]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
[gnu-emacs] / lisp / ChangeLog
1 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
4 depth for unfinished percent literal. Not using it in the caller.
5 (ruby-move-to-block): Jump over multiline literals of all types,
6 ignoring code-looking contents inside them.
7
8 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
9
10 Use ControlMaster where applicable. (Bug#13677)
11
12 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
13 replacing `tramp-detect-ssh-controlmaster'.
14 (tramp-default-method): Use it.
15
16 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
17 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
18 arguments.
19 [scpc, rsyncc]: Remove methods.
20 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
21 and "ssh2_old".
22 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
23 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
24
25 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * emacs-lisp/package.el (package--initialized): Move before first use.
28
29 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
30
31 * icomplete.el (icomplete-hide-common-prefix): New user option.
32 (icomplete-first-match): New face.
33 (icomplete-completions): Correct handling of "complete but not
34 unique" (Bug#12638).
35
36 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
37
38 * descr-text.el (describe-char): Display the script (bug#13698).
39
40 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * tmm.el: Use lexical-binding and current-active-maps.
43 (tmm-menubar): Use map-keymap and pcase.
44 (tmm--completion-table): New function.
45 (tmm-prompt): Use it to fix the menu order.
46 (tmm-get-keybind): Use current-active-maps.
47
48 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
49
50 Add dired-hide-details-mode. (Bug#6799)
51
52 * locate.el (locate-mode): Set parent mode property to dired-mode.
53
54 * find-dired.el (find-dired): Call dired-insert-set-properties on
55 initial information line. Set process mark on end of buffer.
56 (find-dired-sentinel):
57 Call dired-insert-set-properties on summary.
58
59 * dired.el (dired-hide-details-hide-symlink-targets)
60 (dired-hide-details-hide-information-lines): New options.
61 (dired-insert-directory):
62 Set properties after final treatment of output.
63 (dired-insert-set-properties):
64 Set dired-hide-details-* properties.
65 (dired-mode-map): Bind dired-hide-details-mode.
66 (dired-mode): Set buffer-invisibility-spec to a list.
67 (dired-next-line): Skip hidden lines.
68 (dired-previous-line): Use dired-next-line.
69 (dired-hide-details-mode): New minor mode.
70 (dired-hide-details-update-invisibility-spec): New function.
71
72 2013-02-13 Glenn Morris <rgm@gnu.org>
73
74 * play/yow.el: Move to obsolete/. (Bug#9384)
75
76 2013-02-13 Juri Linkov <juri@jurta.org>
77
78 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
79 to select `ediff-control-frame' and set input focus correctly on Xfce.
80 (Bug#12218)
81
82 2013-02-13 Juri Linkov <juri@jurta.org>
83
84 * image-mode.el (image-mode-map):
85 * doc-view.el (doc-view-mode-map):
86 * vc/ediff-util.el (ediff-setup-keymap):
87 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
88
89 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
90
91 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
92 performance. Instead of recalculating indentation fully for each
93 line, sum up indentation depth based only on visited lines.
94 (ruby-parse-partial): Increase the depth after "do" even when END
95 is right after it.
96 (ruby-parse-partial): When END is in the middle of a percent
97 literal, increase the depth if the delimiter chars belong to the
98 paren syntax class.
99
100 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
101
102 * play/fortune.el (fortune-compile): Also make the compiled file
103 if it does not exist at all, not just if it is old. (Bug#5338)
104
105 2013-02-13 Glenn Morris <rgm@gnu.org>
106
107 * emacs-lisp/package.el (package-menu-execute): Doc fix.
108
109 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
110
111 * lisp/emacs-lisp/package.el (package-menu-execute):
112 Add optional noquery argument. (Bug#13625)
113
114 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
115
116 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
117 if DIR exists and PARENTS is non-nil.
118
119 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
120
121 * progmodes/js.el (js--multi-line-declaration-indentation):
122 Silence byte-compiler warning.
123
124 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
125
126 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
127
128 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
129 only if it doesn't exist.
130
131 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Set
132 process marker.
133
134 2013-02-12 Tassilo Horn <tsdh@gnu.org>
135
136 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
137 UserInstallation when calling soffice to work around LibreOffice
138 bug 37531.
139
140 2013-02-12 Glenn Morris <rgm@gnu.org>
141
142 * files.el (basic-save-buffer):
143 Offer to create a non-existing directory. (Bug#3016)
144
145 * calc/calc-graph.el (calc-graph-show-dumb):
146 * calendar/calendar.el (calendar-mode-map):
147 * cus-edit.el (custom-mode-map):
148 * ehelp.el (electric-help-map):
149 * emulation/vip.el (vip-mode-map):
150 * epa.el (epa-key-list-mode-map):
151 * info.el (Info-mode-map):
152 * mail/rmail.el (rmail-mode-map):
153 * mail/rmailsum.el (rmail-summary-mode-map):
154 * man.el (Man-mode-map):
155 * net/newst-plainview.el (newsticker-mode-map):
156 * progmodes/cpp.el (cpp-edit-mode-map):
157 * progmodes/grep.el (grep-mode-map):
158 * progmodes/idlw-help.el (idlwave-help-mode-map):
159 * simple.el (special-mode-map):
160 * startup.el (splash-screen-keymap):
161 * view.el (view-mode-map):
162 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
163
164 2013-02-11 Elias Pipping <pipping@lavabit.com>
165
166 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
167 (bug#13679).
168
169 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
172
173 2013-02-11 Glenn Morris <rgm@gnu.org>
174
175 * vc/diff.el (diff-use-labels): New variable.
176 (diff-no-select): Use --label rather than -L, and first
177 check that it is supported. (Bug#11067)
178
179 * files.el (enable-dir-local-variables): New variable.
180 (hack-dir-local-variables): Respect enable-dir-local-variables.
181 * tutorial.el (help-with-tutorial):
182 Ignore directory-local variables. (Bug#11127)
183
184 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
185 (vc-svn-global-switches): ... to here. (Bug#13513)
186
187 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
188
189 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
190 Handle "foo (bar, default: xxx): " prompts.
191
192 2013-02-10 Chong Yidong <cyd@gnu.org>
193
194 * files.el (basic-save-buffer-1): Do not set
195 buffer-file-coding-system-explicit (Bug#4533).
196
197 * mail/emacsbug.el (report-emacs-bug): Change binding of
198 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
199
200 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
201
202 * calc/calc.el (calc-allow-units-as-numbers): New variable.
203 * calc/calc-units.el (calc-convert-units): Use new variable.
204
205 2013-02-09 Eli Zaretskii <eliz@gnu.org>
206
207 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
208
209 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
210 buffer-file-type.
211
212 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
213 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
214 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
215 coding-system-for-write instead.
216
217 * jka-compr.el (jka-compr-write-region): Don't bind
218 buffer-file-type.
219
220 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
221 buffer-file-type.
222
223 * files.el (file-name-buffer-file-type-alist): Remove defvar.
224 (insert-file-contents-literally): Remove reference to
225 file-name-buffer-file-type-alist.
226
227 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
228 make-obsolete.
229 (find-buffer-file-type-match, find-buffer-file-type): Remove.
230 (find-buffer-file-type-coding-system): Remove references to
231 find-buffer-file-type-match, find-buffer-file-type, and
232 buffer-file-type.
233 Don't put find-buffer-file-type-coding-system into
234 file-coding-system-alist.
235 (find-file-binary, find-file-text): Bind coding-system-for-read
236 instead of file-name-buffer-file-type-alist.
237
238 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
239
240 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
241 converter (Bug#13622).
242 (doc-view-unoconv-program): Make obsolete alias.
243 (doc-view-odf->pdf-converter-program): New variable.
244 (doc-view-odf->pdf-converter-function): New variable.
245 (doc-view-mode-p): Use it.
246 (doc-view-odf->pdf-converter-unoconv):
247 Rename from `doc-view-odf->pdf-converter-unoconv'.
248 (doc-view-odf->pdf-converter-soffice): New function.
249 (doc-view-convert-current-doc):
250 Use `doc-view-odf->pdf-converter-function'.
251
252 2013-02-09 Chong Yidong <cyd@gnu.org>
253
254 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
255 view-echo-area-messages (Bug#13340).
256
257 * help.el (view-echo-area-messages): Use display-buffer.
258
259 * dired-x.el (dired-do-run-mail): Prompt for confirmation
260 (Bug#13561).
261
262 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
265 Eval body right away, now that we do eager macroexpansion (bug#13605).
266
267 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
268 (fundamental-mode): Use run-mode-hooks.
269
270 * eshell/esh-proc.el (eshell/kill): Fix last change.
271 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
272
273 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
274
275 * eshell/esh-proc.el (eshell/kill): Rewrite.
276
277 * eshell/em-ls.el (show-almost-all): Declare.
278 (eshell-do-ls): Add support for -A argument.
279
280 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
281
282 * icomplete.el (icomplete-forward-completions)
283 (icomplete-backward-completions): Handle corner case (bug#13602).
284
285 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
286
287 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
288 be nil. Handle this. (Bug#13636)
289
290 2013-02-07 Richard Stallman <rms@gnu.org>
291
292 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
293 `save-buffer-coding-system'.
294
295 2013-02-07 Alan Mackenzie <acm@muc.de>
296
297 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
298 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
299 (c-parse-state-get-strategy): Don't return 'BOD any more.
300 (c-append-lower-brace-pair-to-state-cache):
301 Extra parameter HERE instead of narrowing.
302 Widen to top of buffer before searching backwards for a brace pair.
303 (c-state-push-any-brace-pair): Add HERE parameter to function call.
304 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
305 Narrow to parameter HERE, in place of being called narrowed.
306 (c-remove-stale-state-cache): Extra parameter HERE in place of
307 narrowing. Check there's an open brace in the cache before
308 searching for its match.
309 (c-invalidate-state-cache-1): Add HERE parameter to function call.
310 (c-parse-state-1): Don't narrow here for 'forward strategy,
311 instead passing extra parameter HERE to several functions.
312 Remove 'BOD strategy.
313
314 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
315
316 * emacs-lisp/package.el (describe-package-1): Tell what archive is
317 used to install the package.
318
319 2013-02-06 Glenn Morris <rgm@gnu.org>
320
321 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
322 if we can't get user input. (Bug#6567)
323
324 * startup.el (command-line): If simple.el is missing,
325 test and warn about for some possible causes.
326
327 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
328
329 * cus-start.el (all): Add ns-use-native-fullscreen.
330
331 2013-02-05 Glenn Morris <rgm@gnu.org>
332
333 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
334
335 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
336 Fix directory creation in fallback case.
337
338 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
339
340 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
341 (vc-update-change-log): Use dolist.
342
343 2013-02-04 Chong Yidong <cyd@gnu.org>
344
345 * thingatpt.el: Rewrite the URL detection routines, absorbing some
346 code from ffap.el.
347 (thing-at-point-beginning-of-url-regexp): New var.
348 (thing-at-point-uri-schemes): Update list of URI schemes.
349 (thing-at-point-url-regexp): Variable deleted.
350 (thing-at-point-markedup-url-regexp): Disallow newlines.
351 (thing-at-point-newsgroup-regexp)
352 (thing-at-point-newsgroup-heads)
353 (thing-at-point-default-mail-uri-scheme): New variables.
354 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
355 method to find the possible bounds of the URI at point.
356 New optional argument to find ill-formed URIs.
357 (thing-at-point-url-at-point): Rewrite. New arguments for finding
358 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
359 the scheme-adding heuristics from ffap-url-at-point.
360 (thing-at-point--bounds-of-well-formed-url): New function.
361 Do parens matching to decide whether to include parens in the URI
362 (Bug#9153).
363
364 * ffap.el: Require thingatpt.
365 (ffap-url-at-point): Delegate URI detection to thing-at-point.
366 All URI-valid characters are now recognized (Bug#5673).
367 (ffap-string-at-point): Use use-region-p.
368 (ffap-url-regexp): Extra character is handled by thing-at-point.
369 (ffap-string-at-point-mode-alist): Allow parentheses.
370 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
371 Convert to aliases; code moved to thingatpt.el.
372 (ffap-gnus-hook): Use setq-local.
373
374 2013-02-04 Glenn Morris <rgm@gnu.org>
375
376 * emacs-lisp/ert.el (ert--explain-format-atom):
377 Don't try to print non-characters as characters. (Bug#13543)
378
379 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
380
381 * net/tramp.el (tramp-debug-message): Extend function exclude list.
382 (tramp-backtrace): New defun.
383 (tramp-handle-insert-file-contents): Use `visit' when inserting
384 the local copy.
385
386 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
387 Use `remote-file-name-inhibit-cache'.
388
389 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
390
391 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
392 (bug#13614).
393
394 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
395 current-load-list (bug#13366).
396
397 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
398
399 * progmodes/compile.el (compilation-error-regexp-alist-alist):
400 Identify g++ template instantiation trace. (Bug#12287)
401 (compilation-mode-hook, compilation-start-hook)
402 (compilation-window-height): Simplify docstrings. (Bug#13379)
403
404 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * mouse.el (mouse-drag-track): Always deactivate the mark before
407 running the final event's command since that command is in charge of
408 activating the mark if needed (bug#13523).
409
410 2013-02-02 Juri Linkov <juri@jurta.org>
411
412 * replace.el (perform-replace): Move let-bindings of isearch-*
413 variables deeper to the loop that searches for the next match.
414 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
415 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
416 (Bug#13579)
417
418 * isearch.el (isearch-search-fun-default): Check for null
419 first element of isearch-cmds as a precaution when it's used
420 with inactive isearch.
421
422 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
423
424 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
425 error when buffer in question is narrowed so position 1 is out of
426 visible part.
427
428 2013-02-02 Glenn Morris <rgm@gnu.org>
429
430 * textmodes/remember.el (remember-clipboard): Doc fix.
431
432 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
435 properties (bug#13179).
436
437 2013-02-02 Juri Linkov <juri@jurta.org>
438
439 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
440 instead of hard-coded default face `match'. (Bug#9438)
441
442 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
443
444 * vc/vc-arch.el (vc-arch-registered):
445 * vc/vc-bzr.el (vc-bzr-registered):
446 * vc/vc-cvs.el (vc-cvs-registered):
447 * vc/vc-git.el (vc-git-registered):
448 * vc/vc-hg.el (vc-hg-registered):
449 * vc/vc-mtn.el (vc-mtn-registered):
450 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
451 (Bug#13139)
452
453 * info.el (Info-next-reference, Info-prev-reference): Add numeric
454 prefix argument. (Bug#11656)
455
456 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
459
460 2013-02-01 Glenn Morris <rgm@gnu.org>
461
462 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
463 if the backend is known not to support it.
464
465 * imenu.el (imenu-default-create-index-function):
466 Tweak infinite loop test to check for forward motion as well as none.
467
468 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
469
470 * net/soap-client.el (soap-invoke): Encode the string for
471 `url-request-data' as UTF-8.
472 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
473
474 2013-02-01 Glenn Morris <rgm@gnu.org>
475
476 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
477
478 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
479
480 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
481
482 * net/tramp.el (tramp-tramp-file-p): Comment check for
483 `string-as-unibyte'. The function does not exist on XEmacs, and
484 likely we need another approach.
485
486 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
487 `tramp-gw-*' variables are bound.
488
489 2013-01-31 Glenn Morris <rgm@gnu.org>
490
491 * files.el (basic-save-buffer-2): Choose coding system for
492 writing the file before backing it up, to reduce delay between
493 backing up and writing the new version. (Bug#13522)
494
495 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
496
497 * simple.el (cycle-spacing): New command.
498 (just-one-space): Use it.
499
500 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
503 (opascal-newline-always-indents): Remove custom.
504 (opascal-tab, opascal-newline): Remove commands.
505 (opascal-new-comment-line): Insert "\n" instead of calling newline.
506 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
507 (opascal-save-match-data): Remove, use save-match-data instead.
508 (opascal-save-state): Use with-silent-modifications.
509
510 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
511 (bug#13585).
512
513 2013-01-30 Juri Linkov <juri@jurta.org>
514
515 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
516 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
517 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
518
519 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
520
521 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
522 column if we're just deleting the backslashes.
523 (makefile-fill-paragraph): Use eolp.
524
525 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
526
527 * autorevert.el (auto-revert-use-notify): Fix docstring.
528
529 2013-01-30 Leo Liu <sdl.web@gmail.com>
530
531 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
532
533 2013-01-30 Glenn Morris <rgm@gnu.org>
534
535 * mouse.el (mouse-drag-line): Avoid pushing same event onto
536 unread-command-events twice in some cases. This tries to implement
537 the 2012-07-26 changes in a different way. (Bug#13560)
538
539 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
540
541 * progmodes/python.el
542 (python-pdbtrack-comint-output-filter-function): Enhancements on
543 stacktrace detection. (thanks @gnovak)
544
545 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
548 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
549 Use defvar-local.
550 (jit-lock-register): Use setq-local.
551
552 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
553
554 * calc-units.el (math-default-units-table): Remove initial value.
555 (calc-convert-units): Treat expressions where all the units cancel as
556 if they didn't have units.
557
558 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
559
560 * net/tramp.el (tramp-process-connection-type): Fix docstring.
561 (tramp-completion-reread-directory-timeout): Fix type.
562 (tramp-connection-min-time-diff): New defcustom.
563
564 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
565
566 2013-01-30 Glenn Morris <rgm@gnu.org>
567
568 * imenu.el (imenu-default-create-index-function):
569 Put back a version of the infinite loop test removed 2013-01-23.
570
571 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
572
573 * progmodes/python.el (python-shell-parse-command):
574 Find python-shell-interpreter with modified environment.
575
576 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
579
580 2013-01-29 Alan Mackenzie <acm@muc.de>
581
582 Amend to fontify /regexp/s in actions correctly.
583 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
584 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
585 are no longer included.
586 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
587 What used to be these variables without "-line" in the name.
588 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
589 (c-awk-non-arith-op-bra-re): Now also matches {.
590 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
591 "return", and "case".
592 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
593 by /.
594 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
595 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
596
597 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
598
599 * autorevert.el (auto-revert-use-notify):
600 Use `custom-initialize-default' for initialization. (Bug#13583)
601
602 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
603
604 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
605 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
606 in `tramp-file-name-handler'.
607 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
608 compatibility.
609 (tramp-compute-multi-hops): Check, whether
610 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
611
612 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
615 (bug#13297).
616
617 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
618
619 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
620 checks made superfluous by the \_< operator.
621 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
622 temporarily) broken indentation.
623 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
624 Highlight nested constants, too. \_< broke that.
625
626 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
627
628 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
629 instead of "\\b".
630
631 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
632
633 * autorevert.el (auto-revert-handler): Notifications which result
634 from a saved file shall not be taken into account. (Bug#13557)
635
636 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
637
638 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
639 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
640 (lisp-mode): Pass t for it. (Bug#13556)
641
642 2013-01-25 Alan Mackenzie <acm@muc.de>
643
644 AWK Mode: Fix indentation bug at top level. Bug #12274.
645
646 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
647 just before CASE 5D.
648
649 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
650
651 * net/socks.el (socks-nslookup-host): Use string-to-number.
652
653 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
654
655 * autorevert.el (auto-revert-remote-files)
656 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
657 (auto-revert-notify-enabled, auto-revert-use-notify)
658 (auto-revert-notify-watch-descriptor-hash-list)
659 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
660 (auto-revert-notify-event-descriptor)
661 (auto-revert-notify-event-action)
662 (auto-revert-notify-event-file-name): Doc fix.
663 (global-auto-revert-mode): Reorder checks.
664 (auto-revert-notify-rm-watch): Respect changed values of
665 `auto-revert-notify-watch-descriptor-hash-list'.
666 (auto-revert-notify-add-watch): Check for
667 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
668 `inotify-add-watch'. Watch `default-directory' instead of
669 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
670 has a changed meaning now. (Bug#13540)
671 (auto-revert-notify-handler): Change implementation wrt events
672 returning from a directory.
673 (auto-revert-handler): Reorder implementation for checks of remote
674 files.
675 (auto-revert-buffers): Fix parentheses error.
676
677 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
678
679 * progmodes/python.el: Enhancements to header documentation about
680 skeletons. (Bug#5716)
681
682 * imenu.el (imenu-default-create-index-function): Remove useless
683 infinite loop check. (Bug#13438)
684
685 2013-01-25 Alan Mackenzie <acm@muc.de>
686
687 Fix a bug in the state cache mechanism. Refactor this a bit.
688
689 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
690 `cache-pos' element from the return value.
691 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
692 buffer to enable proper searching from beyond HERE. Amend the
693 test for detecting the sought brace pair. Amend the value written
694 to the "brace desert cache" when the brace isn't found.
695 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
696 and several other variables analogously.
697 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
698 parameter to a locally calculated variable.
699 (c-parse-state-1): Change the calling conventions to the two
700 defuns involving `cache-pos'.
701
702 2013-01-25 Chong Yidong <cyd@gnu.org>
703
704 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
705
706 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
707
708 * paren.el (show-paren-function): Make sure to set 'priority and
709 'face only if the overlay does exist.
710
711 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
712
713 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
714
715 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
716 basic attributes.
717 (tramp-sh-handle-set-file-acl): Improve error checking.
718
719 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
720
721 * doc-view.el (doc-view-display): Force mode line update until all
722 document is converted. Suggested by Stefan Monnier (Bug#13164).
723
724 2013-01-23 Bastien Guerry <bzg@gnu.org>
725
726 * paren.el (show-paren-function): Make sure an overlay exists
727 before trying to delete it. Also use `pos' as a position only
728 when it is an integer.
729
730 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
731
732 * play/gametree.el (gametree-break-line-here): Use point-marker.
733
734 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
735
736 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
737 Mark descriptive parts with `display' property.
738
739 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
740
741 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
742 New variable to map standard dict names to hunspell ones.
743 (ispell-set-spellchecker-params): Make sure specific dict names
744 are used for standard dicts with hunspell.
745
746 2013-01-21 Tassilo Horn <tsdh@gnu.org>
747
748 * textmodes/reftex-cite.el (reftex-format-citation): Add format
749 chars for note (%N) and url (%U).
750 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
751
752 2013-01-21 Juri Linkov <juri@jurta.org>
753
754 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
755 in addition to existing separate binding `meta f10' in `global-map'.
756 (Bug#13484)
757
758 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
759
760 Improve XEmacs compatibility.
761
762 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
763
764 * net/tramp-adb.el (top): Require `time-date'.
765 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
766 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
767 Use `tramp-file-name-handler'.
768 (tramp-adb-maybe-open-connection):
769 Use `tramp-compat-set-process-query-on-exit-flag'.
770
771 * net/tramp-sh.el (tramp-sh-handle-file-acl):
772 Use `tramp-compat-funcall'.
773
774 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
775 `tramp-compat-funcall'.
776
777 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
778
779 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
780 reimplementation using "adb shell command ..." instead of running
781 remote shell interactively.
782
783 2013-01-20 Glenn Morris <rgm@gnu.org>
784
785 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
786 Add native profiler menu entries.
787
788 * profiler.el (profiler-running-p): New function.
789 (profiler-cpu-profile): Use profiler-running-p.
790 (profiler-report-mode-map): Add some more menu entries.
791
792 2013-01-19 Glenn Morris <rgm@gnu.org>
793
794 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
795 fixes 2012-12-07 change. (Bug#13499)
796
797 2013-01-19 Leo Liu <sdl.web@gmail.com>
798
799 * dired.el (dired-get-marked-files): Prune erroneous values due to
800 last change. (Bug#13152)
801
802 2013-01-19 Glenn Morris <rgm@gnu.org>
803
804 * progmodes/etags.el (tags-table-check-computed-list):
805 Preserve point in tags buffer. (Bug#13412)
806
807 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
808
809 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
810 Chong Yidong <cyd@gnu.org>
811
812 * image-mode.el (image-next-file, image-previous-file):
813 New commands (Bug#8453).
814 (image-mode-map): Bind them to n and p.
815 (image-mode--images-in-directory): New helper function.
816
817 2013-01-19 Chong Yidong <cyd@gnu.org>
818
819 * image-mode.el (image-mode-fit-frame): Add a frame argument.
820 Suggested by Drew Adams (Bug#7730). Handle window decorations;
821 save and restore the old window configuration.
822
823 2013-01-18 Leo Liu <sdl.web@gmail.com>
824
825 * progmodes/js.el: Tweak autoload cookie for alias.
826
827 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
828
829 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
830 buffer local, again. This was lost with the fix on 2013-01-12.
831
832 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
833
834 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
835 order to support several eshell buffers in parallel.
836
837 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
838
839 * autorevert.el (auto-revert-use-notify): In the :set function, do
840 not modify `kill-buffer-hook'.
841 (auto-revert-notify-rm-watch):
842 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
843 (auto-revert-notify-add-watch): Do not call
844 `auto-revert-notify-rm-watch', but add it to a buffer local
845 `kill-buffer-hook'.
846
847 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
850 call to `eval' rather than a backquoted lambda.
851
852 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
855 to return an explicit nil.
856 (advice--remove-function): Change accordingly.
857
858 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
859 the use of nadvice.el.
860
861 * progmodes/which-func.el (which-function): Silence imenu errors
862 (bug#13433).
863
864 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
865
866 * progmodes/sql.el: (sql-imenu-generic-expression):
867 (sql-mode-font-lock-object-name): Match schema qualified names.
868 (sql-connect): Use string keys.
869 (sql-product-interactive): Wait for interpreter prompt.
870 (sql-comint-oracle): Set process coding based on NLS_LANG.
871
872 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
873
874 * progmodes/sql.el (sql-output-to-send): Remove, unused.
875 (sql-interactive-remove-continuation-prompt):
876 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
877
878 2013-01-14 Leo Liu <sdl.web@gmail.com>
879
880 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
881 (Bug#13420)
882
883 2013-01-14 Glenn Morris <rgm@gnu.org>
884
885 * progmodes/compile.el (compilation-error-regexp-alist-alist):
886 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
887
888 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
889
890 * progmodes/python.el (python-nav-end-of-statement):
891 Fix cornercase when handling multiline strings.
892
893 2013-01-13 Richard Stallman <rms@gnu.org>
894
895 * mail/sendmail.el (mail-position-on-field): Add doc string.
896
897 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
898 Get current message boundaries and pass them to
899 message-forward-make-body-mime. Minor style changes.
900
901 2013-01-13 Eli Zaretskii <eliz@gnu.org>
902
903 * cus-start.el (all): Avoid warnings about
904 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
905
906 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
907
908 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
909
910 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * jit-lock.el (jit-lock-debug-mode): New minor mode.
913 (jit-lock--debug-fontifying): New var.
914 (jit-lock--debug-fontify): New function.
915 * subr.el (condition-case-unless-debug): Don't prevent catching the
916 error, just let the debbugger run.
917 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
918 timer code and don't drop errors silently.
919
920 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
921
922 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
923 `permanent-local' property.
924 (auto-revert-notify-handler): Use `file-equal-p'.
925
926 2013-01-12 Eli Zaretskii <eliz@gnu.org>
927
928 * autorevert.el (auto-revert-notify-handler): Fix filtering of
929 file notification by ACTION. For filtering by file name, compare
930 only the non-directory part of the file name.
931
932 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * autorevert.el: Use cl-lib instead of cl.
935
936 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
937 (vc-bzr-checkin): Use it.
938 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
939 will preserve match-data.
940
941 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
942
943 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
944 (js--declaration-keyword-re): New var.
945 (js--multi-line-declaration-indentation): New function.
946 (js--proper-indentation): Use it.
947
948 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
949
950 * calc/calc.el (calc-highlight-selections-with-faces)
951 (calc-dispatch):
952 * comint.el (comint-history-isearch-message):
953 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
954 * ffap.el (ffap-string-at-point-region, ffap-next)
955 (ffap-string-at-point, ffap-string-around)
956 (ffap-copy-string-as-kill, ffap-highlight-overlay)
957 (ffap-literally):
958 * font-lock.el (font-lock-keywords-alist)
959 (font-lock-removed-keywords-alist):
960 * help-mode.el (help-xref-symbol-regexp):
961 * info.el (Info-find-emacs-command-nodes):
962 * international/mule.el (add-to-coding-system-list):
963 * isearch.el (isearch-message-function, isearch-fail-pos):
964 * misearch.el (multi-isearch-next-buffer-function):
965 * newcomment.el (comment-box):
966 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
967 (pr-setting-database):
968 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
969 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
970 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
971 (pike-font-lock-keywords-3):
972 * progmodes/compile.el (compile):
973 * progmodes/etags.el (tags-table-files)
974 (tags-table-files-function, tags-included-tables-function):
975 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
976 (gdb-restore-windows):
977 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
978 (ps-n-up-filling-database):
979 * server.el (server-buffer, server-log):
980 * simple.el (newline, delete-backward-char, delete-forward-char)
981 (minibuffer-history-isearch-message, kill-line, track-eol)
982 (temporary-goal-column):
983 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
984 (flyspell-default-deplacement-commands):
985 * textmodes/ispell.el (ispell-accept-output):
986 * textmodes/sgml-mode.el (html-tag-help):
987 * vc/compare-w.el (compare-ignore-whitespace)
988 (compare-ignore-case, compare-windows-dehighlight):
989 * vc/diff.el (diff):
990 * whitespace.el (whitespace-point)
991 (whitespace-font-lock-refontify, whitespace-bob-marker)
992 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
993
994 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
995
996 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
997 (auto-revert-notify-rm-watch): Ignore errors.
998 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
999 inotify, and '(size last-write-time) for w32notify.
1000 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1001 watch fails - this is a fallback to the file modification check.
1002 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1003 (auto-revert-notify-event-action)
1004 (auto-revert-notify-event-file-name): New defuns.
1005 (auto-revert-notify-handler): Use them. Implement first
1006 plausibility checks.
1007 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1008
1009 2013-01-11 Julien Danjou <julien@danjou.info>
1010
1011 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1012 max are almost equal. Also return the correct value for V which is
1013 already between 0 and 1.
1014
1015 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1016
1017 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1018
1019 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1020
1021 * autorevert.el (auto-revert-notify-rm-watch)
1022 (auto-revert-notify-add-watch): Fix typos in w32notify function
1023 names.
1024
1025 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1026
1027 * autorevert.el (auto-revert-notify-enabled): Move up.
1028 (auto-revert-use-notify): New defcustom.
1029 (auto-revert-mode, global-auto-revert-mode)
1030 (auto-revert-notify-add-watch, auto-revert-handler)
1031 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1032 `auto-revert-notify-enabled'.
1033
1034 2013-01-10 Elias Pipping <pipping@exherbo.org>
1035
1036 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1037 * doc-view.el (doc-view-document->bitmap):
1038 Use doc-view-single-page-converter-function instead of
1039 single-page-converter arg; adjust callers.
1040
1041 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1042
1043 * progmodes/which-func.el (which-function): Understand Semantic's use
1044 of overlays in imenu--index-alist.
1045
1046 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1047
1048 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1049 (Man-man-k-use-anchor): New var.
1050 (Man-parse-man-k): New function.
1051 (Man-completion-table): Use it.
1052 (man): Flush the completion cache between uses.
1053
1054 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1055
1056 * autorevert.el: Add file watch support.
1057 (auto-revert-notify-enabled): New defconst.
1058 (auto-revert-notify-watch-descriptor-hash-list)
1059 (auto-revert-notify-watch-descriptor)
1060 (auto-revert-notify-modified-p): New defvars.
1061 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1062 (auto-revert-notify-handler): New defuns.
1063 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1064 when mode is disabled.
1065 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1066 (auto-revert-buffers): Add file watches for active buffers.
1067
1068 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1069
1070 * cus-start.el (toplevel): Only allow float values for
1071 scroll-up-aggressively and scroll-down-aggressively.
1072 Allow any number for line-spacing.
1073
1074 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1075
1076 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1077 (doc-view-pdf->png-converter-function): Use mupdf if available.
1078 (doc-view-djvu->png-converter-function)
1079 (doc-view-ps->png-converter-function): Remove.
1080 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1081 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1082 (doc-view-already-converted-p): Adjust accordingly.
1083 (doc-view-mode-p): Simplify.
1084 (doc-view-enlarge): Use setq-local.
1085 (doc-view-pdf->png-converter-ghostscript)
1086 (doc-view-djvu->png-converter-ddjvu)
1087 (doc-view-pdf->png-converter-mupdf): Rework to call
1088 doc-view-start-process directly.
1089 (doc-view-pdf/ps->png): Simplify accordingly.
1090 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1091 (doc-view-document->bitmap): Rename from doc-view-document->png.
1092 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1093 (doc-view-set-slice-from-bounding-box): Fix completion table.
1094 (doc-view-mode): Use add-hook for after-revert-hook.
1095
1096 2013-01-10 Glenn Morris <rgm@gnu.org>
1097
1098 * emacs-lisp/authors.el (authors-ignored-files)
1099 (authors-valid-file-names, authors-renamed-files-alist):
1100 Add some more entries.
1101
1102 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1105 `t' pseudo-window entry.
1106
1107 2013-01-10 Alan Mackenzie <acm@muc.de>
1108
1109 Fix bugs in the c-parse-state mechanism. Reuse some markers
1110 instead of continually generating new ones.
1111
1112 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1113 (c-state-old-cpp-end-marker): New variables.
1114 (c-append-lower-brace-pair-to-state-cache): Start a backward
1115 search for "}" definitively outside CPP constructs.
1116 (c-remove-stale-state-cache): Inform the caller of a need to
1117 search back for a brace pair in certain circumstances.
1118 (c-state-maybe-marker): New macro.
1119 (c-parse-state): Reuse markers when appropriate.
1120
1121 2013-01-10 Glenn Morris <rgm@gnu.org>
1122
1123 * simple.el (execute-extended-command): Doc fix.
1124 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1125
1126 2013-01-10 Chong Yidong <cyd@gnu.org>
1127
1128 * faces.el (read-face-name): Doc fix.
1129
1130 2013-01-10 Roland Winkler <winkler@gnu.org>
1131
1132 * emacs-lisp/crm.el: Allow any regexp for separators.
1133 (crm-default-separator): All spaces around the default comma separator.
1134 (crm--completion-command): New macro.
1135 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1136 (crm-complete-and-exit): Handle non-single-char separators.
1137
1138 2013-01-09 Elias Pipping <pipping@lavabit.com>
1139
1140 * doc-view.el: Add support for DjVu (bug#13164).
1141 (doc-view-djvu->png-converter-function): New config var.
1142 (doc-view-single-page-converter-function, doc-view--image-type)
1143 (doc-view--image-file-extension): New vars.
1144 (doc-view-mode): Initialize them.
1145 (doc-view-goto-page): Use them.
1146 (doc-view-mode-p): Add support for ddjvu.
1147 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1148 (doc-view-set-up-single-converter): New funs.
1149 (doc-view-pdf/ps->png): Extend for djvu.
1150 (doc-view-document->png): Rename from doc-view-pdf->png.
1151 (doc-view-convert-current-doc): Handle djvu.
1152 (doc-view-insert-image, doc-view-display)
1153 (doc-view-already-converted-p): Don't hardcode png.
1154 (doc-view-set-doc-type): Recognize djvu docs.
1155
1156 2013-01-09 Elias Pipping <pipping@lavabit.com>
1157
1158 * doc-view.el: Add support for mupdf converter (bug#13164).
1159 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1160 (doc-view-ps->png-converter-function): New config vars.
1161 (doc-view-pdf->png-converter-ghostscript)
1162 (doc-view-ps->png-converter-ghostscript)
1163 (doc-view-pdf->png-converter-mupdf): New functions.
1164 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1165
1166 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1167
1168 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1169 first in session cache: When `tramp-own-remote-path' is in
1170 `tramp-remote-path', the remote path is only set in the session
1171 cache.
1172
1173 2013-01-09 Glenn Morris <rgm@gnu.org>
1174
1175 * emacs-lisp/trace.el (trace-function-foreground)
1176 (trace-function-background): Doc fix.
1177
1178 2013-01-09 Juri Linkov <juri@jurta.org>
1179
1180 * international/mule-cmds.el (read-char-by-name): Move let-binding
1181 of completion-ignore-case around completing-read to fix regression
1182 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1183 `string-match-p' using the nil value of `case-fold-search' and
1184 `completion-ignore-case' in `completion-pcm--all-completions'.
1185 (Bug#12615).
1186
1187 2013-01-09 Glenn Morris <rgm@gnu.org>
1188
1189 * progmodes/compile.el (compilation-parse-errors):
1190 Fix typo. (Bug#13369)
1191
1192 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1193
1194 * comint.el (comint-send-input): Check size of buffer before
1195 waiting for process output, in case already accepted. (Bug#13290)
1196
1197 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1198
1199 Spelling fixes.
1200 * net/tramp-adb.el (tramp-adb-get-toolbox):
1201 Fix misspelling of 'unknown'.
1202
1203 2013-01-08 Juri Linkov <juri@jurta.org>
1204
1205 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1206 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1207 Use underline style wave on terminals that support it. (Bug#13000)
1208
1209 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1212 the predicate returns nil.
1213
1214 * simple.el: Use lexical-binding.
1215 (primitive-undo): Use pcase.
1216 (minibuffer-history-isearch-push-state): Use a closure.
1217
1218 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1219
1220 * simple.el (primitive-undo): Move from undo.c.
1221
1222 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1225 (cvs-mode-remove-handled): Use it (bug#13380).
1226
1227 * emacs-lisp/nadvice.el (advice--tweak): New function.
1228 (advice--remove-function, advice--subst-main): Use it.
1229
1230 * emacs-lisp/advice.el: Update commentary.
1231
1232 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1233
1234 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1235 Remove spurious entry.
1236
1237 2013-01-08 Glenn Morris <rgm@gnu.org>
1238
1239 * net/tramp.el (tramp-default-host-alist): Add :version.
1240
1241 2013-01-08 Juri Linkov <juri@jurta.org>
1242
1243 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1244 single completion. (Bug#12456)
1245 (info--manual-names): Expand node completions into an explicit list
1246 before appending it to another list. Filter out internal buffers
1247 with the leading space in the buffer name. (Bug#10771)
1248
1249 2013-01-08 Juri Linkov <juri@jurta.org>
1250
1251 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1252 that defaults to the Top node.
1253 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1254 the short format (FILENAME) goes to the Top node.
1255 (Info-build-node-completions): Rename arg `file' to `filename'.
1256 (Bug#13365)
1257
1258 2013-01-07 Bastien Guerry <bzg@gnu.org>
1259
1260 * menu-bar.el (menu-bar-search-documentation-menu):
1261 Use `apropos-user-option' and fix the help message.
1262
1263 2013-01-07 Bastien Guerry <bzg@gnu.org>
1264
1265 * apropos.el (apropos-do-all): Update docstring.
1266 (apropos-user-option-button): New face.
1267 (apropos-user-option): Rename from `apropos-variable' and update
1268 docstring.
1269 (apropos-variable): Rewrite, now show all variables by default.
1270 (apropos-print): Mention "User option" instead of "Variable" when
1271 printing doc for user options. (Bug#13276)
1272
1273 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1274
1275 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1276 Handle filename correctly, when parsing "source -> target" symlink
1277 output.
1278 (tramp-adb-handle-set-file-times): New defun.
1279
1280 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1283 advice list when the interactive-spec of ad-Advice-* changes.
1284
1285 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1286
1287 * wid-edit.el (widget-default-get): Work for inlined elements.
1288 (Bug#12670)
1289
1290 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1291
1292 * net/tramp.el (tramp-default-host-alist): New defcustom.
1293 (tramp-find-host): Use it.
1294 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1295 `eshell-directory-change-hook'.
1296
1297 * net/tramp-adb.el (top): Add adb specific entry in
1298 `tramp-default-host-alist'.
1299 (tramp-adb-file-name-host): Remove function.
1300 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1301 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1302
1303 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1304
1305 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1306
1307 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1308
1309 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1310
1311 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1312 consist of more than one digit.
1313 (tramp-adb-file-name-handler-alist):
1314 Use `tramp-handle-file-exists-p' consistently.
1315 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1316 (tramp-adb-handle-file-exists-p): Remove function.
1317 (tramp-adb-file-name-host): New defun.
1318 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1319 Use it.
1320 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1321
1322 2013-01-06 Chong Yidong <cyd@gnu.org>
1323
1324 * vc/vc.el (vc-next-action): Detect buffer modifications
1325 conflicting with locking VCS operation (Bug#11490).
1326
1327 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1328
1329 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1330
1331 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1332 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1333
1334 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1335
1336 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1337 parsing of ls output using regular expression (handle filenames
1338 with spaces). Use virtual device number.
1339 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1340 cleanup).
1341
1342 2013-01-04 Daiki Ueno <ueno@gnu.org>
1343
1344 * epg.el: Silence byte-compiler warnings.
1345 (epg--start): Use delete-char instead of delete-backward-char.
1346 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1347
1348 2013-01-04 Daiki Ueno <ueno@gnu.org>
1349
1350 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1351 Suggested by Eli Zaretskii <eliz@gnu.org>.
1352
1353 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1354
1355 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1356 non-negative integers. Otherwise, the default values are used.
1357 (tramp-convert-file-attributes): Convert uid and gid to integers.
1358
1359 2013-01-04 Glenn Morris <rgm@gnu.org>
1360
1361 * term.el (term-handle-colors-array): Ensure face attributes
1362 are fully specified, not nil. (Bug#13337)
1363
1364 * term.el (term-default-fg-color, term-default-bg-color):
1365 Fix custom type.
1366
1367 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1368 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1369 rather than 'jka-compr being loaded. (Bug#13338)
1370
1371 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1372
1373 * icomplete.el (icomplete-completions):
1374 Honor icomplete-prospects-height once more following
1375 2012-11-29 changes. (Bug#13224)
1376
1377 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1378
1379 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1380 of called-interactively-p as well (bug#13237).
1381
1382 * view.el (view--enable, view--disable): Rename from view-mode-enable
1383 and view-mode-disable and assume it's called from view-mode.
1384 (view-mode-enable, view-mode-disable): Redefine as obsolete
1385 compatibility layer above view-mode.
1386 (view-mode-enter): Call `view-mode'.
1387
1388 * files.el (after-find-file): Call `view-mode'.
1389
1390 * doc-view.el (doc-view-scale-internally): New var.
1391 (doc-view-enlarge, doc-view-insert-image): Obey it.
1392
1393 2013-01-03 Daiki Ueno <ueno@gnu.org>
1394
1395 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1396 exist. (Bug#13344)
1397
1398 2013-01-03 Glenn Morris <rgm@gnu.org>
1399
1400 * mail/rmail.el (rmail-set-header-1): Ignore case.
1401 Handle multi-line headers. (Bug#13330)
1402
1403 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1404 Handle paragraph starting at beginning of buffer.
1405
1406 * subr.el (eval-after-load): Don't purecopy the form, so that it
1407 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1408
1409 * emacs-lisp/byte-run.el (defun): Place cl declarations
1410 after any interactive spec. (Bug#13265)
1411
1412 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1413
1414 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1415 defun. Don't check for DECL if DOCSTRING isn't a string.
1416 (defun): Likewise.
1417
1418 2013-01-02 Glenn Morris <rgm@gnu.org>
1419
1420 * eshell/em-cmpl.el (eshell-pcomplete):
1421 More thoroughly imitate pcomplete. (Bug#13293)
1422
1423 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1424 Return nil for empty path elements. (Bug#13296)
1425
1426 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1427
1428 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1429 order to improve efficiency (Based on Daniel Colascione's
1430 <dancol@dancol.org> patch). (Bug#13182)
1431
1432 2013-01-02 Glenn Morris <rgm@gnu.org>
1433
1434 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1435
1436 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1437
1438 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1439 neither DOCSTRING nor DECL was given. (Bug#13316)
1440
1441 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1442
1443 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1444 `error' call.
1445 (tramp-do-copy-or-rename-file): Ignore errors when calling
1446 `set-file-extended-attributes'.
1447
1448 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1449 Add handler for `file-acl'.
1450 (tramp-smb-handle-file-acl): New defun.
1451
1452 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1453
1454 * calc/README: Mention ISO 8601 week-numbering dates.
1455
1456 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1457
1458 * view.el (view-mode-enable): New argument run-view-mode-hook.
1459 Run view-mode-hook only when it's non-nil (Bug#13315).
1460 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1461 argument t.
1462
1463 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1464
1465 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1466 (No device connected, invalid device name). (Bug #13299)
1467
1468 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1469
1470 * window.el (window-resizable--p): Rename to window-resizable-p.
1471 (window-resize-no-error): New function.
1472
1473 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1474 broken in fix from 2012-12-28.
1475
1476 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * subr.el (special-form-p): Don't signal errors on undef aliases.
1479
1480 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1481
1482 * calc/calc-forms.el (math-parse-date): Try using
1483 `math-parse-iso-date' when it looks like it might be needed.
1484 Allow times of 24:00.
1485 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1486 of 24:00.
1487
1488 2012-12-30 Glenn Morris <rgm@gnu.org>
1489
1490 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1491 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1492 (rmail-summary-displayed, rmail-summary): Declare.
1493 (mairix-rmail-display): Just require rmail.
1494
1495 2012-12-30 Chong Yidong <cyd@gnu.org>
1496
1497 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1498 check for the tarball contents.
1499
1500 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1501
1502 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1503 tarfile content listings (Bug#13136).
1504
1505 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1506
1507 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1508 Insert the undecoded text of the message being forwarded. (Bug#9521)
1509
1510 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1511
1512 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1513 integers, if they are real numbers. (Bug#13282)
1514
1515 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1516 Return `t' on success.
1517
1518 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1519 Add handler for `set-file-selinux-context'.
1520
1521 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1522
1523 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1524 (tramp-sh-handle-set-file-acl): Return `t' on success.
1525
1526 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1527
1528 * files.el (backup-buffer-copy, basic-save-buffer-2):
1529 If set-file-extended-attributes fails, fall back on set-file-modes
1530 instead of signaling an error. (Bug#13298)
1531 (basic-save-buffer): Likewise.
1532
1533 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1534
1535 * progmodes/python.el: Support other commands triggering
1536 python-indent-line so indentation cycling continues to work.
1537 (python-indent-trigger-commands): New defcustom.
1538 (python-indent-line): Use it.
1539
1540 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1541
1542 * progmodes/python.el (python-shell-send-region): Add blank lines
1543 for non sent code so backtraces remain correct.
1544
1545 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1546
1547 * progmodes/python.el: Remove cl dependency.
1548 (python-syntax-count-quotes): Replace incf call.
1549 (python-fill-string): Replace setf call.
1550
1551 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1552
1553 * info.el (info-other-window): New arg, for consistency with info.
1554
1555 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1556
1557 * mail/rmail.el (rmail-maybe-display-summary):
1558 Rewrite (Bug#13066).
1559
1560 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1561
1562 * epg.el (epg--start): Modify process-environment locally.
1563
1564 2012-12-28 Daiki Ueno <ueno@gnu.org>
1565
1566 * epg.el: Support pinentry-curses.
1567 Suggested by Werner Koch in
1568 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1569 (epg-agent-file, epg-agent-mtime): New variable.
1570 (epg--start): Record the modified time of gpg-agent socket file,
1571 to restore Emacs frame after pinentry-curses termination.
1572 (epg-wait-for-completion): Restore Emacs frame here.
1573
1574 2012-12-27 Juri Linkov <juri@jurta.org>
1575
1576 * info.el (Info-file-completions): New variable.
1577 (Info-read-node-name-1): Complete node names in the Info file
1578 when a file name is given. Call `Info-build-node-completions'
1579 with a file name.
1580 (Info-build-node-completions): Add new arg `file'. When it is
1581 non-nil, visit it in a temporary buffer and cache its completions in
1582 `Info-current-file-completions'. Move most of the function body to
1583 `Info-build-node-completions-1'.
1584 (Info-build-node-completions-1): New function with the body from
1585 `Info-build-node-completions'. (Bug#12456)
1586
1587 2012-12-27 Juri Linkov <juri@jurta.org>
1588
1589 * frame.el (frame-maximization-style): Remove user option.
1590 (cycle-frame-maximized): Remove function.
1591 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1592 (toggle-frame-fullscreen): New command bound to <f11> instead of
1593 `toggle-frame-maximized'.
1594 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1595
1596 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1599
1600 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1601 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1602 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1603 for `file-accessible-directory-p'. (Bug#13275)
1604
1605 2012-12-27 Sam Steingold <sds@gnu.org>
1606
1607 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1608 continuations, see <http://stackoverflow.com/questions/3582436>.
1609
1610 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1611
1612 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1613 "module" and "def" to have indentation before them.
1614 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1615
1616 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1617
1618 2012-12-27 Alan Mackenzie <acm@muc.de>
1619
1620 Speed up fontification where there's large brace blocks.
1621 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1622 to a call of c-beginning-of-decl-1.
1623
1624 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1625
1626 * comint.el (comint-adjust-window-point): New function.
1627 (comint-postoutput-scroll-to-bottom):
1628 Call comint-adjust-window-point (Bug#13248).
1629
1630 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1631
1632 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1633 Rakefile regexp.
1634 (auto-mode-alist): Associate .gemspec files with ruby-mode
1635 (https://bugs.ruby-lang.org/issues/5453).
1636
1637 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1638
1639 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1640 Suppress coloring, if possible (required for BusyBox based systems like
1641 CyanogenMod).
1642 (tramp-adb-handle-file-attributes)
1643 (tramp-adb-handle-insert-directory)
1644 (tramp-adb-handle-file-name-all-completions): Use it.
1645 (tramp-adb-get-toolbox): New defun. Check for remote shell
1646 implementation (BusyBox or Toolbox).
1647
1648 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1649
1650 * startup.el (initial-buffer-choice): Allow function as value
1651 (Bug#13251).
1652 (command-line-1): Handle case where initial-buffer-choice
1653 specifies a function.
1654 * server.el (server-execute): Handle case where
1655 initial-buffer-choice specifies a function.
1656
1657 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1658
1659 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1660 its own function.
1661 (smtpmail-try-auth-methods): Forget the user name/password if the
1662 login is unsuccessful (bug#12424).
1663
1664 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1665
1666 * notifications.el (notifications-notify): Protect body with
1667 `with-demoted-errors'.
1668
1669 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1670 Check properties of remote device. Restart connection, if there is a
1671 change.
1672
1673 2012-12-21 Chong Yidong <cyd@gnu.org>
1674
1675 * sort.el (sort-subr): Doc fix (Bug#13056).
1676
1677 2012-12-21 Bastien Guerry <bzg@gnu.org>
1678
1679 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1680
1681 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1682
1683 * simple.el (process-file): Overwrite stderr file, if exists.
1684
1685 2012-12-21 Daiki Ueno <ueno@gnu.org>
1686
1687 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1688 (epg-error): Set `error-message' property.
1689
1690 2012-12-21 Chong Yidong <cyd@gnu.org>
1691
1692 * international/mule-cmds.el (read-char-by-name): Signal an error
1693 if the user does not supply a valid character (Bug#13177).
1694
1695 * simple.el (transpose-subr-1): Preserve marker positions by
1696 changing the insertion sequence (Bug#13122).
1697
1698 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1699
1700 * simple.el (kill-region): Deactivate mark even for empty regions
1701 (Bug#13169).
1702
1703 2012-12-21 Chong Yidong <cyd@gnu.org>
1704
1705 * help-fns.el (describe-variable): Make sure we get the right
1706 buffer name (Bug#13105). Suggested by Kelly Dean.
1707
1708 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1709
1710 * comint.el (comint-redirect-previous-input-string): New variable.
1711 (comint-redirect-setup, comint-redirect-cleanup)
1712 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1713 (comint-redirect-preoutput-filter): Fix verbose message.
1714
1715 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1716
1717 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1718 is too long for Tramp. See discussion in
1719 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1720
1721 * progmodes/compile.el (compilation-start): Remove line escape
1722 template.
1723
1724 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1725
1726 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1727 Adjust comment.
1728
1729 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1730
1731 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1732 following non-comment text (bug#13207).
1733 (lm-header-multiline): Continuation lines need to be indented more than
1734 the first line.
1735 (lm-homepage): New function.
1736 (lm-with-file): Don't be confused if narrowing is in effect.
1737
1738 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1739
1740 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1741 very beginning of a hunk (e.g. killing the first line).
1742
1743 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1744
1745 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1746 and text properties from returned ACL string.
1747 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1748 for "setfacl" command.
1749
1750 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1751
1752 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1753 `tramp-cleanup-this-connection', when the process has died.
1754 (Bug#13151)
1755
1756 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1759
1760 2012-12-17 Kevin Ryde <user42@zip.com.au>
1761
1762 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1763
1764 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1765
1766 Add support for preserving ACL entries of files.
1767
1768 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1769 `set-file-acl' handlers.
1770
1771 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1772 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1773
1774 * net/tramp-compat.el (tramp-compat-copy-file):
1775 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1776
1777 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1778 Add `file-acl' and `set-file-acl' handlers.
1779 (tramp-gvfs-handle-copy-file):
1780 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1781 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1782 New defuns.
1783
1784 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1785 Add `file-acl' and `set-file-acl' handlers.
1786 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1787 (tramp-sh-handle-set-file-acl): New defuns.
1788 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1789 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1790
1791 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1792 Add `file-acl' and `set-file-acl' handlers.
1793 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1794
1795 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1796
1797 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1798 use pop-to-buffer with NORECORD argument t. As buffer name, use
1799 *Metahelp* with a leading space (Bug#13190).
1800
1801 2012-12-16 Romain Francoise <romain@orebokech.com>
1802
1803 * files.el (file-extended-attributes)
1804 (set-file-extended-attributes): New functions.
1805 (backup-buffer): Use them to handle both SELinux context and ACL
1806 entries.
1807 (backup-buffer-copy): Work with an alist of extended attributes,
1808 rather than an SELinux context.
1809 (basic-save-buffer-2): Ditto.
1810
1811 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1812
1813 * battery.el (battery-bsd-apm): New function.
1814
1815 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1816
1817 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1818 standard date formats.
1819
1820 2012-12-15 Juri Linkov <juri@jurta.org>
1821
1822 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1823 `isearch-insert-char-by-name'.
1824 (with-isearch-suspended): New defmacro with body mostly from
1825 `isearch-edit-string' except the part that sets
1826 `isearch-new-string' and `isearch-new-message'.
1827 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1828 body that sets `isearch-new-string' and `isearch-new-message'.
1829 (isearch-insert-char-by-name): New command.
1830 * international/mule-cmds.el (read-char-by-name): Let-bind
1831 `enable-recursive-minibuffers' to t.
1832 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1833
1834 2012-12-15 Juri Linkov <juri@jurta.org>
1835
1836 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1837 (Bug#13175)
1838
1839 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1840
1841 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1842 the prompt. (Bug#13045)
1843
1844 2012-12-14 Glenn Morris <rgm@gnu.org>
1845
1846 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1847 Try to include filename in non-bytecomp warning. (Bug#13132)
1848
1849 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1850
1851 Fix permissions bugs with setgid directories etc. (Bug#13125)
1852 * files.el (backup-buffer): Don't rely on 9th output of
1853 file-attributes, as it's now a placeholder. Instead, use the new
1854 optional arg of file-ownership-preserved-p.
1855 (file-ownership-preserved-p): New optional arg GROUP.
1856 Fix mishandling of setuid directories that would cause this
1857 function to return t when it should have returned nil.
1858 Document what happens if the file does not exist, and when
1859 it's not known whether the ownership will be preserved.
1860 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1861 Likewise.
1862 (tramp-get-local-gid): Use group-gid for integer, as that's
1863 faster and more reliable.
1864
1865 2012-12-14 Julien Danjou <julien@danjou.info>
1866
1867 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1868 Update keywords list, data type and PL/pgSQL.
1869
1870 2012-12-14 Dave Abrahams <dave@boostpro.com>
1871
1872 * vc/ediff-util.el (ediff-buffer-type): New function.
1873 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1874 rather than taking it as as argument.
1875 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1876
1877 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1878
1879 * json.el: Add pretty-print option (bug#12634).
1880 (json-encoding-separator, json-encoding-default-indentation)
1881 (json--encoding-current-indentation, json-encoding-pretty-print)
1882 (json-encoding-lisp-style-closings): New vars.
1883 (json--with-indentation): New macro.
1884 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1885 (json-encode-array): Use it to obey json-encoding-pretty-print.
1886 (json-pretty-print-buffer, json-pretty-print): New commands.
1887
1888 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1889
1890 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1891 Extract `ruby-syntax-propertize-expansions'.
1892 (ruby-syntax-propertize-expansions): Only change syntax on
1893 certain string delimiters, to punctuation. This way the common
1894 functions like forward-word and thing-at-point still work.
1895 (ruby-match-expression-expansion): Improve readability.
1896 (ruby-block-contains-point): New function.
1897 (ruby-add-log-current-method): Handle several edge cases.
1898
1899 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1900
1901 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1902 unload-feature finishes even when aborting an ongoing edebug session.
1903 Also, do not worry about edebug-mode, unload-feature takes care of it.
1904
1905 2012-12-13 Andreas Schwab <schwab@suse.de>
1906
1907 * net/tls.el (tls-program): Update customize type.
1908
1909 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1910
1911 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1912 (edebug-setup-hook, cl-read-load-hooks): Use it.
1913 (edebug-unload-function): New function. (Bug#13163)
1914
1915 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1916
1917 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1918 Otherwise, there could be errors in autoloading. (Bug#13151)
1919
1920 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1921
1922 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1923 sequences.
1924
1925 2012-12-13 Alan Mackenzie <acm@muc.de>
1926
1927 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1928 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1929 around `forward-comment' not recognizing ^M as whitespace.
1930
1931 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1932
1933 * progmodes/python.el (python-skeleton-class)
1934 (python-skeleton-def): Do not add space after defun name.
1935
1936 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1937
1938 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1939 (cl--symbol-function): Remove (now that funbound is like nil).
1940
1941 2012-12-12 Glenn Morris <rgm@gnu.org>
1942
1943 * button.el (button--area-button-p): Fix typo.
1944
1945 2012-12-12 Sam Steingold <sds@gnu.org>
1946
1947 * frame.el (frame-maximization-style): New user option.
1948 (toggle-frame-maximized): Toggle frame maximization according to
1949 `frame-maximization-style', bound to <f11>.
1950 (cycle-frame-maximized): Cycle between all maximization styles and
1951 non-maximized frame, bound to shift-<f11>.
1952
1953 2012-12-12 David Cadé <codename68@gmail.com>
1954
1955 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1956
1957 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1958
1959 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1960 (eieio-override-prin1): Don't quote kewords and booleans.
1961 (object-write) <eieio-default-superclass>: Don't put closing parens
1962 on new line, avoid needless empty lines, align values that are objects
1963 with the slot keyword (instead of beginning on the same line).
1964 (eieio-list-prin1): Align value with slot keyword; increase
1965 eieio-print-depth before printing members of the list.
1966
1967 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1970 a display text-property.
1971 (report-emacs-bug-hook): Don't bother deleting it any more.
1972
1973 * hilit-chg.el (highlight-save-buffer-state): Delete.
1974 Use with-silent-modifications instead.
1975 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1976
1977 * button.el: Handle buttons in display text-properties.
1978 (button--area-button-p, button--area-button-string):
1979 Use (STRING . STRING-POS) representation instead of just STRING.
1980
1981 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1982
1983 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1984 subdirectory be skipped.
1985
1986 2012-12-11 Glenn Morris <rgm@gnu.org>
1987
1988 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
1989
1990 * progmodes/f90.el (f90-line-continued, f90-indent-region):
1991 Treat preprocessor lines embedded in continuations like comments.
1992 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
1993
1994 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
1995
1996 * calc/calc.el (calc-standard-date-formats): Add more date
1997 formats.
1998 * calc/calc-forms.el (math-parse-iso-date): New function.
1999 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2000 (math-parse-iso-date-validate): Add extra error checking.
2001 (calc-date-notation): Add ability to access new date formats.
2002
2003 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2006 font-lock as well as when there's no text-property.
2007
2008 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2009
2010 * hi-lock.el: Refine the choice of default face.
2011 (hi-lock-keyword->face): New function. Use it wherever we used
2012 cadadadr instead.
2013 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2014 (hi-lock--last-face): Remove var.
2015 (hi-lock--unused-faces): New var to replace it.
2016 (hi-lock-read-face-name): Use/maintain it.
2017 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2018 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2019 if it has another face.
2020
2021 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2022
2023 * subr.el (w32notify-handle-event): New function.
2024 (inotify-handle-event): Doc fix.
2025
2026 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2027
2028 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2029
2030 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2031
2032 * simple.el (just-one-space): Doc fix.
2033
2034 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2035
2036 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2037
2038 2012-12-10 Le Wang <l26wang@gmail.com>
2039
2040 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2041 narrowed buffer (bug#12361).
2042
2043 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2044
2045 * vc/vc-hooks.el (vc-state): Doc fix.
2046
2047 2012-12-10 Glenn Morris <rgm@gnu.org>
2048
2049 * mail/rmail.el (rmail-maybe-display-summary):
2050 Preserve buffer, in case select-window changes it. (Bug#13066)
2051
2052 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2055 cl-load-hook where they belong.
2056
2057 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2060
2061 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2062
2063 Parallelize byte compilation on MS-Windows.
2064 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2065 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2066 (WINS_BASIC): Define as concatenation of the above.
2067 (compile): Subdivide into 4 separate and independent jobs that can
2068 be run in parallel.
2069 (compile0-CMD, compile0-SH): New targets for compiling
2070 COMPILE_FIRST files, which are prerequisites for the rest of the
2071 byte-compilation.
2072 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2073 New targets for parallel compilation with cmd.exe.
2074 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2075 compiling under a Unixy shell.
2076
2077 2012-12-09 Chong Yidong <cyd@gnu.org>
2078
2079 * simple.el (set-mark-default-inactive): Delete this
2080 accidentally-introduced option.
2081 (set-mark-command, exchange-point-and-mark): Remove calls.
2082
2083 2012-12-09 Glenn Morris <rgm@gnu.org>
2084
2085 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2086 Respect a defcustom's :set function, if appropriate. (Bug#109)
2087 (eval-defun): Doc fix.
2088
2089 2012-12-08 Juri Linkov <juri@jurta.org>
2090
2091 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2092 (Info-fontify-node, Info-bookmark-make-record): Remove the
2093 file extension from Info-current-file (Bug#13016).
2094
2095 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2098 point, still provide some default.
2099 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2100 names, since we don't use it right now. Actually return the list.
2101 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2102
2103 2012-12-07 Chong Yidong <cyd@gnu.org>
2104
2105 * novice.el (disabled-command-function): Remove a spurious help
2106 xref (Bug#13043). Suggested by Kelly Dean.
2107
2108 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2109 syntax is specified (Bug#13025).
2110
2111 * info.el (Info-set-mode-line): Remove the file extension from
2112 Info-current-file if there is one (Bug#13016).
2113
2114 2012-12-07 Glenn Morris <rgm@gnu.org>
2115
2116 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2117 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2118 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2119 and rmail-mime-decoded. (Bug#9841)
2120
2121 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2122 (batch-unrmail, unrmail): Doc fixes.
2123 (unrmail): Respect unrmail-mbox-format.
2124 * mail/rmail.el (rmail-mbox-format): New option.
2125 (rmail-show-message-1): Respect rmail-mbox-format.
2126
2127 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2130
2131 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2134 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2135 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2136 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2137 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2138 (cl-progv): Don't rely on dynamic scoping to find the body.
2139 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2140 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2141 (cl-declaim): Use backquotes.
2142 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2143 Use "cl--" prefix for the object's tag.
2144
2145 * ses.el: Use advice-add/remove.
2146 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2147 (copy-region-as-kill, yank): Use advice-add.
2148 (ses-unload-function): Use advice-remove.
2149
2150 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2151
2152 * button.el: Make them work in header-lines (bug#12817).
2153 (button-map): Add bindings for header-line and mode-line use.
2154 (button-get, button-put, button-label): `button' may now be a string.
2155 (button-activate): Don't make it a defsubst.
2156 (button--area-button-p, button--area-button-string): New functions.
2157 (make-text-button): Fix the return value when `beg' was a string.
2158 (push-button): Handle the mode-line case.
2159
2160 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2163 (sql-signum): Remove. Use `cl-signum' instead.
2164 (sql-read-passwd): Remove; use read-passwd instread.
2165 (sql-get-login-ext): Use read-string.
2166 (sql-get-login): Use dolist and pcase.
2167 (sql--completion-table): Rename from sql-try-completion.
2168 Use complete-with-action.
2169 (sql-mode): Don't change abbrev-all-caps globally.
2170 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2171 (sql-postgres-completion-object): Initialize vars in their `let'.
2172 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2173 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2174 (sql-comint-interbase): Use a single append, without setq.
2175 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2176
2177 * hi-lock.el: Rework the default face and the serialize regexp code.
2178 (hi-lock--auto-select-face-defaults): Remove.
2179 (hi-lock-string-serialize-serial): Remove.
2180 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2181 make weak.
2182 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2183 equal string.
2184 (hi-lock-set-pattern): Adjust accordingly.
2185 (hi-lock--regexps-at-point): Simplify accordingly.
2186 (hi-lock--auto-select-face-defaults): Remove.
2187 (hi-lock--last-face): New var to replace it.
2188 (hi-lock-read-face-name): Rewrite (bug#11095).
2189 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2190
2191 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2192
2193 * net/tramp.el (tramp-replace-environment-variables):
2194 Hide compiler warning.
2195 (tramp-file-name-for-operation): Remove `executable-find',
2196 `start-process', `call-process' and `call-process-region'.
2197
2198 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2199
2200 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2201 compatibility.
2202
2203 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2204
2205 2012-12-06 Chong Yidong <cyd@gnu.org>
2206
2207 * ffap.el (ffap-replace-file-component): Fix typo.
2208
2209 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2210
2211 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2212 fix open-paren-like token test (bug#12785).
2213
2214 2012-12-06 Glenn Morris <rgm@gnu.org>
2215
2216 * mail/rmailsum.el (rmail-new-summary): Tweak for
2217 rmail-maybe-display-summary changing buffer. (Bug#13066)
2218
2219 2012-12-06 Juri Linkov <juri@jurta.org>
2220
2221 * info.el (Info-fontify-node): Don't hide the last newline.
2222 (Bug#12272)
2223
2224 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2225
2226 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2227 so as to enable message-read-from-minibuffer to expand mail aliases.
2228
2229 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2232 the `intangible' property.
2233 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2234
2235 2012-12-05 Deniz Dogan <deniz@dogan.se>
2236
2237 * net/rcirc.el (rcirc-urls): Update documentation.
2238 (rcirc-condition-filter): New function.
2239 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2240 and exclude consecutive duplicate URLs (Bug#6082).
2241
2242 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2243
2244 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2245 Check return code of copy command.
2246
2247 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2248 Use group `tramp'. Add version.
2249
2250 2012-12-05 Chong Yidong <cyd@gnu.org>
2251
2252 * ffap.el (ffap-url-regexp): Don't require matching at front of
2253 string (Bug#4952).
2254 (ffap-url-p): If only a substring matches, return that.
2255 (ffap-url-at-point): Use the return value of ffap-url-p.
2256 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2257 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2258 (ffap-guess-file-name-at-point): Likewise.
2259 (ffap-replace-file-component): Fix typo.
2260
2261 * info.el (info-display-manual): Add existing Info buffers, whose
2262 files may not be in Info-directory-list, to the completion.
2263 (info--manual-names): New helper function.
2264
2265 2012-12-05 Glenn Morris <rgm@gnu.org>
2266
2267 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2268 New functions, for detecting and resolving conflicts. (Bug#10709)
2269
2270 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2271
2272 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2273 (hi-lock-auto-select-face-defaults): New buffer local variable.
2274 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2275 (hi-lock-unface-buffer): Prompt user with useful defaults.
2276 With prefix arg, unhighlight all hi-lock patterns in buffer.
2277
2278 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2279
2280 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2281
2282 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2283
2284 * Makefile.in (TRAMP_SRC):
2285 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2286
2287 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2288
2289 * net/tramp-adb.el: New package.
2290
2291 2012-12-04 Chong Yidong <cyd@gnu.org>
2292
2293 * terminal.el: Move to obsolete/.
2294
2295 * longlines.el: Move to obsolete/.
2296
2297 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2298 Remove code referring to longlines mode.
2299
2300 2012-12-03 Juri Linkov <juri@jurta.org>
2301
2302 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2303
2304 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2305
2306 * textmodes/ispell.el (ispell-init-process)
2307 (ispell-start-process, ispell-internal-change-dictionary):
2308 Make sure personal dictionary name is expanded after initial
2309 `default-directory' value. Use expanded strings for
2310 keep/restart checks and for value (Bug#13019).
2311
2312 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2313
2314 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2315
2316 2012-12-03 Leo Liu <sdl.web@gmail.com>
2317
2318 * files.el (dir-locals-read-from-file): Check file non-empty
2319 before reading. (Bug#13038)
2320
2321 2012-12-03 Glenn Morris <rgm@gnu.org>
2322
2323 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2324 Remove any version extension before checking filename. (Bug#13006)
2325 (jka-compr-compression-info-list): Belated :version bump.
2326
2327 2012-12-03 Chong Yidong <cyd@gnu.org>
2328
2329 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2330
2331 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2332 (buffer-menu): Doc fix (Bug#12294).
2333
2334 2012-12-03 Roland Winkler <winkler@gnu.org>
2335
2336 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2337 of diary-show-all-entries in the diary buffer (Bug#12994).
2338
2339 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2340
2341 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2342 "<STDIN>". This is binary safe.
2343
2344 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2345
2346 * calc/calc-forms.el (math-absolute-from-iso-dt)
2347 (math-date-to-iso-dt, math-parse-iso-date-validate)
2348 (math-iso-dt-to-date): New functions.
2349 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2350 (math-fd-isoweekday): New variables.
2351 (calc-date-notation, math-parse-standard-date, math-format-date)
2352 (math-format-date-part): Add support for more formatting codes.
2353
2354 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2355
2356 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2357 current buffer's file name when called interactively (Bug#12488).
2358
2359 2012-12-02 Juri Linkov <juri@jurta.org>
2360
2361 * info.el (info-display-manual): Don't clobber an existing Info
2362 buffer (Bug#10770). Add completion (Bug#10771).
2363
2364 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2365
2366 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2367 before using it for comparison (Bug#5297).
2368
2369 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2370
2371 * textmodes/css-mode.el (css-current-defun-name): New function.
2372 (css-mode): Use it.
2373
2374 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2375 (html-mode): Use it.
2376
2377 2012-12-01 Chong Yidong <cyd@gnu.org>
2378
2379 Modularize add-log-current-defun (Bug#2224).
2380 Suggested by Jari Aalto.
2381
2382 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2383 (add-log-current-defun): Move mode-specific code to other files.
2384 (add-log-lisp-like-modes, add-log-c-like-modes)
2385 (add-log-tex-like-modes): Variables deleted.
2386
2387 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2388 (lisp-mode-variables): Use it.
2389
2390 * progmodes/cc-mode.el (c-common-init):
2391 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2392 add-log-current-defun-function.
2393
2394 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2395 (m4-mode): Use it.
2396
2397 * progmodes/perl-mode.el (perl-current-defun-name): New.
2398 (perl-mode): Use it.
2399
2400 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2401 Use lisp-current-defun-name.
2402
2403 * textmodes/tex-mode.el (tex-current-defun-name): New.
2404 (tex-common-initialization): Use it.
2405
2406 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2407 (texinfo-mode): Use it.
2408
2409 2012-12-01 Chong Yidong <cyd@gnu.org>
2410
2411 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2412 * progmodes/autoconf.el (autoconf-mode):
2413 * progmodes/js.el (js-mode):
2414 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2415 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2416 * progmodes/perl-mode.el (perl-mode):
2417 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2418 * textmodes/css-mode.el (css-mode):
2419 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2420 (sgml-tags-invisible, sgml-guess-indent):
2421 * textmodes/tex-mode.el (tex-common-initialization)
2422 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2423 (doctex-mode, plain-tex-mode, latex-mode):
2424 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2425
2426 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2427
2428 * vc/vc-hg.el (vc-hg-next-revision):
2429 Ensure use of default "tip" output format. (Bug#6968)
2430
2431 2012-12-01 Kim F. Storm <storm@cua.dk>
2432
2433 * startup.el (fancy-startup-tail): Add a clickable link
2434 (Bug#2176).
2435
2436 2012-12-01 Chong Yidong <cyd@gnu.org>
2437
2438 * startup.el (fancy-startup-tail): Improve the message about
2439 auto-save files (Bug#2176).
2440
2441 * files.el (recover-session): Improve the descriptive message, and
2442 use substitute-command-keys.
2443
2444 2012-12-01 Glenn Morris <rgm@gnu.org>
2445
2446 * ido.el (ido-file-internal):
2447 Handle other-window, other-frame for dired. (Bug#13036)
2448
2449 2012-11-30 Glenn Morris <rgm@gnu.org>
2450
2451 * icomplete.el (icomplete-separator): Fix :version.
2452
2453 2012-11-30 Chong Yidong <cyd@gnu.org>
2454
2455 * shell.el (shell): For C-u M-x shell, use an inactive shell
2456 buffer as the default (Bug#1975).
2457 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2458 (shell-mode): Use them to reapply ansi colorization if Shell mode
2459 is re-enabled.
2460
2461 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2462
2463 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2464
2465 2012-11-30 Samuel Bronson <naesten@gmail.com>
2466
2467 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2468 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2469
2470 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2471
2472 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2473 by move-to-column (Bug#3234).
2474
2475 2012-11-30 Chong Yidong <cyd@gnu.org>
2476
2477 * longlines.el (longlines-wrap-line, longlines-encode-region):
2478 Preserve text properties (Bug#1425).
2479
2480 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2481
2482 * vc/vc.el (vc-register): Allow registering a file which is
2483 already registered with a different backend (Bug#10589).
2484
2485 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2486 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * icomplete.el: Change separator; add ido-style commands.
2489 (icomplete-show-key-bindings): Remove custom var.
2490 (icomplete-get-keys): Remove function.
2491 (icomplete-forward-completions, icomplete-backward-completions):
2492 New commands.
2493 (icomplete-minibuffer-map): New var.
2494 (icomplete-minibuffer-setup): Use it.
2495 (icomplete-exhibit): Don't delay if the list of completions is known.
2496 (icomplete-separator): New custom.
2497 (icomplete-completions): Use it.
2498 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2499 (minibuffer-force-complete-and-exit): New command.
2500 (minibuffer--complete-and-exit): New function extracted from
2501 minibuffer-complete-and-exit.
2502 (minibuffer-complete-and-exit): Use it.
2503
2504 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2505 error message when the file doesn't exist (bug#12974).
2506
2507 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2508
2509 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2510
2511 2012-11-29 Glenn Morris <rgm@gnu.org>
2512
2513 * files.el (hack-dir-local-variables): Warn if try to set
2514 coding via dir-locals, since it doesn't work. (Bug#7169)
2515
2516 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2517 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2518 Set buffer-local value of desktop-save-buffer.
2519 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2520 New functions.
2521 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2522 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2523
2524 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2525 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2526 Doc fix.
2527 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2528 Doc fixes.
2529
2530 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2531
2532 * calc/calc-forms.el (calc-date-notation): Fix regexp
2533 used to find time codes. Fix symbol for seconds.
2534
2535 2012-11-27 Glenn Morris <rgm@gnu.org>
2536
2537 * emacs-lisp/derived.el (derived-mode-make-docstring):
2538 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2539
2540 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2543 lexically scoped variables (bug#13005).
2544
2545 2012-11-27 Glenn Morris <rgm@gnu.org>
2546
2547 * vc/vc-hooks.el (vc-mistrust-permissions):
2548 Default to t, to avoid data-loss. (Bug#11490)
2549
2550 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2551
2552 * progmodes/python.el (python-indent-guess-indent-offset):
2553 If indentation is guessed make python-indent-offset buffer-local.
2554
2555 Fix Imenu regression.
2556 * progmodes/python.el (python-nav-beginning-of-defun):
2557 Fix forward movement when statement(s) separates point from defun.
2558 (python-imenu-prev-index-position): New function.
2559
2560 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2561
2562 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2563
2564 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2565 Don't set buffer-file-type. Return nil. (Bug#12989)
2566
2567 2012-11-27 Glenn Morris <rgm@gnu.org>
2568
2569 * hippie-exp.el (hippie-expand-try-functions-list):
2570 Re-autoload it. (Bug#12982)
2571
2572 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2573
2574 * descr-text.el (describe-char-padded-string):
2575 Call internal-char-font only on GUI frames. (Bug#11964)
2576
2577 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2578
2579 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2580 and obsoletion message.
2581
2582 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2585 the constructs to keep outside of the `cl-block' (bug#12977).
2586
2587 2012-11-27 Chong Yidong <cyd@gnu.org>
2588
2589 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2590 keep reading until we get the up-event anyway, in order to process
2591 the up-event for mouse-1-click-follows-link (Bug#12971).
2592
2593 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2594
2595 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2596 base function is not yet defined (bug#12965).
2597 (ad-activate-advised-definition): Use ad-compile-function.
2598 (ad-activate): Use cond.
2599
2600 2012-11-25 Leo Liu <sdl.web@gmail.com>
2601
2602 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2603 (Bug#12979)
2604
2605 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2606
2607 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2608 reftex-section-info-function in order to be compatible with
2609 Texinfo integration.
2610
2611 * textmodes/reftex.el (reftex-section-pre-regexp)
2612 (reftex-section-post-regexp, reftex-section-info-function):
2613 New variable.
2614 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2615 reftex-section-post-regexp, and reftex-section-info-function in order
2616 to be compatible with Texinfo integration.
2617
2618 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2619 use reftex-section-pre-regexp variable in order to be compatible with
2620 Texinfo integration.
2621
2622 2012-11-25 Chong Yidong <cyd@gnu.org>
2623
2624 * faces.el: Make face-spec-set more analogous to setq.
2625 (face-spec-set): Change the third arg to specify whether this
2626 function is being called via defface, customize, or a third party.
2627 Set the appropriate symbol properties. Clear the override spec if
2628 setting via Custom. Initialize face if necessary. (Bug#4988)
2629 (face-spec-recalc): Allow theme faces to completely replace the
2630 defface spec, in the same way as custom faces (Bug#8454).
2631
2632 * cus-face.el (custom-declare-face): Move face initialization to
2633 face-spec-set.
2634 (custom-theme-set-faces): Don't initialize the face name here, as
2635 that is now done in face-spec-set.
2636
2637 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2638 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2639 Simplify by using the new arg to face-spec-set.
2640
2641 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2642 reset face-override-spec too, and use custom-declare-face.
2643
2644 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2645
2646 * term/ns-win.el (ns-initialize-window-system): Move creation of
2647 fontsets here (Bug#11964).
2648
2649 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2650
2651 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2652 cell renaming.
2653
2654 2012-11-24 Chong Yidong <cyd@gnu.org>
2655
2656 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2657 obsolete.
2658
2659 * custom.el (custom-theme-set-variables): Use a topological sort
2660 for ordering by custom dependencies (Bug#12952).
2661 (custom--sort-vars, custom--sort-vars-1): New functions.
2662
2663 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2666 lexical-binding (bug#12938).
2667
2668 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2669
2670 * image-mode.el (image-transform-check-size): Use assertions only
2671 for images of type imagemagick.
2672
2673 Otherwise no error, image-transform-fit-to-{width,height} is
2674 silently ignored, as before. Doc fix.
2675
2676 2012-11-24 Chong Yidong <cyd@gnu.org>
2677
2678 * faces.el (color-defined-p): Doc fix (Bug#12853).
2679
2680 2012-11-24 Juri Linkov <juri@jurta.org>
2681
2682 * dired.el (dired-mark): Add optional arg `interactive'.
2683 Check for `use-region-p' if `interactive' is non-nil.
2684 (dired-unmark, dired-flag-file-deletion): Add optional arg
2685 `interactive'. Call `dired-mark' with the arg `interactive'.
2686 (Bug#10624)
2687
2688 * wdired.el: Revert 2012-10-17 change partly and replace it with
2689 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2690 (wdired-finish-edit): Add marks for new file names to
2691 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2692 after `revert-buffer'.
2693 (wdired-do-renames): Remove calls to `dired-remove-file',
2694 `dired-add-file', `dired-add-entry'. (Bug#11795)
2695
2696 2012-11-24 Alan Mackenzie <acm@muc.de>
2697
2698 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2699
2700 Fix bugs in the state cache. Enhance a debugging mechanism.
2701 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2702 "brace at column zero" strategy for C++.
2703 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2704 (c-parse-state-point): New variable.
2705 (c-record-parse-state-state): Record old parse state with
2706 `copy-tree'. Record previous value of point.
2707 (c-debug-parse-state-double-cons): New debugging function.
2708 (c-debug-parse-state): Call the above new function.
2709 (c-toggle-parse-state-debug): Output a confirmatory message.
2710
2711 * progmodes/cc-mode.el (c-before-change, c-after-change):
2712 Call c-invalidate-state-cache from `c-before-change' instead of
2713 `c-after-change'.
2714
2715 2012-11-23 Chong Yidong <cyd@gnu.org>
2716
2717 * find-cmd.el (find-constituents): Add executable, ipath,
2718 readable, samefile, writable, daystart, regextype (Bug#12856).
2719
2720 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2723
2724 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2725
2726 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2727 definition. This fixes a bootstrap failure.
2728 (calc-gregorian-switch): In menu, put dates before regions.
2729 This is easier to follow, lines up better in the menu, and lets us
2730 coalesce regions that switch at the same time. Give country
2731 names, not "Vatican", as that's better for non-expert users.
2732 Use names that are stable between the date of switch and now, e.g.,
2733 Bohemia and Moravia (which existed then and now) and not
2734 Czechoslovakia (which didn't exist then and doesn't exist now).
2735 What is now the U.S. mostly did not switch at the same time as
2736 Britain, so omit the U.S. Correct spelling of "Britain".
2737 Catholic Switzerland was too much of a mess, so omit it.
2738
2739 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2740
2741 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2742 after the variable is changed.
2743
2744 2012-11-21 Daniel Colascione <dancol@dancol.org>
2745
2746 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2747 in SQL declarations for font-lock.
2748 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2749
2750 2012-11-21 Glenn Morris <rgm@gnu.org>
2751
2752 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2753 (face-italic-p): Add optional argument "inherit".
2754
2755 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2756 Remove -p suffix from names, for consistency with other set-face-*.
2757 (set-face-inverse-video): Fix interactive spec.
2758 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2759 * textmodes/table.el (table--update-cell-face):
2760 Use set-face-inverse-video rather than now obsolete alias.
2761
2762 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2763
2764 * simple.el (line-move): Don't call line-move-partial if
2765 scroll-conservatively is in effect. (Bug#12927)
2766
2767 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2770 Fallback on completion-at-point rather than
2771 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2772 (eshell-cmpl-initialize): Setup completion-at-point.
2773
2774 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2775
2776 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2777
2778 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2779
2780 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2781 are remote, check out-of-band property for both.
2782
2783 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2786 code rewrite.
2787
2788 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2789
2790 More minor time fixes.
2791 * calendar/time-date.el: Commentary fix.
2792 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2793 too much other code depends on (0 0) time stamps.
2794 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2795 Add a couple of FIXME comments.
2796
2797 Minor cleanup for times as lists of four integers.
2798 * files.el (dir-locals-directory-cache):
2799 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2800 Doc fixes.
2801 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2802 * ps-bdf.el (bdf-file-newer-than-time):
2803 Process four-integers time stamps, not two. Doc fixes.
2804
2805 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * uniquify.el (uniquify-managed): Use defvar-local.
2808 (rename-buffer, create-file-buffer): Advise with advice-add.
2809 (uniquify-unload-function): Unadvise accordingly.
2810
2811 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2812 (trace-buffer): Don't purecopy.
2813 (trace-entry-message, trace-exit-message): Add `context' arg.
2814 (trace--timer): New var.
2815 (trace-make-advice): Adjust for use in nadvice.
2816 Add `context' argument. Delay `display-buffer' via a timer.
2817 (trace-function-internal): Use advice-add.
2818 (trace--read-args): New function.
2819 (trace-function-foreground, trace-function-background): Use it.
2820 (trace-function): Rename to trace-function-foreground and redefine as
2821 an alias to that new name.
2822 (untrace-function, untrace-all): Adjust to the use of nadvice.
2823
2824 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2825
2826 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2827
2828 * subr.el (called-interactively-p-functions): New var.
2829 (internal--called-interactively-p--get-frame): New macro.
2830 (called-interactively-p, interactive-p): Rewrite in Lisp.
2831 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2832 (called-interactively-p-functions): Use it.
2833 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2834 (called-interactively-p-functions): Use it.
2835 * allout.el (allout-called-interactively-p): Don't assume
2836 called-interactively-p is a subr.
2837
2838 2012-11-20 Glenn Morris <rgm@gnu.org>
2839
2840 * profiler.el (profiler-report-mode-map): Add a menu.
2841 No need to bind `q' because we derive from special-mode.
2842 (profiler-report-find-entry): Handle calls from the menu-bar.
2843
2844 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2845
2846 * emacs-lisp/byte-run.el (defun-declarations-alist):
2847 Allow a compiler-macro to be a lambda expression.
2848
2849 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2850 eval-when-compile.
2851 (python-syntax-context): Add compiler-macro.
2852 (python-font-lock-keywords): Simplify with De Morgan.
2853
2854 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2855
2856 * files.el (load-file): Require match in minibuffer selection, as was
2857 the case in Emacs-20 before we changed the spec to allow .elc files
2858 (bug#12935).
2859
2860 * json.el: Don't require cl since we don't use it.
2861 * color.el: Don't require cl.
2862 (color-complement): `caddr' -> `nth 2'.
2863
2864 * calendar/time-date.el (time-to-seconds): De-obsolete.
2865
2866 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2867
2868 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2869 year numbers.
2870 (math-date-to-julian-dt): Adjust the initial approximation for the
2871 year to deal with the new definition of the DATE.
2872
2873 2012-11-19 Daniel Colascione <dancol@dancol.org>
2874
2875 * term/w32-win.el (cygwin-convert-path-from-windows):
2876 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2877
2878 2012-11-18 Chong Yidong <cyd@gnu.org>
2879
2880 * filecache.el (file-cache--read-list): New function.
2881 (file-cache-add-directory-list, file-cache-add-file-list)
2882 (file-cache-delete-file-list, file-cache-delete-directory-list):
2883 Use it to read a list of files or directories (Bug#12846).
2884 (file-cache-add-file, file-cache-add-directory)
2885 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2886 (file-cache-delete-directory): Print an message.
2887
2888 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2889
2890 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2891 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2892
2893 2012-11-18 Glenn Morris <rgm@gnu.org>
2894
2895 * image.el (insert-image, insert-sliced-image): Doc fix.
2896
2897 2012-11-18 Chong Yidong <cyd@gnu.org>
2898
2899 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2900 (Bug#12810).
2901
2902 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2903
2904 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2905 response when the target file is in a subdirectory (Bug#12757).
2906
2907 2012-11-18 Chong Yidong <cyd@gnu.org>
2908
2909 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2910
2911 2012-11-18 Glenn Morris <rgm@gnu.org>
2912
2913 * emacs-lisp/cl-lib.el (face-underline-p):
2914 Use set-face-underline rather than the alias set-face-underline-p.
2915
2916 * window.el (with-temp-buffer-window): Doc fix.
2917 * subr.el (with-output-to-temp-buffer):
2918 Add doc xref to with-temp-buffer-window.
2919
2920 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2921
2922 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2923 * calc/calc.el (math-format-date-cache): Declare.
2924
2925 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2926
2927 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2928 It also uses January 1, 1 AD as its day number 1.
2929 * calc/calc-forms.el (math-julian-date-beginning)
2930 (math-julian-date-beginning-int): Implement this.
2931
2932 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2933
2934 * descr-text.el (quail-find-key):
2935 * dired.el (desktop-file-name):
2936 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2937 * generic-x.el (comint-mode, comint-exec):
2938 * image-dired.el (widget-forward):
2939 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2940 (speedbar-change-expand-button-char)
2941 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2942 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2943 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2944 (widget-field-action, widget-value-set):
2945 * speedbar.el (imenu--make-index-alist):
2946 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2947 (ring-length, ring-insert):
2948 * vcursor.el (compare-windows-skip-whitespace):
2949 * woman.el (dired-get-filename):
2950 Declare functions.
2951
2952 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2953
2954 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2955
2956 * calc/calc.el (calc-gregorian-switch): New variable.
2957
2958 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2959 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2960 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2961 (math-leap-year-p): Add option to distinguish between Julian
2962 and Gregorian calendars.
2963 (math-day-number): Use `math-day-in-year' to do the computations.
2964 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2965 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2966 to do the computations.
2967 (math-date-to-dt): Use `math-date-to-julian-dt' and
2968 `math-date-to-gregorian-dt' to do the computations.
2969 (calcFunc-weekday, math-format-date-part): Use the new version of
2970 the DATE to determine the weekday.
2971 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2972 when necessary.
2973
2974 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2975
2976 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2977 Cygwin; otherwise use 'file:'. (Bug#12914)
2978 (cygwin-convert-path-from-windows): Declare, to avoid
2979 byte-compiler warnings.
2980
2981 2012-11-17 Andreas Politz <politza@fh-trier.de>
2982
2983 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2984 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2985 prefix and negative numeric prefix args (Bug#12795).
2986
2987 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
2988
2989 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2990 Don't signal an error with a score that is too low to add to the
2991 list of top scores. (Bug#12779)
2992
2993 2012-11-17 Chong Yidong <cyd@gnu.org>
2994
2995 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
2996
2997 * filecache.el (file-cache-add-file): Handle relative file name in
2998 the argument (Bug#12694).
2999
3000 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3001
3002 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3003
3004 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3007
3008 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3009
3010 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3011
3012 * window.el (enlarge-window, shrink-window): Don't mention return
3013 value in doc-string (Bug#12896).
3014 (window--display-buffer): Don't resize frames - it won't work
3015 with all window managers and defeat pop-up-frame-alist.
3016 (display-buffer-alist): In doc-string explain that CONDITION can
3017 be a function and which arguments are passed to it (Bug#12854).
3018 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3019 expressions (Bug#12854).
3020 (display-buffer): Pass ACTION argument to
3021 display-buffer-assq-regexp.
3022
3023 2012-11-16 Glenn Morris <rgm@gnu.org>
3024
3025 * window.el (fit-frame-to-buffer-bottom-margin)
3026 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3027
3028 * faces.el (face-underline-p): Use face-attribute-specified-or.
3029
3030 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3031
3032 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3033
3034 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3037
3038 2012-11-16 Glenn Morris <rgm@gnu.org>
3039
3040 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3041 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3042
3043 * faces.el (face-underline-p): Doc fix. Handle :underline being
3044 things other than `t' (a string, a list).
3045 (face-inverse-video-p): Doc fix.
3046 (set-face-underline): Rename it back from set-face-underline-p.
3047 Doc fix. Allow interactive input of values other than t.
3048 (read-face-attribute): Apply formatting to :underline,
3049 since like :box and :stipple it can take list values.
3050
3051 * term.el (ansi-term): Don't let C-x escape-char binding
3052 clobber the more standard C-c binding. (Bug#12842)
3053
3054 * subr.el (set-temporary-overlay-map): Doc fix.
3055
3056 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3057
3058 * window.el (record-window-buffer)
3059 (display-buffer-record-window): When copying the markers to
3060 window-point preserve window-point-insertion-type. (Bug#12588)
3061
3062 2012-11-16 Glenn Morris <rgm@gnu.org>
3063
3064 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3065 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3066 Use new names for hooks rather than obsolete aliases.
3067
3068 2012-11-15 Daniel Colascione <dancol@dancol.org>
3069
3070 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3071 prefix instead of "file:" so that when FILE-NAME begins with "//",
3072 as it does when the target file is on a network share, url-handler
3073 isn't confused.
3074
3075 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3076
3077 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3078 a preactivated advice from an old advice.el; they're not compatible!
3079
3080 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3081
3082 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3083 Fix string-spec case.
3084
3085 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3086
3087 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3088
3089 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3090 (advice--buffer-local-function-sample): New var.
3091 (advice--set-buffer-local, advice--buffer-local): New functions.
3092 (add-function, remove-function): Use them.
3093
3094 2012-11-15 Drew Adams <drew.adams@oracle.com>
3095
3096 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3097
3098 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3101 potential binding of print-gensym to t, and prettify (back)quotes in
3102 case they appear in args's default values (bug#12884).
3103
3104 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3107 (advice-eval-interactive-spec): New function.
3108 (advice--make-interactive-form): Support around advice (bug#12844).
3109
3110 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3111
3112 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3113 more strict. Add docstring.
3114 (ruby-expression-expansion-re): Extract from
3115 `ruby-match-expression-expansion'.
3116 (ruby-syntax-propertize-function): After everything else, search
3117 for expansions in string literals, mark their insides as
3118 whitespace syntax and save match data for font-lock.
3119 (ruby-font-lock-keywords): Use the 2nd group from expression
3120 expansion matches.
3121 (ruby-match-expression-expansion): Use the match data saved to the
3122 text property in ruby-syntax-propertize-function.
3123
3124 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3125
3126 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3127 (bug#12879).
3128
3129 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3130
3131 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3132 start/end keyword a bit harder. Works with different values of N.
3133 Add more comments.
3134 (ruby-end-of-block): Update accordingly.
3135
3136 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * woman.el (woman-file-name): Don't mess with unread-command-events
3139 (bug#12861).
3140
3141 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3142 Remove out of date self-require hack.
3143 (ad-do-advised-functions): Use simple `dolist'.
3144 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3145 (ad-advice-definition): Redefine as functions.
3146 (ad-advice-classes): Move before first use.
3147 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3148 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3149 (ad--defalias-fset): Remove functions.
3150 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3151 (ad-get-orig-definition): Rewrite.
3152 (ad-make-advised-definition-docstring): Change base docstring.
3153 (ad-real-orig-definition): Rewrite.
3154 (ad-map-arglists): Change name of called function.
3155 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3156 (ad-make-advised-definition): Simplify.
3157 (ad-assemble-advised-definition): Tweak for new calling context.
3158 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3159 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3160 function and call ad-activate if needed.
3161 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3162 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3163 (ad-compile-function): Compile ad-Advice-*.
3164 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3165 (ad-start-advice, ad-stop-advice): Remove.
3166
3167 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3168
3169 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3170 period before class method names, not after. Remove handling of
3171 one impossible case. Add comments.
3172
3173 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * emacs-lisp/advice.el: Remove support for freezing.
3176 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3177 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3178 Remove support for `freeze'.
3179
3180 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3181 override the default.
3182 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3183 cl--dotimes/dolist.
3184 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3185 `cl' is loaded.
3186
3187 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3188 from add-advice.
3189 (advice--strip-macro): New function.
3190 (advice--defalias-fset): Use them to handle macros.
3191 (advice-add): Use them.
3192 (advice-member-p): Correctly handle macros.
3193
3194 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3195
3196 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3197 Never font-lock the beginning of singleton class as heredoc.
3198
3199 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3200
3201 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3202
3203 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3204
3205 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3206 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3207 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3208
3209 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3210
3211 Fix end-of-defun misbehavior.
3212 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3213 python-beginning-of-defun-function. Handle nested defuns
3214 correctly.
3215 (python-nav-end-of-defun): Rename from
3216 python-end-of-defun-function. Ensure forward movement.
3217 (python-info-current-defun): Reimplement to work as intended
3218 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3219 parent defuns as soon as possible.
3220
3221 2012-11-13 Glenn Morris <rgm@gnu.org>
3222
3223 * progmodes/flymake.el (flymake-error-bitmap)
3224 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3225 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3226
3227 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3228
3229 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3230 backward, always stop at indentation. Reverts the change from
3231 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3232
3233 2012-11-13 Glenn Morris <rgm@gnu.org>
3234
3235 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3236 Add ibuffer-filter-by-derived-mode.
3237
3238 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3239 the same name shadowing each other.
3240
3241 * window.el (with-temp-buffer-window): Doc tweak.
3242
3243 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3244
3245 * help.el (temp-buffer-max-height):
3246 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3247 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3248
3249 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * emacs-lisp/nadvice.el: New package.
3252 * subr.el (special-form-p): New function.
3253 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3254 (elp-all-instrumented-list): Remove var.
3255 (elp-not-profilable): Remove elp-wrapper.
3256 (elp-profilable-p): Use autoloadp and special-form-p.
3257 (elp--advice-name): New const.
3258 (elp-instrument-function): Use advice-add.
3259 (elp--instrumented-p): New predicate.
3260 (elp-restore-function): Use advice-remove.
3261 (elp-restore-all, elp-reset-all): Use mapatoms.
3262 (elp-set-master): Use elp--instrumented-p.
3263 (elp--make-wrapper): Rename from elp-wrapper, return a function
3264 suitable for advice-add. Use cl-inf.
3265 (elp-results): Use mapatoms+elp--instrumented-p.
3266 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3267 (debug-function-list): Remove var.
3268 (debug): Rename arg, and then let-bind it explicitly inside.
3269 (debugger-setup-buffer): Rename arg.
3270 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3271 (debugger-frame-number): Adjust to new debug-on-entry setup.
3272 (debug--implement-debug-on-entry): Rename from
3273 implement-debug-on-entry, add argument.
3274 (debugger-special-form-p): Remove, use special-form-p instead.
3275 (debug-on-entry): Use advice-add.
3276 (debug--function-list): New function.
3277 (cancel-debug-on-entry): Use it, along with advice-remove.
3278 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3279 (debugger-list-functions): Use debug--function-list instead of
3280 debug-function-list.
3281 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3282 (ad-special-form-p): Remove, use special-form-p instead.
3283 (ad-set-advice-info): Use add-function and remove-function.
3284 (ad--defalias-fset): Adjust accordingly.
3285
3286 2012-11-10 Glenn Morris <rgm@gnu.org>
3287
3288 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3289 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3290 (report-emacs-bug-create-existing-bugs-buffer)
3291 (report-emacs-bug-parse-query-results)
3292 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3293
3294 * term.el (term-default-fg-color, term-default-bg-color):
3295 Make obsolete, rather than just saying "deprecated" in the doc.
3296
3297 * term.el (term): Rename from `term-face'.
3298 (term-current-face, ansi-term-color-vector)
3299 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3300 Update all users.
3301
3302 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3303
3304 * server.el (server-create-window-system-frame): Handle Nextstep
3305 specially (Bug#12780).
3306
3307 2012-11-10 Glenn Morris <rgm@gnu.org>
3308
3309 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3310 Unautoload, and make obsolete. (Bug#7449)
3311
3312 2012-11-10 Chong Yidong <cyd@gnu.org>
3313
3314 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3315 rename from diff-remove-trailing-whitespace (Bug#12831).
3316
3317 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3320 miscompilation of trace.el.
3321
3322 2012-11-10 Glenn Morris <rgm@gnu.org>
3323
3324 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3325
3326 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3329 (bug#12812).
3330
3331 2012-11-10 Chong Yidong <cyd@gnu.org>
3332
3333 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3334 a defcustom with an appropriate :set function.
3335 (minibuffer-default--in-prompt-regexps): New function.
3336
3337 2012-11-10 Glenn Morris <rgm@gnu.org>
3338
3339 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3340 (define-modify-macro): Doc fixes.
3341
3342 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3343 (gv-define-simple-setter): Update doc of `fix-return'.
3344
3345 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3348 twice when `fix-return' is set (bug#12813).
3349
3350 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3351 gv-define-simple-setter (bug#12812).
3352
3353 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3354 (bug#12756).
3355
3356 2012-11-10 Glenn Morris <rgm@gnu.org>
3357
3358 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3359
3360 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3361 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3362 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3363 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3364
3365 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3366
3367 2012-11-10 Leo Liu <sdl.web@gmail.com>
3368
3369 * ido.el (ido-set-matches-1): Improve flex matching performance by
3370 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3371
3372 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3373
3374 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3375 (ad--defalias-fset): New function.
3376 (ad-safe-fset): Remove.
3377 (ad-make-freeze-definition): Use cl-letf*.
3378
3379 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * subr.el (dolist): Don't bind VAR in RESULT.
3382
3383 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3384 (fset, documentation): Don't save real def since we don't advise.
3385 (ad-do-advised-functions): Remove problematic `result-form'.
3386 (ad-safe-fset): `ad-real-fset' => `fset'.
3387 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3388 uses CL's dolist internally.
3389 (ad-arglist): Remove unused arg `name'.
3390 (ad-docstring, ad-make-advised-docstring):
3391 `ad-real-documentation' => `documentation'.
3392 (warning-suppress-types): Declare.
3393 (ad-set-arguments): Simple CSE.
3394 (ad-recover-normality): Sanity check.
3395
3396 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3397 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3398
3399 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3400
3401 * ses.el: symbol to coordinate mapping is made by symbol property
3402 `ses-cell'. This means that the same mapping is done for all SES
3403 sheets. That is good enough for cells with standard A1 names, but
3404 not for named cell. So a hash map is added for the latter.
3405 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3406 (ses-sym-rowcol): Use hashmap for named cell.
3407 (ses-is-cell-sym-p): New defun.
3408 (ses-decode-cell-symbol): New defun.
3409 (ses-create-cell-variable): Add cell to hashmap when name is not
3410 A1-like.
3411 (ses-rename-cell): Check that cell new name is not already in
3412 spreadsheet with the use of ses-is-cell-sym-p
3413 (ses-rename-cell): Use hash map for named cells, but accept also
3414 renaming back to A1-like.
3415
3416 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * emacs-lisp/advice.el: Use new dynamic docstrings.
3419 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3420 Use dynamic-docstring-function instead of ad-advice-info.
3421 (ad--make-advised-docstring): New function extracted from
3422 ad-make-advised-docstring.
3423 (ad-make-advised-docstring): Use it.
3424 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3425 from sql-help.
3426 (sql-help): Use it with dynamic-docstring-function.
3427
3428 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3429
3430 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * files.el (hack-one-local-variable--obsolete): New function.
3433 (hack-one-local-variable): Use it for obsolete settings.
3434
3435 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3436 the new name.
3437
3438 * progmodes/js.el (js--filling-paragraph): New var.
3439 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3440 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3441 less sneaky.
3442
3443 2012-11-08 Julien Danjou <julien@danjou.info>
3444
3445 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3446 `auto-mode-alist' (Bug#12835).
3447
3448 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3451 (perl--prettify-symbols-alist): New const.
3452 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3453 New functions.
3454 (perl-font-lock-keywords-2): Use them.
3455 (perl-electric-noindent-p): New function.
3456 (perl-mode): Use it to set up electric-indent-mode.
3457 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3458 (perl-mode-map): Remove bindings for them.
3459 (perl-imenu-generic-expression, perl-outline-level):
3460 Match functions&packages in column>0.
3461
3462 * env.el (env--substitute-vars-regexp): New const.
3463 (substitute-env-vars): Use it. Add `only-defined' arg.
3464 * net/tramp.el (tramp-replace-environment-variables): Use it.
3465
3466 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3467 Byte-compile *before* eval in eval-and-compile.
3468 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3469 (byte-compile-file-form-autoload): Don't hide actual definition.
3470 (byte-compile-maybe-guarded): Accept `functionp' as well.
3471
3472 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3473
3474 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3475
3476 * notifications.el (notifications-get-server-information-method):
3477 New defconst.
3478 (notifications-get-capabilities): Fix docstring.
3479 (notifications-get-server-information): New defun.
3480
3481 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3482
3483 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3484 readability.
3485
3486 * textmodes/ispell.el: Experimental support for support debugging.
3487 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3488 buffer for ispell.
3489 (ispell-print-if-debug): New function to print stuff to
3490 `ispell-debug-buffer' if debugging is enabled.
3491 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3492 show some debugging info.
3493 (ispell-buffer-with-debug): New function that creates a debugging
3494 buffer and calls `ispell-buffer' with debugging enabled.
3495
3496 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3497 comment in autoconf mode. (Bug#12768)
3498
3499 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3500
3501 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3502 frame-first-window, frame-root-window, frame-selected-window,
3503 minibuffer-selected-window, minibuffer-window,
3504 window-absolute-pixel-edges, window-at, window-body-height,
3505 window-body-width, window-display-table, window-combination-limit,
3506 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3507 window-inside-edges, window-inside-pixel-edges, window-left-child,
3508 window-left-column, window-margins, window-next-buffers,
3509 window-next-sibling, window-new-normal, window-new-total,
3510 window-normal-size, window-parameter, window-parameters, window-parent,
3511 window-pixel-edges, window-point, window-prev-buffers,
3512 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3513 window-start, window-text-height, window-top-child, window-top-line,
3514 window-total-height, window-total-width and window-use-time to the list
3515 of functions without side-effects.
3516 (toplevel): Add window-valid-p to the list of error-free functions
3517 without side-effects.
3518
3519 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3520
3521 * textmodes/ispell.el (ispell-program-name):
3522 Update spellchecker parameters when customized.
3523
3524 2012-11-04 Glenn Morris <rgm@gnu.org>
3525
3526 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3527
3528 2012-11-04 Chong Yidong <cyd@gnu.org>
3529
3530 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3531 same-window-* variables.
3532
3533 2012-11-04 Juri Linkov <juri@jurta.org>
3534
3535 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3536 (isearch-describe-key, isearch-describe-mode): Use a display
3537 action instead of binding same-window-* variables (Bug#10040).
3538
3539 2012-11-03 Glenn Morris <rgm@gnu.org>
3540
3541 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3542 Rename handler properties back from cl-- to cl-. (Bug#12788)
3543
3544 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3545
3546 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3547
3548 * term/pc-win.el: Don't load term/internal from here.
3549
3550 * loadup.el: Load term/internal from here.
3551
3552 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3553
3554 * progmodes/python.el (inferior-python-mode): Fix hang in
3555 jit-lock (Bug#12645).
3556
3557 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3558
3559 * window.el (switch-to-visible-buffer)
3560 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3561
3562 2012-11-03 Glenn Morris <rgm@gnu.org>
3563
3564 * emacs-lisp/cl-lib.el (cl--random-time):
3565 Rename from cl-random-time. (Bug#12773)
3566 (cl--gensym-counter, cl--random-state): Update callers.
3567 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3568
3569 2012-11-03 Chong Yidong <cyd@gnu.org>
3570
3571 * cus-start.el: Make cursor-type customizable (Bug#11633).
3572
3573 2012-11-02 Glenn Morris <rgm@gnu.org>
3574
3575 * filecache.el: No need to load find-lisp when compiling.
3576 (find-lisp-find-files): Autoload it.
3577 (file-cache-add-directory-recursively): Don't require find-lisp.
3578
3579 * image.el (image-type-from-file-name): Trivial simplification.
3580
3581 * emacs-lisp/bytecomp.el (byte-compile-eval):
3582 Decouple "noruntime" and "cl-functions" warnings.
3583
3584 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3585
3586 * play/gomoku.el (gomoku-display-statistics): Update mode line
3587 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3588
3589 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3590
3591 * window.el (quit-restore-window): If the window has been
3592 created on an existing frame and ended up as the sole window on
3593 that frame, do not delete it (Bug#12764).
3594
3595 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3596
3597 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3598 Rename from sh--inside-arithmetic-expression, handle more cases
3599 (bug#11263).
3600
3601 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3602 (sh-font-lock-open-heredoc): Use it (bug#12770).
3603
3604 2012-10-30 Glenn Morris <rgm@gnu.org>
3605
3606 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3607
3608 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3609
3610 2012-10-29 Chong Yidong <cyd@gnu.org>
3611
3612 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3613 function key is stored in a keyboard macro (Bug#4894).
3614
3615 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3616
3617 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3620 header comments".
3621 (diff-unified->context, diff-context->unified)
3622 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3623
3624 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3625
3626 * files.el (find-alternate-file): Only ask one question (bug#12487).
3627
3628 2012-10-29 Chong Yidong <cyd@gnu.org>
3629
3630 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3631 Suggested by Dan Nicolaescu (Bug#6326).
3632
3633 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3634
3635 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3636
3637 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3638
3639 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3640
3641 * face-remap.el (face-remap-add-relative): Handle the case where a
3642 face-remapping-alist entry is a cons cell (Bug#12762).
3643
3644 2012-10-29 Kevin Ryde <user42@zip.com.au>
3645
3646 * woman.el (woman-parse-numeric-value): Handle picas correctly
3647 (Bug#12639).
3648
3649 2012-10-29 Glenn Morris <rgm@gnu.org>
3650
3651 * emacs-lisp/cl.el (defsetf): Doc fix.
3652
3653 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3656 syntax to the matching opener, if any (bug#12547).
3657 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3658 matching open as a "case-(".
3659 (sh-smie-rc-grammar): Add a corresponding rule for it.
3660
3661 2012-10-28 Daniel Hackney <dan@haxney.org>
3662
3663 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3664 "PKGNAME-autoloads.el" in case we created it.
3665
3666 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3669 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3670 (completion--twq-all): Disable too-strict assertions.
3671
3672 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3673
3674 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3675
3676 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3677 text to match the real keybindings.
3678
3679 2012-10-27 Juri Linkov <juri@jurta.org>
3680
3681 * wdired.el (wdired-keep-marker-rename): New defcustom.
3682 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3683 (Bug#11795)
3684
3685 * dired.el (dired-keep-marker-rename): Add reference to
3686 `wdired-keep-marker-rename' in the docstring.
3687 Add default character value ?R to display initially in
3688 Customization UI instead of ?@.
3689
3690 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3691
3692 * window.el (display-buffer): In doc-string describe
3693 window-height and window-width alist entries.
3694
3695 * time.el (display-time-world): Restore fit-window-to-buffer
3696 behavior.
3697
3698 2012-10-27 Chong Yidong <cyd@gnu.org>
3699
3700 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3701
3702 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3703
3704 * minibuffer.el (completion-category-overrides): New completion
3705 category `bookmark' (bug#11131).
3706
3707 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3708
3709 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3710 Silence bogus compiler warnings for ad-do-it.
3711
3712 * bookmark.el (bookmark-completing-read): Set the completion category
3713 to `bookmark' (bug#11131).
3714
3715 2012-10-26 Bastien <bzg@altern.org>
3716 Stefan Monnier <monnier@iro.umontreal.ca>
3717
3718 * face-remap.el: Use lexical-binding.
3719 (text-scale-adjust): Improve docstring. Use itself for the temporary
3720 overlay-map bindings, so as to repeat the "Use..." message each time.
3721
3722 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3723
3724 * emacs-lisp/macroexp.el (macroexp--expand-all):
3725 Obey byte-compile-warning-enabled-p (bug#12486).
3726
3727 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3728 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3729
3730 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3731
3732 * mouse.el (mouse-drag-line): Move last form into preceding when
3733 clause (Bug#12731).
3734
3735 * help.el (resize-temp-buffer-window): Fix doc-string.
3736
3737 2012-10-25 David Engster <deng@randomsample.de>
3738
3739 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3740 Remove. This feature is already integrated in imenu.
3741
3742 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3743 always loaded. Require `speedbar' unconditionally.
3744
3745 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3748
3749 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3750
3751 * net/ldap.el (ldap-search-internal): The official ldif format starts
3752 with a "version: 1" header (bug#12724).
3753
3754 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3755 (bug#12721).
3756
3757 2012-10-25 Glenn Morris <rgm@gnu.org>
3758
3759 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3760
3761 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3762
3763 * minibuffer.el (minibuffer-force-complete): Use one more marker
3764 for the temporary-overlay-map command (bug#12619).
3765
3766 2012-10-24 Chong Yidong <cyd@gnu.org>
3767
3768 * time.el (display-time-world-mode): Derive from special-mode.
3769 (display-time-world): Use display-buffer (Bug#12708).
3770 (display-time-world-mode-map): Variable deleted.
3771 (display-time-world-display): Wrap the final delete-char inside
3772 inhibit-read-only.
3773
3774 2012-10-24 Chong Yidong <cyd@gnu.org>
3775
3776 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3777 Doc fix.
3778
3779 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3780
3781 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * minibuffer.el (completion--all-sorted-completions-location): New var.
3784 (completion--cache-all-sorted-completions)
3785 (completion--flush-all-sorted-completions): Use it.
3786 (completion-in-region, completion-in-region--postch)
3787 (completion-at-point, completion-help-at-point): Use markers in
3788 completion-in-region--data (bug#12619).
3789
3790 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * progmodes/compile.el (compilation-start): Try to handle common
3793 quoting of `cd' argument (bug#12640).
3794
3795 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3796 (bug#12671).
3797
3798 2012-10-23 Glenn Morris <rgm@gnu.org>
3799
3800 * progmodes/gud.el (gud-menu-map):
3801 Check gdb-active-process is bound. (Bug#12358)
3802
3803 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * repeat.el (repeat): Set real-this-command (bug#12232).
3806
3807 * htmlfontify.el (hfy-post-html-hook):
3808 * filesets.el (filesets-cache-fill-content-hook):
3809 * arc-mode.el (archive-extract-hook):
3810 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3811 * net/rcirc.el (rcirc-sentinel-functions)
3812 (rcirc-receive-message-functions, rcirc-activity-functions)
3813 (rcirc-print-functions):
3814 * net/dbus.el (dbus-event-error-functions):
3815 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3816 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3817 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3818 * term/sun.el (sun-raw-prefix-hooks):
3819 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3820
3821 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3822
3823 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3824 Set `tramp-chunksize' to 1. This improves the performance.
3825 (tramp-smb-wait-for-output): Add timeout to
3826 `tramp-accept-process-output' calls.
3827
3828 2012-10-23 Chong Yidong <cyd@gnu.org>
3829
3830 * faces.el (font-list-limit): Define as an obsolete variable.
3831
3832 * startup.el (command-line):
3833 * cus-start.el: Don't refer to font-list-limit.
3834
3835 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3836
3837 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * subr.el (internal-temp-output-buffer-show): Rename from
3840 temp-output-buffer-show, since previously compiled files expect this name.
3841
3842 2012-10-23 Glenn Morris <rgm@gnu.org>
3843
3844 * image.el (image-type-from-file-name): If multiple types match,
3845 return the first one that is supported. (Bug#9045)
3846
3847 2012-10-22 Glenn Morris <rgm@gnu.org>
3848
3849 * image.el (imagemagick-enabled-types): Doc fix.
3850
3851 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3852
3853 * progmodes/which-func.el (which-func-current): The hash-table may have
3854 an explicit nil (bug#12338).
3855
3856 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3857
3858 * electric.el (electric-pair-delete-selection-self-insert-function):
3859 Rename to electric-pair-will-use-region, return a boolean.
3860 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3861
3862 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3863 (delete-selection-pre-hook): Use use-region-p.
3864 (delete-selection-self-insert-function): Remove.
3865 (self-insert-command): Obey self-insert-uses-region-functions.
3866 (self-insert-iso): Revert to previous setting, since we don't actually
3867 know what that command does.
3868 (delete-selection-self-insert-hooks): Remove.
3869
3870 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3871
3872 * delsel.el (delete-selection-helper): New function, extracted from
3873 delete-selection-pre-hook.
3874 (delete-selection-pre-hook): Use it.
3875 (delete-selection-self-insert-function): New function.
3876 (delete-selection-self-insert-hooks): New hook.
3877 (self-insert-command, self-insert-iso): Use it.
3878 * electric.el (electric-pair-syntax): New function, extracted from
3879 electric-pair-post-self-insert-function.
3880 (electric-pair-post-self-insert-function): Use it.
3881 (electric-pair-delete-selection-self-insert-function): New function.
3882 (electric-pair-mode): Require delsel and setup
3883 delete-selection-self-insert-hooks (bug#11520).
3884
3885 2012-10-20 Chong Yidong <cyd@gnu.org>
3886
3887 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3888 no changes to show (Bug#12586).
3889
3890 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3891 list explicitly (Bug#12571).
3892
3893 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3894
3895 * progmodes/flymake.el (flymake-create-temp-inplace):
3896 Use file-truename.
3897
3898 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3899
3900 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3901
3902 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3903
3904 * calc/calc-units.el (math-extract-units): Properly extract powers
3905 of units.
3906
3907 2012-10-20 Daniel Colascione <dancol@dancol.org>
3908
3909 * frame.el (make-frame): Set x-display-name as we used to in order
3910 to unbreak creating an X11 frame from an Emacs daemon started
3911 without a display.
3912
3913 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3914
3915 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3916 the same completion-field (bug#12221).
3917
3918 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3919
3920 * emacs-lisp/debug.el (debug): Record height of debugger window
3921 also when debugger will be back (Bug#8789).
3922
3923 2012-10-18 Chong Yidong <cyd@gnu.org>
3924
3925 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3926 Convert to defcustom.
3927 (gdb-get-source-file): Don't bind pop-up-windows.
3928
3929 * progmodes/gud.el (gud-display-line): Don't specially re-use
3930 other frames for the gdb-mi case (Bug#12648).
3931
3932 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3933
3934 * emacs-lisp/advice.el: Clean up commentary a bit.
3935 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3936 (byte-code-function-p): Never redefine.
3937
3938 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3939
3940 2012-10-18 Glenn Morris <rgm@gnu.org>
3941
3942 * dired.el (dired-sort-toggle): Some ls implementations only allow
3943 a single option string. (Bug#12666)
3944
3945 * minibuffer.el (completion-cycle-threshold): Doc fix.
3946
3947 2012-10-17 Kenichi Handa <handa@gnu.org>
3948
3949 * international/mule.el (set-keyboard-coding-system):
3950 Recover input meta mode when the new coding system doesn not use 8-bit.
3951 Supply TERMINAL arg to set-input-meta-mode.
3952
3953 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3954
3955 * wdired.el (wdired-old-marks): New variable.
3956 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3957 (wdired-do-renames): Move point with renamed file and don't lose
3958 mark status (Bug#11795).
3959
3960 2012-10-16 Juri Linkov <juri@jurta.org>
3961
3962 * replace.el (query-replace-help): Mention multi-buffer replacement
3963 keys in the Help message. (Bug#12655)
3964
3965 2012-10-15 Chong Yidong <cyd@gnu.org>
3966
3967 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3968
3969 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3970
3971 * window.el (display-buffer): Doc fix.
3972
3973 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3974 Adjust the msft regexp to the output of Studio 2010, and move msft
3975 before edg-1. See the discussion on emacs-devel,
3976 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3977 for the details.
3978
3979 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3982 (oset): Move uses of object-class-fast macro after its definition.
3983
3984 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3985
3986 2012-10-13 Chong Yidong <cyd@gnu.org>
3987
3988 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
3989 enabled, re-enable it (Bug#11963).
3990
3991 2012-10-13 Martin Rudalics <rudalics@gmx.at>
3992
3993 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
3994 non-nil, restore window configuration (Bug#12623).
3995
3996 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * help-fns.el (describe-variable, describe-function-1):
3999 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4000
4001 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4002
4003 2012-10-12 Glenn Morris <rgm@gnu.org>
4004
4005 * mail/rmailsum.el (rmail-header-summary):
4006 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4007
4008 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4009
4010 * progmodes/python.el (python-mode-map):
4011 Replace subtitute-key-definition with proper command remapping.
4012 (python-nav--up-list): Fix behavior for blocks on the same level.
4013
4014 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4015
4016 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4017
4018 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4019 changes to the format of load-history.
4020
4021 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4022 completion-ignore-case in case that var is buffer-local (bug#12615).
4023
4024 2012-10-11 Kenichi Handa <handa@gnu.org>
4025
4026 * international/eucjp-ms.el: Re-generated.
4027
4028 2012-10-10 Kenichi Handa <handa@gnu.org>
4029
4030 * select.el (xselect--encode-string): If a coding is specified for
4031 selection, and that is compatible with COMPOUND_TEXT, use it.
4032
4033 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4034
4035 * window.el (switch-to-buffer-preserve-window-point): New option.
4036 (switch-to-buffer):
4037 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4038
4039 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4042 Don't document nil as a useful value (bug#12583).
4043
4044 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4045
4046 * net/tramp.el (tramp-debug-message):
4047 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4048 (with-tramp-progress-reporter): Rename from
4049 `tramp-with-progress-reporter'.
4050 (with-tramp-file-property, with-tramp-connection-property):
4051 Move from tramp-cache.el, rename from `with-file-property' and
4052 `with-connection-property', respectively.
4053
4054 * net/tramp-cache.el: Remove `with-file-property' and
4055 `with-connection-property'.
4056
4057 * net/tramp.el:
4058 * net/tramp-gvfs.el:
4059 * net/tramp-sh.el:
4060 * net/tramp-smb.el: Adapt callees.
4061
4062 * net/trampver.el: Update release number.
4063
4064 2012-10-09 Glenn Morris <rgm@gnu.org>
4065
4066 * w32-fns.el (set-message-beep):
4067 * term/w32-win.el (set-message-beep): Update declarations.
4068
4069 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4072 (mode-line-widen, mode-line-input-method-map)
4073 (mode-line-coding-system-map, mode-line-remote)
4074 (mode-line-unbury-buffer, mode-line-bury-buffer)
4075 (mode-line-next-buffer, mode-line-previous-buffer):
4076 Replace save-selected-window+select-window => with-selected-window.
4077
4078 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4079 * progmodes/cc-vars.el (bq-process): Remove, unused.
4080
4081 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4082
4083 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4084
4085 Implemented `backward-up-list'-like navigation.
4086 * progmodes/python.el (python-nav-up-list)
4087 (python-nav-backward-up-list): New functions.
4088 (python-mode-map): Define substitute key for backward-up-list to
4089 python-nav-backward-up-list.
4090
4091 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4092
4093 * progmodes/python.el (python-fill-paragraph): Rename from
4094 python-fill-paragraph-function. Fixed fill-paragraph for
4095 decorators (Bug#12605).
4096
4097 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4098
4099 * progmodes/python.el (python-shell-output-filter): Handle extra
4100 carriage return in OSX (Bug#12409).
4101
4102 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4103
4104 Fix shell handling of unbalanced quotes and parens in output.
4105 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4106 (python-syntax-propertize-function): Use it.
4107 (python-shell-output-syntax-table): New var.
4108 (inferior-python-mode): Prevent unbalanced parens/quotes from
4109 previous output mess with current input context.
4110
4111 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4112
4113 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4114 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4115
4116 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4117
4118 * ffap.el (ffap-replace-file-component): Support Tramp file name
4119 syntax, not only ange-ftp's one.
4120
4121 2012-10-08 Glenn Morris <rgm@gnu.org>
4122
4123 * cus-start.el (message-log-max): Set :version.
4124
4125 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4126
4127 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4128
4129 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4130 the minibuffer window (Bug#10851).
4131
4132 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4133
4134 Enhancements on forward-sexp movement.
4135 * progmodes/python.el (python-nav-beginning-of-statement)
4136 (python-nav-end-of-statement): Return point-marker.
4137 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4138 (python-info-current-symbol)
4139 (python-info-statement-starts-block-p): Rename from
4140 python-info-beginning-of-block-p.
4141 (python-info-statement-ends-block-p): Rename from
4142 python-info-end-of-block-p.
4143 (python-info-beginning-of-statement-p)
4144 (python-info-end-of-statement-p)
4145 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4146 New functions.
4147
4148 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4151 frame-selected-windows.
4152
4153 2012-10-08 Daniel Colascione <dancol@dancol.org>
4154
4155 * battery.el (battery-status-function): Check for
4156 w32-battery-status itself, not system-time windows-nt.
4157
4158 * frame.el: Require cl-lib.
4159 (display-format-alist): New variable mapping frame types to
4160 functions that initialize them.
4161 (window-system-for-display): New function: interprets
4162 display-format-alist.
4163 (make-frame-on-display): Remove existing display-selection logic
4164 and just forward to make-frame, which will now DTRT.
4165 (make-frame): Restructure to use window-system-for-display to
4166 figure out how to create a frame on a given display.
4167 (display-mouse-p): Look for frame-type w32, not a particular
4168 system-type.
4169
4170 * loadup.el: Load w32 lisp code when we have the w32 feature.
4171
4172 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4173 system-type windows-nt.
4174
4175 * server.el (server-create-window-system-frame): Look for window
4176 type.
4177 (server-proces-filter): Only force a window system when windows-nt
4178 _and_ w32. Explain why.
4179
4180 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4181 of window systems we configure for the mode.
4182
4183 * startup.el (command-line): Mark window system is initialized
4184 after we've done it.
4185
4186 * common-win.el (x-select-text): Look for w32, not windows-nt.
4187
4188 * ns-win.el: Require cl-lib. Add ourselves to
4189 display-format-alist.
4190 (ns-initialize-window-system): Assert we're not initialized twice.
4191
4192 * w32-win.el: Enable lexical binding; require cl-lib; add
4193 ourselves to display-format-alist.
4194 (w32-handle-dropped-file): Convert incoming dropped files from
4195 Windows paths to Cygwin ones before passing them on to the rest of
4196 Emacs.
4197 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4198 (w32-initialize-window-system): Assert we're not initialized twice.
4199
4200 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4201 (x-initialize-window-system): Assert we're not initialized twice.
4202
4203 * w32-common-fns.el: New File.
4204 (w32-version, w32-using-nt, w32-get-clipboard-data)
4205 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4206 (w32-charset-info-alist, x-last-selected, text)
4207 (x-get-selection-value, x-selection-value): Move here.
4208
4209 * w32-fns.el: Require w32-common-fns.
4210 (w32-version, w32-using-nt, w32-get-clipboard-data)
4211 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4212 (w32-charset-info-alist, x-last-selected, text)
4213 (x-get-selection-value, x-selection-value): Move to
4214 w32-common-fns.
4215
4216 * w32-vars.el:
4217 (w32-allow-system-shell, w32-system-shells): Define only in
4218 non-cygwin case.
4219
4220 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4221
4222 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4223 (read-passwd): Remove a few more potential sources of leaks.
4224
4225 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4226
4227 * progmodes/python.el (inferior-python-mode)
4228 (python-shell-make-comint): Fix initialization of local
4229 variables copied from parent buffer.
4230
4231 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4232
4233 * term/ns-win.el (ns-read-file-name): Update declaration to match
4234 nsfns.m.
4235 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4236 it is set when font is acted upon.
4237
4238 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4239
4240 Enhancements to indentation.
4241 * progmodes/python.el (python-indent-context): Give priority to
4242 inside-string context. Make comments indentation markers.
4243 (python-indent-region): Do not mess with strings, unless it's the
4244 enclosing set of quotes.
4245
4246 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * window.el (internal--before-save-selected-window)
4249 (internal--after-save-selected-window): New functions extracted from
4250 save-selected-window. Make sure we return the `alist' we construct.
4251 (save-selected-window): Use them.
4252
4253 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4254 Use with-selected-window.
4255
4256 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4257 forms that define macros (bug#12593).
4258
4259 2012-10-07 Kenichi Handa <handa@gnu.org>
4260
4261 * international/mule-conf.el (compound-text-with-extensions):
4262 Add :mime-charset property as x-ctext.
4263
4264 2012-10-07 Stefan Merten <smerten@oekonux.de>
4265
4266 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4267 (rst-indent-literal-normal, rst-indent-literal-minimized)
4268 (rst-indent-comment): Correct :version tag.
4269 (rst-official-cvs-rev): Correct version string.
4270
4271 2012-10-07 Glenn Morris <rgm@gnu.org>
4272
4273 * mail/rmailmm.el (rmail-mime-process-multipart):
4274 Do not confuse a multipart message with an epilogue
4275 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4276
4277 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4278
4279 Fix shell output retrieval and comint-prompt-regexp init.
4280 * progmodes/python.el (inferior-python-mode):
4281 (python-shell-make-comint): Fix initialization of
4282 comint-prompt-regexp from copied file local variables.
4283 (python-shell-fetched-lines): Remove var.
4284 (python-shell-output-filter-in-progress): Rename from
4285 python-shell-fetch-lines-in-progress.
4286 (python-shell-output-filter-buffer): Rename from
4287 python-shell-fetch-lines-string.
4288 (python-shell-fetch-lines-filter): Delete function.
4289 (python-shell-output-filter): New function.
4290 (python-shell-send-string-no-output): Use them.
4291
4292 2012-10-07 Glenn Morris <rgm@gnu.org>
4293
4294 * hi-lock.el (hi-lock-process-phrase):
4295 Try to make it less fragile. (Bug#7161)
4296
4297 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4298
4299 2012-10-06 Glenn Morris <rgm@gnu.org>
4300
4301 * ehelp.el (electric-help-mode): Use help-mode rather than
4302 non-existent mode `help'.
4303 (electric-help-map): Use button-buffer-map. (Bug#10917)
4304
4305 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4306 (reftex-create-bibtex-footer): Fix custom types.
4307
4308 * progmodes/sh-script.el (sh-indent-after-continuation):
4309 Add explicit :group.
4310
4311 * textmodes/rst.el (rst-preferred-decorations)
4312 (rst-shift-basic-offset): Clarify obsolescence versions.
4313
4314 * profiler.el (profiler): Add missing group :version tag.
4315 * avoid.el (mouse-avoidance-banish-position):
4316 * proced.el (proced-renice-command):
4317 * calc/calc.el (calc-ensure-consistent-units):
4318 * calendar/icalendar.el (icalendar-import-format-uid):
4319 * net/tramp.el (tramp-save-ad-hoc-proxies):
4320 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4321 * progmodes/flymake.el (flymake-error-bitmap)
4322 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4323 * progmodes/sh-script.el (sh-indent-after-continuation):
4324 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4325 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4326 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4327 (vhdl-array-index-record-field-in-sensitivity-list)
4328 (vhdl-indent-comment-like-next-code-line):
4329 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4330 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4331 (reftex-cite-key-separator, reftex-create-bibtex-header)
4332 (reftex-create-bibtex-footer):
4333 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4334 (rst-indent-literal-normal, rst-indent-literal-minimized)
4335 (rst-indent-comment): Add missing custom :version tags.
4336
4337 * calendar/timeclock.el (timeclock-modeline-display):
4338 Add missing obsolete alias for renamed user option.
4339
4340 * strokes.el (strokes-modeline-string):
4341 * emulation/crisp.el (crisp-mode-modeline-string):
4342 * eshell/esh-mode.el (eshell-status-in-modeline):
4343 Aliases to defcustoms must come before the defcustom.
4344
4345 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4346 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4347 (cal-tex-cursor-week-monday): Doc fixes.
4348 (cal-tex-cursor-week2-summary): Doc fix.
4349 Rename from cal-tex-cursor-week-at-a-glance.
4350
4351 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4352 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4353
4354 * calendar/calendar.el (calendar-mode-map):
4355 Add cal-tex-cursor-week2-summary.
4356
4357 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4360
4361 * subr.el (read-passwd-map): New var.
4362 (read-passwd): Use `read-string' again.
4363 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4364
4365 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4366
4367 * register.el (append-to-register, prepend-to-register):
4368 Deactivate mark, as does `copy-to-register' (bug#12389).
4369
4370 2012-10-06 Chong Yidong <cyd@gnu.org>
4371
4372 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4373
4374 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4375
4376 * international/characters.el: Fix simple mistake ((car chars) ->
4377 elt), delete duplicated code.
4378
4379 2012-10-06 Glenn Morris <rgm@gnu.org>
4380
4381 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4382
4383 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4384
4385 * color.el (color-hsl-to-rgb): Fix incorrect results for
4386 small and large hue values. (Bug#12559)
4387
4388 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4389
4390 Enhancements to docstring formatting when filling paragraphs.
4391 * progmodes/python.el (python-fill-docstring-style): Rename from
4392 python-fill-string-style. Added new style.
4393 (python-fill-string): Use new style. Better checks for
4394 docstrings.
4395
4396 2012-10-05 Glenn Morris <rgm@gnu.org>
4397
4398 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4399
4400 * color.el (color-name-to-rgb, color-rgb-to-hex)
4401 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4402 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4403 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4404 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4405
4406 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4407
4408 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4409
4410 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4411 to get the correct size across symlinks.
4412
4413 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4414
4415 2012-10-04 Juri Linkov <juri@jurta.org>
4416
4417 * replace.el (query-replace-interactive): Declare obsolete.
4418 (query-replace-read-from): Add the last incremental search string
4419 to the list of default values accessible via M-n.
4420 (map-query-replace-regexp): Use `read-regexp'.
4421 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4422 (map-query-replace-regexp, replace-string, replace-regexp):
4423 Fix docstrings to replace mentions of `query-replace-interactive'
4424 with alternatives. (Bug#12526)
4425
4426 2012-10-04 Juri Linkov <juri@jurta.org>
4427
4428 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4429 (dired-pop-to-buffer): Declare obsolete.
4430 (dired-mark-pop-up): Doc fix.
4431
4432 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4433
4434 Allow user to set docstring style for fill-paragraph.
4435 * progmodes/python.el
4436 (python-fill-comment-function, python-fill-string-function)
4437 (python-fill-decorator-function, python-fill-paren-function):
4438 Remove :safe for defcustoms.
4439 (python-fill-string-style): New defcustom
4440 (python-fill-paragraph-function): Enhance context detection.
4441 (python-fill-string): Honor python-fill-string-style settings.
4442
4443 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4444
4445 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4446 after setting its buffer (Bug#10805).
4447
4448 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4449
4450 Fix cornercase for string syntax.
4451 * progmodes/python.el (python-syntax-propertize-function):
4452 Simplify and enhance the regexp for unescaped quotes. Now it also
4453 matches quotes in weird situations like the single quote in
4454 "something\"'".
4455 (python-syntax-stringify): Simplify num-quotes detecting code.
4456
4457 2012-10-03 Glenn Morris <rgm@gnu.org>
4458
4459 * help-macro.el (three-step-help):
4460 Revert 2012-09-29 change. (Bug#12567)
4461
4462 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4463
4464 * menu-bar.el (kill-this-buffer): Don't do anything when
4465 `menu-frame' is not alive or visible (Bug#8184).
4466
4467 * emacs-lisp/debug.el (debug): When quitting the debugger window
4468 restore current buffer (Bug#12502).
4469
4470 2012-10-02 Chong Yidong <cyd@gnu.org>
4471
4472 * progmodes/hideif.el (hif-lookup, hif-defined):
4473 Handle semantic-c-takeover-hideif.
4474
4475 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4476
4477 Change sampling interval units from ms to ns.
4478 * profiler.el (profiler-sampling-interval): Change units
4479 from ms to ns, multiplying the default by 1000000 so that
4480 it remains 1 ms.
4481 (profiler-report-cpu-line-format): Give enough room for
4482 the maximum counters on 64-bit hosts.
4483 (profiler-report-render-calltree-1): Call them "CPU samples",
4484 not "Time (ms)", since they are not milliseconds now (and
4485 never really were).
4486
4487 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4488
4489 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4490 Fix querying BBDB for entries without a last name (Bug#11580).
4491
4492 2012-10-02 Chong Yidong <cyd@gnu.org>
4493
4494 * emacs-lisp/eieio.el: Restore Version header.
4495
4496 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * vc/diff-mode.el (diff--auto-refine-data): New var.
4499 (diff-hunk): Use it to delay refinement.
4500 (diff-mode): Remove overlays when we turn off font-lock.
4501
4502 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4503 (table-initialize-table-fixed-width-mode)
4504 (table-set-table-fixed-width-mode): Remove functions.
4505 (table-command-list): Move initialization into declaration.
4506 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4507 (table-with-cache-buffer): Use `declare'.
4508 (table-span-cell): Simplify via CSE.
4509 (table-fixed-width-mode): Use define-minor-mode.
4510 (table-call-interactively, table-funcall, table-apply): Remove.
4511 (table-function): New function, to replace them.
4512
4513 * bookmark.el (bookmark-search-pattern): Remove var.
4514 (bookmark-read-search-input): Remove function.
4515 (bookmark-bmenu-search): Reimplement using a minibuffer.
4516
4517 * faces.el (modeline): Remove obsolete face name.
4518
4519 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4520 and give a non-nil default value.
4521 (add-change-log-entry): Simplify accordingly.
4522
4523 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4524
4525 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4526 (vc-git-log-edit-toggle-amend): New function.
4527 (vc-git-log-edit-toggle-signoff): New function.
4528 (vc-git-log-edit-mode): New major mode.
4529 (vc-git-log-edit-mode-map): Keymap for it.
4530 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4531
4532 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4533 header names.
4534 (log-edit-toggle-header): New function.
4535 (log-edit-extract-headers): Accept function values in HEADERS alist.
4536
4537 2012-10-01 David Engster <deng@randomsample.de>
4538
4539 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4540 from symbol property and change message to be more consistent with
4541 Emacs proper.
4542 (eieio-describe-generic): Add filename for each implementation.
4543 Fix indices for generic and normal methods.
4544 (eieio-method-def, eieio-class-def): New buttons.
4545 (eieio-help-find-method-definition)
4546 (eieio-help-find-class-definition): New functions.
4547 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4548 class, constructor and method definitions.
4549
4550 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4551 information in symbol property.
4552 (scoped-class): Remove.
4553 (eieio-slot-name-index, call-next-method): Check if it is bound.
4554
4555 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4556
4557 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4558 (eieio-custom-mode): New major mode.
4559 (eieio-customize-object): Use it.
4560
4561 2012-10-01 Eric Ludlam <zappo@gnu.org>
4562
4563 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4564 specifying the expected class, and whether subclassing is allowed.
4565 (eieio-persistent-convert-list-to-object):
4566 (eieio-persistent-validate/fix-slot-value)
4567 (eieio-persistent-slot-type-is-class-p): New functions.
4568 (eieio-named::slot-missing): Doc fix.
4569
4570 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4571 Stop using unused publd variable.
4572
4573 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4574 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4575 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4576 (eieio-speedbar-handle-click): Do not specify a class for the
4577 method. Fixes method invocation order problems with EDE.
4578
4579 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4580
4581 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4582 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4583
4584 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4585
4586 * bookmark.el (bookmark-version-control): Give tags in the
4587 :type choices (Bug#12309), and improve doc string.
4588 (bookmark-write-file): Bind `print-circle' to `t' to allow
4589 circular custom bookmark types. (Bug#12503)
4590
4591 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4592
4593 Revert the FOLLOW-SYMLINKS change for file-attributes.
4594 * files.el (remote-file-name-inhibit-cache, after-find-file):
4595 * time.el (display-time-file-nonempty-p): Undo last change.
4596
4597 * profiler.el (profiler-sampling-interval): Change default back to 1.
4598 See Stefan Monnier in
4599 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4600
4601 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4602
4603 Shell output catching a la gud-gdb.
4604 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4605 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4606 New Vars.
4607 (python-shell-fetch-lines-filter): New function.
4608 (python-shell-send-string-no-output): Use them.
4609
4610 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4611
4612 * profiler.el (profiler-sampling-interval): Rename from
4613 profiler-sample-interval.
4614 (profiler-sampling-interval): Default to 10.
4615 (profiler-find-profile): New command (was profiler-find-log).
4616 (profiler-find-profile-other-window): New command.
4617 (profiler-find-profile-other-frame): New command.
4618 (profiler-profile): Introduce API-level data structure.
4619
4620 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4621
4622 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4623 * files.el (remote-file-name-inhibit-cache):
4624 * time.el (display-time-file-nonempty-p): Use it.
4625 * files.el (after-find-file): Don't chase links before calling
4626 file-exists-p, as file-exists-p already does the right thing.
4627
4628 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4629
4630 Merge from standalone RefTeX repository.
4631
4632 The following ChangeLog entries are shortened versions of the
4633 original ones with file paths adapted. A not so strongly edited
4634 version of the original ChangeLog can be found in the commit log.
4635
4636 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4637 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4638 Correctly handle new value type returned by `reftex-citation'.
4639
4640 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4641 that entries with whitespace at various places are found.
4642 Doc fix. Include entries that are cross-referenced from cited entries.
4643 Include @String definitions in the resulting bib file. Add header
4644 and footer defined in `reftex-create-bibtex-header' and
4645 `reftex-create-bibtex-footer'.
4646 (reftex-do-citation): Make it possible again to insert
4647 non-existent entries. Save match data when asking for optional
4648 arguments. Return all keys, not just the first one.
4649 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4650 all citations in the same line.
4651 (reftex-parse-bibtex-entry): Accept additional optional argument
4652 `raw' and keep quotes or braces if it is non-nil. Match fields
4653 containing hyphens besides word constituents.
4654 (reftex-get-string-refs): New function.
4655 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4656 and ask if it should be reread in case it did.
4657 (reftex-pop-to-bibtex-entry)
4658 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4659 entries with spaces or tabs in front of arguments.
4660 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4661 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4662 Match entries containing numbers and symbol constituents.
4663 (reftex-do-citation, reftex-figure-out-cite-format):
4664 Use `reftex-cite-key-separator'.
4665
4666 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4667 (reftex-mouse-view-crossref): Explain why point is set.
4668
4669 * textmodes/reftex-global.el: Whitespace changes.
4670
4671 * textmodes/reftex-index.el: Move provide statement to end of
4672 file.
4673 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4674 (reftex-index-visit-phrases-buffer): Set marker when visiting
4675 buffer. This allows for returning from the phrases file to the
4676 file one was just editing instead of the file where the last
4677 phrases was added from.
4678 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4679 punctuation syntax as it usually is not used as string quote in
4680 TeX-related modes and may occur unmatched. The change also
4681 prevents fontification of quoted content.
4682 (reftex-index-phrases-mode): Use it.
4683
4684 * textmodes/reftex-parse.el (reftex-parse-from-file):
4685 Move backward one char if a `\' was matched after a section macro.
4686 (reftex-parse-from-file): Use beginning of match instead of end as
4687 bound.
4688
4689 * textmodes/reftex-ref.el: Adapt creation of
4690 `reftex-<package>-<macro>' functions to new structure of
4691 `reftex-ref-style-alist'.
4692 (reftex-reference): Use `reftex-ref-style-list' function.
4693 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4694 reference macro if `reftex-ref-macro-prompt' is non-nil.
4695 (reftex-reference): Pass refstyle to `reftex-format-special'.
4696 Determine reference macro by looking at
4697 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4698 Use only one special format function.
4699 (reftex-varioref-vref, reftex-fancyref-fref)
4700 (reftex-fancyref-Fref): Remove definitions. The functions are now
4701 generated from `reftex-ref-style-alist'.
4702 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4703 Remove.
4704 (reftex-format-special): New function.
4705
4706 * textmodes/reftex-sel.el
4707 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4708 of `reftex-ref-style-alist'. Remove code for testing macro type.
4709 (reftex-select-toggle-varioref)
4710 (reftex-select-toggle-fancyref): Remove.
4711 (reftex-select-cycle-ref-style-internal)
4712 (reftex-select-cycle-ref-style-forward)
4713 (reftex-select-cycle-ref-style-backward): New functions.
4714 (reftex-select-label-map): Use `v' and `V' for general cycling
4715 through reference styles. Add `p' for switching between number
4716 and page reference types.
4717
4718 * textmodes/reftex-toc.el (reftex-re-enlarge):
4719 Call `enlarge-window' only if there is something to do because in Emacs
4720 the horizontal version throws an error even if the parameter is 0.
4721
4722 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4723 (reftex-plug-into-AUCTeX): Doc fix.
4724 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4725 string. Adapt to new name.
4726 (reftex-ref-style-alist): Change structure so that it is not
4727 possible to use multiple different package names within a style.
4728 Remove the symbols for symbols for macro type distinction.
4729 Add characters for macro selection.
4730 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4731 (reftex-create-bibtex-footer): New variables.
4732 (reftex-format-ref-function): Mention third argument of special
4733 format function.
4734 (reftex-ref-style-alist, reftex-ref-style-default-list):
4735 New variables.
4736 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4737 to new implementation. Mark as obsolete. Add compatibility code
4738 for honoring the variable values in case they are set.
4739 (reftex-cite-format-builtin, reftex-bibliography-commands):
4740 Add support for ConTeXt.
4741 (reftex-format-ref-function, reftex-format-cite-function):
4742 Fix custom type.
4743 (reftex-cite-key-separator): New variable.
4744
4745 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4746 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4747 `reftex-syntax-table' because parens have to retain their paren
4748 syntax in order for parsing of BibTeX entries like @book(...) to
4749 work.
4750 (reftex-in-comment): Do not error out if `comment-start-skip' is
4751 not set. Deal correctly with escaped comment characters.
4752 (reftex-tie-multifile-symbols): Add doc string.
4753 Initialize `reftex-ref-style-list'.
4754 (reftex-untie-multifile-symbols): Add doc string.
4755 (reftex-add-index-macros): Doc fix.
4756 (reftex-ref-style-activate, reftex-ref-style-toggle)
4757 (reftex-ref-style-list): New functions.
4758 (reftex-mode-menu): Use them. Adapt to new structure of
4759 `reftex-ref-style-alist'.
4760 (reftex-select-with-char): Kill the RefTeX Select buffer when
4761 done.
4762 (reftex-remove-if): New function.
4763 (reftex-erase-all-selection-and-index-buffers)
4764 (reftex-mode-menu): Reference styles are now computed from
4765 `reftex-ref-style-alist'. Fix typo.
4766 (reftex-report-bug): New function.
4767 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4768 algorithms with O(n log n). Introduce optional argument SORT (not
4769 yet used).
4770
4771 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4772
4773 Enhancements for triple-quote string syntax.
4774 * progmodes/python.el (python-syntax-propertize-function):
4775 Match both quote cases in one regexp.
4776 (python-syntax-stringify): Handle matches properly.
4777
4778 2012-09-30 Juri Linkov <juri@jurta.org>
4779
4780 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4781 to nil around the call to `insert' to prevent
4782 directory time modification by lock_file. (Bug#2295)
4783 * tar-mode.el (tar-summarize-buffer): Idem.
4784
4785 2012-09-30 Juri Linkov <juri@jurta.org>
4786
4787 * facemenu.el (list-colors-sort): Add option "Luminance".
4788 (list-colors-sort-key): Implement it.
4789
4790 * vc/diff-mode.el (diff-refine-removed):
4791 * vc/ediff-init.el (ediff-fine-diff-A):
4792 * vc/smerge-mode.el (smerge-refined-removed):
4793 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4794
4795 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4796
4797 * term/ns-win.el (x-file-dialog): New function.
4798
4799 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4800
4801 * ido.el (ido-max-directory-size): Default to nil; the current
4802 default is small for POSIX systems, and impractical on Windows 7
4803 now that lstat returns directory sizes for NTFS.
4804
4805 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4806
4807 In buffer display functions handle window-height/window-width
4808 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4809 * window.el (window--display-buffer): New argument ALIST.
4810 Obey window-height and window-width alist entries.
4811 (window--try-to-split-window): New argument ALIST.
4812 Bind window-combination-limit to t when the window's size shall be
4813 changed and window-combination-limit equals `window-size'.
4814 (display-buffer-in-atom-window)
4815 (display-buffer-in-major-side-window)
4816 (display-buffer-in-side-window, display-buffer-same-window)
4817 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4818 (display-buffer-pop-up-window, display-buffer-below-selected)
4819 (display-buffer-at-bottom, display-buffer-in-previous-window)
4820 (display-buffer-use-some-window): Adjust all callers of
4821 window--display-buffer and window--try-to-split-window.
4822 (fit-frame-to-buffer): New option.
4823 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4824 is non-nil.
4825 (display-buffer-in-major-side-window): Evaluate window-height /
4826 window-width alist entries.
4827
4828 * help.el (temp-buffer-resize-frames)
4829 (temp-buffer-resize-regexps): Remove options.
4830 (temp-buffer-resize-mode): Adjust doc-string.
4831 (resize-temp-buffer-window): Don't consult
4832 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4833 temp-buffer-resize-frames.
4834
4835 * dired.el (dired-mark-pop-up):
4836 Call display-buffer-below-selected with a fit-window-to-buffer alist
4837 entry.
4838
4839 2012-09-30 Chong Yidong <cyd@gnu.org>
4840
4841 * server.el (server-host): Document the security implications.
4842 (server-auth-key): Doc fix.
4843
4844 * startup.el (initial-buffer-choice): Doc fix.
4845
4846 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4847
4848 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4849 restriction change.
4850
4851 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4852
4853 * help-fns.el (help-fns--obsolete): Fix last change.
4854
4855 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4858 (minor-mode-map-alist): Remove redundant code.
4859
4860 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4861 visited in a buffer.
4862 (cvs-insert-visited-file): New function.
4863 (find-file-hook): Use it.
4864
4865 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4866
4867 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4868 chose face.
4869 (log-edit-empty-buffer-p): Don't require a space after a header.
4870
4871 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4872
4873 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4874
4875 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4876 a proper minor-mode.
4877
4878 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4879
4880 2012-09-29 Glenn Morris <rgm@gnu.org>
4881
4882 * winner.el (winner-mode): Remove variable (let define-minor-mode
4883 handle it).
4884 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4885 Doc fixes.
4886 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4887 (winner-mode): Use define-minor-mode.
4888
4889 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4890 the full definition in loaddefs, rather than duplicating it.
4891
4892 * help-macro.el (three-step-help): No need to autoload defcustom.
4893
4894 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4895 (inferior-lisp-program, inferior-lisp-load-command)
4896 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4897 No need to autoload defcustoms.
4898
4899 * hippie-exp.el (hippie-expand-try-functions-list)
4900 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4901 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4902 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4903 (hippie-expand-only-buffers): No need to autoload defcustoms.
4904 * progmodes/vhdl-mode.el (vhdl-line-expand):
4905 Explicitly load hippie-exp, so it does not get autoloaded
4906 while hippie-expand-try-functions-list is let-bound.
4907
4908 2012-09-28 Glenn Morris <rgm@gnu.org>
4909
4910 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4911
4912 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4913 Only "cl.el" counts as cl these days.
4914
4915 2012-09-28 Juri Linkov <juri@jurta.org>
4916
4917 Display archive errors in the echo area instead of inserting
4918 to the file buffer.
4919
4920 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4921 to STDERR-TEST that can be a regexp matching a successful output.
4922 Create a temporary file and redirect stderr to it. Search for
4923 STDERR-TEST in the stderr output and display it in the echo area
4924 if no match is found.
4925 (archive-extract-by-file): New function like
4926 `archive-extract-by-stdout' but extracting archives to files
4927 and looking for successful matches in stdout. Function body is
4928 mostly copied from `archive-rar-extract'.
4929 (archive-rar-extract): Use `archive-extract-by-file'.
4930 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4931
4932 2012-09-28 Leo Liu <sdl.web@gmail.com>
4933
4934 * pcomplete.el (pcomplete-show-completions):
4935 Use minibuffer-message to make pcomplete usable in minibuffer.
4936
4937 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4938
4939 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4940
4941 * type-break.el: Use lexical-binding.
4942 (type-break-mode): Use define-minor-mode.
4943
4944 * emacs-lisp/pcase.el (pcase--mark-used): New.
4945 (pcase--u1): Use it (bug#12512).
4946
4947 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4948 in load-history with the right file name.
4949
4950 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4951
4952 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4953 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4954 (doc-view-get-bounding-box): Make bounding box slicing work for
4955 ODF and DVI documents.
4956
4957 2012-09-28 Glenn Morris <rgm@gnu.org>
4958
4959 * type-break.el (type-break-mode, type-break-interval)
4960 (type-break-good-rest-interval, type-break-keystroke-threshold):
4961 No need to autoload.
4962 (type-break-good-rest-interval, type-break-keystroke-threshold):
4963 Add :set-after.
4964
4965 2012-09-28 Chong Yidong <cyd@gnu.org>
4966
4967 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4968 Add :version tag.
4969
4970 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4971
4972 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4973
4974 2012-09-27 Glenn Morris <rgm@gnu.org>
4975
4976 * faces.el (x-display-name): Declare (for without-x builds).
4977
4978 * linum.el (linum-format): Don't autoload it. Improve :type.
4979
4980 * progmodes/tcl.el: Don't require outline when compiling.
4981 (outline-regexp, outline-level): Declare.
4982 * textmodes/sgml-mode.el: Don't require outline when compiling.
4983 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4984
4985 * term.el (term-ansi-reset):
4986 Try setting term-ansi-face-already-done to nil. (Bug#11785)
4987
4988 * vc/vc.el (vc-next-action): Only gripe about committing read-only
4989 files for RCS and SCCS. (Bug#9781)
4990
4991 2012-09-27 Chong Yidong <cyd@gnu.org>
4992
4993 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
4994 change; value should be t.
4995
4996 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4997
4998 * image-mode.el: Use lexical-binding.
4999 (image-mode-winprops): Use t to stand for the window of
5000 a buffer that's not displayed.
5001 * doc-view.el (doc-view-new-window-function): Handle the new
5002 t in winprops.
5003 (doc-view-enlarge): Make it a real nop if the size is not changed.
5004 (doc-view-display): Handle the case where the buffer is not (yet?)
5005 displayed in any window.
5006 (doc-view-saved-settings): New var.
5007 (doc-view-mode): Use it.
5008 (doc-view-fallback-mode): Set it.
5009
5010 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5011 Set lexical-binding.
5012 (minibuffer-eldef-shorten-default): New var.
5013 (minibuffer-default-in-prompt-regexps): Use it for new default.
5014 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5015
5016 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5017
5018 * international/uni-bidi.el:
5019 * international/uni-category.el:
5020 * international/uni-name.el:
5021 * international/uni-numeric.el: Regenerate.
5022
5023 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5024 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * profiler.el: New file.
5027
5028 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5031 (testcover-reinstrument): Simplify with CSE.
5032
5033 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5034
5035 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5036
5037 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5038
5039 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5040 (verilog-auto-input, verilog-auto-insert-lisp)
5041 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5042 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5043 (verilog-auto-unused, verilog-auto-wire)
5044 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5045 newline. Reported by Andrew Jones.
5046 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5047 Reported by Brad Dobbie.
5048 (verilog-batch-delete-trailing-whitespace):
5049 Create verilog-batch-delete-trailing-whitespace.
5050 Reported by Brad Dobbie.
5051 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5052 parameters from another module. Reported by Dan Katz.
5053 (verilog-auto, verilog-auto-assign-modport)
5054 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5055 AUTOINOUTMODPORT for UVM interface module shell generation.
5056 Reported by Brad Dobbie.
5057 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5058 standard behavior.
5059 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5060 Reported by Matt Martin.
5061
5062 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5063
5064 * window.el (window--resize-child-windows): When resizing child
5065 windows proportionally, process them in reverse order to
5066 preserve the "when splitting a window the new one gets the odd
5067 line" behavior.
5068 (window--resize-root-window-vertically): When resizing the
5069 minibuffer window try to affect only windows at the bottom of the
5070 frame. (Bug#12419)
5071
5072 2012-09-25 Chong Yidong <cyd@gnu.org>
5073
5074 * subr.el (declare): Doc fix.
5075
5076 * help-fns.el (help-fns--obsolete): Handle macros properly.
5077
5078 2012-09-25 Chong Yidong <cyd@gnu.org>
5079
5080 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5081 this function obsolete.
5082
5083 * calendar/cal-x.el (calendar-two-frame-setup)
5084 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5085 * calendar/calendar.el (american-calendar, european-calendar)
5086 (calendar-for-loop):
5087 * comint.el (comint-dynamic-simple-complete)
5088 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5089 * desktop.el (desktop-load-default):
5090 * dired-x.el (dired-omit-here-always)
5091 (dired-hack-local-variables, dired-default-directory):
5092 * emacs-lisp/derived.el (derived-mode-class):
5093 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5094 * emacs-lock.el (toggle-emacs-lock):
5095 * epa.el (epa-display-verify-result):
5096 * epg.el (epg-sign-keys, epg-start-sign-keys)
5097 (epg-passphrase-callback-function):
5098 * eshell/esh-util.el (eshell-for):
5099 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5100 (eshell-add-to-window-buffer-names):
5101 * files.el (locate-file-completion):
5102 * imenu.el (imenu-example--create-c-index)
5103 (imenu-example--create-lisp-index)
5104 (imenu-example--lisp-extract-index-name)
5105 (imenu-example--name-and-position):
5106 * international/mule-cmds.el (princ-list):
5107 * international/mule-diag.el (decode-codepage-char):
5108 * international/mule-util.el (detect-coding-with-priority):
5109 * iswitchb.el (iswitchb-read-buffer):
5110 * mail/mailalias.el (mail-complete):
5111 * mail/sendmail.el (mail-sent-via):
5112 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5113 (mouse-major-mode-menu):
5114 * password-cache.el (password-read-and-add):
5115 * pcomplete.el (pcomplete-parse-comint-arguments):
5116 * progmodes/sh-script.el (sh-maybe-here-document):
5117 * replace.el (query-replace-regexp-eval):
5118 * savehist.el (savehist-load):
5119 * simple.el (choose-completion-delete-max-match):
5120 * term.el (term-dynamic-simple-complete):
5121 * vc/ediff-init.el (ediff-check-version):
5122 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5123 * vc/vc.el (vc-diff-switches-list):
5124 * view.el (view-return-to-alist-update): Likewise.
5125
5126 * subr.el (eval-next-after-load, makehash, insert-string)
5127 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5128 mark obsolete.
5129 (mode-line-inverse-video): Variable deleted.
5130
5131 * international/mule-util.el (string-to-sequence): Remove.
5132
5133 * calendar/calendar.el (calendar-version):
5134 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5135 (icalendar-convert-diary-to-ical):
5136 * cus-edit.el (custom-mode):
5137 * ansi-color.el (ansi-color-unfontify-region):
5138 * international/latin1-disp.el (latin1-char-displayable-p):
5139 * progmodes/cwarn.el (turn-on-cwarn-mode):
5140 * progmodes/which-func.el (which-func-update-1):
5141 Use define-obsolete-function-alias.
5142
5143 * net/newst-backend.el (newsticker-cache-filename):
5144 * net/newst-treeview.el (newsticker-groups-filename):
5145 Fix incorrect obsolescence declaration.
5146
5147 * allout.el (allout-passphrase-hint-string): Likewise.
5148 (allout-init): Use a declare form to mark obsolete.
5149
5150 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5151 this applies to functions.
5152
5153 * iswitchb.el (iswitchb-read-buffer): Move code of
5154 iswitchb-define-mode-map here, and delete that obsolete function.
5155
5156 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5157 font-lock-reference-face.
5158
5159 2012-09-25 Glenn Morris <rgm@gnu.org>
5160
5161 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5162 Doc fixes.
5163
5164 * eshell/em-term.el (eshell-term-name):
5165 Default to term-term-name. (Bug#12485)
5166
5167 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5168
5169 * progmodes/python.el (python-shell-send-buffer): Better handling
5170 of "if __name__ == '__main__':" conditionals when sending the buffer.
5171
5172 2012-09-24 Glenn Morris <rgm@gnu.org>
5173
5174 * eshell/esh-cmd.el (eshell-find-alias-function):
5175 Tighten up file-name regexp. (Bug#12499)
5176
5177 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5178
5179 Enhancements for triple-quote string syntax.
5180 * progmodes/python.el (python-quote-syntax): Remove.
5181 (python-syntax-propertize-function): New value.
5182 (python-syntax-count-quotes, python-syntax-stringify):
5183 New functions.
5184
5185 2012-09-24 Chong Yidong <cyd@gnu.org>
5186
5187 * mail/supercite.el (sc-version): Remove obsolete function.
5188 (sc-describe): Don't mark as obsolete, since it is bound.
5189 (sc-submit-bug-report): Remove.
5190
5191 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5192 (cvs-commit-buffer-require-final-newline): Remove.
5193 (log-edit-require-final-newline)
5194 (log-edit-changelog-full-paragraphs): Default to t.
5195
5196 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5197 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5198 * vc/vc.el (vc-checkout-carefully): Likewise.
5199
5200 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5201 (emerge-version): Remove.
5202
5203 * progmodes/compile.el (compile-internal): Remove.
5204 (compilation-parse-errors-function): Fix typo.
5205
5206 * international/mule.el (set-char-table-default): Remove.
5207 (set-coding-priority, make-coding-system, generic-char-p)
5208 (charset-list, charset-bytes, charset-id): Use declare to mark
5209 functions as obsolete.
5210
5211 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5212 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5213 * vc/vc-hooks.el (vc-default-registered): Don't use
5214 vc-master-templates.
5215
5216 * font-lock.el (font-lock-reference-face):
5217 Use define-obsolete-variable-alias.
5218
5219 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5220 * calendar/calendar.el (calendar-font-lock-keywords):
5221 * calendar/diary-lib.el (diary-font-lock-keywords)
5222 (diary-fancy-font-lock-keywords):
5223 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5224 * textmodes/reftex-index.el (reftex-insert-index):
5225 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5226 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5227 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5228 * progmodes/prolog.el (prolog-font-lock-keywords):
5229 * progmodes/idlwave.el (idlwave-idl-keywords):
5230 * progmodes/ada-mode.el (ada-font-lock-keywords):
5231 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5232
5233 2012-09-24 Glenn Morris <rgm@gnu.org>
5234
5235 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5236
5237 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5238
5239 * progmodes/python.el (python-indent-line): More consistent cursor
5240 movement behavior.
5241
5242 2012-09-23 Stefan Merten <smerten@oekonux.de>
5243
5244 * textmodes/rst.el: Fix compiler warning.
5245
5246 2012-09-23 Roland Winkler <winkler@gnu.org>
5247
5248 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5249 Transcribe also LaTeX hyphenation.
5250 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5251 bibtex-reformat-previous-options.
5252
5253 2012-09-23 Roland Winkler <winkler@gnu.org>
5254
5255 * proced.el (proced-renice-command): New variable.
5256 (proced-marked-processes): New function.
5257 (proced-with-processes-buffer): New macro.
5258 (proced-send-signal): Use them.
5259 (proced-renice): New command bound to r.
5260
5261 2012-09-23 Roland Winkler <winkler@gnu.org>
5262
5263 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5264 ibuffer-saved-filter-groups has one element, shortcut the call of
5265 completing-read. (Bug#12331)
5266
5267 2012-09-23 Chong Yidong <cyd@gnu.org>
5268
5269 * bindings.el (mode-line-toggle-read-only):
5270 * bs.el (bs-toggle-readonly):
5271 * buff-menu.el (Buffer-menu-toggle-read-only):
5272 * dired.el (dired-toggle-read-only):
5273 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5274
5275 2012-09-23 Chong Yidong <cyd@gnu.org>
5276
5277 * image.el (image-type-available-p): Adapt to init-image-library
5278 argument changes.
5279
5280 2012-09-22 Juri Linkov <juri@jurta.org>
5281
5282 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5283 `dired-toggle-read-only'. (Bug#12462)
5284
5285 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5286
5287 * subr.el (temp-output-buffer-show): New function.
5288 (with-output-to-temp-buffer): Call temp-output-buffer-show
5289 instead of internal-temp-output-buffer-show.
5290
5291 2012-09-22 Chong Yidong <cyd@gnu.org>
5292
5293 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5294 (Bug#12462).
5295
5296 * repeat.el (repeat): Doc fix (Bug#12348).
5297
5298 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5299 (Bug#10909).
5300
5301 * simple.el (shell-command-on-region): Doc fix.
5302 (read-only-mode): Doc fix.
5303
5304 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5305
5306 * emacs-lisp/timer.el (run-with-idle-timer)
5307 (timer-activate-when-idle): Warn against reinvoking an idle timer
5308 from within its own timer action. (Bug#12447)
5309
5310 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5311
5312 * cus-start.el (window-combination-limit): Add new optional
5313 values.
5314 * window.el (temp-buffer-window-show)
5315 (window--try-to-split-window): Handle new values of
5316 window-combination-limit (Bug#1806).
5317 (split-window): Test window-combination-limit for t instead of
5318 non-nil.
5319 (display-buffer-at-bottom): New buffer display action function.
5320 * help.el (temp-buffer-resize-regexps): New option.
5321 (temp-buffer-resize-mode): Rewrite doc-string.
5322 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5323 Don't resize reused window. Suggested by Glenn Morris.
5324
5325 2012-09-22 Stefan Merten <smerten@oekonux.de>
5326
5327 * textmodes/rst.el: Revamp section title faces.
5328 (rst-official-version)
5329 (rst-package-emacs-version-alist): Sync with official version
5330 V1.4.0.
5331 (rst-faces-defaults, rst-set-level-default)
5332 (rst-level-face-max, rst-level-face-base-color)
5333 (rst-level-face-base-light, rst-level-face-format-light)
5334 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5335 (rst-adornment-faces-alist): Match new setup.
5336 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5337 (rst-level-5, rst-level-6): New faces.
5338
5339 2012-09-22 Chong Yidong <cyd@gnu.org>
5340
5341 * simple.el (undo): Handle indirect buffers (Bug#8207).
5342
5343 2012-09-21 Leo Liu <sdl.web@gmail.com>
5344
5345 IDO: Disable match re-ordering for buffer switching.
5346 * ido.el (ido-buffer-disable-smart-matches): New variable.
5347 (ido-set-matches-1): Use it. (Bug#2042)
5348
5349 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5350
5351 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5352 Fix 2011-05-17 change. (Bug#12418)
5353
5354 2012-09-21 Leo Liu <sdl.web@gmail.com>
5355
5356 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5357
5358 2012-09-21 Glenn Morris <rgm@gnu.org>
5359
5360 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5361 Be more robust about locating simple.el.
5362
5363 2012-09-21 Glenn Morris <rgm@gnu.org>
5364
5365 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5366
5367 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5368
5369 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5370
5371 2012-09-20 Juri Linkov <juri@jurta.org>
5372
5373 * replace.el (query-replace-read-from): Use `read-regexp' instead
5374 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5375 (occur-read-primary-args): Use `read-regexp' instead of
5376 `read-string'.
5377 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5378 `read-from-minibuffer'.
5379 * isearch.el (isearch-occur): Use `read-regexp' instead of
5380 `read-string'.
5381 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5382 `read-from-minibuffer'.
5383 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5384 of `read-string'. (Bug#7567)
5385
5386 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5387 and allow accepting a list of strings prepended to a list of
5388 standard default values. Doc fix. (Bug#12321)
5389
5390 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5391
5392 * replace.el (read-regexp): Don't add ": " when PROMPT already
5393 ends with a colon and space. (Bug#12321)
5394
5395 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5396
5397 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5398 error.
5399
5400 2012-09-20 Stefan Merten <smerten@oekonux.de>
5401
5402 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5403 Fixes feature request bug#11711.
5404 (rst-mode): Create `imenu-create-index-function'.
5405 (rst-get-stripped-line): Delete after refactoring.
5406 (rst-section-tree, rst-section-tree-rec)
5407 (rst-section-tree-point): Refactor and document properly.
5408 (rst-imenu-find-adornments-for-position)
5409 (rst-imenu-convert-cell, rst-imenu-create-index):
5410 New function.
5411
5412 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5413
5414 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5415 (macroexp--expand-all): Use it.
5416 (macroexp--funcall-and-return): Remove by folding it into its sole
5417 caller (macroexp--warn-and-return).
5418 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5419 Use macroexp--obsolete-warning.
5420
5421 * calc/calc.el: Fix last change by removing the whole chunk, since it
5422 was only needed back when Calc was not bundled.
5423
5424 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5425
5426 * emacs-lisp/debug.el (debug): Restore assignment to
5427 debugger-old-buffer removed on 2012-09-08.
5428
5429 2012-09-20 Juri Linkov <juri@jurta.org>
5430
5431 * dired-aux.el (dired-diff): Remove (require 'diff) since
5432 `diff-latest-backup-file' is now autoloaded.
5433
5434 2012-09-20 Chong Yidong <cyd@gnu.org>
5435
5436 * vc/diff.el (diff-latest-backup-file): Autoload.
5437
5438 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * calc/calc.el: Remove redundant autoload shape check.
5441 (sel-mode): Don't defvar.
5442 (calc-get-stack-element): Add `sel-mode' arg instead.
5443 (calc-top, calc-top-list): Pass it this additional argument.
5444 * calc/calc-store.el (calc-store-map):
5445 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5446 (calc-map-equation, calc-outer-product, calc-inner-product):
5447 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5448
5449 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5450
5451 2012-09-19 Juri Linkov <juri@jurta.org>
5452
5453 * dired-aux.el (dired-diff): Add (require 'diff) because
5454 `diff-latest-backup-file' is not autoloaded.
5455 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5456 of `dired-get-filename' to t to not report error when there is
5457 no default file on the current line.
5458
5459 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5462 macroexp--eval-if-compile.
5463 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5464 (macroexp--expand-all): Use them (bug#12371).
5465
5466 * doc-view.el (doc-view-guess-paper-size)
5467 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5468
5469 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5470
5471 New feature: set optimal slice from BoundingBox information.
5472 * doc-view.el (doc-view-mode-map): Add keybinding.
5473 (doc-view-menu): Add menu entry.
5474 (doc-view-set-slice): Adapt docstring.
5475 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5476 (doc-view-scale-bounding-box)
5477 (doc-view-set-slice-from-bounding-box): New functions.
5478 (doc-view-paper-sizes): New defvar.
5479
5480 2012-09-19 Glenn Morris <rgm@gnu.org>
5481
5482 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5483 (byte-compile-log-warning): Autoload. (Bug#12371)
5484
5485 * calendar/calendar.el (calendar-american-month-header)
5486 (calendar-european-month-header, calendar-iso-month-header)
5487 (calendar-month-header): New options.
5488 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5489 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5490
5491 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5492
5493 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5494
5495 2012-09-18 Juri Linkov <juri@jurta.org>
5496
5497 * dired-aux.el (dired-diff): Restore original functionality of
5498 getting the default value, but keep new feature of using the
5499 latest existing backup file (`diff-latest-backup-file').
5500
5501 2012-09-18 Juri Linkov <juri@jurta.org>
5502
5503 * dired.el (dired-mark): If the region is active in Transient Mark
5504 mode, mark all files in the active region. Doc fix.
5505 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5506 Doc fix. (Bug#10624)
5507
5508 2012-09-18 Juri Linkov <juri@jurta.org>
5509
5510 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5511 attributes for M-n are pulled from the file at point.
5512 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5513 Suggested by Drew Adams. (Bug#10624)
5514
5515 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5516
5517 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5518 whitespace after "end".
5519 (ruby-do-end-to-brace): Collapse block to one line if it fits
5520 within fill-column.
5521
5522 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5523
5524 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5525 value.
5526 (debug): Don't remove debugger window when debugger is expected
5527 to be back.
5528
5529 2012-09-18 Chong Yidong <cyd@gnu.org>
5530
5531 * custom.el (defface): Doc fix.
5532
5533 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5534
5535 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5536
5537 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5538 to initialize query-on-exit; then test that instead (bug#12288).
5539
5540 2012-09-17 Stefan Merten <smerten@oekonux.de>
5541
5542 * textmodes/rst.el: Add support for `testcover'.
5543 (rst-defcustom-testcover, rst-testcover-add-compose)
5544 (rst-testcover-add-1value): New functions.
5545 (rst-portable-mark-active-p): Replace by `use-region-p'.
5546 (rst-update-section, rst-classify-adornment)
5547 (rst-find-title-line): Mark `1value' forms.
5548 (rst-classify-adornment): Remove superfluous form.
5549 (rst-update-section, rst-get-adornments-around)
5550 (rst-adornment-complete-p, rst-get-next-adornment)
5551 (rst-adjust, rst-promote-region)
5552 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5553 (rst-find-pfx-in-region, rst-section-tree-rec)
5554 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5555 (rst-toc-node, rst-toc, rst-forward-section)
5556 (rst-iterate-leftmost-paragraphs)
5557 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5558 (rst-bullet-list-region)
5559 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5560 (rst-compile-find-conf, rst-compile)
5561 (rst-repeat-last-character): Fix style.
5562
5563 2012-09-17 Chong Yidong <cyd@gnu.org>
5564
5565 * comint.el (comint--complete-file-name-data): Don't add a space
5566 if the status is `sole'; that adds a gratuitous space in the
5567 completion-cycling case (Bug#12092).
5568
5569 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5570
5571 2012-09-17 Richard Stallman <rms@gnu.org>
5572
5573 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5574 only in the mime-shown mode, not in raw mode.
5575 (rmail-mime): Toggle off mime by displaying the message without
5576 mime processing. (Bug#12305)
5577
5578 * mail/rmail.el (rmail-retry-failure):
5579 Turn off mime processing first. (Bug#12037)
5580
5581 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5582
5583 2012-09-17 Chong Yidong <cyd@gnu.org>
5584
5585 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5586 (shell-dynamic-complete-functions): Convert to defcustom.
5587 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5588
5589 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5590 * comint.el (comint-prompt-read-only):
5591 * custom.el (defcustom):
5592 * hi-lock.el (hi-lock-mode):
5593 * ibuffer.el (ibuffer-formats):
5594 * ielm.el (ielm-prompt-read-only):
5595 * novice.el (disable-command):
5596 * saveplace.el (toggle-save-place):
5597 * speedbar.el (speedbar-supported-extension-expressions):
5598 * startup.el (auto-save-list-file-prefix, init-file-user)
5599 (after-init-hook, inhibit-startup-echo-area-message):
5600 * strokes.el (strokes-help):
5601 * time-stamp.el (time-stamp):
5602 * calendar/calendar.el (calendar, diary-file):
5603 * calendar/diary-lib.el (diary-mail-entries, diary)
5604 (diary-list-entries-hook):
5605 * calendar/holidays.el (holidays, calendar-holidays):
5606 * calendar/lunar.el (lunar-phases):
5607 * calendar/solar.el (sunrise-sunset):
5608 * emulation/edt.el (edt-load-keys):
5609 * emulation/viper.el (viper-mode):
5610 * eshell/em-alias.el (eshell-command-aliases-list):
5611 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5612 * international/ogonek.el (ogonek-information):
5613 * net/tramp-cmds.el (tramp-bug):
5614 * net/quickurl.el (quickurl-reread-hook-postfix):
5615 * play/decipher.el (decipher-font-lock-keywords):
5616 * progmodes/cc-styles.el (c-set-style):
5617 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5618 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5619 * progmodes/octave-mod.el (octave-mode):
5620 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5621 * progmodes/verilog-mode.el (verilog-read-defines):
5622 * textmodes/two-column.el (2C-mode): Likewise.
5623
5624 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5625
5626 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5627 that holds many addresses.
5628
5629 2012-09-16 Chong Yidong <cyd@gnu.org>
5630
5631 * align.el (align-areas): Call the indication function with
5632 positions instead of markers for arguments (Bug#12343).
5633
5634 * files.el (parse-colon-path): Use split-string (Bug#12351).
5635
5636 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5637 (display-buffer-function): Mark as obsolete.
5638
5639 * progmodes/compile.el (compilation-parse-errors): Accept list
5640 values similar to font-lock-keywords (Bug#12136).
5641 Suggested by Oleksandr Manzyuk.
5642 (compilation-error-regexp-alist): Doc fix.
5643
5644 2012-09-15 Glenn Morris <rgm@gnu.org>
5645
5646 * version.el (emacs-bzr-version-bzr): New function.
5647 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5648
5649 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5650 checkouts, check the parent dirstate matches the branch.
5651 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5652 empty string.
5653
5654 * version.el (emacs-bzr-version): Doc fix.
5655 (emacs-bzr-version-dirstate): New function.
5656 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5657 is local try and check that it matches the branch. If not, just
5658 use dirstate information. (Bug#12441)
5659
5660 2012-09-14 Juri Linkov <juri@jurta.org>
5661
5662 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5663 (Bug#12399)
5664
5665 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5668
5669 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5670 Remove obsolete byte-compiler hack that tried to silence some warnings.
5671 (edebug-submit-bug-report): Remove.
5672 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5673 Remove aliases, use the un-prefixed name instead.
5674 (edebug-pop-to-buffer): Consider other frames.
5675 (edebug-original-read):: Make it more obvious that it's always defined.
5676 (edebug--make-form-data-entry, edebug--form-data-name)
5677 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5678 single-dashed name, and implement with cl-defstruct.
5679 (edebug-set-form-data-entry): Use the standard accessors.
5680 (edebug-make-top-form-data-entry): Use push.
5681 (edebug-no-match): Drop useless `funcall'.
5682 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5683 to functions.
5684 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5685 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5686 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5687 (easy-menu-define, with-custom-print): Remove redundant specs.
5688 (edebug-outside-overriding-local-map)
5689 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5690 (edebug--display): Bind unread-command-events directly to nil rather
5691 than binding it to unread-command-events and later setting it to nil.
5692 (edebug--display): Kill edebug-eval-buffer here...
5693 (edebug--recursive-edit): ...rather than here.
5694 Bind standard-output and standard-input.
5695 (edebug-eval): Check cl-macroexpand-all is fboundp.
5696 (edebug-temp-display-freq-count): Fix last change.
5697
5698 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5699 * subr.el (noreturn, 1value): Add `debug' spec.
5700 * emacs-lisp/advice.el: Require cl-lib.
5701 (ad-copy-tree): Remove, use copy-tree instead.
5702 (ad-dolist): Remove use dolist or cl-dolist instead.
5703 (ad-do-return): Remove, use cl-return instead.
5704 (defadvice): Add `debug' spec.
5705
5706 2012-09-13 Juri Linkov <juri@jurta.org>
5707
5708 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5709 (Bug#12399)
5710
5711 2012-09-13 Glenn Morris <rgm@gnu.org>
5712
5713 * calc/calc.el (math-compose-expr):
5714 * calc/calc-ext.el (math-compose-expr):
5715 * progmodes/cc-defs.el (cl-macroexpand-all):
5716 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5717 (cl-macroexpand-all): Update declarations.
5718
5719 * vc/vc.el: No need to require ediff.
5720 (ediff-load-version-control): Declare.
5721 (ediff-vc-internal): Fix declaration.
5722 (vc-version-ediff): Require ediff.
5723
5724 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5725
5726 Use a more backwards-compatible timer format (Bug#12430).
5727 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5728 being right after USECS, as that better supports old code that
5729 inadvisedly looked directly at the timer vector.
5730
5731 2012-09-13 Kenichi Handa <handa@gnu.org>
5732
5733 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5734 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5735 `coding-priority' property of these language environment.
5736
5737 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5738
5739 Fix glitches caused by addition of psec to timers (Bug#12430).
5740 * image.el (image-animate-timer):
5741 * time.el (display-time-world-timer):
5742 Use timer--function and timer--args rather than raw access to
5743 timer vector.
5744
5745 2012-09-13 Glenn Morris <rgm@gnu.org>
5746
5747 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5748 If not compiling a file, try using load-file-name.
5749
5750 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5753 Fix last change.
5754 (edebug-update-eval-list): Use `push'.
5755
5756 * emacs-lisp/edebug.el: Use lexical-binding.
5757 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5758 Mark unused args with underscore.
5759 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5760 (edebug-form-data): Use defvar-local.
5761 (edebug-make-before-and-after-form, edebug-make-after-form):
5762 Use backquote.
5763 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5764 Not dynamically scoped any more.
5765 (edebug--enter-trace): Add arguments `function' and `args'.
5766 Rename from edebug-enter-trace.
5767 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5768 (edebug--update-coverage): Add `after-index' and `value' args.
5769 Rename from edebug-update-coverage.
5770 (edebug-slow-after): Call it accordingly.
5771 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5772 edebug-recursive-edit.
5773 (edebug--display): Call it accordingly. Add args `value',
5774 `offset-index', and `arg-mode'. Rename from edebug-display.
5775 (edebug-debugger, edebug): Call it accordingly.
5776 (edebug-eval-display-list): Use dolist.
5777
5778 2012-09-12 Juri Linkov <juri@jurta.org>
5779
5780 * info.el (Info-search): Don't check for isearch-mode and
5781 isearch-regexp before let-binding search-spaces-regexp to
5782 Info-search-whitespace-regexp.
5783 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5784 search-whitespace-regexp if isearch-lax-whitespace or
5785 isearch-regexp-lax-whitespace is non-nil.
5786 (Info-mode): Don't set local variable search-whitespace-regexp.
5787 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5788
5789 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5792 (debugger-env-macro): Remove support for unread-command-char.
5793
5794 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5795 the temporary map re-appearing on emulation-mode-map-alists.
5796
5797 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5798 since 22.1.
5799
5800 * ehelp.el (with-electric-help): Accept functions in
5801 electric-help-form-to-execute.
5802 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5803 And replace unread-command-char -> unread-command-events.
5804
5805 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5806
5807 Sync with Tramp 2.2.6.
5808
5809 * net/tramp.el (tramp-accept-process-output): Don't use
5810 JUST-THIS-ONE in the XEmacs case.
5811
5812 * net/trampver.el: Update release number.
5813
5814 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5815
5816 * emacs-lisp/debug.el (debugger-previous-window-height):
5817 New variable.
5818 (debug): When debugger-jumping-flag is non-nil try to restore
5819 height of debugger window. (Bug#8789)
5820
5821 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5824 overriding-local-map and pre/post-command-hook here.
5825 (edebug-recursive-edit): Do it here instead (bug#12345).
5826 (edebug-outside-unread-command-char): Remove all uses of
5827 unread-command-char.
5828
5829 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5830 inhibit-debugger is bound instead.
5831
5832 2012-09-11 Bastien Guerry <bzg@gnu.org>
5833
5834 * subr.el (set-temporary-overlay-map): Add a docstring.
5835 (Bug#12346)
5836
5837 2012-09-11 Bastien Guerry <bzg@gnu.org>
5838
5839 * minibuffer.el (completion-table-subvert): Fix docstring.
5840 (Bug#12347)
5841
5842 2012-09-11 Bastien Guerry <bzg@gnu.org>
5843
5844 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5845
5846 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5847
5848 * progmodes/sql.el: Version 3.1
5849 (sql-db2-escape-newlines): New variable.
5850 (sql-escape-newlines-filter): Use it.
5851
5852 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5853
5854 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5855
5856 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5857
5858 * vc/diff-mode.el (diff-mode-menu):
5859 Bind diff-remove-trailing-whitespace.
5860
5861 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5864 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5865 (emacs-lisp-byte-code-mode): New functions.
5866 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5867 (eval-defun-2): Remove bogus interactive spec.
5868 (lisp-indent-line): Remove redundant whole-exp code, now done in
5869 indent-according-to-mode.
5870 (save-match-data): Remove redundant indent data.
5871
5872 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5873 Use `declare'.
5874
5875 2012-09-09 Juri Linkov <juri@jurta.org>
5876
5877 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5878 (replace-lax-whitespace, query-replace-regexp)
5879 (query-replace-regexp-eval, replace-regexp): Doc fix.
5880 (perform-replace, replace-highlight): Let-bind
5881 isearch-lax-whitespace to replace-lax-whitespace and
5882 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5883
5884 * isearch.el (isearch-query-replace): Let-bind
5885 replace-lax-whitespace to isearch-lax-whitespace and
5886 replace-regexp-lax-whitespace to
5887 isearch-regexp-lax-whitespace. (Bug#10885)
5888
5889 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5892
5893 2012-09-09 Alan Mackenzie <acm@muc.de>
5894
5895 * progmodes/cc-engine.el (c-state-cache-init):
5896 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5897 (c-record-parse-state-state):
5898 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5899
5900 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5901
5902 * register.el (register-separator): Rename from
5903 separator-register. All uses changed. Doc fix.
5904 (register): Fix version.
5905
5906 2012-09-09 Chong Yidong <cyd@gnu.org>
5907
5908 * replace.el (query-replace-map): Bind four new symbols for
5909 requesting window scrolling.
5910
5911 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5912 query-replace-map (Bug#8948).
5913
5914 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5915
5916 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5917 since they are now in query-replace-map.
5918
5919 * window.el (scroll-other-window-down): Make the arg optional.
5920
5921 2012-09-09 Chong Yidong <cyd@gnu.org>
5922
5923 * files.el (hack-local-variables-confirm): Use quit-window to kill
5924 the *Local Variables* buffer.
5925
5926 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5927
5928 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5929 not just expect to be at its beginning. Adjust callees.
5930 Succeed when do-end block has no space before the pipe character.
5931 (ruby-brace-to-do-end): When the original block is one-liner,
5932 convert to multiline. Reindent the result.
5933
5934 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5935
5936 * register.el (register): New group.
5937 (separator-register): New user option.
5938 (increment-register): Route it to `append-to-register', if
5939 register contains text. Implication is that `C-x r +' can now be
5940 used for appending to a text register (bug#12217).
5941 (append-to-register, prepend-to-register): Add separator based on
5942 `separator-register'.
5943
5944 2012-09-08 Alan Mackenzie <acm@muc.de>
5945
5946 AWK Mode: make auto-newline work when there's "==" in the pattern.
5947 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5948 correctly.
5949 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5950 Test more rigorously for "=" token.
5951
5952 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5953
5954 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5955 Only fail when reached LIMIT.
5956
5957 2012-09-08 Chong Yidong <cyd@gnu.org>
5958
5959 * dired.el (dired-mode-map): Don't bind M-=.
5960
5961 * dired-aux.el (dired-diff): Use backup file as default.
5962
5963 2012-09-08 Drew Adams <drew.adams@oracle.com>
5964
5965 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5966
5967 2012-09-08 Chong Yidong <cyd@gnu.org>
5968
5969 * subr.el (syntax-after, syntax-class): Doc fix.
5970
5971 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5972
5973 * window.el (display-buffer-in-previous-window): New buffer
5974 display action function.
5975
5976 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5977 (debugger-previous-window): New variable.
5978 (debug): Rewrite using display-buffer-in-previous-window,
5979 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5980
5981 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5984
5985 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5986
5987 * progmodes/python.el (python-shell-send-string):
5988 When default-directory is remote, create temp file on remote
5989 filesystem.
5990 (python-shell-send-file): When file is remote, pass local view of
5991 file paths to remote Python interpreter. (Bug#12340)
5992
5993 2012-09-07 Chong Yidong <cyd@gnu.org>
5994
5995 * window.el (switch-to-buffer): Doc fix (Bug#12181).
5996
5997 * files.el (after-find-file): Don't fail on a read-only buffer if
5998 require-final-newline is `visit' or `visit-save' (Bug#11156).
5999
6000 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6001
6002 * userlock.el (ask-user-about-supersession-threat):
6003 Use read-char-choice (Bug#12093).
6004
6005 2012-09-07 Chong Yidong <cyd@gnu.org>
6006
6007 * subr.el (buffer-narrowed-p): New function.
6008
6009 * ses.el (ses-widen):
6010 * simple.el (count-words--buffer-message):
6011 * net/browse-url.el (browse-url-of-buffer): Use it.
6012
6013 * simple.el (count-words-region): Don't signal an error if there
6014 is a non-nil prefix arg and the mark is not set.
6015
6016 * help.el (describe-key-briefly): Allow the message to be seen
6017 when invoked from the minibuffer (Bug#7014).
6018
6019 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6020
6021 * progmodes/ruby-mode.el (ruby-end-of-defun)
6022 (ruby-beginning-of-defun): Simplify, allow indentation before
6023 block beginning and end keywords.
6024 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6025 (ruby-end-of-defun): Expect that the point is at the beginning of
6026 the defun.
6027
6028 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6029
6030 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6031 (bug#12367).
6032 (cl--make-usage-args): Strip _ from argument names.
6033
6034 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6035
6036 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6037 obsolete alias speedbar-key-map.
6038 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6039 (vhdl-index-menu-init): Don't use obsolete variable
6040 font-lock-maximum-size.
6041
6042 2012-09-06 Chong Yidong <cyd@gnu.org>
6043
6044 * frame.el (window-system-version): Mark as obsolete.
6045
6046 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6047 of obsolete variable speedbar-key-map.
6048
6049 2012-09-06 Juri Linkov <juri@jurta.org>
6050
6051 * replace.el (replace-lax-whitespace): New defcustom.
6052 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6053 (replace-string, replace-regexp): Mention it in docstrings.
6054 (perform-replace, replace-highlight): Let-bind
6055 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6056 to the values of replace-lax-whitespace and regexp-flag.
6057 Don't let-bind search-whitespace-regexp. (Bug#10885)
6058
6059 * isearch.el (isearch-query-replace): Let-bind
6060 replace-lax-whitespace instead of let-binding
6061 replace-search-function and replace-re-search-function.
6062 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6063 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6064 (isearch-toggle-symbol): Set isearch-regexp to nil
6065 in isearch-word mode (like in isearch-toggle-word).
6066
6067 2012-09-06 Juri Linkov <juri@jurta.org>
6068
6069 * replace.el (replace-search-function)
6070 (replace-re-search-function): Set default values to nil.
6071 (perform-replace): Let-bind isearch-related variables based on
6072 replace-related values, call `isearch-search-fun' and let-bind
6073 the result to `search-function'. Remove code that sets
6074 `search-function' and `search-string' separately for
6075 `delimited-flag'.
6076 (replace-highlight): Add new argument `delimited-flag' and
6077 rename other arguments to the names used in `perform-replace'.
6078 Let-bind `isearch-word' to the argument `delimited-flag'.
6079 (Bug#10885, bug#10887)
6080
6081 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6082
6083 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6084 ruby-beginning-of-indent, simplify, allow all keywords to have
6085 indentation before them.
6086 (ruby-beginning-of-indent): Adjust for above. Search until the
6087 found point is not inside a string or comment.
6088 (ruby-font-lock-keywords): Allow symbols to start with "@"
6089 character, give them higher priority than variables.
6090 (ruby-syntax-propertize-function)
6091 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6092 matchers. Expression expansions are not comments when inside a
6093 string, and there comment syntax status is irrelevant.
6094 (ruby-match-expression-expansion): New function. Check that
6095 expression expansion is inside a string, and it's not escaped.
6096 (ruby-font-lock-keywords): Use it.
6097
6098 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6099
6100 * help.el (temp-buffer-max-height): New default value.
6101 (temp-buffer-resize-frames): New option.
6102 (resize-temp-buffer-window): Optionally resize frame.
6103
6104 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6105 (fit-frame-to-buffer): New function.
6106
6107 2012-09-05 Glenn Morris <rgm@gnu.org>
6108
6109 * emulation/cua-rect.el (cua--init-rectangles):
6110 * textmodes/picture.el (picture-mode-map):
6111 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6112 like forward-char and backward-char. (Bug#12317)
6113
6114 2012-09-05 Leo Liu <sdl.web@gmail.com>
6115
6116 * progmodes/flymake.el (flymake-warning-re): New variable.
6117 (flymake-parse-line): Use it.
6118
6119 2012-09-05 Glenn Morris <rgm@gnu.org>
6120
6121 * calendar/holidays.el (holiday-christian-holidays):
6122 Rename an entry. (Bug#12289)
6123
6124 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6127 (bug#12222).
6128
6129 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * loadup.el: Load macroexp. Remove hack.
6132 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6133 (macroexp--expand-all): Use it to get better warnings.
6134 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6135 (internal-macroexpand-for-load): New functions.
6136 (macroexp--pending-eager-loads): New var.
6137 (emacs-startup-hook): New hack to replace one in loadup.el.
6138 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6139 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6140 (cl-psetf): Simplify.
6141 (cl-defstruct): Add indent rule.
6142
6143 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6144
6145 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6146 over `user-mail-address' for the SMTP MAIL FROM envelope.
6147 (smtpmail-via-smtp): Ditto.
6148
6149 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6150
6151 * progmodes/ruby-mode.el: Clean up keybindings.
6152 (ruby-mode-map): Don't bind ruby-electric-brace,
6153 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6154 backward-kill-word, reindent-then-newline-and-indent.
6155 (ruby-mark-defun): Remove.
6156 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6157 (ruby-mode): Set local beginning-of-defun-function and
6158 end-of-defun-function values.
6159
6160 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6161
6162 * window.el (temp-buffer-window-setup-hook)
6163 (temp-buffer-window-show-hook): New hooks.
6164 (temp-buffer-window-setup, temp-buffer-window-show)
6165 (with-temp-buffer-window): New functions.
6166 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6167 (special-display-popup-frame): Make sure the window used shows BUFFER.
6168
6169 * help.el (temp-buffer-resize-mode): Fix doc-string.
6170 (resize-temp-buffer-window): New optional argument WINDOW.
6171
6172 * files.el (recover-file, save-buffers-kill-emacs):
6173 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6174
6175 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6176
6177 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6178 remote definition of `default-directory', ensure we can connect.
6179
6180 2012-09-02 Juri Linkov <juri@jurta.org>
6181
6182 Toggle whitespace matching mode with M-s SPC.
6183 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6184
6185 * isearch.el (search-whitespace-regexp): Doc fix.
6186 Remove cons cell customization.
6187 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6188 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6189 New variables.
6190 (isearch-forward, isearch-forward-regexp): Doc fix.
6191 (isearch-toggle-lax-whitespace): New command.
6192 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6193 (re-search-forward-lax-whitespace)
6194 (re-search-backward-lax-whitespace): New functions.
6195 (isearch-whitespace-regexp): Remove function.
6196 (isearch-query-replace): Let-bind replace-search-function and
6197 replace-re-search-function.
6198 (isearch-occur): Let-bind search-spaces-regexp according to the
6199 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6200 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6201 condition for C-q SPC.
6202 (isearch-search-fun-default): Use new functions mentioned above.
6203 (isearch-search-forward, isearch-search-backward): Remove functions.
6204 (isearch-search): Don't let-bind search-spaces-regexp.
6205 (isearch-lazy-highlight-space-regexp): Remove variable.
6206 (isearch-lazy-highlight-lax-whitespace)
6207 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6208 (isearch-lazy-highlight-new-loop): Use them.
6209 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6210
6211 2012-09-02 Chong Yidong <cyd@gnu.org>
6212
6213 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6214
6215 2012-09-02 Glenn Morris <rgm@gnu.org>
6216
6217 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6218
6219 2012-09-01 Glenn Morris <rgm@gnu.org>
6220
6221 * term.el: Tidy up menu definitions.
6222 (term-mode-map): Use easymenu for In/Out, Complete menus.
6223 (term-pager-break-map): Initialize in the defvar.
6224 (term-terminal-menu, term-signals-menu): Define with easymenu.
6225 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6226 (term-pager-menu): New, extracted from term-process-pager.
6227 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6228 (term-update-mode-line): Propertize line/char and page items.
6229 (term-process-pager): Move keymap initialization elsewhere.
6230
6231 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6232
6233 * window.el (switch-to-prev-buffer): Handle additional values of
6234 BURY-OR-KILL argument. Don't switch in minibuffer window.
6235 (switch-to-next-buffer): Don't switch in minibuffer window.
6236 (quit-restore-window): New function based on quit-window.
6237 Handle additional values of former KILL argument.
6238 (quit-window): Call quit-restore-window with appropriate
6239 interpretation of KILL argument.
6240 (display-buffer-below-selected): New buffer display action
6241 function.
6242
6243 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6244
6245 * minibuffer.el (completion-at-point-functions): Complete docstring
6246 (bug#12254).
6247
6248 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6249
6250 Better seed support for (random).
6251 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6252 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6253 * play/mpuz.el, play/tetris.el, play/zone.el:
6254 * calc/calc-comb.el (math-init-random-base):
6255 * play/blackbox.el (bb-init-board):
6256 * play/life.el (life):
6257 * server.el (server-use-tcp):
6258 * type-break.el (type-break):
6259 Remove unnecessary call to (random t).
6260 * net/sasl.el (sasl-unique-id-function):
6261 Change (random t) to (random), now that the latter is more random.
6262 * play/life.el (life-initialized): Remove no-longer-needed var.
6263
6264 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6265
6266 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6267 Consider frame's buffer predicate when choosing the buffer.
6268 (Bug#12081)
6269
6270 2012-08-30 Richard Stallman <rms@gnu.org>
6271
6272 * simple.el (special-mode-map): Delete binding for `z'.
6273
6274 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6275
6276 * progmodes/compile.el (compilation-always-kill): Doc fix.
6277
6278 2012-08-30 Chong Yidong <cyd@gnu.org>
6279
6280 * window.el (display-buffer-reuse-frames): Make the obsolescence
6281 message more informative.
6282
6283 2012-08-30 Glenn Morris <rgm@gnu.org>
6284
6285 * paren.el (show-paren-delay):
6286 Add a :set function. Doc fix. (Bug#12297)
6287
6288 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6289
6290 * progmodes/compile.el (compilation-always-kill): New var.
6291 (compilation-start): Use it.
6292
6293 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6296 * files.el (read-only-mode): Move to simple.el.
6297
6298 * files.el (read-only-mode): New minor mode.
6299 (toggle-read-only): Use it and mark obsolete.
6300 (find-file--read-only):
6301 * vc/vc.el (vc-next-action, vc-checkout):
6302 * vc/vc-cvs.el (vc-cvs-checkout):
6303 * obsolete/vc-mcvs.el (vc-mcvs-update):
6304 * ffap.el (ffap--toggle-read-only): Update callers.
6305
6306 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6307
6308 * eshell/esh-ext.el (eshell-external-command): Do not examine
6309 remote shell scripts.
6310 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6311
6312 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6313 "/usr/local/sbin".
6314
6315 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6318
6319 2012-08-28 Leo Liu <sdl.web@gmail.com>
6320
6321 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6322 completion-at-point. (Bug#12220)
6323
6324 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6325
6326 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6327
6328 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6331 be buffer-local; add delete-trailing-whitespace (bug#12259).
6332
6333 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6334
6335 * progmodes/hideif.el (hif-compress-define-list):
6336 Fix typo. (Bug#11951)
6337
6338 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6339
6340 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6341 buffer local setting.
6342
6343 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6344 rcirc-encode-coding-system.
6345
6346 2012-08-28 Leo Liu <sdl.web@gmail.com>
6347
6348 * net/rcirc.el (rcirc-split-message): New function.
6349 (rcirc-send-message): Use it. (Bug#12051)
6350
6351 2012-08-28 Juri Linkov <juri@jurta.org>
6352
6353 * info.el (Info-fontify-node): Hide empty lines at the end of
6354 the node. (Bug#12272)
6355
6356 2012-08-27 Drew Adams <drew.adams@oracle.com>
6357
6358 * dired.el (dired-pop-to-buffer): Make window start at beginning
6359 of buffer (Bug#12281).
6360
6361 2012-08-26 Chong Yidong <cyd@gnu.org>
6362
6363 * window.el (special-display-regexps, special-display-frame-alist)
6364 (special-display-buffer-names, special-display-function)
6365 (display-buffer-reuse-frames): Mark as obsolete.
6366
6367 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6368
6369 * help.el (help-print-return-message): Don't treat
6370 display-buffer-reuse-frames specially.
6371
6372 2012-08-26 Chong Yidong <cyd@gnu.org>
6373
6374 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6375 New variable, replacing gdb-frame-parameters.
6376 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6377 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6378 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6379 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6380 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6381 the functions directly with gdb-display-buffer-other-frame-action.
6382 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6383 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6384 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6385 (gdb-display-registers-buffer): Define directly.
6386 (def-gdb-display-buffer): Macro deleted.
6387 (gdb-display-buffer): Remove second and third args, callers don't
6388 use them. Defer to the default display-buffer behavior, apart
6389 from making windows dedicated.
6390 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6391
6392 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6393
6394 * window.el (display-buffer-pop-up-frame): Handle a
6395 pop-up-frame-parameters alist entry.
6396 (display-buffer): Document it.
6397
6398 2012-08-26 Chong Yidong <cyd@gnu.org>
6399
6400 * isearch.el (search-whitespace-regexp): Make string and nil
6401 values apply to both ordinary and regexp search. Allow a cons
6402 cell value to distinguish between the two.
6403 (isearch-whitespace-regexp, isearch-search-forward)
6404 (isearch-search-backward): New functions.
6405 (isearch-occur, isearch-search-fun-default, isearch-search)
6406 (isearch-lazy-highlight-new-loop): Use them.
6407 (isearch-forward, isearch-forward-regexp): Doc fix.
6408
6409 2012-08-26 Chong Yidong <cyd@gnu.org>
6410
6411 * faces.el (help-argument-name): Always inherit from italic
6412 (Bug#12213).
6413
6414 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6415
6416 * window.el (window--even-window-heights): Even heights when
6417 WINDOW and the selected window form a vertical combination.
6418 (display-buffer-use-some-window): Provide that window used gets
6419 sized back by quit-window. (Bug#11880) and (Bug#12091)
6420
6421 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6422
6423 Fix file time stamp problem with bzr and CVS (Bug#12001).
6424 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6425 in the file's time stamp, since the version control system loses
6426 that information.
6427
6428 2012-08-22 Juri Linkov <juri@jurta.org>
6429
6430 * info.el (Info-fontify-node): Hide the suffix of the
6431 Info file name in the header line. (Bug#12187)
6432
6433 2012-08-22 Glenn Morris <rgm@gnu.org>
6434
6435 * calendar/cal-tex.el (cal-tex-weekly-common):
6436 Restore leading blank page.
6437
6438 2012-08-22 Le Wang <l26wang@gmail.com>
6439
6440 * misc.el (forward-to-word, backward-to-word): Activate or extend
6441 the region under `shift-select-mode'. (Bug#12231)
6442
6443 2012-08-22 Bastien Guerry <bzg@gnu.org>
6444
6445 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6446 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6447 gives details on why the space is never needed.
6448
6449 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6450
6451 * window.el (walk-window-tree, window-with-parameter):
6452 New optional argument MINIBUF to control whether these functions
6453 should run on the minibuffer window.
6454 (window-at-side-list): Don't operate on minibuffer window.
6455 (window-in-direction): Simplify and rewrite doc-string.
6456 (window--size-ignore): Rename to window--size-ignore-p.
6457 Update callers.
6458 (display-buffer-in-atom-window, window--major-non-side-window)
6459 (window--major-side-window, display-buffer-in-major-side-window)
6460 (delete-side-window, display-buffer-in-side-window):
6461 New functions.
6462 (window--side-check, window-deletable-p, delete-window)
6463 (delete-other-windows, split-window): Handle side windows and
6464 atomic windows appropriately.
6465 (window--display-buffer): Call display-buffer-record-window also
6466 when the window buffer did not change.
6467
6468 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6469
6470 * help-fns.el (help-fns--key-bindings):
6471 Abbreviate non-symbol remap targets. (Bug#12174)
6472
6473 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6474
6475 * dired.el (dired-mark-remembered): Don't clobber point.
6476 (Bug#11795)
6477
6478 2012-08-22 Glenn Morris <rgm@gnu.org>
6479
6480 * progmodes/bug-reference.el (bug-reference): New custom group.
6481 (bug-reference-bug-regexp): Make it a defcustom.
6482
6483 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6484
6485 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6486 (js-paren-indent-offset, js-square-indent-offset)
6487 (js-curly-indent-offset): Add :safe (Bug#12257).
6488
6489 2012-08-22 Edward O'Connor <hober0@gmail.com>
6490
6491 * json.el (json-key-format): Add error properties.
6492 (json-encode-key): New function.
6493 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6494 Use json-encode-key.
6495
6496 2012-08-22 Glenn Morris <rgm@gnu.org>
6497
6498 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6499 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6500 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6501 Update for above change.
6502
6503 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6504
6505 * cus-face.el (custom-face-attributes): Fix customize type for the
6506 :underline attribute. (Bug#11805)
6507
6508 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6509
6510 * window.el (window-point-1, set-window-point-1): Remove.
6511 (window-in-direction, record-window-buffer)
6512 (set-window-buffer-start-and-point, split-window-below)
6513 (window--state-get-1, display-buffer-record-window):
6514 Replace calls to window-point-1 and set-window-point-1 by calls to
6515 window-point and set-window-point respectively.
6516
6517 2012-08-21 Glenn Morris <rgm@gnu.org>
6518
6519 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6520 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6521 Use it.
6522
6523 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6524 (cal-tex-shortday): New function.
6525 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6526 (cal-tex-cursor-filofax-daily): Use the above.
6527
6528 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6529 New functions.
6530 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6531 (cal-tex-cursor-filofax-week): Use them.
6532
6533 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6534 New constants.
6535 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6536 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6537
6538 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6539 (cal-tex-end-document): Don't rely on buffer name.
6540
6541 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6542 Use cal-tex-vspace.
6543 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6544 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6545 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6546 Use cal-tex-arg.
6547
6548 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6549 (cal-tex-cursor-week, cal-tex-cursor-week2)
6550 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6551 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6552 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6553 (cal-tex-insert-preamble, cal-tex-b-document)
6554 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6555 Improve cal-tex-cmd usage.
6556
6557 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6558 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6559 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6560 (cal-tex-weekly-paper): New function.
6561 (cal-tex-cursor-week, cal-tex-cursor-week2)
6562 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6563 (cal-tex-cursor-day): Use it.
6564
6565 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6566 (cal-tex-cursor-filofax-week): Remove leading blank page.
6567
6568 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6569 Add autoload cookie. For now at least, don't use color, since
6570 no other cal-tex function does.
6571
6572 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6573 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6574 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6575
6576 2012-08-21 Juri Linkov <juri@jurta.org>
6577
6578 * info.el (Info-file-attributes): New variable.
6579 (info-insert-file-contents): Add file attributes to
6580 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6581 `Info-toc-nodes' when previous modtime of the Info file is less
6582 than new modtime.
6583 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6584 of info.el. (Bug#12230)
6585
6586 2012-08-20 Glenn Morris <rgm@gnu.org>
6587
6588 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6589 * calendar/holidays.el (calendar-holiday-list):
6590 Report errors with display-warning rather than beep'n'sleep.
6591
6592 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6593
6594 * net/tramp.el (tramp-accept-process-output): Accept only output
6595 from PROC. Otherwise, process filters and sentinels might be
6596 confused. (Bug#12145)
6597
6598 2012-08-20 Chong Yidong <cyd@gnu.org>
6599
6600 * descr-text.el (describe-text-properties-1): Use overlays-in to
6601 report on empty overlays (Bug#3322).
6602
6603 2012-08-20 Glenn Morris <rgm@gnu.org>
6604
6605 * mail/rmailout.el (rmail-output-read-file-name):
6606 Trap and report errors in rmail-output-file-alist elements.
6607
6608 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6609 since most non-font-lock faces are not also variables).
6610
6611 2012-08-20 Edward Reingold <reingold@iit.edu>
6612
6613 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6614 New function. (Bug12160)
6615
6616 2012-08-19 Glenn Morris <rgm@gnu.org>
6617
6618 * mail/rmailout.el (rmail-output-read-file-name):
6619 Fix previous change (when the alist is nil or does not match).
6620
6621 2012-08-19 Chong Yidong <cyd@gnu.org>
6622
6623 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6624 (Bug#12228).
6625
6626 2012-08-18 Chong Yidong <cyd@gnu.org>
6627
6628 * simple.el (yank-handled-properties): New defcustom.
6629 (yank-excluded-properties): Add font-lock-face and category.
6630 (yank): Doc fix.
6631
6632 * subr.el (remove-yank-excluded-properties):
6633 Obey yank-handled-properties. The special handling of font-lock-face
6634 and category is now done this way, instead of being hard-coded.
6635 (insert-for-yank-1): Remove font-lock-face handling.
6636 (yank-handle-font-lock-face-property)
6637 (yank-handle-category-property): New function.
6638
6639 2012-08-17 Glenn Morris <rgm@gnu.org>
6640
6641 * mail/rmailout.el (rmail-output-read-file-name):
6642 Check rmail-output-file-alist against the full message body
6643 in the correct rmail buffer. (Bug#12214)
6644
6645 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6646
6647 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6648 Eliminate superfluous prompt. (Bug#12203)
6649
6650 2012-08-17 Chong Yidong <cyd@gnu.org>
6651
6652 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6653 font spec, set the font directly (Bug#3228).
6654
6655 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6656
6657 * window.el (delete-window): Fix last fix.
6658
6659 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6660
6661 * window.el (window-valid-p): Move to window.c.
6662 (window-child, window-child-count, window-last-child)
6663 (window-normalize-window, window-combined-p)
6664 (window-combinations, window-atom-root, window-min-size)
6665 (window-sizable, window-sizable-p, window-size-fixed-p)
6666 (window-min-delta, window-max-delta, window--resizable)
6667 (window--resizable-p, window-resizable, window-total-size)
6668 (window-full-height-p, window-full-width-p, window-body-size)
6669 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6670 (minimize-window, window-deletable-p, delete-window)
6671 (delete-other-windows, set-window-buffer-start-and-point)
6672 (next-buffer, previous-buffer, split-window, balance-windows-2)
6673 (set-window-text-height, window-buffer-height)
6674 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6675 (truncated-partial-width-window-p): Minor code adjustments.
6676 In doc-strings state whether the argument window has to denote a
6677 live, valid or any window.
6678
6679 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6680
6681 * progmodes/subword.el (subword-forward-function)
6682 (subword-backward-function, subword-forward-regexp)
6683 (subword-backward-regexp): New variables.
6684 (subword-forward, subword-forward-internal, subword-backward-internal):
6685 Use new variables, eg so that different "word" definitions
6686 can be easily used. (Bug#11411)
6687
6688 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6691 for composite selectors.
6692 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6693 operation just because we can't find a previous revision.
6694
6695 2012-08-15 Chong Yidong <cyd@gnu.org>
6696
6697 * frame.el (set-frame-font): Accept font objects.
6698
6699 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6702
6703 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6704
6705 * man.el (Man-overstrike-face, Man-underline-face)
6706 (Man-reverse-face): Remove variables.
6707 (Man-overstrike, Man-underline, Man-reverse): New faces.
6708 (Man-fontify-manpage): Use them instead of the variables.
6709 (Man-cleanup-manpage): Comment change.
6710 (Man-ansi-color-map): New variable.
6711 (Man-fontify-manpage): Use it.
6712 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6713
6714 Implement ANSI SGR parameters 22-27 (bug#12146).
6715 * ansi-color.el (ansi-colors): Doc fix.
6716 (ansi-color-context, ansi-color-context-region): Doc fix.
6717 (ansi-color--find-face): New function.
6718 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6719 Rename the local variable `face' to `codes' since it is now a list of
6720 ansi codes. Doc fix.
6721 (ansi-color-get-face): Remove.
6722 (ansi-color-parse-sequence): New function, derived from
6723 ansi-color-get-face.
6724 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6725 codes 22-27.
6726
6727 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * subr.el (read-passwd): Allow use from a minibuffer.
6730
6731 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6732
6733 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6734 inside comments and strings as identifiers.
6735
6736 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6737 expression to evaluate. This allows to evaluate expressions with
6738 embedded whitespace.
6739 (gud-tooltip-tips): Add a blank before the newline in the
6740 message-box text, for the benefit of message-box emulation on
6741 MS-Windows.
6742
6743 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6744 messages from GDB, pop them up in a tooltip to give feedback to
6745 user.
6746 (gdb-tooltip-print-1): Quote the expression to evaluate.
6747 This allows to evaluate expressions with embedded whitespace.
6748 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6749 if the TTY name is nil or empty (which happens when communicating
6750 with the inferior via pipes, e.g. on MS-Windows).
6751 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6752 don't send that to the GUD buffer.
6753
6754 2012-08-14 Glenn Morris <rgm@gnu.org>
6755
6756 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6757 Optimize away setq-default with no args, as for setq. (Bug#12195)
6758
6759 2012-08-14 Chong Yidong <cyd@gnu.org>
6760
6761 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6762
6763 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6764 (Bug#12085).
6765
6766 2012-08-14 Glenn Morris <rgm@gnu.org>
6767
6768 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6769
6770 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6773 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6774 Use cached shell name.
6775
6776 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6777
6778 * progmodes/python.el (python-shell-send-string):
6779 (python-shell-send-setup-code): Do not use `format' with `message'.
6780
6781 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6782
6783 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6784 (ruby-percent-literal-beg-re): New constant.
6785 (ruby-syntax-general-delimiters-goto-beg): Rename to
6786 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6787 (ruby-syntax-propertize-general-delimiters): Rename to
6788 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6789 popular term. Adjust comments everywhere.
6790 (ruby-syntax-propertize-percent-literal): Only propertize when not
6791 inside a simple string or comment. When the literal is unclosed,
6792 leave the text after it unpropertized.
6793 (ruby-syntax-methods-before-regexp): New constant.
6794 (ruby-syntax-propertize-function): Use it to recognize regexps.
6795 Don't look at the text after regexp, just use the whitelist.
6796
6797 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6798
6799 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6800 non-nil always load the compiled file if it exists. (Bug#12197)
6801
6802 2012-08-14 Chong Yidong <cyd@gnu.org>
6803
6804 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6805 (hi-lock-set-pattern): When deciding whether to use font lock or
6806 overlays, look at font-lock-mode instead of font-lock-fontified
6807 (Bug#12168).
6808 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6809 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6810
6811 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6812
6813 * subr.el (internal--after-with-selected-window): Fix typo
6814 (Bug#12193).
6815
6816 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6817
6818 Use `completion-table-dynamic' for completion functions.
6819 * progmodes/python.el
6820 (python-shell-completion--do-completion-at-point)
6821 (python-shell-completion--get-completions):
6822 Remove functions.
6823 (python-shell-completion-complete-at-point): New function.
6824 (python-completion-complete-at-point): Use it.
6825
6826 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6827
6828 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6829 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6830
6831 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * subr.el (function-get): Refine `autoload' arg so it can also
6834 autoload functions for gv.el (bug#12191).
6835 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6836 autoloads macros.
6837
6838 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6839 Prefer pcase-let over destructuring-bind.
6840 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6841 Also, remove whitespace as we go, rather than after accumulating the
6842 various places.
6843
6844 * subr.el (internal--before-with-selected-window)
6845 (internal--after-with-selected-window): Fix typo seleted->selected.
6846 (with-selected-window): Adjust callers.
6847 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6848
6849 2012-08-13 Bastien Guerry <bzg@gnu.org>
6850
6851 * window.el (special-display-popup-frame): Minor docstring
6852 enhancement. (Bug#12172)
6853
6854 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6855
6856 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6857 type 1-6.
6858 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6859 extended headers.
6860
6861 * files.el (hack-local-variables-filter): Remove useless eval.
6862
6863 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6864
6865 * subr.el (with-selected-window): Fix last change.
6866
6867 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6868
6869 * subr.el (internal--before-with-seleted-window)
6870 (internal--after-with-seleted-window): New functions.
6871 (with-selected-window): Use them, to replace dependency on
6872 tty-top-frame.
6873
6874 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6875
6876 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6877 binding for `newline'.
6878 (ruby-move-to-block): When moving backward, stop at block opening,
6879 not indentation.
6880 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6881 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6882 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6883 `ruby-toggle-block'.
6884
6885 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6886
6887 * ibuffer.el (ibuffer-do-toggle-read-only):
6888 * dired.el (dired-toggle-read-only):
6889 * buff-menu.el (Buffer-menu-toggle-read-only):
6890 * bindings.el (mode-line-toggle-read-only):
6891 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6892
6893 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6894
6895 * descr-text.el (describe-char): Put the overlays over the
6896 "displayed as" character.
6897
6898 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6899
6900 * calc/calc-units.el (math-default-units-table): Give an
6901 initial value.
6902 (math-put-default-units): Add options to put composite units and
6903 unit systems in the default units table.
6904 (calc-convert-units): Send composite units to
6905 `math-put-default-units' when appropriate.
6906
6907 2012-08-11 Glenn Morris <rgm@gnu.org>
6908
6909 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6910
6911 * tutorial.el (help-with-tutorial):
6912 * emacs-lisp/copyright.el (copyright-update-directory):
6913 * emacs-lisp/autoload.el (autoload-find-generated-file)
6914 (autoload-find-file): Disable local eval: (for insurance).
6915
6916 * files.el (hack-local-variables-filter): If an eval: form is not
6917 known to be safe, and enable-local-variables is :safe, then ignore
6918 the form totally, as is done for non-eval forms. (Bug#12155)
6919 This is CVE-2012-3479.
6920
6921 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6924 (rx-form): Simplify.
6925
6926 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6927
6928 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6929 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6930 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6931 (ruby-syntax-propertize-function): Adjust for changes in
6932 `ruby-syntax-propertize-heredoc'.
6933
6934 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6935
6936 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6937 binding (use `M-;' instead).
6938 (ruby-singleton-class-p): New function.
6939 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6940
6941 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6944
6945 2012-08-10 Chong Yidong <cyd@gnu.org>
6946
6947 * progmodes/python.el (python-shell-get-process-name): Don't mess
6948 with same-window-buffer-names.
6949
6950 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6951 (eshell-remove-from-window-buffer-names): Make obsolete.
6952 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6953 (eshell): Just use pop-to-buffer-same-window instead.
6954
6955 2012-08-10 Chong Yidong <cyd@gnu.org>
6956
6957 * bindings.el: Bind M-= back to count-words-region.
6958
6959 * simple.el (count-words-region): Accept a prefix arg for acting
6960 on the entire buffer.
6961 (count-words--buffer-message): New helper function.
6962
6963 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6966 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6967 (event-start, event-end): Use posn-at-point to return a more
6968 informative posn.
6969 (posnp): New function.
6970 * mouse.el (popup-menu-normalize-position): Use it.
6971
6972 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6973
6974 * mouse.el (popup-menu-normalize-position): New function.
6975 (popup-menu): Use `popup-menu-normalize-position' to normalize
6976 the form for POSITION argument.
6977
6978 * term/x-win.el (x-menu-bar-open):
6979 Use the value returend from (posn-at-point) as position
6980 passed to `popup-menu'.
6981
6982 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6983
6984 * calc/calccomp.el (math-compose-expr): Add extra argument
6985 indicating that parentheses should be put around products in
6986 denominators. Give multiplication precedence over division during
6987 composition.
6988
6989 2012-08-09 Chong Yidong <cyd@gnu.org>
6990
6991 * man.el (Man-switches, Man-sed-command, Man-awk-command)
6992 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
6993 (Man-untabify-command, manual-program): Convert to defcustom
6994 (Bug#10429).
6995
6996 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
6997
6998 * descr-text.el (describe-char): Don't insert extra newlines
6999 (Bug#10127).
7000
7001 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7002 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7003
7004 * align.el (align-region): Delete temporary markers (Bug#10047).
7005 Plus some code cleanups.
7006
7007 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7008
7009 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7010 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7011 (python-shell-internal-last-output): Use make-local-variable
7012 instead of make-variable-buffer-local.
7013
7014 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7015
7016 * progmodes/python.el: Enhancements to forward-sexp.
7017 (python-nav-forward-sexp): Rename from
7018 python-nav-forward-sexp-function.
7019 (python-nav--forward-sexp, python-nav--backward-sexp):
7020 New functions.
7021
7022 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7023
7024 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7025 modes and simplification modes.
7026
7027 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * delsel.el (delete-selection-pre-hook): Don't propagate the
7030 file-supersession signals (bug#12161).
7031
7032 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7033
7034 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7035 (cl-map-extents): Add compatibility aliases (bug#12135).
7036
7037 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7038
7039 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7040 tests by `ignore-error'.
7041 (tramp-find-shell): Open also a new shell, when cache is already
7042 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7043
7044 2012-08-08 Juri Linkov <juri@jurta.org>
7045
7046 * bookmark.el: Add `defaults' property to the bookmark record.
7047 (bookmark-current-buffer): Doc fix.
7048 (bookmark-make-record): Add `defaults' property with default values
7049 to the bookmark record.
7050 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7051 with `bookmark-insert-current-bookmark'.
7052 (bookmark-set): Get `defaults' property from the bookmark record
7053 and use it in `read-from-minibuffer'.
7054 (bookmark-insert-current-bookmark): Remove function.
7055
7056 * info.el (Info-bookmark-make-record): Add `defaults' property
7057 with values of canonical Info node name, the current Info file
7058 name and the current Info node name. (Bug#12107)
7059
7060 2012-08-08 Juri Linkov <juri@jurta.org>
7061
7062 * files.el (basic-save-buffer): Use `buffer-name' as the default
7063 of `read-file-name' when buffer is not visiting a file (bug#12128).
7064
7065 2012-08-08 Juri Linkov <juri@jurta.org>
7066
7067 * info.el (Info-isearch-search): Doc fix.
7068 (Info-search): Change search-failed message from "initial node" to
7069 "end of node" (bug#12078).
7070 (Info-isearch-search): Change `isearch-string-state' to
7071 `isearch--state-string'.
7072
7073 2012-08-08 Glenn Morris <rgm@gnu.org>
7074
7075 * language/persian.el: Remove file.
7076 * language/misc-lang.el: Move unique part of persian.el here.
7077 * loadup.el: Remove language/persian.
7078
7079 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7080
7081 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7082
7083 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7084
7085 * progmodes/python.el: Fix defsubst warning.
7086 (python-syntax-context) Rename from python-info-ppss-context.
7087 (python-syntax-context-type): Rename from
7088 python-info-ppss-context-type.
7089 (python-syntax-comment-or-string-p): Rename from
7090 python-info-ppss-comment-or-string-p.
7091
7092 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7093
7094 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7095
7096 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7097
7098 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7099 a defcustom that is quoted with backquote.
7100
7101 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7102 Fix handling of interactive spec when the body uses return.
7103 (math-do-arg-check, math-define-function-body): Use backquote forms.
7104 * calc/calc-ext.el (math-defcache): Likewise.
7105 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7106 * allout.el (allout-new-exposure): Likewise.
7107 * calc/calcalg2.el (math-tracing-integral): Likewise.
7108 * info.el (Info-last-menu-item): Likewise.
7109 * emulation/vip.el (vip-loop): Likewise.
7110 * textmodes/artist.el (artist-funcall): Likewise.
7111 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7112 Construct menu-item directly.
7113
7114 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7115 Don't declare.
7116
7117 2012-08-07 Chong Yidong <cyd@gnu.org>
7118
7119 * simple.el (deactivate-mark): Preserve text properties when
7120 saving the primary selection (Bug#8384).
7121
7122 2012-08-07 Kevin Ryde <user42@zip.com.au>
7123
7124 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7125 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7126 and continue processing (Bug#12110).
7127
7128 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7131 syntax-propertize-function (bug#10095).
7132
7133 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7134
7135 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7136 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7137 describe-function-1.
7138 (describe-function-1): Use them. Move compiler macro after sig.
7139 (help-fns--compiler-macro): Use function-get. Assume we're already in
7140 standard-output. Adjust layout to new call order.
7141
7142 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7143 re-binding a symbol that has a symbol-macro (bug#12119).
7144
7145 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7146
7147 * language/persian.el: New file. (Bug#11812)
7148 * loadup.el: Add language/persian.el.
7149
7150 2012-08-06 Chong Yidong <cyd@gnu.org>
7151
7152 * window.el (window--maybe-raise-frame): New function.
7153 (window--display-buffer): Split off from here.
7154 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7155 (display-buffer-pop-up-window, display-buffer-use-some-window):
7156 Obey an inhibit-switch-frame action alist entry.
7157 (display-buffer): Update doc.
7158
7159 * replace.el (occur-after-change-function): Avoid losing focus by
7160 using the inhibit-switch-frame display parameter (Bug#12139).
7161
7162 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7163
7164 Make internal shell process buffer names start with space.
7165 * progmodes/python.el (python-shell-make-comint): Add optional
7166 argument INTERNAL.
7167 (run-python-internal): Use it.
7168 (python-shell-internal-get-or-create-process): Check for new
7169 internal buffer names.
7170
7171 2012-08-06 Glenn Morris <rgm@gnu.org>
7172
7173 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7174 Do less getting and setting of environment variables.
7175
7176 2012-08-05 Chong Yidong <cyd@gnu.org>
7177
7178 * proced.el (proced): Add substitution string to docstring to
7179 trigger autoloading of the proced library on C-h f (Bug#1768).
7180
7181 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7182 Don't show defvars which have no second argument (Bug#8638).
7183
7184 * imenu.el (imenu-generic-expression): Move documentation here
7185 from imenu--generic-function.
7186 (imenu--generic-function): Refer to imenu-generic-expression.
7187
7188 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7189
7190 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7191 indentation declaration.
7192 (viper-loop): Add indentation declaration (Bug#7025).
7193
7194 2012-08-05 Chong Yidong <cyd@gnu.org>
7195
7196 * help-fns.el (describe-variable): Add hyperlink for
7197 directory-local variables files. Improve buffer-local and
7198 permanent-local reporting; suggested by MON KEY (Bug#6644).
7199
7200 * help-mode.el (help-dir-local-var-def): New button type.
7201
7202 * files.el (kill-buffer-hook): Provide a defvar.
7203
7204 2012-08-05 Glenn Morris <rgm@gnu.org>
7205
7206 * eshell/esh-ext.el (eshell/addpath):
7207 Also update eshell-path-env. (Bug#12013)
7208
7209 2012-08-05 Chong Yidong <cyd@gnu.org>
7210
7211 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7212
7213 * fringe.el (fringe-styles): Add docstring.
7214 (fringe--check-mode): New function.
7215 (set-fringe-mode, set-fringe-style): Use it.
7216 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7217
7218 * files.el (set-auto-mode): Fix invalid setq call.
7219
7220 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7221
7222 * isearch.el: Misc simplification; use defstruct.
7223 (isearch-mode-map): Dense maps now work like sparse ones.
7224 (isearch--state): New defstruct.
7225 (isearch-string-state, isearch-message-state, isearch-point-state)
7226 (isearch-success-state, isearch-forward-state)
7227 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7228 (isearch-wrapped-state, isearch-barrier-state)
7229 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7230 replaced by defstruct's accessors.
7231 (isearch--set-state): Rename from isearch-top-state and change
7232 calling convention.
7233 (isearch-push-state): Use new isearch--get-state.
7234 (isearch-toggle-word): Disable regexp when enabling word.
7235 (isearch-message-prefix): Remove unused arg _c-q-hack.
7236 (isearch-message-suffix): Remove unused arg _ellipsis.
7237
7238 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7239
7240 * simple.el (list-processes--refresh): For a server use :host or
7241 :local as the address.
7242 (list-processes): Doc fix.
7243
7244 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7245
7246 * lisp/mpc.el: Support password in host argument.
7247 (mpc--proc-connect): Parse and use new password element.
7248 Set mpc-proc variable instead of returning process.
7249 (mpc-proc): Adjust accordingly.
7250
7251 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7252
7253 * whitespace.el (whitespace-display-mappings): Use Unicode
7254 codepoints, instead of emacs-mule codepoints. See
7255 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7256 for the details.
7257
7258 * files.el (file-truename): Don't skip symlink-chasing part on
7259 windows-nt. Incorporate the resolution of 8+3 short aliases on
7260 Windows into the loop that recursively chases symlinks.
7261 Compare directory and its parent case-insensitively on MS-Windows and
7262 MS-DOS.
7263
7264 2012-08-03 Chong Yidong <cyd@gnu.org>
7265
7266 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7267
7268 * sort.el (sort-regexp-fields): Doc fix.
7269
7270 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7271
7272 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7273 labels regex position point at the expected place.
7274
7275 2012-08-03 MON KEY <monkey@sandpframing.com>
7276
7277 * net/imap.el (imap-interactive-login, imap-authenticate)
7278 (imap-mailbox-lsub, imap-mailbox-list)
7279 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7280 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7281 (imap-parse-response): Doc fix.
7282
7283 2012-08-03 João Távora <joaotavora@gmail.com>
7284
7285 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7286 if sexp scanning does not move point (Bug#5734).
7287
7288 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7289
7290 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7291 Add listings, minted, and ctable packages.
7292 (reftex-label-alist-builtin): Move listings, minted, and ctable
7293 entries before LaTeX.
7294 (reftex-label-alist): Docfix.
7295
7296 2012-08-02 Bastien Guerry <bzg@gnu.org>
7297
7298 * replace.el (occur): Fix docstring (bug#12122).
7299
7300 2012-08-02 Glenn Morris <rgm@gnu.org>
7301
7302 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7303
7304 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7305
7306 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7307 * international/mule-cmds.el: Create
7308 inactivate-current-input-method-function as an obsolete alias for
7309 deactivate-current-input-method-function. See Katsumi Yamaoka in
7310 <http://bugs.gnu.org/10150#46>.
7311
7312 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7313
7314 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7315 of nested `if's.
7316
7317 2012-08-01 Glenn Morris <rgm@gnu.org>
7318
7319 * progmodes/autoconf.el (autoconf-definition-regexp):
7320 Add AH_TEMPLATE, adjust submatch numbering.
7321 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7322 (autoconf-current-defun-function): Update for above change.
7323 (autoconf-current-defun-function): First skip to end of current word.
7324
7325 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7326
7327 * calendar/cal-html.el (cal-html-insert-agenda-days):
7328 Fix typo. (Bug#12018)
7329
7330 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7331
7332 Shell processes: enhancements to startup and CEDET compatibility.
7333 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7334 (python-shell-make-comint): accept-process-output at startup.
7335 (run-python-internal): Set inferior-python-mode-hook to nil.
7336 (python-shell-internal-get-or-create-process): call sit-for.
7337 (python-preoutput-result): Add obsolete alias.
7338 (python-shell-internal-send-string): Use it.
7339 (python-shell-send-setup-code): Remove call to
7340 accept-process-output.
7341
7342 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7343
7344 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7345 (Bug#12108)
7346
7347 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7348
7349 * calc-mode.el (calc-basic-simplification-mode): Rename from
7350 `calc-limited-simplification-mode'.
7351 (calc-alg-simplification-mode): New function.
7352 (calc-set-simplify-mode): Adjust message.
7353
7354 * calc.el (calc-set-mode-line): Adjust mode line display for
7355 basic simplification mode.
7356
7357 * calc-help.el (calc-m-prefix-help): Update help message.
7358
7359 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7360 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7361
7362 2012-07-31 Bastien Guerry <bzg@gnu.org>
7363
7364 * man.el (man): Fix comment. (bug#12101)
7365
7366 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7367
7368 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7369 Don't return a non-nil value when no suitable buffer was found.
7370
7371 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7372
7373 * progmodes/python.el (run-python-internal): Disable font lock for
7374 internal shells.
7375
7376 2012-07-30 Stefan Merten <smerten@oekonux.de>
7377
7378 * textmodes/rst.el: Silence `checkdoc-ispell'.
7379 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7380 (rst-official-version, rst-official-cvs-rev)
7381 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7382 (rst-mode-map): New key binding.
7383
7384 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7385
7386 Update .PHONY listings in makefiles.
7387 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7388 autoloads, update-subdirs, updates, bzr-update, update-authors,
7389 compile-onefile, compile-calc, backup-compiled-files,
7390 compile-after-backup, compile-one-process, mh-autoloads,
7391 bootstrap-clean, distclean, maintainer-clean.
7392
7393 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7394
7395 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7396 (calc-set-mode-line): Don't display "AlgSimp ".
7397
7398 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7399 (calc-lim-simplify-mode): New function.
7400 (calc-set-simplify-mode): Default to 'alg.
7401 (calc-default-simplify-mode): Make algebraic simplifications
7402 the default.
7403
7404 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7405 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7406
7407 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7408 indicate new simplification modes.
7409
7410 * calc/README: Mention new default simplification mode.
7411
7412 * calc/calc.el (math-normalize-error): New variable.
7413 (math-normalize): Set `math-normalize-error' to t
7414 when there's an error.
7415
7416 * calc/calc-alg.el (math-simplify): Don't simplify when
7417 `math-normalize' returns an error.
7418
7419 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7420
7421 * international/mule-cmds.el (set-locale-environment): Revert last
7422 change, since display-graphic-p returns nil when this function is
7423 called during startup. Instead...
7424
7425 * term/w32console.el (terminal-init-w32console): ...setup the
7426 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7427
7428 2012-07-29 Juri Linkov <juri@jurta.org>
7429
7430 * simple.el (goto-line): Don't display default line number in the
7431 prompt because it should be displayed by `read-number' (bug#9952).
7432 Add the current line number to the defaults of `goto-line' to
7433 allow its easier modification by users with `M-n' (bug#9201).
7434
7435 * subr.el (read-number): Support multiple default values like in
7436 other minibuffer reading functions. Replace `read' with
7437 `string-to-number' for consistency with `number-to-string'.
7438
7439 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7440
7441 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7442 * emulation/viper-init.el (viper-deactivate-input-method-action):
7443 Rename from viper-inactivate-input-method-action.
7444 (viper-deactivate-input-method):
7445 Rename from viper-inactivate-input-method.
7446 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7447 * international/mule-cmds.el (deactivate-input-method):
7448 Rename from inactivate-input-method.
7449 Also run input-method-deactivate-hook.
7450 (deactivate-current-input-method-function):
7451 Rename from inactivate-current-input-method-function.
7452 (input-method-deactivate-hook): New hook.
7453 (input-method-inactivate-hook): Mark obsolete.
7454 (inactivate-input-method): Mark obsolete.
7455
7456 * international/quail.el (quail-activate):
7457 Also run quail-deactivate-hook.
7458 (quail-deactivate): Rename from quail-inactivate.
7459 * international/robin.el (robin-activate):
7460 Also run robin-deactivate-hook.
7461 (robin-deactivate): Rename from robin-inactivate.
7462
7463 2012-07-29 Chong Yidong <cyd@gnu.org>
7464
7465 * simple.el (indicate-copied-region): New function.
7466 (kill-ring-save): Split off from here.
7467
7468 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7469 (kill-rectangle): Set deactivate-mark to t on read-only error.
7470
7471 * register.el (copy-to-register, copy-rectangle-to-register):
7472 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7473 (append-to-register, prepend-to-register): Call indicate-copied-region.
7474
7475 2012-07-29 Juri Linkov <juri@jurta.org>
7476
7477 * simple.el (async-shell-command-buffer): New defcustom.
7478 (shell-command): Use it. (Bug#4719)
7479
7480 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7481
7482 * international/mule-cmds.el (set-locale-environment): In a
7483 console session on MS-Windows, set up keyboard and terminal
7484 encoding from the OEM codepage, not the ANSI codepage.
7485 (Bug#12055)
7486
7487 2012-07-28 Chong Yidong <cyd@gnu.org>
7488
7489 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7490 gdb-get-location.
7491
7492 2012-07-28 Leo Liu <sdl.web@gmail.com>
7493
7494 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7495 the alist (bug#12029).
7496
7497 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7498
7499 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7500 (compile-always, compile-first)
7501 ($(lisp)/calendar/cal-loaddefs.el)
7502 ($(lisp)/calendar/diary-loaddefs.el)
7503 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7504 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7505 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7506 instead of on update-subdirs.
7507 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7508
7509 2012-07-28 Chong Yidong <cyd@gnu.org>
7510
7511 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7512 directory if vc-deduce-backend returns nil (Bug#7350).
7513
7514 * simple.el (delete-trailing-lines): New option.
7515 (delete-trailing-whitespace): Obey it (Bug#11879).
7516
7517 2012-07-28 David Engster <deng@randomsample.de>
7518
7519 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7520 Explanation of new 'symbol-qnames feature in doc-strings.
7521 (xml-maybe-do-ns): Return expanded names as plain symbols if
7522 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7523 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7524
7525 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7526
7527 Consistent completion in inferior python with emacs -nw.
7528 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7529 binding in inferior-python-mode-map with "\t".
7530 (python-shell-completion-complete-at-point)
7531 (python-completion-complete-at-point): Remove interactive spec.
7532
7533 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7534
7535 * calc/calccomp.el (math-compose-expr): Undo previous change.
7536
7537 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7538
7539 * progmodes/python.el (python-mode-map): Add keybinding for
7540 run-python.
7541 (python-shell-make-comint): Fix pop-to-buffer call.
7542 (run-python): Autoload. New arg SHOW.
7543 (python-shell-get-or-create-process): Do not pop python process
7544 buffer.
7545
7546 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * notifications.el (notifications-on-action-signal)
7549 (notifications-on-closed-signal): Use also the bus address for the map.
7550 (notifications-notify, notifications-close-notification)
7551 (notifications-get-capabilities): Add optional argument BUS.
7552
7553 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7554
7555 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7556 Add support for the lstlisting and minted environments, and for the
7557 ctable macro.
7558 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7559 labels written in keyvals syntax.
7560
7561 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7562
7563 * calc/calccomp.el (math-compose-expr): Use parentheses when
7564 there is a product in the denominator of a fraction.
7565
7566 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7567
7568 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7569 ($(lisp)/calendar/diary-loaddefs.el)
7570 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7571 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7572 Fixes failures in parallel bootstrap because subdirs.el is being
7573 rewritten while the autoload files are built at the same time,
7574 which needs to load subdirs.el.
7575
7576 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7577
7578 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7579 (mouse-drag-line): Don't exit tracking when a switch-frame or
7580 switch-window event occurs (Bug#12006).
7581
7582 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * mouse.el (popup-menu): Fix last change.
7585
7586 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 Autoload from Lisp with more care. Follow aliases when looking for
7589 function properties.
7590 * subr.el (autoloadp): New function.
7591 (symbol-file): Use it.
7592 (function-get): New function.
7593 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7594 autoload-do-load.
7595 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7596 (lisp-indent-function):
7597 * emacs-lisp/gv.el (gv-get):
7598 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7599 * emacs-lisp/byte-opt.el (byte-optimize-form):
7600 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7601 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7602 Use function-get.
7603 * emacs-lisp/cl.el: Don't propagate function properties any more.
7604
7605 * speedbar.el (speedbar-add-localized-speedbar-support):
7606 * emacs-lisp/disass.el (disassemble-internal):
7607 * desktop.el (desktop-load-file):
7608 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7609 (describe-function-1):
7610 * emacs-lisp/find-func.el (find-function-noselect):
7611 * emacs-lisp/elp.el (elp-instrument-function):
7612 * emacs-lisp/advice.el (ad-has-proper-definition):
7613 * apropos.el (apropos-safe-documentation, apropos-macrop):
7614 * emacs-lisp/debug.el (debug-on-entry):
7615 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7616 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7617 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7618
7619 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7620
7621 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7622 function, not an obsolete variable (Bug#12046).
7623
7624 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7625
7626 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7627
7628 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7629
7630 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7631 window only if it is still live (Bug#12034).
7632
7633 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7634
7635 * subr.el (redirect-frame-focus): Add advertised calling
7636 convention (Bug#12030).
7637
7638 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7639
7640 Prefer typical American spelling for "acknowledgment".
7641 * vc/add-log.el (change-log-acknowledgment): Rename from
7642 change-log-acknowledgement, with an alias for the old name.
7643
7644 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7645
7646 * calc-alg.el (math-simplify-divide): Don't cross multiply
7647 in an equation when the lhs is a variable.
7648
7649 2012-07-24 Julien Danjou <julien@danjou.info>
7650
7651 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7652 Remove, unused.
7653
7654 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7655
7656 * startup.el (command-line): Don't display an empty user name in
7657 the error message about non-existent home directory, when
7658 init-file-user was set to an empty string. See
7659 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7660 for the details and context.
7661
7662 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7663
7664 * ses.el (ses-cell-formula-aset): New macro.
7665 (ses-cell-references-aset): New macro.
7666 (ses-cell-p): New function.
7667 (ses-rename-cell): Do no longer rely on complex operations like
7668 ses-cell-set-formula or ses-set-cell to change the cell and handle
7669 the undo at the same time, but rather use lower level new macros
7670 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7671 the undo directly. Refresh the mode line.
7672
7673 2012-07-21 Leo Liu <sdl.web@gmail.com>
7674
7675 * progmodes/cc-cmds.el (c-defun-name):
7676 Use match-string-no-properties instead for consistency.
7677
7678 2012-07-20 Leo Liu <sdl.web@gmail.com>
7679
7680 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7681 (Bug#7879)
7682
7683 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7684
7685 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7688 * progmodes/bug-reference.el, misearch.el: Provide themselves
7689 (bug#11915).
7690
7691 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7692 of narrowed buffer (bug#11966).
7693
7694 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7695
7696 * ses.el (ses-rename-cell): Set new name also in reference list of
7697 cells of which the renamed cell depends.
7698
7699 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7700
7701 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7702 to check whether menu-bar is shown or not. If not shown,
7703 show the menu-bar as a popup menu instead of using tmm.
7704 * mouse.el (popup-menu): Accept `point' as `position' argument.
7705
7706 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7707
7708 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7709 up inside string symbol literal (bug#11923).
7710
7711 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7712
7713 * startup.el (fancy-startup-text): Read the whole tutorial, not
7714 just its first 256 bytes. Prevents gibberish in display of the
7715 tutorial title.
7716
7717 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7718
7719 Drop idle buffer compaction due to an absence of the
7720 proved efficiency.
7721 * compact.el: Remove.
7722
7723 2012-07-19 Sam Steingold <sds@gnu.org>
7724
7725 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7726 vc-bzr-pull & vc-bzr-merge-branch.
7727 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7728 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7729 for consistency with compilation-error-regexp-alist.
7730 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7731 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7732 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7733 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7734
7735 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7736
7737 * emacs-lisp/chart.el: Use lexical-binding.
7738 (chart-emacs-storage): Don't hardcode the list of entries.
7739
7740 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7741
7742 Next round of tweaks caused by Fgarbage_collect changes.
7743 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7744
7745 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7746
7747 Compact buffers when idle.
7748 * compact.el: New file.
7749
7750 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * subr.el (eventp): Presume that if it looks vaguely like an event,
7753 it's an event (bug#10190).
7754
7755 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7756
7757 Enhancements to ppss related code (thanks Stefan).
7758 * progmodes/python.el (python-indent-context)
7759 (python-indent-calculate-indentation, python-indent-dedent-line)
7760 (python-indent-electric-colon, python-nav-forward-block)
7761 (python-mode-abbrev-table)
7762 (python-info-assignment-continuation-line-p): Simplify checks
7763 for ppss context.
7764 (python-info-continuation-line-p): Cleanup.
7765 (python-info-ppss-context): Do not catch 'quote.
7766 (python-info-ppss-context-type)
7767 (python-info-ppss-comment-or-string-p): Simplify.
7768
7769 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7770
7771 * progmodes/python.el: Enhancements to eldoc support.
7772 (python-info-current-symbol): New function.
7773 (python-eldoc-at-point): Use python-info-current-symbol.
7774 (python-info-current-defun): Fix cornercase on first defun scan.
7775 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7776 and signal error when no inferior python process is available.
7777
7778 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7779
7780 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7781 assume it's always t.
7782 (vc-git-registered): Remove caching, the function is only called
7783 once.
7784 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7785
7786 2012-07-18 Chong Yidong <cyd@gnu.org>
7787
7788 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7789
7790 * simple.el (count-words): Report on narrowing (Bug#9959).
7791
7792 * bindings.el: Bind M-= to count-words.
7793
7794 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7795
7796 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7797
7798 * progmodes/sh-script.el (sh-imenu-generic-expression):
7799 Capture a function with `function' keyword and without parentheses
7800 like "function FOO" (bug#11856).
7801
7802 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7803
7804 * window.el (split-window-sensibly): Make WINDOW argument
7805 optional.
7806
7807 2012-07-18 Chong Yidong <cyd@gnu.org>
7808
7809 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7810
7811 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7812 and make C-x 8 RET exit isearch (Bug#11439).
7813
7814 * international/iso-transl.el: Move isearch-mode-map key
7815 definitions to isearch.el.
7816
7817 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7820 (eieio-defclass): Use gv-define-setter when possible.
7821
7822 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7823
7824 Reflect recent changes in Fgarbage_collect.
7825 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7826 reflect new format of data returned by Fgarbage_collect.
7827
7828 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7829
7830 New utility functions + python-info-ppss-context fix (Bug#11910).
7831 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7832 (python-info-ppss-comment-or-string-p): New functions.
7833 (python-info-ppss-context): Small fix for string check.
7834
7835 2012-07-17 Juri Linkov <juri@jurta.org>
7836
7837 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7838 (dired-do-async-shell-command): Don't add `*' at the end of the
7839 command (Bug#11815).
7840 (dired-do-shell-command): Doc fix.
7841 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7842 Join the individual commands using either "&" or ";" as the
7843 separator depending on the values of these trailing characters.
7844 At the end re-add the trailing "&". (Bug#10598)
7845
7846 * simple.el (async-shell-command): Sync the interactive spec with
7847 `shell-command'. Doc fix.
7848 (shell-command): Doc fix.
7849
7850 2012-07-17 Juri Linkov <juri@jurta.org>
7851
7852 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7853
7854 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7855
7856 Final renames and doc fixes for movement commands (bug#11899).
7857 * progmodes/python.el (python-nav-beginning-of-statement):
7858 Rename from python-nav-statement-start.
7859 (python-nav-end-of-statement): Rename from
7860 python-nav-statement-end.
7861 (python-nav-beginning-of-block): Rename from
7862 python-nav-block-start.
7863 (python-nav-end-of-block): Rename from python-nav-block-end.
7864
7865 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7866
7867 * progmodes/python.el (python-shell-send-string-no-output):
7868 Allow accept-process-output to quit, keeping shell process ready for
7869 future interactions (Bug#11868).
7870
7871 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7872
7873 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7874
7875 * emacs-lisp/elint.el (elint-find-args-in-code):
7876 Use help-function-arglist, so as to handle lexical byte-code.
7877
7878 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7879 change (bug#11826).
7880
7881 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7884 Avoid spuriously marking the buffer as modified because of c-is-sws.
7885
7886 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7887 as not-a-comment (bug#11946).
7888
7889 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7890 for uninterned vars.
7891
7892 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7893 Use read-event since we don't really want to read chars but bytes.
7894
7895 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7896 $$..$$ but also $..$ using regexps (bug#11953).
7897 Use tex-verbatim for \url and \path.
7898 (tex-font-lock-keywords): Define as defconst like the others.
7899 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7900
7901 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7902
7903 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7904 alias for insert-char.
7905
7906 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7907
7908 * progmodes/python.el: Simplified imenu implementation.
7909 (python-nav-jump-to-defun): Remove command.
7910 (python-mode-map): Use `imenu' instead.
7911 (python-nav-list-defun-positions-cache)
7912 (python-imenu-include-defun-type, python-imenu-make-tree)
7913 (python-imenu-subtree-root-label, python-imenu-index-alist):
7914 Remove vars.
7915 (python-nav-list-defun-positions, python-nav-read-defun)
7916 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7917 (python-imenu-make-tree, python-imenu-create-index):
7918 Remove functions.
7919 (python-mode): Update to interact with imenu by setting
7920 `imenu-extract-index-name-function' only.
7921
7922 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7923
7924 * progmodes/python.el: Enhancements to navigation commands.
7925 (python-nav-backward-sentence)
7926 (python-nav-forward-sentence): Remove.
7927 (python-nav-backward-statement, python-nav-forward-statement)
7928 (python-nav-statement-start, python-nav-statement-end)
7929 (python-nav-backward-block, python-nav-forward-block)
7930 (python-nav-block-start, python-nav-block-end)
7931 (python-nav-forward-sexp-function)
7932 (python-info-current-line-comment-p)
7933 (python-info-current-line-empty-p): New functions.
7934 (python-indent-context): Use `python-nav-statement-start'.
7935
7936 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7937
7938 * eshell/em-ls.el (eshell/ls): Use `apply'.
7939
7940 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7941 multi-hops, instead of Tramp internals.
7942
7943 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7944
7945 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7946 when F1 and F2 are located on different hosts.
7947
7948 2012-07-14 Chong Yidong <cyd@gnu.org>
7949
7950 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7951 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7952 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7953 (xterm-mouse--read-event-sequence-1000)
7954 (xterm-mouse--read-event-sequence-1006): New functions. For old
7955 mouse protocol, handle M-mouse-X events correctly.
7956 (xterm-mouse-event): New arg specifying mouse protocol.
7957 (turn-on-xterm-mouse-tracking-on-terminal)
7958 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7959 sequence to toggle extended coordinates on newer XTerms.
7960 This appears to be harmless on terminals which do not support this.
7961
7962 2012-07-14 Leo Liu <sdl.web@gmail.com>
7963
7964 Add fringe bitmap indicators for flymake. (Bug#11253)
7965 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7966 (flymake-make-overlay): New arg BITMAP.
7967 (flymake-error-bitmap, flymake-warning-bitmap)
7968 (flymake-fringe-indicator-position): New user variables.
7969
7970 * fringe.el: New bitmap exclamation-mark.
7971
7972 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7973
7974 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7975 also (Bug#7879).
7976
7977 2012-07-14 Chong Yidong <cyd@gnu.org>
7978
7979 * electric.el (electric-pair-post-self-insert-function): Fix pair
7980 insertion in empty-region case (Bug#11520).
7981
7982 2012-07-14 Chong Yidong <cyd@gnu.org>
7983
7984 * bindings.el: Consolidate ctl-x-r-map bindings.
7985 Bind copy-rectangle-as-kill to C-x r w.
7986
7987 * rect.el, register.el: Move bindings to bindings.el.
7988
7989 2012-07-14 Reuben Thomas <rrt@sc3d.org>
7990
7991 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
7992
7993 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
7994
7995 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
7996
7997 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
7998
7999 * bindings.el (top): Use `mapc' instead of `mapcar'.
8000
8001 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8002
8003 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8004
8005 * progmodes/sql.el (sql-comint): Suppress the check for program on
8006 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8007 (Bug#11908)
8008
8009 2012-07-13 Chong Yidong <cyd@gnu.org>
8010
8011 * bindings.el: Assign a non-nil permanent-local property to
8012 per-buffer variables which lack a default value (Bug#11930).
8013
8014 * help-fns.el (describe-variable): In the "automatically becomes
8015 local" notice, take note of permanent-local variables.
8016
8017 2012-07-13 Chong Yidong <cyd@gnu.org>
8018
8019 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8020 to allow printing the message when called from Lisp.
8021
8022 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8023 Remove toggle-read-only.
8024
8025 * bs.el (bs-toggle-readonly):
8026 * buff-menu.el (Buffer-menu-toggle-read-only):
8027 Remove with-no-warnings around toggle-read-only.
8028
8029 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8030 Remove with-no-warnings around toggle-read-only.
8031 (ffap-read-only, ffap-read-only-other-window)
8032 (ffap-read-only-other-frame): Callers changed.
8033
8034 * help-mode.el: Don't require view package.
8035 (help-mode-finish): Set buffer-read-only instead of calling
8036 toggle-read-only.
8037
8038 * bindings.el (mode-line-toggle-read-only):
8039 * dired.el (dired-toggle-read-only):
8040 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8041 with non-nil second arg.
8042
8043 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8044 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8045 directly.
8046
8047 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8048
8049 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8050 not incf.
8051
8052 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 More CL cleanups and reduction of use of cl.el.
8055 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8056 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8057 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8058 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8059 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8060 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8061 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8062 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8063 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8064 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8065 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8066 * eshell/em-cmpl.el, eshell/em-banner.el:
8067 * calendar/parse-time.el: Use cl-lib.
8068 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8069 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8070 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8071 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8072 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8073 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8074 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8075 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8076 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8077 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8078 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8079 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8080 `lambda' rather than with `quote'.
8081 (eshell-do-opt): Adjust accordingly.
8082 (eshell-process-option): Simplify.
8083 * eshell/esh-var.el:
8084 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8085 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8086 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8087 to `pcase--dontcare'.
8088 * emacs-lisp/cl.el (labels): Mark obsolete.
8089 (cl--letf, letf): Move to cl-lib.
8090 (cl--letf*, letf*): Remove.
8091 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8092 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8093 (cl-progv): Rewrite.
8094 (cl--letf, cl-letf): Move from cl.el.
8095 (cl-letf*): New macro.
8096 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8097
8098 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8099
8100 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8101
8102 2012-07-11 Chong Yidong <cyd@gnu.org>
8103
8104 * vc/log-edit.el (log-edit-vc-backend): New variable.
8105 (log-edit): Doc fix.
8106
8107 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8108 argument of log-edit to set up all local variables.
8109 (vc-start-logentry): New optional arg specifying VC backend.
8110
8111 * vc/vc.el (vc-checkin): Use it.
8112 (vc-deduce-fileset): Handle Log Edit buffers.
8113 (vc-diff): Make first argument optional too.
8114
8115 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8116
8117 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8118
8119 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8120 command, just in case. The function is not needed anymore.
8121 (eshell-external-command): Do not call `eshell-remote-command'.
8122
8123 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8124
8125 Reduce use of (require 'cl).
8126 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8127 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8128 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8129 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8130 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8131 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8132 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8133 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8134 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8135 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8136 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8137 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8138 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8139 (byte-compile-unfold-bcf, byte-compile-check-variable):
8140 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8141 (byte-compile-nilconstp):
8142 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8143 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8144
8145 * emacs-lisp/gv.el (cond): Make it a valid place.
8146 (if): Simplify slightly.
8147
8148 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8149 (pcase--self-quoting-p): New function.
8150 (pcase--u1): Use it.
8151
8152 2012-07-10 Glenn Morris <rgm@gnu.org>
8153
8154 * emacs-lisp/authors.el (authors-fixed-entries):
8155 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8156
8157 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8158
8159 Rename configure.in to configure.ac (Bug#11603).
8160 * emacs-lisp/authors.el (authors-canonical-file-name):
8161 * progmodes/autoconf.el (autoconf-mode):
8162 Prefer configure.ac to configure.in.
8163
8164 2012-07-08 Chong Yidong <cyd@gnu.org>
8165
8166 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8167 Implement the mouse-1-click-follows-link handling properly.
8168
8169 * info.el (Info-link-keymap): Use follow-link mechanism for
8170 header-line links (Bug#374).
8171
8172 * simple.el (deactivate-mark): Do not set the primary selection
8173 if another program has acquired it (Bug#11772).
8174
8175 2012-07-07 Kevin Ryde <user42@zip.com.au>
8176
8177 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8178 (woman-decode-region): Replace escaped-escapes without destroying
8179 bold or underline (Bug#11552).
8180 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8181
8182 2012-07-07 Chong Yidong <cyd@gnu.org>
8183
8184 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8185 (interprogram-cut-function, interprogram-paste-function):
8186 Mention that we typically mean the clipboard.
8187
8188 2012-07-06 Glenn Morris <rgm@gnu.org>
8189
8190 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8191
8192 * files.el (toggle-read-only): Restrict message to interactive use.
8193
8194 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8195
8196 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8197
8198 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8199
8200 2012-07-06 Glenn Morris <rgm@gnu.org>
8201
8202 * Makefile.in (compile-one-process): Rename from "recompile".
8203
8204 * Makefile.in (bzr-update): "compile" is the same as "recompile
8205 autoloads", but parallelizable, so use that instead.
8206
8207 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8208
8209 * window.el (quit-window): Always restore window height when
8210 it's saved in quit-restore parameter (Bug#11810).
8211
8212 2012-07-06 Glenn Morris <rgm@gnu.org>
8213
8214 * simple.el (kill-whole-line): Doc tweak.
8215
8216 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8217
8218 * files.el (file-relative-name): Compare file names
8219 case-insensitively if on MS-Windows or MS-DOS, or if
8220 read-file-name-completion-ignore-case is non-nil. Don't use
8221 case-fold-search for this purpose. (Bug#11827)
8222
8223 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8224
8225 * calendar/cal-dst.el (calendar-current-time-zone):
8226 Return calendar-current-time-zone-cache if non-nil.
8227
8228 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8229 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8230
8231 * calendar/cal-dst.el (calendar-current-time-zone):
8232 Return calendar-current-time-zone-cache if non-nil.
8233
8234 2012-07-06 Glenn Morris <rgm@gnu.org>
8235
8236 * Makefile.in (cvs-update): Remove old alias.
8237
8238 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8239
8240 Sync with Tramp 2.2.6-pre.
8241
8242 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8243 compatible declaration.
8244
8245 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8246 Protect `list-load-path-shadows' call.
8247
8248 * net/tramp-compat.el (top): Require packages, which aren't
8249 autoloaded anymore for XEmacs. Protect call of
8250 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8251 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8252 it hurts at least for SXEmacs.
8253 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8254 standard-value for `temporary-file-directory'.
8255
8256 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8257 Redirect stderr to /dev/null.
8258 (tramp-sh-handle-write-region): uid and gid can be floats.
8259 Reported by Russell Sim <russell.sim@gmail.com>.
8260 (tramp-sh-handle-vc-registered): Hide errors.
8261 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8262 and `start-file-process'.
8263 (tramp-maybe-open-connection): Check also whether `non-essential'
8264 is bound.
8265
8266 2012-07-04 Chong Yidong <cyd@gnu.org>
8267
8268 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8269 (xml-parse-tag): Likewise, and avoid changing entity tables.
8270 (xml-syntax-table): Define from scratch, making sure not to give
8271 x2000 and other Unicode spaces whitespace syntax, since those are
8272 not spaces in XML.
8273 (xml-parse-fragment): Delete unused function.
8274 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8275 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8276 (xml-entity-ref, xml-pe-reference-re)
8277 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8278 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8279 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8280 (xml-entity-value-re): Use syntax references in regexps where
8281 possible; no need to define inside a let-binding.
8282 (xml-parse-dtd): Use xml-pe-reference-re.
8283 (xml-entity-or-char-ref-re): New defconst.
8284 (xml-parse-string, xml-substitute-special): Use it.
8285
8286 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8289 (find-file--read-only): New function.
8290 (find-file-read-only, find-file-read-only-other-window)
8291 (find-file-read-only-other-frame): Use it.
8292 (insert-file-contents-literally): Don't `fset'.
8293 (get-free-disk-space): Use locate-dominating-file.
8294
8295 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8296 function is already compiled.
8297
8298 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8299
8300 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8301
8302 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8303 files on the same host.
8304
8305 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8306
8307 * help-fns.el (describe-function-1): Only call
8308 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8309
8310 2012-07-03 Chong Yidong <cyd@gnu.org>
8311
8312 * xml.el: Protect parser against XML bombs.
8313 (xml-entity-expansion-limit): New variable.
8314 (xml-parse-string, xml-substitute-special): Use it.
8315 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8316
8317 2012-07-03 Glenn Morris <rgm@gnu.org>
8318
8319 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8320 Allow linking to specific messages in debbugs reports (eg 123#5).
8321
8322 2012-07-02 Chong Yidong <cyd@gnu.org>
8323
8324 * xml.el: Fix entity and character reference expansion, allowing
8325 them to expand into markup as per XML spec.
8326 (xml-default-ns): New variable.
8327 (xml-entity-alist): Use XML spec definitions for lt and amp.
8328 (xml-parse-region): Make first two arguments optional.
8329 Discard text properties.
8330 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8331 All callers changed.
8332 (xml-parse-tag): Call xml-parse-tag-1. For backward
8333 compatibility, this function should not modify buffer contents.
8334 (xml-parse-tag-1): Fix opening-tag regexp.
8335 (xml-parse-string): Rewrite, handling entity and character
8336 references properly.
8337 (xml--entity-replacement-text): Signal an error if a parameter
8338 entity is undefined.
8339
8340 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * comint.el (comint-output-filter): Filter out repeated prompts.
8343
8344 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8345 and file-name-absolute-p.
8346 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8347 internal calls.
8348
8349 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8350
8351 Spelling fixes.
8352 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8353 Rename from byte-compile--refiy-function. All uses changed.
8354
8355 2012-07-01 Chong Yidong <cyd@gnu.org>
8356
8357 * xml.el (xml--parse-buffer): New function. Move most of
8358 xml-parse-region here.
8359 (xml-parse-region): Copy region into a temporary buffer, since
8360 parameter entity substitution requires changing buffer contents.
8361 Use xml--parse-buffer.
8362 (xml-parse-file): Use xml--parse-buffer.
8363 (xml-parse-dtd): Make parameter entity substitution work right.
8364 Use proper regexps for ELEMENT declarations (Bug#7172).
8365
8366 2012-06-30 Glenn Morris <rgm@gnu.org>
8367
8368 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8369
8370 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8371 Remove outdated and unnecessary dbus declarations.
8372
8373 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8374
8375 * emacs-lisp/timer.el (timer-until): Subtract results of
8376 float-time, instead of taking float-time of the result of
8377 time-subtract, since float-time signals an error for negative time
8378 arguments.
8379
8380 2012-06-30 Chong Yidong <cyd@gnu.org>
8381
8382 * xml.el (xml-*-re): Convert defvars into defconsts, and
8383 eval-and-compile them so eval-and-compile works on derivatives.
8384 (xml--entity-replacement-text): Use eval-and-comple.
8385
8386 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8387
8388 * vc/vc-git.el (vc-git-registered): Use cache property
8389 `git-registered'.
8390 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8391 `vc-git-working-revision' in order to benefit from the cache.
8392 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8393
8394 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8395
8396 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8397 removed (likely outside Emacs). (Bug#11757)
8398
8399 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * emacs-lisp/cl-lib.el: Require macroexp.
8402
8403 2012-06-30 Chong Yidong <cyd@gnu.org>
8404
8405 * xml.el: Implement XML parameter entities.
8406 (xml-parameter-entity-alist): New variable.
8407 (xml-parse-region, xml-parse-fragment): Preserve previous values
8408 of xml-entity-alist and xml-parameter-entity-alist, so that
8409 repeated calls on different documents do not change them.
8410 (xml-parse-tag): Fix doctype regexp.
8411 (xml--entity-replacement-text): New function.
8412 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8413 properly requires url retrieval which is unimplemented.
8414 (xml-escape-string): Doc fix.
8415
8416 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8419
8420 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8421
8422 * fringe.el (fringe-mode): Doc fix.
8423
8424 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8425
8426 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8427 is non-nil.
8428 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8429 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8430
8431 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8432
8433 * calendar/cal-dst.el (calendar-current-time-zone):
8434 Return calendar-current-time-zone-cache if non-nil.
8435
8436 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8437
8438 * progmodes/which-func.el (which-func-format):
8439 Add mouse-face. (Bug#11698)
8440
8441 2012-06-29 Leo Liu <sdl.web@gmail.com>
8442
8443 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8444
8445 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * minibuffer.el (minibuffer-confirm-exit-commands):
8448 Add completion-at-point (bug#11725).
8449
8450 2012-06-29 Glenn Morris <rgm@gnu.org>
8451
8452 * progmodes/f90.el (f90-font-lock-keywords-2):
8453 Add some preprocessor elements. (Bug#10499)
8454
8455 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8458 Use syntax-propertize (bug#11739).
8459
8460 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8461
8462 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8463
8464 2012-06-28 Julien Danjou <julien@danjou.info>
8465
8466 * term.el (term-handle-colors-array): Use a set of new faces to
8467 color the terminal. Also uses :inverse-video property.
8468 (term-default-fg-color): Set to nil by default, deprecate in favor
8469 of `term-face'.
8470 (term-default-bg-color): Set to nil by default, deprecate in favor
8471 of `term-face'.
8472 (term-current-face): Use `term-face' by default.
8473 (term-bold-attribute): Variable deleted.
8474
8475 2012-06-28 Glenn Morris <rgm@gnu.org>
8476
8477 * simple.el (completion-list-mode-finish):
8478 Don't use toggle-read-only. (Since completion-list-mode has
8479 a special mode-class, it wasn't doing anything extra anyway.)
8480
8481 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 Make inlining of other-mode interpreted functions work (bug#11799).
8484 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8485 (byte-compile): Use it to fix compilation of lexical-binding closures.
8486 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8487 function, if needed.
8488
8489 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * help-mode.el (help-make-xrefs): Don't just withstand
8492 cyclic-variable-indirection but any error in documentation-property.
8493
8494 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8495 memory use.
8496 * bindings.el (bindings--define-key): New function.
8497 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8498 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8499 * bindings.el: Use it to purecopy define-key bindings.
8500
8501 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8502
8503 * emacs-lisp/cl.el (flet): Mark obsolete.
8504 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8505 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8506 * progmodes/js.el (js-c-fill-paragraph):
8507 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8508 (ebrowse-switch-member-buffer-to-derived-class):
8509 * play/5x5.el (5x5-solver): Use cl-flet.
8510
8511 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8512 (cl--symbol-function): New macro.
8513 (cl--letf, cl--letf*): Use it.
8514
8515 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8516 Strip "toggle-" if any.
8517
8518 2012-06-27 Glenn Morris <rgm@gnu.org>
8519
8520 * info.el (Info-default-directory-list): Move here from paths.el.
8521 * paths.el: Remove file, which is now empty.
8522 * loadup.el: No longer load "paths".
8523
8524 * custom.el (custom-initialize-delay): Doc fix.
8525
8526 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8527 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8528 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8529 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8530 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8531 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8532 * eshell/eshell.el (eshell-defgroup): Remove alias.
8533
8534 2012-06-27 Chong Yidong <cyd@gnu.org>
8535
8536 * help.el (help-enable-auto-load): New variable.
8537
8538 * help-fns.el (help-fns--autoloaded-p): New function.
8539 (describe-function-1): Refer to a function as "autoloaded" if it
8540 was autoloaded at any time in the past. Perform autoloading if
8541 help-enable-auto-load is non-nil.
8542
8543 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8544
8545 * makefile.w32-in (compile, compile-always): Depend on
8546 update-subdirs, not on subdirs.el. Otherwise, several different
8547 sub-targets of 'bootstrap' running in parallel could
8548 simultaneously write to subdirs.el, producing a garbled file.
8549
8550 2012-06-26 Sam Steingold <sds@gnu.org>
8551
8552 * files.el (file-name-base): New convenience function.
8553 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8554 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8555 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8556 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8557 * textmodes/ispell.el, textmodes/reftex-ref.el:
8558 * textmodes/tex-mode.el: Use it.
8559 Did not touch cedet and org because they are maintained elsewhere.
8560
8561 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8562
8563 * calendar/calendar.el (calendar-exit): Don't try to delete or
8564 iconify last frame. See:
8565 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8566
8567 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8568
8569 * server.el (server-process-filter): Remember dir in the
8570 process's `server-client-directory' properties.
8571
8572 2012-06-24 Chong Yidong <cyd@gnu.org>
8573
8574 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8575 non-tag text.
8576
8577 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8578
8579 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8580
8581 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * help-fns.el (describe-variable): Don't croak when doc is not found.
8584 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8585 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8586 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8587 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8588 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8589 ((lambda ..) ..).
8590 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8591
8592 2012-06-23 Chong Yidong <cyd@gnu.org>
8593
8594 * info.el (Info-mouse-follow-link): Accept symbol values of
8595 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8596 (Info-fontify-node): Use Info-link-keymap for all navigation
8597 buttons, with link-args property to perform the desired action.
8598 (Info-link-keymap): Doc fix.
8599 (Info-next-link-keymap, Info-prev-link-keymap)
8600 (Info-up-link-keymap): Delete now-unused keymaps.
8601
8602 2012-06-23 Chong Yidong <cyd@gnu.org>
8603
8604 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8605
8606 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8607 system abbrevs.
8608
8609 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8610
8611 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8614 (bug#11719).
8615
8616 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8617 the requote function doesn't work properly (bug#11714).
8618
8619 2012-06-23 Glenn Morris <rgm@gnu.org>
8620
8621 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8622
8623 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 Further GV/CL cleanups.
8626 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8627 gv-expander.
8628 (gv--defun-declaration): New function.
8629 (defun-declarations-alist): Use it.
8630 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8631 (gv-place): Autoload.
8632 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8633 original definition of dotimes and dolist.
8634 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8635 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8636 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8637 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8638 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8639 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8640 to the function's definition.
8641 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8642 * window.el:
8643 * files.el:
8644 * faces.el:
8645 * env.el: Don't use CL.
8646
8647 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8648
8649 Support higher-resolution time stamps (Bug#9000).
8650
8651 * calendar/time-date.el (with-decoded-time-value): New arg
8652 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8653 (encode-time-value): New optional arg PICO. New type 3.
8654 (time-to-seconds) [!float-time]: Support the new picoseconds
8655 component if it's used.
8656 (seconds-to-time, time-subtract, time-add):
8657 Support ps-resolution time stamps as well.
8658
8659 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8660 (timerp): Timer vectors now have length 9, not 8.
8661 (timer--time): Support new-style (4-part) time stamps.
8662 (timer-next-integral-multiple-of-time): Time stamps now have
8663 picosecond resolution, so take a bit more care about rounding.
8664 (timer-relative-time, timer-inc-time): New optional arg psecs.
8665 (timer-set-time-with-usecs): Set psecs to 0.
8666 (timer--activate): Check psecs component, too.
8667
8668 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8669
8670 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8671
8672 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8673 Move the non-essential binding to the post/pre-command-hook where it is
8674 more obviously correct.
8675
8676 * subr.el (read-passwd): Don't use a history at all.
8677 * savehist.el (savehist-save): Remove password saved accidentally
8678 because of the above bug.
8679
8680 2012-06-22 Bastien Guerry <bzg@gnu.org>
8681
8682 * files.el (toggle-read-only): Display a message telling whether
8683 the buffer is read-only or not (bug#11726).
8684
8685 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * emacs-lisp/gv.el: New file.
8688 * subr.el (push, pop): Extend to generalized variables.
8689 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8690 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8691 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8692 gv-define-simple-setter, and gv-define-expander.
8693 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8694 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8695 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8696 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8697 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8698 gv-letplace.
8699 (cl-defstruct): Don't define setf-method any more.
8700 * emacs-lisp/cl.el (flet): Don't autoload.
8701 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8702 (define-setf-expander, defsetf, define-modify-macro)
8703 (cl-struct-setf-expander): Move from cl-lib.el.
8704 * emacs-lisp/syntax.el:
8705 * emacs-lisp/ewoc.el:
8706 * emacs-lisp/smie.el:
8707 * emacs-lisp/cconv.el:
8708 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8709 (timer--time): Use gv-define-simple-setter.
8710 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8711 to avoid coding-system problems in subr.el. Adjust all users.
8712 (macroexp--maxsize, macroexp-small-p): New functions.
8713 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8714 * scroll-bar.el (scroll-bar-mode):
8715 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8716 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8717 * winner.el (winner-configuration, winner-make-point-alist)
8718 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8719 * files.el (locate-file-completion-table): Avoid list*.
8720
8721 2012-06-22 Chong Yidong <cyd@gnu.org>
8722
8723 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8724 (dired-create-files): Doc fix (Bug#11329).
8725 (dired-do-copy): Doc fix (Bug#11334).
8726 (dired-mark-read-string): Doc fix (Bug#11553).
8727
8728 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8729 Doc fix (Bug#11326).
8730 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8731 (dired-dwim-target): Doc fix.
8732
8733 * wdired.el (wdired-mode): Doc fix.
8734
8735 2012-06-22 Glenn Morris <rgm@gnu.org>
8736
8737 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8738 (pcmpl-rpm-cache-stamp-file): New constant.
8739 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8740 (pcmpl-rpm-packages): Optionally cache list of packages.
8741
8742 * pcmpl-rpm.el (pcmpl-rpm): New group.
8743 (pcmpl-rpm-query-options): New option.
8744 (pcmpl-rpm-packages): No need to inline it.
8745 Use pcmpl-rpm-query-options.
8746
8747 * calendar/calendar.el (calendar-in-read-only-buffer):
8748 Avoid some needless mode changes.
8749
8750 2012-06-21 Chong Yidong <cyd@gnu.org>
8751
8752 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8753 (desktop-path): Remove . from the default value (Bug#10977).
8754 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8755
8756 2012-06-20 Chong Yidong <cyd@gnu.org>
8757
8758 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8759
8760 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8761
8762 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8763 (bug#11201).
8764
8765 2012-06-20 Chong Yidong <cyd@gnu.org>
8766
8767 * term.el (term-window-width): Handle the case of a missing right
8768 fringe (Bug#8837).
8769 (term-check-size): Use window-text-height (Bug#5445).
8770 (term-mode): Use define-derived-mode. Minor cleanups.
8771 Set font-lock-defaults (Bug#7692).
8772 (term-move-columns, term-insert-char, term-emulate-terminal)
8773 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8774
8775 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8776
8777 * net/ange-ftp.el (ange-ftp-get-passwd):
8778 Bind `enable-recursive-minibuffers'.
8779 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8780
8781 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8782
8783 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8784
8785 2012-06-19 Glenn Morris <rgm@gnu.org>
8786
8787 * progmodes/python.el (python-mode): Derive from prog-mode.
8788
8789 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8790
8791 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8792 (edt-user-menu-bar-update-buffers): New functions.
8793 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8794
8795 2012-06-19 Chong Yidong <cyd@gnu.org>
8796
8797 * subr.el (with-selected-window): Preserve the selected window's
8798 terminal's top-frame (Bug#4702).
8799
8800 * window.el (save-selected-window): Likewise.
8801
8802 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8803
8804 * progmodes/python.el (python-rx-constituents): Move backquote.
8805 (python-skeleton-define, python-define-auxiliary-skeleton):
8806 Use `declare'.
8807
8808 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8809
8810 * minibuffer.el (read-file-name-default): Revert the patch from
8811 2012-06-17.
8812
8813 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8816 (pcase--u1, pcase--q1): Don't use apply-partially.
8817
8818 2012-06-18 Glenn Morris <rgm@gnu.org>
8819
8820 * progmodes/python.el (python-proc, python-buffer)
8821 (python-send-receive, python-send-string): Fix obsolete versions.
8822
8823 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8824
8825 * window.el (special-display-p): Completely remove stringp
8826 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8827
8828 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8829
8830 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8831
8832 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8833
8834 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8835 * net/tramp-sh.el (tramp-maybe-open-connection):
8836 Throw if `non-essential' is non-nil.
8837
8838 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8839
8840 * window.el (special-display-p): Signal an error if BUFFER-NAME
8841 is not a string (Bug#11713).
8842
8843 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8844
8845 * progmodes/python.el (python-info-beginning-of-backslash):
8846 Rename from python-info-beginning-of-backlash, as a spelling fix.
8847
8848 2012-06-17 Chong Yidong <cyd@gnu.org>
8849
8850 * term.el (term-emulate-terminal): If term-check-size is called,
8851 move point to the process mark without resetting point (Bug#4635).
8852
8853 2012-06-17 Glenn Morris <rgm@gnu.org>
8854
8855 * international/mule-cmds.el (mule-menu-keymap)
8856 (set-language-environment, set-locale-environment): Doc tweaks.
8857
8858 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8859
8860 * cus-face.el (custom-face-attributes): Add wave-style underline
8861 attribute.
8862 * faces.el (set-face-attribute): Update docstring to describe
8863 wave-style underline attribute.
8864
8865 2012-06-16 Chong Yidong <cyd@gnu.org>
8866
8867 * term/xterm.el (terminal-init-xterm): Discard input before
8868 querying background mode (Bug#10959).
8869
8870 2012-06-16 Stefan Merten <smerten@oekonux.de>
8871
8872 * textmodes/rst.el: Added and corrected some comments.
8873 (rst-re-alist-def): Improve symbol syntax.
8874 (rst-mode-syntax-table): Correct syntax entries.
8875 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8876 (rst-official-version, rst-official-cvs-rev): Update version
8877 information.
8878
8879 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8880
8881 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8882 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8883
8884 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8885
8886 * progmodes/python.el: New python.el merge.
8887 (python-guess-indent): Obsolete var.
8888 (python-indent-guess-indent-offset): New defcustom.
8889 (python-indent): Obsolete var.
8890 (python-indent-offset): New defcustom.
8891 (python-python-command, python-jython-command): Delete var.
8892 (python-shell-interpreter): New defcustom.
8893 (python-pdbtrack-do-tracking-p): Delete var.
8894 (python-pdbtrack-activate): New defcustom.
8895 (python-use-skeletons): Obsolete var.
8896 (python-skeleton-autoinsert): New defcustom.
8897 (inferior-python-filter-regexp, python-continuation-offset)
8898 (python-honour-comment-indentation, python-indent-string-contents)
8899 (python-jython-packages, python-mode-hook)
8900 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8901 (python-shell-prompt-alist)
8902 (python-source-modes): Delete defcustoms.
8903 (python-check-buffer-name, python-eldoc-setup-code)
8904 (python-eldoc-string-code, python-ffap-setup-code)
8905 (python-ffap-string-code, python-fill-comment-function)
8906 (python-fill-decorator-function, python-fill-paren-function)
8907 (python-fill-string-function, python-imenu-include-defun-type)
8908 (python-imenu-make-tree, python-imenu-subtree-root-label)
8909 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8910 (python-shell-compilation-regexp-alist)
8911 (python-shell-completion-module-string-code)
8912 (python-shell-completion-pdb-string-code)
8913 (python-shell-completion-setup-code)
8914 (python-shell-completion-string-code)
8915 (python-shell-enable-font-lock, python-shell-exec-path)
8916 (python-shell-extra-pythonpaths)
8917 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8918 (python-shell-process-environment)
8919 (python-shell-prompt-block-regexp)
8920 (python-shell-prompt-output-regexp)
8921 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8922 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8923 (python-shell-virtualenv-path): New defcustoms.
8924 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8925 (inferior-python-mode-syntax-table, python--prompt-regexp)
8926 (python-buffer, python-command python-python-command)
8927 (python-default-template, python-imports, python-indent-index)
8928 (python-indent-list, python-indent-list-length)
8929 (python-mode-running, python-pdbtrack-is-tracking-p)
8930 (python-preoutput-continuation, python-preoutput-leftover)
8931 (python-preoutput-result, python-preoutput-skip-next-prompt)
8932 (python-prev-dir/file, python-recursing)
8933 (python-saved-check-command, python-version-checked)
8934 (python-which-func-length-limit)
8935 (view-return-to-alist): Delete vars.
8936 (python-check-custom-command, python-dotty-syntax-table)
8937 (python-imenu-index-alist, python-indent-current-level)
8938 (python-indent-dedenters, python-indent-levels)
8939 (python-nav-beginning-of-defun-regexp)
8940 (python-nav-list-defun-positions-cache)
8941 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8942 (python-shell-internal-buffer)
8943 (python-skeleton-available): New vars.
8944 (def-python-skeleton): Delete macro.
8945 (python-skeleton-define): New macro.
8946 (python-define-auxiliary-skeleton, python-rx): New macros.
8947 (python-insert-class): Delete command.
8948 (python-skeleton-class): New command.
8949 (python-insert-def): Delete command.
8950 (python-skeleton-def): New command.
8951 (python-insert-for): Delete command.
8952 (python-skeleton-for): New command.
8953 (python-insert-if): Delete command.
8954 (python-skeleton-if): New command.
8955 (python-insert-try/except, python-insert-try/finally): Delete commands.
8956 (python-skeleton-try): New command.
8957 (python-insert-while): Delete command.
8958 (python-skeleton-while): New command.
8959 (python-backspace): Delete command.
8960 (python-indent-dedent-line-backspace): New command.
8961 (python-electric-colon): Delete command.
8962 (python-indent-electric-colon): New command.
8963 (python-guess-indent): Delete command.
8964 (python-indent-guess-indent-offset): New command.
8965 (python-shift-left): Delete command.
8966 (python-indent-shift-left): New command.
8967 (python-shift-right): Delete command.
8968 (python-indent-shift-right): New command.
8969 (python-find-function): Delete command.
8970 (python-nav-jump-to-defun): New command.
8971 (python-next-statement): Delete command.
8972 (python-nav-forward-sentence): New command.
8973 (python-previous-statement): Delete command.
8974 (python-nav-backward-sentence): New command.
8975 (python-fill-paragraph): Delete command.
8976 (python-fill-paragraph-function): New command.
8977 (python-send-buffer): Delete command.
8978 (python-shell-send-buffer): New command.
8979 (python-send-defun): Delete command.
8980 (python-shell-send-defun): New command.
8981 (python-send-region, python-send-region-and-go): Delete commands.
8982 (python-shell-send-region)
8983 (python-shell-switch-to-shell): New commands.
8984 (python-send-string): Delete command.
8985 (python-shell-send-string): New command.
8986 (python-switch-to-python): Delete command.
8987 (python-shell-switch-to-shell): New command.
8988 (python-describe-symbol): Delete command.
8989 (python-eldoc-at-point): New command.
8990 (python--set-prompt-regexp, python-args-to-list)
8991 (python-after-info-look, python-check-version)
8992 (python-check-comint-prompt, python-find-imports)
8993 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
8994 (python-unload-function, python-expand-template)
8995 (python-maybe-jython, python-preoutput-filter)
8996 (python-pdbtrack-get-source-buffer)
8997 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
8998 (python-pdbtrack-toggle-stack-tracking)
8999 (python-pdbtrack-track-stack-file, python-initial-text)
9000 (python-first-word, python-comment-line-p, python-send-command)
9001 (python-setup-brm, python-sentinel, python-set-proc)
9002 (python-skip-out, python-input-filter, python-outdent-p)
9003 (python-outline-level, python-backslash-continuation-line-p)
9004 (python-end-of-block, python-end-of-statement, python-mark-block)
9005 (python-beginning-of-block, python-beginning-of-statement)
9006 (python-blank-line-p, python-beginning-of-string)
9007 (python-open-block-statement-p): Delete functions.
9008 (python-indent-line, python-indent-line-1): Delete functions.
9009 (python-indent-line): New function.
9010 (python-indentation-levels): Delete function.
9011 (python-indent-calculate-levels): New function.
9012 (python-proc): Delete function.
9013 (python-shell-get-process): New function.
9014 (python-send-receive): Delete function.
9015 (python-shell-send-string-no-output): New function.
9016 (python-module-path): Delete function.
9017 (python-ffap-module-path): New function.
9018 (python-completion-at-point)
9019 (python-symbol-completions): Delete functions.
9020 (python-completion-complete-at-point): New function.
9021 (python-load-file): Delete function.
9022 (python-shell-send-file): New function.
9023 (python-calculate-indentation): Delete function.
9024 (python-indent-calculate-indentation): New function.
9025 (python-skip-comments/blanks): Delete function.
9026 (python-util-forward-comment): New function.
9027 (python-continuation-line-p): Delete function.
9028 (python-info-continuation-line-p): New function.
9029 (python-which-func, python-current-defun): Delete function.
9030 (python-info-current-defun): New function.
9031 (python-beginning-of-defun): Delete function.
9032 (python-nav-beginning-of-defun): New function.
9033 (python-close-block-statement-p)
9034 (python-block-end-p): Delete function.
9035 (python-info-closing-block): New function.
9036 (python-comint-output-filter-function)
9037 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9038 (python-fill-comment, python-fill-decorator, python-fill-paren)
9039 (python-fill-string, python-imenu-make-element-tree)
9040 (python-imenu-make-tree, python-imenu-tree-assoc)
9041 (python-indent-context, python-indent-dedent-line)
9042 (python-indent-line-function)
9043 (python-indent-post-self-insert-function)
9044 (python-indent-toggle-levels)
9045 (python-info-assignment-continuation-line-p)
9046 (python-info-beginning-of-backlash)
9047 (python-info-block-continuation-line-p)
9048 (python-info-closing-block-message)
9049 (python-info-line-ends-backslash-p)
9050 (python-info-looking-at-beginning-of-defun)
9051 (python-info-ppss-context, python-info-ppss-context-type)
9052 (python-nav-list-defun-positions, python-nav-read-defun)
9053 (python-nav-sentence-end, python-nav-sentence-start)
9054 (python-pdbtrack-comint-output-filter-function)
9055 (python-pdbtrack-set-tracked-buffer)
9056 (python-shell-calculate-exec-path)
9057 (python-shell-calculate-process-environment)
9058 (python-shell-completion--do-completion-at-point)
9059 (python-shell-completion--get-completions)
9060 (python-shell-completion-complete-at-point)
9061 (python-shell-completion-complete-or-indent)
9062 (python-shell-get-or-create-process)
9063 (python-shell-get-process-name)
9064 (python-shell-internal-get-or-create-process)
9065 (python-shell-internal-get-process-name)
9066 (python-shell-internal-send-string, python-shell-make-comint)
9067 (python-shell-parse-command, python-shell-send-setup-code)
9068 (python-skeleton-add-menu-items)
9069 (python-util-clone-local-variables, python-util-position)
9070 (run-python-internal, python-indentation-levels)
9071 (python-nav-beginning-of-defun)
9072 (python-completion-complete-at-point): New functions.
9073 (run-python): Change arguments. New API requirements.
9074
9075 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9076
9077 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9078 (bug#11649).
9079
9080 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9081 (macroexp--expand-all): Use it.
9082
9083 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9084 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9085 Use `cl-function' instead.
9086
9087 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9088
9089 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9090 Suggested by Stefan Monnier while discussing bug#11657.
9091
9092 2012-06-14 Sam Steingold <sds@gnu.org>
9093
9094 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9095
9096 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9097
9098 * play/doctor.el (doctor-doc): Remove parameter and use
9099 doctor-sent instead of sent.
9100 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9101
9102 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * files.el: Require cl-lib.
9105 (file-name-non-special): Replace case -> cl-case.
9106
9107 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9108
9109 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9110 mapping from #' to function*.
9111
9112 2012-06-13 Chong Yidong <cyd@gnu.org>
9113
9114 * mouse.el (mouse-drag-track): Do not set the mark if the user
9115 releases the mouse without selecting anything (Bug#11588).
9116
9117 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9120 as well (bug#11646).
9121
9122 * loadup.el: Count byte-code functions as well.
9123
9124 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9125 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9126
9127 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9128 (bug#11649). Add cl-defun and cl-defmacro.
9129
9130 2012-06-13 Drew Adams <drew.adams@oracle.com>
9131
9132 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9133 Fix last change.
9134
9135 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9136
9137 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9138 Otherwise, it blocks in batch mode.
9139
9140 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9141
9142 * help-mode.el (bookmark-make-record-default): Declare.
9143
9144 2012-06-13 Chong Yidong <cyd@gnu.org>
9145
9146 * emacs-lisp/package.el (list-packages): Compute a list of
9147 packages that are newly-available since the last list-packages
9148 invocation.
9149 (package-menu--new-package-list): New var.
9150 (package-menu--generate, package-menu--print-info)
9151 (package-menu--status-predicate, package-menu-mark-install):
9152 Handle new status label "new".
9153
9154 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9157 conversion to backquotes.
9158
9159 2012-06-12 Chong Yidong <cyd@gnu.org>
9160
9161 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9162 Rename from gud-inhibit-global-bindings.
9163
9164 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9165
9166 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9167 hook from nxml-glyph-set-hook.
9168
9169 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9170 declaration.
9171
9172 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9173
9174 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9175 Convert to defcustom.
9176
9177 2012-06-12 Drew Adams <drew.adams@oracle.com>
9178
9179 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9180 New functions.
9181 (help-mode): Use them.
9182
9183 2012-06-11 Glenn Morris <rgm@gnu.org>
9184
9185 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9186 Use preprocessor face for directives.
9187 (fortran-directive-re): Doc fix.
9188
9189 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9192 conversion to backquotes (bug#11652).
9193
9194 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9195 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9196 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9197 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9198 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9199 (cl-ninth, cl-tenth): Mark them as inlinable.
9200 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9201 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9202 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9203 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9204 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9205 (cl-list*, cl-adjoin): Don't put an autoload manually.
9206 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9207 (cl--compiler-macro-list*): Add autoload cookie.
9208 (cl--compiler-macro-cXXr): New function.
9209
9210 * help-fns.el (help-fns--compiler-macro): New function extracted from
9211 describe-function-1; follow aliases and use `compiler-macro' property.
9212 (describe-function-1): Use it.
9213
9214 2012-06-11 Chong Yidong <cyd@gnu.org>
9215
9216 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9217 is uninstalled, if imagemagick is installed.
9218
9219 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * emacs-lisp/cl-lib.el: Use lexical-binding.
9222 (cl-map-extents, cl-maclisp-member): Remove.
9223 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9224 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9225 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9226 * emacs-lisp/cl-extra.el: Use lexical-binding.
9227 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9228 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9229 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9230 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9231 * emacs-lisp/cl-seq.el: Use lexical-binding.
9232 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9233 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9234 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9235 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9236 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9237 CL's internals.
9238
9239 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9240
9241 Sync with Tramp 2.2.6-pre.
9242
9243 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9244 `print-length' and `print-level' to nil, in order to avoid
9245 truncation. Reported by Christopher Schmidt
9246 <christopher@ristopher.com>.
9247
9248 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9249
9250 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9251 New defmacro.
9252 (tramp-compat-copy-directory): Add optional argument
9253 COPY-CONTENTS. It is not handled yet.
9254
9255 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9256 (tramp-ftp-file-name-p): Simplify.
9257
9258 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9259 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9260 connection vector.
9261
9262 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9263 (tramp-methods): Do not use `tramp-password-end-of-line'.
9264 (tramp-completion-function-alist-putty): Handle UNIX case.
9265 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9266 (tramp-do-file-attributes-with-stat)
9267 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9268 gid as real numbers. They could run out of integer range on cygwin.
9269 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9270 (tramp-sh-handle-expand-file-name): Handle hops.
9271 (tramp-open-connection-setup-interactive-shell):
9272 Use `tramp-cleanup'. Move check for busyboxes ...
9273 (tramp-find-shell): ... here. Simplify implementation.
9274 Set "remote-shell" property also for alternative shells.
9275 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9276 If failing, a regular file would be written otherwise.
9277 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9278 (tramp-find-inline-encoding): Cache the coding commands in the
9279 process cache. Apply test command on the remote side, if defined.
9280 (tramp-find-inline-compress): Cache the compress commands in the
9281 process cache.
9282 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9283 when requested. Handle hops.
9284 (tramp-current-connection): New defvar.
9285 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9286 Throw `suppress', if there was a failed connection shortly before.
9287 Handle user interrupt. (Bug#10187)
9288 (tramp-get-inline-compress, tramp-get-inline-coding):
9289 Read connection properties from the process cache.
9290
9291 * net/tramp-smb.el (tramp-smb-server-version)
9292 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9293 New defconsts.
9294 (tramp-smb-prompt): Extend for powershell prompt.
9295 (tramp-smb-file-name-handler-alist): Add handlers for
9296 `process-file', `shell-command' and `start-file-process'.
9297 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9298 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9299 (tramp-smb-file-name-p): Simplify.
9300 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9301 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9302 (tramp-smb-shell-quote-argument): New defuns.
9303 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9304 Implement using "tar". By this, time-stamps are preserved.
9305 (tramp-smb-handle-copy-file): Handle also the case of directories.
9306 (tramp-smb-do-file-attributes-with-stat)
9307 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9308 Use `tramp-get-connection-buffer').
9309 (tramp-smb-handle-rename-file): Use "rename", when source and
9310 target are on the same share.
9311 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9312 Use `tramp-smb-server-version'.
9313 (tramp-smb-wait-for-output): Remove prompt.
9314
9315 * net/tramp.el (top): Require 'cl.
9316 (tramp-methods, tramp-rsh-end-of-line):
9317 Remove `tramp-password-end-of-line' from docstring.
9318 (tramp-save-ad-hoc-proxies): New defcustom.
9319 (tramp-completion-function-alist): Adapt docstring.
9320 (tramp-default-password-end-of-line): Remove defcustom.
9321 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9322 (tramp-user-regexp, tramp-file-name-regexp-unified)
9323 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9324 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9325 (tramp-remote-file-name-spec-regexp): New defconst.
9326 (tramp-file-name-structure): Extend structure for hops.
9327 (tramp-get-method-parameter): Move up.
9328 (tramp-file-name-p, tramp-dissect-file-name)
9329 (with-parsed-tramp-file-name): Handle hops.
9330 (tramp-file-name-hop): New defun.
9331 (tramp-make-tramp-file-name): New optional arg HOP.
9332 (tramp-message-show-progress-reporter-message): New defvar.
9333 (tramp-with-progress-reporter): Use it. We cannot use
9334 `tramp-message-show-message' here, because this suppresses also
9335 error buffers.
9336 (tramp-error-with-buffer): Suppress buffer view, if
9337 `tramp-message-show-message' is nil.
9338 Use `tramp-get-connection-buffer'.
9339 (tramp-cleanup): New defun.
9340 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9341 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9342 an error unchanged.
9343 (tramp-completion-handle-file-name-all-completions): Handle hops.
9344 Fix an error when called from ido.
9345 (tramp-completion-dissect-file-name): Use better local variable
9346 name. Add hop to the vector.
9347 (tramp-handle-insert-file-contents): Use progress-reporter for the
9348 whole scenario.
9349 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9350 to `t'.
9351 (tramp-check-for-regexp): Simplify search.
9352 (tramp-enter-password): Remove it. Move implementation ...
9353 (tramp-action-password): ... here.
9354 (tramp-mode-string-to-int, tramp-local-host-p)
9355 (tramp-make-tramp-temp-file, tramp-read-passwd)
9356 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9357 Set tramp-autoload cookie.
9358
9359 * net/trampver.el: Update release number.
9360
9361 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9362 Michael Albinus <michael.albinus@gmx.de>
9363
9364 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9365 (tramp-parse-group, tramp-parse-file)
9366 (tramp-parse-shostkeys-sknownhosts): New defuns.
9367 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9368 (tramp-parse-shosts-group, tramp-parse-sconfig)
9369 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9370 (tramp-parse-sknownhosts, tramp-parse-hosts)
9371 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9372 Use them.
9373 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9374 (tramp-parse-putty-group): Don't narrow.
9375 (tramp-parse-putty): Make a loop.
9376 (tramp-file-name-handler): Catch the `suppress' signal.
9377
9378 2012-06-11 Chong Yidong <cyd@gnu.org>
9379
9380 * image.el (imagemagick-register-types): Put the ImageMagick entry
9381 at the end of image-type-file-name-regexps.
9382
9383 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9384
9385 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9386 (pcase, pcase-let*, pcase-dolist): Use them.
9387
9388 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * emacs-lisp/pcase.el (pcase--let*): New function.
9391 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9392 (pcase--expand): Use macroexp-let².
9393
9394 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9395
9396 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9397 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9398 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9399 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9400 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9401 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9402
9403 2012-06-10 Glenn Morris <rgm@gnu.org>
9404
9405 * mail/rmail.el (rmail-yank-current-message): Leave point at
9406 correct position. (Bug#11660)
9407
9408 2012-06-10 Chong Yidong <cyd@gnu.org>
9409
9410 * allout-widgets.el: Fix code header.
9411
9412 2012-06-10 Chong Yidong <cyd@gnu.org>
9413
9414 * cus-edit.el (customize-changed-options-previous-release):
9415 Bump to 24.1.
9416
9417 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9418
9419 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9420
9421 2012-06-09 Chong Yidong <cyd@gnu.org>
9422
9423 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9424
9425 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9426
9427 * window.el (special-display-popup-frame): Don't use
9428 window--display-buffer (Bug#11651).
9429
9430 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9431
9432 Fix parallel builds: make sure loaddefs.el is not being written
9433 while Lisp files are compiled.
9434 (compile): Don't depend on 'mh-autoloads'.
9435 (compile-CMD, compile-SH): Depend on 'autoloads'.
9436 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9437
9438 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9439
9440 2012-06-09 Chong Yidong <cyd@gnu.org>
9441
9442 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9443 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9444 Doc fixes (Bug#11225).
9445
9446 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9449 a function if there's a clear indication that it has a compiler-macro.
9450 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9451 (macro-declarations-alist): Add arglist to declaration functions.
9452 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9453 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9454 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9455 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9456 Also add autoload to find the compiler macro.
9457 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9458 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9459 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9460 (cl--compiler-macro-get): New functions, replacing calls to
9461 cl-define-compiler-macro.
9462 (cl-typep) [compiler-macro]: Use macroexp-let².
9463
9464 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9465
9466 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9467 string properly, fixes Bug#11473.
9468
9469 2012-06-08 Chong Yidong <cyd@gnu.org>
9470
9471 * faces.el (set-face-attribute): Doc fix.
9472 (modify-face): Don't use :bold and :italic.
9473 (error, warning, success): Tweak definitions.
9474
9475 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9476 (custom-modified, custom-set, custom-changed, custom-themed)
9477 (custom-saved, custom-button, custom-button-mouse)
9478 (custom-button-pressed, custom-state, custom-comment-tag)
9479 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9480 (custom-group-subtitle): Use new-style face specs.
9481 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9482 (custom-set-face, custom-changed-face, custom-saved-face)
9483 (custom-button-face, custom-button-pressed-face)
9484 (custom-documentation-face, custom-state-face)
9485 (custom-comment-face, custom-comment-tag-face)
9486 (custom-variable-tag-face, custom-variable-button-face)
9487 (custom-face-tag-face, custom-group-tag-face-1)
9488 (custom-group-tag-face): Remove obsolete face alias.
9489
9490 * epa.el (epa-validity-high, epa-validity-medium)
9491 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9492 (epa-field-name, epa-field-body):
9493 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9494 (font-lock-keyword-face, font-lock-builtin-face)
9495 (font-lock-function-name-face, font-lock-variable-name-face)
9496 (font-lock-type-face, font-lock-constant-face):
9497 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9498 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9499 * speedbar.el (speedbar-button-face, speedbar-file-face)
9500 (speedbar-directory-face, speedbar-tag-face)
9501 (speedbar-selected-face, speedbar-highlight-face)
9502 (speedbar-separator-face):
9503 * whitespace.el (whitespace-newline, whitespace-space)
9504 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9505 (whitespace-line, whitespace-space-before-tab)
9506 (whitespace-space-after-tab, whitespace-indentation)
9507 (whitespace-empty):
9508 * emulation/cua-base.el (cua-global-mark):
9509 * eshell/em-prompt.el (eshell-prompt):
9510 * net/newst-plainview.el (newsticker-new-item-face)
9511 (newsticker-old-item-face, newsticker-immortal-item-face)
9512 (newsticker-obsolete-item-face, newsticker-date-face)
9513 (newsticker-statistics-face, newsticker-default-face):
9514 * net/newst-reader.el (newsticker-feed-face)
9515 (newsticker-extra-face, newsticker-enclosure-face):
9516 * net/newst-treeview.el (newsticker-treeview-face)
9517 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9518 (newsticker-treeview-immortal-face)
9519 (newsticker-treeview-obsolete-face)
9520 (newsticker-treeview-selection-face):
9521 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9522 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9523 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9524 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9525 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9526 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9527 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9528 (mpuz-text):
9529 * progmodes/vera-mode.el (vera-font-lock-number)
9530 (vera-font-lock-function, vera-font-lock-interface):
9531 * textmodes/table.el (table-cell): Use new-style face specs, and
9532 don't use the old :bold and :italic attributes.
9533
9534 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9535 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9536 (ebrowse-member-class, ebrowse-progress): Likewise.
9537 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9538 (ebrowse-file-name-face, ebrowse-default-face)
9539 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9540 (ebrowse-progress-face): Remove obsolete faces.
9541
9542 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9543 Inherit from error and warning faces respectively.
9544
9545 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9546 Likewise.
9547 (flyspell-incorrect-face, flyspell-duplicate-face):
9548 Remove obsolete aliases.
9549
9550 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9551
9552 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9553 Avoid infloop.
9554
9555 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * startup.el (argv, argi): Make lexically scoped.
9558 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9559 * emacs-lisp/cl-macs.el: Use lexical-binding.
9560 Rename cl-bind-* to cl--bind-*.
9561 * files.el: Don't require `cl' since it doesn't use it.
9562 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9563
9564 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9565
9566 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9567 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9568 instead of calling external sort utility.
9569 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9570
9571 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9572
9573 * descr-text.el (describe-char): Mention how to insert the
9574 character, if the current input method doesn't support it.
9575 See the discussion in this thread for the details:
9576 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9577
9578 2012-06-08 Sam Steingold <sds@gnu.org>
9579
9580 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9581 XF86Back to previous-buffer.
9582 (minibuffer-local-map): Bind them to next-history-element and
9583 previous-history-element respectively.
9584 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9585 help-go-back respectively.
9586 * info.el (Info-mode-map): Bind them to Info-history-forward and
9587 Info-history-back respectively.
9588 These are the keys next to Up on the ThinkPad keyboard.
9589
9590 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9593 * emacs-lisp/cl-macs.el: Provide itself.
9594 (cl--labels-convert-cache): New var.
9595 (cl--labels-convert): New function.
9596 (cl-flet, cl-labels): New implementation with new semantics, relying on
9597 lexical-binding.
9598 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9599 (cl-closure-vars, cl--function-convert-cache)
9600 (cl--function-convert): Move from cl-macs.el.
9601 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9602 rename by removing the "cl-" prefix.
9603 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9604
9605 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9608 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9609 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9610 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9611 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9612 (cl-hash-table-count): Add old compatibility aliases.
9613
9614 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9615 Use macroexpand-all-environment instead.
9616 (cl--old-macroexpand): New var.
9617 (cl--sm-macroexpand): New function.
9618 (cl-symbol-macrolet): Use it during macro expansion.
9619 (cl--function-convert-cache): New var.
9620 (cl--function-convert): New function, extracted from
9621 cl-macroexpand-all.
9622 (cl-lexical-let): Use it.
9623
9624 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9625 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9626 (cl-member): Remove old alias.
9627
9628 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9629 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9630 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9631 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9632 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9633 (cl-macroexpand-cmacs): Remove var.
9634 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9635 Use macroexpand-all instead.
9636
9637 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9640 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9641 (macroexp-copyable-p): New functions and macros.
9642 * emacs-lisp/edebug.el (edebug-unwrap):
9643 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9644 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9645 (pcase--let*): Remove.
9646 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9647 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9648 macroexp-const-p instead.
9649 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9650
9651 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9652 instead of "cl-" for internal definitions. Use macroexp-const-p.
9653 (cl-old-bc-file-form): Remove var.
9654 (cl-const-exprs-p): Remove fun.
9655 (cl-labels, cl-macrolet): Use backquote.
9656 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9657 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9658 (cl-define-setf-expander): Rename from cl-define-setf-method.
9659 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9660
9661 * international/mule-cmds.el: Don't require CL.
9662 (view-hello-file): Don't use `letf'.
9663
9664 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * tmm.el (tmm-prompt): Use string-prefix-p.
9667 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9668 (tmm-add-prompt): Use minibuffer-completion-help.
9669 (tmm-delete-map): Remove.
9670
9671 * subr.el (kbd): Make it its own function.
9672
9673 2012-06-07 Stefan Merten <smerten@oekonux.de>
9674
9675 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9676 Silence compiler warnings. Fix versions.
9677 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9678 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9679 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9680 (rst-package-emacs-version-alist): Correct Emacs version to
9681 represent major merge with upstream.
9682 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9683
9684 2012-06-06 Glenn Morris <rgm@gnu.org>
9685
9686 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9687 Only print environment variables if set.
9688
9689 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9690
9691 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9692 (macroexp--cons): Rename from maybe-cons.
9693 (macroexp--accumulate): Rename from macroexp-accumulate.
9694 (macroexp--all-forms): Rename from macroexpand-all-forms.
9695 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9696 (macroexp--expand-all): Rename from macroexpand-all-1.
9697
9698 2012-06-06 Sam Steingold <sds@gnu.org>
9699
9700 * calendar/calendar.el (calendar-in-read-only-buffer):
9701 Call `special-mode' to enable the standard read-only keybindings.
9702
9703 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9706 with "loading" messages (bug#11635).
9707
9708 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9709
9710 * files.el (enable-remote-dir-locals): New option.
9711 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9712
9713 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9714 Ensure, that the temp directory is local.
9715
9716 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9717 `temporary-file-directory'.
9718
9719 * progmodes/python.el (python-send-region): Ensure, that the
9720 temporary file is created also in the remote case.
9721
9722 2012-06-06 Glenn Morris <rgm@gnu.org>
9723
9724 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9725 (vc-rcs-update-changelog): Use it.
9726
9727 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9728
9729 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9730 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9731 (vc-sccs-diff): Replace use of the external vcdiff script.
9732
9733 2012-06-05 Glenn Morris <rgm@gnu.org>
9734
9735 * ledit.el: Move to obsolete/.
9736
9737 2012-06-05 Sam Steingold <sds@gnu.org>
9738
9739 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9740 patch (Bug#11140).
9741
9742 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9743
9744 * emacs-lisp/cust-print.el: Move to obsolete.
9745
9746 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9747 compiler-macro expansion.
9748
9749 Add native compiler-macro support.
9750 * emacs-lisp/macroexp.el (macroexpand-all-1):
9751 Support compiler-macros directly. Properly follow aliases and apply
9752 the compiler macros more thoroughly.
9753 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9754 macroexpand now properly follows aliases.
9755 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9756 (cl-compiler-macroexpand): Use new prop.
9757 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9758
9759 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9760
9761 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9762
9763 * window.el (get-lru-window, get-mru-window, get-largest-window):
9764 New argument NOT-SELECTED to avoid picking the selected window.
9765 (window--display-buffer-1, window--display-buffer-2): Replace by
9766 new function window--display-buffer
9767 (display-buffer-same-window, display-buffer-reuse-window)
9768 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9769 Use window--display-buffer.
9770 (display-buffer-use-some-window): Remove temporary dedication
9771 hack by calling get-lru-window and get-largest-window with
9772 NOT-SELECTED argument non-nil. Call window--display-buffer.
9773
9774 2012-06-05 Glenn Morris <rgm@gnu.org>
9775
9776 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9777 Replace external vcdiff script.
9778
9779 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9782
9783 2012-06-04 Chong Yidong <cyd@gnu.org>
9784
9785 * image.el (imagemagick-types-inhibit): Revert last change.
9786 Add INFO and M.
9787 (imagemagick-enabled-types): Remove CIN and EPS*.
9788
9789 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * emacs-lisp/cl-lib.el: Rename from cl.el.
9792 * emacs-lisp/cl.el: New compatibility file.
9793 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9794 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9795 to obey the "cl-" prefix.
9796 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9797
9798 2012-06-03 Glenn Morris <rgm@gnu.org>
9799
9800 * emacs-lisp/authors.el (authors-aliases): Addition.
9801
9802 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9803 Fix :version.
9804
9805 2012-06-03 Stefan Merten <smerten@oekonux.de>
9806
9807 * textmodes/rst.el: Add comments.
9808 (rst-transition, rst-adornment): New faces.
9809 (rst-adornment-faces-alist): Make default safe to reevaluate.
9810 Fixes
9811 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9812 Improve customization tags.
9813 (rst-define-level-faces): Clarify meaning.
9814
9815 2012-06-03 Chong Yidong <cyd@gnu.org>
9816
9817 * progmodes/compile.el (compilation-mode-line-fail)
9818 (compilation-mode-line-run, compilation-mode-line-exit):
9819 New faces.
9820 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9821
9822 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9823
9824 * progmodes/which-func.el (which-func-update-ediff-windows):
9825 New function. Use it in ediff-select-hook (Bug#11478).
9826
9827 2012-06-03 Chong Yidong <cyd@gnu.org>
9828
9829 * bindings.el: Remove explicit help text from format-mode-line.
9830 It is now supplied by mode-line-default-help-echo.
9831 (mode-line-front-space, mode-line-end-spaces)
9832 (mode-line-misc-info): New variables.
9833 (mode-line-modes, mode-line-position): Move the default value to
9834 the variable definition.
9835 (mode-line-default-help-echo): New defcustom.
9836 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9837 (mode-line-modified-help-echo): New functions.
9838 (mode-line-mule-info, mode-line-modified): Use them.
9839 (mode-line-eol-desc, propertized-buffer-identification):
9840 Consistency fixes for help text.
9841 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9842 set-buffer-file-coding-system (Bug#289).
9843 (mode-line-mule-info-help-echo): Update help text.
9844
9845 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9846
9847 * simple.el (execute-extended-command): Set real-this-command
9848 (bug#11506).
9849
9850 2012-06-02 Chong Yidong <cyd@gnu.org>
9851
9852 Remove incorrect uses of "modeline" in comments, docstrings, and
9853 function/variable names (Bug#10329).
9854
9855 * cus-edit.el (mode-line):
9856 * dframe.el (dframe-mouse-hscroll):
9857 * emacs-lisp/re-builder.el:
9858 * emacs-lisp/easy-mmode.el (define-minor-mode):
9859 * frame.el (set-frame-name):
9860 * help.el (lookup-minor-mode-from-indicator):
9861 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9862 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9863 (c-toggle-hungry-state):
9864 * progmodes/antlr-mode.el (antlr-language-alist):
9865 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9866 * progmodes/vhdl-mode.el (vhdl-mode):
9867 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9868 * term/ns-win.el (ns-face-at-pos):
9869 * term/sup-mouse.el (sup-mouse-report):
9870 * textmodes/flyspell.el (flyspell-mode-line-string):
9871 * textmodes/ispell.el (ispell-highlight-face):
9872 * textmodes/reftex-global.el:
9873 * vc/vc-arch.el (vc-arch-mode-line-string):
9874 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9875 * vc/vc-git.el (vc-git-mode-line-string):
9876 * vc/vc-hooks.el (vc-display-status)
9877 (vc-default-mode-line-string):
9878 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9879
9880 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9881
9882 * dired.el (dired-sort-set-mode-line): Rename from
9883 dired-sort-set-modeline. All callers changed.
9884
9885 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9886 eshell-status-in-modeline.
9887
9888 * foldout.el (foldout-mode-line-string): Rename from
9889 foldout-modeline-string. All callers changed.
9890 (foldout-update-mode-line): Rename from foldout-update-modeline.
9891
9892 * subr.el (redraw-modeline): Make into obsolete alias.
9893
9894 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9895 timeclock-modeline-display. Make old name an alias.
9896 (timeclock-update-mode-line): Likewise. All callers changed.
9897 (timeclock-mode-line-display): No need to check before using
9898 add-hook.
9899 (timeclock-relative, timeclock-day-over-hook)
9900 (timeclock-use-elapsed, timeclock-mode-string)
9901 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9902
9903 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9904 crisp-mode-modeline-string.
9905
9906 * play/solitaire.el (solitaire-build-mode-line): Rename from
9907 solitaire-build-modeline. All callers changed.
9908
9909 * play/zone.el (zone-hiding-mode-line): Rename from
9910 zone-hiding-modeline. All callers changed.
9911 (zone): Remove unusued `modeline-hidden-level' property.
9912
9913 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9914 xscheme-modeline-initialize. All callers changed.
9915
9916 * strokes.el (strokes-lighter): Rename from
9917 strokes-modeline-string.
9918
9919 * textmodes/sgml-mode.el (html-face-tag-alist)
9920 (html-tag-face-alist): Use mode-line face instead of obsolete
9921 alias modeline.
9922
9923 2012-06-02 Stefan Merten <smerten@oekonux.de>
9924
9925 * textmodes/rst.el: Always require `cl'.
9926 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9927
9928 2012-06-02 Chong Yidong <cyd@gnu.org>
9929
9930 * image.el (imagemagick-enabled-types): Rename from
9931 imagemagick-types-enable. Add many more types.
9932 (imagemagick-types-inhibit): Change default to nil.
9933 (imagemagick-filter-types): Caller changed.
9934
9935 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * emacs-lisp/cl-macs.el: Use backquotes.
9938 (cl-transform-function-property): Use eval-and-compile rather than
9939 abusing `require'.
9940 (defstruct): Use declare-function instead of with-no-warnings.
9941
9942 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9943 (byte-compile-output-docform): Re-add the print-circle bindings.
9944 (byte-compile-fix-header): Use #$ just because it's shorter.
9945 (byte-compile-output-file-form): Remove defun/defmacro.
9946
9947 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9948
9949 * simple.el (choose-completion): Remove now obsolete binding for
9950 owindow.
9951
9952 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9953
9954 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9955 in order to avoid "Stack overflow in regexp matcher".
9956
9957 2012-05-31 Glenn Morris <rgm@gnu.org>
9958
9959 * image.el: For clarity, call imagemagick-register-types at
9960 top-level, rather than relying on a custom :initialize.
9961 (imagemagick-types-enable): New option. (Bug#11557)
9962 (imagemagick-filter-types): New function. (Bug#7406)
9963 (imagemagick-register-types): Use imagemagick-filter-types.
9964 If disabling support, remove elements altogether rather
9965 than using an impossible regexp.
9966 (imagemagick-types-inhibit): Give it the default init function.
9967
9968 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9969
9970 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9971 Handle arbitrary file name lengths (Bug#11585).
9972
9973 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9974
9975 * desktop.el (desktop-read): Clear previous and next buffers for
9976 all windows and bury *Messages* buffer (bug#11556).
9977
9978 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 Add `declare' for `defun'. Align `defmacro's with it.
9981 * emacs-lisp/easy-mmode.el (define-minor-mode)
9982 (define-globalized-minor-mode): Don't autoload the var definitions.
9983 * emacs-lisp/byte-run.el: Use lexical-binding.
9984 (defun-declarations-alist, macro-declarations-alist): New vars.
9985 (defmacro, defun): Use them.
9986 (make-obsolete, define-obsolete-function-alias)
9987 (make-obsolete-variable, define-obsolete-variable-alias):
9988 Use `declare'.
9989 (macro-declaration-function): Mark obsolete.
9990 * emacs-lisp/autoload.el: Use lexical-binding.
9991 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
9992
9993 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9994
9995 * textmodes/ispell.el (ispell-with-no-warnings):
9996 Define as a macro.
9997 (ispell-kill-ispell, ispell-change-dictionary):
9998 Use `called-interactively-p' for Emacs instead of obsolete
9999 `interactive-p'.
10000
10001 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10004 (macro-declaration-function): Move var from C code.
10005 (macro-declaration-function): Define function with defalias.
10006 * emacs-lisp/macroexp.el (macroexpand-all-1):
10007 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10008 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10009 defun/defmacro any more.
10010 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10011 Provide fallback for unknown arglist.
10012 (byte-compile-arglist-warn): Change calling convention.
10013 (byte-compile-output-file-form): Move print-vars binding.
10014 (byte-compile-output-docform): Simplify accordingly.
10015 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10016 (byte-compile-defmacro-declaration): Remove.
10017 (byte-compile-file-form-defmumble): Generalize to defalias.
10018 (byte-compile-output-as-comment): Return byte-positions.
10019 Simplify callers accordingly.
10020 (byte-compile-lambda): Use `assert'.
10021 (byte-compile-defun, byte-compile-defmacro): Remove.
10022 (byte-compile-file-form-defalias):
10023 Use byte-compile-file-form-defmumble.
10024 (byte-compile-defalias-warn): Remove.
10025
10026 2012-05-29 Stefan Merten <smerten@oekonux.de>
10027
10028 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10029 possible. Fix authors. Improve comments. Improve loading of `cl'.
10030
10031 (rst-mode-abbrev-table): Merge definition.
10032 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10033 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10034
10035 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10036
10037 * calendar/icalendar.el
10038 (icalendar-export-region): Export UID properly.
10039
10040 2012-05-29 Leo Liu <sdl.web@gmail.com>
10041 * calendar/icalendar.el (icalendar-import-format):
10042 Add `icalendar-import-format-uid' (Bug#11525).
10043 (icalendar-import-format-uid): New.
10044 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10045 Export UID.
10046
10047 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10048
10049 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10050 different alternative patterns.
10051 (pcase-codegen): Be more careful to preserve identity.
10052 (pcase--u1): Don't forget to mark vars as used.
10053
10054 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10055 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10056 (byte-compile-from-buffer): ...rather than here.
10057
10058 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10059 functions from byte-compile-function-environment.
10060
10061 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10062
10063 * window.el (window-deletable-p): Avoid deleting the root window
10064 of a frame with an active minibuffer.
10065
10066 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10067
10068 * simple.el (choose-completion): Use quit-window (Bug#11567).
10069
10070 2012-05-29 Chong Yidong <cyd@gnu.org>
10071
10072 * whitespace.el (whitespace-cleanup): Fix usage of
10073 whitespace-empty-at-bob-regexp (Bug#11492).
10074
10075 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10076
10077 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10078 revert (Bug#11488).
10079
10080 2012-05-29 Juri Linkov <juri@jurta.org>
10081
10082 * isearch.el (isearch-mode-map): Bind `M-s _' to
10083 `isearch-toggle-symbol'. Bind `M-s c' to
10084 `isearch-toggle-case-fold'.
10085 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10086 (isearch-forward): Add `M-s _' to the docstring.
10087 (isearch-forward-symbol, isearch-toggle-case-fold)
10088 (isearch-symbol-regexp): New functions. (Bug#11381)
10089
10090 2012-05-29 Juri Linkov <juri@jurta.org>
10091
10092 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10093 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10094 a function, call it to get the regexp.
10095 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10096 property `isearch-message-prefix' instead of the string "word ".
10097 (isearch-search-fun-default): For the case of `isearch-word',
10098 return a lambda that calls re-search-forward/re-search-backward
10099 with a regexp returned by `word-search-regexp' or by the function
10100 in `isearch-word'.
10101
10102 2012-05-29 Juri Linkov <juri@jurta.org>
10103
10104 * isearch.el (isearch-search-fun-default): New function.
10105 (isearch-search-fun): Move default part to the new function
10106 `isearch-search-fun-default'.
10107 (isearch-search-fun-function): Set the default value to
10108 `isearch-search-fun-default'. (Bug#11381)
10109
10110 * comint.el (comint-history-isearch-end):
10111 Use `isearch-search-fun-default'.
10112 (comint-history-isearch-search): Use `isearch-search-fun-default'
10113 and remove spacial case for `isearch-word'.
10114 (comint-history-isearch-wrap): Remove spacial case for
10115 `isearch-word'.
10116
10117 * hexl.el (hexl-isearch-search-function):
10118 Use `isearch-search-fun-default'.
10119
10120 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10121 Use `word-search-regexp' for `isearch-word'.
10122
10123 * misearch.el (multi-isearch-search-fun):
10124 Use `isearch-search-fun-default'.
10125
10126 * simple.el (minibuffer-history-isearch-search):
10127 Use `isearch-search-fun-default' and remove spacial case for
10128 `isearch-word'.
10129 (minibuffer-history-isearch-wrap): Remove spacial case for
10130 `isearch-word'.
10131
10132 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10133 Remove spacial case for `isearch-word'.
10134 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10135
10136 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10137
10138 Decrease XEmacs incompatibilities.
10139 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10140 Use `string-match'.
10141 (flyspell-delete-region-overlays): Use alternative definition for
10142 XEmacs.
10143 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10144 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10145 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10146 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10147 `define-obsolete-face-alias' under XEmacs, but old method.
10148
10149 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10150 `with-no-warnings' definition or Emacs alias.
10151 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10152 (ispell-word): Do not use `region-p' if XEmacs.
10153
10154 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10155
10156 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10157 Check for `ispell-dictionary-base-alist' instead of full
10158 `ispell-dictionary-alist'.
10159 (ispell-init-process): Show spellchecker when starting new Ispell
10160 process.
10161
10162 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10163
10164 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10165 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10166
10167 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10168
10169 * version.el (motif-version-string, gtk-version-string)
10170 (ns-version-string): Declare.
10171
10172 2012-05-27 Juri Linkov <juri@jurta.org>
10173
10174 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10175 after the `eval-defun-1' specialcaseing
10176 like in `edebug-eval-defun' (bug#10181).
10177
10178 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10179 like in `eval-defun-1'.
10180
10181 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10182
10183 * mail/sendmail.el (mail-yank-region):
10184 Recognize rmail-yank-current-message in addition to insert-buffer.
10185 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10186 a *mail* buffer created through rmail-start-mail with sendmail as
10187 mail-user-agent.
10188
10189 2012-05-27 Chong Yidong <cyd@gnu.org>
10190
10191 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10192 Default to 256 (Bug#11267).
10193
10194 * help.el (describe-mode): Doc fix.
10195
10196 2012-05-26 Glenn Morris <rgm@gnu.org>
10197
10198 * w32-fns.el (w32-init-info): Remove.
10199 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10200
10201 * info.el (info-initialize): For self-contained NS builds, put the
10202 included info/ directory at the front. (Bug#2791)
10203
10204 * paths.el (Info-default-directory-list): Make it a defcustom,
10205 mainly so that we can use custom-initialize-delay.
10206
10207 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10208
10209 * subr.el (buffer-has-markers-at): Mark obsolete.
10210
10211 * subr.el (lambda): Use declare.
10212
10213 * emacs-lisp/lisp-mode.el (lambda):
10214 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10215
10216 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10217
10218 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10219
10220 2012-05-26 Glenn Morris <rgm@gnu.org>
10221
10222 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10223
10224 2012-05-25 Glenn Morris <rgm@gnu.org>
10225
10226 * paths.el: Remove no-byte-compile.
10227 * loadup.el: No need to load paths.el uncompiled.
10228
10229 * image.el (imagemagick-types-inhibit): Doc fix.
10230
10231 * version.el: Remove no-byte-compile and associated formatting.
10232 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10233 is ancient code from when there was an "inc-vers.el".
10234
10235 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * progmodes/gdb-mi.el: Minor style changes.
10238 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10239 Turn into minor modes.
10240 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10241 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10242 (gdb-shell): Remove unneeded let-binding.
10243 (gdb-get-many-fields): Eliminate O(n²) behavior.
10244
10245 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10246
10247 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10248 platforms that don't link in fontset.c.
10249
10250 2012-05-25 Juri Linkov <juri@jurta.org>
10251
10252 Use the same diff color scheme as in modern VCSes (bug#10181).
10253
10254 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10255 to avoid confusion with `diff-added' that now uses green colors.
10256 (diff-removed): Use shades of red.
10257 (diff-added): Use shades of green.
10258 (diff-changed): Leave just the yellow color.
10259 (diff-use-changed-face): New variable.
10260 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10261 how to highlight context diff changes.
10262 (diff-refine-change): Use shades of yellow.
10263 (diff-refine-removed): New face that uses shades of red.
10264 (diff-refine-added): New face that uses shades of green.
10265 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10266 `diff-refine-removed' in the call to `smerge-refine-subst'
10267 depending on the value of `diff-use-changed-face'.
10268
10269 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10270 (smerge-other): Use shades of green.
10271 (smerge-base): Use shades of yellow.
10272 (smerge-refined-change): Empty face.
10273 (smerge-refined-removed): New face that uses shades of red.
10274 (smerge-refined-added): New face that uses shades of green.
10275 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10276 args `props-r' and `props-a', and use them. Doc fix.
10277 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10278 on its value use different faces `smerge-refined-change',
10279 `smerge-refined-removed', `smerge-refined-added' in the call to
10280 `smerge-refine-subst'.
10281
10282 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10283 Add face condition `min-colors 88' with shades of red.
10284 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10285 `min-colors 88' with shades of green.
10286 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10287 `min-colors 88' with shades of yellow.
10288
10289 2012-05-24 Glenn Morris <rgm@gnu.org>
10290
10291 * paths.el (prune-directory-list, remote-shell-program): Move to...
10292 * files.el (prune-directory-list, remote-shell-program): ...here.
10293 For the latter, delay initialization, prefer ssh, just search PATH.
10294
10295 * paths.el (term-file-prefix): Move to faces.el (the only user).
10296 * faces.el (term-file-prefix): Move here, make it a defcustom.
10297
10298 * paths.el (news-directory, news-path, news-inews-program):
10299 Move to gnus/nnspool.el.
10300
10301 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10302
10303 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10304 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10305 Make the latter a defcustom, with a delayed initialization.
10306
10307 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10308 These were deleted from Gnus itself late 2010.
10309
10310 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10311
10312 * progmodes/which-func.el (which-func-ff-hook):
10313 Check against user-error, not error.
10314
10315 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10316 cl-specs.el, which no longer exists.
10317
10318 2012-05-22 Glenn Morris <rgm@gnu.org>
10319
10320 * info.el (info-emacs-bug): New command.
10321 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10322 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10323
10324 2012-05-21 Glenn Morris <rgm@gnu.org>
10325
10326 * makefile.w32-in (update-subdirs-SH):
10327 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10328
10329 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10330
10331 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10332
10333 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10334 Simplify Maven regexp, and make sure the file can't start with a space
10335 (bug#11517).
10336
10337 2012-05-21 Glenn Morris <rgm@gnu.org>
10338
10339 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10340 Scrap superfluous subshells.
10341
10342 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10345 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10346
10347 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10348
10349 * calc/calc.el (calc-ensure-consistent-units): New variable.
10350
10351 * calc/calc-units.el (math-consistent-units-p)
10352 (math-check-unit-consistency): New functions.
10353 (calc-quick-units, calc-convert-units):
10354 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10355 is non-nil.
10356 (calc-extract-units): Fix typo.
10357
10358 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10361
10362 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10363 (flyspell-default-deplacement-commands): Don't spell check after
10364 repeated window/frame switches (e.g. triggered by mouse-movement).
10365 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10366 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10367 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10368 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10369 Remove unused vars.
10370 (flyspell-get-casechars, flyspell-get-not-casechars):
10371 Simplify; Don't bother removing a ] just to add it back.
10372 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10373
10374 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10375
10376 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10377 New functions.
10378 (math-function-table): Add support for more C functions.
10379
10380 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10381
10382 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10383 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10384 Protect delay handling for otherchars against empty otherchars.
10385
10386 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10389 their respective macro declarations.
10390 * skeleton.el (define-skeleton):
10391 * progmodes/compile.el (define-compilation-mode):
10392 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10393 (define-ibuffer-filter):
10394 * emacs-lisp/generic.el (define-generic-mode):
10395 * emacs-lisp/easy-mmode.el (define-minor-mode)
10396 (define-globalized-minor-mode):
10397 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10398 * emacs-lisp/byte-run.el (defsubst):
10399 * custom.el (deftheme): Add doc-string metadata.
10400
10401 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10402
10403 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10404
10405 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10408
10409 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10410 * emacs-lisp/cl-macs.el: Idem.
10411 * emacs-lisp/cl-specs.el: Remove.
10412
10413 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 Minor renaming of internal CL functions and variables.
10416 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10417 (cl--position): Rename from cl-position.
10418 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10419 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10420 (cl--random-state): Rename from *random-state*.
10421
10422 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10425 parens around the arg list (bug#11499).
10426
10427 2012-05-17 Juri Linkov <juri@jurta.org>
10428
10429 * isearch.el (word-search-regexp, word-search-backward)
10430 (word-search-forward, word-search-backward-lax)
10431 (word-search-forward-lax): Move functions from search.c
10432 (bug#10145, bug#11381).
10433
10434 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10435
10436 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10437 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10438 Delay for otherchars as for normal word components.
10439
10440 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * minibuffer.el (completion--sifn-requote): Fix last change.
10443 (minibuffer-local-must-match-filename-map):
10444 Move define-obsolete-variable-alias before its var.
10445
10446 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10447
10448 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10449
10450 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10451 behavior.
10452 (completion--string-equal-p): New function.
10453 (completion--twq-all): Use it to get better assertion failure data.
10454
10455 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10456 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10457 (shell--requote-argument): New functions.
10458 (shell-completion-vars): Use them.
10459 (shell--parse-pcomplete-arguments): Rename from
10460 shell-parse-pcomplete-arguments.
10461 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10462 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10463 Obey comint-file-name-quote-list.
10464
10465 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10466 (smie-indent-keyword): Use it.
10467
10468 2012-05-14 Stefan Merten <smerten@oekonux.de>
10469
10470 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10471
10472 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * net/rlogin.el (rlogin-mode-map): Fix last change.
10475
10476 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10477
10478 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10479 the following \r\n using a single `process-send-string', since the
10480 Lotus SMTP server refuses to accept any commands if they are sent
10481 with two `process-send-string's (Bug#11444).
10482
10483 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * shell.el (shell-parse-pcomplete-arguments):
10486 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10487
10488 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10489
10490 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10491 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10492 (image-transform-width, image-transform-fit-width): New functions.
10493 (image-transform-properties): Use them.
10494 (image-transform-check-size): New function.
10495 (image-toggle-display-image): Use it (for testing).
10496 (image-transform-set-rotation): Reduce angle mod 360.
10497 Delete obsolete comment.
10498
10499 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10500
10501 * image-mode.el: Fix scaling (bug#11399).
10502 (image-transform-resize): Doc fix.
10503 (image-transform-properties): Default scale is 1 and height should
10504 be an integer.
10505
10506 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10507
10508 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10509 than hard-coding `car', to fix misbehavior when moving forward.
10510
10511 2012-05-13 Chong Yidong <cyd@gnu.org>
10512
10513 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10514 (tabulated-list-entries, tabulated-list-padding)
10515 (tabulated-list-sort-key): Make permanent-local.
10516
10517 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10518 (electric-buffer-list): Put electric buffer menu
10519 command descriptions in this docstring, instead of the docstring
10520 of electric-buffer-menu-mode. Code cleanups.
10521 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10522 Electric-buffer-menu-mode.
10523 (electric-buffer-update-highlight): Minor code cleanup.
10524
10525 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10526
10527 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10528 (Bug#11447)
10529
10530 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 Move define-obsolete-variable-alias before the var's definition.
10533 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10534 * tooltip.el (tooltip-hook):
10535 * textmodes/reftex-toc.el (reftex-toc-map):
10536 * textmodes/reftex-sel.el (reftex-select-label-map)
10537 (reftex-select-bib-map):
10538 * textmodes/reftex-index.el (reftex-index-map)
10539 (reftex-index-phrases-map):
10540 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10541 * progmodes/meta-mode.el (meta-mode-map):
10542 * novice.el (disabled-command-hook):
10543 * loadhist.el (unload-hook-features-list):
10544 * frame.el (blink-cursor):
10545 * files.el (find-file-not-found-hooks, write-file-hooks)
10546 (write-contents-hooks):
10547 * emulation/tpu-edt.el (GOLD-map):
10548 * emacs-lock.el (emacs-lock-from-exiting):
10549 * emacs-lisp/generic.el (generic-font-lock-defaults):
10550 * emacs-lisp/chart.el (chart-map):
10551 * dos-fns.el (register-name-alist):
10552 * dired-x.el (dired-omit-files-p):
10553 * desktop.el (desktop-enable):
10554 * cus-edit.el (custom-mode-hook):
10555 * buff-menu.el (buffer-menu-mode-hook):
10556 * bookmark.el (bookmark-read-annotation-text-func)
10557 (bookmark-exit-hooks):
10558 * allout.el (allout-mode-deactivate-hook)
10559 (allout-exposure-change-hook, allout-structure-added-hook)
10560 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10561 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10562 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10563 comes before the corresponding variable's definition.
10564
10565 2012-05-12 Chong Yidong <cyd@gnu.org>
10566
10567 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10568 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10569 (Buffer-menu-mode-map): Bind it.
10570 (Buffer-menu--pretty-name): Add a mouse-face property.
10571
10572 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10573
10574 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10575 (prolog-upper-case-string, prolog-lower-case-string)
10576 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10577 (prolog-use-smie, prolog-smie-grammar): New vars.
10578 (prolog-smie-forward-token, prolog-smie-backward-token)
10579 (prolog-smie-rules): New funs.
10580 (prolog-comment-indent): Remove.
10581 (prolog-mode-variables): Use default comment indentation instead.
10582 Setup SMIE.
10583 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10584 (prolog-mode): Don't call them any more.
10585 (prolog-electric-colon, prolog-electric-dash)
10586 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10587
10588 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10589
10590 * minibuffer.el (completion--twq-all): Again, allow case differences.
10591
10592 * term.el: Move keymap initialization code to be more idiomatic.
10593 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10594 (term-terminal-menu): Move initialization into declaration.
10595 (term-escape-char): Let the user set it in her .emacs.
10596
10597 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10598 Provide SMIE-based indentation (not enabled by default yet).
10599 (sh-mode-map): Don't bind electric keys.
10600 Use electric-pair-mode instead of skeleton-pair.
10601 (sh-assignment-regexp): Fit within 80 columns.
10602 (sh-indent-supported): Specify actual shell name instead of boolean.
10603 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10604 (sh-maybe-here-document): Use it. Make obsolete.
10605 (sh-electric-here-document-mode) New minor mode.
10606 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10607 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10608 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10609 (sh-smie-rc-grammar, sh-use-smie): New vars.
10610 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10611 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10612 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10613 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10614 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10615 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10616 (sh-set-shell): Use smie-setup if requested.
10617
10618 * term.el (term-set-escape-char): Properly set term-escape-char.
10619 See http://stackoverflow.com/questions/10524656.
10620
10621 2012-05-10 Chong Yidong <cyd@gnu.org>
10622
10623 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10624 Use url-generic-parse-url, and handle host names and Windows
10625 filenames properly.
10626 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10627 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10628 URL schemes to work on.
10629 (ffap--toggle-read-only): New function.
10630 (ffap-read-only, ffap-read-only-other-window)
10631 (ffap-read-only-other-frame): Use it.
10632 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10633 necessary for ffap-url-unwrap-remote.
10634
10635 2012-05-10 Dave Abrahams <dave@boostpro.com>
10636
10637 * cus-start.el (create-lockfiles): Add it.
10638
10639 2012-05-09 Chong Yidong <cyd@gnu.org>
10640
10641 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10642 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10643
10644 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10645
10646 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10647
10648 2012-05-09 Chong Yidong <cyd@gnu.org>
10649
10650 * ansi-color.el (ansi-color-process-output): Check for validity of
10651 comint-last-output-start before using it. This avoids a bad
10652 interaction with gdb-mi's input/output buffer.
10653
10654 2012-05-09 Glenn Morris <rgm@gnu.org>
10655
10656 * files.el (dir-locals-read-from-file):
10657 Mention dir-locals in any error message.
10658
10659 2012-05-09 Chong Yidong <cyd@gnu.org>
10660
10661 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10662 package (Bug#11410).
10663
10664 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10665 variables into description.
10666
10667 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10668
10669 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10670 shell-delimiter-argument-list (bug#11348).
10671 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10672
10673 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10674
10675 * textmodes/rst.el: Silence byte-compiler warnings.
10676 (rst-re-alist, rst-reset-section-caches): Move around.
10677 (rst-re): Use `characterp', not `char-valid-p'.
10678 (font-lock-beg, font-lock-end): Declare.
10679
10680 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10681 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10682
10683 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10684
10685 2012-05-08 Glenn Morris <rgm@gnu.org>
10686
10687 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10688
10689 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * vc/log-edit.el: Add GNU coding standards highlighting.
10692 (log-edit-font-lock-gnu-style)
10693 (log-edit-font-lock-gnu-keywords): New vars.
10694 (log-edit-font-lock-keywords): New fun.
10695 (log-edit-mode): Don't fold case in font-lock.
10696 (log-edit-font-lock-keywords): Do not assume case-folding.
10697
10698 * imenu.el: Misc cleanup. Make docstrings out of comments.
10699 Use lexical-binding.
10700 (imenu--index-alist, imenu--last-menubar-index-alist)
10701 (imenu-menubar-modified-tick): Use defvar-local.
10702 (imenu--split-menu): Remove unused var.
10703 (imenu--cleanup-seen): Declare as global.
10704 (imenu--cleanup): Use dolist.
10705
10706 * subr.el (defvar-local): Add debug spec and doc-string position.
10707
10708 2012-05-08 Glenn Morris <rgm@gnu.org>
10709
10710 * language/burmese.el, language/cham.el, language/czech.el:
10711 * language/english.el, language/georgian.el, language/greek.el:
10712 * language/japanese.el, language/khmer.el, language/korean.el:
10713 * language/lao.el, language/misc-lang.el, language/romanian.el:
10714 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10715 * language/thai.el, language/utf-8-lang.el:
10716 Remove no-byte-compile setting.
10717
10718 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10719
10720 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10721
10722 * progmodes/make-mode.el (makefile-browse):
10723 Remove unnecessary interactive. (Bug#11324)
10724
10725 2012-05-07 Glenn Morris <rgm@gnu.org>
10726
10727 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10728
10729 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10730
10731 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10732
10733 * loadup.el: Preload newcomment.el.
10734 * newcomment.el: Move autoload-only code to toplevel.
10735
10736 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10737 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10738 Handle new :right-align column property.
10739 (tabulated-list-print-col): Idem, plus use `display' text-property to
10740 try and preserve alignment for variable pitch fonts.
10741
10742 2012-05-07 Chong Yidong <cyd@gnu.org>
10743
10744 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10745 (tabulated-list-use-header-line): New var.
10746 (tabulated-list-init-header): Use it.
10747 (tabulated-list-print-fake-header): New function.
10748 (tabulated-list-print): Use it.
10749 (tabulated-list-sort-button-map): Add non-header-line commands.
10750 (tabulated-list-init-header): Add column name property to basic
10751 labels as well.
10752 (tabulated-list-col-sort): Handle non-header-line button case.
10753 (tabulated-list--sort-by-column-name): Fix a corner case.
10754
10755 * buff-menu.el (list-buffers--refresh):
10756 Handle Buffer-menu-use-header-line.
10757
10758 2012-05-06 Chong Yidong <cyd@gnu.org>
10759
10760 * buff-menu.el: Convert to Tabulated List mode.
10761 (Buffer-menu-buffer+size-width): Make obsolete.
10762 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10763 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10764 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10765 documentation into docstring of buffer-menu.
10766 (Buffer-menu-toggle-files-only): Add an informative message.
10767 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10768 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10769 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10770 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10771 (Buffer-menu-execute, Buffer-menu-select)
10772 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10773 (Buffer-menu-bury): Use Tabulated List machinery.
10774 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10775 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10776 Delete.
10777 (list-buffers--refresh): New function.
10778 (list-buffers-noselect): Use it.
10779 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10780 (Buffer-menu--pretty-file-name): New helper functions.
10781
10782 * loadup.el: Preload tabulated-list.
10783
10784 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10785 tabulated-list-sort-column.
10786 (tabulated-list-init-header): Add the initial aligning space even
10787 if tabulated-list-padding is zero.
10788
10789 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10790
10791 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10792 whose cdr is not a cons cell correctly (bug#11038).
10793
10794 2012-05-06 Chong Yidong <cyd@gnu.org>
10795
10796 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10797 Accept additional plist in column descriptors.
10798 (tabulated-list-init-header): Obey it.
10799 (tabulated-list-get-entry): New function.
10800 (tabulated-list-put-tag): Use it. Use string-width instead of
10801 length.
10802 (tabulated-list--column-number): New function.
10803 (tabulated-list-print): Use it.
10804 (tabulated-list-print-col): New function.
10805 Set `tabulated-list-column-name' property on each column's text.
10806 (tabulated-list-print-entry): Use it.
10807 (tabulated-list-delete-entry, tabulated-list-set-col):
10808 New functions.
10809 (tabulated-list-sort-column): New command (Bug#11337).
10810
10811 * buff-menu.el (list-buffers): Move C-x C-b binding from
10812 buff-menu.el to bindings.el.
10813
10814 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10815 :advertised-binding feature.
10816
10817 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10818
10819 * progmodes/compile.el (compilation-internal-error-properties):
10820 Calculate start position correctly when end-col is set but
10821 end-line is not (Bug#11382).
10822
10823 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10824
10825 * man.el (Man-unindent): Use text-property-default-nonsticky to
10826 prevent untabify from inheriting face properties (Bug#11408).
10827
10828 2012-05-05 Stefan Merten <smerten@oekonux.de>
10829
10830 * textmodes/rst.el: Major merge with upstream development up to
10831 Docutils SVN r7399 / rst.el V1.2.1.
10832
10833 Clarify maintainership and authors.
10834
10835 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10836 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10837 (rst-official-version, rst-official-cvs-rev, rst-version)
10838 (rst-package-emacs-version-alist): New functions and variables
10839 for version information.
10840
10841 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10842 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10843 (rst-mode-syntax-table, rst-mode): New and corrected functions
10844 and variables representing reStructuredText features.
10845
10846 (rst-re): New function for reStructuredText regexes. Use in
10847 many places.
10848
10849 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10850 (rst-mode-map): Rebind keys.
10851
10852 (rst-mode-lazy, rst-font-lock-keywords)
10853 (rst-font-lock-extend-region)
10854 (rst-font-lock-extend-region-internal)
10855 (rst-font-lock-extend-region-extend)
10856 (rst-font-lock-find-unindented-line-limit)
10857 (rst-font-lock-find-unindented-line-match)
10858 (rst-adornment-level, rst-font-lock-adornment-level)
10859 (rst-font-lock-adornment-match)
10860 (rst-font-lock-handle-adornment-pre-match-form)
10861 (rst-font-lock-handle-adornment-matcher): Major revision of
10862 font-locking. Integrate with other code. Use `jit-lock-mode'.
10863
10864 (rst-preferred-adornments, rst-adjust-hook)
10865 (rst-new-adornment-down, rst-preferred-bullets)
10866 (rst-preferred-bullets, rst-indent, rst-indent-width)
10867 (rst-indent-field, rst-indent-literal-normal)
10868 (rst-indent-literal-minimized, rst-indent-comment): Change,
10869 extend and improve customization.
10870
10871 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10872 (rst-normalize-cursor-position, rst-get-decoration)
10873 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10874 (rst-rstrip, rst-toc-insert-find-delete-contents)
10875 (rst-shift-fill-region, rst-compute-bullet-tabs)
10876 (rst-debug-print-tabs, rst-debug-mark-found)
10877 (rst-shift-region-guts, rst-shift-region-right)
10878 (rst-shift-region-left, rst-use-char-classes)
10879 (rst-font-lock-keywords-function)
10880 (rst-font-lock-indentation-point)
10881 (rst-font-lock-find-unindented-line-begin)
10882 (rst-font-lock-find-unindented-line-end)
10883 (rst-font-lock-find-unindented-line)
10884 (rst-font-lock-adornment-point, rst-font-lock-level)
10885 (rst-adornment-level-alist): Remove functions and variables.
10886
10887 (rst-compare-adornments, rst-get-adornment-match)
10888 (rst-suggest-new-adornment, rst-get-adornments-around)
10889 (rst-adornment-complete-p, rst-get-next-adornment)
10890 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10891 (rst-straighten-adornments): Standardize function names to
10892 use "adornment" instead of "decoration". Correct callers.
10893 Similar standardizing in many places.
10894
10895 (rst-update-section, rst-adjust, rst-promote-region)
10896 (rst-enumerate-region, rst-bullet-list-region)
10897 (rst-repeat-last-character): Correct use of `interactive'.
10898
10899 (rst-classify-adornment, rst-find-all-adornments)
10900 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10901 (rst-find-leftmost-column, rst-repeat-last-character):
10902 Refactor functions.
10903
10904 (rst-find-title-line, rst-reset-section-caches)
10905 (rst-get-adornments-around, rst-adjust-adornment-work)
10906 (rst-arabic-to-roman, rst-roman-to-arabic)
10907 (rst-insert-list-pos, rst-insert-list-new-item)
10908 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10909 New functions.
10910
10911 (rst-all-sections, rst-section-hierarchy)
10912 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10913 New variables.
10914
10915 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10916 configuration instead of only buffer. Change where necessary.
10917
10918 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10919 (rst-shift-region, rst-adaptive-fill): New functions for
10920 indentation and filling.
10921
10922 (rst-comment-line-break, rst-comment-indent)
10923 (rst-comment-insert-comment, rst-comment-region)
10924 (rst-uncomment-region): New functions for handling comments.
10925
10926 (rst-compile): Quote shell arguments.
10927
10928 (rst-compile-pdf-preview, rst-compile-slides-preview):
10929 Delete temporary files after use.
10930
10931 2012-05-05 Glenn Morris <rgm@gnu.org>
10932
10933 * calendar/cal-html.el: Optionally include holidays in the output.
10934 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10935 (cal-html-holidays): New option.
10936 (cal-html-css-default): Add holiday entry.
10937 (holiday-in-range): Autoload it.
10938 (cal-html-htmlify-entry): Add optional class argument.
10939 (cal-html-htmlify-list): Add optional holidays argument.
10940 (cal-html-insert-agenda-days): Include holidays in the output.
10941 (cal-html-one-month): Maybe include holidays.
10942
10943 * calendar/holidays.el (holiday-in-range):
10944 Move here from cal-tex-list-holidays.
10945 * calendar/cal-tex.el (cal-tex-list-holidays):
10946 Make it an obsolete alias for holiday-in-range. Update all callers.
10947
10948 2012-05-05 Chong Yidong <cyd@gnu.org>
10949
10950 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10951 Nextstep.
10952
10953 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10954
10955 * files.el (file-auto-mode-skip): New var.
10956 (set-auto-mode-1): Use it.
10957
10958 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * repeat.el: Use lexical-binding.
10961 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10962 (repeat-undo-count): Remove.
10963 (repeat):
10964 * progmodes/octave-mod.el (octave-abbrev-start):
10965 * progmodes/f90.el (f90-abbrev-start):
10966 * face-remap.el (text-scale-adjust):
10967 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10968
10969 * emacs-lisp/pcase.el (pcase--let*): New function.
10970 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10971 a bit more.
10972 (pcase--split-pred): Be more clever about ruling out overlap between
10973 a predicate and some constant pattern.
10974 (pcase--q1): Use `null' instead of (eq foo nil).
10975
10976 * subr.el (setq-local, defvar-local): New macros.
10977 (kbd): Redefine as an alias.
10978 (with-selected-window): Leave unrelated frames alone.
10979 (set-temporary-overlay-map): New function.
10980
10981 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10982
10983 * subr.el (user-error): New function.
10984 * window.el (switch-to-buffer):
10985 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10986 (smerge-match-conflict):
10987 * simple.el (previous-matching-history-element)
10988 (next-matching-history-element, goto-history-element, undo-more)
10989 (undo-start):
10990 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
10991 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
10992 (next-file, tags-loop-scan, list-tags, complete-tag):
10993 * progmodes/compile.el (compilation-loop):
10994 * mouse.el (mouse-minibuffer-check):
10995 * man.el (Man-bgproc-sentinel, Man-goto-page):
10996 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
10997 (Info-history-forward, Info-follow-reference, Info-menu)
10998 (Info-extract-menu-item, Info-extract-menu-counting)
10999 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11000 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11001 (Info-next-reference, Info-prev-reference, Info-index)
11002 (Info-index-next, Info-follow-nearest-node)
11003 (Info-copy-current-node-name):
11004 * imenu.el (imenu--make-index-alist)
11005 (imenu-default-create-index-function, imenu-add-to-menubar):
11006 * files.el (basic-save-buffer, recover-file):
11007 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11008 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11009 (checkdoc-message-text, checkdoc-defun):
11010 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11011 * cus-edit.el (customize-changed-options, customize-rogue)
11012 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11013 (custom-variable-mark-to-reset-standard)
11014 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11015 (custom-file):
11016 * completion.el (check-completion-length):
11017 * comint.el (comint-search-arg)
11018 (comint-previous-matching-input-string-position)
11019 (comint-previous-matching-input)
11020 (comint-replace-by-expanded-history-before-point, comint-send-input)
11021 (comint-copy-old-input, comint-backward-matching-input)
11022 (comint-goto-process-mark, comint-set-process-mark):
11023 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11024 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11025
11026 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11027
11028 * dabbrev.el (dabbrev--ignore-case-p): New function.
11029 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11030 Use it.
11031
11032 * files.el (automount-dir-prefix): Mark as obsolete.
11033
11034 2012-05-04 Glenn Morris <rgm@gnu.org>
11035
11036 * patcomp.el, play/bruce.el: Move to obsolete/.
11037
11038 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11039
11040 Fix minor Y10k bugs.
11041 * arc-mode.el (archive-unixdate):
11042 * autoinsert.el (auto-insert-alist):
11043 * calc/calc-forms.el (math-this-year):
11044 * emacs-lisp/copyright.el (copyright-current-year)
11045 (copyright-update-year, copyright):
11046 * tar-mode.el (tar-clip-time-string):
11047 * time.el (display-time-update):
11048 Don't assume years have 4 digits.
11049
11050 2012-05-04 Chong Yidong <cyd@gnu.org>
11051
11052 * dos-w32.el (file-name-buffer-file-type-alist)
11053 (direct-print-region-use-command-dot-com):
11054 * ffap.el (ffap-menu-regexp):
11055 * find-file.el (ff-special-constructs):
11056 * follow.el (follow-debug):
11057 * forms.el (forms--debug):
11058 * iswitchb.el (iswitchb-all-frames):
11059 * ido.el (ido-all-frames):
11060 * emacs-lisp/timer.el (timer-max-repeats):
11061 * mail/feedmail.el (feedmail-mail-send-hook)
11062 (feedmail-mail-send-hook-queued):
11063 * mail/footnote.el (footnote-signature-separator):
11064 * mail/mailabbrev.el (mail-alias-separator-string)
11065 (mail-abbrev-mode-regexp):
11066 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11067 * progmodes/idlwave.el (idlwave-libinfo-file)
11068 (idlwave-default-completion-case-is-down)
11069 (idlwave-library-routines): Convert defvars to defcustoms.
11070
11071 * mail/rmail.el (rmail-decode-mime-charset):
11072 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11073 (idlwave-shell-fix-inserted-breaks)
11074 (idlwave-shell-activate-alt-keybindings)
11075 (idlwave-shell-use-breakpoint-glyph):
11076 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11077
11078 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11079
11080 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11081
11082 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11083
11084 * progmodes/verilog-mode.el (font-lock-keywords):
11085 Fix mis-highligting auto. Reported by Craig Barner.
11086 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11087 defines from global name space. Reported by Dan Dever.
11088 (verilog-auto-reset, verilog-auto-reset-widths)
11089 (verilog-auto-tieoff): Support using unbased numbers for
11090 AUTORESET and AUTOTIEOFF.
11091 (verilog-submit-bug-report): Update variable list.
11092 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11093 parenthesis from not matching. Reported by Michael Rytting.
11094 (verilog-auto-template-lint): Fix hash error when linting modules
11095 with no used templates.
11096 (verilog-warn, verilog-warn-error)
11097 (verilog-warn-fatal): When non-interactive report multiple
11098 warnings before exiting. Suggested by Brad Dobbie.
11099 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11100 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11101 to report unused template errors. Reported by Brad Dobbie.
11102 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11103 nets, bug438. Reported by Vns Blore.
11104 (verilog-auto-inout-module, verilog-auto-reg)
11105 (verilog-read-decls, verilog-read-sub-decls-sig)
11106 (verilog-signals-edit-wire-reg, verilog-signals-with):
11107 Fix passing of Verilog data types in ANSI input/output ports
11108 such as "output logic" into the AUTOs. Special case "wire" and
11109 "reg" for backwards compatibility presuming Verilog 2001.
11110 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11111 (verilog-preprocess): Fix replication of preprocess output.
11112 Reported by Brad Dobbie.
11113 (verilog-auto-inst-interfaced-ports):
11114 Create verilog-auto-inst-interfaced-ports, bug429.
11115 Reported by Julian Gorfajn.
11116 (verilog-after-save-font-hook)
11117 (verilog-before-save-font-hook): New variable.
11118 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11119 (verilog-save-font-mods): Wrap disabling fontification, reported
11120 by David Rogoff.
11121 (verilog-do-indent, verilog-pretty-declarations-auto)
11122 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11123 Reported by Pierre-David Pfister.
11124 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11125 of class declarations, bug292. Reported by Kevin Heilman.
11126 (verilog-read-decls): Fix 'parameter type' not appearing in
11127 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11128 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11129 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11130 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11131 Reported by David Kravitz.
11132
11133 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11134
11135 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11136 assignment with tests in ifs and for loops.
11137 (verilog-extended-complete-re, verilog-complete-reg): Change so
11138 that DPI inport functions don't look like fuction declarations.
11139 (verilog-pretty-expr): Don't line up assignment
11140 operations to the test and increment in if and for loops
11141 (verilog-extended-complete-re, verilog-complete-reg): Change so
11142 that DPI inport functions don't look like fuction declarations.
11143
11144 2012-05-03 Kenichi Handa <handa@m17n.org>
11145
11146 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11147 decoding, and show a warning message without signaling an error
11148 (Bug#11282).
11149
11150 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11151
11152 * emacs-lisp/bytecomp.el
11153 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11154 since cconv.el might have introduced :fun-body, internal-make-closure,
11155 and friends for bytecomp to handle (bug#11391).
11156 * custom.el (defcustom): Avoid ((λ ..) ..).
11157
11158 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11159
11160 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11161
11162 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11163
11164 * notifications.el (dbus-debug):
11165 * term/linux.el (gpm-mouse-enable):
11166 * term/screen.el (xterm-register-default-colors): Declare.
11167
11168 2012-05-02 Chong Yidong <cyd@gnu.org>
11169
11170 * cus-start.el (gc-cons-percentage, exec-suffixes)
11171 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11172 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11173 (make-cursor-line-fully-visible, void-text-area-pointer)
11174 (font-list-limit): Add customization data.
11175
11176 * allout.el (allout-exposure-change-functions)
11177 (allout-structure-added-functions)
11178 (allout-structure-deleted-functions)
11179 (allout-structure-shifted-functions): Rename abnormal hooks from
11180 *-hook, and convert to defcustoms.
11181 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11182 Convert to defcustoms.
11183 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11184
11185 * allout-widgets.el: Hook callers changed.
11186
11187 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11188
11189 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11190 the yanked message in preference to the default value of
11191 buffer-file-coding-system.
11192
11193 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11194
11195 * window.el (display-buffer--action-function-custom-type):
11196 Fix entry.
11197
11198 2012-05-02 Alan Mackenzie <acm@muc.de>
11199
11200 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11201
11202 2012-05-01 Glenn Morris <rgm@gnu.org>
11203
11204 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11205
11206 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11207
11208 * cus-edit.el (custom-variable-documentation): Simplify with format.
11209
11210 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11211 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * simple.el (suggest-key-bindings, execute-extended-command):
11214 Move from keyboard.c.
11215
11216 2012-05-01 Chong Yidong <cyd@gnu.org>
11217
11218 * follow.el: Eliminate advice.
11219 (set-process-filter, process-filter, sit-for): Advice deleted.
11220 (follow-mode-off-hook): Obsolete hook removed.
11221 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11222 Vars deleted.
11223 (follow-auto): Use a :set function.
11224 (follow-mode): Rewritten. Don't advise process filters.
11225 (follow-switch-to-current-buffer-all, follow-scroll-up)
11226 (follow-scroll-down): Assume follow-mode is bound.
11227 (follow-comint-scroll-to-bottom)
11228 (follow-align-compilation-windows): New functions.
11229 (follow--window-sorter): New function.
11230 (follow-all-followers): Use it to explicitly sort windows by their
11231 positions; don't make assumptions about next-window order.
11232 (follow-windows-start-end, follow-delete-other-windows-and-split)
11233 (follow-calc-win-start): Doc fix.
11234 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11235 vertical-motion unnecessarily.
11236 (follow-adjust-window): New function.
11237 (follow-post-command-hook): Use it.
11238 (follow-call-set-process-filter, follow-call-process-filter)
11239 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11240 (follow-stop-intercept-process-output, follow-generic-filter):
11241 Functions deleted.
11242 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11243 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11244 New functions, replacing advice on scroll-bar-* commands.
11245 (follow-mwheel-scroll): New function (Bug#4112).
11246
11247 * comint.el (comint-adjust-point): New function.
11248 (comint-postoutput-scroll-to-bottom): Use it.
11249 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11250
11251 2012-05-01 Glenn Morris <rgm@gnu.org>
11252
11253 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11254 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11255 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11256 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11257 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11258 Remove no-byte-compile setting.
11259
11260 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11263 all-completions code to not return a number in the last cdr.
11264
11265 2012-04-30 Leo Liu <sdl.web@gmail.com>
11266
11267 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11268 read-only error.
11269
11270 2012-04-29 Chong Yidong <cyd@gnu.org>
11271
11272 * follow.el (follow-calc-win-end): Rewrite to handle partial
11273 screen lines correctly (Bug#8390).
11274 (follow-avoid-tail-recenter): Minor cleanup.
11275
11276 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11277
11278 Avoid the obsolete `assoc' package.
11279 * speedbar.el (speedbar-refresh): Avoid adelete.
11280 (speedbar-file-lists): Simplify and avoid aput.
11281 * man.el (Man--sections, Man--refpages): New vars, replacing
11282 Man-sections-alist and Man-refpages-alist.
11283 (Man-build-section-alist, Man-build-references-alist):
11284 Use them; avoid aput.
11285 (Man--last-section, Man--last-refpage): New vars.
11286 (Man-follow-manual-reference): Use them.
11287 Use the `default' arg of completing-read.
11288 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11289
11290 2012-04-27 Chong Yidong <cyd@gnu.org>
11291
11292 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11293
11294 * startup.el (x-apply-session-resources): New function.
11295
11296 * term/ns-win.el (ns-initialize-window-system):
11297 * term/w32-win.el (w32-initialize-window-system):
11298 * term/x-win.el (x-initialize-window-system): Use it to properly
11299 set menu-bar-mode and other vars from X resources, even if the
11300 initial frame is not a window-system frame (Bug#2299).
11301
11302 * subr.el (read-key): Avoid running filter function when setting
11303 up temporary tool bar entries (Bug#9922).
11304
11305 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11306
11307 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11308 (Bug#11344)
11309
11310 2012-04-27 Chong Yidong <cyd@gnu.org>
11311
11312 * select.el (xselect--encode-string): New function, split from
11313 xselect-convert-to-string.
11314 (xselect-convert-to-string): Use it.
11315 (xselect-convert-to-filename, xselect-convert-to-os)
11316 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11317 returned strings are properly encoded (Bug#11315).
11318
11319 2012-04-27 Chong Yidong <cyd@gnu.org>
11320
11321 * simple.el (delete-active-region): Move to killing custom group.
11322
11323 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11324
11325 * progmodes/which-func.el (which-func-current): Quote %
11326 characters for mode-line processing.
11327
11328 2012-04-27 Chong Yidong <cyd@gnu.org>
11329
11330 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11331 reaching eob (Bug#11286).
11332
11333 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11334
11335 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11336 (gdb): Make it buffer-local and init to zero.
11337 (gdb-control-commands-regexp): New variable.
11338 (gdb-send): Don't wrap in "-interpreter-exec console" if
11339 gdb-control-level is positive. Increment gdb-control-level
11340 whenever the command matches gdb-control-commands-regexp, and
11341 decrement it each time the command is "end". (Bug#11279)
11342
11343 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11344
11345 * window.el (adjust-window-trailing-edge, enlarge-window)
11346 (shrink-window, window-resize):
11347 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11348 windows (Bug#11276).
11349
11350 2012-04-27 Chong Yidong <cyd@gnu.org>
11351
11352 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11353 fix "missing prefix" warning. All callers changed.
11354
11355 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11356
11357 * emacs-lisp/assoc.el: Move to obsolete/.
11358
11359 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11362
11363 * term/ns-win.el (ns-define-service):
11364 * progmodes/pascal.el (pascal-goto-defun):
11365 * progmodes/js.el (js--read-tab):
11366 * progmodes/etags.el (tags-lazy-completion-table):
11367 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11368 * emacs-lisp/ewoc.el (ewoc--wrap):
11369 * emacs-lisp/assoc.el (aput, adelete, amake):
11370 * doc-view.el (doc-view-convert-current-doc):
11371 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11372
11373 2012-04-26 Chong Yidong <cyd@gnu.org>
11374
11375 * image.el (image-type-from-buffer): Only return supported image
11376 type (Bug#9045).
11377
11378 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11379 value, for symmetry with diff-end-of-hunk.
11380 (diff-split-hunk, diff-find-source-location)
11381 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11382 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11383 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11384 compute the relevant hunk or file properly (Bug#6005).
11385 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11386
11387 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * vc/vc-mtn.el:
11390 * vc/vc-hg.el:
11391 * vc/vc-git.el:
11392 * vc/vc-dir.el:
11393 * vc/vc-cvs.el:
11394 * vc/vc-bzr.el:
11395 * vc/vc-arch.el:
11396 * vc/vc.el: Replace lexical-let by lexical-binding.
11397 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11398 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11399 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11400
11401 2012-04-26 Chong Yidong <cyd@gnu.org>
11402
11403 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11404 (diff-mode-shared-map): Bind it to / and [remap undo].
11405
11406 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11407 (ediff-window-setup-function): Use it as the default, to set up
11408 windows based on whether the current frame is graphical (Bug#2138).
11409 (ediff-choose-window-setup-function-automatically): Make obsolete.
11410
11411 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11412
11413 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * ffap.el: Remove old code for obsolete package.
11416 (ffap-complete-as-file-p): Remove.
11417
11418 Use completion-table-with-quoting for comint and pcomplete.
11419 * comint.el (comint--unquote&requote-argument)
11420 (comint--unquote-argument, comint--requote-argument): New functions.
11421 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11422 (comint-quote-filename): Use regexp-opt-charset.
11423 (comint--common-suffix, comint--common-quoted-suffix)
11424 (comint--table-subvert): Remove.
11425 (comint-unquote-function, comint-requote-function): New vars.
11426 (comint--complete-file-name-data): Use them with
11427 completion-table-with-quoting.
11428 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11429 * pcomplete.el (pcomplete-arg-quote-list)
11430 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11431 (pcomplete-unquote-argument-function): Default to non-nil.
11432 (pcomplete-unquote-argument): Simplify.
11433 (pcomplete--common-quoted-suffix): Remove.
11434 (pcomplete-requote-argument-function): New var.
11435 (pcomplete--common-suffix): New function.
11436 (pcomplete-completions-at-point): Use completion-table-with-quoting
11437 and completion-table-subvert.
11438
11439 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11440 (minibuffer--double-dollars): Preserve properties.
11441 (completion--sifn-requote): New function.
11442 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11443
11444 * minibuffer.el: Add support for completion of quoted/escaped data.
11445 (completion-table-with-quoting, completion-table-subvert): New funs.
11446 (completion--twq-try, completion--twq-all): New functions.
11447 (completion--nth-completion): New function.
11448 (completion-try-completion, completion-all-completions): Use it.
11449
11450 2012-04-25 Leo Liu <sdl.web@gmail.com>
11451
11452 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11453 Use compilation-message if available to find real filename.
11454
11455 2012-04-25 Chong Yidong <cyd@gnu.org>
11456
11457 * vc/diff-mode.el (diff-setup-whitespace): New function.
11458 (diff-mode): Use it.
11459
11460 * vc/diff.el (diff-sentinel):
11461 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11462 Whitespace mode variables based on diff style (Bug#8612).
11463
11464 2012-04-25 Leo Liu <sdl.web@gmail.com>
11465
11466 * progmodes/python.el (python-send-region): Add suffix .py to the
11467 temp file.
11468
11469 * files.el (auto-mode-alist): Use javascript-mode instead.
11470
11471 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11472
11473 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11474
11475 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11476 (soap-resolve-references-for-array-type): Hack to prevent self
11477 references, see Bug#9.
11478 (soap-parse-envelope): Report the contents of the 'detail' node
11479 when receiving a fault reply.
11480 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11481
11482 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11483 (soap-inspect-simple-type): New function.
11484
11485 * net/soap-client.el (soap-simple-type): New struct.
11486 (soap-default-xsd-types, soap-default-soapenc-types)
11487 (soap-decode-basic-type, soap-encode-basic-type):
11488 support unsignedInt and double basic types.
11489 (soap-resolve-references-for-simple-type)
11490 (soap-parse-simple-type, soap-encode-simple-type): New function.
11491 (soap-parse-schema): Parse xsd:simpleType declarations.
11492
11493 * net/soap-client.el (soap-default-xsd-types)
11494 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11495 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11496 the local name of "soapenc:Array".
11497 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11498 decoding integer, byte and anyURI xsd types.
11499
11500 2012-04-25 Chong Yidong <cyd@gnu.org>
11501
11502 * cus-edit.el (custom-buffer-create-internal): Update header text.
11503
11504 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11505
11506 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11507 settings on 'system-type', not on 'window-system'. On MS-Windows,
11508 set interactive-mode on in GDB.
11509
11510 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11513 (ruby-syntax-propertize-regexp): Remove.
11514 (ruby-syntax-propertize-function): Split regexp into chunks.
11515 Match following code directly.
11516
11517 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11518
11519 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11520 (ruby-syntax-propertize-regexp): New function.
11521 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11522 by a special keyword.
11523
11524 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11525 (ruby-syntax-general-delimiters-goto-beg)
11526 (ruby-syntax-propertize-general-delimiters): New functions.
11527 (ruby-syntax-propertize-function): Use them to handle GDL.
11528 (ruby-font-lock-keywords): Move old handling of GDL...
11529 (ruby-font-lock-syntactic-keywords): .. to here.
11530 (ruby-calculate-indent): Adjust indentation for GDL.
11531
11532 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11533
11534 * notifications.el (top): Remove unneeded declarations.
11535 (notifications-specification-version): Change to "1.2".
11536 (notifications-interface, notifications-notify-method)
11537 (notifications-close-notification-method): Fix docstring.
11538 (notifications-get-capabilities-method): New defconst.
11539 (notifications-notify): Add :action-items, :resident and
11540 :transient hints. Change "image_data" to "image-data" and
11541 "image_path" to "image-path".
11542 (notifications-get-capabilities): New defun.
11543
11544 2012-04-24 Leo Liu <sdl.web@gmail.com>
11545
11546 * progmodes/python.el: Move hideshow setup to the end.
11547
11548 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11549
11550 * window.el (handle-select-window): Clear echo area since this is
11551 no more done by read_char (Bug#11304).
11552
11553 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11556 and `/ M' to filter-derived-mode.
11557 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11558 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11559 (ibuffer-mark-by-mode): Use default rather than initial-input.
11560 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11561
11562 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11563
11564 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11565 (ibuffer-filter-by-derived-mode): New filter.
11566 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11567
11568 2012-04-23 Andreas Politz <politza@fh-trier.de>
11569
11570 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11571
11572 2012-04-23 Chong Yidong <cyd@gnu.org>
11573
11574 * cus-edit.el (customize-apropos, customize-apropos-options):
11575 Disable matching of non-option variables (Bug#11176).
11576 (customize-option, customize-option-other-window)
11577 (customize-changed-options): Doc fix.
11578 (customize-apropos-options, customize-apropos-faces)
11579 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11580
11581 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11582 Fix word list splitting (Bug#11132).
11583 (apropos-symbol, apropos-keybinding, apropos-label)
11584 (apropos-property, apropos-function-button)
11585 (apropos-variable-button, apropos-misc-button): New faces.
11586 (apropos-symbol-face, apropos-keybinding-face)
11587 (apropos-label-face, apropos-property-face, apropos-match-face):
11588 Variables removed (Bug#8396).
11589 (apropos-library-button, apropos-format-plist, apropos-print)
11590 (apropos-print-doc, apropos-describe-plist): Callers changed.
11591
11592 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11593
11594 * net/xesam.el (xesam-mode-map): Use let-bound map in
11595 initialization. (Bug#11292)
11596
11597 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11598
11599 Preserve ispell session localwords when switching back to
11600 original buffer.
11601
11602 * textmodes/ispell.el (ispell-buffer-session-localwords):
11603 New buffer-local variable to hold buffer session localwords.
11604 (ispell-kill-ispell): Add option 'clear to delete session
11605 localwords.
11606 (ispell-command-loop, ispell-change-dictionary)
11607 (ispell-buffer-local-words): Preserve session localwords when
11608 needed.
11609
11610 * textmodes/flyspell.el (flyspell-process-localwords)
11611 (flyspell-do-correct): Preserve session localwords when needed.
11612
11613 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11614
11615 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11616 using obsolete `translation-table-for-input'.
11617 (ispell-word, ispell-process-line, ispell-complete-word):
11618 Use plain `insert' instead of removed `ispell-insert-word'.
11619
11620 2012-04-22 Chong Yidong <cyd@gnu.org>
11621
11622 * cus-edit.el (custom-variable-menu)
11623 (custom-variable-reset-saved, custom-face-menu)
11624 (custom-face-reset-saved): If there is no saved value, make the
11625 "reset-saved" operation bring back the default (Bug#9509).
11626 (custom-face-state): Properly detect themed faces.
11627
11628 * faces.el (face-spec-set): Stop supporting deprecated form of
11629 third arg.
11630
11631 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11632
11633 Move functions from C to Lisp. Make non-blocking method calls
11634 the default. Implement further D-Bus standard interfaces.
11635
11636 * net/dbus.el (dbus-message-internal): Declare function.
11637 Remove unneeded function declarations.
11638 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11639 (dbus-message-type-method-return, dbus-message-type-error)
11640 (dbus-message-type-signal): Declare variables. Remove local
11641 definitions.
11642 (dbus-interface-dbus, dbus-interface-peer)
11643 (dbus-interface-introspectable, dbus-interface-properties)
11644 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11645 Adapt docstring.
11646 (dbus-interface-objectmanager): New defconst.
11647 (dbus-call-method, dbus-call-method-asynchronously)
11648 (dbus-send-signal, dbus-method-return-internal)
11649 (dbus-method-error-internal, dbus-register-service)
11650 (dbus-register-signal, dbus-register-method): New defuns, moved
11651 from dbusbind.c
11652 (dbus-call-method-handler, dbus-setenv)
11653 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11654 New defuns.
11655 (dbus-call-method-non-blocking): Make it an obsolete function.
11656 (dbus-unregister-object, dbus-unregister-service)
11657 (dbus-handle-event, dbus-register-property)
11658 (dbus-property-handler): Obey the new structure of
11659 `bus-registered-objects'.
11660 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11661 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11662 Use `dbus-call-method'.
11663
11664 2012-04-22 Chong Yidong <cyd@gnu.org>
11665
11666 * cus-edit.el (custom-commands, custom-reset-menu)
11667 (Custom-reset-standard): Tweak labels.
11668 (custom-reset-button-menu): Change default to t.
11669 (custom-buffer-create-internal): For the custom-reset-button-menu
11670 case, put the revert button first.
11671 (custom-group-subtitle): New face.
11672 (custom-group-value-create): Align docstring to a specific column.
11673
11674 * wid-edit.el (widget-documentation-link-add): Don't handle
11675 indentation in this function.
11676 (widget-documentation-string-indent-to): New function.
11677 (widget-documentation-string-value-create): Use it.
11678
11679 * autorevert.el (auto-revert):
11680 * epg-config.el (epg):
11681 * ibuffer.el (ibuffer):
11682 * mpc.el (mpc):
11683 * ses.el (ses):
11684 * eshell/eshell.el (eshell):
11685 * net/ange-ftp.el (ange-ftp):
11686 * progmodes/ebnf2ps.el (postscript):
11687 * progmodes/flymake.el (flymake):
11688 * progmodes/prolog.el (prolog):
11689 * progmodes/verilog-mode.el (verilog-mode):
11690 * progmodes/which-func.el (which-func):
11691 * term/xterm.el (xterm):
11692 * textmodes/picture.el (picture):
11693 * textmodes/tildify.el (tildify):
11694 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11695 customization buffers.
11696
11697 2012-04-22 Alan Mackenzie <acm@muc.de>
11698
11699 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11700 Adding a ) can hide the resulting (..) from searches. Fix it.
11701 Bound the backward search to the position of the existing (.
11702
11703 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11704
11705 * progmodes/verilog-mode.el (verilog-mode): Check whether
11706 which-func-modes is t before adding verilog-mode.
11707 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11708
11709 2012-04-21 Leo Liu <sdl.web@gmail.com>
11710
11711 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11712
11713 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11714
11715 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11716 filling of the last column of a table (Bug#5635).
11717 (woman-find-next-control-line): New arg, specifying an additional
11718 regexp component for the control line.
11719 (woman2-roff-buffer): Use it.
11720 (woman-break-table): New function.
11721 (woman2-TS): Use it.
11722
11723 2012-04-21 Chong Yidong <cyd@gnu.org>
11724
11725 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11726 (woman-horizontal-escapes, woman-negative-vertical-space)
11727 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11728 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11729
11730 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11731
11732 * minibuffer.el (completion-file-name-table): Complete user names.
11733
11734 2012-04-20 Leo Liu <sdl.web@gmail.com>
11735
11736 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11737 and pcase-let*.
11738
11739 2012-04-20 Chong Yidong <cyd@gnu.org>
11740
11741 * server.el (server-execute): Respect initial-buffer-choice if it
11742 is a string and there are no files to open (Bug#2825).
11743 (server-create-window-system-frame, server-create-tty-frame):
11744 Don't switch buffers here.
11745 (server-process-filter): Only try to open a window system frame if
11746 compiled with graphical support (Bug#8314).
11747
11748 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11749
11750 * battery.el (battery-echo-area-format): Display remaining time
11751 for sysfs backend too (Bug#11269).
11752 (battery-linux-sysfs): Fix conditional for the charge.
11753
11754 2012-04-20 Chong Yidong <cyd@gnu.org>
11755
11756 * progmodes/gdb-mi.el (gdb): Revert previous change.
11757 (gdb-inferior-io--init-proc): New function.
11758 (gdb-init-1): Use it.
11759 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11760 responsible for allocating a new pty and hooking it to gdb when
11761 the old pty gets an EIO due to process exit.
11762 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11763 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11764 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11765
11766 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11767
11768 * window.el (window-min-size, window-sizable, window-min-delta)
11769 (window-max-delta, window--resizable, window-resizable)
11770 (window-total-size, window-full-height-p, window-full-width-p)
11771 (window-in-direction, window--resize-mini-window, window-resize)
11772 (window--resize-child-windows-normal)
11773 (window--resize-child-windows, window--resize-siblings)
11774 (window--resize-this-window, adjust-window-trailing-edge)
11775 (enlarge-window, shrink-window): Doc fixes.
11776
11777 2012-04-20 Chong Yidong <cyd@gnu.org>
11778
11779 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11780 New function to call delete-process on the gdb-inferior buffer's pty.
11781 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11782 pty process (Bug#11273).
11783 (gdb-update): New arg to suppress talking to the gdb process.
11784 (gdb-done-or-error): Use it.
11785 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11786 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11787 sentinel not being called.
11788
11789 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11790
11791 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11792
11793 2012-04-20 Glenn Morris <rgm@gnu.org>
11794
11795 * net/network-stream.el (open-network-stream): Doc fix.
11796
11797 2012-04-20 Chong Yidong <cyd@gnu.org>
11798
11799 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11800
11801 2012-04-20 Alan Mackenzie <acm@muc.de>
11802
11803 Ensure searching for keywords is case sensitive.
11804
11805 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11806 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11807 (c-defun-name, c-mark-function, c-cpp-define-name)
11808 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11809 (c-context-line-break): Bind case-fold-search to nil.
11810
11811 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11812 Bind case-fold-search to nil.
11813
11814 2012-04-20 Chong Yidong <cyd@gnu.org>
11815
11816 * mail/sendmail.el (mail-bury): Call return action with the right
11817 Rmail buffer (Bug#11242).
11818
11819 * server.el (server-process-filter): Handle corner case where both
11820 tty and nowait options are present (Bug#11102).
11821
11822 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11823
11824 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11825 (top level): Put into the executable the ident-style '$Id:' tag on
11826 windows-nt as well.
11827
11828 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * electric.el (electric-indent-post-self-insert-function): Check that
11831 electric-indent-mode is enabled in current buffer.
11832
11833 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11834
11835 * imenu.el (imenu-progress-message): Restore; it is "used" in
11836 erc/erc-imenu.el and net/snmp-mode.el.
11837
11838 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11839
11840 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11841 (mouse-avoidance-nudge-mouse): Remove unused binding.
11842
11843 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11844
11845 * descr-text.el (describe-char):
11846 * progmodes/python.el (python-describe-symbol):
11847 Don't call `toggle-read-only', set `buffer-read-only'.
11848
11849 * imenu.el (imenu-default-goto-function): Mark unused args.
11850 (imenu-progress-message): Remove obsolete macro; all callers changed.
11851
11852 * subr.el (keymap-canonicalize): Remove unused binding.
11853 (read-passwd): Mark unused arg.
11854
11855 * tutorial.el (tutorial--display-changes): Remove unused binding.
11856 (tutorial--save-tutorial-to): Remove unused variable.
11857
11858 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11859 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11860 (package-generate-autoloads, package-menu--generate)
11861 (package-menu--find-upgrades): Remove unused bindings.
11862
11863 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11864 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11865 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11866 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11867 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11868 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11869 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11870 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11871 (cua-delete-char-rectangle): Mark unused args.
11872 (cua-align-rectangle): Remove unused binding.
11873
11874 * mail/rmail.el (compilation--message->loc)
11875 (epa--find-coding-system-for-mime-charset): Declare.
11876
11877 * net/dbus.el (dbus-register-service): Declare.
11878 (dbus-name-owner-changed-handler): Remove unused binding.
11879
11880 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11881 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11882 (nxml-scan-backward-within): Mark unused arg.
11883 (nxml-dynamic-markup-word): Remove unused binding.
11884
11885 * mouse.el (mouse-menu-major-mode-map):
11886 * emacs-lisp/authors.el (authors-scan-change-log)
11887 (authors-add-to-author-list):
11888 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11889 * emacs-lisp/smie.el (smie-auto-fill):
11890 * mail/sendmail.el (mail-bury):
11891 * mail/unrmail.el (unrmail):
11892 * net/tls.el (open-tls-stream):
11893 * textmodes/picture.el (picture-mouse-set-point):
11894 Remove unused bindings.
11895
11896 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11897
11898 * net/tramp.el (tramp-action-password): Let-bind
11899 `enable-recursive-minibuffers' to t.
11900
11901 2012-04-18 Sam Steingold <sds@gnu.org>
11902
11903 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11904 instead of 'string to accommodate values like [f11].
11905 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11906 * progmodes/gdb-mi.el: Likewise.
11907
11908 2012-04-18 Leo Liu <sdl.web@gmail.com>
11909
11910 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11911 current buffer.
11912 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11913 LOCAL is nil.
11914
11915 2012-04-18 Chong Yidong <cyd@gnu.org>
11916
11917 * simple.el (line-move): Use forward-line if in batch mode
11918 (Bug#11053).
11919
11920 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11921
11922 * files.el (after-find-file): Do not try to add a final newline if
11923 the buffer is read-only (Bug#11156).
11924
11925 2012-04-17 Richard Stallman <rms@gnu.org>
11926
11927 * mail/rmail.el (rmail-start-mail):
11928 Pass (rmail-mail-return...) for the return-action.
11929 Pass (rmail-yank-current-message...) for the yank-action.
11930 (rmail-yank-current-message): New function.
11931 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11932 (rmail-reply): Likewise.
11933 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11934
11935 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11936 buffer, not the last. Reject temp buffers. Use the rmail-mode
11937 buffer, not newbuf.
11938
11939 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11940
11941 * server.el (server-ensure-safe-dir): Simplify.
11942
11943 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * emacs-lisp/smie.el: Provide smarter auto-filling.
11946 (smie-auto-fill): New function.
11947 (smie-setup): Use it.
11948
11949 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11950
11951 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11952
11953 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11954 (comment-indent): Use it.
11955
11956 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11957
11958 * ses.el: The overall change is to add cell renaming, that is
11959 setting fancy names for cell symbols other than name matching
11960 "\\`[A-Z]+[0-9]+\\'" regexp .
11961 (ses-localvars): Add ses--renamed-cell-symb-list.
11962 (ses-create-cell-variable): New defun.
11963 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11964 (ses-relocate-formula): Relocate formulas only for cells the
11965 symbols of which are not renamed, i.e. symbols whose names do not
11966 match regexp "\\`[A-Z]+[0-9]+\\'".
11967 (ses-relocate-all): Relocate values only for cells the symbols of
11968 which are not renamed.
11969 (ses-load): Create cells variables as the (ses-cell ...) are read,
11970 in order to check row col consistency with cell symbol name only
11971 for cells that are not renamed.
11972 (ses-replace-name-in-formula): New defun.
11973 (ses-rename-cell): New defun.
11974
11975 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11976
11977 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11978 New option (bug#11118).
11979 (perl-calculate-indent): Respect it.
11980
11981 2012-04-17 Glenn Morris <rgm@gnu.org>
11982
11983 * dired-aux.el (dired-mark-read-string): Doc fix.
11984
11985 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11986
11987 * dired-aux.el (dired-mark-read-string): Offer optional completion.
11988 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
11989
11990 2012-04-17 Glenn Morris <rgm@gnu.org>
11991
11992 * mouse.el (mouse-drag-track):
11993 * speedbar.el (speedbar-frame-mode):
11994 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
11995
11996 2012-04-16 Leo Liu <sdl.web@gmail.com>
11997
11998 * progmodes/python.el: Trivial cleanup.
11999
12000 2012-04-16 Glenn Morris <rgm@gnu.org>
12001
12002 * vc/vc.el (vc-string-prefix-p):
12003 * vc/pcvs-util.el (cvs-string-prefix-p):
12004 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12005 * mpc.el (mpc-string-prefix-p):
12006 Make all of these into obsolete aliases for string-prefix-p.
12007 Update callers.
12008 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12009
12010 * textmodes/two-column.el: Move custom options to the start.
12011 (frame-width): Remove compat definition.
12012 (2C-associate-buffer, 2C-dissociate):
12013 Use with-current-buffer rather than save-excursion.
12014 (2C-dissociate): Force a mode-line update.
12015 (2C-autoscroll): Use ignore-errors.
12016
12017 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12018 Autoload trivia.
12019
12020 * emacs-lisp/cl-extra.el (*random-state*):
12021 Remove unnecessary declaration.
12022
12023 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12024
12025 * play/cookie1.el (cookie-snarf):
12026 Give an explicit error if input file cannot be read.
12027
12028 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12029
12030 * progmodes/perl-mode.el (c-macro-expand):
12031 Remove unnecessary autoload (it is in loaddefs.el).
12032
12033 * textmodes/picture.el (picture-desired-column)
12034 (picture-update-desired-column): Convert comments to doc-strings.
12035 (picture-substitute): Remove function.
12036 (picture-mode-map): Initialize in the defvar.
12037
12038 * woman.el: Remove eval-after-load for tar-mode.
12039 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12040 (woman-tar-extract-file): Autoload it.
12041
12042 * frame.el (automatic-hscrolling): Make this alias obsolete.
12043
12044 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12045
12046 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12047 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12048 (ispell-dictionary-base-alist): Revert to original XEmacs
12049 friendly version for default. [:alpha:] will be added in
12050 `ispell-set-spellchecker-params' if needed.
12051
12052 2012-04-16 Chong Yidong <cyd@gnu.org>
12053
12054 * image.el (imagemagick--file-regexp): New variable.
12055 (imagemagick-register-types): Use it.
12056 (imagemagick-types-inhibit): Add :set function. Allow new value
12057 of t to inhibit all types.
12058
12059 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12060 so we can preload it.
12061
12062 * loadup.el (fboundp): Preload regexp-opt, needed by
12063 imagemagick-register-types.
12064
12065 2012-04-15 Chong Yidong <cyd@gnu.org>
12066
12067 * frame.el (scrolling): Remove nearly unused customization group.
12068
12069 * scroll-all.el (scroll-all-mode): Move to windows group.
12070
12071 2012-04-15 Chong Yidong <cyd@gnu.org>
12072
12073 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12074
12075 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12076
12077 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12078 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12079
12080 2012-04-15 Glenn Morris <rgm@gnu.org>
12081
12082 * simple.el (process-file-side-effects): Doc fix.
12083
12084 2012-04-15 Glenn Morris <rgm@gnu.org>
12085
12086 * international/mule-cmds.el (set-language-environment): Doc fix.
12087
12088 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12089
12090 * server.el (server-auth-key, server-generate-key): Doc fixes.
12091 (server-get-auth-key): Doc fix. Use `string-match-p'.
12092 (server-start): Reflow docstring.
12093
12094 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12095
12096 * server.el (server-generate-key): `called-interactively-p'
12097 requires a parameter.
12098
12099 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12100
12101 * server.el (server-auth-key): New variable.
12102 (server-generate-key, server-get-auth-key): New function.
12103 (server-start): Use the new variable and functions to allow
12104 setting a permanent server key (bug#9423).
12105
12106 2012-04-14 Leo Liu <sdl.web@gmail.com>
12107
12108 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12109
12110 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12111
12112 Spelling fixes.
12113 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12114 Emacs uses American spelling.
12115
12116 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12117
12118 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12119 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12120 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12121 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12122
12123 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12124
12125 * progmodes/which-func.el (which-func-modes): Change default.
12126
12127 2012-04-14 Kim F. Storm <storm@cua.dk>
12128
12129 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12130 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12131
12132 2012-04-14 Chong Yidong <cyd@gnu.org>
12133
12134 * custom.el (custom-theme-set-variables): Doc fix.
12135
12136 2012-04-14 Glenn Morris <rgm@gnu.org>
12137
12138 * international/mule.el (set-auto-coding-for-load): Doc fix.
12139
12140 2012-04-14 Alan Mackenzie <acm@muc.de>
12141
12142 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12143 imenu work again for Objective C Mode. Correct the *-index values,
12144 these having been disturbed by a previous change in 2011-08.
12145
12146 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12147 Correct two search limits.
12148
12149 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12150
12151 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12152
12153 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12154
12155 * international/characters.el: Fix sorting.
12156
12157 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12158
12159 * international/characters.el: Add more missing Latin case pairs.
12160
12161 2012-04-14 Glenn Morris <rgm@gnu.org>
12162
12163 * files.el (dir-locals-set-class-variables): Doc fix.
12164
12165 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12166
12167 * international/characters.el: Add set-case-syntax-pair call for
12168 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12169 counterpart. (Bug#11209)
12170
12171 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12172
12173 2012-04-14 Glenn Morris <rgm@gnu.org>
12174
12175 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12176
12177 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12178
12179 * textmodes/ispell.el (ispell-dictionary-base-alist):
12180 Add data for Hebrew.
12181
12182 2012-04-14 Chong Yidong <cyd@gnu.org>
12183
12184 * net/rcirc.el (rcirc-cmd-quit):
12185 Revert 2012-03-18 change (Bug#11192).
12186
12187 2012-04-14 Glenn Morris <rgm@gnu.org>
12188
12189 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12190
12191 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12192
12193 * minibuffer.el (completion-in-region-mode-map):
12194 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12195
12196 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12197
12198 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12199
12200 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12201
12202 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12203 to allow `C-M-f' and `C-M-b' to move to the nearest path
12204 separator (bug#9511).
12205
12206 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12207
12208 * avoid.el: Require cl when compiling. And also move the
12209 `provide' to the end.
12210
12211 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12212
12213 * avoid.el (mouse-avoidance-banish-position): New variable.
12214 (mouse-avoidance-banish-destination): Use it (bug#10165).
12215
12216 2012-04-13 Leo Liu <sdl.web@gmail.com>
12217
12218 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12219
12220 2012-04-13 Ken Brown <kbrown@cornell.edu>
12221
12222 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12223 this is no longer needed now that cygstart understands file:// URLs.
12224 (browse-url-filename-alist): For the same reason, don't modify
12225 file:// URLs on Cygwin.
12226
12227 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12230 the region on shift if the binding is already shifted (bug#11221).
12231
12232 2012-04-12 Glenn Morris <rgm@gnu.org>
12233
12234 * mail/mailpost.el: Move to obsolete/.
12235
12236 2012-04-12 Drew Adams <drew.adams@oracle.com>
12237
12238 * imenu.el (imenu--generic-function): Ignore invisible definitions
12239 (bug#10123).
12240
12241 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12242
12243 * hexl.el (hexl-bits): New variable.
12244 (hexl-options): Mention the variable in the doc string.
12245 (hexl-rulerise, hexl-line-displen): New functions.
12246 (hexl-mode): Mention the new variable.
12247 (hexl-mode, hexl-current-address, hexl-current-address):
12248 Use the displen.
12249 (hexl-ascii-start-column): New function.
12250 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12251 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12252
12253 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12254
12255 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12256 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12257 the encoding, as expected by hunspell.
12258
12259 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * battery.el (battery--linux-sysfs-regexp): New const.
12262 (battery-status-function): Use it. Remove yeeloong special case.
12263 (battery-yeeloong-sysfs): Remove.
12264 (battery-echo-area-format): Remove yeeloong special case.
12265
12266 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12267
12268 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12269 Reported by Noah Friedman.
12270
12271 * subr.el (read-passwd): Use read-string.
12272
12273 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12274
12275 * vcursor.el (vcursor-move): Increase the priority of the overlay
12276 (bug#9663).
12277
12278 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12279
12280 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12281 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12282
12283 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12284
12285 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12286 define-minor-mode (bug#10760).
12287
12288 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12289
12290 * progmodes/grep.el (rgrep): Tweak the find command line so
12291 that directories matching `grep-find-ignored-files' won't be
12292 pruned (bug#10351).
12293
12294 2012-04-11 Chong Yidong <cyd@gnu.org>
12295
12296 * startup.el (command-line): Remove support for long-obsolete
12297 variable font-lock-face-attributes.
12298
12299 2012-04-11 Glenn Morris <rgm@gnu.org>
12300
12301 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12302
12303 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12304
12305 * window.el (window--state-get-1): Obey window-point-insertion-type.
12306
12307 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12308
12309 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12310 to previous function when point is on the first character of a
12311 function. Take care of that in `narrow-to-defun' (bug#6157).
12312
12313 2012-04-11 Glenn Morris <rgm@gnu.org>
12314
12315 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12316 not just file-errors.
12317
12318 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12319 (vc-bzr-sha1): Use internal sha1.
12320
12321 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12322
12323 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12324
12325 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12326
12327 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12328 that start in the middle of the line (bug#10496).
12329
12330 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12331
12332 * battery.el (battery-linux-proc-acpi): Only one battery is
12333 discharged at a time, but that seems to confuse battery.el when
12334 computing `rate-type' for the battery not being discharged
12335 (bug#10332).
12336
12337 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12340
12341 * international/quail.el: Use dolist and simplify.
12342 (quail-define-package, quail-update-keyboard-layout)
12343 (quail-define-rules): Use dolist.
12344 (quail-insert-kbd-layout, quail-get-translation): CSE.
12345
12346 * tmm.el: Use dolist, remove left over hook.
12347 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12348 Use dolist.
12349 (calendar-load-hook): Don't mess with it.
12350
12351 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12352 Use derived-mode-p. Run the diff asynchronously.
12353
12354 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12355
12356 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12357
12358 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12359
12360 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12361 (list-dynamic-libraries--loaded): New function.
12362 (list-dynamic-libraries--refresh): Use it.
12363
12364 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12365
12366 * progmodes/python.el (python-fill-paragraph):
12367 Make python-fill-region in a multiline string work when font-lock is
12368 disabled (bug#7018).
12369
12370 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12371
12372 * language/european.el (cp775): Add oem/legacy (en)coding on
12373 DOS/MS Windows for the Baltic languages. There are still plenty
12374 of texts written in this encoding/codepage (bug#6519).
12375
12376 2012-04-10 Glenn Morris <rgm@gnu.org>
12377
12378 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12379 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12380
12381 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12382
12383 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12384 next-line "n" and previous-line "p" in order to make recentf more
12385 consistent with ibuffer, dired or org-mode (bug#9387).
12386
12387 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12388
12389 * image.el (put-image): Return the overlay created instead of the
12390 optional input string (bug#7834). Note that this may break code
12391 that is (for some reason or other) depending on `put-image'
12392 returning the string.
12393
12394 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12395
12396 * simple.el (zap-to-char): Allow zapping using input methods
12397 (bug#1580).
12398
12399 * textmodes/fill.el (fill-region): Leave point and mark where they
12400 were before filling (bug#5399).
12401
12402 2012-04-09 Glenn Morris <rgm@gnu.org>
12403
12404 * version.el (emacs-bzr-get-version):
12405 Handle lightweight checkouts of local branches.
12406
12407 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12408
12409 * international/characters.el: Recover lost case pairs. (Bug#11209)
12410
12411 2012-04-09 Chong Yidong <cyd@gnu.org>
12412
12413 * custom.el (custom-variable-p): Return nil for non-symbol
12414 arguments instead of signaling an error.
12415 (user-variable-p): Obsolete alias for custom-variable-p.
12416
12417 * apropos.el (apropos-variable):
12418 * files-x.el (read-file-local-variable):
12419 * simple.el (set-variable):
12420 * woman.el (woman-mini-help):
12421 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12422
12423 2012-04-09 Glenn Morris <rgm@gnu.org>
12424
12425 * startup.el (normal-top-level): Don't look for leim-list.el
12426 in places where it will not be found. (Bug#910)
12427
12428 * international/mule-cmds.el (set-default-coding-systems):
12429 * files.el (normal-mode):
12430 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12431 This function was removed with ucs-tables.el in 2008.
12432
12433 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12434
12435 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12436 ispell-encoding8-command to "-i", without a trailing space.
12437 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12438 separate command-line arguments, to specify the encoding, since
12439 that's how hunspell expects it.
12440
12441 2012-04-08 Glenn Morris <rgm@gnu.org>
12442
12443 * loadup.el: Load bindings before cus-start.
12444 This reduces somewhat the number of "rogue" settings in emacs -Q.
12445
12446 2012-04-07 Glenn Morris <rgm@gnu.org>
12447
12448 * version.el (emacs-bzr-get-version): New function.
12449 (emacs-bzr-version): New variable.
12450 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12451 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12452
12453 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12454
12455 * international/uni-bidi.el, international/uni-category.el:
12456 * international/uni-combining.el, international/uni-decimal.el:
12457 * international/uni-decomposition.el, international/uni-digit.el:
12458 * international/uni-lowercase.el, international/uni-mirrored.el:
12459 * international/uni-name.el, international/uni-numeric.el:
12460 * international/uni-titlecase.el, international/uni-uppercase.el:
12461 Update for Unicode 6.1.
12462
12463 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12464
12465 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12466
12467 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12468
12469 * window.el (shrink-window): Mention the `window-min-height'
12470 variable in the doc string.
12471
12472 2012-04-05 Bastien Guerry <bzg@altern.org>
12473
12474 * color.el (color-lighten-name): Fix typo.
12475
12476 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * server.el (server--on-display-p): New function.
12479 (server--on-display-p): Use it.
12480
12481 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12482
12483 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12484 (bug#11145).
12485
12486 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12487
12488 * comint.el (comint--common-quoted-suffix): Check string boundary
12489 before comparing (bug#11158).
12490 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12491
12492 2012-04-04 Chong Yidong <cyd@gnu.org>
12493
12494 * minibuffer.el (completion-extra-properties): Doc fix.
12495
12496 * subr.el (delayed-warnings-hook): Doc fix.
12497
12498 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12499
12500 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12501 selection (Bug#11159).
12502 (epa-insert-keys): Inform that the default public key will be
12503 exported if no key is selected.
12504
12505 2012-04-04 Richard Stallman <rms@gnu.org>
12506
12507 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12508
12509 2012-04-03 Chong Yidong <cyd@gnu.org>
12510
12511 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12512 mail-insert-file, not its obsolete alias mail-attach-file.
12513
12514 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12515
12516 * notifications.el (notifications-notify): Fix docstring.
12517
12518 2012-04-02 Glenn Morris <rgm@gnu.org>
12519
12520 * emacs-lisp/authors.el (authors-aliases): Another addition.
12521
12522 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12523
12524 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12525 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12526 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12527
12528 2012-04-01 Chong Yidong <cyd@gnu.org>
12529
12530 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12531 Handle root directory properly.
12532 (copy-directory): Caller changed.
12533
12534 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12535 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12536
12537 2012-03-31 Glenn Morris <rgm@gnu.org>
12538
12539 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12540
12541 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12542
12543 * calendar/calendar.el (calendar-window-list)
12544 (calendar-hide-window): Restore. (Bug#11140)
12545 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12546
12547 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12548
12549 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12550
12551 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12552 Check if file is a symlink (Bug#10489).
12553
12554 * files.el (copy-directory): Likewise.
12555
12556 2012-03-30 Chong Yidong <cyd@gnu.org>
12557
12558 * image.el (imagemagick-types-inhibit)
12559 (imagemagick-register-types): Doc fix.
12560
12561 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12562
12563 * textmodes/ispell.el (ispell-get-extended-character-mode):
12564 Disable extended-char-mode for hunspell. hunspell does not support it
12565 and treats ~word as ordinary words in pipe mode.
12566
12567 2012-03-30 Glenn Morris <rgm@gnu.org>
12568
12569 * tutorial.el (help-with-tutorial): Ensure local variables don't
12570 happen to make the buffer read-only. (Bug#11127)
12571
12572 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12573
12574 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12575 (perl-calculate-indent): Return `noindent' in strings.
12576
12577 2012-03-28 Sam Steingold <sds@gnu.org>
12578
12579 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12580 instead of the broken adhockery which does not prevent calendar
12581 buffers from being displayed at random after exit.
12582 (calendar-window-list, calendar-hide-window): Remove the broken
12583 adhockery.
12584
12585 2012-03-28 Glenn Morris <rgm@gnu.org>
12586
12587 * replace.el (query-replace-map): Doc fix.
12588
12589 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12590
12591 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12592 contents. (Bug#11109)
12593
12594 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12595
12596 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12597 (bug#11077).
12598 (avl-tree--check, avl-tree--check-node): New funs.
12599
12600 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12601
12602 * window.el (switch-to-visible-buffer): New option.
12603 (switch-to-prev-buffer, switch-to-next-buffer):
12604 Observe switch-to-visible-buffer. Make sure that checking for a window
12605 showing a buffer already is done on the same frame.
12606
12607 2012-03-27 Glenn Morris <rgm@gnu.org>
12608
12609 * startup.el (mail-host-address): Doc fix.
12610
12611 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12612
12613 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12614 than 197 variables.
12615
12616 2012-03-26 Ami Fischman <ami@fischman.org>
12617
12618 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12619
12620 2012-03-26 Glenn Morris <rgm@gnu.org>
12621
12622 * files.el (save-buffers-kill-emacs): Doc fix.
12623
12624 * startup.el (normal-top-level, command-line, command-line-1):
12625 Give them doc strings.
12626
12627 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12628
12629 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12630 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12631
12632 2012-03-25 Chong Yidong <cyd@gnu.org>
12633
12634 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12635 theme if it was previously enabled before (Bug#11031).
12636
12637 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12638 spec with custom-face-get-current-spec if its :shown-value is not
12639 determined yet (Bug#9337).
12640 (customize-create-theme, custom-theme-revert): Doc fixes.
12641
12642 * button.el (button-at): Minor addition to docstring.
12643
12644 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12645
12646 * vc/vc.el (vc-merge): Fix a prompt.
12647
12648 2012-03-24 Chong Yidong <cyd@gnu.org>
12649
12650 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12651 point (Bug#9623).
12652
12653 * button.el (button-at): Minor addition to docstring.
12654
12655 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12656
12657 * newcomment.el (comment-choose-indent): No space after BOL.
12658
12659 2012-03-22 Sam Steingold <sds@gnu.org>
12660
12661 * window.el (switch-to-prev-buffer): Revert last patch because the
12662 bug turned out to be an advertised feature (Elisp manual 28.14).
12663
12664 2012-03-22 Glenn Morris <rgm@gnu.org>
12665
12666 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12667 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12668
12669 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12670
12671 * net/network-stream.el (network-stream-open-starttls): Make error
12672 message under Windows be less misleading.
12673
12674 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12675
12676 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12677 understands (bug#9942).
12678
12679 2012-03-22 Chong Yidong <cyd@gnu.org>
12680
12681 * simple.el (end-of-visible-line): Handle return value of
12682 next-single-property-change properly (Bug#9371).
12683
12684 2012-03-22 Kenichi Handa <handa@m17n.org>
12685
12686 * international/quail.el (quail-insert-kbd-layout): Fix previous
12687 change. To avoid unwanted bidi reordering, use
12688 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12689
12690 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12691
12692 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12693 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12694 (ruby-beginning-of-indent): Be more careful with the difference
12695 between word-boundary and symbol boundary.
12696 (ruby-mode-syntax-table): Make : a symbol constituent.
12697
12698 2012-03-21 Andreas Politz <politza@fh-trier.de>
12699
12700 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12701
12702 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * progmodes/etags.el (tags-completion-at-point-function):
12705 Improve last fix.
12706
12707 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12708
12709 2012-03-21 Sam Steingold <sds@gnu.org>
12710
12711 * progmodes/etags.el (tags-completion-at-point-function):
12712 Avoid the error when point is inside the pattern.
12713
12714 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12715
12716 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12717 line (Bug#10855).
12718
12719 2012-03-21 Drew Adams <drew.adams@oracle.com>
12720
12721 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12722
12723 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12724
12725 * ido.el (ido-set-current-directory, ido-read-internal)
12726 (ido-choose-completion-string, ido-completion-help): Handle nil
12727 value of ido-completion-buffer (Bug#11008).
12728
12729 2012-03-21 Sam Steingold <sds@gnu.org>
12730
12731 * window.el (switch-to-prev-buffer): Do not switch to a visible
12732 window previous buffer, just like with the frame previous buffers.
12733
12734 2012-03-21 Chong Yidong <cyd@gnu.org>
12735
12736 * faces.el (make-face, make-empty-face, copy-face):
12737 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12738 Doc fixes.
12739
12740 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12743 (widget-complete): Remove broken use of it.
12744
12745 2012-03-20 Chong Yidong <cyd@gnu.org>
12746
12747 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12748 Use string-width and truncate-string-width to handle arbitrary
12749 characters.
12750
12751 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12752
12753 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12754 to draw rectangles, not squares. (Regression introduced by revno
12755 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12756
12757 2012-03-18 Chong Yidong <cyd@gnu.org>
12758
12759 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12760 it is not yet defined (for temacs).
12761
12762 2012-03-18 Leo Liu <sdl.web@gmail.com>
12763
12764 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12765 prefix.
12766
12767 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12768
12769 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12770 (ispell-choices-win-default-height, ispell-silently-savep)
12771 (ispell-dictionary-alist, ispell-encoding8-command)
12772 (ispell-check-version, ispell-aspell-find-dictionary)
12773 (ispell-valid-dictionary-list, ispell-words-keyword)
12774 (ispell-get-word, ispell-internal-change-dictionary)
12775 (ispell-region, ispell-skip-region-list)
12776 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12777 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12778 (ispell-message-text-end, ispell-message)
12779 (ispell-buffer-local-parsing): Doc fix.
12780
12781 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12782
12783 * htmlfontify.el: Add support for code block fontification for ODT
12784 export (Bug #9914).
12785 (hfy-optimisations): Define new option
12786 `body-text-only'
12787 (hfy-fontify-buffer): Honor above setting.
12788 (hfy-begin-span, hfy-end-span): New routines factored out form
12789 `hfy-fontify-buffer'.
12790 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12791 that permit insertion of custom tags.
12792 (hfy-fontify-buffer): Use above handlers.
12793 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12794 (hfy-face-to-css): Re-defined to be a variable.
12795 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12796 over multiple runs. This is made possible by having the caller let
12797 bind a special variable `hfy-user-sheet-assoc'.
12798 (htmlfontify-string): New defun.
12799 (hfy-compile-face-map): Make sure that the last char in the
12800 buffer is correctly fontified.
12801 (hfy-face-resolve-face): Whitespace only change.
12802
12803 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12804
12805 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12806 message more clear.
12807
12808 2012-03-16 Leo Liu <sdl.web@gmail.com>
12809
12810 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12811
12812 2012-03-16 Alan Mackenzie <acm@muc.de>
12813
12814 Further optimize the handling of large macros.
12815
12816 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12817 limit to a call of `c-literal-limits'.
12818 (c-determine-+ve-limit): New function.
12819 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12820 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12821 In CASE 5B, restrict a search limit to 500.
12822 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12823
12824 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12825 Restrict macro bounds to +-500 from after-change's BEG END.
12826
12827 2012-03-16 Leo Liu <sdl.web@gmail.com>
12828
12829 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12830
12831 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12832
12833 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12834 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12835
12836 2012-03-16 Glenn Morris <rgm@gnu.org>
12837
12838 * view.el (view-buffer, view-buffer-other-window)
12839 (view-buffer-other-frame): Doc fixes re special mode-class.
12840
12841 * subr.el (eval-after-load): If named feature is provided not from
12842 a file, run after-load forms. (Bug#10946)
12843
12844 * calendar/calendar.el (calendar-insert-at-column):
12845 Handle non-unit-width characters a bit better. (Bug#10978)
12846
12847 2012-03-15 Chong Yidong <cyd@gnu.org>
12848
12849 * emacs-lisp/ring.el (ring-extend): New function.
12850 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12851
12852 * comint.el (comint-read-input-ring)
12853 (comint-add-to-input-history): Grow comint-input-ring lazily.
12854
12855 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12856
12857 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12858 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12859
12860 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12861 (imenu-add-to-menubar): Don't add a redundant index.
12862 (imenu-update-menubar): Handle a dynamically composed keymap.
12863
12864 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12865
12866 * mail/sendmail.el (mail-encode-header):
12867 Bind rfc2047-encode-encoded-words to nil.
12868
12869 2012-03-13 Glenn Morris <rgm@gnu.org>
12870
12871 * calendar/calendar.el (calendar-string-spread):
12872 Handle non-unit-width characters a bit better. (Bug#10978)
12873
12874 2012-03-13 Leo Liu <sdl.web@gmail.com>
12875
12876 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12877 directory and file as argument (Bug#10822).
12878
12879 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12880
12881 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12882 For dynamically generated code, follow $PC.
12883 (gdb-disassembly-handler-custom): Handle no function name case.
12884
12885 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12886
12887 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12888 * emulation/ws-mode.el (ws-query-replace):
12889 * sort.el (sort-regexp-fields):
12890 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12891
12892 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * dabbrev.el: Fix cycle completion order (bug#10963).
12895 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12896 (dabbrev-completion): Don't use an obarray; provide
12897 a cycle-sort-function.
12898
12899 2012-03-12 Leo Liu <sdl.web@gmail.com>
12900
12901 * simple.el (kill-new): Use equal-including-properties for comparison.
12902 (kill-do-not-save-duplicates): Doc fix.
12903
12904 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * dabbrev.el: Fix cycle completion (bug#10963).
12907 Use lexical binding and wrap to 80 columns.
12908 (dabbrev-completion): Delay computing the list of completions.
12909
12910 2012-03-12 Kenichi Handa <handa@m17n.org>
12911
12912 * international/quail.el (quail-insert-kbd-layout): Surround each
12913 row by LRO and PDF instead of inserting many LRMs. Pad the left
12914 and right of each non-spacing marks. Insert invisible space
12915 between lower and upper characters to prevent composition.
12916
12917 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * minibuffer.el (minibuffer-complete): Don't get confused when the
12920 function is run twice via different commands (bug#10958).
12921 (complete-with-action): Fix docstring.
12922
12923 2012-03-12 Chong Yidong <cyd@gnu.org>
12924
12925 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12926 (nxml-completion-at-point-function): New function.
12927 (nxml-mode): Use it.
12928 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12929
12930 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12931 Load generated autoloads file before byte compiling (Bug#10970).
12932 (package--make-autoloads-and-compile): New helper fun.
12933
12934 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12935
12936 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12937
12938 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12939
12940 * autorevert.el (auto-revert-handler): Ensure, that
12941 file-readable-p is applied only for local files or in
12942 auto-revert-tail-mode.
12943
12944 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12945
12946 * server.el (server-eval-at): Handle non-tcp connections.
12947 Decode result string.
12948
12949 * server.el (server-msg-size): New constant.
12950 (server-reply-print): New function.
12951 (server-eval-and-print): Use it.
12952 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12953 Handle -print-nonl.
12954
12955 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12956
12957 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12958 (Bug#10987).
12959
12960 2012-03-11 Chong Yidong <cyd@gnu.org>
12961
12962 * simple.el (goto-line): Doc fix (Bug#9938).
12963
12964 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12965
12966 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12967 when finished (Bug#10963).
12968
12969 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12970
12971 * window.el (split-window-below): Fix bug in case where
12972 split-window-keep-point is nil (Bug#10971).
12973
12974 2012-03-11 Juri Linkov <juri@jurta.org>
12975
12976 * replace.el (replace-highlight): Set isearch-word to nil
12977 unconditionally. (Bug#10887)
12978
12979 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12980
12981 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12982 mairix-replace-illegal-chars; all callers changed. Don't remove
12983 ^, ~, and = characters: they are meaningful in mairix search specs.
12984 (mairix-widget-create-query): Add usage information about mairix
12985 search forms: negating words, searching for substrings, etc.
12986
12987 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
12988
12989 * international/fontset.el (font-encoding-alist): Add an entry for
12990 ksx1001 (Bug#5667).
12991
12992 2012-03-10 Richard Stallman <rms@gnu.org>
12993
12994 * mail/sendmail.el (mail-encode-header):
12995 Set rfc2047-encode-encoded-words.
12996
12997 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
12998
12999 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13000 view buffer means not swapped.
13001 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13002 (rmail-write-region-annotate): Error if real text has disappeared.
13003
13004 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13005
13006 2012-03-10 Chong Yidong <cyd@gnu.org>
13007
13008 * emulation/cua-rect.el (cua--init-rectangles):
13009 * emulation/cua-base.el (cua--init-keymaps):
13010 Add delete-forward-char to remappings (Bug#9666).
13011
13012 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13013
13014 * speedbar.el (speedbar-unhighlight-one-tag-line):
13015 Avoid unhighlighting due to frame switching (Bug#10275).
13016
13017 2012-03-10 Chong Yidong <cyd@gnu.org>
13018
13019 * minibuffer.el (completion-in-region, completion-help-at-point):
13020 Give the completion field overlay a high priority (Bug#6830).
13021
13022 * dired.el (dired-goto-file): Recognize absolute file name
13023 listings (Bug#7126).
13024 (dired-goto-file-1): New helper function.
13025 (dired-toggle-read-only): Inhibit warnings.
13026
13027 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13028
13029 * net/dbus.el (dbus-property-handler): Return empty array if
13030 there are no properties.
13031
13032 2012-03-09 Leo Liu <sdl.web@gmail.com>
13033
13034 * savehist.el (savehist-printable): Stricter check for string
13035 value (Bug#10937).
13036
13037 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13038
13039 * mail/smtpmail.el (smtpmail-send-it):
13040 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13041 valid mbox format.
13042
13043 2012-03-09 Glenn Morris <rgm@gnu.org>
13044
13045 * files.el (dir-locals-find-file):
13046 Don't check result is regular, readable.
13047 (dir-locals-read-from-file): Demote errors.
13048
13049 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13050
13051 * international/quail.el (quail-insert-kbd-layout):
13052 Insert invisible LRM characters before each character in a keyboard
13053 layout cell, to prevent their reordering by bidi display engine.
13054 For details, see the discussion in
13055 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13056
13057 2012-03-08 Alan Mackenzie <acm@muc.de>
13058
13059 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13060 the starting position; make it extend the marked region when
13061 invoked repeatedly - all under appropriate circumstances.
13062 Fixes bugs #5525, #10906.
13063
13064 2012-03-08 Glenn Morris <rgm@gnu.org>
13065
13066 * files.el (locate-dominating-file, dir-locals-find-file):
13067 Undo 2012-03-06 change.
13068
13069 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13070
13071 * international/quail.el (quail-help):
13072 Force bidi-paragraph-direction be left-to-right. See discussion in
13073 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13074 for the reason.
13075
13076 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13077
13078 Avoid superfluous registering of signals. (Bug#10807)
13079
13080 * notifications.el (notifications-on-action-object)
13081 (notifications-on-close-object): New defvars.
13082 (notifications-on-action-signal, notifications-on-closed-signal):
13083 Unregister the signal if not needed any longer.
13084 (notifications-notify): Register `notifications-action-signal' or
13085 `notifications-closed-signal', if :on-action or :on-close has been
13086 passed as argument.
13087
13088 2012-03-07 Chong Yidong <cyd@gnu.org>
13089
13090 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13091 non-X platforms.
13092
13093 2012-03-06 Glenn Morris <rgm@gnu.org>
13094
13095 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13096 (x-disown-selection-internal, x-get-selection-internal):
13097 Doc fix (add arglist signatures). (Bug#10783)
13098
13099 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13100
13101 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13102 Handle breakpoints with no "type".
13103
13104 2012-03-06 Glenn Morris <rgm@gnu.org>
13105
13106 * files.el (locate-dominating-file): Add optional predicate argument.
13107 (dir-locals-find-file): Make use of above change.
13108
13109 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13110
13111 * info.el (Info-insert-dir): Also try "dir.gz".
13112
13113 2012-03-06 Glenn Morris <rgm@gnu.org>
13114
13115 * files.el (dir-locals-find-file):
13116 Ignore non-readable or non-regular files. (Bug#10928)
13117
13118 * files.el (locate-dominating-file): Doc fix.
13119
13120 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13121
13122 * calendar/calendar.el (calendar-set-mode-line):
13123 `getenv' returns a string. (Bug#10951)
13124
13125 2012-03-05 Leo Liu <sdl.web@gmail.com>
13126
13127 * simple.el (backward-delete-char-untabify): Constrain point to
13128 field (Bug#10939).
13129
13130 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13131
13132 2012-03-05 Chong Yidong <cyd@gnu.org>
13133
13134 * simple.el (count-words): If called from Lisp, return the word
13135 count, for symmetry with `count-lines'. Arglist changed.
13136 (count-words--message): Args changed. Consolidate counting code
13137 from count-words and count-words-region.
13138 (count-words-region): Caller changed.
13139 (count-lines-region): Make it an obsolete alias.
13140
13141 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13142
13143 * saveplace.el (save-place-to-alist)
13144 (save-place-ignore-files-regexp): Allow value nil to disable this
13145 feature.
13146
13147 2012-03-04 Chong Yidong <cyd@gnu.org>
13148
13149 * faces.el (face-spec-reset-face): For the default face, reset the
13150 attributes to default values (Bug#10748).
13151
13152 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13153
13154 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13155 previous patch: Check `message-send-mail-function', and not the
13156 default function (bug#10897).
13157
13158 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13159
13160 * notifications.el (notifications-on-action-signal)
13161 (notifications-on-closed-signal): Check for unique service name of
13162 incoming event. Fix error in removing entry.
13163 (top): Register for signals with wildcard service name.
13164 (notifications-notify): Use daemon unique service name for map entries.
13165
13166 2012-03-04 Chong Yidong <cyd@gnu.org>
13167
13168 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13169
13170 2012-03-04 Glenn Morris <rgm@gnu.org>
13171
13172 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13173 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13174 (expand-abbrev, define-abbrev-table): Doc fixes.
13175
13176 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13177
13178 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13179 `message-default-send-mail-function' and not `send-mail-function'
13180 when doing the prompting for `sendmail-query-once' before sending
13181 in Message buffers (bug#10897).
13182
13183 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13184 This is inconsistent with all the other stream functions, which leave
13185 the setting up to the higher levels (if so wanted) (bug#10931).
13186
13187 2012-03-02 Alan Mackenzie <acm@muc.de>
13188
13189 Depessimize the handling of very large macros.
13190
13191 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13192 (c-macro-cache-syntactic): New variables to implement a one
13193 element macro cache.
13194 (c-invalidate-macro-cache): New function.
13195 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13196 Adapt to use the new cache.
13197 (c-state-safe-place): Use better the cache of safe positions.
13198 (c-state-semi-nonlit-pos-cache)
13199 (c-state-semi-nonlit-pos-cache-limit):
13200 New variables for...
13201 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13202 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13203 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13204 Use c-state-semi-safe-place.
13205
13206 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13207 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13208
13209 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13210
13211 * jka-compr.el (jka-compr-call-process):
13212 Apply `file-accessible-directory-p' only when the default directory is
13213 not remote.
13214
13215 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13216
13217 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13218 access of FILE2, if FILE1 does not exist.
13219
13220 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13221 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13222
13223 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13224 Add "PAGER=" to `process-environment'.
13225
13226 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13227
13228 * progmodes/sql.el: Bug fix
13229 (sql-get-login-ext): Save login values in globals.
13230 (sql-get-login): Use new version of `sql-get-login-ext'.
13231 (sql-interactive-mode): Set global `sql-connection' to nil.
13232 (sql-connect): Set global values for connection.
13233 (sql-product-interactive): Save global values as buffer local.
13234
13235 2012-02-29 Leo Liu <sdl.web@gmail.com>
13236
13237 * abbrev.el (define-abbrevs): Reset sys to nil.
13238
13239 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13240
13241 * files.el (file-equal-p): Rename from `files-equal-p'.
13242 Return nil when one or both files don't exist.
13243 (file-subdir-of-p): Now only top directory must exists,
13244 return nil if it doesn't.
13245 (copy-directory): No need to test with `file-subdir-of-p' after
13246 creating dir.
13247 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13248 to `file-equal-p'.
13249
13250 2012-02-28 Glenn Morris <rgm@gnu.org>
13251
13252 * shell.el (shell-mode):
13253 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13254 * play/landmark.el (landmark-font-lock-face-O):
13255 * play/handwrite.el (handwrite):
13256 * play/gomoku.el (gomoku-O):
13257 * net/browse-url.el (browse-url-browser-display):
13258 * international/mule.el (define-charset):
13259 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13260 * filesets.el (filesets-find-file-delay):
13261 * eshell/em-xtra.el (eshell-xtra):
13262 * eshell/em-unix.el (eshell-grep):
13263 * emulation/viper.el (viper-mode):
13264 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13265 * emacs-lisp/easymenu.el (easy-menu-define):
13266 * calendar/timeclock.el (timeclock-use-display-time):
13267 * bs.el (bs-mode):
13268 * bookmark.el (bookmark-save-flag):
13269 Doc fix (standardize possessive apostrophe usage).
13270
13271 2012-02-27 Chong Yidong <cyd@gnu.org>
13272
13273 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13274 Fix key-binding lookup for ESC key (Bug#9146).
13275
13276 * font-lock.el (font-lock-specified-p): Rename from
13277 font-lock-spec-present. Callers changed.
13278
13279 2012-02-27 Daniel Hackney <dan@haxney.org>
13280
13281 * emacs-lisp/package.el (package-compute-transaction):
13282 Handle holding a package version to t in package-load-list.
13283
13284 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13285
13286 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13287 (tramp-get-inode, tramp-get-device): Use cached values.
13288
13289 2012-02-26 Alan Mackenzie <acm@muc.de>
13290
13291 Check there is a font-lock specification before doing initial
13292 fontification.
13293
13294 * font-core.el (font-lock-mode): Move the conditional from
13295 :after-hook to font-lock-initial-fontify.
13296 (font-lock-default-function): Move the check for a specification
13297 to font-lock-spec-present.
13298
13299 * font-lock.el (font-lock-initial-fontify): Call ...
13300 (font-lock-spec-present): New function.
13301
13302 2012-02-26 Jim Blandy <jimb@red-bean.com>
13303
13304 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13305 (gdb-send): Apply it to the operand of the '-interpreter-exec
13306 console' command, so that we can pass arguments with (say) quotes
13307 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13308
13309 2012-02-26 Chong Yidong <cyd@gnu.org>
13310
13311 * help-fns.el (describe-function-1): Clarify description of
13312 remapping (Bug#10844).
13313
13314 * files.el (files-equal-p): Doc fix.
13315 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13316 and quit the loop once a mismatch is found.
13317
13318 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13319
13320 * bs.el (bs--show-with-configuration): Don't throw an error
13321 if the window cannot be split; otherwise, subsequent calls to
13322 bs-show fail, restoring a stale window config. (Bug#10882)
13323
13324 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13325
13326 * term/ns-win.el (global-map): Bind ns-drag-file to
13327 ns-find-file (Bug#5855, Bug#10050).
13328
13329 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13330
13331 * calendar/parse-time.el (parse-time-string): Allow extractor to
13332 return nil.
13333
13334 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13335
13336 * net/tramp.el (tramp-file-name-for-operation):
13337 Add `files-equal-p' and `file-subdir-of-p'.
13338
13339 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13340 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13341 Add COPY-CONTENTS argument.
13342
13343 2012-02-25 Chong Yidong <cyd@gnu.org>
13344
13345 Add custom groups for VC backends, for consistency with vc-bzr.
13346
13347 * vc/vc-arch.el (vc-arch):
13348 * vc/vc-cvs.el (vc-cvs):
13349 * vc/vc-git.el (vc-git):
13350 * vc/vc-hg.el (vc-hg):
13351 * vc/vc-mtn.el (vc-mtn):
13352 * vc/vc-rcs.el (vc-rcs):
13353 * vc/vc-sccs.el (vc-sccs):
13354 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13355 All relevant defcustoms reassigned.
13356
13357 2012-02-25 Chong Yidong <cyd@gnu.org>
13358
13359 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13360
13361 * term/x-win.el (x-initialize-window-system): Reduce default for
13362 x-selection-timeout to 5 seconds (Bug#8869).
13363
13364 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13365
13366 * files.el (files-equal-p, file-subdir-of-p): New functions.
13367 (copy-directory): Error when trying to copy a directory on itself.
13368 Add missing copy-contents arg to tramp handler.
13369 * dired-aux.el (dired-copy-file-recursive): Same.
13370 (dired-create-files): Modify destination when source is equal to
13371 dest when copying files.
13372 Return also when dest is a subdir of source. (Bug#10489)
13373
13374 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13375
13376 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13377 (Bug#10874)
13378
13379 2012-02-23 Alan Mackenzie <acm@muc.de>
13380
13381 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13382 parameter "after-hook:" to allow the expansion to run code after
13383 the execution of the mode hooks.
13384
13385 * font-lock.el (font-lock-initial-fontify): New function extracted
13386 from font-lock-mode-internal.
13387
13388 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13389 :after-hook.
13390
13391 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13392
13393 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13394 (completion--cache-all-sorted-completions): New function.
13395 (completion-all-sorted-completions): Use it.
13396 (completion--do-completion, minibuffer-force-complete):
13397 Use it to re-instate the flush hook.
13398
13399 * icomplete.el (icomplete-completions): Replace last fix with a better
13400 one (bug#10850).
13401
13402 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13403
13404 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13405 when it might call us back infinitely (bug#10797).
13406
13407 2012-02-23 Glenn Morris <rgm@gnu.org>
13408
13409 * minibuffer.el (completion-category-overrides): Doc fix.
13410
13411 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13414 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13415
13416 2012-02-23 Glenn Morris <rgm@gnu.org>
13417
13418 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13419 (authors-obsolete-files-regexps, authors-ignored-files)
13420 (authors-ambiguous-files, authors-renamed-files-alist):
13421 Add more entries.
13422
13423 2012-02-23 Juri Linkov <juri@jurta.org>
13424
13425 * isearch.el (isearch-occur): Sync interactive spec with occur's
13426 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13427
13428 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13429
13430 2012-02-22 Juri Linkov <juri@jurta.org>
13431
13432 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13433 (ucs-insert): Doc fix. Check for hex digits in the string.
13434 Don't display `nil' in the error message. (Bug#10857)
13435
13436 2012-02-22 Alan Mackenzie <acm@muc.de>
13437
13438 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13439
13440 2012-02-22 Glenn Morris <rgm@gnu.org>
13441
13442 * ffap.el (ffap-c-path):
13443 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13444
13445 2012-02-22 Chong Yidong <cyd@gnu.org>
13446
13447 * custom.el (load-theme): Doc fix.
13448
13449 2012-02-22 Glenn Morris <rgm@gnu.org>
13450
13451 * dired-x.el (dired-guess-shell-alist-default):
13452 Remove escape sequences from nroff output. (Bug#172)
13453
13454 2012-02-21 Glenn Morris <rgm@gnu.org>
13455
13456 * vc/emerge.el (emerge-defvar-local):
13457 Set `permanent-local' property rather than unused `preserved'.
13458
13459 * textmodes/picture.el (picture-delete-char): New alias.
13460 (picture-mode-map): Use it. (Bug#10860)
13461 (picture-mode): Doc fix.
13462
13463 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13464
13465 * newcomment.el (uncomment-region-default): Remove unused binding.
13466
13467 2012-02-21 Glenn Morris <rgm@gnu.org>
13468
13469 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13470 (picture-self-insert, picture-tab-chars): Doc fix.
13471 (picture-mode-map): Fix C-a, C-e.
13472
13473 2012-02-20 Glenn Morris <rgm@gnu.org>
13474
13475 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13476
13477 2012-02-20 Leo Liu <sdl.web@gmail.com>
13478
13479 * icomplete.el (icomplete-completions): Check FROM arg before
13480 passing to substring (Bug#10850).
13481
13482 2012-02-19 Chong Yidong <cyd@gnu.org>
13483
13484 * comint.el: Require ansi-color.
13485 (comint-output-filter-functions): Add ansi-color-process-output.
13486
13487 * ansi-color.el: Don't set comint-output-filter-functions; it is
13488 now in the initial value defined in comint.el.
13489 (ansi-color-apply-face-function): New variable.
13490 (ansi-color-apply-on-region): Use it.
13491 (ansi-color-apply-overlay-face): New function.
13492
13493 * shell.el (shell): No need to require ansi-color.
13494 (shell-mode): Use ansi-color-apply-face-function to highlight
13495 color escapes using font-lock-face property (Bug#10835).
13496
13497 2012-02-19 Chong Yidong <cyd@gnu.org>
13498
13499 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13500 mode-line formats (Bug#10839).
13501
13502 2012-02-18 Glenn Morris <rgm@gnu.org>
13503
13504 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13505
13506 * mail/undigest.el (unforward-rmail-message): Doc fix.
13507
13508 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13509
13510 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13511
13512 * international/characters.el (script-list): Sync with the latest
13513 Unicode Character Database.
13514
13515 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13516
13517 * international/titdic-cnv.el: Remove duplicate coding tag.
13518 * language/cham.el: Likewise.
13519 * language/tai-viet.el: Likewise.
13520
13521 2012-02-18 Glenn Morris <rgm@gnu.org>
13522
13523 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13524 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13525 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13526 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13527 * calendar/holidays.el (holiday-bahai-holidays)
13528 (calendar-holidays, list-holidays):
13529 Use utf-8 Bahá'í in doc-strings, menus, etc.
13530
13531 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13532
13533 * saveplace.el (save-place-ignore-files-regexp): New variable
13534 allowing for excluding files from saving their location of point.
13535 The default value matches the temporary commit message editing
13536 files from Git, SVN, Bazaar, and Mercurial.
13537 (save-place-to-alist): Use it.
13538
13539 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13540 Stefan Monnier <monnier@iro.umontreal.ca>
13541
13542 * newcomment.el (uncomment-region-default): Don't leave extra space
13543 when an arg is provided (bug#8150).
13544
13545 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13546
13547 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13548
13549 2012-02-17 Glenn Morris <rgm@gnu.org>
13550
13551 * net/socks.el: Require network-stream. (Bug#10599)
13552
13553 2012-02-17 Kenichi Handa <handa@m17n.org>
13554
13555 * international/charprop.el:
13556 * international/uni-name.el:
13557 * international/uni-old-name.el:
13558 * international/uni-comment.el: Regenerate.
13559
13560 2012-02-16 Glenn Morris <rgm@gnu.org>
13561
13562 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13563 Interactively in calendar buffer, give an error if not on a date.
13564
13565 2012-02-15 Glenn Morris <rgm@gnu.org>
13566
13567 * shell.el (shell-delimiter-argument-list):
13568 Revert 2011-02-17 change. (Bug#8027)
13569
13570 2012-02-15 Chong Yidong <cyd@gnu.org>
13571
13572 * minibuffer.el (completion-at-point-functions): Doc fix.
13573
13574 * custom.el (defcustom): Doc fix; note use of defvar.
13575
13576 2012-02-15 Glenn Morris <rgm@gnu.org>
13577
13578 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13579 Doc fixes.
13580
13581 2012-02-14 Glenn Morris <rgm@gnu.org>
13582
13583 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13584
13585 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13586
13587 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13588 way the ports list is computed.
13589 (smtpmail-query-smtp-server): Prompt the user for a port number if
13590 we can't connect to any of the standard ports (bug#10810).
13591
13592 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13593
13594 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13595
13596 2012-02-13 Glenn Morris <rgm@gnu.org>
13597
13598 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13599
13600 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13601
13602 * net/gnutls.el (gnutls-trustfiles): New variable.
13603 (gnutls-negotiate): Use it.
13604
13605 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13606
13607 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13608 does its stuff if Gnus is running.
13609
13610 2012-02-13 Alan Mackenzie <acm@muc.de>
13611
13612 Fix a loop in c-set-fl-decl-start.
13613
13614 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13615 c-backward-syntactic-ws actually moves backwards.
13616
13617 2012-02-13 Leo Liu <sdl.web@gmail.com>
13618
13619 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13620 beginning so that all \C-o chars are removed.
13621
13622 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13623
13624 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13625
13626 2012-02-12 Alan Mackenzie <acm@muc.de>
13627
13628 Fix infinite loop with long macros.
13629 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13630
13631 2012-02-12 Chong Yidong <cyd@gnu.org>
13632
13633 * window.el (display-buffer): Doc fix (Bug#10785).
13634
13635 2012-02-12 Glenn Morris <rgm@gnu.org>
13636
13637 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13638 (x-disown-selection-internal, x-get-selection-internal):
13639 Sync docs with the xselect.c versions.
13640
13641 * allout-widgets.el: Add missing license notice.
13642
13643 2012-02-11 Glenn Morris <rgm@gnu.org>
13644
13645 * select.el (x-get-selection-internal, x-own-selection-internal)
13646 (x-disown-selection-internal):
13647 * x-dnd.el (x-get-selection-internal): Update declarations.
13648
13649 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13650
13651 * window.el (window-sides-slots):
13652 * tool-bar.el (tool-bar-position):
13653 * term/xterm.el (xterm-extra-capabilities):
13654 * ses.el (ses-self-reference-early-detection):
13655 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13656 (verilog-auto-wire-type)
13657 (verilog-auto-delete-trailing-whitespace)
13658 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13659 (verilog-auto-tieoff-declaration):
13660 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13661 (sql-oracle-statement-starters, sql-oracle-scan-on):
13662 * progmodes/prolog.el (prolog-align-comments-flag)
13663 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13664 (prolog-left-indent-regexp, prolog-paren-indent-p)
13665 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13666 (prolog-types, prolog-mode-specificators)
13667 (prolog-determinism-specificators, prolog-directives)
13668 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13669 (prolog-electric-dot-flag)
13670 (prolog-electric-dot-full-predicate-template)
13671 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13672 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13673 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13674 (prolog-program-switches, prolog-prompt-regexp)
13675 (prolog-debug-on-string, prolog-debug-off-string)
13676 (prolog-trace-on-string, prolog-trace-off-string)
13677 (prolog-zip-on-string, prolog-zip-off-string)
13678 (prolog-use-standard-consult-compile-method-flag)
13679 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13680 (prolog-imenu-max-lines, prolog-info-predicate-index)
13681 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13682 (prolog-char-quote-workaround):
13683 * progmodes/cc-vars.el (c-defun-tactic):
13684 * net/tramp.el (tramp-encoding-command-interactive)
13685 (tramp-local-end-of-line):
13686 * net/soap-client.el (soap-client):
13687 * net/netrc.el (netrc-file):
13688 * net/gnutls.el (gnutls):
13689 * minibuffer.el (completion-category-overrides)
13690 (completion-cycle-threshold)
13691 (completion-pcm-complete-word-inserts-delimiters):
13692 * man.el (Man-name-local-regexp):
13693 * mail/feedmail.el (feedmail-display-full-frame):
13694 * international/characters.el (glyphless-char-display-control):
13695 * eshell/em-ls.el (eshell-ls-date-format):
13696 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13697 (lisp-lambda-list-keyword-parameter-indentation)
13698 (lisp-lambda-list-keyword-parameter-alignment):
13699 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13700 * dired-x.el (dired-omit-verbose):
13701 * cus-theme.el (custom-theme-allow-multiple-selections):
13702 * calc/calc.el (calc-highlight-selections-with-faces)
13703 (calc-lu-field-reference, calc-lu-power-reference)
13704 (calc-note-threshold):
13705 * battery.el (battery-mode-line-limit):
13706 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13707 (archive-7z-update):
13708 * allout.el (allout-prefixed-keybindings)
13709 (allout-unprefixed-keybindings)
13710 (allout-inhibit-auto-fill-on-headline)
13711 (allout-flattened-numbering-abbreviation):
13712 * allout-widgets.el (allout-widgets-auto-activation)
13713 (allout-widgets-icons-dark-subdir)
13714 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13715 (allout-widgets-theme-dark-background)
13716 (allout-widgets-theme-light-background)
13717 (allout-widgets-item-image-properties-emacs)
13718 (allout-widgets-item-image-properties-xemacs)
13719 (allout-widgets-run-unit-tests-on-load)
13720 (allout-widgets-time-decoration-activity)
13721 (allout-widgets-hook-error-post-time)
13722 (allout-widgets-track-decoration):
13723 Add missing :version tags to new defcustoms and defgroups.
13724
13725 * progmodes/sql.el (sql-ansi-statement-starters)
13726 (sql-oracle-statement-starters): Add custom type.
13727
13728 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13729 (prolog-system-version): Give it a type.
13730
13731 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13732
13733 * term/pc-win.el (x-select-text, x-selection-owner-p)
13734 (x-own-selection-internal, x-disown-selection-internal)
13735 (x-get-selection-internal): Sync doc strings and argument lists
13736 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13737
13738 2012-02-11 Leo Liu <sdl.web@gmail.com>
13739
13740 * progmodes/python.el (python-end-of-statement): Fix infinite
13741 loop. (Bug#10788)
13742
13743 2012-02-10 Glenn Morris <rgm@gnu.org>
13744
13745 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13746 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13747
13748 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13749
13750 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13751 about SMTP before checking the From header.
13752
13753 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13754 into own function for reuse by emacsbug.el.
13755
13756 2012-02-10 Leo Liu <sdl.web@gmail.com>
13757
13758 * subr.el (condition-case-unless-debug): Rename from
13759 condition-case-no-debug. All callers changed.
13760 (with-demoted-errors): Fix caller.
13761
13762 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13763 * nxml/rng-valid.el (rng-do-some-validation):
13764 * emacs-lisp/package.el (package-refresh-contents)
13765 (package-menu-execute):
13766 * desktop.el (desktop-create-buffer):
13767 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13768
13769 2012-02-10 Glenn Morris <rgm@gnu.org>
13770
13771 * textmodes/bibtex.el:
13772 Add missing :version tags for new/changed defcustoms.
13773
13774 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13775
13776 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13777
13778 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13779 (smtpmail-via-smtp): Use it, or fall back on the From address.
13780 (smtpmail-send-it): Ditto.
13781
13782 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13783
13784 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13785 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13786 (byte-compile-tmp-var): New const.
13787 (byte-compile-defvar): Use it to minimize .elc size.
13788 Just use `defvar' rather than simulate it (bug#10761).
13789
13790 2012-02-09 Glenn Morris <rgm@gnu.org>
13791
13792 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13793
13794 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13795 Add :version tags.
13796
13797 * progmodes/compile.el (compilation-error-screen-columns)
13798 (compilation-first-column, compilation-filter-start): Doc fixes.
13799
13800 * vc/log-view.el (log-view-toggle-entry-display):
13801 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13802
13803 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13804 (report-emacs-bug-can-use-xdg-email):
13805 (report-emacs-bug-insert-to-mailer): Doc fixes.
13806 (report-emacs-bug): Message fix.
13807
13808 * net/browse-url.el (browse-url-can-use-xdg-open)
13809 (browse-url-xdg-open): Doc fixes.
13810
13811 * electric.el (electric-indent-mode, electric-pair-mode)
13812 (electric-layout-rules, electric-layout-mode): Doc fixes.
13813 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13814
13815 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13816
13817 * server.el (server-unselect-display): Don't inadvertently kill
13818 the current buffer. (Bug#10729)
13819
13820 2012-02-08 Glenn Morris <rgm@gnu.org>
13821
13822 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13823 (sql-list-table): Doc fixes.
13824
13825 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13826 Comment out (does nothing).
13827
13828 * completion.el (dynamic-completion-mode):
13829 * dirtrack.el (dirtrack-debug-mode):
13830 * electric.el (electric-layout-mode):
13831 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13832 * face-remap.el (text-scale-mode, buffer-face-mode):
13833 * iimage.el (iimage-mode):
13834 * image-mode.el (image-transform-mode):
13835 * minibuffer.el (completion-in-region-mode):
13836 * scroll-lock.el (scroll-lock-mode):
13837 * simple.el (next-error-follow-minor-mode):
13838 * tar-mode.el (tar-subfile-mode):
13839 * tooltip.el (tooltip-mode):
13840 * vcursor.el (vcursor-use-vcursor-map):
13841 * wid-browse.el (widget-minor-mode):
13842 * emulation/tpu-edt.el (tpu-edt-mode):
13843 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13844 * international/iso-ascii.el (iso-ascii-mode):
13845 * language/thai-util.el (thai-word-mode):
13846 * mail/supercite.el (sc-minor-mode):
13847 * net/goto-addr.el (goto-address-mode):
13848 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13849 * progmodes/cwarn.el (cwarn-mode):
13850 * progmodes/flymake.el (flymake-mode):
13851 * progmodes/glasses.el (glasses-mode):
13852 * progmodes/hideshow.el (hs-minor-mode):
13853 * progmodes/pascal.el (pascal-outline-mode):
13854 * textmodes/enriched.el (enriched-mode):
13855 * vc/smerge-mode.el (smerge-mode):
13856 Doc fixes (minor mode argument).
13857
13858 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13859
13860 * ls-lisp.el (ls-lisp-sanitize): New function.
13861 (ls-lisp-insert-directory): Use it to fix or remove any elements
13862 in file-alist with missing attributes. (Bug#4673)
13863
13864 2012-02-07 Alan Mackenzie <acm@muc.de>
13865
13866 Fix spurious recognition of c-in-knr-argdecl.
13867
13868 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13869 putative K&R region.
13870
13871 2012-02-07 Alan Mackenzie <acm@muc.de>
13872
13873 * progmodes/cc-engine.el (c-forward-objc-directive):
13874 Prevent looping in "#pragma mark @implementation".
13875
13876 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13877
13878 * notifications.el (notifications-on-closed-signal): Make `reason'
13879 optional. (Bug#10744)
13880
13881 2012-02-07 Glenn Morris <rgm@gnu.org>
13882
13883 * emacs-lisp/easy-mmode.el (define-minor-mode):
13884 Doc fixes for the macro and the mode it defines.
13885
13886 * image.el (imagemagick-types-inhibit): Doc fix.
13887
13888 * cus-start.el (imagemagick-render-type): Add it.
13889
13890 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13891
13892 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13893 Set the default at load time, too, so that `font-lock-fontify-buffer'
13894 can be called without setting up the entire mode first. This fixes
13895 a bug in `mm-inline-text' with C MIME parts.
13896
13897 2012-02-06 Chong Yidong <cyd@gnu.org>
13898
13899 * simple.el (list-processes--refresh): Delete exited processes
13900 (Bug#8094).
13901
13902 * comint.el (comint-next-prompt): next-single-char-property-change
13903 and prev-single-char-property-change never return nil (Bug#8657).
13904
13905 * custom.el (defcustom): Doc fix (Bug#9711).
13906
13907 2012-02-05 Chong Yidong <cyd@gnu.org>
13908
13909 * cus-edit.el (custom-variable-reset-backup): Quote the value
13910 before storing it in the customized-value property (Bug#6712).
13911 (custom-display): Add a customization type tag.
13912 (custom-buffer-create-internal): Improve tooltip message.
13913
13914 * wid-edit.el (widget-field-value-get): New optional arg to
13915 suppress trailing whitespace truncation.
13916 (character): Use it (Bug#2689).
13917
13918 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13919
13920 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13921 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13922
13923 2012-02-05 Chong Yidong <cyd@gnu.org>
13924
13925 * cus-edit.el (custom-variable-value-create): For mismatched
13926 types, show the current value (Bug#7600).
13927
13928 * custom.el (defcustom): Doc fix.
13929
13930 2012-02-05 Glenn Morris <rgm@gnu.org>
13931
13932 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13933
13934 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13935
13936 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13937 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13938 (pp-last-sexp): Use `looking-at-p'.
13939
13940 2012-02-04 Glenn Morris <rgm@gnu.org>
13941
13942 * files.el (revert-buffer):
13943 Doc fix (mention revert-buffer-in-progress-p).
13944
13945 * emacs-lisp/ert-x.el (ert-simulate-command):
13946 Check deferred-action-list (which is obsolete) is bound.
13947
13948 * subr.el (with-wrapper-hook): Doc fixes.
13949
13950 * simple.el (filter-buffer-substring-functions)
13951 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13952
13953 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13954
13955 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13956 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13957
13958 2012-02-04 Leo Liu <sdl.web@gmail.com>
13959
13960 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13961
13962 2012-02-04 Glenn Morris <rgm@gnu.org>
13963
13964 * image.el (image-extension-data): Add obsolete alias.
13965
13966 * isearch.el (isearch-update): Doc fix.
13967
13968 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13969
13970 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13971
13972 2012-02-03 Glenn Morris <rgm@gnu.org>
13973
13974 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13975 (image-animate-timeout): Doc fix.
13976
13977 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13978
13979 2012-02-02 Glenn Morris <rgm@gnu.org>
13980
13981 * server.el (server-auth-dir): Doc fix.
13982 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13983
13984 * subr.el (run-mode-hooks): Doc fix.
13985
13986 2012-02-02 Juri Linkov <juri@jurta.org>
13987
13988 * image-mode.el (image-toggle-display-image): Remove tautological
13989 `major-mode' from the `derived-mode-p' test.
13990
13991 2012-02-02 Kenichi Handa <handa@m17n.org>
13992
13993 * composite.el (compose-region): Cancel previous change.
13994
13995 2012-02-02 Kenichi Handa <handa@m17n.org>
13996
13997 * composite.el (compose-region, compose-string): Signal error for
13998 a null string component (Bug#6988).
13999
14000 2012-02-01 Chong Yidong <cyd@gnu.org>
14001
14002 * view.el (view-buffer-other-window, view-buffer-other-frame):
14003 Handle special modes like view-buffer (Bug#10650).
14004 (view-buffer): Simplify.
14005
14006 * frame.el (set-frame-font): Tweak meaning of third argument.
14007
14008 * dynamic-setting.el (font-setting-change-default-font):
14009 Use set-frame-font (Bug#9982).
14010
14011 2012-02-01 Glenn Morris <rgm@gnu.org>
14012
14013 * progmodes/compile.el (compilation-internal-error-properties):
14014 Respect compilation-first-column in the "*compilation*" buffer.
14015
14016 * emacs-lisp/easy-mmode.el (define-minor-mode):
14017 Relax :variable's test for a named function.
14018
14019 2012-01-31 Alan Mackenzie <acm@muc.de>
14020
14021 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14022 off by one error.
14023
14024 2012-01-31 Chong Yidong <cyd@gnu.org>
14025
14026 * frame.el (set-frame-font): New arg ALL-FRAMES.
14027
14028 * menu-bar.el (menu-set-font): Use set-frame-font.
14029
14030 * faces.el (face-spec-reset-face): Don't apply unspecified
14031 attribute values to the default face.
14032
14033 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14034
14035 * progmodes/cwarn.el (cwarn): Remove dead link.
14036 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14037 Remove * from defcustom docstrings.
14038 (turn-on-cwarn-mode): Make obsolete.
14039 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14040 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14041
14042 2012-01-31 Glenn Morris <rgm@gnu.org>
14043
14044 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14045 Fix :variable handling of mode a symbol not equal to modefun.
14046 Allow named functions to be used as the cdr of :variable.
14047
14048 2012-01-30 Glenn Morris <rgm@gnu.org>
14049
14050 * emacs-lisp/authors.el (authors-fixed-entries):
14051 Remove reference to deleted file rnewspost.el.
14052
14053 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14054
14055 * window.el (window-with-parameter): Remove unused variable `windows'.
14056 (window--side-check): Remove unused variable `code'.
14057 (window--resize-siblings): Remove unused variable `first'.
14058 (adjust-window-trailing-edge): Remove unused variable `failed'.
14059 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14060 Use `let', not `let*'.
14061 (balance-windows-2): Remove unused variable `found'.
14062 (window--state-put-2): Remove unused variable `splits'.
14063 (window-state-put): Remove unused variable `selected'.
14064 (same-window-p): Use `string-match-p'.
14065 (display-buffer-assq-regexp): Remove unused variable `value'.
14066 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14067 Mark argument ALIST as ignored.
14068 (pop-to-buffer): Remove unused variable `old-window'.
14069
14070 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14071
14072 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14073 and .lzma compressed files.
14074
14075 2012-01-29 Chong Yidong <cyd@gnu.org>
14076
14077 * frame.el (window-system-default-frame-alist): Doc fix.
14078
14079 * dynamic-setting.el (font-setting-change-default-font): Don't
14080 change the default face if SET-FONT argument is non-nil (Bug#9982).
14081
14082 2012-01-29 Samuel Bronson <naesten@gmail.com>
14083
14084 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14085
14086 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14087
14088 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14089 breakpoints in files outside current directory (Bug#6098).
14090
14091 2012-01-29 Chong Yidong <cyd@gnu.org>
14092
14093 * progmodes/python.el: Require ansi-color at top-level.
14094
14095 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14096 Define and use in Emacs Lisp mode (Bug#9360).
14097 (lisp-mode-abbrev-table): Add doc.
14098 (lisp-mode-variables): Don't set local-abbrev-table.
14099 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14100
14101 2012-01-28 Roland Winkler <winkler@gnu.org>
14102
14103 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14104
14105 2012-01-28 Roland Winkler <winkler@gnu.org>
14106
14107 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14108 (bibtex-set-dialect): Use it. Either set global values of
14109 dialect-dependent variables or bind these variables buffer-locally
14110 (Bug#10254).
14111 (bibtex-mode): Call bibtex-set-dialect via
14112 hack-local-variables-hook.
14113 (bibtex-dialect): Update docstring.
14114 Add safe-local-variable predicate.
14115 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14116 bibtex-set-dialect.
14117 (bibtex-mode-map): Define menu for each dialect.
14118 (bibtex-entry): Fix docstring.
14119
14120 2012-01-28 Chong Yidong <cyd@gnu.org>
14121
14122 * eshell/esh-arg.el (eshell-quote-argument): New function.
14123
14124 * eshell/esh-ext.el (eshell-invoke-batch-file):
14125 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14126 first arg to eshell-parse-command (Bug#10523).
14127
14128 2012-01-28 Drew Adams <drew.adams@oracle.com>
14129
14130 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14131 `default-directory' is non-nil.
14132
14133 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14134
14135 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14136 line that displays system-configuration-options. (Bug#9924)
14137
14138 2012-01-28 Drew Adams <drew.adams@oracle.com>
14139
14140 * descr-text.el (describe-char): Show information about POS, in
14141 addition to information about the character at POS. Improve and
14142 update the doc string. Change "code point" to "code point in
14143 charset", to avoid confusion with the character's Unicode code
14144 point shown above that. (Bug#10129)
14145
14146 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14147
14148 * descr-text.el (describe-char): Show the raw character, not only
14149 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14150 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14151 for the reasons.
14152
14153 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14154
14155 * emacs-lisp/package.el (package-install):
14156 Run package-refresh-contents if there is no archive yet (Bug#9798).
14157
14158 2012-01-28 Chong Yidong <cyd@gnu.org>
14159
14160 * emacs-lisp/package.el (package-maybe-load-descriptor):
14161 New function, split from package-maybe-load-descriptor.
14162 (package-maybe-load-descriptor): Use it.
14163 (package-download-transaction): Fully load required packages
14164 inside the loop, so that `require' calls work (Bug#10593).
14165 (package-install): No need to call package-initialize now.
14166
14167 2012-01-28 Chong Yidong <cyd@gnu.org>
14168
14169 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14170
14171 * tooltip.el (tooltip-mode): Doc fix.
14172 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14173
14174 * frame.el (set-cursor-color): Doc fix (Bug#352).
14175
14176 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14177 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14178
14179 * cus-edit.el (custom-buffer-create-internal): Fix search button
14180 action (Bug#10542).
14181 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14182
14183 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14184
14185 * dired.el (dired-mark-files-regexp):
14186 Include any subdirectory components. (Bug#10445)
14187
14188 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14189
14190 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14191 Handle [host]:port syntax. (Bug#10533)
14192
14193 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14194
14195 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14196
14197 2012-01-26 Glenn Morris <rgm@gnu.org>
14198
14199 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14200 * term.el (term-raw-escape-map): Use Control-X-prefix.
14201 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14202
14203 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14204
14205 * window.el (window-state-get, window--state-get-1): Don't deal
14206 with fixed-sizeness of windows. Simplify code.
14207
14208 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14209
14210 * window.el (window--state-get-1, window--state-put-2):
14211 Don't save and restore the mark.
14212
14213 2012-01-25 Chong Yidong <cyd@gnu.org>
14214
14215 * custom.el (custom-variable-p): Doc fix.
14216
14217 2012-01-25 Glenn Morris <rgm@gnu.org>
14218
14219 * dired.el (dired-goto-file): Handle some of the more common
14220 characters that `ls -b' escapes. (Bug#10596)
14221
14222 * progmodes/compile.el (compilation-next-error-function):
14223 Respect compilation-first-column in the "*compilation*" buffer.
14224 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14225
14226 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14227
14228 2012-01-24 Glenn Morris <rgm@gnu.org>
14229
14230 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14231
14232 2012-01-24 Julien Danjou <julien@danjou.info>
14233
14234 * color.el (color-rgb-to-hsl): Fix value computing.
14235 (color-hue-to-rgb): New function.
14236 (color-hsl-to-rgb): New function.
14237 (color-clamp, color-saturate-hsl, color-saturate-name)
14238 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14239 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14240
14241 2012-01-24 Glenn Morris <rgm@gnu.org>
14242
14243 * vc/vc-rcs.el (vc-rcs-create-tag):
14244 * vc/vc-sccs.el (vc-sccs-create-tag):
14245 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14246
14247 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14248
14249 * eshell/esh-util.el (eshell-read-hosts-file):
14250 Skip comment lines. (Bug#10549)
14251
14252 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14253
14254 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14255
14256 * subr.el (display-delayed-warnings): Doc fix.
14257 (collapse-delayed-warnings): New function to collapse identical
14258 adjacent warnings.
14259 (delayed-warnings-hook): Add it.
14260
14261 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14262
14263 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14264
14265 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14266 (tramp-default-user-alist): Don't add "pscp".
14267 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14268 property "login-as", if set. (Bug#10530)
14269
14270 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14271
14272 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14273 "plink1" and "psftp". (Bug#10530)
14274
14275 2012-01-21 Kenichi Handa <handa@m17n.org>
14276
14277 * international/mule-cmds.el (prefer-coding-system): Show a
14278 warning message if the default value of file-name-coding-system
14279 was not changed.
14280
14281 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14282
14283 * windmove.el (windmove-reference-loc):
14284 Fix windmove-reference-loc miscalculation.
14285
14286 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14287
14288 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14289 default unit.
14290
14291 2012-01-21 Glenn Morris <rgm@gnu.org>
14292
14293 * international/mule.el (auto-coding-alist): Add .tbz.
14294
14295 * files.el (local-enable-local-variables): Doc fix.
14296 (inhibit-local-variables-regexps): Rename from
14297 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14298 Doc fix. Add some extensions from auto-coding-alist.
14299 (inhibit-local-variables-suffixes):
14300 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14301 (inhibit-local-variables-p):
14302 New function, extracted from set-auto-mode-1.
14303 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14304 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14305 (hack-local-variables): Doc fix. Make the mode-only case
14306 respect enable-local-variables and friends.
14307 Respect inhibit-local-variables-regexps for file-locals, but
14308 not for directory-locals.
14309 (set-visited-file-name):
14310 Take account of inhibit-local-variables-regexps.
14311 Whether it applies may change as the file name is changed.
14312 * jka-cmpr-hook.el (jka-compr-install):
14313 * jka-compr.el (jka-compr-uninstall):
14314 Update for inhibit-first-line-modes-suffixes name change.
14315
14316 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14317
14318 * help-macro.el (make-help-screen): Temporarily restore original
14319 binding for minor-mode-map-alist (Bug#10454).
14320
14321 2012-01-19 Julien Danjou <julien@danjou.info>
14322
14323 * color.el (color-name-to-rgb): Use the white color to find the max
14324 color component value and return correctly computed values.
14325 (color-name-to-rgb): Add missing float conversion for max value.
14326
14327 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14328
14329 * window.el (window--state-get-1, window-state-get): Do not use
14330 special state value for window-persistent-parameters.
14331 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14332 (window--state-put-2): Reset all window parameters to nil before
14333 assigning values of persistent parameters.
14334
14335 2012-01-18 Alan Mackenzie <acm@muc.de>
14336
14337 Eliminate sluggishness and hangs in fontification of "semicolon
14338 deserts".
14339
14340 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14341 Change value 10000 -> 3000.
14342 (c-state-safe-place): Reformulate so it doesn't stack up an
14343 infinite number of wrong entries in c-state-nonlit-pos-cache.
14344 (c-determine-limit-get-base, c-determine-limit): New functions to
14345 determine backward search limits disregarding literals.
14346 (c-find-decl-spots): Amend commenting.
14347 (c-cheap-inside-bracelist-p): New function which detects "={".
14348
14349 * progmodes/cc-fonts.el
14350 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14351 backward search.
14352 (c-font-lock-declarations): Fix an occurrence of point being
14353 undefined. Check additionally for point being in a bracelist or
14354 near a macro invocation without a semicolon so as to avoid a
14355 fruitless time consuming search for a declarator. Give a more
14356 precise search limit for declarators using the new
14357 c-determine-limit.
14358
14359 2012-01-18 Glenn Morris <rgm@gnu.org>
14360
14361 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14362 (set-auto-mode): Doc fixes.
14363
14364 2012-01-17 Glenn Morris <rgm@gnu.org>
14365
14366 * isearch.el (search-nonincremental-instead): Fix doc typo.
14367
14368 * dired.el (dired-insert-directory): Handle newlines in directory name.
14369 (dired-build-subdir-alist): Unescape newlines in directory name.
14370
14371 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14372
14373 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14374 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14375 (tramp-action-terminal): Use it. (Bug#10530)
14376
14377 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14378
14379 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14380
14381 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14382
14383 * window.el (window-state-ignored-parameters): Remove variable.
14384 (window--state-get-1): Rename argument MARKERS to IGNORE.
14385 Handle persistent window parameters. Make copy of clone-of
14386 parameter only if requested. (Bug#10348)
14387 (window--state-put-2): Install a window parameter only if it has
14388 a non-nil value or an existing parameter shall be overwritten.
14389
14390 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14391
14392 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14393
14394 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14395
14396 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14397 don't pass the (nil) value of `upnode' to string-match.
14398
14399 2012-01-14 Chong Yidong <cyd@gnu.org>
14400
14401 * startup.el (command-line): Fix X resource class for cursorColor.
14402 Fix values recognized by the cursorBlink resource.
14403
14404 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14405
14406 * epg.el (epg--make-temp-file): Avoid permission race condition
14407 when running on old Emacs versions (bug#10403).
14408
14409 2012-01-14 Glenn Morris <rgm@gnu.org>
14410
14411 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14412
14413 2012-01-13 Alan Mackenzie <acm@muc.de>
14414
14415 Fix filling for when filladapt mode is enabled.
14416
14417 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14418 c-mask-paragraph, pass in `fill-paragraph' rather than
14419 `fill-region-as-paragraph'. (This is a reversion of a previous
14420 change.)
14421 * progmodes/cc-mode.el (c-basic-common-init):
14422 Make fill-paragraph-handle-comment buffer local and set it to nil.
14423
14424 2012-01-13 Glenn Morris <rgm@gnu.org>
14425
14426 * dired.el (dired-switches-escape-p): New function.
14427 (dired-insert-directory): Use dired-switches-escape-p.
14428 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14429
14430 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14431
14432 2012-01-12 Glenn Morris <rgm@gnu.org>
14433
14434 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14435 changes in adaptive-fill-regexp. (Bug#10276)
14436
14437 2012-01-11 Alan Mackenzie <acm@muc.de>
14438
14439 Fix Emacs bug #10463 - put `widen's around the critical spots.
14440
14441 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14442 widen around each invocation of c-state-pp-to-literal. Remove an
14443 unused let variable.
14444
14445 2012-01-11 Glenn Morris <rgm@gnu.org>
14446
14447 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14448 Doc fix.
14449
14450 2012-01-10 Chong Yidong <cyd@gnu.org>
14451
14452 * net/network-stream.el (network-stream-open-starttls):
14453 Avoid emitting a confusing error message when the server gives a bad
14454 response to the capability command.
14455
14456 2012-01-10 Glenn Morris <rgm@gnu.org>
14457
14458 * mail/unrmail.el (unrmail): Tweak previous change.
14459
14460 2012-01-09 Chong Yidong <cyd@gnu.org>
14461
14462 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14463
14464 2012-01-08 Alan Mackenzie <acm@muc.de>
14465
14466 Optimize font locking in long enum definitions.
14467
14468 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14469 arm to a cond form to handle enums.
14470 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14471 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14472
14473 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14474
14475 * files.el (move-file-to-trash): Preserve default file modes on error.
14476 (Bug#10401)
14477
14478 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14479
14480 * faces.el (set-face-attribute): Clarify the meaning of the nil
14481 frame (bug#10294).
14482
14483 * subr.el (with-selected-frame): Mention that the selected frame
14484 is restored (bug#9980).
14485
14486 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14487 (bug#9759).
14488
14489 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14490 (password-read): Don't autoload unused function.
14491
14492 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14493
14494 * progmodes/which-func.el (which-func-mode): Turn into a
14495 non-interactive function and mark as obsolete (bug#10428).
14496
14497 2012-01-06 Chong Yidong <cyd@gnu.org>
14498
14499 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14500 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14501 functions, along with 1 and -1.
14502
14503 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14504
14505 * time.el (display-time-load-average)
14506 (display-time-default-load-average): Doc fixes. See the thread
14507 starting at
14508 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14509 for the details.
14510
14511 2012-01-06 Glenn Morris <rgm@gnu.org>
14512
14513 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14514 has no messages. (Bug#10377)
14515
14516 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14517 than Info-edit. (Bug#10385)
14518
14519 * time.el (display-time-load-average, display-time-next-load-average):
14520 Doc fixes.
14521
14522 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14523 local setting of buffer-read-only to the input buffer. (Bug#10419)
14524
14525 * calendar/calendar.el (calendar-mode):
14526 Locally set scroll-margin to 0. (Bug#10379)
14527
14528 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14529
14530 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14531
14532 2012-01-05 Glenn Morris <rgm@gnu.org>
14533
14534 * eshell/em-unix.el (diff-no-select): Autoload it.
14535 (eshell/diff): Use diff-no-select. (Bug#10420)
14536
14537 2012-01-05 Chong Yidong <cyd@gnu.org>
14538
14539 * shell.el (shell-dynamic-complete-functions): Revert last change.
14540 (shell-command-completion-function): New function.
14541 (shell-completion-vars): Use it to implement
14542 shell-completion-execonly (Bug#10417).
14543
14544 * custom.el (enable-theme): Don't set custom-safe-themes.
14545
14546 * cus-theme.el (custom-theme-merge-theme):
14547 Ignore custom-enabled-themes and custom-safe-themes.
14548
14549 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14550
14551 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14552 first prompt in `sql-interacive-mode'.
14553 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14554 keywords.
14555 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14556 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14557 context of original buffer. Invoke `sql-login-hook'.
14558
14559 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14560
14561 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14562 letters in cite-prefix.
14563
14564 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14565
14566 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14567
14568 2012-01-03 Chong Yidong <cyd@gnu.org>
14569
14570 * shell.el (shell-dynamic-complete-functions):
14571 Put pcomplete-completions-at-point, so as to try
14572 comint-filename-completion first (Bug#10417).
14573
14574 2012-01-02 Richard Stallman <rms@gnu.org>
14575
14576 * battery.el (battery-status-function):
14577 Detect when to use battery-yeeloong-sysfs.
14578 (battery-echo-area-format): Add string for Yeeloong.
14579 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14580 (battery-yeeloong-sysfs): New function.
14581
14582 2012-01-02 Chong Yidong <cyd@gnu.org>
14583
14584 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14585 (dirtrack): Merge code for handling relative filenames in prompt
14586 from shell-dir-cookie-watcher.
14587 (dirtrack-debug-message): New arg to avoid excess format calls.
14588
14589 * shell.el (shell-dir-cookie-re): Variable deleted.
14590 (shell-dir-cookie-watcher): Function deleted.
14591 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14592 with dirtrack-mode.
14593
14594 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14595
14596 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14597 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14598 libgnutls-26.dll.
14599
14600 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14601
14602 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14603
14604 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14605
14606 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14607 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14608
14609 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14610
14611 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14612 also for alternative shells.
14613 (tramp-open-connection-setup-interactive-shell): Check, whether
14614 the shell is a busybox.
14615 (tramp-send-command): Don't suppress multiple prompts for
14616 busyboxes, it hurts.
14617
14618 2011-12-28 Chong Yidong <cyd@gnu.org>
14619
14620 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14621 (gdb-get-source-file): Move mode line update to
14622 gdb-get-source-file (Bug#10087).
14623
14624 2011-12-25 Chong Yidong <cyd@gnu.org>
14625
14626 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14627 gud-gdb-marker-filter without taking it as an argument.
14628 (gud-gdb-run-command-fetch-lines): Caller changed.
14629 (gud-gdb-completion-function): New variable.
14630 (gud-gdb-completion-at-point): Use it.
14631 (gud-gdb-completions-1): Split from gud-gdb-completions.
14632
14633 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14634 function as separate arguments.
14635 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14636 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14637 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14638 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14639 (gdb-stopped, def-gdb-auto-update-trigger)
14640 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14641 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14642 Callers changed.
14643 (gud-gdbmi-completions): New function.
14644 (gdb): Use it for generating the completion table.
14645
14646 2011-12-24 Alan Mackenzie <acm@muc.de>
14647
14648 Introduce a mechanism to widen the region used in context font
14649 locking. Use this to protect declarations from losing their contexts.
14650
14651 * progmodes/cc-langs.el (c-before-font-lock-functions):
14652 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14653 (c-before-context-fontification-functions): New defvar, a list of
14654 functions to be run just before context (etc.) font locking.
14655
14656 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14657 New, functionality extracted from
14658 c-neutralize-syntax-in-and-mark-CPP.
14659 (c-in-after-change-fontification): New variable.
14660 (c-after-change): Set c-in-after-change-fontification.
14661 (c-set-fl-decl-start): Rejig its interface, so it can be called
14662 from both after-change and context fontifying.
14663 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14664 New functions.
14665 (c-standard-font-lock-fontify-region-function): New variable.
14666 (c-font-lock-fontify-region): New function.
14667
14668 2011-12-24 Juri Linkov <juri@jurta.org>
14669
14670 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14671 (Bug#10348)
14672
14673 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14674
14675 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14676 existence of source file. (Bug#10325)
14677
14678 2011-12-23 Alan Mackenzie <acm@muc.de>
14679
14680 Fix unstable fontification inside templates.
14681
14682 * progmodes/cc-langs.el (c-before-font-lock-functions):
14683 Newly created from the singular version. The (c c++ objc) entry now
14684 additionally has c-set-fl-decl-start. The other languages (apart
14685 from AWK) have that as a single entry.
14686
14687 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14688 The functionality for "local" declarations has been extracted to
14689 c-set-fl-decl-start.
14690
14691 * progmodes/cc-mode.el (c-common-init, c-after-change):
14692 Changes due to pluralisation of c-before-font-lock-functions.
14693 (c-set-fl-decl-start): New function, extracted from
14694 c-font-lock-enclosing-decls and enhanced.
14695
14696 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14697
14698 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14699
14700 2011-12-22 Juri Linkov <juri@jurta.org>
14701
14702 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14703
14704 2011-12-22 Chong Yidong <cyd@gnu.org>
14705
14706 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14707
14708 2011-12-21 Drew Adams <drew.adams@oracle.com>
14709
14710 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14711
14712 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14713
14714 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14715
14716 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14717
14718 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14719 highlighting and support. Fix up comments for capitalization.
14720 (cfengine-mode-debug): New var.
14721 (cfengine3-mode): Change the modeline indicator to "CFE3".
14722 (cfengine3-font-lock-keywords): Improve defun highlighting.
14723 (cfengine2-actions): Rename from `cfengine-actions'.
14724 (cfengine2-font-lock-keywords): Rename from
14725 `cfengine-font-lock-keywords'.
14726 (cfengine2-imenu-expression): Rename from
14727 `cfengine-imenu-expression'.
14728 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14729 (cfengine2-beginning-of-defun): Rename from
14730 `cfengine-beginning-of-defun'.
14731 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14732 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14733 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14734 modeline indicator to "CFE2".
14735 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14736 (cfengine-mode-abbrevs): Mark obsolete.
14737
14738 2011-12-21 Chong Yidong <cyd@gnu.org>
14739
14740 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14741 filename argument.
14742
14743 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14744
14745 * window.el (window-normalize-buffer-to-display): Remove.
14746 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14747
14748 2011-12-19 Chong Yidong <cyd@gnu.org>
14749
14750 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14751 Don't signal an error in a predicate function; return non-nil.
14752 (vc-dir-mark-file): Move the error here.
14753 (vc-dir-mark-unmark): If acting on the region, keep going if one
14754 of the entries cannot be marked/unmarked.
14755 (vc-dir-mark-all-files): If current entry is a directory, mark
14756 only child files, as documented.
14757
14758 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14759
14760 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14761 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14762 addition.
14763
14764 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14765
14766 * term/ns-win.el (ns-get-selection-internal)
14767 (ns-store-selection-internal): Declare.
14768 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14769 Declare as obsolete.
14770 (ns-get-pasteboard, ns-paste-secondary):
14771 Use ns-get-selection-internal.
14772 (ns-set-pasteboard, ns-copy-including-secondary):
14773 Use ns-store-selection-internal.
14774
14775 2011-12-17 Chong Yidong <cyd@gnu.org>
14776
14777 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14778 (vc-deduce-fileset): Doc fix.
14779
14780 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14781
14782 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14783
14784 2011-12-13 Sam Steingold <sds@gnu.org>
14785
14786 * man.el (Man-getpage-in-background): When running under a
14787 window-system, ignore $MANWIDTH and $COLUMNS.
14788
14789 2011-12-15 Kenichi Handa <handa@m17n.org>
14790
14791 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14792 (setup-ethiopic-environment-internal): Comment out key-binding for
14793 ethio-toggle-punctuation.
14794
14795 2011-12-13 Alan Mackenzie <acm@muc.de>
14796
14797 Add the switch statement to AWK Mode.
14798
14799 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14800 "default" to the keywords regexp.
14801
14802 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14803 expression as the rest.
14804 (c-nonlabel-token-key): Allow string literals for AWK.
14805 Refactor for the other modes.
14806
14807 Large brace-block initialisation makes CC Mode slow: Fix.
14808 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14809 routines. Limit backward searching in c-font-lock-enclosing.decl.
14810
14811 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14812 pp-state and literal type in addition to the limits.
14813 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14814 (c-state-literal-at): Use the above new defun.
14815 (c-slow-in-literal, c-fast-in-literal): Remove.
14816 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14817
14818 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14819 being in a literal. Add a limit for backward searching.
14820
14821 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14822 c-slow-in-literal.
14823
14824 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14825
14826 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14827
14828 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14829
14830 * window.el (delete-other-windows): Use correct frame in call to
14831 window-with-parameter.
14832
14833 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14834
14835 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14836 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14837 (makefile-gmake-statements, makefile-makepp-statements):
14838 Use it and add new makepp keywords.
14839 (makefile-makepp-font-lock-keywords): Add new patterns.
14840 (makefile-match-function-end): Match new [...] and [[...]].
14841
14842 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14843
14844 * ses.el (ses-call-printer-return, ses-cell-property-get)
14845 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14846 (ses-create-cell-variable, ses-reset-header-string)
14847 (ses-cell-set-formula, ses-repair-cell-reference-all)
14848 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14849 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14850 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14851 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14852 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14853 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14854 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14855 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14856 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14857 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14858 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14859 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14860
14861 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14862
14863 * ses.el: The overall change is to add cell renaming, that is
14864 setting fancy names for cell symbols other than name matching
14865 "\\`[A-Z]+[0-9]+\\'" regexp .
14866 (ses-create-cell-variable): New defun.
14867 (ses-relocate-formula): Relocate formulas only for cells the
14868 symbols of which are not renamed, i.e. symbols whose names do not
14869 match regexp "\\`[A-Z]+[0-9]+\\'".
14870 (ses-relocate-all): Relocate values only for cells the symbols of
14871 which are not renamed.
14872 (ses-load): Create cells variables as the (ses-cell ...) are read,
14873 in order to check row col consistency with cell symbol name only
14874 for cells that are not renamed.
14875 (ses-replace-name-in-formula): New defun.
14876 (ses-rename-cell): New defun.
14877
14878 2011-12-11 Chong Yidong <cyd@gnu.org>
14879
14880 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14881 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14882
14883 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14884
14885 * window.el (other-window): Fix docstring.
14886
14887 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14888
14889 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14890 `from' or `to' address before taking its substring.
14891 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14892 encoded name is chopped in the middle of the encoded string, and
14893 thus displayed encoded.
14894
14895 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14896
14897 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14898
14899 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14900
14901 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14902 to use texinfo-update-node and commands that call it if the
14903 Texinfo file uses @node lines without next/prev/up pointers.
14904 Correct outdated description about texinfo-master-menu.
14905 (texinfo-all-menus-update, texinfo-master-menu)
14906 (texinfo-update-node, texinfo-every-node-update)
14907 (texinfo-multiple-files-update): Doc fix. Warn against updating
14908 all the @node lines.
14909 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14910 argument is numeric. Explain better in the doc string what the
14911 function really does.
14912 (texinfo-insert-master-menu-list): Improve the error message
14913 displayed if there's no menu in the Top node.
14914 (Bug#2975) See also this thread:
14915 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14916
14917 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14918
14919 * speedbar.el (speedbar-supported-extension-expressions):
14920 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14921
14922 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14923
14924 * printing.el (pr-mode-alist):
14925 * simple.el (filter-buffer-substring-functions)
14926 (completion-list-insert-choice-function):
14927 * window.el (window-with-parameter, window-atom-root)
14928 (window-sides-slots, window-size-fixed, window-min-delta)
14929 (window-max-delta, window--resize-mini-window)
14930 (window--resize-child-windows-normal, window-tree)
14931 (delete-other-windows, quit-window, split-window)
14932 (display-buffer-record-window, special-display-buffer-names)
14933 (special-display-regexps, special-display-popup-frame)
14934 (same-window-p, split-window-sensibly)
14935 (display-buffer-overriding-action, display-buffer-alist)
14936 (display-buffer-base-action, display-buffer, switch-to-buffer)
14937 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14938 (fit-window-to-buffer, recenter-positions)
14939 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14940 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14941 and remove unneeded backslashes in docstrings.
14942
14943 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14944
14945 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14946
14947 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14948 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14949 end in ".mk".
14950 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14951 when reading the makefile (bug#10116).
14952
14953 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14956 (bug#10116).
14957
14958 2011-12-06 Glenn Morris <rgm@gnu.org>
14959
14960 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14961
14962 2011-12-06 Chong Yidong <cyd@gnu.org>
14963
14964 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14965
14966 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14967
14968 * textmodes/table.el (table-shorten-cell): Fix typo.
14969
14970 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14971
14972 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14973
14974 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14975
14976 * descr-text.el (describe-char): Fix display of strong
14977 right-to-left characters and directional embeddings and overrides.
14978
14979 * simple.el (what-cursor-position): Fix display of codepoints of
14980 strong right-to-left characters.
14981
14982 2011-12-05 Chong Yidong <cyd@gnu.org>
14983
14984 * faces.el (read-color): Doc fix.
14985
14986 2011-12-05 Glenn Morris <rgm@gnu.org>
14987
14988 * align.el (align--set-marker): Add doc-string.
14989 Don't try to move something that is not a marker. (Bug#10216)
14990
14991 2011-12-04 Glenn Morris <rgm@gnu.org>
14992
14993 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
14994 overly zealous deletion of trailing whitespace.
14995
14996 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
14997
14998 * server.el (server-delete-client): On Windows, do not try to delete
14999 the only terminal.
15000 (server-process-filter): On Windows, treat requests for a tty frame as
15001 if they were for a GUI frame if the running server is in GUI mode.
15002
15003 2011-12-03 Glenn Morris <rgm@gnu.org>
15004
15005 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15006
15007 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * electric.el: Streamline electric-indent's hook.
15010 (electric-indent-chars): Revert to simple list.
15011 (electric-indent-functions): New var.
15012 (electric-indent-post-self-insert-function): Use it.
15013
15014 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15015 there's no inferior buffer (bug#10196).
15016 (prolog-consult-compile): Don't use toggle-read-only.
15017
15018 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15019
15020 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15021 interrupt. (Bug#10187)
15022
15023 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15024
15025 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15026 (bug#9160).
15027
15028 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15029 (bug#10191).
15030
15031 2011-12-02 Juri Linkov <juri@jurta.org>
15032
15033 * info.el (Info-search): Display "end of manual" when Isearch
15034 reaches the end of single-file Info manual. (Bug#9918)
15035
15036 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15037
15038 * isearch.el (isearch-message-prefix): Run the input method part
15039 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15040
15041 2011-12-02 Juri Linkov <juri@jurta.org>
15042
15043 * isearch.el (isearch-occur): Use `word-search-regexp' for
15044 `isearch-word'.
15045 (isearch-search-and-update): Add condition for `isearch-word' and
15046 call `word-search-regexp'. (Bug#10145)
15047
15048 2011-12-01 Glenn Morris <rgm@gnu.org>
15049
15050 * eshell/em-hist.el (eshell-hist-initialize):
15051 Handle eshell-history-size nil and HISTSIZE set or unset.
15052 (eshell-history-file-name, eshell-history-size): Fix custom type.
15053
15054 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15055
15056 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15057
15058 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15059
15060 * progmodes/verilog-mode.el (verilog-pretty-expr):
15061 Rework verilog-pretty-expr to handle new assignment operators in system
15062 verilog, such as += *= and the like.
15063 (verilog-assignment-operator-re): Regular expression to find the
15064 assigment operator in a verilog assignment.
15065 (verilog-assignment-operation-re): Regular expression to find an
15066 assignment statement for pretty-expr.
15067 (verilog-in-attribute-p): Query returns true if point is in an
15068 attribute context; used to skip these for expression line up from
15069 pretty-expr.
15070 (verilog-in-parameter-p): Query returns true if point is in an
15071 parameter definition context; used to skip these for expression
15072 line up from pretty-expr.
15073 (verilog-in-parenthesis-p): Query returns true if point is in a
15074 parenthetical expression, specifically ( ) but not [ ] or { };
15075 used by pretty-expr.
15076 (verilog-just-one-space): If there is no space, don't add one.
15077 (verilog-get-lineup-indent-2): Specifically skip just attribute
15078 contexts for expression lineup, rather than skipping all
15079 parenthetical expressions.
15080 (verilog-calculate-indent): Fix comment, and fix indent.
15081 (verilog-do-indent): Indent declarations in lists (suggested by
15082 Joachim Lechner).
15083 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15084 skeleton items.
15085 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15086 by Alain Mellan).
15087
15088 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15089
15090 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15091 parameters with embedded comments. Reported by Ray Stevens.
15092 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15093 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15094 Reported by Tim Holt.
15095 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15096 instantiated by upper module causing wrong expansion until AUTOed a
15097 second time. Reported by K C Buckenmaier.
15098 (verilog-diff-auto): Fix showing .* as a difference when
15099 `verilog-auto-star-save' off. Reported by Dan Dever.
15100 (verilog-auto-reset, verilog-read-always-signals)
15101 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15102 temporary signals in reset list if
15103 verilog-auto-reset-blocking-in-non is nil, and match assignment
15104 style to each signal's assignment type, bug381.
15105 Reported by Thomas Esposito.
15106 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15107 (verilog-uvm-statement-re): Support UVM indentation and
15108 highlighting, with old OVM keywords only.
15109 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15110 Support AUTOTIEOFF creating non-wire data types.
15111 Suggested by Jonathan Greenlaw.
15112 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15113 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15114 (verilog-inject-sense, verilog-read-inst-pins)
15115 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15116 Fix mismatching parenthesis inside commented out code when deleting
15117 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15118 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15119 non-numeric vector width. Reported by Alex Reed.
15120 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15121 detecting signals with parameter widths. Reported by Alex Reed.
15122 (verilog-auto-delete-trailing-whitespace):
15123 With `verilog-auto-delete-trailing-whitespace' remove trailing
15124 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15125 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15126 Fix verilog-scan-cache corruption when running user AUTO expansion
15127 hooks that call indentation routines.
15128 (verilog-simplify-range-expression): Fix typo ignoring lower case
15129 identifiers.
15130 (verilog-delete-auto): Fix delete-autos to also remove user created
15131 automatics, as long as they start with AUTO.
15132 (verilog-batch-diff-auto, verilog-diff-auto)
15133 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15134 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15135 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15136 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15137 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15138 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15139 is disabled and its cache will get corrupt, causing AUTOS not to
15140 expand. Instead use only -quick functions.
15141 (verilog-scan-region): Fix scanning over escaped quotes.
15142 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15143 (verilog-re-search-backward-quick)
15144 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15145 related functions now ignore strings, to fix misparsing of strings
15146 with magic comments embedded in them.
15147 (verilog-read-auto-template):
15148 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15149 Reported by Brad Dobbie.
15150 (verilog-read-auto-template):
15151 Fix 'verilog-auto-inst-template-numbers' with comments.
15152 Reported by Brad Dobbie.
15153 (verilog-auto-inst, verilog-auto-inst-param)
15154 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15155 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15156 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15157 debugging templates without merge conflicts, bug357.
15158 Reported by Brad Dobbie.
15159 (verilog-read-auto-template):
15160 Fix verilog-auto-inst-template-numbers with multiple templates.
15161 Reported by Brad Dobbie.
15162 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15163 abbrevs so user won't be asked to save.
15164 (verilog-read-auto-lisp-present): Fix to start at beginning of
15165 buffer in case called outside of verilog-auto.
15166 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15167 to "X-2". Reported by Matthew Myers.
15168 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15169 all inputs from module templates. Reported by Leith Johnson.
15170 (verilog-module-inside-filename-p): Fix locating programs as with
15171 modules.
15172 (verilog-auto-inst-port): Fix vl-width expressions when using
15173 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15174 (verilog-decls-get-regs, verilog-decls-get-signals,
15175 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15176 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15177 verilog-read-decls): Combine reg and wire structures into one var
15178 structure to represent SystemVerilog concepts.
15179 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15180 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15181 (verilog-auto-wire-type, verilog-insert-definition):
15182 Add verilog-auto-wire-type and AUTOLOGIC to support using
15183 SystemVerilog "logic" keyword instead of "wire"/"reg".
15184 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15185 to declares outputs that also have assignments (presumably in an
15186 ifdef or generate if so there's not a driver conflict).
15187 Reported by Matthew Myers.
15188 (verilog-auto-declare-nettype, verilog-insert-definition):
15189 Add verilog-auto-declare-nettype to fix declarations using
15190 `default_nettype none. Reported by Julian Gorfajn.
15191 (verilog-read-always-signals-recurse, verilog-read-decls)
15192 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15193 malformed end statement, bug325. Reported by Joshua Wise and
15194 Andrew Drake.
15195 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15196 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15197 when expanding .* in interfaces, bug320.
15198 Reported by Pierre-David Pfister.
15199 (verilog-read-module-name): Fix import statements between module
15200 name and open parenthesis, bug317.
15201 Reported by Pierre-David Pfister.
15202 (verilog-simplify-range-expression): Fix simplification of
15203 multiplications inside AUTOWIRE connections, bug303.
15204 (verilog-auto-inst-port): Support parameter expansion in
15205 multidimensional arrays.
15206 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15207 after "assert property". Reported by Julian Gorfajn.
15208 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15209 with multiplication, bug303.
15210 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15211 Reported by Jan Frode Lonnum.
15212
15213 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15214
15215 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15216 (hfy-shell-file-name, hfy-shell):
15217 * international/fontset.el (x-decompose-font-name): Fix typos.
15218
15219 2011-11-29 Ken Brown <kbrown@cornell.edu>
15220
15221 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15222 (gdb-version): Remove defvar.
15223 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15224 (gdb-gud-context-command, gdb-non-stop-handler)
15225 (gdb-current-context-command, gdb-stopped): Use it.
15226 (gdb-init-1): Enable pretty printing here.
15227 (gdb-non-stop-handler): Don't enable pretty-printing here.
15228 Check to see if the target supports non-stop mode; if not, turn off
15229 non-stop mode. Use the following.
15230 (gdb-check-target-async): New defun.
15231 (gud-watch, gdb-stopped): Fix whitespace.
15232 (gdb-get-source-file): Don't try to display the source file if
15233 `gdb-main-file' is nil.
15234
15235 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15236
15237 * align.el: Try to generate fewer markers (bug#10047).
15238 (align--set-marker): New macro.
15239 (align-region): Use it.
15240
15241 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15242
15243 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15244
15245 2011-11-29 Chong Yidong <cyd@gnu.org>
15246
15247 * indent.el (indent-for-tab-command, indent-according-to-mode):
15248 Doc fix.
15249 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15250
15251 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15252
15253 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15254 aware of remote file names. (Bug#10124)
15255
15256 2011-11-29 Chong Yidong <cyd@gnu.org>
15257
15258 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15259
15260 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * files.el (find-file): Don't use force-same-window (bug#10144).
15263 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15264 use pop-to-buffer if the selected window can't be used.
15265 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15266
15267 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15268
15269 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15270 special-mode-map.
15271
15272 2011-11-28 Chong Yidong <cyd@gnu.org>
15273
15274 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15275
15276 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15277
15278 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15279 gdb-get-source-file-list on gdb-create-source-file-list.
15280
15281 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15282
15283 * whitespace.el (whitespace-newline): Use a different foreground
15284 color for 16-color light-background displays.
15285
15286 2011-11-24 Chong Yidong <cyd@gnu.org>
15287
15288 * window.el (display-buffer--special-action): Doc fix.
15289
15290 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15291
15292 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15293 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15294 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15295 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15296 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15297 (avl-tree-stack-first):
15298 * emacs-lisp/cconv.el (cconv--analyse-use):
15299 * net/gnutls.el (gnutls-negotiate): Fix typos.
15300
15301 2011-11-24 Glenn Morris <rgm@gnu.org>
15302
15303 * lpr.el (lpr-windows-system, lpr-lp-system):
15304 * mail/binhex.el (binhex-begin-line):
15305 * progmodes/grep.el (grep-history, grep-find-history):
15306 * textmodes/flyspell.el:
15307 * vc/pcvs-defs.el (cvs-global-menu):
15308 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15309 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15310 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15311
15312 * net/tls.el: Fix case of "GnuTLS".
15313
15314 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15315
15316 * version.el (emacs-build-system): Give it a doc-string.
15317
15318 2011-11-24 Juri Linkov <juri@jurta.org>
15319
15320 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15321
15322 2011-11-24 Glenn Morris <rgm@gnu.org>
15323
15324 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15325 if called on a non-mime message just toggle the headers. (Bug#8006)
15326
15327 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15328
15329 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15330 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15331 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15332 (allout-rebullet-heading, allout-open-sibtopic)
15333 (allout-toggle-current-subtree-encryption)
15334 (allout-toggle-subtree-encryption, allout-encrypt-string)
15335 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15336 (allout-distinctive-bullets-string, allout-auto-activation):
15337 * window.el (window-normalize-buffer-to-display):
15338 * progmodes/verilog-mode.el (verilog-batch-indent):
15339 * textmodes/bibtex.el (bibtex-field-braces-opt)
15340 (bibtex-field-strings-opt):
15341 * vc/cvs-status.el (cvs-tree-merge):
15342 Fix typos.
15343
15344 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15345
15346 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15347 `non-essential' to t, in order to avoid remote connections.
15348
15349 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15350
15351 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15352 On MS-DOS and MS-Windows, compare with loaddefs.el
15353 case-insensitively.
15354
15355 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15356
15357 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15358
15359 2011-11-23 Glenn Morris <rgm@gnu.org>
15360
15361 * paths.el (rmail-file-name): Reformat the doc-string so that it
15362 is picked up.
15363
15364 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15365 (rmail-auto-file): Ignore case in the "special" field names,
15366 as mail-fetch-field does for all others.
15367
15368 * mail/rmail.el (rmail-forward):
15369 * mail/rmailkwd.el (rmail-set-label):
15370 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15371 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15372
15373 * mail/rmail.el (rmail-current-message): Doc fix.
15374
15375 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15376
15377 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15378
15379 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15380
15381 2011-11-22 Glenn Morris <rgm@gnu.org>
15382
15383 * mail/rmailmm.el (test-rmail-mime-handler)
15384 (test-rmail-mime-bulk-handler)
15385 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15386
15387 2011-11-21 Juri Linkov <juri@jurta.org>
15388
15389 * calc/calc.el (calc-read-key-sequence):
15390 Let-bind `input-method-function' to nil. (Bug#10018)
15391
15392 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15393
15394 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15395 Tell the caller that the next line needs recomputation, even
15396 though it doesn't start a sexp (bug#10094).
15397
15398 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15401
15402 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15403
15404 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15405 Use force-same-window.
15406
15407 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15408
15409 * descr-text.el (describe-char-unicode-data):
15410 * json.el (json-string-escape):
15411 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15412 (Footnote-unicode, Footnote-style-p):
15413 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15414
15415 2011-11-20 Chong Yidong <cyd@gnu.org>
15416
15417 * window.el (replace-buffer-in-windows): Restore interactive spec.
15418
15419 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15420
15421 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15422
15423 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15424 (byte-compile-global-not-obsolete-vars): New var.
15425 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15426 Use it.
15427 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15428
15429 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15430
15431 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15432 * progmodes/pascal.el (electric-pascal-equal):
15433 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15434 * xml.el (xml-substitute-special): Fix typos.
15435
15436 2011-11-20 Glenn Morris <rgm@gnu.org>
15437
15438 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15439 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15440 Doc fixes.
15441 (rmail-decode-mime-charset): Mark as obsolete.
15442
15443 * mail/rmailsum.el (rmail-message-regexp-p-1):
15444 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15445 Before using mime functions, check they are set. (Bug#10077)
15446
15447 2011-11-19 Juri Linkov <juri@jurta.org>
15448
15449 * info.el (Info-finder-find-node): Use `package--builtins' instead
15450 of `package-alist'. Use node names formed by the pattern "Keyword "
15451 and the keyword name.
15452
15453 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15454
15455 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15456
15457 2011-11-19 Juri Linkov <juri@jurta.org>
15458
15459 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15460 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15461 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15462 `old-history', `old-history-forward'. Add let-binding
15463 `window-selected'. Remove calls to `kill-buffer',
15464 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15465 before calling `Info-find-node', so `Info-find-node-2' will reread
15466 the Info file. Restore window positions only when `window-selected'
15467 is non-nil.
15468
15469 2011-11-19 Juri Linkov <juri@jurta.org>
15470
15471 * isearch.el (isearch-lazy-highlight-new-loop):
15472 Remove condition `(not isearch-error)'. (Bug#9918)
15473
15474 * misearch.el (multi-isearch-search-fun): Add condition
15475 `(not bound)' to ignore lazy-highlighting search.
15476 Add the search-failed message "end of multi" when the end of
15477 multi-sequence is reached. Uncapitalize the search-failed
15478 message "Repeat for next buffer".
15479
15480 * info.el (Info-search): Add the search-failed message
15481 "end of the manual" when the end of the manual is reached
15482 in Isearch mode.
15483
15484 2011-11-19 Juri Linkov <juri@jurta.org>
15485
15486 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15487 Use non-destructive `remove' instead of `delete' because
15488 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15489 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15490
15491 2011-11-19 Juri Linkov <juri@jurta.org>
15492
15493 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15494 to nil instead of binding `search-ring' and `regexp-search-ring'.
15495 (Bug#9185)
15496
15497 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15498
15499 * simple.el (line-move): Force movement by logical lines for any
15500 hscrolled window, not only when auto-hscroll-mode is on.
15501 (line-move-visual): Update doc string to that effect. (Bug#10076)
15502
15503 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15504
15505 * language/european.el (macintosh): Define as alias for mac-roman.
15506
15507 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15508
15509 * mail/rmailmm.el (rmail-mime-display-header)
15510 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15511 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15512 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15513 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15514 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15515 of a raw aref.
15516 (rmail-mime-entity-segment): To get past the tagline, move forward
15517 2 more lines, to account for the 2 empty lines that precede and
15518 follow the line with the buttons.
15519 (rmail-mime-update-tagline): Move one more line, to get past the
15520 empty line that follows the buttons in the tagline. (Bug#9520)
15521
15522 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15523
15524 * window.el (window-max-delta-1, window-min-delta-1)
15525 (window-min-size-1, window-state-get-1, window-state-put-1)
15526 (window-state-put-2): Use "window--" prefix.
15527
15528 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15529
15530 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15531 (smie-warning-count): New var.
15532 (smie-set-prec2tab): Use it.
15533 (smie-bnf->prec2): Improve warnings. Add docstring.
15534 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15535 (smie-bnf--set-class): New function.
15536 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15537 corner case.
15538
15539 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15540 (compilation-error-properties, compilation-move-to-column):
15541 Handle compilation-first-column while in the target buffer.
15542
15543 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15544 Don't hardcode point-min==1.
15545
15546 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15547 (eshell-rewrite-for-command): Remove workaround.
15548 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15549 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15550 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15551
15552 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15553
15554 2011-11-17 Glenn Morris <rgm@gnu.org>
15555
15556 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15557 Ignore buffer-local generated-autoload-file if it is the same
15558 as the global value. (Bug#10049)
15559
15560 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15561
15562 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15563 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15564 (reftex-toc-previous-heading, reftex-toc-max-level)
15565 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15566 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15567 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15568 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15569 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15570 (reftex-toc-rename-label, reftex-toc-visit-location)
15571 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15572 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15573 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15574 leaving "*toc*" only for references to the buffer.
15575
15576 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15577
15578 * window.el (window-resize, delete-window, split-window):
15579 Replace window-splits by window-combination-resize.
15580 * cus-start.el (window-splits): Replace by window-combination-resize.
15581
15582 2011-11-17 Glenn Morris <rgm@gnu.org>
15583
15584 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15585 Make bash entry derive from sh entry, not shell entry.
15586
15587 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15588
15589 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15590 local file name.
15591
15592 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15593
15594 * menu-bar.el (menu-bar-file-menu):
15595 * printing.el (pr-ps-utility):
15596 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15597 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15598 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15599 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15600 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15601 (icalendar--convert-cyclic-to-ical)
15602 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15603 (icalendar--convert-ical-to-diary)
15604 (icalendar--convert-recurring-to-diary)
15605 (icalendar--convert-non-recurring-all-day-to-diary)
15606 (icalendar-import-format-sample):
15607 * progmodes/idlw-shell.el (idlwave-shell-mode):
15608 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15609 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15610 (vhdl-ps-print-init): Fix typos.
15611
15612 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15613
15614 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15615 FSF and collapse date sequence, obscure author/maintainer email address
15616 better, remove extra version line, track relocation of author's webpage.
15617
15618 * progmodes/python.el (python-pdbtrack-input-prompt)
15619 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15620 regular python pdb prompts. Adjustments shamelessly taken exactly as
15621 suggested in EmacsWiki page (tiny change):
15622 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15623
15624 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15625
15626 * expand.el (expand-pos, expand-index, expand-point):
15627 Remove redundant info from docstring.
15628 (expand-add-abbrevs): Doc fix.
15629 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15630 (expand-sample-perl-mode-expand-list): Fix typos.
15631
15632 * net/dbus.el (dbus-event-member-name):
15633 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15634 * term/pc-win.el (msdos-create-frame-with-faces):
15635 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15636
15637 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15638
15639 * window.el (split-window, window-state-get-1)
15640 (window-state-put-1, window-state-put-2): Rename occurrences of
15641 window-nest to window-combination-limit.
15642 * cus-start.el (window-nest): Rename to window-combination-limit.
15643
15644 2011-11-16 Chong Yidong <cyd@gnu.org>
15645
15646 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15647 regexp (Bug#10033).
15648
15649 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15650
15651 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15652 `completing-read' will remove *Completions* and will preserve
15653 current-buffer for us.
15654 (tmm-add-prompt): Users of *Completions* will always (re)set its
15655 major mode.
15656 (tmm-old-comp-map): Remove.
15657
15658 2011-11-16 Glenn Morris <rgm@gnu.org>
15659
15660 * mail/rmailedit.el: Require rmailmm when compiling.
15661 (rmail-old-mime-state): New declaration.
15662 (rmail-edit-current-message): If editing a mime message,
15663 edit the "raw" message from the mbox buffer.
15664 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15665
15666 2011-11-15 Glenn Morris <rgm@gnu.org>
15667
15668 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15669 which wasn't being used. Add optional arg to force given state.
15670 (rmail-mime): Add optional arg to force given state.
15671
15672 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15673
15674 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15675 * frame.el (display-mm-dimensions-alist):
15676 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15677 (outline-move-subtree-down):
15678 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15679 (newsticker--treeview-do-get-node):
15680 * net/quickurl.el (quickurl-list-buffer-name):
15681 * progmodes/dcl-mode.el (dcl-mode):
15682 * progmodes/gdb-mi.el (gdb-mapcar*):
15683 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15684
15685 2011-11-15 Glenn Morris <rgm@gnu.org>
15686
15687 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15688 in a boolean sense, so just make it a boolean, and fix the doc.
15689 (rmail-show-mime-function, rmail-mime-feature)
15690 (rmail-require-mime-maybe): Doc fixes.
15691 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15692
15693 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15694
15695 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15696
15697 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15698 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15699 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15700 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15701
15702 2011-11-15 Glenn Morris <rgm@gnu.org>
15703
15704 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15705 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15706 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15707 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15708 (rmail-mime, rmail-show-mime): Doc fixes.
15709
15710 * term/ns-win.el (mode-line-frame-identification):
15711 Leave it alone. (Bug#10051)
15712
15713 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15714
15715 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15716 Handle empty buffers. (Bug#9978)
15717
15718 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15719
15720 * international/mule.el (define-charset):
15721 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15722 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15723 * progmodes/verilog-mode.el (verilog-backward-token):
15724 * textmodes/ispell.el (lookup-words):
15725 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15726
15727 2011-11-14 Glenn Morris <rgm@gnu.org>
15728
15729 * progmodes/executable.el
15730 (executable-make-buffer-file-executable-if-script-p):
15731 Handle file-modes returning nil.
15732
15733 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15734 message - not necessary, and causes problems. (Bug#9831)
15735
15736 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15737
15738 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15739
15740 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15741 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15742 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15743
15744 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15745
15746 * window.el (window-resize, delete-window): Use window-splits
15747 variable instead of function.
15748 (window-state-get-1, window-state-put-2, window-state-put):
15749 Don't deal with windows' splits status.
15750
15751 2011-11-12 Glenn Morris <rgm@gnu.org>
15752
15753 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15754 (apropos-documentation): Doc fixes.
15755
15756 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15757
15758 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15759 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15760
15761 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15762
15763 * electric.el (electric-indent-post-self-insert-function): Make it
15764 possible for a char to only indent in some circumstances.
15765 (electric-indent-mode): Simplify.
15766
15767 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15768
15769 * window.el (windows-with-parameter): Remove unused function.
15770 (windows-at-side): Rename to window-at-side-list.
15771 (window-check, window-atom-check, window-atom-check-1)
15772 (window-side-check, window-size-ignore, window-size-fixed-1)
15773 (window-in-direction-2): Prefix with "window--".
15774 (window-tree-1): Rename to window--subtree, fix doc-string.
15775
15776 2011-11-11 Glenn Morris <rgm@gnu.org>
15777
15778 * subr.el (eval-after-load): If FILE is already loaded,
15779 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15780
15781 2011-11-10 Glenn Morris <rgm@gnu.org>
15782
15783 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15784 Call svn via vc-svn-command rather than vc-do-command.
15785 (vc-svn-command): Add --non-interactive. (Bug#9993)
15786 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15787
15788 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15789 Add toggle-read-only. (Bug#7292)
15790 * files.el (toggle-read-only): Mention that it should only
15791 be used interactively. (Bug#10006)
15792
15793 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15794
15795 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15796 Adjust regexp for OCaml warnings.
15797
15798 * electric.el (electric-pair-post-self-insert-function): Let user
15799 turn it off buffer-locally (bug#9932).
15800
15801 * progmodes/python.el (python-beginning-of-statement):
15802 Rewrite (bug#2703).
15803
15804 * progmodes/compile.el: Better handle TABs (bug#9749).
15805 (compilation-internal-error-properties)
15806 (compilation-next-error-function): Obey the target buffer's
15807 compilation-error-screen-columns.
15808
15809 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15810
15811 * progmodes/meta-mode.el: Remove obsolete comments.
15812 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15813 Fix typos in docstrings.
15814
15815 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15816
15817 * window.el (window-size-fixed-p): Rewrite doc-string.
15818 (window-resizable-p): Rename to window--resizable-p. Update callers.
15819 (window--resizable): New function. Make all callers of
15820 window-resizable call window--resizable instead.
15821 (window-resizable): Rewrite in terms of window--resizable.
15822
15823 2011-11-08 Glenn Morris <rgm@gnu.org>
15824
15825 * progmodes/delphi.el (delphi-mode-syntax-table):
15826 Let define-derived-mode define a proper syntax table. (Bug#9994)
15827
15828 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15829
15830 * window.el: Stay away from defsubst.
15831 (window-list-no-nils): Remove.
15832 (window-state-get-1, window-state-get): Use backquote instead.
15833
15834 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15835
15836 * emacs-lisp/find-func.el (find-function-read):
15837 Fix incorrect use of default argument in `completing-read'.
15838
15839 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15840
15841 * window.el (display-buffer-function, special-display-function):
15842 Mention display-buffer-record-window but do not mention
15843 help-setup parameter in doc-strings.
15844 (window-min-delta): Fix doc-string typo.
15845
15846 2011-11-08 Chong Yidong <cyd@gnu.org>
15847
15848 * window.el (window-total-height, window-total-width): Doc fix.
15849 (window-body-size): Move from C.
15850 (window-body-height, window-body-width): Move to C.
15851
15852 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * window.el: Make special-display like display-buffer-alist (bug#9532).
15855 (display-buffer--special-action): New function, morphed
15856 from display-buffer--special.
15857 (display-buffer): Use it to handle special-display-buffers at higher
15858 priority (just after display-buffer-alist).
15859 (display-buffer-fallback-action, display-buffer--other-frame-action)
15860 (pop-to-buffer-same-window): Remove display-buffer--special.
15861
15862 2011-11-07 Glenn Morris <rgm@gnu.org>
15863
15864 * calendar/cal-menu.el (cal-menu-set-date-title):
15865 Do nothing if not in a calendar. (Bug#9976)
15866
15867 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15868
15869 * files.el (find-file): Always use selected-window.
15870
15871 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15872
15873 * window.el (window-combinations): Make WINDOW argument
15874 mandatory. Rewrite doc-string.
15875 (walk-window-subtree, window-atom-check, window-min-delta)
15876 (window-max-delta, window--resize-this-window)
15877 (window--resize-root-window-vertically, window-tree)
15878 (balance-windows, window-state-put): Rewrite doc-strings as to
15879 not mention the term "subwindow".
15880 (window--resize-subwindows-skip-p): Rename to
15881 window--resize-child-windows-skip-p.
15882 (window--resize-subwindows-normal): Rename to
15883 window--resize-child-windows-normal.
15884 (window--resize-subwindows): Rename to
15885 window--resize-child-windows.
15886 (window-or-subwindow-p): Rename to window--in-subtree-p.
15887
15888 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15889
15890 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15891 Ensure that mbox format messages end in two newlines (Bug#9974).
15892
15893 2011-11-06 Chong Yidong <cyd@gnu.org>
15894
15895 * window.el (window-combination-p): Function deleted; its
15896 side-effect is not used in any existing code.
15897 (window-combinations, window-combined-p): Call window-*-child
15898 directly.
15899
15900 2011-11-05 Chong Yidong <cyd@gnu.org>
15901
15902 * window.el (window-valid-p): Rename from window-any-p.
15903 (window-size-ignore, window-state-get): Callers changed.
15904 (window-normalize-window): Rename from window-normalize-any-window.
15905 New arg LIVE-ONLY, replacing window-normalize-live-window.
15906 (window-normalize-live-window): Delete.
15907 (window-combination-p, window-combined-p, window-combinations)
15908 (walk-window-subtree, window-atom-root, window-min-size)
15909 (window-sizable, window-sizable-p, window-size-fixed-p)
15910 (window-min-delta, window-max-delta, window-resizable)
15911 (window-resizable-p, window-full-height-p, window-full-width-p)
15912 (window-current-scroll-bars, window-point-1, set-window-point-1)
15913 (window-at-side-p, window-in-direction, window-resize)
15914 (adjust-window-trailing-edge, maximize-window, minimize-window)
15915 (window-deletable-p, delete-window, delete-other-windows)
15916 (record-window-buffer, unrecord-window-buffer)
15917 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15918 (quit-window, split-window, window-state-put)
15919 (set-window-text-height, fit-window-to-buffer)
15920 (shrink-window-if-larger-than-buffer): Callers changed.
15921
15922 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15923
15924 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15925 rfc2047-decode-string.
15926 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15927 warnings.
15928
15929 * window.el (window-body-height, window-body-width): Mention in
15930 the doc string that the return values are in frame's canonical
15931 units. (Bug#9949)
15932
15933 2011-11-03 Alan Mackenzie <acm@muc.de>
15934
15935 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15936 change in cc-engine.el.
15937
15938 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15939
15940 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15941
15942 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15943
15944 * window.el (quit-window): Call unrecord-window-buffer after
15945 showing another buffer in the window. (Bug#9937)
15946 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15947
15948 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15949
15950 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15951 Accept status with more than 9 shelves. (Bug#9935)
15952 Reported by Colin D Bennett <colin@gibibit.com>.
15953
15954 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15955
15956 * help.el (with-help-window): Don't reference
15957 temp-buffer-show-specifiers in doc-string.
15958
15959 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15960
15961 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15962 menu-item.
15963
15964 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15965
15966 * whitespace.el: New version 13.2.2.
15967 (whitespace-newline-mode): Disable properly. Reported by Sarah
15968 <EmacsWiki>.
15969
15970 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15971
15972 * net/newst-treeview.el: Remove "Time-stamp".
15973 (newsticker--group-manage-orphan-feeds): Do not call
15974 newsticker--treeview-tree-update.
15975 (newsticker-treeview-update, newsticker-treeview):
15976 Call newsticker--treeview-tree-update if necessary.
15977
15978 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15979
15980 * window.el (window-iso-combination-p, window-iso-combined-p)
15981 (window-iso-combinations): Remove "iso-" infix.
15982 Suggested by Chong Yidong.
15983 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15984 (window-max-delta-1, window-resize, window--resize-siblings)
15985 (window--resize-this-window, adjust-window-trailing-edge)
15986 (split-window, balance-windows-1)
15987 (shrink-window-if-larger-than-buffer):
15988 * calendar/calendar.el (calendar-generate-window):
15989 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
15990
15991 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
15994 in place (bug#9907).
15995 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
15996 (eshell-rewrite-if-command, eshell-rewrite-for-command)
15997 (eshell-structure-basic-command, eshell-rewrite-while-command)
15998 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
15999 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16000 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16001 (eshell-do-pipelines-synchronously, eshell-eval-command):
16002 Use backquotes and prefer setq to set.
16003 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16004 (eshell-macrop): Use functionp.
16005 (eshell-do-eval): Handle multiple expressions in `while' body.
16006
16007 2011-10-30 Chong Yidong <cyd@gnu.org>
16008
16009 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16010 instead of set-mark (Bug#9810).
16011
16012 2011-10-30 Chong Yidong <cyd@gnu.org>
16013
16014 * window.el (split-window-below, split-window-right): Rename from
16015 split-window-above-each-other and split-window-side-by-side
16016 respectively. All callers changed.
16017 (split-window-sensibly, split-window-sensibly): Use them.
16018 (split-window-keep-point): Doc fix.
16019
16020 * isearch.el: Add isearch-scroll property to split-window-below
16021 and split-window-right.
16022
16023 * follow.el (follow-mode):
16024 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16025 * progmodes/ada-xref.el (ada-gdb-application):
16026 * emulation/vip.el (vip-buffer-in-two-windows):
16027 * image-dired.el (image-dired-dired-with-window-configuration):
16028 * dired-x.el (dired-do-find-marked-files):
16029 * dired.el (dired-pop-to-buffer):
16030 * bs.el (bs--show-with-configuration):
16031 * vc/emerge.el (emerge-setup-windows):
16032 * textmodes/two-column.el (2C-two-columns):
16033 * textmodes/reftex-toc.el (reftex-toc):
16034 * progmodes/gdb-mi.el (gdb-setup-windows):
16035 * progmodes/fortran.el (fortran-window-create):
16036 * net/newst-treeview.el (newsticker--treeview-window-init):
16037 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16038 * emulation/tpu-edt.el (tpu-gold-map):
16039 * emulation/crisp.el (crisp-mode-map):
16040 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16041
16042 2011-10-29 Chong Yidong <cyd@gnu.org>
16043
16044 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16045
16046 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16047
16048 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16049 forged Ispell output (Bug#7904).
16050
16051 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16052
16053 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16054
16055 * doc-view.el: Avoid ugly errors about not finding nil.
16056 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16057 (doc-view-dvipdf-program, doc-view-unoconv-program)
16058 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16059 Avoid nil or absolute file name as default value.
16060 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16061
16062 2011-10-28 Alan Mackenzie <acm@muc.de>
16063
16064 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16065
16066 2011-10-28 Alan Mackenzie <acm@muc.de>
16067
16068 Amend the handling of c-beginning/end-of-defun in nested declaration
16069 scopes.
16070
16071 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16072 cc-langs.el. Change it to a defcustom.
16073
16074 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16075 cc-vars.el.
16076
16077 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16078 Prevent "class foo : bar" being spuriously recognized as a label.
16079
16080 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16081 Add parameter `inclusive' (to include enclosing braces in the region).
16082 (c-widen-to-enclosing-decl-scope): New function.
16083 (c-while-widening-to-decl-block): New macro.
16084 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16085 outward for defun boundaries, and correspondingly change symbol
16086 `respect-enclosure' to `go-outward'.
16087 (c-declaration-limits): Change algorithm to report only the "innermost"
16088 defun's boundaries.
16089
16090 2011-10-28 Deniz Dogan <deniz@dogan.se>
16091
16092 * net/rcirc.el (rcirc-mode): Use hard newlines.
16093
16094 2011-10-28 Alan Mackenzie <acm@muc.de>
16095
16096 Amend to indent and fontify macros "which include their own semicolon"
16097 correctly, using the "virtual semicolon" mechanism.
16098
16099 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16100
16101 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16102 Recode to scan one line at a time rather than having \n and \r
16103 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16104 (c-forward-label): Amend for virtual semicolons.
16105 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16106
16107 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16108 of the new C macros.
16109
16110 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16111 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16112 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16113 (c-opt-cpp-macro-define): Make into a full language variable.
16114 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16115 AWK Mode (including \n, \r) removed, no longer needed.
16116
16117 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16118 Invoke c-make-macro-with-semi-re.
16119
16120 * progmodes/cc-vars.el (c-macro-with-semi-re):
16121 (c-macro-names-with-semicolon): New variables.
16122 (c-make-macro-with-semi-re): New function.
16123
16124 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16125
16126 * vc/log-edit.el: Fill empty field rather than adding new one.
16127 (log-edit-add-field): New function.
16128 (log-edit-insert-changelog): Use it.
16129
16130 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16131
16132 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16133
16134 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16135
16136 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16137 (gdb--check-interpreter): New function.
16138 (gdb): Use it.
16139
16140 2011-10-27 Glenn Morris <rgm@gnu.org>
16141
16142 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16143 (least-positive-float, least-negative-float)
16144 (least-positive-normalized-float, least-negative-normalized-float)
16145 (float-epsilon, float-negative-epsilon):
16146 Remove unnecessary declarations.
16147
16148 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16149 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16150 (least-positive-float, least-negative-float)
16151 (least-positive-normalized-float, least-negative-normalized-float)
16152 (float-epsilon, float-negative-epsilon): Add doc-strings,
16153 based on those in cl.texi.
16154
16155 * files.el (set-visited-file-name): If the major-mode changed,
16156 reload the local variables. (Bug#9796)
16157
16158 2011-10-27 Chong Yidong <cyd@gnu.org>
16159
16160 * subr.el (change-major-mode-after-body-hook): New hook.
16161 (run-mode-hooks): Run it.
16162
16163 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16164 Use change-major-mode-before-body-hook.
16165
16166 * simple.el (fundamental-mode):
16167 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16168 change introducing fundamental-mode-hook.
16169
16170 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16171
16172 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16173
16174 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16175
16176 * ido.el (ido-file-name-all-completions-1): Do not require
16177 tramp.el explicitly. (Bug#7583)
16178
16179 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16180
16181 * progmodes/octave-mod.el:
16182 * progmodes/octave-inf.el: Update maintainer.
16183
16184 2011-10-26 Chong Yidong <cyd@gnu.org>
16185
16186 * subr.el (with-wrapper-hook): Rewrite doc.
16187
16188 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16189
16190 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16191 filenames "/method:foo:". (Bug#9793)
16192
16193 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16196 (bug#9865).
16197
16198 2011-10-24 Glenn Morris <rgm@gnu.org>
16199
16200 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16201
16202 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16203
16204 * notifications.el: Add the requirement of a running D-Bus session
16205 bus to the Commentary.
16206
16207 2011-10-24 Juri Linkov <juri@jurta.org>
16208
16209 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16210 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16211 (Bug#9364)
16212
16213 2011-10-24 Juri Linkov <juri@jurta.org>
16214
16215 * info.el (Info-following-node-name-re): Add newline to the list
16216 of allowed characters for leading space. (Bug#9824)
16217
16218 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16219
16220 * progmodes/octave-inf.el (inferior-octave-mode-map):
16221 Fix C-c C-h binding.
16222 * progmodes/octave-mod.el (octave-help): Remove.
16223
16224 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16225
16226 Sync with Tramp 2.2.3.
16227
16228 * net/tramp-cache.el (top): Pacify byte-compiler using
16229 `init-file-user' and `site-run-file'.
16230
16231 * net/trampver.el: Update release number.
16232
16233 2011-10-23 Chong Yidong <cyd@gnu.org>
16234
16235 * files.el (toggle-read-only): Remove obsolete comment about
16236 version control.
16237
16238 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16239 for toggle-read-only. Note that this hasn't called vc-next-action
16240 since 2008-05-02, though it wasn't documented at the time.
16241
16242 * vc/ediff-init.el (ediff-toggle-read-only-function):
16243 Use toggle-read-only.
16244
16245 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16246
16247 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16248 of c-parse-state.
16249
16250 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16251 correct faulty logical expression.
16252 (c-parse-state-state, c-record-parse-state-state):
16253 (c-replay-parse-state-state): New defvar/defuns.
16254 (c-debug-parse-state): Use new functions.
16255
16256 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16257
16258 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16259 last fix. Use window-in-direction correctly.
16260
16261 2011-10-21 Chong Yidong <cyd@gnu.org>
16262
16263 * progmodes/idlwave.el (idlwave-mode):
16264 * progmodes/vera-mode.el (vera-mode): No need to set
16265 require-final-newline; that's done in prog-mode.
16266 Suggested by Stefan Monnier.
16267
16268 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16269
16270 * mouse.el (mouse-drag-window-above)
16271 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16272 (mouse-drag-mode-line-1, mouse-drag-header-line)
16273 (mouse-drag-vertical-line-rightward-window): Remove.
16274 (mouse-drag-line): New function.
16275 (mouse-drag-mode-line, mouse-drag-header-line)
16276 (mouse-drag-vertical-line): Call mouse-drag-line.
16277 * window.el (window-at-side-p, windows-at-side): New functions.
16278
16279 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16280
16281 * tar-mode.el (tar-grind-file-mode):
16282 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16283
16284 2011-10-21 Chong Yidong <cyd@gnu.org>
16285
16286 * progmodes/idlwave.el (idlwave-mode):
16287 * progmodes/vera-mode.el (vera-mode):
16288 Use mode-require-final-newline.
16289
16290 2011-10-20 Glenn Morris <rgm@gnu.org>
16291
16292 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16293
16294 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16295
16296 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16297
16298 2011-10-20 Chong Yidong <cyd@gnu.org>
16299
16300 * emulation/cua-base.el (cua-mode):
16301 * mail/footnote.el (footnote-mode):
16302 * mail/mailabbrev.el (mail-abbrevs-mode):
16303 * net/xesam.el (xesam-minor-mode):
16304 * progmodes/bug-reference.el (bug-reference-mode):
16305 * progmodes/cap-words.el (capitalized-words-mode):
16306 * progmodes/compile.el (compilation-minor-mode)
16307 (compilation-shell-minor-mode):
16308 * progmodes/gud.el (gud-tooltip-mode):
16309 * progmodes/hideif.el (hide-ifdef-mode):
16310 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16311 * progmodes/subword.el (subword-mode):
16312 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16313 * progmodes/which-func.el (which-function-mode):
16314 * term/tvi970.el (tvi970-set-keypad-mode):
16315 * term/vt100.el (vt100-wide-mode):
16316 * textmodes/flyspell.el (flyspell-mode):
16317 * textmodes/ispell.el (ispell-minor-mode):
16318 * textmodes/nroff-mode.el (nroff-electric-mode):
16319 * textmodes/paragraphs.el (use-hard-newlines):
16320 * textmodes/refill.el (refill-mode):
16321 * textmodes/reftex.el (reftex-mode):
16322 * textmodes/rst.el (rst-minor-mode):
16323 * textmodes/sgml-mode.el (html-autoview-mode)
16324 (sgml-electric-tag-pair-mode):
16325 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16326 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16327 * emulation/crisp.el (crisp-mode):
16328 * emacs-lisp/eldoc.el (eldoc-mode):
16329 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16330 minor mode behavior.
16331
16332 2011-10-19 Juri Linkov <juri@jurta.org>
16333
16334 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16335 the list of hard-coded chars with escape-glyph face.
16336
16337 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16338
16339 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16340
16341 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16342
16343 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16344 running process.
16345
16346 2011-10-19 Glenn Morris <rgm@gnu.org>
16347
16348 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16349 Ignore ignored files. (Bug#9726)
16350
16351 2011-10-19 Chong Yidong <cyd@gnu.org>
16352
16353 Doc fix for minor modes, stating that an omitted argument enables
16354 the mode unconditionally when called from Lisp.
16355
16356 * abbrev.el (abbrev-mode):
16357 * allout.el (allout-mode):
16358 * autoinsert.el (auto-insert-mode):
16359 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16360 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16361 (global-auto-revert-mode):
16362 * battery.el (display-battery-mode):
16363 * composite.el (global-auto-composition-mode)
16364 (auto-composition-mode):
16365 * delsel.el (delete-selection-mode):
16366 * desktop.el (desktop-save-mode):
16367 * dired-x.el (dired-omit-mode):
16368 * dirtrack.el (dirtrack-mode):
16369 * doc-view.el (doc-view-minor-mode):
16370 * double.el (double-mode):
16371 * electric.el (electric-indent-mode, electric-pair-mode):
16372 * emacs-lock.el (emacs-lock-mode):
16373 * epa-hook.el (auto-encryption-mode):
16374 * follow.el (follow-mode):
16375 * font-core.el (font-lock-mode):
16376 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16377 * help.el (temp-buffer-resize-mode):
16378 * hilit-chg.el (highlight-changes-mode)
16379 (highlight-changes-visible-mode):
16380 * hi-lock.el (hi-lock-mode):
16381 * hl-line.el (hl-line-mode, global-hl-line-mode):
16382 * icomplete.el (icomplete-mode):
16383 * ido.el (ido-everywhere):
16384 * image-file.el (auto-image-file-mode):
16385 * image-mode.el (image-minor-mode):
16386 * iswitchb.el (iswitchb-mode):
16387 * jka-cmpr-hook.el (auto-compression-mode):
16388 * linum.el (linum-mode):
16389 * longlines.el (longlines-mode):
16390 * master.el (master-mode):
16391 * mb-depth.el (minibuffer-depth-indicate-mode):
16392 * menu-bar.el (menu-bar-mode):
16393 * minibuf-eldef.el (minibuffer-electric-default-mode):
16394 * mouse-sel.el (mouse-sel-mode):
16395 * msb.el (msb-mode):
16396 * mwheel.el (mouse-wheel-mode):
16397 * outline.el (outline-minor-mode):
16398 * paren.el (show-paren-mode):
16399 * recentf.el (recentf-mode):
16400 * reveal.el (reveal-mode, global-reveal-mode):
16401 * rfn-eshadow.el (file-name-shadow-mode):
16402 * ruler-mode.el (ruler-mode):
16403 * savehist.el (savehist-mode):
16404 * scroll-all.el (scroll-all-mode):
16405 * scroll-bar.el (scroll-bar-mode):
16406 * server.el (server-mode):
16407 * shell.el (shell-dirtrack-mode):
16408 * simple.el (auto-fill-mode, transient-mark-mode)
16409 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16410 (line-number-mode, column-number-mode, size-indication-mode)
16411 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16412 * strokes.el (strokes-mode):
16413 * time.el (display-time-mode):
16414 * t-mouse.el (gpm-mouse-mode):
16415 * tool-bar.el (tool-bar-mode):
16416 * tooltip.el (tooltip-mode):
16417 * type-break.el (type-break-mode-line-message-mode)
16418 (type-break-query-mode):
16419 * view.el (view-mode):
16420 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16421 (global-whitespace-mode, global-whitespace-newline-mode):
16422 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16423
16424 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16425 Fix autogenerated docstring.
16426
16427 2011-10-19 Juri Linkov <juri@jurta.org>
16428
16429 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16430 by checking environment variables "DESKTOP_SESSION" and
16431 "XDG_CURRENT_DESKTOP". (Bug#9779)
16432
16433 2011-10-19 Juri Linkov <juri@jurta.org>
16434
16435 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16436 (browse-url-chromium-program, browse-url-chromium-arguments):
16437 New defcustoms.
16438 (browse-url-default-browser): Check for `browse-url-chromium' and
16439 call `browse-url-chromium-program'.
16440 (browse-url-chromium): New command. (Bug#9779)
16441
16442 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16443
16444 * facemenu.el (list-colors-duplicates): On Windows, detect more
16445 duplicates by assuming that only colors matching "^System" are
16446 special "system colors". (Bug#9722)
16447
16448 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16449
16450 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16451 to distinguish the author from the committer.
16452
16453 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16454
16455 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16456
16457 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16458
16459 * international/mule.el (sgml-html-meta-auto-coding-function):
16460 Add support for detecting encoding in HTML5 specified only as
16461 <meta charset="UTF-8">. Implementation just makes http-equiv and
16462 content-type parts from HTML4 encoding string optional. (Bug#9716)
16463
16464 2011-10-18 Glenn Morris <rgm@gnu.org>
16465
16466 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16467
16468 2011-10-18 Chong Yidong <cyd@gnu.org>
16469
16470 * faces.el (cursor): Doc fix.
16471
16472 2011-10-17 Chong Yidong <cyd@gnu.org>
16473
16474 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16475
16476 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16477
16478 * dirtrack.el (dirtrack): Support shell buffers with path
16479 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16480
16481 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16482
16483 * json.el: Bump version to 1.3 and note change in History.
16484 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16485
16486 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16487
16488 * comint.el (comint-insert-input, comint-send-input)
16489 (comint-get-old-input-default, comint-backward-matching-input)
16490 (comint-next-prompt): Use nil instead of `input' for field property of
16491 past user input (bug#114).
16492
16493 * minibuffer.el (completion--replace): Inherit surrounding properties
16494 (bug#114).
16495 (minibuffer-complete-and-exit): Use it.
16496
16497 * comint.el (comint--table-subvert): Quote the all-completions output
16498 (bug#9160).
16499
16500 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16501
16502 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16503
16504 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16505 window on right of selected. (Bug#9350) Reword other window
16506 entries and separate them from frame entries.
16507
16508 2011-10-15 Glenn Morris <rgm@gnu.org>
16509
16510 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16511 Doc fixes.
16512
16513 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16514
16515 * net/network-stream.el (network-stream-open-starttls):
16516 Improve detection of failure due to lack of TLS support.
16517
16518 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16519 putting the input text in front and in bold.
16520
16521 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16524
16525 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16526 empty buffer.
16527
16528 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16529 unread-command-events rather than pushing yet-another event.
16530
16531 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16532
16533 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16534 the explanation of the possible choices. Make the options passed
16535 to completing-read shorter.
16536
16537 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16538
16539 * textmodes/flyspell.el (flyspell-large-region): Make sure
16540 extended character mode is used if defined (Bug#1339).
16541
16542 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16543
16544 * simple.el (what-cursor-position): Fix the display of the
16545 character info for LRE, LRO, RLE, and RLO characters by appending
16546 an invisible PDF.
16547
16548 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16549
16550 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16551 even in case of error; add debug spec; simplify data flow.
16552 (with-timeout-handler): Remove.
16553
16554 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16555
16556 Fix Bug#6019, Bug#9315.
16557
16558 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16559 complete `buffer-file-name', the local file name part could look
16560 remotely (for example on VMS).
16561
16562 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16563 `tramp-run-real-handler'.
16564 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16565 already quoted by '"'.
16566
16567 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16568 Let `file-name-handler-alist' be nil, the local file name part
16569 could look remotely (for example on VMS).
16570
16571 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16572
16573 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16574 from here...
16575 (flyspell-post-command-hook): ...to here.
16576
16577 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16580 if not needed.
16581 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16582 using completion. Protect against "slow" callers.
16583 Remove the "message hack".
16584
16585 2011-10-11 Juri Linkov <juri@jurta.org>
16586
16587 * isearch.el (isearch-lazy-highlight-word): New variable.
16588 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16589 Use it. (Bug#9727)
16590
16591 2011-10-11 Glenn Morris <rgm@gnu.org>
16592
16593 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16594 like f90-previous-statement does.
16595
16596 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16597
16598 * eshell/eshell.el (eshell-command): History should be saved
16599 only in interactive use, to avoid error.
16600
16601 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16602
16603 * minibuffer.el (completion-file-name-table): Fix last change,
16604 i.e. ignore normal errors but not the other ones.
16605
16606 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16607
16608 * window.el (special-display-buffer-names)
16609 (special-display-regexps): Remove some remnants of earlier
16610 changes from doc-strings.
16611 (quit-windows-on): New function.
16612
16613 * vc/vc.el (vc-revert, vc-rollback):
16614 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16615 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16616 (Bug#6183) (Bug#7074) (Bug#7447)
16617
16618 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16619
16620 * window.el (frame-auto-hide-function): Add version tag.
16621 (Bug#9699)
16622
16623 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16624
16625 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16626 condition.
16627
16628 2011-10-09 Leo Liu <sdl.web@gmail.com>
16629
16630 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16631 (Bug#9701)
16632
16633 2011-10-08 Glenn Morris <rgm@gnu.org>
16634
16635 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16636 before the first code statement zero indent. (Bug#9690)
16637
16638 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16639
16640 * simple.el (count-words-region): Always count in the region.
16641 Report the number of lines and characters too.
16642 (count-words): New command, which counts in the buffer if the
16643 region is inactive, as count-words-region used to.
16644 (count-words--message): New function. Handle plurals.
16645 (count-lines-region): Make it an alias for count-words-region.
16646
16647 * bindings.el (esc-map): Replace count-lines-region with
16648 count-words-region.
16649
16650 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16651
16652 * window.el (window--delete): Delete dedicated frame
16653 unconditionally when argument KILL is non-nil. (Bug#9699)
16654 (switch-to-buffer): Fix doc-string typo.
16655
16656 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16657
16658 * eshell/eshell.el (eshell-command): Avoid using hooks.
16659
16660 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16661
16662 * bindings.el ([M-left],[M-right]): Bind to left-word and
16663 right-word respectively.
16664
16665 2011-10-07 Glenn Morris <rgm@gnu.org>
16666
16667 * cus-start.el (debug-on-quit): Fix custom type.
16668
16669 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16670
16671 * subr.el (define-key-after): Clarify that the function is not
16672 useful for non-menu keymaps.
16673
16674 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16675
16676 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16677
16678 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16679 in current minibuffer (Fix bug with recursive minibuffers).
16680
16681 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16682
16683 * progmodes/gdb-mi.el (gdb): Doc fix.
16684
16685 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16686
16687 * window.el (frame-auto-hide-function): New option replacing
16688 frame-auto-delete. Suggested by Stefan Monnier.
16689 (window--delete): Call frame-auto-hide-function instead of
16690 investigating frame-auto-delete.
16691 (window-point-1, set-window-point-1): New functions.
16692 (window-in-direction, record-window-buffer, window-state-get-1)
16693 (display-buffer-record-window): Use window-point-1 instead of
16694 window-point.
16695 (set-window-buffer-start-and-point): Use set-window-point-1.
16696
16697 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16698
16699 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16700
16701 2011-10-05 Glenn Morris <rgm@gnu.org>
16702
16703 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16704 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16705
16706 2011-10-05 Leo Liu <sdl.web@gmail.com>
16707
16708 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16709 works with buffer object.
16710
16711 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16712
16713 * mpc.el (mpc-tool-bar-map): Add labels.
16714
16715 2011-10-04 Glenn Morris <rgm@gnu.org>
16716
16717 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16718
16719 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16720
16721 * window.el (window--delete): New function.
16722 (frame-auto-delete): Resuscitate option.
16723 (bury-buffer, replace-buffer-in-windows)
16724 (quit-window): Rewrite using window--delete.
16725 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16726 Pass display-buffer-mark-dedicated to window--display-buffer-2
16727 (Bug#9639).
16728
16729 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16730
16731 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16732 returns a list (bug#9554). Add remote file name completion.
16733 * comint.el (comint--table-subvert): Curry and get quote&unquote
16734 functions as arguments.
16735 (comint--complete-file-name-data): Adjust call accordingly.
16736 * pcomplete.el (pcomplete--table-subvert): Remove.
16737 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16738
16739 * minibuffer.el (completion-table-case-fold): Use currying.
16740 (completion--styles-type, completion--cycling-threshold-type):
16741 New constants.
16742 (completion-styles, completion-category-overrides)
16743 (completion-cycle-threshold): Use them.
16744 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16745 completion-table-case-fold.
16746
16747 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16748
16749 * minibuffer.el (completion-category-overrides): Fix type of styles
16750 and add more user friendly tags (bug#9660).
16751
16752 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16753
16754 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16755 (mule-input-method-string): New widget.
16756 (default-input-method, language-info-custom-alist): Use it.
16757
16758 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * pcomplete.el: Require comint.
16761 (pcomplete--common-suffix): Remove.
16762 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16763 (pcomplete--table-subvert): Sync with comint--table-subvert.
16764 (pcomplete--entries): Use comint-completion-file-name-table.
16765 * comint.el (comint-unquote-filename): Simplify.
16766 (comint-completion-file-name-table): New function (bug#9616).
16767 (comint--complete-file-name-data): Use it.
16768
16769 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16770 (pcmpl-gnu-tar-buffer): Remove.
16771 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16772 around. Make sure pcomplete-suffix-list is only changed temporarily.
16773 Don't look inside the tar's file if it's too large.
16774
16775 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16776
16777 * cus-edit.el (custom-mode-map):
16778 * epa.el (epa-key-list-mode-map):
16779 * man.el (Man-mode-map):
16780 * startup.el (splash-screen-keymap):
16781 * simple.el (special-mode-map): Use scroll-up-command and
16782 scroll-down-command.
16783
16784 * progmodes/idlw-help.el (idlwave-help-mode-map):
16785 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16786 * net/newst-plainview.el (newsticker-mode-map):
16787 * emulation/ws-mode.el (wordstar-mode-map):
16788 * emulation/vi.el (vi-com-map):
16789 * calc/calc-graph.el (calc-graph-show-dumb):
16790 * term/sun.el (terminal-init-sun):
16791 * term/ns-win.el (global-map):
16792 * progmodes/grep.el (grep-mode-map):
16793 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16794 * mail/rmail.el (rmail-mode-map):
16795 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16796
16797 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16798 custom-safe-themes as special.
16799
16800 2011-10-01 Julien Danjou <julien@danjou.info>
16801
16802 * notifications.el (notifications-notify): Fix docstring.
16803
16804 2011-10-01 Per Starbäck <per@starback.se>
16805
16806 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16807
16808 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16809
16810 * startup.el (command-line-1): Fix last fix by inserting
16811 initial-scratch-message into *scratch* before displaying it.
16812 (Bug#9605) and (Bug#9636)
16813
16814 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16815
16816 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16817 window is hscrolled, move by logical lines. (Bug#9607)
16818 (line-move-visual): Update the doc string to the above effect.
16819
16820 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16821
16822 * window.el (display-buffer-record-window): When WINDOW is the
16823 selected window use `point' instead of `window-point'. (Bug#9626)
16824
16825 * startup.el (command-line-1): Use insert-before-markers when
16826 inserting initial-scratch-message. (Bug#9605)
16827
16828 * help.el (help-window): Remove variable.
16829
16830 2011-09-29 Glenn Morris <rgm@gnu.org>
16831
16832 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16833
16834 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16835
16836 * descr-text.el (describe-char-categories): Accept category
16837 descriptions more than one line long.
16838
16839 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16840
16841 * simple.el (delete-trailing-whitespace): Fix last change.
16842
16843 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16844 Don't confuse "y => 3" as the beginning of a `y' operation.
16845
16846 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16847 object has more than 4 slots (bug#9613).
16848
16849 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16850
16851 * subr.el (with-output-to-temp-buffer):
16852 * net/quickurl.el (quickurl, quickurl-browse-url):
16853 Fix typos in docstrings.
16854
16855 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16856
16857 * minibuffer.el (completion-styles)
16858 (completion-category-overrides): Cross reference each other in doc
16859 strings.
16860
16861 2011-09-27 Glenn Morris <rgm@gnu.org>
16862
16863 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16864 to split-string. (Bug#9606)
16865
16866 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16867
16868 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16869 (bug#9615).
16870
16871 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16872
16873 * emacs-lisp/package.el (list-packages): Fix echo area message.
16874
16875 2011-09-27 Leo Liu <sdl.web@gmail.com>
16876
16877 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16878
16879 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16880
16881 * net/dbus.el (dbus-unregister-object): Don't release services for
16882 registered signals. (Bug#9581)
16883
16884 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16885
16886 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16887 function that picks between cfengine 2 and 3 support
16888 automatically. Update docs accordingly.
16889
16890 2011-09-22 Kenichi Handa <handa@m17n.org>
16891
16892 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16893 ZERO.
16894 (indian-itrans-v5-table-for-tamil): New variable.
16895 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16896
16897 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16898
16899 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16900 that's true if the current command involved collapsing of text.
16901 It's reset to false at the beginning of the next command.
16902 (allout-post-command-business): Move the cursor to the beginning
16903 of entry if the cursor is hidden and collapsing activity just
16904 happened.
16905
16906 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16907
16908 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16909 tracking (Bug#9541).
16910
16911 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16912
16913 * net/newst-reader.el (newsticker-html-renderer)
16914 (newsticker-show-news): Automatically load html rendering package
16915 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16916 because w3m-fill-column is let-bound" and the error "Symbol's value
16917 as variable is void: w3m-fill-column".
16918
16919 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16920
16921 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16922 Release services only if they are defined. (Bug#9581)
16923
16924 2011-09-23 Richard Stallman <rms@gnu.org>
16925
16926 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16927 distinguish start of paragraph from start of its text.
16928
16929 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16930
16931 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16932 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16933 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16934
16935 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16936
16937 * international/mule-diag.el (mule-diag): Insert a newline after
16938 each fontset description.
16939
16940 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16941
16942 * simple.el (delete-trailing-whitespace):
16943 Document last change; simplify.
16944
16945 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16946
16947 * simple.el (delete-trailing-whitespace): Also delete
16948 extra newlines at the end of the buffer.
16949
16950 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16951 (picture-newline): Use forward-line so as to ignore fields.
16952
16953 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16954
16955 * subr.el (with-wrapper-hook): Fix edebug spec.
16956
16957 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16958
16959 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16960 (bug#4538).
16961
16962 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16963
16964 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16965 Fix nasty bug using wrong cached values.
16966
16967 2011-09-23 Alan Mackenzie <acm@muc.de>
16968
16969 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16970
16971 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16972
16973 * window.el (pop-to-buffer): Ensure right window is selected if we
16974 chose another frame.
16975
16976 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16977
16978 * simple.el (what-cursor-position): Use get-char-property-change
16979 and next-single-char-property-change, to be able to show display
16980 properties that come from overlays as well as text properties.
16981
16982 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16983
16984 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16985
16986 * cmuscheme.el (run-scheme, switch-to-scheme):
16987 * cus-edit.el (customize-group, custom-buffer-create)
16988 (customize-browse):
16989 * info.el (info):
16990 * shell.el (shell):
16991 * mail/sendmail.el (mail):
16992 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
16993
16994 2011-09-22 Richard Stallman <rms@gnu.org>
16995
16996 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
16997 move back only to line beg, don't move back over blank lines.
16998
16999 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17000
17001 * files.el (copy-directory): Set directory attributes only in case
17002 they could be retrieved from the source directory. (Bug#9565)
17003
17004 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17005
17006 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17007 (hs-find-block-beginning, hs-hide-level-recursive):
17008 Ignore strings as well as comments. (Bug#9502)
17009
17010 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17011
17012 * progmodes/sql.el (sql-comint-postgres):
17013 Convert port number to a string. (Bug#9566)
17014
17015 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17016
17017 * window.el (quit-window): Undedicate window when switching to
17018 previous buffer. Reported by Thierry Volpiatto
17019 <thierry.volpiatto@gmail.com>.
17020 (special-display-popup-frame): When popping up a new frame reset
17021 its previous buffers to nil. Simplify code.
17022
17023 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17024
17025 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17026 and process filter, as done also in `shell-command'.
17027
17028 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17029
17030 * window.el (set-window-buffer-start-and-point):
17031 Call set-window-start with NOFORCE argument t.
17032 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17033 (quit-window): Reword doc-string. Handle new format of
17034 quit-restore parameter. Don't delete window if it has a
17035 previous buffer we can show instead of the present one.
17036 (display-buffer-record-window): Rewrite using a new format for
17037 the quit-restore window parameter
17038 (special-display-popup-frame, display-buffer-same-window)
17039 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17040 (display-buffer-pop-up-window, display-buffer-use-some-window):
17041 Adapt symbol passed to display-buffer-record-window.
17042 * help.el (help-window-setup): Handle new format of quit-restore
17043 parameter.
17044
17045 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * faces.el (face-list): Fix docstring (bug#9564).
17048
17049 * window.el (display-buffer--action-function-custom-type):
17050 Don't include internal functions in the Custom interface.
17051
17052 2011-09-20 Juri Linkov <juri@jurta.org>
17053
17054 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17055 (Info-forward-node, Info-backward-node, Info-next-preorder)
17056 (Info-last-preorder): Use it. (Bug#9528)
17057
17058 2011-09-20 Juri Linkov <juri@jurta.org>
17059
17060 * info.el (Info-last-preorder): Visit last menu item only when
17061 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17062
17063 2011-09-20 Julien Danjou <julien@danjou.info>
17064
17065 * password-cache.el (password-cache-remove): Remove entries even if the
17066 value is nil, so that password with a nil value (negative caching) is
17067 possible to invalidate.
17068
17069 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17070
17071 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17072 all whitespace around breakpoint. (Bug#9553)
17073 (f90-find-breakpoint): Only break at whitespace inside a comment.
17074
17075 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17076
17077 * minibuffer.el (completion-file-name-table): Keep track of errors.
17078 (completion-table-with-predicate): Handle the case where pred1 is nil.
17079 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17080
17081 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17082
17083 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17084 (debugger-return-value): Signal an error if the debugging context does
17085 not await any return value.
17086
17087 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17088 * image-mode.el (image-toggle-display-text)
17089 (image-toggle-display-image): Stay away from evil `intangible'.
17090
17091 2011-09-19 Leo Liu <sdl.web@gmail.com>
17092
17093 * replace.el (occur-revert-arguments): Make it permanent-local.
17094 (occur-mode): Don't call font-lock-defontify.
17095
17096 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17097
17098 * net/ldap.el (ldap-search-internal): Don't push empty search
17099 result (Bug#9508).
17100
17101 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17102
17103 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17104
17105 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17106
17107 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17108 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17109
17110 2011-09-18 Juri Linkov <juri@jurta.org>
17111
17112 * buff-menu.el (Buffer-menu-mode-map):
17113 * dired.el (dired-mode-map):
17114 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17115 (lisp-interaction-mode-map):
17116 * emacs-lisp/package.el (package-menu-mode-map):
17117 * epa.el (epa-key-list-mode-map):
17118 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17119 (menu-bar-options-menu):
17120 * outline.el (outline-mode-menu-bar-map):
17121 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17122 * vc/vc-dir.el (vc-dir-menu-map):
17123 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17124 Capitalize non-function content words in menu item strings.
17125
17126 * dired.el (dired-mode-map): Add menu item for
17127 `image-dired-dired-toggle-marked-thumbs'.
17128
17129 2011-09-18 Juri Linkov <juri@jurta.org>
17130
17131 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17132 to `isearch-case-fold-search' and restore its original value
17133 after the `isearch-mode' call.
17134
17135 2011-09-18 Juri Linkov <juri@jurta.org>
17136
17137 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17138 because `zgrep' returns 1 for successful matches (bug#9226).
17139
17140 2011-09-18 Juri Linkov <juri@jurta.org>
17141
17142 * info.el (Info-extract-menu-node-name): Check the second match
17143 for empty string (second test-case of bug#9528).
17144 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17145 intermediate nodes to the history (first test-case of bug#9528).
17146
17147 2011-09-18 Juri Linkov <juri@jurta.org>
17148
17149 * info.el (Info-mode-syntax-table): New variable.
17150 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17151
17152 2011-09-18 Juri Linkov <juri@jurta.org>
17153
17154 * info.el (Info-file-supports-index-cookies):
17155 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17156 outputs one more line for long file names (bug#4142).
17157
17158 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17159
17160 * newcomment.el (comment-normalize-vars): If prompting for
17161 comment-start, set comment-start-skip too (Bug#8424).
17162
17163 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17164
17165 * icomplete.el: Fix previous fix of Bug#5849.
17166 (icomplete-mode): Don't set completion-show-inline-help.
17167 (icomplete-minibuffer-setup): Set completion-show-inline-help
17168 locally during icompletion.
17169
17170 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17171
17172 * woman.el (woman2-process-escapes): Don't delete unrecognized
17173 escapes (Bug#7843).
17174
17175 * files.el (inhibit-first-line-modes-regexps): Add image files.
17176 (hack-local-variables-prop-line): Return nil for malformed
17177 prop-lines (Bug#9044).
17178
17179 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17180
17181 * net/tramp.el (top): Don't require 'shell.
17182 (tramp-methods): Fix docstring.
17183 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17184 Return complete remote file name. Handle "smb" case.
17185 Use `tramp-tmpdir', if defined for the respective method.
17186 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17187
17188 * net/tramp-compat.el (top): Require 'shell.
17189
17190 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17191 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17192 `tramp-current-host'.
17193 (tramp-get-remote-tmpdir): Remove.
17194
17195 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17196 `tramp-tmpdir' entries.
17197 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17198 (tramp-smb-handle-file-attributes): Ignore errors.
17199 (tramp-smb-wait-for-output): Check also for process end.
17200
17201 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17202
17203 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17204 when sending QUIT (bug#9312).
17205
17206 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17207
17208 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17209 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17210 occur-mode-display-occurrence.
17211 (occur-edit-mode): Add usage message.
17212 (occur-cease-edit): New command.
17213 (occur-after-change-function): Use text properties to find the
17214 position of the prefix text.
17215 (occur-engine): Set stickiness of prefix text properties.
17216
17217 2011-09-17 Glenn Morris <rgm@gnu.org>
17218
17219 * progmodes/etags.el (complete-tag):
17220 Fix call to completion-in-region. (Bug#9526)
17221
17222 2011-09-17 Juri Linkov <juri@jurta.org>
17223
17224 * textmodes/ispell.el (ispell-word): Add to the error message
17225 the word, ispell program name and current dictionary (bug#9121).
17226 (ispell-tex-arg-end): Capitalize "error" in the error message.
17227
17228 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17229
17230 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17231 check. (Bug#4251)
17232
17233 2011-09-17 Juri Linkov <juri@jurta.org>
17234
17235 * window.el (window-safe-min-height, window-safe-min-width):
17236 Fix typos (followup to bug#9522).
17237
17238 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17239
17240 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17241
17242 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17243
17244 * simple.el (line-move): If goal-column is set, move by logical
17245 lines, not by display lines. (Bug#971)
17246 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17247 to reflect the above change.
17248
17249 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17250
17251 * image.el (imagemagick-register-types): Use regexp-opt.
17252
17253 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17254
17255 * window.el (display-buffer-base-action): Rename from
17256 display-buffer-default-action. Make default value empty.
17257 (display-buffer-overriding-action): Convert to defvar.
17258 (display-buffer-fallback-action): New var.
17259
17260 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17261
17262 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17263 declaration.
17264 (package--add-to-archive-contents): If there is a duplicate entry
17265 with an older version, remove it.
17266 (package-menu-mark-delete, package-menu-mark-install)
17267 (package-menu-mark-unmark): Make unused args optional.
17268 (package-menu-mark-obsolete-for-deletion):
17269 Use package-menu-get-status instead of a regexp search.
17270 (package-menu-get-status): Use tabulated-list-entry.
17271 (package-menu-mark-upgrades): New command.
17272 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17273 (package-menu-execute): Do installation before deletion.
17274 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17275 instead of checking major-mode.
17276 (package-menu--find-upgrades): New function.
17277
17278 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17279
17280 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17281 passwords in the log buffer.
17282 (smtpmail-process-filter): Update the process marker so that the
17283 "broken by peer" status message is inserted in the right place.
17284
17285 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17286
17287 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17288 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17289 bibtex-completion-at-point-function.
17290 (bibtex-completion-at-point-function): Use them.
17291
17292 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17293
17294 * mpc.el (mpc-constraints-tag-lookup): New function.
17295 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17296 also to browser "album|playlist".
17297
17298 2011-09-14 Juri Linkov <juri@jurta.org>
17299
17300 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17301 (isearch-edit-string): Use length of `isearch-string' when
17302 `isearch-fail-pos' returns nil.
17303 (isearch-message): Remove duplicate code and call
17304 `isearch-fail-pos' with arg `t'.
17305
17306 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17307
17308 * replace.el (occur-mode-goto-occurrence): Don't force using other
17309 window (Bug#9499).
17310
17311 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17312
17313 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17314
17315 * window.el (display-buffer-window): Remove.
17316 (display-buffer-record-window): Use help-setup window parameter
17317 instead of variable display-buffer-window.
17318 (display-buffer-function, special-display-buffer-names)
17319 (special-display-function): Mention help-setup parameter instead
17320 of display-buffer-window in doc-string.
17321 * help.el (help-window-setup): New argument help-window.
17322 Use help-window-setup parameter instead of display-buffer-window.
17323 Reword some messages.
17324 (with-help-window): Pass window used for displaying the buffer
17325 to help-window-setup. Don't set display-buffer-window.
17326
17327 2011-09-13 Glenn Morris <rgm@gnu.org>
17328
17329 * emacs-lisp/debug.el (debugger-make-xrefs):
17330 Preserve point. (Bug#9462)
17331
17332 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17333
17334 * window.el (window-deletable-p): Use next-frame.
17335
17336 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17337
17338 * window.el (window-auto-delete): Remove.
17339 (window-deletable-p): Remove argument FORCE. Don't deal with
17340 dedication and previous buffers.
17341 (switch-to-prev-buffer): Don't delete window.
17342 (delete-windows-on): Delete a window's frame if and only if the
17343 window is dedicated.
17344 (replace-buffer-in-windows): Delete buffer's window or frame if
17345 and only if window is dedicated.
17346 (quit-window): Handle quit-restore as before last change.
17347 (bury-buffer): Delete window only if window-deletable-p returns t.
17348
17349 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17350
17351 * window.el (window-deletable-p): Never delete the last frame on a
17352 given terminal.
17353
17354 2011-09-13 Glenn Morris <rgm@gnu.org>
17355
17356 * help.el (describe-key-briefly): Copy previous standard-output change.
17357
17358 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17359
17360 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17361
17362 2011-09-13 Glenn Morris <rgm@gnu.org>
17363
17364 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17365 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17366
17367 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17368
17369 * dired-aux.el (dired-mark-read-string): Don't return default
17370 value on empty input (Bug#9361).
17371 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17372 Omit initial minibuffer contents.
17373 (dired-do-chmod): Signal an error on empty input.
17374 (dired-mark-read-string): Don't return default on empty input.
17375
17376 * files.el (file-modes-symbolic-to-number): Doc fix.
17377
17378 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17379
17380 * international/mule-cmds.el (ucs-completions): Remove.
17381 (read-char-by-name): Use complete-with-action instead; add metadata.
17382
17383 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17384
17385 * window.el (display-buffer--action-function-custom-type)
17386 (display-buffer--action-custom-type): New vars.
17387 (display-buffer-alist, display-buffer-default-action)
17388 (display-buffer-overriding-action): Add defcustom types.
17389
17390 * frame.el (delete-other-frames): Doc fix (Bug#276).
17391
17392 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17393
17394 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17395
17396 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17397
17398 Change modes that used same-window-* vars to use switch-to-buffer.
17399
17400 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17401 Use switch-to-buffer.
17402
17403 * cus-edit.el (customize-group, custom-buffer-create)
17404 (customize-browse, custom-buffer-create-other-window):
17405 Use switch-to-buffer or switch-to-buffer-other-window.
17406
17407 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17408 (Info-prev, Info-up, Info-speedbar-goto-node)
17409 (info-display-manual): Use switch-to-buffer.
17410 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17411
17412 * mail/sendmail.el (mail): Use switch-to-buffer.
17413 (mail-recover): Use switch-to-buffer-other-window.
17414
17415 * cmuscheme.el (run-scheme, switch-to-scheme):
17416 * ielm.el (ielm):
17417 * shell.el (shell):
17418 * net/rlogin.el (rlogin):
17419 * net/telnet.el (telnet, rsh):
17420 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17421
17422 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17423
17424 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17425
17426 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17427
17428 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17429 so don't mention it (bug#9301).
17430 (dired-sort-toggle-or-edit): Clarify string further.
17431
17432 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17433 match `x', `w32' and `ns', like the manual says (bug#9029).
17434
17435 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17436 (process-kill-buffer-query-function): Mention the buffer name in
17437 the query.
17438
17439 * image-mode.el (image-next-line): The line parameter is mandatory
17440 (bug#9258).
17441
17442 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17443 which can be useful (bug#9301).
17444
17445 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17446
17447 * subr.el (match-string): Mention that the current buffer should
17448 be the same as the search was done in (bug#9282).
17449
17450 * facemenu.el: Disable the remove-* commands if the mark isn't
17451 active (bug#9162).
17452
17453 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17454
17455 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17456 of display-buffer.
17457 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17458
17459 * replace.el (occur-mode-goto-occurrence)
17460 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17461 and display-buffer.
17462
17463 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17464 display-buffer.
17465
17466 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17467 special-display and same-window variables.
17468 (mail-other-window): Use switch-to-buffer-other-window.
17469 (mail-other-frame): USe switch-to-buffer-other-frame.
17470
17471 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17472 Use display-buffer-other-frame.
17473 (gdb-display-gdb-buffer): Use pop-to-buffer.
17474
17475 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17476
17477 * progmodes/python.el: Don't set same-window-buffer-names.
17478
17479 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17480
17481 * window.el (display-buffer-alist): Add *Python*.
17482
17483 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17484
17485 * window.el (display-buffer-alist): Add entry for buffers
17486 previously handled same-window-*.
17487 (display-buffer-alist, display-buffer-default-action)
17488 (display-buffer-overriding-action): Mark as risky.
17489 (display-buffer-alist): Document action function changes.
17490 (display-buffer--same-window-action)
17491 (display-buffer--other-frame-action): New variables.
17492 (switch-to-buffer, display-buffer-other-frame): Use them.
17493 (display-buffer): Rename reuse-frame entry to reusable-frames.
17494 (display-buffer-reuse-selected-window): Function deleted.
17495 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17496 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17497 (display-buffer-special): New function.
17498 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17499 display-buffer-reuse-or-pop-window. Split off special-display
17500 part into display-buffer-special.
17501 (display-buffer-use-some-window): Don't perform any special
17502 pop-up-frames handling.
17503 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17504 (display-buffer--maybe-same-window): Rename from
17505 display-buffer-maybe-same-window.
17506
17507 * info.el: Don't set same-window-regexps.
17508 (info-setup): New function.
17509 (info-other-window, info): Call it.
17510
17511 * cus-edit.el: Don't set same-window-regexps.
17512 (customize-group): New argument.
17513 (customize-group-other-window): Use it.
17514 (customize-face, customize-face-other-window): Likewise.
17515 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17516
17517 * net/rlogin.el:
17518 * net/telnet.el:
17519 * progmodes/gud.el: Don't set same-window-regexps.
17520
17521 * cmuscheme.el:
17522 * ielm.el:
17523 * shell.el:
17524 * mail/sendmail.el:
17525 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17526
17527 2011-09-10 Juri Linkov <juri@jurta.org>
17528
17529 * isearch.el (isearch-edit-string): Remove obsolete mention of
17530 `C-w' (`isearch-yank-word-or-char') from docstring.
17531 (isearch-query-replace): Fix typo in docstring (bug#9466).
17532
17533 2011-09-10 Juri Linkov <juri@jurta.org>
17534
17535 * paren.el (show-paren-function): Don't show escaped parens.
17536 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17537
17538 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17539
17540 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17541 (mm-default-file-encoding): Remove autoload forms, they are
17542 replaced with autoload cookies in mml.el and mm-encode.el.
17543 (mail-add-attachment): New command.
17544 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17545 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17546 the doc string.
17547 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17548
17549 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17550
17551 * simple.el (count-words-region): Use buffer if there's no region
17552 (bug#9429).
17553
17554 2011-09-09 Juri Linkov <juri@jurta.org>
17555
17556 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17557 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17558 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17559
17560 2011-09-09 Alan Mackenzie <acm@muc.de>
17561
17562 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17563 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17564
17565 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17566
17567 Fix for Savannah bug#9392.
17568 * simple.el (mail-encode-mml): New defvar.
17569
17570 * mail/rmail.el (mail-encode-mml): Add a defvar.
17571 (rmail-enable-mime-composing): Default to t.
17572 (rmail-forward): Use MIME method of forwarding only if both
17573 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17574 Set mail-encode-mml non-nil if the MIME method was used.
17575
17576 * mail/sendmail.el (mml-to-mime): Add autoload form.
17577 (mail-encode-mml): Add a defvar.
17578 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17579 to nil.
17580 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17581 message through mml-to-mime, and reset mail-encode-mml to nil.
17582
17583 2011-09-09 Glenn Morris <rgm@gnu.org>
17584
17585 * woman.el (woman-if-body): When processing an .el block,
17586 do not delete the next .el block as well. (Bug#9447)
17587 (woman-special-characters): Add oq, cq, and hy characters.
17588
17589 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17590
17591 * window.el (window-deletable-p): Make sure window is live before
17592 invoking window-prev-buffers.
17593
17594 2011-09-08 Leo Liu <sdl.web@gmail.com>
17595
17596 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17597
17598 2011-09-08 Juri Linkov <juri@jurta.org>
17599
17600 * progmodes/compile.el (compilation-environment): Make it
17601 a defcustom (bug#8340).
17602
17603 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17604
17605 * window.el (frame-auto-delete): Rename to window-auto-delete.
17606 Make it control auto-deletion of windows and/or frames.
17607 (window-deletable-p): New argument FORCE. Rewrite conditions
17608 for deleting window/frame. (Bug#9419)
17609 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17610 Rewrite handling of case when window/frame can be deleted.
17611 (delete-windows-on): Call window-deletable-p with new FORCE
17612 argument t. (Bug#9456)
17613
17614 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17615
17616 * help-mode.el (help-mode): Restore autoload.
17617
17618 2011-09-07 Juri Linkov <juri@jurta.org>
17619
17620 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17621 `compilation-environment'. Set buffer-local
17622 `compilation-environment' to `thisenv' later after (funcall mode).
17623 (Bug#8340)
17624
17625 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17626 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17627 instead of replacing its value. (Bug#8340)
17628
17629 2011-09-07 Juri Linkov <juri@jurta.org>
17630
17631 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17632 based on text properties put by `grep-filter' instead of matching
17633 escape sequences.
17634 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17635 to the value of `grep-error-screen-columns' (bug#9438).
17636
17637 2011-09-07 Juri Linkov <juri@jurta.org>
17638
17639 * simple.el (next-error-highlight, next-error-highlight-no-select):
17640 Doc fix (bug#9432).
17641
17642 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17643
17644 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17645 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17646
17647 2011-09-07 Leo Liu <sdl.web@gmail.com>
17648
17649 * net/rcirc.el (rcirc-mode): Conditionally initialize
17650 rcirc-input-ring.
17651
17652 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17653
17654 * emacs-lisp/find-func.el (find-function-C-source): Only set
17655 find-function-C-source-directory after checking that we found a source
17656 file there (bug#9440).
17657
17658 2011-09-06 Alan Mackenzie <acm@muc.de>
17659
17660 * isearch.el (isearch-other-meta-char): Wherever a key list is
17661 unread, "unread" the prefix arg, too. This fixes bug #8901.
17662
17663 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17664
17665 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17666
17667 2011-09-05 Juri Linkov <juri@jurta.org>
17668
17669 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17670
17671 2011-09-05 Juri Linkov <juri@jurta.org>
17672
17673 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17674 keeping point where processing of grep matches begins, and
17675 continue to delete remaining escape sequences from the same point.
17676 (grep-filter): Make leading zero optional in "0?1;31m" because
17677 git-grep emits "\033[1;31m" escape sequences unlike expected
17678 "\033[01;31m" as GNU Grep does (bug#9408).
17679 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17680
17681 2011-09-05 Juri Linkov <juri@jurta.org>
17682
17683 * subr.el (y-or-n-p): Capitalize "yes".
17684
17685 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17686
17687 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17688 `tramp-cache-unload-hook' where appropriate.
17689 (tramp-methods): Rename `tramp-remote-sh' to
17690 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17691 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17692
17693 * net/tramp-sh.el (top): Don't require 'shell.
17694 (tramp-methods): Add `tramp-remote-shell' and
17695 `tramp-remote-shell-args' entries.
17696 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17697 (tramp-sh-handle-shell-command): Remove.
17698 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17699 Use `tramp-remote-shell'.
17700
17701 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17702
17703 * mail/sendmail.el (sendmail-query-once-function): Delete.
17704 (sendmail-query-once): Save directly to send-mail-function.
17705 Update message-send-mail-function too.
17706
17707 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17708
17709 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17710
17711 * progmodes/python.el (python-mode-map): Use correct function to
17712 start python interpreter from menu-bar (as reported by Geert
17713 Kloosterman).
17714 (inferior-python-mode-map): Fix typo.
17715 (python-shell-map): Remove.
17716
17717 2011-09-03 Deniz Dogan <deniz@dogan.se>
17718
17719 * net/rcirc.el (rcirc-print): Simplify code for
17720 rcirc-scroll-show-maximum-output. There is no need to walk
17721 through all windows to find the right one.
17722
17723 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17724
17725 * help.el (help-return-method): Doc fix.
17726
17727 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17728
17729 * window.el (window-deletable-p): Don't return a non-nil value
17730 when there's a buffer that was shown in the window before.
17731 (Bug#9419)
17732 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17733 Set window's previous buffers to nil.
17734
17735 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17736
17737 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17738 newline before and after the tag line, so it doesn't interfere
17739 with determining the paragraph direction of bidirectional text.
17740
17741 2011-09-03 Leo Liu <sdl.web@gmail.com>
17742
17743 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17744
17745 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17746
17747 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17748 (pop-to-buffer): Change interactive spec. Pass second argument
17749 directly to display-buffer.
17750 (display-buffer): Fix interactive spec. Use functionp to
17751 distinguish between a function and a list of functions.
17752
17753 * abbrev.el (edit-abbrevs):
17754 * arc-mode.el (archive-extract):
17755 * autoinsert.el (auto-insert):
17756 * bookmark.el (bookmark-bmenu-list):
17757 * files.el (find-file):
17758 * view.el (view-buffer):
17759 * progmodes/compile.el (compilation-goto-locus):
17760 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17761
17762 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17763
17764 * window.el (display-buffer-alist): Doc fix.
17765 (display-buffer): Add docstring. Don't treat
17766 display-buffer-default specially.
17767 (display-buffer-reuse-selected-window)
17768 (display-buffer-same-window, display-buffer-maybe-same-window)
17769 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17770 (display-buffer-pop-up-window)
17771 (display-buffer-reuse-or-pop-window)
17772 (display-buffer-use-some-window): New functions.
17773 (display-buffer-default-action): Use them.
17774 (display-buffer-default): Delete.
17775 (pop-to-buffer-1): Fix choice of actions.
17776
17777 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * minibuffer.el (completion--insert-strings): Don't get confused by
17780 completion entries that end with an LF char.
17781
17782 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17783
17784 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17785
17786 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17787
17788 * window.el (display-buffer): Restore interactive spec.
17789 (display-buffer-same-window, display-buffer-other-window):
17790 New functions.
17791 (pop-to-buffer-1): New function. Use the above.
17792 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17793 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17794
17795 * view.el (view-buffer-other-window, view-buffer-other-frame):
17796 Just use pop-to-buffer.
17797
17798 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17799
17800 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17801
17802 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17803
17804 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17805
17806 2011-08-31 Richard Stallman <rms@gnu.org>
17807
17808 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17809 of the separation of rmail-view-buffer from rmail-buffer.
17810 If you say no to "replace original", the decrypt is in the
17811 view buffer. If you say yes, the decrypt goes into the
17812 rmail buffer also.
17813
17814 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17815
17816 * window.el (display-buffer-window): Rewrite doc-string.
17817 (display-buffer-record-window): New function.
17818 (display-buffer-macro-specifiers)
17819 (display-buffer-even-window-sizes, display-buffer-set-height)
17820 (display-buffer-set-width, display-buffer-in-window)
17821 (display-buffer-reuse-window, display-buffer-split-specifiers)
17822 (display-buffer-side-specifiers, display-buffer-split-window-1)
17823 (display-buffer-split-window, display-buffer-split-atom-window)
17824 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17825 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17826 (display-buffer-other-window-means-other-frame)
17827 (display-buffer-normalize-special)
17828 (display-buffer-normalize-default)
17829 (display-buffer-normalize-argument)
17830 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17831 (display-buffer-normalize-specifiers, display-buffer-frame)
17832 (display-buffer-same-window, display-buffer-same-frame)
17833 (display-buffer-other-window)
17834 (display-buffer-same-frame-other-window)
17835 (display-buffer-other-frame, pop-to-buffer-same-window)
17836 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17837 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17838 (switch-to-buffer-same-frame)
17839 (switch-to-buffer-other-window-same-frame)
17840 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17841 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17842 (display-buffer-alist-set): Remove.
17843 (display-buffer-function, special-display-buffer-names)
17844 (special-display-regexps, special-display-function):
17845 In doc-string refer to display-buffer-window and quit-restore
17846 parameter.
17847 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17848 (special-display-frame-alist, special-display-popup-frame)
17849 (same-window-buffer-names, same-window-regexps, same-window-p)
17850 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17851 (split-window-preferred-function, split-height-threshold)
17852 (split-width-threshold, window-splittable-p)
17853 (split-window-sensibly, window--try-to-split-window)
17854 (window--frame-usable-p, even-window-heights)
17855 (window--even-window-heights, window--display-buffer-1)
17856 (window--display-buffer-2, display-buffer-other-frame):
17857 Restore old Emacs 23 code, order and doc-strings where applicable.
17858 (display-buffer-default, display-buffer-assq-regexp): New functions.
17859 (display-buffer-alist): Rewrite doc-string.
17860 (display-buffer-default-action)
17861 (display-buffer-overriding-action): New variables.
17862 (display-buffer, switch-to-buffer): Rewrite.
17863 (pop-to-buffer): Restore Emacs 23 behavior but use
17864 window-normalize-buffer-to-display.
17865 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17866 Restore Emacs 23 behavior but use
17867 window-normalize-buffer-to-switch-to.
17868 (pop-to-buffer-same-window): Rewrite.
17869 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17870 Rewrite using Emacs 23 options.
17871
17872 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17873
17874 * net/tramp.el (tramp-root-regexp): Remove.
17875 (tramp-completion-file-name-regexp-unified)
17876 (tramp-completion-file-name-regexp-separate)
17877 (tramp-completion-file-name-regexp-url): Don't use leading volume
17878 letter on w32 systems. (Bug#5303, Bug#9311)
17879 (tramp-drop-volume-letter): Simplify definition.
17880 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17881
17882 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17883
17884 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17885 (bug#9356).
17886
17887 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17888
17889 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17890
17891 2011-08-29 Juri Linkov <juri@jurta.org>
17892
17893 * isearch.el (isearch-done): Don't display message "Mark saved"
17894 when arg `edit' is non-nil to prevent its flicker in the echo area.
17895
17896 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17897
17898 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17899 obsolete packages for deletion.
17900
17901 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17902
17903 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17904 (help-mode): Derive help-mode from special-mode. Don't invoke
17905 view-mode from help-mode.
17906 (help-xref-override-view-map): Remove.
17907 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17908 view-mode is not used anymore.
17909
17910 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17911
17912 * server.el (server-port): Doc fix.
17913
17914 * cus-theme.el (custom-theme-choose-mode): Inherit from
17915 special-mode (Bug#9124).
17916 (custom-theme-choose-mode-map): Add special-mode to parent.
17917
17918 2011-08-28 Alan Mackenzie <acm@muc.de>
17919
17920 * progmodes/cc-fonts.el
17921 (c-make-font-lock-BO-decl-search-function): New function.
17922 (c-basic-matchers-after - "Fontify the clauses after various
17923 keywords"): Extract the three keyword lists for the 3 erroneous
17924 constructs from the list of four, and use the new function above
17925 in place of an old one.
17926
17927 2011-08-28 Deniz Dogan <deniz@dogan.se>
17928
17929 * net/rcirc.el (rcirc-insert-prev-input)
17930 (rcirc-insert-next-input): Remove unused argument.
17931
17932 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17935
17936 2011-08-27 Alan Mackenzie <acm@muc.de>
17937
17938 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17939 handle function pointer parameters properly.
17940
17941 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17942
17943 * window.el (display-buffer-reuse-window): Fix case where
17944 selected window was reused with non-nil OTHER-WINDOW argument.
17945 (Bug#9381)
17946
17947 2011-08-27 Deniz Dogan <deniz@dogan.se>
17948
17949 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17950 oftc's NickServ messages.
17951
17952 2011-08-27 Glenn Morris <rgm@gnu.org>
17953
17954 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17955
17956 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17957
17958 * emacs-lisp/package.el (package-install): Call package-initialize
17959 if called interactively.
17960
17961 2011-08-26 Leo Liu <sdl.web@gmail.com>
17962
17963 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17964
17965 2011-08-25 Juri Linkov <juri@jurta.org>
17966
17967 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17968 `search-whitespace-regexp' (bug#9364).
17969
17970 2011-08-25 Juri Linkov <juri@jurta.org>
17971
17972 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17973 `regexp-search-ring' to their global values to protect from
17974 updating by `read-from-minibuffer' (bug#9185).
17975
17976 2011-08-25 Juri Linkov <juri@jurta.org>
17977
17978 * textmodes/ispell.el (ispell-command-loop): Add newline
17979 at the end of the "Use option `i'..." line.
17980
17981 2011-08-25 Juri Linkov <juri@jurta.org>
17982
17983 * battery.el (display-battery-mode): If `battery-status-function'
17984 or `battery-mode-line-format' is nil, display the message and set
17985 `display-battery-mode' to nil (bug#9363).
17986
17987 2011-08-25 Eli Zaretskii <eliz@gnu.org>
17988
17989 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
17990 bidi-string-mark-left-to-right; they are unnecessary now.
17991
17992 2011-08-25 Deniz Dogan <deniz@dogan.se>
17993
17994 * net/quickurl.el: Documentation typo fixes.
17995
17996 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
17997
17998 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
17999
18000 2011-08-25 Glenn Morris <rgm@gnu.org>
18001
18002 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18003
18004 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18005 (smtpmail-via-smtp): Handle nil response from smtp.
18006
18007 2011-08-24 Juri Linkov <juri@jurta.org>
18008
18009 * proced.el (proced-marked): Inherit from `error' instead of
18010 `font-lock-warning-face'.
18011
18012 * ibuffer.el (ibuffer-marked-face): Change default face from
18013 `font-lock-warning-face' to `warning'.
18014 (ibuffer-deletion-face): Change default face from
18015 `font-lock-type-face' to `error'.
18016
18017 * battery.el (battery-update): Use the face `error' instead of
18018 `font-lock-warning-face' (bug#6117).
18019
18020 2011-08-24 Juri Linkov <juri@jurta.org>
18021
18022 * faces.el (success): Change face color from "Green3" to
18023 "ForestGreen" on light background (bug#9353).
18024
18025 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18026
18027 * window.el (quit-window): Rename from quit-restore-window.
18028 Use same arglist as old quit-window.
18029 (frame-auto-delete): Doc fix.
18030
18031 * view.el (view-mode-exit): Use quit-window.
18032
18033 2011-08-24 Juri Linkov <juri@jurta.org>
18034
18035 * isearch.el (isearch-ring-adjust1): Start visiting previous
18036 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18037 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18038 for empty search string (when the last search string is reused
18039 automatically) to adjust the isearch ring to the last element and
18040 prepare the correct index for further M-p commands (bug#9185).
18041
18042 2011-08-24 Kenichi Handa <handa@m17n.org>
18043
18044 * international/ucs-normalize.el: If decomposition property of
18045 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18046 nil.
18047 (nfd, nfkd): Likewise.
18048
18049 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18050
18051 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18052 from process filters aren't reliably transmitted to the surrounding
18053 accept-process-output.
18054 (mpc-proc-check): New function.
18055 (mpc-proc-sync): Use it (bug#8293)
18056
18057 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18060 Add compatibility functions (bug#9313).
18061
18062 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18063
18064 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18065
18066 * international/uni-bidi.el: Regenerate.
18067
18068 2011-08-23 Kenichi Handa <handa@m17n.org>
18069
18070 * international/charprop.el:
18071 * international/uni-bidi.el:
18072 * international/uni-category.el:
18073 * international/uni-combining.el:
18074 * international/uni-comment.el:
18075 * international/uni-decimal.el:
18076 * international/uni-decomposition.el:
18077 * international/uni-digit.el:
18078 * international/uni-lowercase.el:
18079 * international/uni-mirrored.el:
18080 * international/uni-name.el:
18081 * international/uni-numeric.el:
18082 * international/uni-old-name.el:
18083 * international/uni-titlecase.el:
18084 * international/uni-uppercase.el: Regenerate.
18085
18086 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18087
18088 * help.el (help-window-setup): Fix message displayed when other
18089 window is reused. (Bug#9341)
18090
18091 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18092
18093 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18094 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18095
18096 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18097 Mark obsolete.
18098 * shell.el (shell-parse-pcomplete-arguments): New function.
18099 (shell-completion-vars): Use it instead (bug#9160).
18100
18101 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18102
18103 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18104 strings and comments (bug#9333).
18105
18106 * emacs-lisp/debug.el (debug-arglist): New function.
18107 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18108 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18109
18110 2011-08-22 Juri Linkov <juri@jurta.org>
18111
18112 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18113 Revert regexp that highlights output switches to its old
18114 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18115
18116 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18117 to check for empty output (bug#9226).
18118
18119 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18120
18121 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18122 symbol-constituent as the default, as that stops font-lock from
18123 working properly (Bug#8843).
18124
18125 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18126
18127 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18128 `coding-system-for-*' around the process open call to avoid
18129 auth-source side effects.
18130 (smtpmail-try-auth-methods): Expand the secret password.
18131 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18132 probe hangs.
18133
18134 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18135
18136 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18137
18138 * emacs-lisp/find-func.el (find-function-noselect): New arg
18139 lisp-only.
18140
18141 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18142 signal an error for built-in functions (Bug#6664).
18143
18144 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18145
18146 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18147 (smtpmail-try-auth-methods): Use it.
18148
18149 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18150
18151 * font-lock.el (font-lock-fontify-region)
18152 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18153 (font-lock-default-unfontify-buffer)
18154 (font-lock-default-fontify-region)
18155 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18156
18157 * progmodes/compile.el (compilation-error-properties):
18158 Fix confusion between file struct and message struct (Bug#9319).
18159 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18160 `ant' regexp.
18161
18162 * net/browse-url.el (browse-url-firefox): Don't call
18163 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18164
18165 2011-08-20 Glenn Morris <rgm@gnu.org>
18166
18167 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18168
18169 * tutorial.el (tutorial--default-keys): Update some default bindings.
18170
18171 * files.el (hack-local-variables): Fully ignore case for "mode:".
18172
18173 2011-08-20 Alan Mackenzie <acm@muc.de>
18174
18175 Resolve invalid use of a regexp in regexp-opt.
18176
18177 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18178 detection for a java annotation.
18179
18180 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18181 detection for a java annotation.
18182
18183 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18184 handling for java.
18185 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18186
18187 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18188
18189 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18190 (Bug#9274).
18191
18192 2011-08-20 Alan Mackenzie <acm@muc.de>
18193
18194 Fontify CPP expressions correctly when starting in the middle of
18195 such a construct. Mainly for when jit-lock etc. starts a chunk
18196 here.
18197
18198 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18199 variable.
18200 (c-make-font-lock-search-form): New function, extracted from
18201 c-make-font-lock-search-function.
18202 (c-make-font-lock-search-function): Use the above function.
18203 (c-make-font-lock-context-search-function): New function.
18204 (c-cpp-matchers): Enhance the preprocessor expression case with
18205 the above function
18206 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18207 which takes an expression.
18208
18209 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18210
18211 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18212
18213 * window.el (display-buffer-reuse-window)
18214 (display-buffer-pop-up-window): Don't reuse or split a side
18215 window.
18216
18217 2011-08-19 Glenn Morris <rgm@gnu.org>
18218
18219 * files.el (hack-local-variables-prop-line, hack-local-variables):
18220 Downcase "Mode:". (Bug#9331)
18221
18222 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18223
18224 * international/characters.el: Add L and R categories.
18225
18226 * subr.el (bidi-string-mark-left-to-right): Rename from
18227 string-mark-left-to-right. Use category search.
18228
18229 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18230
18231 2011-08-18 Juri Linkov <juri@jurta.org>
18232
18233 * faces.el (error, warning, success): New faces with definitions
18234 copied from old default values of `font-lock-warning-face',
18235 `compilation-warning', `compilation-info' (bug#6117).
18236
18237 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18238
18239 * progmodes/compile.el (compilation-error): Inherit from `error'.
18240 (compilation-warning): Inherit from `warning'.
18241 (compilation-info): Inherit from `success'.
18242
18243 * dired.el (dired-marked): Inherit from `warning'.
18244 (dired-flagged): Inherit from `error'.
18245
18246 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18247
18248 * mail/smtpmail.el (auth-source): Require to avoid problems with
18249 binding variables (bug#9298). Also clean up some unused
18250 autoloads.
18251
18252 * net/network-stream.el (network-stream-open-starttls):
18253 Support using starttls.el without using gnutls-cli.
18254
18255 2011-08-17 Juri Linkov <juri@jurta.org>
18256
18257 * progmodes/grep.el (rgrep): Handle the case when
18258 `grep-find-command' is a cons cell (bug#9278).
18259
18260 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18261
18262 * window.el (display-buffer-pop-up-frame): Run frame creation
18263 function with BUFFER current (as special-display-popup-frame
18264 does). Reported by Drew Adams.
18265
18266 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18267
18268 * epa-mail.el: Simplify GnuPG group expansion using
18269 epg-expand-group.
18270 (epa-mail-group-alist, epa-mail-group-modtime)
18271 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18272 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18273 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18274 Remove.
18275
18276 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18277
18278 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18279
18280 2011-08-16 Alan Mackenzie <acm@muc.de>
18281
18282 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18283 Correct, to avoid the inside of macros.
18284
18285 2011-08-16 Richard Stallman <rms@gnu.org>
18286
18287 * epa-mail.el: Handle GnuPG group definitions.
18288 (epa-mail-group-alist, epa-mail-group-modtime)
18289 (epa-mail-gnupg-conf-file): New variables.
18290 (epa-mail-parse-groups, epa-mail-sync-groups)
18291 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18292 (epa-mail-expand-recipients): New functions.
18293 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18294
18295 * mail/rmail.el (rmail-epa-decrypt): New command.
18296
18297 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18298 Don't bind buffer-read-only, just inhibit-read-only.
18299 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18300 (epa-decrypt-armor-in-region): Make error message clearer.
18301
18302 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18303
18304 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18305 and "a2b" to "ab" for `prefix'.
18306
18307 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18308
18309 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18310 filter groups.
18311 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18312 Fourquet (Bug#8804).
18313
18314 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18315
18316 * startup.el (argi): Declare as global variable (bug#9275).
18317
18318 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18319
18320 * subr.el (string-mark-left-to-right): Search the entire string
18321 for RTL script, not just the terminating character. Doc fix.
18322
18323 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18324
18325 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18326 New function.
18327 (js--regexp-literal, js-syntax-propertize-function): Remove.
18328 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18329 (js-mode-map): Don't rebind electric keys.
18330 (js-insert-and-indent): Remove.
18331 (js-mode): Setup electric-layout and electric-indent instead.
18332
18333 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18334
18335 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18336
18337 * epa.el (epa-progress-callback-function): Fix the logic of
18338 displaying progress.
18339 * epa-file.el (epa-file-insert-file-contents): Make progress
18340 display more user-friendly.
18341 (epa-file-write-region): Ditto.
18342
18343 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18344
18345 * subr.el (string-mark-left-to-right): New function.
18346
18347 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18348 Use string-mark-left-to-right.
18349 (list-buffers-noselect): Caller changed.
18350
18351 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18352 Use string-mark-left-to-right.
18353 (tabulated-list-print): Recenter after moving point.
18354
18355 2011-08-10 Juri Linkov <juri@jurta.org>
18356
18357 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18358 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18359 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18360
18361 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18362
18363 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18364 (Bug#7554).
18365
18366 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18367
18368 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18369 character. (Bug#6594)
18370
18371 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18372
18373 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18374 (image-dired--with-db-file): New macro.
18375 (image-dired-write-tags, image-dired-remove-tag)
18376 (image-dired-create-gallery-lists, image-dired-write-comments)
18377 (image-dired-get-comment, image-dired-mark-tagged-files)
18378 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18379 (image-dired-gallery-generate): Use insert-file-contents.
18380
18381 * time.el (display-time-world-list, display-time-world-display):
18382 * time-stamp.el (time-stamp-string):
18383 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18384 set-time-zone-rule (Bug#7337).
18385
18386 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18387
18388 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18389 (epg-error-to-string, epg-errors-to-string): New function.
18390 (epg-wait-for-completion): Reverse errors list.
18391 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18392 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18393 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18394 (epg-sign-keys, epg-generate-key-from-file)
18395 (epg-generate-key-from-string): Format errors by using
18396 epg-errors-to-string (bug#9255).
18397 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18398
18399 2011-08-07 Juri Linkov <juri@jurta.org>
18400
18401 * faces.el (list-faces-display): Remove extra angle bracket
18402 from `help-mode-map'.
18403
18404 * info.el (Info-history-toc-nodes): Doc fix.
18405
18406 * longlines.el (longlines-mode): Doc fix.
18407
18408 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18409
18410 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18411 of statements and in a few more cases (bug#9183).
18412
18413 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18414 New functions.
18415 (cl-transform-lambda): Use them (bug#9239).
18416
18417 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18418
18419 * window.el (display-buffer-same-window)
18420 (display-buffer-same-frame, display-buffer-other-window)
18421 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18422 (pop-to-buffer-other-window)
18423 (pop-to-buffer-same-frame-other-window)
18424 (pop-to-buffer-other-frame): Make them defuns.
18425 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18426
18427 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18428
18429 * subr.el (make-composed-keymap): Move from C. Change calling
18430 convention, and improve docstring to bring attention to a subtle point.
18431 * minibuffer.el (completing-read-default): Adjust accordingly.
18432
18433 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18434
18435 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18436 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18437
18438 * net/trampver.el: Update release number.
18439
18440 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18441
18442 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18443 "in" (bug#9190).
18444
18445 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18446
18447 * mail/sendmail.el (sendmail-query-once): Restore the current
18448 buffer after querying (bug#9074).
18449
18450 * dired.el (dired-flagged): Use different faces for marked and
18451 flagged files (bug#6117).
18452
18453 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18454 (bug#4433).
18455
18456 * ido.el (ido-mode): Switch off the message if called
18457 non-interactively.
18458
18459 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18460 before 587, since it appears that that's more likely to work for
18461 more people.
18462
18463 * cus-edit.el (custom-file): When running under emacs -q, always
18464 refuse to save the customizations, even if the .emacs file doesn't
18465 exist.
18466
18467 * info.el: Remove the `Info-beginning-of-buffer' function
18468 (bug#8325).
18469
18470 * net/network-stream.el (network-stream-open-starttls):
18471 Use `starttls-available-p' to see whether starttls.el can be used.
18472
18473 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18474
18475 * window.el (display-buffer-in-window): Don't set dedicated status
18476 of window here (Bug#9215).
18477 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18478 (display-buffer-pop-up-side-window)
18479 (display-buffer-in-side-window): Set dedicated status of window here.
18480
18481 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18484 before binding generated-autoload-file.
18485
18486 2011-08-01 Deniz Dogan <deniz@dogan.se>
18487
18488 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18489
18490 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18491
18492 Sync with Tramp 2.2.2.
18493
18494 * net/trampver.el: Update release number.
18495
18496 2011-07-30 Juri Linkov <juri@jurta.org>
18497
18498 * dired-aux.el (dired-touch-initial): Remove function.
18499 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18500 current time, and `default' to the last modification time of the
18501 current marked file (bug#6887).
18502
18503 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18504
18505 * simple.el (goto-line): Use string-to-number to provide a
18506 numeric argument to read-number (bug#9163).
18507
18508 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18509
18510 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18511 connection process, it could be nil.
18512
18513 2011-07-27 Leo Liu <sdl.web@gmail.com>
18514
18515 Simplify url handling in rcirc-mode.
18516
18517 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18518 (rcirc-browse-url-at-mouse): Remove.
18519 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18520
18521 2011-07-26 Alan Mackenzie <acm@muc.de>
18522
18523 Fontify bitfield declarations properly.
18524
18525 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18526 (c-symbol-chars): Now exported as a lang variable.
18527 (c-not-primitive-type-keywords): New lang variable.
18528
18529 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18530 QT keyword "more" to prevent "more slots: ...." being spuriously
18531 parsed as a bitfield declaration.
18532
18533 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18534 Refactor and enhance to handle bitfield declarations.
18535 (c-punctuation-in): New function.
18536 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18537 declarations properly.
18538
18539 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18540
18541 * calendar/icalendar.el (icalendar--all-events): Take care of
18542 multiple vcalendars in a single file.
18543 (icalendar--convert-float-to-ical): Checkdoc fixes.
18544
18545 2011-07-25 Deniz Dogan <deniz@dogan.se>
18546
18547 * image.el (insert-image): Clarifying docstring.
18548
18549 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18550
18551 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18552 `tramp-send-command-and-check' if there is no error.
18553 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18554
18555 2011-07-22 Alan Mackenzie <acm@muc.de>
18556
18557 Prevent cc-langs.elc being loaded at run time.
18558
18559 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18560 cc-langs.
18561
18562 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18563 "(require 'cc-langs)". Quote a form so it will evaluate at
18564 (cc-mode's) compilation time.
18565
18566 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18567
18568 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18569 loading. (Bug#9114)
18570
18571 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18572
18573 * window.el (display-buffer-pop-up-window)
18574 (display-buffer-pop-up-side-window)
18575 (display-buffer-in-side-window): Call display-buffer-set-height
18576 and display-buffer-set-width after setting the new window's
18577 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18578
18579 2011-07-20 Sam Steingold <sds@gnu.org>
18580
18581 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18582 (etags-tags-included-tables): Call `convert-standard-filename' on
18583 the file names contained in TAGS so that windows Emacs can handle
18584 TAGS files created by cygwin ctags.
18585
18586 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18587
18588 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18589 which apparently didn't work.
18590
18591 2011-07-19 Roland Winkler <winkler@gnu.org>
18592
18593 * proced.el (proced-send-signal): For *Marked Processes* buffer
18594 put point at beginning of buffer.
18595
18596 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18597
18598 * proced.el (proced-format): Make header lines align with the text
18599 (bug#1779).
18600
18601 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18602
18603 * view.el (view-buffer): Allow running in `special' modes if we're
18604 visiting a file (bug#8615).
18605
18606 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18607
18608 * window.el (display-buffer-alist-of-strings-p)
18609 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18610 New functions.
18611 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18612 more accurately.
18613
18614 2011-07-18 Alan Mackenzie <acm@muc.de>
18615
18616 Fontify declarators properly when, e.g., a jit-lock chunk begins
18617 inside a declaration.
18618
18619 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18620
18621 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18622 New function.
18623 (c-complex-decl-matchers): Insert reference to
18624 c-font-lock-enclosing-decls.
18625
18626 * progmodes/cc-engine.el (c-backward-single-comment):
18627 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18628 to nil around calls to (forward-comment -1).
18629
18630 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18631
18632 * image.el (put-image): Doc typo fix.
18633
18634 * progmodes/etags.el (tags-search): Doc typo fix.
18635
18636 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18637 password if we get errors 550 to 554.
18638
18639 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18640
18641 * net/gnutls.el (gnutls-log-level): Remove.
18642
18643 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18644 indentation character (bug#6380).
18645
18646 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18647
18648 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18649 to clarify what the problem is (bug#4291).
18650
18651 * simple.el (current-kill): Clarify what
18652 `interprogram-paste-function' does (bug#7500).
18653 (auto-fill-mode): Document `auto-fill-function' in relation to
18654 `auto-fill-mode' (bug#2470).
18655
18656 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18657
18658 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18659 method if slot is read-only (bug#9035).
18660
18661 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18662
18663 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18664 * window.el (pop-to-buffer): Select window used even if it was
18665 selected before, see discussion of (Bug#8615), (Bug#6954).
18666 Pass argument NORECORD on to select-frame-set-input-focus.
18667
18668 2011-07-15 Glenn Morris <rgm@gnu.org>
18669
18670 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18671 Respect help-form.
18672
18673 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18674
18675 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18676 (gnutls-negotiate): Use it.
18677
18678 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18679
18680 * net/gnutls.el (gnutls-negotiate):
18681 Upcase `gnutls-algorithm-priority'.
18682
18683 2011-07-15 Glenn Morris <rgm@gnu.org>
18684
18685 * jka-compr.el (jka-compr-verbose): Move from here...
18686 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18687 Add missing :version tag.
18688 * info.el: No need to require jka-compr when compiling.
18689
18690 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18691
18692 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18693 (gnutls-negotiate): Use it.
18694
18695 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18696
18697 * info.el (Info-beginning-of-buffer): New command.
18698 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18699 announcing `b' as the key (bug#8325).
18700 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18701
18702 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18703
18704 * international/mule-cmds.el
18705 (describe-specified-language-support): Make the error message
18706 clearer (bug#8905).
18707
18708 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18709
18710 * isearch.el (isearch-barrier): Add a doc string, since it's
18711 mentioned in a function doc string (bug#8678).
18712
18713 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18714
18715 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18716 buffer argument (Bug#9083) and self-identifying label argument.
18717
18718 2011-07-15 Glenn Morris <rgm@gnu.org>
18719
18720 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18721
18722 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18723
18724 * man.el (Man-fontify-manpage): Fix message when formatting the
18725 man page (bug#7929).
18726
18727 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18728
18729 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18730 argument LRM; if non-nil, append an invisible LRM character to the
18731 buffer name.
18732 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18733 last argument non-nil, when formatting buffer names.
18734 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18735 paragraph direction.
18736
18737 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18738
18739 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18740 the man page name (bug#7929).
18741
18742 * image.el (put-image): Mention the `put-image' overlay property
18743 (bug#7834).
18744
18745 * scroll-bar.el (set-scroll-bar-mode): Mention that
18746 `scroll-bar-mode' lists the values (bug#7772).
18747
18748 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18749 command (bug#7729).
18750
18751 * rect.el (apply-on-rectangle): Return the point after the last
18752 operation.
18753 (string-rectangle): Go to the point after the last operation
18754 (bug#7522).
18755
18756 * printing.el (pr-toggle-region): Clarify the documentation
18757 slightly (bug#7493).
18758
18759 * time.el (display-time-update):
18760 Allow `display-time-mail-function' to return nil (bug#7158).
18761 Fix suggested by Detlev Zundel.
18762
18763 * vc/diff.el (diff): Clarify the order the file names are read
18764 (bug#7111).
18765
18766 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18767 the doc string (bug#7015).
18768
18769 * font-lock.el (font-lock-maximum-decoration): Mention what
18770 numeric levels mean (bug#6935).
18771
18772 * startup.el (initial-buffer-choice): Don't mention the `none'
18773 selection, which is against policy.
18774
18775 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18776
18777 * window.el (display-buffer-normalize-special):
18778 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18779
18780 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18781
18782 * subr.el (version<, version<=, version=): Mention "-CVS" and
18783 "-12345" alpha version numbers.
18784
18785 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18786
18787 * bindings.el: Add advertised binding for set-mark-command
18788 (Bug#5772).
18789
18790 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18791
18792 * bindings.el (mode-line-other-buffer):
18793 * bookmark.el (bookmark-bmenu-2-window):
18794 * bs.el (bs-cycle-next, bs-cycle-previous):
18795 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18796 switch-to-buffer.
18797
18798 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18799 Delete.
18800
18801 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18802
18803 * follow.el (follow-debug-message, follow-redisplay):
18804 * jka-cmpr-hook.el (with-auto-compression-mode):
18805 Fix typos in docstrings.
18806
18807 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18808
18809 * subr.el (with-silent-modifications): Clarify somewhat what the
18810 macro inhibits (bug#6525).
18811
18812 * simple.el (eval-expression): Note what it does if called
18813 interactively (bug#6495).
18814
18815 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18816
18817 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18818 Use pop-to-buffer buffer-or-name if it is nil.
18819
18820 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18821 Remove switch-to-buffer.
18822
18823 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18824
18825 * files.el (make-directory): Clarify that an error will be raised
18826 if there's an error (bug#6397).
18827
18828 * startup.el (initial-buffer-choice): Add `none' as a choice
18829 (bug#6234).
18830
18831 * subr.el (add-hook): Clarify section about buffer-local hooks
18832 (bug#6218).
18833
18834 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18835
18836 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18837
18838 * tabify.el (untabify): Preserve the current column so that point
18839 doesn't move (bug#6032).
18840
18841 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18842
18843 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18844 Rewrite to avoid awkward possessive "s" (bug#5986).
18845
18846 2011-07-13 Glenn Morris <rgm@gnu.org>
18847
18848 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18849 (dired-insert-directory): Give a message the first time
18850 if ls is found not to support --dired.
18851
18852 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18853
18854 * simple.el (toggle-truncate-lines): Clarify what is toggled
18855 (bug#5580). Text by Drew Adams.
18856
18857 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18858
18859 * simple.el (blink-matching-open): Make the error message from the
18860 last change less verbose.
18861
18862 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18863
18864 * font-lock.el (font-lock-comment-face): Use the high contrast
18865 "yellow" color for font-lock-comment-face on low color terminals
18866 using a dark background color (bug#4221).
18867
18868 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18869
18870 * dired.el (dired-insert-set-properties): Make the doc string
18871 reflect what it does now (bug#5325).
18872
18873 * simple.el (blink-matching-open): Say that we were unable to find
18874 the match within the limit, if we're limited (bug#5122).
18875
18876 * international/mule-cmds.el (prefer-coding-system): Add an
18877 example (bug#4869).
18878
18879 * progmodes/etags.el (tags-search): Document `file-list-form'
18880 (bug#4731).
18881
18882 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18883
18884 * net/browse-url.el (browse-url-default-browser)
18885 (browse-url-browser-function): Make the default browser choice a
18886 bit more logical (bug#4300). Also clean up the doc string.
18887
18888 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18889
18890 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18891 binary endings (bug#4440).
18892
18893 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18894
18895 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18896 which can be pretty annoying (bug#8971).
18897
18898 * jka-compr.el (jka-compr-verbose): New variable, and use
18899 throughout (bug#8971).
18900
18901 * info.el (Info-find-file): Fall back on the installation
18902 directory if we can't find the info node anywhere else.
18903
18904 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18905
18906 * vc/vc.el (vc-revert-file):
18907 Don't set file time-stamp in the past. (Bug#5181)
18908
18909 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18910
18911 * files.el (after-find-file): Give a better error message when
18912 trying to find a symlink that points to a file that doesn't exist
18913 (bug#4398).
18914
18915 * progmodes/cc-vars.el: Remove (probably) misleading comment
18916 (bug#4396).
18917
18918 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18919
18920 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18921
18922 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18923
18924 * mouse-sel.el: Hack restoring functionality, while keeping
18925 compatibility with 2010-07-03 changes to mouse selection.
18926 (mouse-sel-primary-overlay): New var.
18927 (mouse-sel-selection-alist): Use it.
18928 (mouse-sel-mode): Doc fix; remove points that are default features
18929 of mouse.el.
18930
18931 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18932
18933 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18934 Fix previous fix (bug#2490).
18935
18936 2011-07-12 Roland Winkler <winkler@gnu.org>
18937
18938 * textmodes/bibtex.el (bibtex-initialize):
18939 Use pop-to-buffer-same-window.
18940 (bibtex-search-entries): Fix interactive call.
18941
18942 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18943
18944 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18945 Fontise bytecomp Error lines more correctly (bug#2490).
18946 Fix suggested by Johan Bockgård.
18947
18948 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18949
18950 * dired-x.el (dired-guess-default): Use `delete-dups'.
18951
18952 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18953
18954 * dired.el (dired-mark-prompt):
18955 * dired-aux.el (dired-read-shell-command): Doc fix.
18956
18957 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18958
18959 * mail/sendmail.el (sendmail-query-once):
18960 Use `customize-save-variable' unconditionally, now that it works under
18961 emacs -Q.
18962
18963 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18964
18965 * cus-edit.el (custom-file): Take an optional no-error variable.
18966 (customize-save-variable): Set the variable, and give a warning if
18967 running under "emacs -q".
18968
18969 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18970
18971 * loadhist.el (unload-feature-special-hooks):
18972 Add `auto-coding-functions', `fill-nobreak-predicate' and
18973 `find-directory-functions' (bug#5327).
18974
18975 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18976
18977 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18978
18979 * cus-edit.el (custom-guess-name-alist): -alist variables should
18980 use the `alist' type (bug#3120). Suggested by Drew Adams.
18981
18982 * printing.el: Add documentation to all the `pr-toggle-' commands.
18983
18984 2011-07-11 Leo Liu <sdl.web@gmail.com>
18985
18986 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
18987 backends where it makes sense (bug#2623).
18988
18989 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18990
18991 * dired-x.el (dired-guess-default): Remove duplicate shell command
18992 entries (bug#2028).
18993 (dired-guess-default): Fix grammar in doc string (bug#2028).
18994 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
18995
18996 * subr.el (remove-duplicates): New conveniency function.
18997
18998 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18999
19000 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19001 (bug#1526).
19002
19003 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19004
19005 * window.el (display-buffer-normalize-default): Don't invert
19006 meaning of even-window-heights. Reported by Eli Zaretskii
19007 <eliz@gnu.org>.
19008
19009 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19010
19011 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19012
19013 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19014
19015 * window.el (display-buffer): Fix arguments to
19016 display-buffer-reuse-window in last change.
19017
19018 * faces.el (link): Use a less saturated blue on light backgrounds.
19019
19020 * startup.el (fancy-startup-text, fancy-about-text)
19021 (fancy-startup-tail): Use font-lock faces, for background safety.
19022
19023 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19024
19025 * emulation/viper-cmd.el (viper-change-state-to-vi):
19026 Limit triggering of abbrev expansion (Bug#9038).
19027
19028 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19029
19030 * window.el (display-buffer-default-specifiers): Remove.
19031 (display-buffer-macro-specifiers): Remove default specifiers.
19032 (display-buffer-alist): Default to nil.
19033 (display-buffer-reuse-window): New optional argument other-window.
19034 (display-buffer-pop-up-window): Allow splitting internal
19035 windows. Check whether a live window was created.
19036 (display-buffer-other-window-means-other-frame)
19037 (display-buffer-normalize-arguments): Rename to
19038 display-buffer-normalize-argument and rewrite. Set the
19039 other-window specifier.
19040 (display-buffer-normalize-special): New function.
19041 (display-buffer-normalize-options): Rename to
19042 display-buffer-normalize-default and rewrite.
19043 (display-buffer-normalize-options-inhibit): Remove.
19044 (display-buffer-normalize-specifiers): Rewrite.
19045 (display-buffer): Process other-window specifier and call
19046 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19047 more faithfully.
19048 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19049 (display-buffer-alist-set): Don't handle 'unset default values.
19050 (display-buffer-in-window, display-buffer-alist-set):
19051 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19052 <tassilo@member.fsf.org>.
19053
19054 2011-07-09 Leo Liu <sdl.web@gmail.com>
19055
19056 * register.el (insert-register): Restore accidental change on
19057 2011-06-26. (Bug#9028)
19058
19059 2011-07-09 Glenn Morris <rgm@gnu.org>
19060
19061 * subr.el (remq): Handle the empty list. (Bug#9024)
19062
19063 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19064
19065 * mail/sendmail.el (send-mail-function): No longer delay custom
19066 initialization.
19067 * custom.el (custom-initialize-delay): Doc fix.
19068
19069 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19070
19071 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19072
19073 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19074
19075 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19076 human-friendly prompt.
19077
19078 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19079
19080 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19081 provided by a particular plugin.
19082
19083 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19084
19085 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19086 save customizations (with "emacs -Q"), just set the variable
19087 instead of erroring out.
19088
19089 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19090
19091 2011-07-08 Juri Linkov <juri@jurta.org>
19092
19093 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19094 (archive-zip-update-case): Use 7z if found by `executable-find'.
19095 The order of searching the available programs is the same as in
19096 `archive-zip-extract' (bug#8968).
19097
19098 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19099
19100 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19101 (menu-bar-options-menu): Tweak descriptions.
19102
19103 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19104
19105 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19106 menu items into verb phrases (bug#1421). Also refill to fit under
19107 80 columns.
19108
19109 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19110
19111 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19112 (Info-read-node-name): Doc fix (Bug#1084).
19113
19114 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19115 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19116 (end-of-sexp, beginning-of-sexp)
19117 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19118 (forward-symbol, forward-same-syntax, word-at-point)
19119 (sentence-at-point): Doc fix (Bug#1144).
19120
19121 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19122
19123 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19124 should cover it (bug#1281).
19125
19126 * cus-edit.el (custom-show): Mark as obsolete.
19127
19128 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19129 negotiation fails, then possibly try again with a non-encrypted
19130 connection (bug#9017).
19131
19132 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19133 be used.
19134
19135 2011-07-07 Richard Stallman <rms@gnu.org>
19136
19137 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19138 property, and handle its changed format.
19139 Look for the correct line number.
19140 Use file's line contents (but not past first =) to find
19141 correct line in message.
19142
19143 2011-07-07 Kenichi Handa <handa@m17n.org>
19144
19145 * international/characters.el (build-unicode-category-table):
19146 Delete it.
19147 (unicode-category-table): Set it by unicode-property-table-internal.
19148
19149 * international/mule-cmds.el (char-code-property-alist): Move to
19150 to src/chartab.c.
19151 (get-char-code-property): Call unicode-property-table-internal to
19152 load a file. Call get-unicode-property-internal where necessary.
19153 (put-char-code-property): Call unicode-property-table-internal to
19154 load a file. Call put-unicode-property-internal where necessary.
19155 put-unicode-property-internal where necessary.
19156 (char-code-property-description):
19157 Call unicode-property-table-internal to load a file.
19158
19159 * international/charprop.el:
19160 * international/uni-bidi.el:
19161 * international/uni-category.el:
19162 * international/uni-combining.el:
19163 * international/uni-comment.el:
19164 * international/uni-decimal.el:
19165 * international/uni-decomposition.el:
19166 * international/uni-digit.el:
19167 * international/uni-lowercase.el:
19168 * international/uni-mirrored.el:
19169 * international/uni-name.el:
19170 * international/uni-numeric.el:
19171 * international/uni-old-name.el:
19172 * international/uni-titlecase.el:
19173 * international/uni-uppercase.el: Regenerate.
19174
19175 * loadup.el: Load international/charprop.el before
19176 international/characters.
19177
19178 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19179
19180 * window.el (next-buffer, previous-buffer): Signal an error if
19181 called from a minibuffer window.
19182
19183 * bindings.el: Revert 2011-07-04 change.
19184
19185 2011-07-06 Richard Stallman <rms@gnu.org>
19186
19187 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19188 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19189 Treat markers like ints.
19190 (rmail-mime-entity): Doc fix.
19191
19192 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19193
19194 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19195 defcustom again for backwards compatibility.
19196
19197 * simple.el (shell-command-on-region): Fill.
19198
19199 * dired-aux.el (dired-kill-line): Add a doc string.
19200
19201 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19202 to "\\sw\\|\\s_" (bug#358).
19203
19204 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19205 (dired-unmark-backward): Ditto.
19206 (dired-flag-backup-files): Ditto.
19207
19208 * dired-x.el (dired-mark-sexp): Ditto.
19209
19210 2011-07-06 Richard Stallman <rms@gnu.org>
19211
19212 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19213 (rmail-mime-entity): New arg TRUNCATED.
19214 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19215 New functions.
19216 (rmail-mime-save): Warn if entity is truncated.
19217 (rmail-mime-toggle-hidden): Likewise, for showing.
19218 (rmail-mime-process-multipart): Record when an entity is truncated.
19219
19220 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19221 if ENTITY is a string.
19222
19223 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19224
19225 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19226 of faces when `M-C-x'-ing their definitions (bug#8378).
19227 Also clean up the code slightly.
19228
19229 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19230 because that makes the colors go away.
19231
19232 * mail/sendmail.el (send-mail-function): Change the default to
19233 `sendmail-query-once'.
19234 (sendmail-query-once): Add an autoload cookie.
19235
19236 * net/network-stream.el (network-stream-open-starttls): Try using
19237 a plain connection even if the server offered STARTTLS, and we
19238 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19239 capability. This should make smtpmail.el work in slightly more
19240 configurations.
19241
19242 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19243
19244 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19245 New defun.
19246 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19247
19248 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19249
19250 * progmodes/sql.el: Version 3.0
19251 (sql-product-alist): Add product :completion-object,
19252 :completion-column, and :statement attributes.
19253 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19254 (sql-mode-syntax-table): Mark all punctuation.
19255 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19256 ansi keywords.
19257 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19258 (sql-mode-oracle-font-lock-keywords): Improve.
19259 (sql-oracle-show-reserved-words): New function for development.
19260 (sql-product-font-lock): Simplify for source code buffers.
19261 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19262 New functions.
19263 (sql-highlight-product): Set product specific syntax table.
19264 (sql-mode-map): Add statement movement functions.
19265 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19266 New variable.
19267 (sql-statement-regexp, sql-beginning-of-statement)
19268 (sql-end-of-statement, sql-signum): New functions.
19269 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19270 (sql-show-sqli-buffer): Bug fix.
19271 (sql-interactive-mode): Store connection data as buffer local.
19272 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19273 with sql-interactive-mode.
19274 (sql-save-connection): Save buffer local settings.
19275 (sql-connection-menu-filter): Change menu entry name.
19276 (sql-product-interactive): Bug fix.
19277 (sql-preoutput-hold): New variable.
19278 (sql-interactive-remove-continuation-prompt): Bug fixes.
19279 (sql-debug-redirect): New variable.
19280 (sql-str-literal): New function.
19281 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19282 Redesign.
19283 (sql-oracle-save-settings, sql-oracle-restore-settings)
19284 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19285 (sql-completion-object, sql-completion-column)
19286 (sql-completion-sqlbuf): New variables.
19287 (sql-build-completions-1, sql-build-completions)
19288 (sql-try-completion): New functions.
19289 (sql-read-table-name): Use them.
19290 (sql-contains-names): New buffer local variable.
19291 (sql-list-all, sql-list-table): Use it.
19292 (sql-oracle-completion-types): New variable.
19293 (sql-oracle-completion-object, sql-sqlite-completion-object)
19294 (sql-postgres-completion-object): New functions.
19295
19296 2011-07-06 Glenn Morris <rgm@gnu.org>
19297
19298 * window.el (pop-to-buffer): Doc fix.
19299
19300 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19301
19302 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19303
19304 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19305
19306 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19307
19308 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19309
19310 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19311
19312 * button.el (button): Inherit from link face. Suggested by Dan
19313 Nicolaescu.
19314
19315 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19316
19317 * progmodes/gdb-mi.el: Fit in 80 columns.
19318 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19319 switch-to-buffer.
19320
19321 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19322 if imenu is simply not configured (bug#8941).
19323
19324 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19325
19326 * allout.el (allout-post-undo-hook): New allout outline-change
19327 event hook to signal undo activity.
19328 (allout-post-command-business): Run allout-post-undo-hook if an
19329 undo just occurred.
19330 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19331 * allout-widgets.el (allout-widgets-after-undo-function):
19332 Ensure the integrity of the current item's decoration after it has been
19333 in the vicinity of an undo.
19334 (allout-widgets-mode): Include allout-widgets-after-undo-function
19335 on the new allout-post-undo-hook.
19336
19337 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19338
19339 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19340 Let define-derived-mode define it.
19341 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19342 cycles of abbrev-table inheritance (bug#8998).
19343
19344 2011-07-05 Roland Winkler <winkler@gnu.org>
19345
19346 * textmodes/bibtex.el: Add support for biblatex.
19347 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19348 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19349 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19350 (bibtex-entry-alist, bibtex-field-alist): New variables.
19351 (bibtex-entry-field-alist): Obsolete alias for
19352 bibtex-BibTeX-entry-alist.
19353 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19354 (bibtex-set-dialect): New command.
19355 (bibtex-entry-type, bibtex-entry-head)
19356 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19357 Bind via bibtex-set-dialect.
19358 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19359 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19360 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19361 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19362 Define via bibtex-set-dialect.
19363 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19364 Obey bibtex-no-opt-remove-re.
19365 (bibtex-vec-push, bibtex-vec-incr): New functions.
19366 (bibtex-format-entry, bibtex-field-list)
19367 (bibtex-print-help-message, bibtex-validate)
19368 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19369
19370 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19371
19372 * progmodes/compile.el (compilation-goto-locus):
19373 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19374 * bs.el (bs-cycle-next, bs-cycle-previous):
19375 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19376 * bindings.el (mode-line-other-buffer):
19377 * autoinsert.el (auto-insert):
19378 * arc-mode.el (archive-extract):
19379 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19380
19381 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19382
19383 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19384 Fix check of `emacs-lock-unlockable-modes'.
19385 Coerce true values of `emacs-lock--try-unlocking' to t.
19386
19387 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19388
19389 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19390 * emacs-lock.el: New file.
19391
19392 2011-07-05 Julien Danjou <julien@danjou.info>
19393
19394 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19395 than `boundp' to check if face is set.
19396
19397 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19398
19399 * register.el (registerv-make):
19400 * window.el (window-min-height): Fix typos in docstrings.
19401
19402 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19403
19404 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19405 Update doc string.
19406
19407 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * server.el (server-execute): Catch quit and call
19410 `server-return-error' to pass the error back to emacsclient and
19411 close the connection (bug#8942).
19412
19413 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19414
19415 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19416 insecure exception for current topic. Also note that auto-saves
19417 are handled differently.
19418
19419 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19420 State variables for tracking auto-save inhibition situation.
19421
19422 (allout-write-contents-hook-handler): Rename from
19423 'allout-write-file-hook-handler', and describe how it depends on
19424 write-contents-functions sensitivity to non-nil value to prevent
19425 file write.
19426
19427 (allout-auto-save-hook-handler): Remove. auto-save does not check
19428 this in individual buffers, only in the starting buffer, so this
19429 is not the right way for us to inhibit auto-save in a buffer
19430 according to its condition.
19431
19432 (allout-mode): Use new allout-write-contents-hook-handler, and
19433 only with write-contents-functions. Remove auto-save provisions -
19434 they're implemented elsewhere.
19435
19436 (allout-before-change-handler): If undo is in progress, note that
19437 for attention of allout-post-command-business.
19438
19439 (allout-post-command-business): If the command we're following was
19440 an undo, check for change in the status of encrypted items and
19441 adjust auto-save inhibitions accordingly.
19442
19443 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19444 according to whether there are or aren't any plain-text topics
19445 pending encryption.
19446
19447 (allout-inhibit-auto-save-info-for-decryption):
19448 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19449 if there are plain-text topics pending encryption.
19450
19451 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19452 buffer-saved-size and some allout state to not inhibit auto-saves
19453 if there are no longer any plain-text topics pending encryption.
19454
19455 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19456 No longer provide for exemption of the current topic.
19457
19458 2011-07-04 Juri Linkov <juri@jurta.org>
19459
19460 Add 7z operations to delete and save changed members (bug#8968).
19461 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19462 New defcustoms.
19463 (archive-7z-write-file-member): New function.
19464 (archive-7z-summarize): Fix the number of dashes in the
19465 listing output.
19466
19467 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19470 (bug#8958).
19471
19472 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19473
19474 * bindings.el: Ignore next-buffer and previous-buffer in
19475 minibuffer-local-map.
19476
19477 * font-lock.el (font-lock-builtin-face): Change light background
19478 color to dark slate blue (Bug#6693).
19479
19480 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19481
19482 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19483
19484 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19485
19486 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19487 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19488 Add switch-to-buffer.
19489
19490 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19491
19492 * isearch.el (isearch-search-fun-function): Clarify further the
19493 meaning of the function returned.
19494
19495 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19496
19497 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19498
19499 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19500 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19501 Use it.
19502 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19503 `tramp-default-remote-path' does not exist.
19504 (tramp-send-command-and-read): New optional argument NOERROR.
19505 (tramp-open-connection-setup-interactive-shell)
19506 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19507 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19508 (tramp-process-sentinel): Flush also process' connection property.
19509 (tramp-sh-handle-start-file-process): Do not set process
19510 sentinel. It is done now ...
19511 (tramp-maybe-open-connection): ... here. (Bug#8929)
19512
19513 2011-07-04 MON KEY <monkey@sandpframing.com>
19514
19515 * play/animate.el (animate-string): Doc fixes and allow changing
19516 the buffer name (bug#5417).
19517
19518 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19519
19520 * play/animate.el (animation-buffer-name): Rename from *animate*.
19521
19522 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19523
19524 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19525 This is simpler and helps future-proof the code.
19526 (timer-until): Use time-subtract and float-time.
19527 (timer--time-less-p): Use time-less-p.
19528
19529 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19530
19531 * type-break.el (timep): Use the value of `float-time' to avoid a
19532 byte-compiler warning.
19533
19534 * server.el (server-eval-and-print): Return any result, even nil.
19535
19536 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19537
19538 * type-break.el: Accept time formats that the builtins accept.
19539 (timep, type-break-time-difference): Accept any format that
19540 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19541 This is simpler and helps future-proof the code.
19542 (type-break-time-difference): Round rather than ignoring
19543 subseconds components.
19544
19545 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19546
19547 * info.el (Info-apropos-matches): Make non-interactive, since it
19548 doesn't seem to do anything useful as a command (bug#8829).
19549
19550 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19551
19552 * frame.el (frame-background-mode, frame-set-background-mode):
19553 Move from faces.el.
19554 (frame-default-terminal-background): New function.
19555
19556 * custom.el (custom-push-theme): Don't record faces in `changed'
19557 theme; this doesn't work correctly for per-frame face settings.
19558 (disable-theme): Use face-set-after-frame-default to reset faces.
19559 (custom--frame-color-default): New function.
19560
19561 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19562
19563 * dired.el (dired-flagging-regexp): Remove unused variable
19564 (bug#8769).
19565
19566 2011-03-29 Kevin Ryde <user42@zip.com.au>
19567
19568 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19569 `perl-Test2' extend to match possible "fail #N" rep count
19570 (bug#8377).
19571
19572 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19573
19574 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19575 `smtpmail-via-smtp' now returns the error instead of nil.
19576
19577 * isearch.el (isearch-search-fun-function): Clarify the doc string
19578 (bug#8101).
19579
19580 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19581
19582 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19583 unnecessary spaces (bug#8987).
19584
19585 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19586
19587 * net/network-stream.el (open-network-stream): Use the
19588 :end-of-capability command thoughout.
19589
19590 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19591
19592 * net/network-stream.el (open-network-stream): Add the
19593 :end-of-capability command parameter, used by pop3.el.
19594
19595 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19596
19597 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19598
19599 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19600 for list)" (bug#6475).
19601
19602 * files.el (file-expand-wildcards): Ignore non-readable
19603 sub-directories while trying to find matches instead of signaling
19604 an error (bug#6297).
19605
19606 * man.el (Man-reference-regexp): Allow matching possible
19607 word-wrapped references (bug#6289).
19608
19609 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19610 for consistency with the other vc buffers (bug#6197).
19611 (vc-checkin): Ditto.
19612
19613 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19614
19615 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19616
19617 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19618
19619 * custom.el (defcustom): Clarify that :set is only used in the
19620 Customize user interface (bug#6089).
19621
19622 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19623 associated with a file, refuse to run instead of erroring out
19624 (bug#6084).
19625
19626 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19627 the doc string, since it appears that using `fill-column' always
19628 controls the width (bug#7845).
19629
19630 * simple.el (shell-command-on-region): Say where the error output
19631 went if `shell-command-default-error-buffer' is set (bug#6857).
19632
19633 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19634
19635 * allout.el (allout-yank-processing): Adjust cursor position for
19636 backwards-deleted space.
19637
19638 (allout-rebullet-heading): Register changes with
19639 allout-exposure-changed-hook, so the modified topic is properly
19640 decorated.
19641
19642 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19643
19644 * minibuffer.el (completion-in-region): Document PREDICATE
19645 (bug#7136).
19646
19647 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19648 of keyword/argument pairs (bug#6904).
19649
19650 * replace.el (multi-occur):
19651 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19652
19653 2011-07-02 Drew Adams <drew.adams@oracle.com>
19654
19655 * dired.el (dired-mark-if): Make the message about whether it's
19656 marking or unmarking clearer (bug#8523).
19657
19658 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19659
19660 * disp-table.el (display-table-print-array): New function.
19661 (describe-display-table): Use it to print the vectors more pretty
19662 (Bug#8859).
19663
19664 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19665
19666 * window.el (window-state-get-1): Don't assign clone numbers.
19667 Add clone-of item to list of window parameters.
19668 (window-state-put-2): Don't process clone numbers.
19669 (display-buffer-alist): Fix doc-string.
19670
19671 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * subr.el (remq): Don't allocate if it's not needed.
19674 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19675 (keymap--merge-bindings): New functions.
19676 (keymap-canonicalize): Use them to refine the canonicalization.
19677 * minibuffer.el (minibuffer-local-completion-map)
19678 (minibuffer-local-must-match-map): Move initialization from C.
19679 (minibuffer-local-filename-completion-map): Move initialization from C;
19680 don't inherit from anything here.
19681 (minibuffer-local-filename-must-match-map): Make obsolete.
19682 (completing-read-default): Use make-composed-keymap to combine
19683 minibuffer-local-filename-completion-map with either
19684 minibuffer-local-must-match-map or
19685 minibuffer-local-filename-completion-map.
19686
19687 2011-07-01 Glenn Morris <rgm@gnu.org>
19688
19689 * type-break.el (type-break-time-sum): Use dolist.
19690
19691 * textmodes/flyspell.el (flyspell-word-search-backward):
19692 Replace CL function.
19693
19694 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19695
19696 * mouse.el (mouse--strip-first-event): New function.
19697 (function-key-map): Use it to map fringe clicks to normal clicks
19698 by default.
19699
19700 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19701 (vc-bzr-revision-completion-table): Add support for annotate and date.
19702
19703 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19704 inherit from parent.
19705
19706 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19707
19708 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19709 (dired-show-file-type): Doc fixup (bug#8818).
19710
19711 * dired.el (dired-mode): Fix up the doc string as suggested by
19712 Drew Adams (bug#8817).
19713
19714 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19715 cookie, since the manual says that it should be possible to add
19716 this function to `find-file-hook' (bug#8709).
19717
19718 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19719
19720 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19721 here. Noted Ted Zlatanov as the maintainer.
19722 (cfengine-common-settings, cfengine-common-syntax): New functions
19723 to set up common things between `cfengine-mode' and
19724 `cfengine3-mode'.
19725 (cfengine3-mode): New mode.
19726 (cfengine3-defuns cfengine3-defuns-regex
19727 (cfengine3-class-selector-regex cfengine3-category-regex)
19728 (cfengine3-vartypes cfengine3-font-lock-keywords)
19729 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19730 (cfengine3-indent-line): Add from cfengine3.el.
19731
19732 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19733
19734 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19735
19736 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19737
19738 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19739
19740 * window.el (same-window-buffer-names, same-window-regexps)
19741 (same-window-p, special-display-frame-alist)
19742 (special-display-popup-frame, special-display-function)
19743 (special-display-buffer-names, special-display-regexps)
19744 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19745 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19746 (split-window-preferred-function, split-height-threshold)
19747 (split-width-threshold, even-window-heights)
19748 (display-buffer-mark-dedicated, window-splittable-p)
19749 (split-window-sensibly, window-safely-shrinkable-p):
19750 Un-obsolete.
19751 (display-buffer): Don't spread args with function specifier
19752 because special-display-popup-frame won't like it.
19753
19754 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19755
19756 Time-stamp simplifications and fixes.
19757 These improve accuracy slightly, and future-proof the code
19758 against some potential changes to current-time format.
19759
19760 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19761 by using time-since and float-time.
19762
19763 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19764 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19765 + NNN microseconds".
19766
19767 * type-break.el (type-break-time-sum): Rewrite using time-add.
19768
19769 * play/hanoi.el (hanoi-current-time-float): Remove.
19770 All uses replaced by float-time.
19771
19772 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19773 This yields a more-accurate answer.
19774 (rng-time-to-float): Remove; no longer needed.
19775
19776 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19777
19778 * calendar/timeclock.el (timeclock-seconds-to-time):
19779 Defalias to seconds-to-time, since they're the same thing.
19780
19781 * emacs-lisp/elp.el (elp-elapsed-time):
19782 * emacs-lisp/benchmark.el (benchmark-elapse):
19783 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19784
19785 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * window.el (bury-buffer): Don't iconify the only frame.
19788 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19789 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19790
19791 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19792
19793 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19794 Add mouse-yank-primary.
19795
19796 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19797
19798 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19799
19800 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19801
19802 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19803 (find-library-name): Use it to find relative load names when provided
19804 absolute file name (bug#8803).
19805
19806 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19807
19808 * textmodes/flyspell.el (flyspell-word): Consider words that
19809 differ only in case as potential doublons (bug#5687).
19810
19811 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19812 Remove two rather uninteresting debugging-like messages to make
19813 debbugs.el more silent.
19814
19815 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19816 a password-like phrase.
19817
19818 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19819
19820 * progmodes/cc-guess.el: New file.
19821
19822 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19823
19824 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19825 derived from `c-basic-common-init'.
19826
19827 * progmodes/cc-mode.el (top-level): Require cc-guess.
19828 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19829
19830 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19831
19832 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19833
19834 2011-06-30 Alan Mackenzie <acm@muc.de>
19835
19836 * progmodes/cc-engine.el (c-guess-continued-construct):
19837 Correct the handling of template-args-cont, particularly for when font
19838 lock is disabled. Name this case as "CASE G".
19839
19840 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19841
19842 * allout.el (allout-yank-processing): Fix injection of extra space
19843 between bullet and non-whitespace character in first topic when
19844 pasting, ensuring that the actual spacing in the pasted topic
19845 following the bullet char is preserved. This extra space was
19846 causing pasted encrypted topics to get a decrypted status even
19847 when the content was actually still encrypted. Now the decryption
19848 status from before the paste is preserved.
19849
19850 (allout-flag-region): Set all allout overlays so they evaporate
19851 when reduced to zero length (evanescent), to prevent overlay
19852 leakage.
19853
19854 2011-06-30 Glenn Morris <rgm@gnu.org>
19855
19856 * w32-fns.el (w32-charset-info-alist): Declare.
19857
19858 * find-dired.el (find-grep-options): Simplify.
19859
19860 * term/ns-win.el (ns-set-resource): Declare.
19861
19862 * ses.el (row, col): Declare dynamic variables honestly.
19863
19864 * textmodes/reftex-parse.el (index-tags): Declare.
19865
19866 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19867
19868 * cus-edit.el (customize-push-and-save): New function.
19869
19870 * files.el (hack-local-variables-confirm): Use it.
19871
19872 * custom.el (load-theme): New arg NO-CONFIRM.
19873 Use customize-push-and-save (Bug#8720).
19874 (custom-enabled-themes): Doc fix.
19875
19876 * cus-theme.el (customize-create-theme)
19877 (custom-theme-merge-theme): Callers to load-theme changed.
19878
19879 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19880
19881 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19882 short URLs have at least one dot in them (bug #7614).
19883
19884 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19885 nil, because using a pty is apparently too slow (bug #895).
19886
19887 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19888
19889 * mail/sendmail.el (sendmail-query-once): New function.
19890 (sendmail-query-once-function): New variable.
19891
19892 2011-06-29 Glenn Morris <rgm@gnu.org>
19893
19894 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19895
19896 * ses.el (top-level): Require cl when compiling.
19897 (ses-set-localvars): Fix error statement.
19898 Call it at compile time to silence a storm of warnings.
19899
19900 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19901
19902 * window.el (normalize-live-buffer): Rename to
19903 window-normalize-buffer.
19904 (normalize-live-frame): Rename to window-normalize-frame.
19905 (normalize-any-window): Rename to window-normalize-any-window.
19906 (normalize-live-window): Rename to window-normalize-live-window.
19907 (make-window-atom): Rename to window-make-atom.
19908 (window-resize-reset): Rename to window--resize-reset.
19909 (window-resize-reset-1): Rename to window--resize-reset-1.
19910 (resize-mini-window): Rename to window--resize-mini-window.
19911 (resize-subwindows-skip-p): Rename to
19912 window--resize-subwindows-skip-p.
19913 (resize-subwindows-normal): Rename to
19914 window--resize-subwindows-normal.
19915 (resize-subwindows): Rename to window--resize-subwindows.
19916 (resize-other-windows): Rename to window--resize-siblings.
19917 (resize-this-window): Rename to window--resize-this-window.
19918 (resize-root-window): Rename to window--resize-root-window.
19919 (resize-root-window-vertically): Rename to
19920 window--resize-root-window-vertically.
19921 (normalize-buffer-to-display): Rename to
19922 window-normalize-buffer-to-display.
19923 (normalize-buffer-to-switch-to): Rename to
19924 window-normalize-buffer-to-switch-to.
19925 Correspondingly update all callers of the functions listed
19926 above.
19927 (display-buffer-alist, display-buffer-normalize-arguments)
19928 (display-buffer-normalize-options, display-buffer)
19929 (display-buffer-alist-set): Use "function" instead of
19930 "fun-with-args".
19931
19932 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19933
19934 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19935 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19936 debbugs.gnu.org. Mention acknowledgment email.
19937
19938 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19939
19940 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19941 buffer multibyteness, since it shouldn't matter.
19942
19943 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19944
19945 * window.el (display-buffer-in-side-window): Handle dedicated
19946 windows as in display-buffer-reuse-window.
19947 (display-buffer-normalize-alist): Use value of override
19948 specifier.
19949 (display-buffer-normalize-specifiers): Use value of
19950 other-window-means-other-frame specifier.
19951 (display-buffer-alist): Rewrite some texts in widgets.
19952 (display-buffer): Spread arguments when calling function
19953 specified by fun-with-args.
19954
19955 2011-06-28 Deniz Dogan <deniz@dogan.se>
19956
19957 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19958 Unnest `let'.
19959
19960 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19961 selectors (Bug#5732).
19962 (css-proprietary-nmstart-re): Use `regexp-opt'.
19963
19964 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19965
19966 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19967 (eshell-ls-date-format): New defcustom.
19968 (eshell-ls-file): Use it.
19969
19970 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19971
19972 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19973
19974 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19975
19976 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19977 (ange-ftp-make-tmp-name): New arg.
19978 (ange-ftp-file-local-copy): Use it.
19979
19980 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19981
19982 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19983 no-conversion (Bug#8870).
19984
19985 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19986
19987 * window.el (window-right, window-left, window-child)
19988 (window-child-count, window-last-child)
19989 (window-iso-combination-p, walk-window-tree-1)
19990 (window-atom-check-1, window-tree-1, delete-window)
19991 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
19992 new naming conventions - window-vchild, window-hchild,
19993 window-next and window-prev are now called window-top-child,
19994 window-left-child, window-next-sibling and window-prev-sibling
19995 respectively.
19996 (resize-window-reset): Rename to window-resize-reset.
19997 (resize-window-reset-1): Rename to window-resize-reset-1.
19998 (resize-window): Rename to window-resize.
19999 (window-min-height, window-min-width)
20000 (resize-mini-window, resize-this-window, resize-root-window)
20001 (resize-root-window-vertically, adjust-window-trailing-edge)
20002 (enlarge-window, shrink-window, maximize-window)
20003 (minimize-window, delete-window, quit-restore-window)
20004 (split-window, balance-windows, balance-windows-area-adjust)
20005 (balance-windows-area, window-state-put-2)
20006 (display-buffer-even-window-sizes, display-buffer-set-height)
20007 (display-buffer-set-width, set-window-text-height)
20008 (fit-window-to-buffer): Rename all "resize-window" prefixed
20009 calls to use the "window-resize" prefix convention.
20010 (display-buffer-alist): Fix symbol for label specifier.
20011 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20012 corresponding specifier.
20013 Reported by Juanma Barranquero <lekktu@gmail.com>.
20014
20015 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20016
20017 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20018 convention.
20019 (ses-call-printer): Does not pass an empty string to formatter when the
20020 cell is empty to keep from barking printer Calc math-format-value.
20021
20022 2011-06-27 Richard Stallman <rms@gnu.org>
20023
20024 * battery.el (battery-mode-line-limit): New variable.
20025 (battery-update): Handle it.
20026
20027 * mail/rmailmm.el (rmail-mime-process-multipart):
20028 Handle truncated messages.
20029
20030 2011-06-27 Glenn Morris <rgm@gnu.org>
20031
20032 * progmodes/flymake.el (flymake-err-line-patterns):
20033 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20034
20035 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20036
20037 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20038 (ses--clean-!, ses--clean-_): New functions.
20039 (ses-range): Add configurability of readout order, and conversion
20040 to Calc vector.
20041
20042 * ses.el (ses-repair-cell-reference-all): New function.
20043 (ses-cell-symbol): Set macro as safe, so that it can be used in
20044 formulas.
20045
20046 * ses.el: Update cycle detection algorithm.
20047 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20048 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20049 (ses-set-localvars): New function.
20050 (ses-make-cell): Add property-list as a cell element.
20051 (ses-cell-property-get-fun, ses-cell-property-get)
20052 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20053 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20054 New functions.
20055 (ses-cell-property-set, ses-cell-property-pop)
20056 (ses-cell-property-get-handle): New macro.
20057 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20058 New aliases, used for code readability.
20059 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20060 cycle detection.
20061 (ses-self-reference-early-detection): New defcustom.
20062 (ses-formula-references): Robustify against self-referring cells.
20063 (ses-mode): Use ses-set-localvars.
20064 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20065 before lauching the update processing.
20066 (ses-initialize-Dijkstra-attempt): New function.
20067 (ses-recalculate-cell): Update for cycle detection based on
20068 Dijkstra algorithm.
20069
20070 * ses.el: Fix commenting and indenting convention.
20071
20072 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20073
20074 * bs.el (bs-cycle-next): Complete last change.
20075
20076 2011-06-27 Drew Adams <drew.adams@oracle.com>
20077
20078 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20079
20080 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20081
20082 * net/network-stream.el (network-stream-open-starttls):
20083 Don't re-get capabilities unless we've reestablished connection.
20084 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20085
20086 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20087 to binary to possibly avoid line encoding issues on Windows (among
20088 other things).
20089
20090 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20091
20092 * net/network-stream.el (open-network-stream): Return an :error
20093 saying what the problem was, if possible.
20094
20095 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20096 server.
20097
20098 * net/network-stream.el (network-stream-open-starttls): If we
20099 wanted to use STARTTLS, and the server offered it, but we weren't
20100 able to because we had no STARTTLS support, then close the connection.
20101 (open-network-stream): Return an :error element, if present.
20102
20103 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20104
20105 * hl-line.el (hl-line-sticky-flag): Doc fix.
20106 (global-hl-line-sticky-flag): New option (Bug#8323).
20107 (global-hl-line-highlight): Obey it.
20108
20109 * vc/vc.el (vc-revert-show-diff): Default to t.
20110
20111 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20112
20113 * allout-widgets.el (allout-widgets-post-command-business):
20114 Stop decorating intermediate isearch matches. They're not being
20115 undecorated when an isearch is continued past, and isearch
20116 automatically collapses them. This leads to "widget leaks", where
20117 decorated items accumulate in collapsed areas. Lines with lots of
20118 hidden widgets can slow down cursor travel, substantially.
20119 Too much complicated machinery would be needed to ensure undecoration,
20120 so we're doing without this nicety.
20121
20122 (allout-widgets-tally-string): Don't try to do a hash-table-count
20123 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20124 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20125 *Messages* when allout-widgets-maintain-tally is t.
20126
20127 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20128
20129 * window.el (display-buffer-normalize-argument): Rename to
20130 display-buffer-normalize-arguments. Handle special meaning of
20131 LABEL argument. Respect special-display-function when popping up
20132 a new frame. Fix code searching for a window showing the buffer
20133 on another frame.
20134 (display-buffer-normalize-specifiers):
20135 Call display-buffer-normalize-arguments.
20136 (display-buffer-in-window): Don't undedicate the window if its
20137 buffer remains the same.
20138 Reported by Drew Adams <drew.adams@oracle.com>.
20139 (display-buffer-alist): Add choice for same-window macro
20140 specfier.
20141 (display-buffer): Mention special meaning of LABEL argument in
20142 doc-string. Fix quoting. Don't pop up a new frame even as
20143 fallback.
20144
20145 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20146
20147 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20148 avoid deleting the current window in some cases (bug#8911).
20149
20150 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20151
20152 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20153 (Bug#8934)
20154
20155 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20156
20157 * net/network-stream.el (network-stream-open-starttls):
20158 Use built-in TLS support if `gnutls-available-p' is true.
20159 (network-stream-open-tls): Ditto.
20160
20161 2011-06-26 Leo Liu <sdl.web@gmail.com>
20162
20163 * register.el (registerv): New struct.
20164 (registerv-make): New function.
20165 (jump-to-register, describe-register-1, insert-register):
20166 Support the jump-func, print-func and insert-func slot of a registerv
20167 struct. (Bug#8415)
20168
20169 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20170
20171 * vc/vc.el (vc-revert-show-diff): New defcustom.
20172 (vc-diff-internal): New arg specifying diff buffer.
20173 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20174 reuse an existing *vc-diff* buffer (Bug#8927).
20175
20176 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20177
20178 2011-06-26 Glenn Morris <rgm@gnu.org>
20179
20180 * progmodes/f90.el (f90-critical-indent): New option.
20181 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20182 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20183 (f90-mode): Doc fix.
20184 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20185 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20186 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20187 (f90-match-end): Handle block, critical.
20188
20189 2011-06-25 Glenn Morris <rgm@gnu.org>
20190
20191 * calendar/diary-lib.el (diary-included-files): Doc fix.
20192 (diary-include-files): New function, extracted from
20193 diary-include-other-diary-files and diary-mark-included-diary-files.
20194 (diary-include-other-diary-files, diary-mark-included-diary-files):
20195 Just call diary-include-files.
20196 (diary-mark-entries): Reset diary-included-files on first call.
20197
20198 * calendar/diary-lib.el (diary-mark-entries)
20199 (diary-mark-included-diary-files):
20200 Visit included diary-files in temp buffers.
20201
20202 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20203 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20204 (f90-start-block-re, f90-imenu-generic-expression)
20205 (f90-looking-at-program-block-start, f90-no-block-limit):
20206 Add support for submodules.
20207
20208 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20209 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20210
20211 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20212
20213 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20214 buffer-file-type before setting its value, to avoid disastrous
20215 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20216
20217 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20218
20219 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20220
20221 * ses.el (ses-unload-function):
20222 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20223
20224 * proced.el (proced-unload-function):
20225 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20226
20227 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20228
20229 * server.el (server-create-window-system-frame): Add parameters arg.
20230 (server-process-filter): Doc fix. Handle frame-parameters.
20231
20232 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20233
20234 Fix bug#8730, bug#8781.
20235
20236 * loadhist.el (unload--set-major-mode): New function.
20237 (unload-feature): Use it.
20238
20239 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20240 (python-unload-function): New function.
20241
20242 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20243
20244 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20245
20246 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20247
20248 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20249 the candidates list.
20250
20251 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20252
20253 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20254
20255 2011-06-23 Richard Stallman <rms@gnu.org>
20256
20257 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20258 (rmail-variables): Set next-error-move-function.
20259 (rmail-what-message): Take argument POS.
20260 (rmail-next-error-move): New function.
20261
20262 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20263
20264 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20265 messages for adjacent non-terminals.
20266
20267 2011-06-23 Richard Stallman <rms@gnu.org>
20268
20269 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20270 (rmail-show-message-1): Preserve buffer modified flag.
20271 (rmail-start-mail): Don't specify use of rmail-mail-return;
20272 that's done by mail-bury now.
20273 (rmail-mail-return): Handle arg NEWBUF.
20274
20275 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20276
20277 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20278 SIZE is a number.
20279
20280 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20281
20282 * window.el (get-lru-window, get-mru-window)
20283 (get-largest-window): Never return a minibuffer window.
20284 (display-buffer-pop-up-window): Fix a bug that could lead to
20285 reusing the minibuffer window.
20286 (display-buffer): Pass original specifier argument to
20287 display-buffer-function instead of the normalized one.
20288 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20289
20290 2011-06-22 Leo Liu <sdl.web@gmail.com>
20291
20292 * minibuffer.el (completing-read-function)
20293 (completing-read-default): Move from minibuf.c.
20294
20295 2011-06-22 Richard Stallman <rms@gnu.org>
20296
20297 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20298 to Rmail even if not started by a special Rmail command.
20299
20300 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20301 Copy the buffer currently showing just one message.
20302
20303 2011-06-22 Roland Winkler <winkler@gnu.org>
20304
20305 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20306 (bibtex-clean-entry): First delete the old key so that a
20307 customized algorithm for generating the new key does not get
20308 confused by the old key.
20309 (bibtex-url): Obey regexp of first step.
20310 (bibtex-search-entries): Do not use add-to-list with local
20311 list-var.
20312
20313 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20314
20315 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20316 stored a user name, then query for the password first, instead of
20317 waiting for SMTP to give an error message and the trying again.
20318
20319 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20320
20321 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20322 BUFFER in call-process.
20323
20324 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20325
20326 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20327 QUIT twice.
20328 (smtpmail-try-auth-methods): Require user name and password from
20329 auth-source.
20330
20331 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20332
20333 * window.el (display-buffer-default-specifiers)
20334 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20335 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20336 (split-window): Normalize SIDE argument (Bug#8916).
20337
20338 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20339 (special-display-frame-alist, special-display-popup-frame):
20340 Remove duplicate declarations. These are now in window.el.
20341
20342 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20343
20344 * mail/smtpmail.el (smtpmail-via-smtp):
20345 Set :use-starttls-if-possible so that we always use STARTTLS if the
20346 server supports it. SMTP servers that support STARTTLS commonly
20347 require it.
20348
20349 * net/network-stream.el (network-stream-open-starttls): Support
20350 upgrading to STARTTLS always, even if we don't have built-in support.
20351 (open-network-stream): Add the :always-query-capabilities keyword.
20352
20353 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20354 upgrades with `open-network-stream', and rely solely on
20355 auth-source for all credentials. Big changes throughout the file,
20356 but in particular:
20357 (smtpmail-auth-credentials): Remove.
20358 (smtpmail-starttls-credentials): Remove.
20359 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20360 MAIL FROM, too.
20361
20362 * net/network-stream.el (network-stream-open-starttls):
20363 Provide support for client certificates both for external and built-in
20364 STARTTLS.
20365 (auth-source): Require.
20366 (open-network-stream): Document the :client-certificate keyword.
20367 (network-stream-certificate): Change cert-cert to cert and
20368 cert-key to key.
20369
20370 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20371
20372 * net/tramp-cache.el (top): Don't load the persistency file when
20373 "emacs -Q" has been called.
20374
20375 2011-06-21 Tim Harper <timcharper@gmail.com>
20376
20377 * term/ns-win.el (ns-initialize-window-system):
20378 Set application-specific `ApplePressAndHoldEnabled' system
20379 resource to NO as it is not yet supported by the NS port.
20380
20381 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20382
20383 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20384 (list-dynamic-libraries): ...not here.
20385
20386 2011-06-21 Leo Liu <sdl.web@gmail.com>
20387
20388 * subr.el (sha1): Implement sha1 using secure-hash.
20389
20390 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20391
20392 * window.el (display-buffer-alist): In default value do not
20393 enforce searching a window on any but the selected frame.
20394 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20395 (display-buffer-select-window): Remove function.
20396 (display-buffer-in-window): When a window on another frame gets
20397 reused, do not select it any more but just raise its frame if
20398 necessary (Bug#8851) and (Bug#8856).
20399 (display-buffer-normalize-options): Handle pop-up-frames related
20400 options more faithfully.
20401 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20402 window if it is on another frame.
20403 (display-buffer-alist, display-buffer-default-specifiers):
20404 Don't make new frame unsplittable by default.
20405 (display-buffer-normalize-argument): Fix doc-string typo and use
20406 'same-frame-other-window instead of 'other-window when associating
20407 with display-buffer-macro-specifiers.
20408
20409 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20410
20411 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20412 New functions.
20413 (5x5-mode-map, 5x5-mode-menu): Bind them.
20414 (5x5-draw-grid): Tweak the solver's rendering.
20415
20416 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20417
20418 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20419 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20420
20421 2011-06-21 Drew Adams <drew.adams@oracle.com>
20422
20423 * menu-bar.el: Use function variable instead of switch-to-buffer.
20424 (menu-bar-select-buffer-function): New variable.
20425 (menu-bar-update-buffers): Use it (bug#8876).
20426
20427 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20428
20429 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20430 variable's status.
20431
20432 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20433
20434 * x-dnd.el (x-dnd-version-from-flags)
20435 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20436 and long as number (Bug#8899).
20437 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20438
20439 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20442 (completion-try-completion, completion-all-completions): Compute the
20443 metadata argument if it's missing; make it optional (bug#8795).
20444
20445 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20446 (widget-complete): Use new :completion-function property.
20447 (widget-completions-at-point): New function.
20448 (default): Use :completion-function instead of :complete.
20449 (widget-default-completions): Rename from widget-default-complete;
20450 Rewrite.
20451 (widget-string-complete, widget-file-complete, widget-color-complete):
20452 Remove functions.
20453 (file, symbol, function, variable, coding-system, color):
20454 * international/mule-cmds.el (default-input-method, charset)
20455 (language-info-custom-alist):
20456 * cus-edit.el (face): Use new property :completions.
20457
20458 * progmodes/pascal.el (pascal-completions-at-point): New function.
20459 (pascal-mode): Use it.
20460 (pascal-mode-map): Use completion-at-point.
20461 (pascal-toggle-completions): Make obsolete.
20462 (pascal-complete-word, pascal-show-completions):
20463 * progmodes/octave-mod.el (octave-complete-symbol):
20464 Redefine as obsolete alias.
20465 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20466 Signal absence of completion info for old Octave,
20467 (inferior-octave-complete): Redefine as obsolete alias.
20468 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20469 (meta-completions-at-point): Rename from meta-complete-symbol and
20470 adapt it for use on completion-at-point-functions.
20471 (meta-common-mode): Use it.
20472 (meta-looking-at-backward, meta-match-buffer): Remove.
20473 (meta-complete-symbol): Redefine as obsolete alias.
20474 (meta-common-mode-map): Use completion-at-point.
20475 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20476 (makefile-mode-map): Use completion-at-point.
20477 (makefile-completions-at-point): Rename from makefile-complete and
20478 adapt it for use on completion-at-point-functions.
20479 (makefile-mode): Use it.
20480 (makefile-complete): Redefine as obsolete alias.
20481
20482 2011-06-20 Deniz Dogan <deniz@dogan.se>
20483
20484 * net/rcirc.el: Delete trailing whitespaces once and for all.
20485
20486 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20487
20488 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20489
20490 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20491
20492 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20493
20494 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20495
20496 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20497
20498 * window.el (display-buffer-other-window-means-other-frame):
20499 Call display-buffer-normalize-alist.
20500 (display-buffer-normalize-specifiers-1): Rename to
20501 display-buffer-normalize-argument. New argument other-frame.
20502 Rewrite.
20503 (display-buffer-normalize-specifiers-2): Rename to
20504 display-buffer-normalize-options.
20505 (display-buffer-normalize-alist-1): New function.
20506 (display-buffer-normalize-specifiers-3): Rename to
20507 display-buffer-normalize-alist.
20508 Call display-buffer-normalize-alist-1.
20509 (display-buffer-normalize-options-inhibit): New variable.
20510 (display-buffer-normalize-specifiers): Rewrite calling
20511 display-buffer-normalize-alist,
20512 display-buffer-normalize-argument, and
20513 display-buffer-normalize-options. Don't call the latter if
20514 display-buffer-normalize-options-inhibit is non-nil.
20515 (frame-auto-delete): New option.
20516 (window-deletable-p): Use frame-auto-delete.
20517 (window-list-no-nils, window-state-ignored-parameters)
20518 (window-state-get-1, window-state-get, window-state-put-list)
20519 (window-state-put-1, window-state-put-2, window-state-put):
20520 New functions.
20521 (display-buffer-normalize-options): Move special-display-p group
20522 after pop-up-frame group (Bug#8851) and (Bug#8856).
20523
20524 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20525
20526 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20527 groups (Bug#8776).
20528 (rx-submatch-n): New function.
20529 (rx): Document it.
20530
20531 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20532 (Bug#8768).
20533
20534 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20535
20536 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20537
20538 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20539 anytime existing face settings are present (Bug#8889).
20540
20541 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20542 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20543 Remove unused argument.
20544
20545 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20546
20547 * window.el (display-buffer-default-specifiers):
20548 Remove pop-up-frame. Add pop-up-window-min-height,
20549 pop-up-window-min-width, and another reuse-window specifier
20550 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20551 (display-buffer-normalize-specifiers-2):
20552 Handle split-height-threshold and split-width-threshold also when
20553 pop-up-windows is unset. Add a reuse-window specifier for the
20554 case popping up a new window fails.
20555 (special-display-popup-frame): Remove double quoting.
20556 (display-buffer-normalize-specifiers-1): Fix thinko.
20557
20558 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20559
20560 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20561 according to comint-completion-addsuffix.
20562
20563 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20564 (pcomplete-suffix-list): Mark as obsolete.
20565 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20566 pcomplete-seen in the closure.
20567 (pcomplete-comint-setup): Setup completion-at-point as well.
20568 (pcomplete--entries): New function.
20569 (pcomplete--env-regexp): New var.
20570 (pcomplete-entries): Rewrite to work with partial-completion and
20571 without relying on pcomplete-suffix-list.
20572 (pcomplete-pare-list): Remove, unused.
20573
20574 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20575
20576 * window.el (display-buffer-alist): Set pop-up-window-min-height
20577 and pop-up-window-min-width in default value. Reported by
20578 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20579 other-window-means-other-frame.
20580 (display-buffer-macro-specifiers): Comment out entry for
20581 other-window specifier.
20582 (display-buffer-other-window-means-other-frame): New function.
20583 (display-buffer-normalize-specifiers-1): New arguments
20584 buffer-name and label. Treat other-window case specially.
20585 (display-buffer-normalize-specifiers-2): Treat other-window case
20586 specially.
20587 (display-buffer-normalize-specifiers-3): New function.
20588 (display-buffer-normalize-specifiers):
20589 Call display-buffer-normalize-specifiers-3.
20590
20591 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20592
20593 * window.el (same-window-p): Fix two typos introduced when
20594 adding with-no-warnings.
20595 (display-buffer-normalize-specifiers-1): Don't check
20596 pop-up-frames for 'unset initialization.
20597 (display-buffer-normalize-specifiers-2): Major rewrite using
20598 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20599 (pop-up-frames, display-buffer-reuse-frames)
20600 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20601 Suggested by David Engster <deng@randomsample.de>.
20602 (even-window-heights): Initialize to 'unset.
20603 (display-buffer-alist-set): Handle new 'unset initializations.
20604 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20605 other window case.
20606
20607 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20608
20609 * window.el (display-buffer-normalize-specifiers-1):
20610 Respect current value of pop-up-frames for most reasonable values of
20611 second argument of display-buffer (Bug#8865).
20612 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20613 (switch-to-buffer-other-window-same-frame)
20614 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20615 Adams (Bug#8875).
20616 (display-buffer): Don't check noninteractive when calling
20617 display-buffer-pop-up-frame.
20618 (display-buffer-pop-up-frame): Never pop up a frame in
20619 noninteractive mode (Bug#8857).
20620 (enlarge-window, shrink-window): Don't report an error when the
20621 window can't be resized as requested (Bug#8862).
20622
20623 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20624
20625 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20626
20627 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20628
20629 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20630
20631 2011-06-15 Alan Mackenzie <acm@muc.de>
20632
20633 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20634 for declarators, disable knr checking to speed up for normal files.
20635 2: Refactor, replacing a sequence of nested if forms by a cond form.
20636
20637 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20638
20639 * net/network-stream.el (open-network-stream): Add the keyword
20640 :always-query-capabilities for the case where you want to force a
20641 `plain' network connection, but the protocol still requires the
20642 capabilitiy command (i.e., SMTP and EHLO).
20643
20644 * subr.el (process-live-p): Rename from `process-alive-p' for
20645 consistency with other `-live-p' functions.
20646
20647 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20648
20649 * window.el (same-window-buffer-names, same-window-regexps)
20650 (special-display-frame-alist, special-display-popup-frame)
20651 (special-display-function, special-display-buffer-names)
20652 (special-display-regexps, pop-up-frame-alist)
20653 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20654 (pop-up-windows, split-window-preferred-function)
20655 (split-height-threshold, split-width-threshold, even-window-heights)
20656 (display-buffer-mark-dedicated): Don't encourage the use of
20657 display-buffer-alist from Elisp code.
20658
20659 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20660
20661 * progmodes/python.el (python-mode): Derive from prog-mode.
20662 * progmodes/ps-mode.el (ps-mode):
20663 * progmodes/mixal-mode.el (mixal-mode):
20664 * progmodes/cfengine.el (cfengine-mode):
20665 * progmodes/ld-script.el (ld-script-mode): Likewise.
20666
20667 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20668
20669 * window.el (display-buffer-alist): Trim default value to avoid
20670 popping up a new frame (Bug#8857) or reusing an arbitrary window
20671 on another frame.
20672 (display-buffer): Do not fall back on popping up a new frame in
20673 batch mode (Bug#8857).
20674
20675 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20676
20677 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20678 (custom-theme-summary): New function.
20679 (customize-themes): Use it.
20680
20681 2011-06-13 Glenn Morris <rgm@gnu.org>
20682
20683 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20684
20685 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20686
20687 * help.el (help-window): Remove variable.
20688 (help-window-point-marker, temp-buffer-max-height)
20689 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20690 (help-print-return-message): Don't set help-window.
20691 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20692 (help-window-setup-finish): Remove.
20693 (help-window-display-message, help-window-setup)
20694 (with-help-window): Major rewrite based on new
20695 display-buffer-window variable.
20696
20697 * help-mode.el (help-mode-finish): Remove help-window related
20698 code.
20699
20700 * view.el (view-exits-all-viewing-windows): Remove reference to
20701 view-return-to-alist in doc-string.
20702 (view-return-to-alist): Make obsolete.
20703 (view-buffer): Call pop-to-buffer-same-window and remove
20704 undo-window code.
20705 (view-buffer-other-window): Call pop-to-buffer-other-window and
20706 simplify code. Ignore second argument.
20707 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20708 simplify code. Ignore second argument.
20709 (view-return-to-alist-update): Make obsolete.
20710 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20711 Rewrite using quit-restore window parameters.
20712 (view-mode-exit): Rename second argument to EXIT-ONLY.
20713 Rewrite using quit-restore-window.
20714 (View-exit, View-exit-and-edit, View-leave, View-quit)
20715 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20716 appropriate arguments.
20717 (view-end-message): Use quit-restore window parameter.
20718
20719 * window.el (display-buffer-function): Rewrite doc-string.
20720 (display-buffer-window, display-buffer-alist): New variables.
20721 (display-buffer-split-specifiers)
20722 (display-buffer-side-specifiers)
20723 (display-buffer-macro-specifiers): New constants.
20724 (display-buffer-even-window-sizes, display-buffer-set-height)
20725 (display-buffer-set-width, display-buffer-select-window)
20726 (display-buffer-in-window, display-buffer-reuse-window)
20727 (display-buffer-split-window-1, display-buffer-split-window)
20728 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20729 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20730 (display-buffer-in-side-window, normalize-buffer-to-display)
20731 (display-buffer-normalize-specifiers-1)
20732 (display-buffer-normalize-specifiers-2)
20733 (display-buffer-normalize-specifiers, display-buffer-frame):
20734 New functions.
20735 (display-buffer): Major rewrite.
20736 (display-buffer-other-window, display-buffer-other-frame)
20737 (pop-to-buffer, switch-to-buffer-other-window)
20738 (switch-to-buffer-other-frame): Rewrite.
20739 (display-buffer-same-window, display-buffer-same-frame)
20740 (display-buffer-same-frame-other-window)
20741 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20742 (pop-to-buffer-other-window)
20743 (pop-to-buffer-same-frame-other-window)
20744 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20745 (switch-to-buffer-other-window-same-frame): New functions.
20746 (same-window-p, special-display-p): Rewrite disabling warnings.
20747 Make obsolete.
20748 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20749 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20750 Make obsolete
20751 (same-window-buffer-names, same-window-regexps)
20752 (special-display-frame-alist, special-display-popup-frame)
20753 (special-display-function, special-display-buffer-names)
20754 (special-display-regexps, pop-up-frame-alist)
20755 (pop-up-frame-function, split-window-preferred-function)
20756 (split-height-threshold, split-width-threshold)
20757 (even-window-heights): Make obsolete.
20758
20759 2011-06-12 Glenn Morris <rgm@gnu.org>
20760
20761 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20762 Misc simplifications.
20763
20764 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20765
20766 * window.el (window-safely-shrinkable-p): Restore function which
20767 was inadvertently removed in change from 2011-06-11. Declare as
20768 obsolete.
20769
20770 * calendar/calendar.el (calendar-generate-window):
20771 Use window-iso-combined-p instead of combination of one-window-p and
20772 window-safely-shrinkable-p.
20773
20774 2011-06-12 Glenn Morris <rgm@gnu.org>
20775
20776 * progmodes/fortran.el (fortran-mode-syntax-table):
20777 * progmodes/f90.el (f90-mode-syntax-table):
20778 Set % to punctuation. (Bug#8820)
20779 (f90-find-tag-default): Remove, no longer needed.
20780
20781 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20782
20783 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20784
20785 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20786
20787 * image.el (image-animated-p): Return animation delay in seconds.
20788 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20789 (image-animate-timeout): Remove DELAY argument. Don't assume
20790 every subimage has the same delay; get it from image-animated-p.
20791 (image-animate): Caller changed.
20792
20793 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20794
20795 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20796 to ignored backtrace functions.
20797
20798 2011-06-11 Glenn Morris <rgm@gnu.org>
20799
20800 * calendar/appt.el (appt-disp-window-function): Doc fix.
20801 (appt-check): Handle overlapping appointments. (Bug#8337)
20802
20803 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20804
20805 * window.el (window-tree-1, window-tree): New functions, moving
20806 the latter to window.el.
20807 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20808 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20809 (bw-refresh-edges): Remove.
20810 (balance-windows-1, balance-windows-2): New functions.
20811 (balance-windows): Rewrite in terms of window tree functions,
20812 balance-windows-1 and balance-windows-2.
20813 (bw-adjust-window): Remove.
20814 (balance-windows-area-adjust): New function with functionality of
20815 bw-adjust-window but using resize-window.
20816 (set-window-text-height): Rewrite doc-string.
20817 Use normalize-live-window and resize-window.
20818 (enlarge-window-horizontally, shrink-window-horizontally):
20819 Rename argument to DELTA.
20820 (window-buffer-height): New function.
20821 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20822 Rewrite using new window resize routines.
20823 (kill-buffer-and-window, mouse-autoselect-window-select):
20824 Use ignore-errors instead of condition-case.
20825 (quit-window): Call delete-frame instead of delete-windows-on
20826 for the only buffer on frame.
20827
20828 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20829
20830 * loadup.el (top-level): Load window before files for the sake
20831 of replace-buffer-in-windows.
20832
20833 * files.el (read-buffer-to-switch)
20834 (switch-to-buffer-other-window)
20835 (switch-to-buffer-other-frame, display-buffer-other-frame):
20836 Move to window.el.
20837
20838 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20839 (previous-buffer): Move to window.el.
20840
20841 * bindings.el (unbury-buffer): Move to window.el.
20842
20843 * window.el (delete-other-windows-vertically): Move after
20844 definition of delete-other-windows.
20845 (other-window, delete-windows-on, replace-buffer-in-windows):
20846 Move here from window.c.
20847 (record-window-buffer, unrecord-window-buffer)
20848 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20849 (switch-to-next-buffer): New functions.
20850 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20851 from simple.el. Call switch-to-next-buffer.
20852 (previous-buffer): Move here from simple.el.
20853 Call switch-to-prev-buffer.
20854 (bury-buffer): Move here from buffer.c. Switch to previous
20855 buffer when window cannot be deleted.
20856 (unbury-buffer): Move here from bindings.el.
20857 (ctl-x-map): Move binding for other-window from window.c to
20858 here.
20859 (read-buffer-to-switch, switch-to-buffer-other-window)
20860 (switch-to-buffer-other-frame): Move here from files.el.
20861 (normalize-buffer-to-switch-to): New functions.
20862 (switch-to-buffer): Move here from buffer.c.
20863 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20864
20865 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20866
20867 * window.el (window-min-height, window-min-width): Move here
20868 from window.c. Add defcustoms and rewrite doc-strings.
20869 (resize-mini-window, resize-window): New functions.
20870 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20871 Move here from window.c.
20872 (maximize-window, minimize-window): New functions.
20873 (delete-window, delete-other-windows, split-window): Move here
20874 from window.c.
20875 (window-split-min-size): New function.
20876 (split-window-keep-point): Mention split-window-above-each-other
20877 instead of split-window-vertically.
20878 (split-window-above-each-other, split-window-vertically):
20879 Rename split-window-vertically to split-window-above-each-other
20880 and provide defalias for old definition.
20881 (split-window-side-by-side, split-window-horizontally):
20882 Rename split-window-horizontally to split-window-side-by-side
20883 and provide defalias for the old definition.
20884 (ctl-x-map): Move bindings for delete-window,
20885 delete-other-windows and enlarge-window here from window.c.
20886 Replace bindings for split-window-vertically and
20887 split-window-horizontally by bindings for
20888 split-window-above-each-other and split-window-side-by-side.
20889
20890 * cus-start.el (all): Remove entries for window-min-height and
20891 window-min-width. Add entries for window-splits and
20892 window-nest.
20893
20894 2011-06-09 Glenn Morris <rgm@gnu.org>
20895
20896 * calendar/appt.el (appt-mode-line): New function.
20897 (appt-check, appt-disp-window): Use it.
20898
20899 * files.el (hack-one-local-variable-eval-safep):
20900 Allow minor-modes with explicit +/-1 arguments.
20901
20902 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20903
20904 * term/xterm.el (xterm): Add defgroup.
20905 (xterm-extra-capabilities): Add defcustom to supply known xterm
20906 capabilities, skip querying them, or query them (default).
20907 (terminal-init-xterm): Use it.
20908 (terminal-init-xterm-modify-other-keys): New function to set up
20909 modifyOtherKeys support to simplify `terminal-init-xterm'.
20910
20911 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20912
20913 * window.el (resize-window-reset, resize-window-reset-1)
20914 (resize-subwindows-skip-p, resize-subwindows-normal)
20915 (resize-subwindows, resize-other-windows, resize-this-window)
20916 (resize-root-window, resize-root-window-vertically)
20917 (window-deletable-p, window-or-subwindow-p)
20918 (frame-root-window-p): New functions.
20919
20920 2011-06-09 Glenn Morris <rgm@gnu.org>
20921
20922 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20923 (ange-ftp-get-files): Use it.
20924
20925 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20926
20927 * mail/sendmail.el (mail-recover-1, mail-recover):
20928 * files.el (recover-file, recover-session):
20929 Handle dired-listing-switches not being just a single short option.
20930
20931 2011-06-09 Glenn Morris <rgm@gnu.org>
20932
20933 * calendar/appt.el (appt-display-message, appt-disp-window):
20934 Handle lists of appointments.
20935
20936 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20937
20938 * window.el (one-window-p): Move down in code.
20939 Rewrite doc-string.
20940 (window-current-scroll-bars): Rewrite doc-string.
20941 Normalize live window argument.
20942 (walk-windows, get-window-with-predicate, count-windows):
20943 Rewrite doc-string. Use window-list-1.
20944 (window-in-direction-2, window-in-direction, get-mru-window):
20945 New functions.
20946
20947 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20948
20949 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20950 Doc fix (Bug#8713).
20951
20952 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20953
20954 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20955
20956 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20957
20958 * loadhist.el (unload-feature-special-hooks):
20959 Add `comint-output-filter-functions'.
20960
20961 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20962
20963 * calendar/appt.el (appt-check): Move some initializations into the let.
20964
20965 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20966
20967 * window.el (window-height): Defalias to window-total-height.
20968 (window-width): Defalias to window-body-width.
20969
20970 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20971
20972 * image-mode.el (image-toggle-animation): New command.
20973 (image-mode-map): Bind it to RET.
20974 (image-mode): Update message.
20975 (image-toggle-display-image): Avoid a spurious cache flush.
20976 (image-transform-rotation): Doc fix.
20977 (image-transform-properties): Return quickly in the normal case.
20978 (image-animate-loop): Rename from image-animate-max-time.
20979
20980 * image.el (image-animate-max-time): Move to image-mode.el.
20981 (create-animated-image): Remove unnecessary function.
20982 (image-animate): Rename from image-animate-start. New arg.
20983 (image-animate-stop): Remove; just use image-animate-timer.
20984 (image-animate-timer): Use car-safe.
20985 (image-animate-timeout): Rename argument.
20986
20987 2011-06-07 Martin Rudalics <rudalics@gmx.at>
20988
20989 * window.el (get-lru-window, get-largest-window): Move here from
20990 window.c. Rename first argument to ALL-FRAMES.
20991 Rephrase doc-strings.
20992 (get-buffer-window-list): Rewrite using window-list-1.
20993 Rephrase doc-string.
20994 (window-safe-min-height, window-safe-min-width): New constants.
20995 (window-size-ignore, window-min-size, window-min-size-1)
20996 (window-sizable, window-sizable-p, window-size-fixed-1)
20997 (window-size-fixed-p, window-min-delta-1, window-min-delta)
20998 (window-max-delta-1, window-max-delta, window-resizable)
20999 (window-resizable-p, window-total-height, window-total-width)
21000 (window-body-width): New functions.
21001 (window-full-height-p, window-full-width-p): Rewrite using
21002 window-total-size.
21003 (window-body-height): Rewrite using window-body-size.
21004
21005 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21006
21007 * window.el (window-right, window-left, window-child)
21008 (window-child-count, window-last-child, window-any-p)
21009 (normalize-live-buffer, normalize-live-frame)
21010 (normalize-any-window, normalize-live-window)
21011 (window-iso-combination-p, window-iso-combined-p)
21012 (window-iso-combinations)
21013 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21014 (windows-with-parameter, window-with-parameter)
21015 (window-atom-root, make-window-atom, window-atom-check-1)
21016 (window-atom-check, window-side-check, window-check):
21017 New functions.
21018 (ignore-window-parameters, window-sides, window-sides-vertical)
21019 (window-sides-slots): New variables.
21020 (window-size-fixed): Move down in code. Minor doc-string fix.
21021
21022 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21023
21024 * comint.el (comint-dynamic-complete-as-filename)
21025 (comint-dynamic-complete-filename): Correctly call
21026 completion-in-region.
21027
21028 2011-06-05 Deniz Dogan <deniz@dogan.se>
21029
21030 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21031 in last change.
21032
21033 2011-06-05 Deniz Dogan <deniz@dogan.se>
21034
21035 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21036 (rcirc): Use it to prompt for encryption.
21037
21038 2011-06-05 Roland Winkler <winkler@gnu.org>
21039
21040 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21041 (bibtex-search-entries): New command bound to C-c C-a.
21042 (bibtex-display-entries): New function.
21043
21044 2011-06-05 Roland Winkler <winkler@gnu.org>
21045
21046 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21047 (bibtex-insert-kill): After yanking insert newline if necessary.
21048 (bibtex-initialize): Call bibtex-string-files-init only once.
21049 (bibtex-mode): Do not call easy-menu-add.
21050 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21051 (bibtex-yank): Set arg properly if nil.
21052
21053 2011-06-05 Roland Winkler <winkler@gnu.org>
21054
21055 * textmodes/bibtex.el (bibtex-search-entry-globally):
21056 New variable.
21057 (bibtex-search-entry): Use it.
21058
21059 2011-06-05 Roland Winkler <winkler@gnu.org>
21060
21061 * textmodes/bibtex.el (bibtex-entry-format): New option
21062 sort-fields.
21063 (bibtex-format-entry, bibtex-reformat): Honor this option.
21064 (bibtex-parse-entry): Return fields in proper order.
21065
21066 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21067
21068 * doc-view.el (doc-view-remove-if): Move computation of result out
21069 of `dolist' to silence misleading lexical-binding warning.
21070
21071 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21072
21073 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21074 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21075
21076 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21077
21078 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21079 "SunOS 5.10".
21080
21081 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21082
21083 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21084 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21085 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21086 (tramp-parse-putty):
21087 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21088 (tramp-completion-function-alist-ssh)
21089 (tramp-completion-function-alist-telnet)
21090 (tramp-completion-function-alist-su)
21091 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21092 cookie.
21093
21094 * net/tramp-ftp.el:
21095 * net/tramp-sh.el:
21096 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21097 load "tramp.el" `tramp-set-completion-function'.
21098
21099 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21100
21101 * shell.el: Require and use pcomplete.
21102 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21103 (shell-completion-vars): Set pcomplete-default-completion-function.
21104
21105 2011-06-04 Deniz Dogan <deniz@dogan.se>
21106
21107 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21108 `memq' (Bug#8799).
21109
21110 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21111
21112 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21113
21114 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21115
21116 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21117 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21118 * vc/log-view.el (log-view-beginning-of-defun):
21119 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21120 (smerge-refine-forward, smerge-refine-chopup-region):
21121 Silence warning for unused `dotimes' counter variables.
21122
21123 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21124
21125 * net/tramp.el (tramp-with-progress-reporter): Rename from
21126 with-progress-reporter. Use `declare'.
21127 * net/tramp-smb.el:
21128 * net/tramp-sh.el:
21129 * net/tramp-gvfs.el: Update all uses.
21130
21131 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21132
21133 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21134 buffer isn't killed before making it current.
21135
21136 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21137
21138 Silence various byte-compiler warnings.
21139 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21140 `access-type' and new obsolescence format.
21141 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21142 new format.
21143 (byte-compile-check-variable): New `access-type' argument.
21144 Only warn if the access-type is obsolete.
21145 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21146 (byte-compile-variable-set): Adjust callers.
21147 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21148 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21149 setting it as obsolete.
21150 * simple.el (minibuffer-completing-symbol):
21151 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21152 access as obsolete.
21153 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21154 obsolete yet.
21155 * international/quail.el (quail-mouse-choose-completion): Remove unused
21156 code referring to obsolete var.
21157 (quail-choose-completion-string): Remove.
21158 * server.el (server-clients-with, server-kill-buffer-query-function)
21159 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21160 * proced.el (proced-send-signal):
21161 * emacs-lisp/lisp.el (lisp-complete-symbol):
21162 Replace completion-annotate-function with completion-extra-properties.
21163
21164 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21165
21166 * simple.el (goto-line): Use read-number.
21167 (overriding-map-is-bound): Remove.
21168 (saved-overriding-map): Change default.
21169 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21170 Take the map as argument.
21171 (universal-argument, negative-argument, digit-argument): Use it.
21172 (restore-overriding-map): Adjust.
21173 (do-auto-fill): Use fill-forward-paragraph.
21174 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21175
21176 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21177 (minibuffer-inactive-mode): New major mode.
21178 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21179 the *Messages* buffer" hack.
21180 (mouse-popup-menubar): Don't burp if the event is a normal key.
21181
21182 Miscellaneous tweaks.
21183 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21184 lexical scoping as in subr.el's dolist and dotimes.
21185 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21186 Silence compiler warning.
21187 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21188 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21189 * international/ccl.el (ccl-compile): Trivial simplification.
21190 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21191 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21192 `printflag' argument.
21193 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21194 Purecopy the whole obsolescence data.
21195
21196 2011-06-01 Leo Liu <sdl.web@gmail.com>
21197
21198 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21199 improve doc-string as suggested by Marco Pessotto
21200 <melmothx@gmail.com>.
21201 (rcirc-print): Fix last change.
21202
21203 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21204
21205 * minibuffer.el (complete-with-action): Return nil for the metadata and
21206 boundaries of non-functional tables.
21207 (completion-table-dynamic): Return nil for the metadata.
21208 (completion-table-with-terminator): Add default case, using
21209 complete-with-action.
21210 (completion--metadata): New function.
21211 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21212 to try and avoid pathological performance problems.
21213 (completion--embedded-envvar-table): Return `category' metadata.
21214
21215 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21216
21217 * subr.el (process-alive-p): New tiny convenience function.
21218
21219 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21220
21221 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21222 content but also its previous major mode.
21223
21224 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21225
21226 * emacs-lisp/debug.el (debug): Restore the previous content of the
21227 *Backtrace* buffer when we exit with C-M-c.
21228
21229 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * minibuffer.el: Add metadata method to completion tables.
21232 (completion-category-overrides): New defcustom.
21233 (completion-metadata, completion--field-metadata)
21234 (completion-metadata-get, completion--styles)
21235 (completion--cycle-threshold): New functions.
21236 (completion-try-completion, completion-all-completions):
21237 Add `metadata' argument to choose completion-styles.
21238 (completion--do-completion): Use metadata to choose cycling.
21239 (completion-all-sorted-completions): Use metadata for sorting.
21240 Remove :completion-cycle-penalty which is not needed any more.
21241 (completion--try-word-completion): Add `metadata' argument.
21242 (minibuffer-completion-help): Check metadata for annotation function
21243 and sorting.
21244 (completion-file-name-table): Return `category' metadata.
21245 (minibuffer-completing-file-name): Make obsolete.
21246 * simple.el (minibuffer-completing-symbol): Make obsolete.
21247 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21248 completion-try-completion.
21249
21250 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21251
21252 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21253
21254 2011-05-30 Leo Liu <sdl.web@gmail.com>
21255
21256 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21257 (rcirc-print): Decode all incoming messages (bug#8744).
21258 (rcirc-decode-coding-system): Allow value nil for automatic coding
21259 system detection.
21260
21261 2011-06-01 Glenn Morris <rgm@gnu.org>
21262
21263 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21264
21265 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21266
21267 * image.el (image-animate-max-time): Allow nil and t values.
21268 Default to nil.
21269 (create-animated-image): Doc fix.
21270 (image-animate-start): Remove second arg; just use
21271 image-animate-max-time.
21272 (image-animate-timeout): Doc fix. Args changed.
21273
21274 * image-mode.el (image-toggle-display-image): Ensure that the
21275 image spec passed to the animate timer is the same object as in
21276 the buffer's display property (Bug#6981).
21277 (image-transform-properties): Doc fix.
21278
21279 * image.el (image-animate-max-time): Default to nil.
21280
21281 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21282
21283 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21284 entire buffer list (Bug#8184).
21285
21286 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21287
21288 * image.el (imagemagick-types-inhibit)
21289 (imagemagick-register-types): Doc fix.
21290
21291 2011-05-29 Deniz Dogan <deniz@dogan.se>
21292
21293 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21294 default.
21295
21296 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21297
21298 * select.el: Don't perform clipboard-manager saving in hooks;
21299 leave the hooks empty.
21300
21301 2011-05-28 Leo Liu <sdl.web@gmail.com>
21302
21303 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21304 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21305 (occur-edit-mode): New major mode (Bug#8463).
21306 (occur-after-change-function): New function.
21307 (occur-engine): Give Occur tags a read-only property.
21308
21309 2011-05-28 Kevin Ryde <user42@zip.com.au>
21310
21311 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21312
21313 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21314
21315 * bindings.el (help-echo): Make the initial non-indicator dash
21316 empty on graphical terminals (Bug#7295).
21317
21318 * files.el (auto-mode-alist): Move config rule after the
21319 in-stripping one (Bug#8547).
21320
21321 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21322
21323 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21324 setting (Bug#8740).
21325
21326 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21327
21328 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21329 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21330 (Bug#8539).
21331
21332 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21333
21334 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21335
21336 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21337
21338 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21339 (hs-hide-block-at-point, hs-find-block-beginning)
21340 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21341 (Bug#8279).
21342
21343 2011-05-28 Glenn Morris <rgm@gnu.org>
21344
21345 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21346
21347 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21348
21349 * help-fns.el (describe-function-1): If the function is a derived
21350 major mode, print the parent mode.
21351
21352 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21353 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21354
21355 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21356
21357 * minibuffer.el (completion--capf-wrapper): Check applicability before
21358 returning non-nil for non-exclusive completion data.
21359 * progmodes/etags.el (tags-completion-at-point-function):
21360 * info-look.el (info-lookup-completions-at-point): Mark as
21361 non-exclusive.
21362 (info-complete): Adjust accordingly.
21363
21364 * info-look.el: Convert to lexical-binding and completion-at-point.
21365 (info-lookup-completions-at-point): New function.
21366 (info-complete): Use it and completion-in-region.
21367
21368 2011-05-28 Drew Adams <drew.adams@oracle.com>
21369
21370 * isearch.el: Let M-e start with point at the first mismatched char.
21371 (isearch-fail-pos): New function.
21372 (isearch-edit-string): Use it.
21373
21374 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21375
21376 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21377
21378 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21379
21380 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21381 traversal functions for avl-trees.
21382 (avl-tree--stack): New struct.
21383 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21384 (avl-tree-enter): Add optional `updatefun' arg.
21385 (avl-tree--do-enter): Add optional `updatefun' arg.
21386 Change return value.
21387 (avl-tree-delete): Add optional `test' and `nilflag' args.
21388 (avl-tree--do-delete): Add `test' and `nilflag' args.
21389 Change return value.
21390 (avl-tree-member): Add optional `nilflag'
21391 (avl-tree-member-p): New function.
21392 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21393 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21394 (avl-tree-stack-empty-p): New functions.
21395
21396 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21397 avl-tree--del-balance1 and make it work both ways.
21398 (avl-tree--del-balance2): Remove.
21399 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21400 make it work both ways.
21401 (avl-tree--enter-balance2): Remove.
21402 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21403 New macros.
21404 (avl-tree--mapc, avl-tree-map): Add direction argument.
21405
21406 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21407
21408 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21409
21410 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21411
21412 * select.el: Support clipboard managers with built-in function
21413 x-clipboard-manager-save, via delete-frame-functions and
21414 kill-emacs-hook.
21415 (xselect-convert-to-targets): Add MULTIPLE target to list.
21416 (xselect-convert-to-save-targets): New function.
21417
21418 2011-05-27 Kenichi Handa <handa@m17n.org>
21419
21420 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21421 let-binding rfc2047-encode-encoded-words to nil.
21422
21423 2011-05-27 Glenn Morris <rgm@gnu.org>
21424
21425 * mail/emacsbug.el: Don't require url-util.
21426
21427 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21428
21429 * files.el (set-auto-mode):
21430 Also respect mode: entries at the end of the file. (Bug#8586)
21431
21432 2011-05-26 Glenn Morris <rgm@gnu.org>
21433
21434 * files.el (hack-local-variables-prop-line, hack-local-variables):
21435 Downcase mode names, as seems to be traditional.
21436 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21437
21438 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21439 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21440
21441 2011-05-25 Julien Danjou <julien@danjou.info>
21442
21443 * textmodes/rst.el (rst-define-level-faces): Do not define face
21444 symbol if it is already defined.
21445
21446 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21447
21448 * play/5x5.el (5x5-new-game, 5x5-randomize):
21449 Reset 5x5-solver-output to nil when a new grid is cast.
21450 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21451 these debugging traces, as defmacro breaks the compiled code.
21452
21453 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21454
21455 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21456
21457 2011-05-24 Leo Liu <sdl.web@gmail.com>
21458
21459 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21460 (vc-bzr-sha1): Adapt.
21461
21462 * sha1.el: Remove. Function `sha1' is now builtin.
21463
21464 * bindings.el: Provide sha1 feature.
21465
21466 2011-05-24 Kenichi Handa <handa@m17n.org>
21467
21468 * mail/sendmail.el: Require `rfc2047'.
21469 (mail-insert-from-field): Do not perform RFC2047 encoding.
21470 (mail-encode-header): New function.
21471 (sendmail-send-it): Set buffer-file-coding-system of the work
21472 buffer to the return value of select-message-coding-system.
21473 Call mail-encode-header.
21474
21475 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21476
21477 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21478
21479 * mail/supercite.el (sc-default-cite-frame):
21480 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21481
21482 2011-05-24 Glenn Morris <rgm@gnu.org>
21483
21484 * progmodes/python.el (brm-menu): Declare.
21485
21486 * emulation/viper.el (viper-set-hooks): Declare.
21487
21488 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21489 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21490 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21491 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21492 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21493 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21494
21495 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21496
21497 Add an :exit-function for completion-at-point.
21498
21499 * minibuffer.el (completion--done): New fun.
21500 (completion--do-completion): Use it. New arg `expect-exact'.
21501 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21502 since completion--do-completion does it for us now.
21503 (minibuffer-force-complete): Use completion--done and
21504 completion--replace. Handle sole-completion case with more care.
21505 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21506 (completion-extra-properties): New var.
21507 (completion-annotate-function): Make obsolete.
21508 (minibuffer-completion-help): Adjust accordingly.
21509 Use completion-list-insert-choice-function.
21510 (completion-at-point, completion-help-at-point):
21511 Bind completion-extra-properties.
21512 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21513 * simple.el (completion-list-insert-choice-function): New var.
21514 (completion-setup-function): Preserve it.
21515 (choose-completion): Pay attention to it, shuffle the code a bit.
21516 (choose-completion-string): New arg `insert-function'.
21517
21518 * textmodes/bibtex.el: Convert to lexical binding.
21519 (bibtex-mode-map): Use completion-at-point.
21520 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21521 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21522 (bibtex-complete): Define as obsolete alias.
21523 (bibtex-complete-internal): Remove.
21524 (bibtex-format-entry): Remove unused sub-group in regexp.
21525 * shell.el (shell--command-completion-data)
21526 (shell-environment-variable-completion):
21527 * pcomplete.el (pcomplete-completions-at-point):
21528 * comint.el (comint--complete-file-name-data): Use :exit-function
21529 instead of completion-table-with-terminator so it also works for
21530 choose-completion.
21531
21532 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21533
21534 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21535
21536 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21537 (bug#8710).
21538
21539 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21540
21541 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21542
21543 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21544 customization variable and implement: If non-nil, auto-fill will
21545 be inhibited while on topic's header line.
21546
21547 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21548
21549 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21550 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21551 always have a solution in grid size = 5 cases.
21552 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21553 (5x5-solver-output, 5x5-log-buffer): New vars.
21554 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21555 Make these variables buffer local to achieve 5x5 multi-session-ness.
21556 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21557 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21558 (5x5-solve-suggest): New funs.
21559 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21560 randomize a grid so that we ensure that there is always a solution.
21561 (5x5-make-random-grid): Allow other movement than flipping.
21562
21563 2011-05-23 Kevin Ryde <user42@zip.com.au>
21564
21565 * emacs-lisp/advice.el (ad-read-advised-function):
21566 Use `function-called-at-point' as the default, if it has
21567 advice and passes PREDICATE.
21568
21569 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21572 byte-compile-lambda if it's actually a lambda.
21573
21574 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21575 Fix function quoting. Use backquote better.
21576
21577 2011-05-22 Yuanle Song <sylecn@gmail.com>
21578
21579 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21580 matching (Bug#8516).
21581
21582 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21583
21584 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21585 different face (Bug#8178).
21586
21587 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21588
21589 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21590 defface (Bug#8144).
21591
21592 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21593
21594 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21595 funcall as well (bug#8712). Warn when performing those conversions.
21596 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21597
21598 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21599
21600 2011-05-22 Glenn Morris <rgm@gnu.org>
21601
21602 * files.el (hack-local-variables-prop-line): Small simplifications.
21603 (hack-local-variables, hack-local-variables-prop-line):
21604 If MODE-ONLY, return the mode, rather than just `t'.
21605
21606 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21607
21608 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21609
21610 2011-05-21 Glenn Morris <rgm@gnu.org>
21611
21612 * files.el (hack-local-variables-prop-line, hack-local-variables):
21613 If only interested in the mode, don't bother doing the other stuff.
21614
21615 * image-mode.el (image-after-revert-hook):
21616 Redraw all frames on which the image is visible. (Bug#8567)
21617
21618 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21619
21620 * wid-edit.el (widget-checklist-match-inline):
21621 Fix 2011-04-19 change. (Bug#8649)
21622
21623 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21624
21625 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21626 Also allow singlespace after single-letter capitals followed by a dot.
21627
21628 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21629 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21630
21631 2011-05-20 Nix <nix@esperi.org.uk>
21632
21633 * files.el (basic-save-buffer-2):
21634 Fix handling of break-hardlink-on-save with non-existent files.
21635
21636 2011-05-19 Deniz Dogan <deniz@dogan.se>
21637
21638 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21639 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21640
21641 2011-05-19 Glenn Morris <rgm@gnu.org>
21642
21643 * progmodes/f90.el (f90-type-def-re):
21644 Handle "type, bind(c)". (Bug#8691)
21645
21646 * emacs-lisp/autoload.el (batch-update-autoloads):
21647 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21648
21649 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21650
21651 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21652 property for the correct connection in case of multihops.
21653
21654 2011-05-18 Glenn Morris <rgm@gnu.org>
21655
21656 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21657 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21658
21659 Rationalize calendar handling of day and month abbrev-arrays.
21660 * calendar/calendar.el (calendar-customized-p): New function.
21661 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21662 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21663 Add :set function.
21664 (calendar-abbrev-length, calendar-day-abbrev-array)
21665 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21666 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21667 Elements may no longer be nil.
21668 (calendar-day-name, calendar-month-name):
21669 Update for changed nature of abbrev arrays.
21670 * calendar/diary-lib.el (diary-name-pattern):
21671 Update for changed nature of abbrev arrays.
21672 (diary-mark-entries-1): Update calendar-make-alist calls.
21673 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21674 * calendar/cal-html.el (cal-html-day-abbrev-array):
21675 Simply inherit from calendar-day-abbrev-array.
21676
21677 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * progmodes/grep.el (grep-mode): Disable default
21680 compilation-directory-matcher setting (bug#8684).
21681
21682 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21683
21684 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21685 instead of "head" and "tail". There were problems with SunOS 5.9,
21686 and it performs better.
21687
21688 2011-05-17 Glenn Morris <rgm@gnu.org>
21689
21690 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21691
21692 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21693 Replace obsolete function.
21694
21695 * shell.el (pcomplete-parse-arguments-function): Declare.
21696
21697 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21698 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21699 (appt-check): Doc fixes.
21700 (appt-disp-window-function, appt-delete-window-function):
21701 Remove needless special case in custom :type.
21702 (appt-display-count): Default to 0, not nil.
21703 (appt-check): Reset appt-display-count to 0, not nil.
21704
21705 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21706
21707 * progmodes/python.el (python-font-lock-keywords):
21708 Add the Python 3.X keyword "nonlocal" (bug#8639).
21709
21710 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21711
21712 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21713
21714 2011-05-16 Kevin Ryde <user42@zip.com.au>
21715
21716 * info-look.el (makefile-automake-mode): New setups, looking in
21717 automake manual, then makefile-mode.
21718 (makefile-mode): Remove automake manual, have it just in
21719 makefile-automake-mode since there's various things different or
21720 not relevant to plain make.
21721 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21722 believe a hypothetical automake-mode would go to makefile-mode,
21723 not the other way around.
21724
21725 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21726
21727 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21728 hunk-end tags (Bug#8672).
21729
21730 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21731 vc-annotate-show-diff-revision-at-line (Bug#8671).
21732
21733 2011-05-14 Glenn Morris <rgm@gnu.org>
21734
21735 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21736 in the middle of an existing one with multiple authors. (Bug#8645)
21737 (change-log-font-lock-keywords): Also handle multiple author lines
21738 with leading tabs. (Bug#8644)
21739
21740 * calendar/appt.el (appt-check): Rename some local variables.
21741 Some simplification/reordering.
21742
21743 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21744 (feedmail-sendmail-f-doesnt-sell-me-out)
21745 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21746 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21747 (feedmail-queue-runner-message-sender): Set :version.
21748 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21749 (bbdb-dwim-net-address, vm-mail): Declare.
21750 (feedmail-binmail-gnulinuxish-template):
21751 Rename from feedmail-binmail-linuxish-template.
21752 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21753 Use insert-buffer-substring.
21754
21755 2011-05-14 Bill Carpenter <bill@carpenter.org>
21756
21757 * mail/feedmail.el (feedmail-patch-level): Increase.
21758 (feedmail-debug): New custom group.
21759 (feedmail-confirm-outgoing-timeout)
21760 (feedmail-sendmail-f-doesnt-sell-me-out)
21761 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21762 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21763 (feedmail-sender-line, feedmail-from-line)
21764 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21765 (feedmail-spray-this-address)
21766 (feedmail-spray-address-fiddle-plex-list)
21767 (feedmail-queue-use-send-time-for-date)
21768 (feedmail-queue-use-send-time-for-message-id)
21769 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21770 (feedmail-buffer-eating-function):
21771 Doc fixes.
21772 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21773 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21774 (feedmail-message-action-scroll-down): New functions.
21775 (feedmail-queue-directory, feedmail-queue-draft-directory):
21776 Use expand-file-name.
21777 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21778 Remove C-v help entry.
21779 (feedmail-queue-buffer-file-name): New variable.
21780 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21781 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21782 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21783 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21784 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21785 (feedmail-message-action-toggle-spray)
21786 (feedmail-run-the-queue-no-prompts)
21787 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21788 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21789 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21790 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21791 (feedmail-envelope-deducer, feedmail-fiddle-from)
21792 (feedmail-fiddle-sender, feedmail-default-date-generator)
21793 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21794 (feedmail-fiddle-spray-address)
21795 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21796 (feedmail-fiddle-list-of-fiddle-plexes)
21797 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21798 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21799 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21800 Change default. Doc fix.
21801 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21802 (feedmail-binmail-linuxish-template): New constant.
21803 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21804 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21805 (feedmail-send-it): Add debug call.
21806 Use feedmail-queue-buffer-file-name, and
21807 feedmail-send-it-immediately-wrapper.
21808 (feedmail-message-action-send): Add debug call.
21809 Use feedmail-send-it-immediately-wrapper.
21810 (feedmail-queue-express-to-queue): Add debug call.
21811 Run feedmail-queue-express-hook.
21812 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21813 (feedmail-message-action-help-blat):
21814 Rename from feedmail-queue-send-edit-prompt-help-first.
21815 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21816 Check line-endings. Handle errors better.
21817 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21818 Doc fix. Add debug call.
21819 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21820 Use feedmail-queue-send-edit-prompt-inner.
21821 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21822 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21823 from feedmail-queue-send-edit-prompt.
21824 (feedmail-queue-send-edit-prompt-help)
21825 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21826 (feedmail-tidy-up-slug): Add debug call.
21827 Respect feedmail-queue-slug-suspect-regexp.
21828 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21829 (feedmail-dump-message-to-queue): Add debug call.
21830 Expand queue-directory.
21831 (feedmail-dump-message-to-queue): Change message slightly.
21832 Use feedmail-say-chatter.
21833 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21834 (feedmail-send-it-immediately-wrapper): New function.
21835 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21836 Insert empty string rather than newline. Handle full-frame case.
21837 Use catch/throw. Use feedmail-say-chatter.
21838 (feedmail-fiddle-from): Try mail-host-address.
21839 (feedmail-default-message-id-generator): Doc fix.
21840 Bind system-time-locale. Handle missing end.
21841 (feedmail-fiddle-x-mailer): Add debug call.
21842 Handle feedmail-x-mailer-line being nil.
21843 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21844 Add debug call. Use buffer-substring-no-properties.
21845 (feedmail-say-debug, feedmail-say-chatter): New functions.
21846 (feedmail-find-eoh): Give an explicit error.
21847
21848 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21849
21850 * net/newst-treeview.el (newsticker-treeview-face): Change default
21851 family from helvetica to sans.
21852 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21853 etc/images/newsticker.
21854
21855 * net/newst-reader.el (newsticker-feed-face): Change default
21856 family from helvetica to sans.
21857
21858 * net/newst-plainview.el (newsticker-new-item-face)
21859 (newsticker-old-item-face, newsticker-immortal-item-face)
21860 (newsticker-obsolete-item-face, newsticker-date-face)
21861 (newsticker-statistics-face): Change default family from
21862 helvetica to sans.
21863 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21864 etc/images/newsticker.
21865
21866 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21867 (newsticker--process-auto-mark-filter-match): Tell user about
21868 auto-marking.
21869
21870 2011-05-13 Didier Verna <didier@xemacs.org>
21871
21872 Common Lisp indentation improvements on defmethod and lambda-lists.
21873 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21874 TODO entries.
21875 (lisp-lambda-list-keyword-parameter-indentation)
21876 (lisp-lambda-list-keyword-parameter-alignment)
21877 (lisp-lambda-list-keyword-alignment): New customizable user options.
21878 (lisp-indent-defun-method): Improve docstring.
21879 (extended-loop-p): Fix comment.
21880 (lisp-indent-lambda-list-keywords-regexp): New variable.
21881 (lisp-indent-lambda-list): New function.
21882 (lisp-indent-259): Use it.
21883 (lisp-indent-defmethod): Support for more than one
21884 method qualifier and properly indent methods lambda-lists.
21885 (defgeneric): Provide a missing common-lisp-indent-function property.
21886
21887 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21888
21889 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21890 bounds for the empty string (bug#8667).
21891
21892 2011-05-13 Glenn Morris <rgm@gnu.org>
21893
21894 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21895
21896 * mail/sendmail.el (sendmail-program): Try executable-find first.
21897 (sendmail-send-it): `sendmail-program' cannot be unbound.
21898
21899 * calendar/appt.el (appt-make-list): Simplify.
21900 (appt-time-msg-list): Doc fix.
21901 (appt-check): Change mode-line message at the time of the appointment.
21902
21903 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21904
21905 * progmodes/ld-script.el (ld-script-keywords)
21906 (ld-script-builtins): Update keywords list.
21907
21908 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21909
21910 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21911
21912 * shell.el (shell-completion-vars): New function.
21913 (shell-mode):
21914 * simple.el (read-shell-command): Use it.
21915 (blink-matching-open): No need for " [...]" in minibuffer-message.
21916
21917 2011-05-12 Glenn Morris <rgm@gnu.org>
21918
21919 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21920 (appt-check): Simplify.
21921
21922 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21923
21924 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21925 literal "/dev/null".
21926
21927 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21928
21929 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21930 Fix typo.
21931
21932 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21933
21934 * progmodes/which-func.el (which-function):
21935 Use add-log-current-defun instead of add-log-current-defun-function,
21936 which might not be defined (Bug#8260).
21937
21938 2011-05-12 Glenn Morris <rgm@gnu.org>
21939
21940 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21941 Let byte-compile-initial-macro-environment always take precedence.
21942
21943 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21944
21945 * net/rcirc.el: Add support for SSL/TLS connections.
21946 (rcirc-server-alist): New field `encryption'.
21947 (rcirc): Check `encryption' settings.
21948 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21949 Merge make-local-variable into `set'.
21950 (rcirc--connection-open-p): New function.
21951 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21952 the process is not a network process (e.g. running gnutls-cli).
21953 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21954 Make rcirc-(en|de)code-coding-system local here.
21955 (rcirc-mode): Merge make-local-variable into `set'.
21956 (rcirc-parent-buffer): Make permanent buffer-local.
21957 (rcirc-multiline-minor-mode): Don't do it here.
21958 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21959 there's no server buffer.
21960
21961 2011-05-11 Glenn Morris <rgm@gnu.org>
21962
21963 * newcomment.el (comment-kill): Prefix "unused" local.
21964
21965 * term/w32console.el (get-screen-color): Declare.
21966
21967 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21968 Handle symbol elements of byte-compile-initial-macro-environment.
21969
21970 2011-05-10 Leo Liu <sdl.web@gmail.com>
21971
21972 * bookmark.el (bookmark-bmenu-mode-map):
21973 Bind bookmark-bmenu-search to `/'.
21974
21975 * mail/footnote.el: Convert to utf-8 encoding.
21976 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21977 (Footnote-unicode): New function.
21978 (footnote-style-alist): Add unicode style to the list.
21979 (footnote-style): Doc fix.
21980
21981 2011-05-10 Jim Meyering <meyering@redhat.com>
21982
21983 Fix doubled-word typos.
21984 * international/quail.el (quail-insert-kbd-layout): and and -> and
21985 * kermit.el: and and -> and
21986 * net/ldap.el (ldap-search-internal): to to -> to
21987 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
21988 * progmodes/js.el (js-mode): and and -> and
21989 * textmodes/artist.el (artist-move-to-xy): at at -> at
21990 (artist-draw-region-trim-line-endings): if if -> if
21991 And Safetyc -> Safety.
21992 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
21993
21994 2011-05-10 Glenn Morris <rgm@gnu.org>
21995 Stefan Monnier <monnier@iro.umontreal.ca>
21996
21997 * files.el (hack-one-local-variable-eval-safep):
21998 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
21999
22000 2011-05-10 Glenn Morris <rgm@gnu.org>
22001
22002 * calendar/diary-lib.el (diary-list-entries-hook)
22003 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22004 (diary-nongregorian-marking-hook, diary-list-entries)
22005 (diary-include-other-diary-files, diary-mark-entries)
22006 (diary-mark-included-diary-files): Doc fixes.
22007
22008 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22009
22010 * misc.el: Require tabulated-list.el during compilation.
22011
22012 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22013
22014 * progmodes/compile.el (compilation-start):
22015 Run compilation-filter-hook for the async case too.
22016 (compilation-filter-hook): Doc fix.
22017
22018 2011-05-09 Deniz Dogan <deniz@dogan.se>
22019
22020 * wdired.el: Remove outdated installation comment. Fix usage
22021 comment.
22022
22023 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22024
22025 * misc.el: Implement new command `list-dynamic-libraries'.
22026 (list-dynamic-libraries--loaded-only-p): New variable.
22027 (list-dynamic-libraries--refresh): New function.
22028 (list-dynamic-libraries): New command.
22029
22030 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22031
22032 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22033 Fix the ant regexp to handle end-line and end-column info from jikes.
22034 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22035 higher priority to avoid clobbering by gnu.
22036
22037 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22038
22039 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22040 if the face has existing theme settings (Bug#8454).
22041
22042 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22043
22044 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22045 Only match variables declared via `my' or `our' (Bug#8261).
22046
22047 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22048 special file names `.' and `..' (Bug#8259).
22049
22050 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22051
22052 * progmodes/grep.el (grep-mode-font-lock-keywords):
22053 Remove buffer-changing entries.
22054 (grep-filter): New function.
22055 (grep-mode): Add it to compilation-filter-hook.
22056
22057 * progmodes/compile.el (compilation-filter-hook)
22058 (compilation-filter-start): New defvars.
22059 (compilation-filter): Call compilation-filter-hook prior to
22060 updating the process mark.
22061
22062 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22063
22064 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22065
22066 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22067
22068 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22069 mailclient-send-it even if window-system is nil. (Bug#8595)
22070
22071 * term/w32console.el (terminal-init-w32console):
22072 Call get-screen-color and use its output to set the frame
22073 background-mode. (Bug#8597)
22074
22075 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22076
22077 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22078 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22079 New functions.
22080 (defgeneric, eieio--defmethod): Use them.
22081 (eieio-defgeneric): Remove.
22082 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22083
22084 2011-05-07 Glenn Morris <rgm@gnu.org>
22085
22086 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22087 Use let rather than let*.
22088 (timeclock-find-discrep): Remove unused local.
22089
22090 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22091
22092 * calendar/appt.el (appt-time-msg-list): Doc fix.
22093
22094 2011-05-06 Noah Friedman <friedman@splode.com>
22095
22096 * apropos.el (apropos-print-doc): Only use
22097 emacs-lisp-docstring-fill-column when it is bound to an integer,
22098 per that variable's documentation.
22099
22100 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22101
22102 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22103 and warnings are not silently discarded (e.g. use -d instead of -P).
22104
22105 2011-05-06 Glenn Morris <rgm@gnu.org>
22106
22107 * calendar/appt.el (appt-message-warning-time): Doc fix.
22108 (appt-warning-time-regexp): New option.
22109 (appt-make-list): Respect appt-message-warning-time.
22110
22111 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22112 New options.
22113 (diary-add-to-list): Strip comments from the displayed string.
22114 (diary-mode): Set comment-start and comment-end.
22115
22116 * vc/diff-mode.el (smerge-refine-subst): Declare.
22117 (diff-refine-hunk): Don't require smerge-mode when compiling.
22118
22119 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22120
22121 * simple.el (list-processes): Return nil as the docstring says.
22122
22123 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22124
22125 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22126 to "".
22127 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22128 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22129 determining of binary transfer. (Bug#7383)
22130
22131 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22132
22133 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22134 Fix port computation bug. (Bug#8618)
22135
22136 2011-05-05 Glenn Morris <rgm@gnu.org>
22137
22138 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22139
22140 * simple.el (shell-dynamic-complete-functions)
22141 (comint-dynamic-complete-functions): Declare.
22142
22143 * net/network-stream.el (gnutls-negotiate):
22144 * simple.el (tabulated-list-print): Fix declarations.
22145
22146 * progmodes/gud.el (syntax-symbol, syntax-point):
22147 Remove unnecessary and incorrect declarations.
22148
22149 * emacs-lisp/check-declare.el (check-declare-scan):
22150 Handle byte-compile-initial-macro-environment in bytecomp.el.
22151
22152 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22153
22154 Fix earlier half-done eieio-defmethod change (bug#8338).
22155 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22156 Streamline and change calling convention.
22157 (defmethod): Adjust accordingly and simplify.
22158 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22159 new eieio--defmethod.
22160 (slot-boundp): Minor CSE simplification.
22161
22162 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22163
22164 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22165 (glasses-make-readable): Use glasses-separate-capital-groups.
22166
22167 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22168
22169 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22170 (warning-series): Doc fix.
22171 (display-warning): Don't try to create the buffer if we just found it.
22172
22173 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22174
22175 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22176 (autoload-find-generated-file): New function.
22177 (generate-file-autoloads): Bind generated-autoload-file to
22178 buffer-file-name.
22179 (update-file-autoloads, update-directory-autoloads):
22180 Use autoload-find-generated-file. If called interactively, prompt for
22181 output file (Bug#7989).
22182 (batch-update-autoloads): Doc fix.
22183
22184 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22185
22186 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22187
22188 2011-05-04 Glenn Morris <rgm@gnu.org>
22189
22190 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22191 function, so it follows changes in calendar-date-style.
22192 (diary-fancy-date-matcher): New function.
22193 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22194 (diary-fancy-font-lock-fontify-region-function):
22195 Use diary-fancy-date-pattern as a function.
22196
22197 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22198 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22199
22200 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22201
22202 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22203 instead of positional arguments. Allow :keylist and :crlfiles
22204 arguments.
22205 (open-gnutls-stream): Call it.
22206
22207 * net/network-stream.el (network-stream-open-starttls): Adjust to
22208 call `gnutls-negotiate' with :process and :hostname arguments.
22209
22210 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22211
22212 * minibuffer.el (completion--message): New function.
22213 (completion--do-completion, minibuffer-complete)
22214 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22215 (completion--do-completion): Don't ignore completion-auto-help when in
22216 icomplete-mode.
22217
22218 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22219 internal encoding (e.g. tibetan zero is not whitespace).
22220 (global-whitespace-mode): Prefer save-current-buffer.
22221 (whitespace-trailing-regexp): Remove useless save-match-data.
22222 (whitespace-empty-at-bob-regexp): Minor simplification.
22223
22224 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22225
22226 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22227
22228 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22229
22230 * textmodes/ispell.el (ispell-add-per-file-word-list):
22231 Use `concat' to create string for insertion.
22232
22233 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22234
22235 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22236 Avoid open-line which runs post-self-insert-hook.
22237 (bibtex-fill-entry): Remove unused `end' var.
22238
22239 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22240
22241 * textmodes/ispell.el (ispell-add-per-file-word-list):
22242 Protect against `nil' value of `comment-start' (Bug#8579).
22243
22244 2011-05-03 Leo Liu <sdl.web@gmail.com>
22245
22246 * isearch.el (isearch-yank-pop): New command.
22247 (isearch-mode-map): Bind it to `M-y'.
22248 (isearch-forward): Mention it.
22249
22250 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22251
22252 * simple.el (minibuffer-complete-shell-command): Remove.
22253 (minibuffer-local-shell-command-map): Use completion-at-point.
22254 (read-shell-command): Setup completion vars here instead.
22255 (read-expression-map): Bind TAB to symbol completion.
22256
22257 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22258 error directly rather via storing it into `results'.
22259
22260 2011-05-02 Leo Liu <sdl.web@gmail.com>
22261
22262 * vc/diff.el: Fix description.
22263
22264 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22265
22266 * server.el (server-eval-at): New function.
22267
22268 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22269
22270 * net/network-stream.el (open-network-stream): Take a :nowait
22271 parameter and pass it on to `make-network-process'.
22272 (network-stream-open-plain): Ditto.
22273
22274 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22275
22276 * faces.el (face-spec-set-match-display): Don't match toolkit
22277 options on terminal frames.
22278
22279 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22280
22281 * progmodes/pascal.el: Use lexical binding.
22282 (pascal-mode-map): Remove author preferences.
22283
22284 * pcomplete.el (pcomplete-std-complete): Don't abuse
22285 completion-at-point.
22286
22287 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22288
22289 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22290 removing code that has been dead since 1991 or so.
22291
22292 * startup.el (command-line): When warning about "_emacs", use a
22293 delayed warning to allow the user to filter it out.
22294
22295 2011-04-28 Deniz Dogan <deniz@dogan.se>
22296
22297 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22298 user has not joined.
22299
22300 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22301
22302 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22303 aren't any completions at point.
22304
22305 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22306
22307 * subr.el (display-delayed-warnings): New function.
22308 (delayed-warnings-hook): New variable.
22309
22310 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22311
22312 * minibuffer.el (completion-at-point, completion-help-at-point):
22313 Don't presume that a given completion-at-point-function will always
22314 use the same calling convention.
22315
22316 * pcomplete.el (pcomplete-completions-at-point):
22317 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22318 pcomplete-seen is non-nil.
22319 (pcomplete-comint-setup): Also recognize the new comint/shell
22320 completion functions.
22321 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22322 pcomplete-seen is non-nil.
22323
22324 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22325
22326 * calendar/icalendar.el (diary-lib): Add require statement.
22327 (icalendar--create-uid): Read out a uid from a text-property on
22328 the first character in the entry. This allows for code to add its
22329 own uid to the entry.
22330 (icalendar--convert-float-to-ical): Add export of
22331 `diary-float'-entries save for those with the optional DAY
22332 argument.
22333
22334 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22335
22336 * subr.el (shell-quote-argument): Use alternate escaping strategy
22337 when we spot a variable reference in a string.
22338
22339 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22340
22341 * cus-start.el (all): Define customization for debug-on-event.
22342
22343 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22344
22345 * subr.el (shell-quote-argument): Escape correctly under Windows.
22346
22347 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22348
22349 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22350
22351 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22352
22353 * net/tramp.el (tramp-process-actions): Add POS argument.
22354 Delete region between POS and (pos).
22355
22356 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22357 Use `nil' position in `tramp-process-actions' call.
22358 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22359
22360 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22361 position in `tramp-process-actions' call.
22362
22363 * net/trampver.el: Update release number.
22364
22365 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22366
22367 * custom.el (defcustom): Obey lexical-binding.
22368
22369 Fix octave-inf completion problems reported by Alexander Klimov.
22370 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22371 Inherit from octave-mode-syntax-table.
22372 (inferior-octave-mode): Set info-lookup-mode.
22373 (inferior-octave-completion-at-point): New function.
22374 (inferior-octave-complete): Use it and completion-in-region.
22375 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22376 comint-filename-completion.
22377 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22378 symbol elements which shouldn't be word elements.
22379 (octave-font-lock-keywords, octave-beginning-of-defun)
22380 (octave-function-header-regexp): Adjust regexps accordingly.
22381 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22382
22383 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22384
22385 * net/gnutls.el (gnutls-errorp): Declare before first use.
22386
22387 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22388
22389 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22390 verify-error, and verify-hostname-error parameters. Check whether
22391 default trustfile exists before going to use it. Add missing
22392 argument to gnutls-message-maybe call. Return value.
22393 Reported by Claudio Bley <claudio.bley@gmail.com>.
22394 (open-gnutls-stream): Add usage example.
22395
22396 * net/network-stream.el (network-stream-open-starttls): Give host
22397 parameter to `gnutls-negotiate'.
22398 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22399 * subr.el (shell-quote-argument): Escape correctly under Windows.
22400
22401 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22402
22403 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22404 Use correct match group (bug#8438).
22405
22406 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22407
22408 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22409 (package-menu--generate): New arg specifying packages to show.
22410 (package-menu-refresh, package-menu-execute, list-packages):
22411 Callers changed.
22412 (package-show-package-list): New function, replacing deleted
22413 package--list-packages (renamed because it is non-internal).
22414
22415 * finder.el (finder-list-matches): Use package-show-package-list
22416 instead of deleted package--list-packages.
22417
22418 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22419 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22420 (vc-annotate-mode-map): Bind it to RET.
22421
22422 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22423
22424 * progmodes/etags.el (next-file): Don't use set-buffer to change
22425 buffers (Bug#8478).
22426
22427 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22428
22429 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22430
22431 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22432 (apropos-accumulator): Doc fix.
22433 (apropos-function, apropos-macro, apropos-command)
22434 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22435 (apropos-plist): Add face property.
22436 (apropos-symbols-internal): Fix indentation.
22437 (apropos-print): Simplify help, and recognize apropos-multi-type.
22438 (apropos-print-doc): Use button-type-get to extract the button's
22439 face property. Fill docstring (Bug#8352).
22440
22441 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22442
22443 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22444
22445 * play/mpuz.el (mpuz-silent): Doc fix.
22446 (mpuz-mode-map): Use mapc.
22447 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22448 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22449 Fix typos in docstrings.
22450
22451 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22452 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22453
22454 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22455
22456 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22457
22458 * minibuffer.el (completion--do-completion): Avoid the "Next char
22459 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22460
22461 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22462 mouse-2 into unread-command-events, it is interpreted correctly.
22463
22464 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22465 (image-toggle-display): Doc fix.
22466
22467 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22468
22469 * textmodes/page.el (what-page): Use line-number-at-pos to
22470 calculate line number (Bug#6825).
22471
22472 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22473
22474 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22475 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22476 Pass argument NO-DEFAULT to `find-tag-interactive'.
22477
22478 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22479
22480 Lexical-binding cleanup.
22481
22482 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22483 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22484 * progmodes/ada-prj.el (ada-prj-initialize-values)
22485 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22486 (ada-prj-show-value):
22487 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22488 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22489 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22490 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22491 * progmodes/bug-reference.el (bug-reference-push-button):
22492 * progmodes/fortran.el (fortran-line-length):
22493 * progmodes/glasses.el (glasses-change):
22494 * progmodes/octave-mod.el (octave-fill-paragraph):
22495 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22496 (python-pdbtrack-grub-for-buffer, python-sentinel):
22497 * progmodes/sql.el (sql-save-connection):
22498 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22499 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22500 Mark unused parameters.
22501
22502 * progmodes/compile.el (compilation--flush-directory-cache)
22503 (compilation--flush-parse, compile-internal): Mark unused parameters.
22504 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22505 (compilation-next-error-function): Remove unused variable `timestamp'.
22506
22507 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22508 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22509
22510 * progmodes/dcl-mode.el (dcl-end-of-command):
22511 Remove unused variable `start'.
22512 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22513 (dcl-option-value-basic, dcl-option-value-offset)
22514 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22515 Mark unused parameters.
22516 (dcl-save-local-variable): Remove unused variable `val'.
22517 (mode): Declare.
22518
22519 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22520 Mark unused parameters.
22521 (delphi-ignore-changes): Move before first use.
22522 (delphi-charset-token-at): Remove unused variable `start'.
22523 (delphi-else-start): Remove unused variable `if-count'.
22524 (delphi-comment-block-start, delphi-comment-block-end):
22525 Remove unused variable `kind'.
22526 (delphi-indent-line): Remove unused variable `new-point'.
22527
22528 * progmodes/ebrowse.el (ebrowse-files-list)
22529 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22530 Mark unused parameters. Don't quote `lambda'.
22531 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22532 Don't quote `lambda'.
22533 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22534 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22535 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22536 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22537 Use `ignore-errors'.
22538 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22539 (ebrowse-view/find-file-and-search-pattern)
22540 (ebrowse-view/find-member-declaration/definition):
22541 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22542 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22543 Rename parameter PREFIX-ARG to PREFIX.
22544 (ebrowse-tags-read-name): Remove unused variables `start' and
22545 `member-info'.
22546 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22547 to `tags-file'.
22548
22549 * progmodes/etags.el (local-find-tag-hook): Declare.
22550 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22551 Mark unused parameters.
22552
22553 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22554 (executable-interpret): Mark unused parameter.
22555
22556 * progmodes/flymake.el (flymake-process-sentinel)
22557 (flymake-after-change-function)
22558 (flymake-create-temp-with-folder-structure)
22559 (flymake-get-include-dirs-dot): Mark unused parameters.
22560 (flymake-safe-delete-directory): Remove unused variable `err'.
22561
22562 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22563 (speedbar-timer-fn, speedbar-line-text)
22564 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22565 (speedbar-center-buffer-smartly): Declare functions.
22566 (gdb-find-watch-expression): Remove unused variable `array'.
22567 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22568 (gdb-starting): Mark unused parameters.
22569 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22570 (gdb-table-string): Remove unused variable `res'.
22571 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22572 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22573 (gdb-display-buffer): Remove unused variable `cur-size'.
22574
22575 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22576 allow lexical-binding compilation.
22577 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22578 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22579 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22580 Mark unused parameters.
22581 (gud-gdb-marker-filter): Remove unused variable `match'.
22582 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22583 lambda expressions and funcall them, instead of using `fset'.
22584
22585 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22586 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22587
22588 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22589 variable `header-beg'; use `let'.
22590
22591 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22592 `restart', `last-sexp' and `at-do'.
22593
22594 * progmodes/js.el (js--debug): Mark unused parameter.
22595 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22596 (js--splice-into-items): Remove unused variable `item'.
22597 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22598
22599 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22600 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22601 (makefile-complete): Remove unused variable `try'.
22602 (makefile-fill-paragraph, makefile-match-function-end):
22603 Mark unused parameters.
22604
22605 * progmodes/octave-inf.el (inferior-octave-complete):
22606 Remove unused variable `proc'.
22607 (inferior-octave-output-digest): Mark unused parameter.
22608
22609 * progmodes/perl-mode.el (perl-calculate-indent):
22610 Remove unused variable `err'.
22611
22612 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22613 (prolog-indent-line): Mark unused parameters.
22614 (prolog-indent-line): Remove unused variable `beg'.
22615
22616 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22617 (reporter-dont-compact-list): Declare.
22618
22619 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22620 Remove unused variable `char'.
22621 (sh-debug): Mark unused parameter.
22622 (sh-get-indent-info): Remove unused variable `start'.
22623 (sh-calculate-indent): Remove unused variable `var'.
22624
22625 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22626 (simula-electric-keyword): Remove unused variable `null'.
22627 (simula-search-backward, simula-search-forward): Remove unused
22628 variables `begin' and `end'.
22629
22630 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22631 Remove unused variable `pos'.
22632 (vera-electric-tab, vera-comment-uncomment-region):
22633 Mark unused parameters.
22634 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22635
22636 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22637
22638 * emacs-lisp/package.el (package--builtins, package-alist)
22639 (package-load-descriptor, package-built-in-p, package-activate)
22640 (define-package, package-installed-p)
22641 (package-compute-transaction, package-buffer-info)
22642 (package--push): Doc fix. Distinguish more clearly between
22643 version strings and version lists.
22644
22645 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22646
22647 Lexical-binding cleanup.
22648
22649 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22650 (5x5-make-mutate-best):
22651 * play/fortune.el (fortune-in-buffer):
22652 * play/gomoku.el (gomoku-init-display):
22653 * play/solitaire.el (solitaire, solitaire-do-check):
22654 * play/tetris.el (tetris-default-update-speed-function):
22655 Mark unused parameters.
22656
22657 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22658 (bubbles--shift): Remove unused variable `char-org'.
22659 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22660 (bubbles--show-images): Remove unused variable `char'.
22661
22662 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22663 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22664 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22665 (decipher-analyze-buffer): Use ?\s.
22666 (decipher-make-checkpoint): Remove unused variable `mapping'.
22667
22668 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22669
22670 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22671 Remove unused variable `result'; use `let'.
22672
22673 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22674 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22675 (gametree-children-shown-p, gametree-compute-reduced-score):
22676 Use `ignore-errors'.
22677
22678 * play/handwrite.el (ps-lpr-switches): Declare.
22679 (handwrite): Remove unused variables `pmin' and `lastp'.
22680
22681 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22682
22683 * play/landmark.el (landmark-init-display)
22684 (landmark-update-naught-weights): Mark unused parameters.
22685 (landmark-y): Remove unused variable `noise'. Simplify.
22686 (landmark-human-plays): Remove unused variable `score'.
22687
22688 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22689 (mpuz-try-proposal): Remove unused variable `game'.
22690
22691 * play/zone.el (life-patterns): Declare.
22692
22693 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22694
22695 * vc/vc.el (ediff-vc-internal): Declare function.
22696
22697 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22698
22699 * shell.el: Use lexical-binding and std completion UI.
22700 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22701 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22702 comint-preoutput-filter-functions rather than on
22703 comint-output-filter-functions.
22704 (shell-command-completion, shell--command-completion-data)
22705 (shell-filename-completion, shell-environment-variable-completion)
22706 (shell-c-a-p-replace-by-expanded-directory): New functions.
22707 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22708 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22709 (shell-dynamic-complete-environment-variable): Use them.
22710 (shell-dynamic-complete-as-environment-variable)
22711 (shell-dynamic-complete-as-command): Remove.
22712 (shell-match-partial-variable): Match past point.
22713 * comint.el: Clean up use of completion-at-point-functions.
22714 (comint-completion-at-point): New function.
22715 (comint-mode): Use it completion-at-point-functions.
22716 (comint-dynamic-complete): Make it obsolete.
22717 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22718 (comint-c-a-p-replace-by-expanded-history): New function.
22719 (comint-dynamic-complete-functions)
22720 (comint-replace-by-expanded-history): Use it.
22721 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22722 termination strings. Try harder to avoid second try-completion.
22723 (completion-in-region-mode-map): Disable bindings that don't work yet.
22724
22725 * comint.el: Use lexical-binding. Require CL.
22726 (comint-dynamic-complete-functions): Use comint-filename-completion.
22727 (comint-completion-addsuffix): Tweak custom type.
22728 (comint-filename-completion, comint--common-suffix)
22729 (comint--common-quoted-suffix, comint--table-subvert)
22730 (comint--complete-file-name-data): New functions.
22731 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22732 (comint-dynamic-list-filename-completions): Use them.
22733 (comint-dynamic-simple-complete): Make obsolete.
22734
22735 * minibuffer.el (completion-in-region-mode):
22736 Keep completion-in-region-mode--predicate global.
22737 (completion-in-region--postch):
22738 Assume completion-in-region-mode--predicate is not null.
22739
22740 * progmodes/flymake.el (flymake-start-syntax-check-process):
22741 Obey `dir'. Simplify.
22742
22743 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22744 we're in VC after all.
22745
22746 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22747
22748 * vc/vc.el (vc-diff-build-argument-list-internal)
22749 (vc-version-ediff, vc-ediff): New commands.
22750 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22751
22752 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22753
22754 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22755 add sanity check.
22756
22757 * obsolete/erc-hecomplete.el: Make obsolete.
22758 * obsolete/: Standardize obsolescence info in the header.
22759
22760 2011-04-20 Glenn Morris <rgm@gnu.org>
22761
22762 * calendar/solar.el (solar-horizontal-coordinates):
22763 Use the longitude argument rather than `calendar-longitude'.
22764 (solar-date-next-longitude): Remove unused locals.
22765
22766 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22767
22768 * whitespace.el: New version 13.2.1.
22769
22770 2011-04-20 felix <EmacsWiki> (tiny change)
22771
22772 * whitespace.el (global-whitespace-mode): Keep highlight when
22773 switching between major modes on a file.
22774
22775 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22776
22777 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22778 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22779 multi-line comments as well.
22780
22781 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22782
22783 Lexical-binding cleanup.
22784
22785 * arc-mode.el (archive-mode-revert):
22786 * cmuscheme.el (scheme-interactively-start-process):
22787 * custom.el (custom-initialize-delay):
22788 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22789 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22790 * emacs-lock.el (emacs-lock-clear-sentinel):
22791 * ezimage.el (defezimage):
22792 * follow.el (follow-avoid-tail-recenter):
22793 * fringe.el (set-fringe-mode-1):
22794 * generic-x.el (bat-generic-mode-compile):
22795 * help-mode.el (help-info-variable, help-do-xref)
22796 (help-mode-revert-buffer):
22797 * help.el (view-emacs-todo):
22798 * iswitchb.el (iswitchb-completion-help):
22799 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22800 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22801 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22802 * locate.el (locate-update):
22803 * longlines.el (longlines-encode-region)
22804 (longlines-after-change-function):
22805 * outline.el (outline-isearch-open-invisible):
22806 * ps-def.el (declare-function, charset-dimension, char-width)
22807 (encode-char):
22808 * ps-mule.el (ps-mule-plot-string):
22809 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22810 (recentf-edit-list-select, recentf-edit-list-validate)
22811 (recentf-open-files-action):
22812 * rect.el (delete-whitespace-rectangle-line)
22813 (rectangle-number-line-callback):
22814 * register.el (window-configuration-to-register)
22815 (frame-configuration-to-register):
22816 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22817 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22818 (xselect-convert-to-targets, xselect-convert-to-delete)
22819 (xselect-convert-to-filename, xselect-convert-to-charpos)
22820 (xselect-convert-to-lineno, xselect-convert-to-colno)
22821 (xselect-convert-to-os, xselect-convert-to-host)
22822 (xselect-convert-to-user, xselect-convert-to-class)
22823 (xselect-convert-to-name, xselect-convert-to-integer)
22824 (xselect-convert-to-atom, xselect-convert-to-identity):
22825 * subr.el (declare, ignore, process-kill-without-query)
22826 (text-clone-maintain):
22827 * terminal.el (te-get-char, te-tic-sentinel):
22828 * tool-bar.el (tool-bar-make-keymap):
22829 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22830 * type-break.el (type-break-mode, type-break-noninteractive-query):
22831 * view.el (View-back-to-mark):
22832 * wid-browse.el (widget-browse-action, widget-browse-widget)
22833 (widget-browse-widgets, widget-browse-sexp):
22834 * widget.el (define-widget-keywords):
22835 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22836 Mark unused parameters.
22837
22838 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22839 (align-areas): Remove unused variable `look'.
22840 (align-region): Remove unused variables `real-end' and `pos-list'.
22841
22842 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22843
22844 * bindings.el (mode-line-modified, mode-line-remote):
22845 Mark unused parameters.
22846 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22847
22848 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22849 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22850
22851 * comint.el (comint-history-isearch-pop-state)
22852 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22853 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22854 (comint-substitute-in-file-name): Doc fix.
22855
22856 * completion.el (cmpl-statistics-block): Mark unused parameter.
22857 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22858 (save-completions-to-file, load-completions-from-file):
22859 Remove unused local variable `e'.
22860
22861 * composite.el (compose-chars): Remove unused variable `len'.
22862 (lgstring-insert-glyph): Remove unused variable `g'.
22863 (compose-glyph-string): Remove unused variables `ascent',
22864 `descent', `lbearing' and `rbearing'.
22865 (compose-glyph-string-relative): Remove unused variables
22866 `lbearing', `rbearing' and `wadjust'.
22867 (compose-gstring-for-graphic): Remove unused variables `header',
22868 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22869 (compose-gstring-for-terminal): Remove unused variables `header'
22870 and `nchars'. Use `let', not `let*'.
22871
22872 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22873 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22874 (Custom-buffer-done, custom-buffer-create-internal)
22875 (custom-browse-visibility-action, custom-browse-group-tag-action)
22876 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22877 (widget-magic-mouse-down-action, custom-toggle-parent)
22878 (custom-add-parent-links, custom-toggle-hide-variable)
22879 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22880 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22881 (custom-face-menu-create, custom-variable-menu-create, get)
22882 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22883 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22884 (customize-apropos): Remove unused variable `tests'.
22885 (custom-group-value-create): Remove unused variable `hidden-p'.
22886 (sort-fold-case): Declare.
22887
22888 * cus-theme.el (custom-reset-standard-faces-list)
22889 (custom-reset-standard-variables-list): Declare.
22890 (customize-create-theme, custom-theme-revert, custom-theme-write)
22891 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22892 Mark unused parameters.
22893
22894 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22895
22896 * delim-col.el (delimit-columns-max): Move defvar before first use.
22897
22898 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22899 (describe-char): Don't quote `lambda'. Mark unused parameter.
22900
22901 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22902 (auto-insert): Declare.
22903 (desktop-restore-file-buffer): Rename desktop-* parameters;
22904 mark unused ones.
22905 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22906 (desktop-buffer): Rename desktop-* parameters.
22907
22908 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22909 (dframe-reposition-frame-xemacs, dframe-help-echo)
22910 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22911 Mark unused parameters.
22912
22913 * dired-aux.el (backup-extract-version-start, overwrite-query)
22914 (overwrite-backup-query, rename-regexp-query)
22915 (rename-non-directory-query): Declare.
22916 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22917 (dired-add-entry): Remove unused variable `orig-file-name'.
22918 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22919 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22920 `dired-copy-preserve-time' directly.
22921 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22922 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22923
22924 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22925 (dired-virtual-revert, dired-make-relative-symlink):
22926 Mark unused parameters.
22927 (manual-program): Declare.
22928 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22929 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22930 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22931
22932 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22933
22934 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22935
22936 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22937 Declare.
22938
22939 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22940
22941 * electric.el (Electric-command-loop): Rename parameter
22942 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22943
22944 * expand.el (expand-in-literal): Remove unused variable `here'.
22945
22946 * facemenu.el (facemenu-add-new-color):
22947 Remove unused variable `docstring'.
22948
22949 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22950 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22951 (face-attr-construct): Mark unused parameter. Doc fix.
22952 (read-color): Remove unused variable `hex-string'.
22953
22954 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22955 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22956 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22957 (display-buffer-other-frame): Remove unused variable `old-window'.
22958 (kill-buffer-hook): Declare.
22959 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22960 Mark unused parameters.
22961 (after-find-file): Pass 1 to `auto-save-mode', not t.
22962
22963 * files-x.el (auto-insert): Declare.
22964 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22965
22966 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22967 variable `buf'. Mark unused parameter.
22968 (find-lisp-insert-directory): Mark unused parameter.
22969
22970 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22971 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22972 (format-common-tail): Remove, unused.
22973 (format-deannotate-region): Remove unused variable `loc'.
22974 (format-annotate-region): Remove unused variable `p'.
22975 (format-annotate-single-property-change): Remove unused variables
22976 `default' and `tail'.
22977
22978 * forms.el (read-file-filter): Declare.
22979 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22980
22981 * frame.el (frame-creation-function-alist): Mark unused parameter.
22982 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22983
22984 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22985 Remove unused parameters.
22986 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
22987 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
22988
22989 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
22990 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
22991 (hfy-prepare-tag-map): Mark unused parameters.
22992 (htmlfontify-buffer): Use `called-interactively-p'.
22993
22994 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
22995 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
22996 (ibuffer-do-occur): Mark unused parameters.
22997 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
22998 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
22999
23000 * ibuffer.el: Don't quote `lambda'.
23001 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23002 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23003 Mark unused parameters.
23004
23005 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23006 (ido-completing-read): Mark unused parameters.
23007 (ido-copy-current-word): Mark unused parameters;
23008 remove unused variable `name'.
23009 (ido-sort-merged-list): Remove unused parameter `dirs'.
23010
23011 * ielm.el (ielm-input-sender): Mark unused parameter.
23012 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23013 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23014 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23015 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23016 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23017
23018 * image-dired.el (image-dired-display-thumbs): Remove unused
23019 variables `curr-file' and `count'.
23020 (image-dired-remove-tag): Remove unused variable `start'.
23021 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23022 variable `curr-file'
23023 (image-dired-rotate-original): Remove unused variable `temp-file'.
23024 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23025 Remove unused variable `file'.
23026 (image-dired-gallery-generate): Remove unused variable `curr'.
23027 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23028
23029 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23030
23031 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23032
23033 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23034
23035 * isearch.el (minibuffer-history-symbol): Declare.
23036 (isearch-edit-string): Remove unused variable `err'.
23037 (isearch-message-prefix, isearch-message-suffix):
23038 Mark unused parameters.
23039
23040 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23041
23042 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23043
23044 * makesum.el (double-column): Remove unused variable `cnt'.
23045
23046 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23047 (ido-ignore-item-temp-list): Declare.
23048
23049 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23050 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23051 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23052 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23053 `mouse-col-delta'.
23054
23055 * mouse-sel.el (mouse-extend-internal):
23056 Remove unused variable `orig-window-frame'.
23057
23058 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23059 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23060 Move declarations before first use.
23061 (pcomplete-opt): Mark unused parameters; doc fix.
23062
23063 * proced.el (proced-revert): Mark unused parameter.
23064 (proced-send-signal): Remove unused variable `err'.
23065
23066 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23067 Rename parameter PREFIX-ARG to ARG.
23068 (ps-basic-plot-string, ps-basic-plot-whitespace):
23069 Mark unused parameters.
23070
23071 * replace.el (replace-count): Define.
23072 (occur-revert-function): Mark unused parameters.
23073 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23074 (isearch-case-fold-search, isearch-string): Declare.
23075 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23076 bind `case-fold-search'. Remove unused variables `beg' and `end',
23077 and simplify.
23078 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23079 COUNT and bind `replace-count'.
23080 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23081 to COUNT.
23082
23083 * savehist.el (print-readably, print-string-length): Declare.
23084
23085 * shadowfile.el (shadow-expand-cluster-in-file-name):
23086 Remove unused variable `cluster'.
23087 (shadow-copy-file): Remove unused variable `i'.
23088 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23089 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23090 (shadow-define-literal-group, shadow-define-regexp-group)
23091 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23092
23093 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23094 (shell): Use `called-interactively-p'.
23095 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23096
23097 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23098 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23099 (delete-backward-char): Remove unused variable `ocol'.
23100 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23101 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23102 (event-apply-hyper-modifier, event-apply-shift-modifier)
23103 (event-apply-control-modifier, event-apply-meta-modifier):
23104 Mark unused parameters.
23105 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23106 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23107
23108 * speedbar.el (speedbar-ignored-directory-expressions)
23109 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23110 (speedbar-find-file, speedbar-dir-follow)
23111 (speedbar-directory-buttons-follow, speedbar-tag-find)
23112 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23113 (speedbar-buffers-line-directory, speedbar-buffer-click):
23114 Mark unused parameters.
23115 (speedbar-tag-file): Remove unused variable `mode'.
23116 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23117
23118 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23119
23120 * talk.el (talk): Remove unused variable `display'.
23121
23122 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23123 (tar-write-region-annotate): Mark unused parameter.
23124
23125 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23126 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23127 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23128 warning by another.
23129
23130 * time-stamp.el (time-stamp-string-preprocess):
23131 Remove unused variable `require-padding'.
23132
23133 * tree-widget.el (widget-glyph-enable): Declare.
23134 (tree-widget-action): Mark unused parameter.
23135
23136 * w32-fns.el (x-get-selection): Mark unused parameter.
23137 (autoload-make-program, generated-autoload-file): Declare.
23138
23139 * wdired.el (wdired-revert): Mark unused parameters.
23140 (wdired-xcase-word): Remove unused variable `err'.
23141
23142 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23143 (whitespace-help-scroll): Remove unused variable `data-help'.
23144
23145 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23146 (widget-image-insert, widget-after-change, default)
23147 (widget-default-format-handler, widget-default-notify)
23148 (widget-default-prompt-value, widget-info-link-action)
23149 (widget-url-link-action, widget-function-link-action)
23150 (widget-variable-link-action, widget-file-link-action)
23151 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23152 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23153 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23154 (widget-insert-button-action, widget-delete-button-action, visibility)
23155 (widget-documentation-link-action, widget-documentation-string-action)
23156 (widget-const-prompt-value, widget-regexp-match, symbol)
23157 (widget-coding-system-prompt-value)
23158 (widget-key-sequence-value-to-external, sexp)
23159 (widget-sexp-value-to-internal, character, vector, cons)
23160 (widget-choice-prompt-value, widget-boolean-prompt-value)
23161 (widget-color--choose-action): Mark unused parameters.
23162 (widget-item-match-inline, widget-choice-match-inline)
23163 (widget-checklist-match, widget-checklist-match-inline)
23164 (widget-group-match): Rename parameter VALUES to VALS.
23165 (widget-field-value-set): Remove unused variable `size'.
23166 (widget-color-action): Remove unused variables `value' and `start'.
23167
23168 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23169 variable `dir'. Doc fix.
23170 (windmove-find-other-window): Don't pass it.
23171
23172 * window.el (count-windows): Mark unused parameter.
23173 (bw-adjust-window): Remove unused variable `err'.
23174
23175 * woman.el (woman-file-name): Remove unused variable `default'.
23176 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23177 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23178 (global-font-lock-mode): Declare.
23179 (woman-decode-region): Mark unused parameter.
23180 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23181
23182 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23183 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23184 (x-dnd-handle-moz-url): Remove unused variable `title'.
23185 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23186
23187 * xml.el (xml-parse-tag, xml-parse-attlist):
23188 Remove unused variable `pos'.
23189
23190 2011-04-19 Glenn Morris <rgm@gnu.org>
23191
23192 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23193 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23194 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23195 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23196 * calendar/cal-html.el (cal-html-insert-minical):
23197 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23198 (calendar-mark-date-pattern):
23199 Prefix "unused" locals.
23200
23201 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23202 optional argument `style'.
23203
23204 * calendar/appt.el (appt-make-list):
23205 * calendar/cal-china.el (calendar-chinese-date-string):
23206 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23207 (diary-hebrew-yahrzeit):
23208 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23209 * calendar/calendar.el (calendar-generate-window):
23210 * calendar/time-date.el (time-to-days):
23211 Remove unused local variables.
23212
23213 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23214
23215 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23216 glyphless-char-display table.
23217 (tabulated-list-glyphless-char-display): New var.
23218
23219 2011-04-18 Sam Steingold <sds@gnu.org>
23220
23221 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23222 to acknowledgments.
23223
23224 2011-04-17 Glenn Morris <rgm@gnu.org>
23225
23226 * calendar/diary-lib.el (diary-sexp-entry):
23227 * calendar/holidays.el (holiday-sexp):
23228 Set debug-on-error rather than the removed stack-trace-on-error.
23229
23230 2011-04-16 Glenn Morris <rgm@gnu.org>
23231
23232 * progmodes/f90.el: Use lexical-binding.
23233 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23234
23235 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23236
23237 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23238 (mail-mode): Setup mailalias completion here instead.
23239 * mail/mailalias.el: Use lexical-binding.
23240 (pattern, mailalias-done): Declare dynamic.
23241 (mail-completion-at-point-function): New function, from mail-complete.
23242 (mail-complete): Use it.
23243 (mail-completion-expand): New function.
23244 (mail-get-names): Use it.
23245 (mail-directory, mail-directory-process, mail-directory-stream):
23246 Don't use `pattern' for lexically bound arg.
23247
23248 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23249
23250 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23251 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23252 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23253
23254 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23255 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23256 (byte-interactive-p): Define them again, for use when inlining
23257 old code.
23258
23259 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23260
23261 * loadup.el: Use `string-to-number', not `string-to-int'.
23262
23263 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23264
23265 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23266 gud-gdb-complete-command.
23267 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23268 (gud-gdb-completion-at-point): New function.
23269 (gud-gdb-completions): Remove.
23270
23271 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23272
23273 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23274 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23275 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23276 whether `executable-find' is bound.
23277
23278 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23279
23280 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23281
23282 * minibuffer.el (completion-in-region-mode-predicate)
23283 (completion-in-region-mode--predicate): New vars.
23284 (completion-in-region, completion-in-region--postch)
23285 (completion-in-region-mode): Use them.
23286 (completion--capf-wrapper): Also return the hook function.
23287 (completion-at-point, completion-help-at-point):
23288 Adjust and provide a predicate.
23289
23290 Preserve arg names for advice of subr and lexical functions (bug#8457).
23291 * help-fns.el (help-function-arglist): Consolidate the subr and
23292 new-byte-code cases. Add argument `preserve-names' to extract names
23293 from the docstring when needed.
23294 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23295 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23296 (ad-arglist): Use help-function-arglist's new arg.
23297 (ad-definition-type): Use cond.
23298
23299 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23300
23301 * autorevert.el (auto-revert-handler):
23302 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23303 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23304 Don't quote lambda.
23305
23306 * image-mode.el (image-transform-set-scale):
23307 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23308
23309 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23310
23311 * net/network-stream.el (network-stream-open-starttls): Only do
23312 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23313 Upgrades via gnutls-cli are too slow to be done opportunistically.
23314
23315 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23316
23317 * dframe.el (dframe-current-frame): Remove spurious quote.
23318
23319 2011-04-12 Glenn Morris <rgm@gnu.org>
23320
23321 * calendar/cal-tex.el (cal-tex-end-document):
23322 Try to automatically use latin1 input if needed.
23323
23324 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23325 Don't try to cons a mark onto an empty element.
23326
23327 2011-04-11 Leo Liu <sdl.web@gmail.com>
23328
23329 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23330 buffers.
23331 (ido-kill-buffer-at-head): Support killing virtual buffers.
23332
23333 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23334
23335 * minibuffer.el (completion-show-inline-help): New var.
23336 (completion--do-completion, minibuffer-complete)
23337 (minibuffer-force-complete, minibuffer-complete-word):
23338 Inhibit minibuffer messages if completion-show-inline-help is nil.
23339
23340 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23341 to avoid interference from inline help (Bug#5849).
23342
23343 2011-04-10 Leo Liu <sdl.web@gmail.com>
23344
23345 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23346 Fix typo.
23347
23348 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23349
23350 * image-mode.el (image-toggle-display-image): Signal an error if
23351 not in Image mode.
23352 (image-transform-mode, image-transform-resize)
23353 (image-transform-set-rotation): Doc fix.
23354 (image-transform-set-resize): Delete.
23355 (image-transform-set-scale, image-transform-fit-to-height)
23356 (image-transform-fit-to-width): Handle image-toggle-display-image
23357 and image-transform-resize directly.
23358
23359 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23360
23361 * doc-view.el (doc-view-fit-width-to-window)
23362 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23363 New functions for fitting the shown image to the Emacs window size.
23364 (doc-view-mode-map): Add bindings for the new functions.
23365
23366 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23367
23368 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23369 Fix typo in docstring.
23370
23371 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23372
23373 * files.el (file-size-human-readable): Produce one digit after
23374 decimal, like "ls -lh" does.
23375
23376 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23377 the file size representation.
23378
23379 * simple.el (list-processes): If async subprocesses are not
23380 available, error out with a clear error message.
23381
23382 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23383
23384 * help.el (help-form-show): New function, to be called from C.
23385 Put help-form output in a buffer named differently than *Help*.
23386
23387 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23388
23389 * files.el (file-size-human-readable): New function.
23390
23391 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23392 computing the representation inline. Don't require `cl'.
23393
23394 2011-04-08 Glenn Morris <rgm@gnu.org>
23395
23396 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23397
23398 * net/browse-url.el (browse-url-firefox):
23399 Test system-type, not system-configuration.
23400
23401 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23402 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23403 Use log-edit-empty-buffer-p. (Bug#7598)
23404
23405 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23406 (rlogin-mode-map): Initialize in the defvar.
23407 (rlogin): Use ignore-errors.
23408
23409 * replace.el (occur-mode-map): Some fixes for menu items.
23410
23411 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23412
23413 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23414
23415 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23416
23417 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23418 issuing unused warnings.
23419
23420 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23421 macro directly.
23422
23423 * simple.el: Lisp reimplement of list-processes. Based on an
23424 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23425 (process-menu-mode): New major mode.
23426 (list-processes--refresh, list-processes):
23427 (process-menu-visit-buffer): New functions.
23428
23429 * files.el (save-buffers-kill-emacs): Don't assume any return
23430 value of list-processes, which is undocumented anyway.
23431
23432 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23433
23434 * emacs-lisp/tabulated-list.el: New file.
23435
23436 * emacs-lisp/package.el: Use Tabulated List mode.
23437 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23438 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23439 table format using Tabulated List mode variables.
23440 (package--push): New macro, replacing package-list-maybe-add.
23441 (package-menu--generate): Use package--push. Renamed from
23442 package--generate-package-list.
23443 (package-menu-refresh, list-packages): Use it.
23444 (package-menu--print-info): Rename from package-print-package.
23445 Return insertion data instead of inserting it directly.
23446 (package-menu-describe-package, package-menu-execute):
23447 Use tabulated-list-get-id.
23448 (package-menu-mark-delete, package-menu-mark-install)
23449 (package-menu-mark-unmark, package-menu-backup-unmark)
23450 (package-menu-mark-obsolete-for-deletion):
23451 Use tabulated-list-put-tag.
23452 (package--list-packages, package-menu-revert)
23453 (package-menu-get-package, package-menu-get-version)
23454 (package-menu-sort-by-column): Functions deleted.
23455 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23456 (package-menu--status-predicate, package-menu--version-predicate)
23457 (package-menu--name-predicate)
23458 (package-menu--description-predicate): Handle arguments in the
23459 Tabulated List format.
23460 (package-list-packages-no-fetch): Call list-packages.
23461
23462 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23463
23464 * files.el (after-find-file-from-revert-buffer): Remove variable.
23465 (after-find-file): Don't bind it.
23466 (revert-buffer-in-progress-p): New variable.
23467 (revert-buffer): Bind it.
23468 Pass nil for `after-find-file-from-revert-buffer'.
23469
23470 * saveplace.el (save-place-find-file-hook): Use new variable
23471 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23472
23473 2011-04-06 Glenn Morris <rgm@gnu.org>
23474
23475 * Makefile.in (AUTOGEN_VCS): New variable.
23476 (autoloads): Use $AUTOGEN_VCS.
23477
23478 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23479 * calendar/calendar.el (calendar-mode-map):
23480 Check for toolkit scroll bars. (Bug#8305)
23481
23482 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23483
23484 * minibuffer.el (completion-in-region--postch)
23485 (completion-in-region-mode): Remove unnecessary messages.
23486
23487 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23488
23489 * font-lock.el (font-lock-refresh-defaults):
23490 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23491 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23492
23493 * info.el (Info-directory-list, Info-read-node-name-2)
23494 (Info-split-parameter-string): Doc fixes.
23495 (Info-virtual-nodes): Reflow docstring.
23496 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23497 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23498 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23499 Fix typos in docstrings.
23500 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23501 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23502 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23503 (Info-restore-desktop-buffer): Mark unused parameters.
23504 (Info-directory-find-file, Info-directory-find-node)
23505 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23506 (Info-virtual-index-find-node, Info-apropos-find-file)
23507 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23508 Mark unused parameters; fix typos in docstrings.
23509 (Info-virtual-index): Remove unused local variable `nodename'.
23510
23511 2011-04-05 Deniz Dogan <deniz@dogan.se>
23512
23513 * net/rcirc.el: Update my e-mail address.
23514 (rcirc-mode-map): Remove M-o binding.
23515
23516 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23517
23518 * startup.el (command-line): Save the cursor's theme-face
23519 directly, instead of using face-override-spec.
23520
23521 * custom.el (load-theme): Minor optimization in assigning faces.
23522
23523 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23524
23525 * help-fns.el (describe-variable): Complete all variables having
23526 documentation, including keywords.
23527 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23528
23529 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23530
23531 Convert to lexical-binding.
23532
23533 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23534 (bs--get-marked-string, bs--get-modified-string)
23535 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23536 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23537 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23538
23539 * ehelp.el (electric-help-execute-extended)
23540 (electric-help-ctrl-x-prefix):
23541 * hexl.el (hexl-revert-buffer-function):
23542 * linum.el (linum-after-change, linum-after-scroll):
23543 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23544
23545 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23546
23547 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23548
23549 * epa-dired.el:
23550 * epa-mail.el:
23551 * epa-hook.el:
23552 * epa-file.el:
23553 * epa.el:
23554 * epg.el: Use lexical binding.
23555
23556 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23557
23558 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23559
23560 * textmodes/flyspell.el (flyspell-word): Recognize default
23561 dictionary case for flyspell-mark-duplications-exceptions.
23562 Use regexp matching for languages.
23563 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23564 default dictionary (Bug#7926).
23565
23566 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23567
23568 * emacs-lisp/package.el (package--with-work-buffer):
23569 Recognize https URLs.
23570
23571 * net/network-stream.el: Move from gnus/proto-stream.el.
23572 Change prefix to network-stream throughout.
23573 (open-protocol-stream): Merge into open-network-stream, leaving
23574 open-protocol-stream as an alias. Handle nil BUFFER args.
23575
23576 * subr.el (open-network-stream): Move to net/network-stream.el.
23577
23578 2011-04-02 Glenn Morris <rgm@gnu.org>
23579
23580 * find-dired.el (find-exec-terminator): New option.
23581 (find-ls-option): Test for -ls support.
23582 (find-ls-subdir-switches): Test for -b in find-ls-option.
23583 (find-dired, find-grep-dired): Doc fixes.
23584 (find-dired): Use find-exec-terminator.
23585
23586 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23587 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23588 (find-name-arg): Remove purecopy.
23589
23590 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23591 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23592 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23593 accordingly. Don't add the null-device if not needed.
23594
23595 * files.el (save-some-buffers): Doc fix.
23596
23597 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23598
23599 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23600
23601 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23602
23603 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23604 Use `dolist' rather than `mapcar'.
23605
23606 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23607
23608 Add lexical binding.
23609
23610 * subr.el (apply-partially): Use new closures rather than CL.
23611 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23612 (dolist, dotimes): Use slightly different expansion for lexical code.
23613 (functionp): Move to C.
23614 (letrec): New macro.
23615 (with-wrapper-hook): Use it and apply-partially instead of CL.
23616 (eval-after-load): Preserve lexical-binding.
23617 (save-window-excursion, with-output-to-temp-buffer): Turn them
23618 into macros.
23619
23620 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23621
23622 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23623 than the arglist.
23624 (help-add-fundoc-usage): Don't add `Not documented'.
23625 (help-function-arglist): Handle closures, subroutines, and new
23626 byte-code-functions.
23627 (help-make-usage): Remove leading underscores.
23628 (describe-function-1): Handle closures.
23629 (describe-variable): Use special-variable-p for completion.
23630
23631 * files.el (lexical-binding): Declare safe.
23632
23633 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23634 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23635 (pcase): Add `let' pattern.
23636 Change memoization so it actually works.
23637 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23638 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23639 <let>: New case.
23640
23641 * emacs-lisp/macroexp.el: Use lexical binding.
23642 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23643 Don't convert ' to #' without checking that it's indeed quoting
23644 a lambda.
23645
23646 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23647 Use eval-sexp-add-defvars.
23648 (eval-sexp-add-defvars): New fun.
23649
23650 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23651
23652 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23653 Don't autoload.
23654 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23655 than the internal `byte-compile-lambda'.
23656 (defmethod): Don't hide code under quotes.
23657 (eieio-defmethod): New `code' argument.
23658
23659 * emacs-lisp/eieio-comp.el: Remove.
23660
23661 * emacs-lisp/edebug.el (edebug-eval-defun)
23662 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23663 (edebug-toggle): Avoid `eval'.
23664
23665 * emacs-lisp/disass.el (disassemble-internal): Handle new
23666 `closure' objects.
23667 (disassemble-1): Handle new byte codes.
23668
23669 * emacs-lisp/cl.el (pushnew): Silence warning.
23670
23671 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23672 (cl-byte-compile-throw): Remove.
23673 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23674
23675 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23676 closures.
23677
23678 * emacs-lisp/cconv.el: New file.
23679
23680 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23681 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23682 (byte-compile-initial-macro-environment):
23683 Handle declare-function here.
23684 (byte-compile--lexical-environment): New var.
23685 (byte-stack-ref, byte-stack-set, byte-discardN)
23686 (byte-discardN-preserve-tos): New lap codes.
23687 (byte-interactive-p): Don't use any more.
23688 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23689 New macros.
23690 (byte-compile-lapcode): Use them and handle new lap codes.
23691 (byte-compile-obsolete): Remove.
23692 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23693 (byte-compile-arglist-warn): Check late def of inlinable funs.
23694 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23695 since they should have been expanded by now.
23696 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23697 (byte-compile-from-buffer): Remove unused second arg.
23698 (byte-compile-preprocess): New function.
23699 (byte-compile-toplevel-file-form): New function to distinguish
23700 file-form calls from outside from file-form calls from hunk-handlers.
23701 (byte-compile-file-form): Simplify.
23702 (byte-compile-file-form-defsubst): Remove.
23703 (byte-compile-file-form-defmumble): Simplify now that
23704 byte-compile-lambda always returns a byte-code-function.
23705 (byte-compile): Preprocess.
23706 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23707 Remove, not used any more.
23708 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23709 (byte-compile-make-args-desc): New funs.
23710 (byte-compile-lambda): Handle lexical functions. Always return
23711 a byte-code-function.
23712 (byte-compile-reserved-constants): New var, to make up room for
23713 closed-over variables.
23714 (byte-compile-constants-vector): Obey it.
23715 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23716 (byte-compile-macroexpand-declare-function): New function.
23717 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23718 byte-code-functions.
23719 (byte-compile-form): Check obsolescence here.
23720 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23721 (byte-compile-variable-ref): Remove.
23722 (byte-compile-dynamic-variable-op): New fun.
23723 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23724 (byte-compile-variable-set): New funs.
23725 (byte-compile-discard): Add 2 args.
23726 (byte-compile-stack-ref, byte-compile-stack-set)
23727 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23728 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23729 macroexpand-all instead.
23730 (byte-compile-quote-form): Remove.
23731 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23732 (byte-compile-bind, byte-compile-unbind): New funs.
23733 (byte-compile-let): Handle let* and lexical binding.
23734 (byte-compile-let*): Remove.
23735 (byte-compile-catch, byte-compile-unwind-protect)
23736 (byte-compile-track-mouse, byte-compile-condition-case):
23737 Handle a new :fun-body form, used for lexical scoping.
23738 (byte-compile-save-window-excursion)
23739 (byte-compile-with-output-to-temp-buffer): Remove.
23740 (byte-compile-defun): Simplify.
23741 (byte-compile-stack-adjustment): New fun.
23742 (byte-compile-out): Use it.
23743 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23744
23745 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23746 handler any more.
23747
23748 * emacs-lisp/byte-opt.el: Use lexical binding.
23749 (byte-inline-lapcode): Remove (to bytecomp).
23750 (byte-compile-inline-expand): Pay attention to inlining to/from
23751 lexically bound code.
23752 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23753 any more.
23754 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23755 any more and don't call compiler-macros.
23756 (byte-compile-splice-in-already-compiled-code): Remove.
23757 (byte-code): Don't inline any more.
23758 (disassemble-offset): Receive `bytes' as argument rather than via
23759 dynamic scoping.
23760 (byte-compile-tag-number): Declare before first use.
23761 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23762 `return' even if make-spliceable.
23763 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23764 obsolete interactive-p.
23765 (byte-optimize-lapcode): Optimize new lap-codes.
23766 Don't trip up on new form of `byte-constant' lap code.
23767
23768 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23769
23770 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23771
23772 * custom.el (custom-initialize-default, custom-declare-variable):
23773 Use `defvar'.
23774
23775 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23776 New variables.
23777 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23778 (COMPILE_FIRST): Add macroexp and cconv.
23779 * makefile.w32-in: Mirror changes in Makefile.in.
23780
23781 * vc/cvs-status.el:
23782 * vc/diff-mode.el:
23783 * vc/log-edit.el:
23784 * vc/log-view.el:
23785 * vc/smerge-mode.el:
23786 * textmodes/bibtex-style.el:
23787 * textmodes/css-mode.el:
23788 * startup.el:
23789 * uniquify.el:
23790 * minibuffer.el:
23791 * newcomment.el:
23792 * reveal.el:
23793 * server.el:
23794 * mpc.el:
23795 * emacs-lisp/smie.el:
23796 * doc-view.el:
23797 * dired.el:
23798 * abbrev.el: Use lexical binding.
23799
23800 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23801
23802 * info.el (info-display-manual): New function.
23803
23804 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23805
23806 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23807
23808 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23809
23810 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23811 an entry for that server in rcirc-authinfo. (Bug#8385)
23812
23813 2011-03-31 Glenn Morris <rgm@gnu.org>
23814
23815 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23816
23817 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23818
23819 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23820
23821 * progmodes/python.el (python-default-interpreter)
23822 (python-python-command-args, python-jython-command-args)
23823 (python-which-shell, python-which-args, python-which-bufname)
23824 (python-file-queue, python-comint-output-filter-function)
23825 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23826 variables and functions.
23827
23828 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23829
23830 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23831 (completion-in-region-mode): New minor mode.
23832 (completion-in-region): Use it.
23833 (completion-in-region--data, completion-in-region-mode-map): New vars.
23834 (completion-in-region--postch): New function.
23835 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23836 New vars.
23837 (completion--capf-wrapper): New function.
23838 (completion-at-point): Use it to track well-behavedness of
23839 hook functions.
23840 (completion-help-at-point): New command.
23841
23842 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23843
23844 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23845 syntax class to search for whitespace on a single line
23846 (Message-ID: <4D938140.4030905@redhat.com>).
23847
23848 2011-03-30 Leo Liu <sdl.web@gmail.com>
23849
23850 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23851 New commands.
23852 (edit-abbrevs-map): Bind them here.
23853 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23854
23855 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23856
23857 * allout.el (allout-hide-by-annotation, allout-flag-region):
23858 Reduce possibility of overlay leakage by making them volatile.
23859
23860 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23861 hash is not shared between buffers. Mode initialization is
23862 responsible for giving it a useful starting value.
23863 (allout-item-span): Reduce possibility of overlay leakage by
23864 making them volatile.
23865 (allout-widgets-count-buttons-in-region): Add diagnostic function
23866 for tracking down button overlay leaks.
23867
23868 2011-03-29 Leo Liu <sdl.web@gmail.com>
23869
23870 * ido.el (ido-read-internal): Use the default history var
23871 minibuffer-history if no HISTORY is specified.
23872
23873 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23874
23875 * net/imap.el (imap-shell-open, imap-process-connection-type):
23876 Use imap-process-connection-type for 'shell' streams as well as
23877 Kerberos, SSL, other subprocesses.
23878
23879 2011-03-28 Leo Liu <sdl.web@gmail.com>
23880
23881 * abbrev.el (abbrev-table-empty-p): New function.
23882 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23883 nonempty ones. (Bug#5937)
23884
23885 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23886
23887 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23888
23889 2011-03-27 Leo Liu <sdl.web@gmail.com>
23890
23891 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23892 for foreground and background colors.
23893 (ansi-color-make-color-map): Adapt.
23894
23895 2011-03-25 Leo Liu <sdl.web@gmail.com>
23896
23897 * midnight.el (midnight-time-float): Remove. Note it calculates
23898 the microsecond component incorrectly and seconds-to-time does the
23899 same job.
23900 Remove redundant (require 'timer).
23901
23902 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23903 (ido-completions): Remove unused arguments. (Bug#8329)
23904
23905 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23906
23907 * minibuffer.el (completion--flush-all-sorted-completions):
23908 Remove itself from hook.
23909 (completion-at-point): Let the functions perform the completion
23910 immediately and return nil or t.
23911 * comint.el (comint-dynamic-complete-functions): Now identical to
23912 completion-at-point-functions.
23913 (comint-dynamic-list-input-ring): Remove unused var `index'.
23914 (comint--match-partial-filename, comint--unquote&expand-filename):
23915 New funs, split from comint-match-partial-filename.
23916 (comint-dynamic-complete): Use completion-at-point.
23917 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23918
23919 2011-03-24 Drew Adams <drew.adams@oracle.com>
23920
23921 * thingatpt.el: Support `defun'.
23922
23923 2011-03-23 Leo Liu <sdl.web@gmail.com>
23924
23925 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23926
23927 * help-mode.el (help-mode-finish): Tweak regexp.
23928
23929 2011-03-23 Glenn Morris <rgm@gnu.org>
23930
23931 * eshell/esh-opt.el (eshell-eval-using-options):
23932 Do not bind unused local variable `eshell-option-stub'.
23933
23934 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23935
23936 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23937
23938 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23939 keymap variable in `with-no-warnings' to avoid a warning when the
23940 keymap has been already `defconst'ed.
23941
23942 2011-03-22 Leo Liu <sdl.web@gmail.com>
23943
23944 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23945 encode all chars in abbrevs; otherwise use emacs-mule or
23946 utf-8-emacs. (Bug#8308)
23947
23948 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23949
23950 * simple.el (backward-delete-char-untabify):
23951 Avoid warning about using `delete-backward-char'.
23952
23953 * image.el (image-type-file-name-regexps): Make it variable.
23954 `imagemagick-register-types' modifies it, and the user may want
23955 to add new extensions for known image types.
23956 (imagemagick-register-types): Throw error if not using ImageMagick.
23957
23958 2011-03-22 Leo Liu <sdl.web@gmail.com>
23959
23960 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23961 located before rcirc-prompt-end-marker.
23962 (rcirc-complete): Error if point is not after rcirc prompt.
23963 Handle the case when table is nil.
23964 (rcirc-user-authenticated): Define to fix compiler warning.
23965
23966 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23967
23968 * custom.el (custom--inhibit-theme-enable): Make it affect only
23969 custom-theme-set-variables and custom-theme-set-faces.
23970 (provide-theme): Ignore custom--inhibit-theme-enable.
23971 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23972 (custom-enabling-themes): Delete variable.
23973 (enable-theme): Accept only loaded themes as arguments.
23974 Ignore the special custom-enabled-themes variable.
23975 (custom-enabled-themes): Forbid themes from setting this.
23976 Eliminate use of custom-enabling-themes.
23977 (custom-push-theme): Quote "changed" custom var entry.
23978
23979 2011-03-21 Leo Liu <sdl.web@gmail.com>
23980
23981 * ido.el (ido-read-internal): Add ido-selected to history instead
23982 of user input.
23983
23984 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23985
23986 * subr.el (deferred-action-list, deferred-action-function):
23987 Mark obsolete.
23988
23989 2011-03-21 Leo Liu <sdl.web@gmail.com>
23990
23991 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
23992 change on 2011-02-13 (bug#8309).
23993
23994 * minibuffer.el (read-file-name-function): Change default value.
23995 (read-file-name--defaults): Rename from read-file-name-defaults.
23996 (read-file-name-default): Rename from read-file-name.
23997 (read-file-name): Call read-file-name-function.
23998
23999 2011-03-21 Glenn Morris <rgm@gnu.org>
24000
24001 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24002 Doc fixes.
24003
24004 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24005
24006 * cus-theme.el: Add missing provide statement.
24007 (customize-create-theme): Extract theme value correctly.
24008 (custom-theme-visit-theme): Autoload.
24009 (customize-create-theme): Prompt before inserting default faces.
24010
24011 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24012
24013 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24014 units and musical notes.
24015
24016 2011-03-20 Leo Liu <sdl.web@gmail.com>
24017
24018 * ido.el (ido-read-internal): Use completing-read-default.
24019 (ido-completing-read): Fix compatibility with completing-read.
24020
24021 2011-03-20 Christian Ohler <ohler@gnu.org>
24022
24023 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24024 (ert-delete-all-tests): Use `called-interactively-p' rather than
24025 `interactive-p'.
24026 (ert--make-xrefs-region): Respect END.
24027
24028 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24029
24030 * dired-aux.el (dired-create-directory): Signal an error if the
24031 directory already exists (Bug#8246).
24032
24033 * facemenu.el (list-colors-display): Call list-faces-display
24034 inside with-help-window.
24035 (list-colors-print): Use display property to align the final
24036 column, instead of checking window-width.
24037
24038 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24039
24040 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24041 windows-nt systems.
24042 (emerge-protect-metachars): Quote correctly for ms-dos and
24043 windows-nt systems.
24044
24045 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24046
24047 * info.el (info-initialize): Replace all uses of `:' with
24048 path-separator for compatibility with non-Unix systems.
24049 Cache quoting of path-separator. (Bug#8258)
24050
24051 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24052
24053 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24054 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24055 (mouse-avoidance-mode): Fix typos in docstrings.
24056
24057 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24058
24059 * startup.el (package-subdirectory-regexp): Move from package.el.
24060 Omit \\` and \\', and let callers add them.
24061
24062 * emacs-lisp/package.el (package-strip-version)
24063 (package-load-all-descriptors): Add \\` and \\' to
24064 package-subdirectory-regexp before using it.
24065 (package-untar-buffer): New arg DIR; ensure that file untars only
24066 into this expected directory. Remove superfluous delete-region.
24067 (package-unpack): Caller changed.
24068 (package-tar-file-info): Use package-subdirectory-regexp.
24069
24070 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24071
24072 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24073 diff-mode-shared-map (bug#8284).
24074 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24075
24076 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24077
24078 * calendar/time-date.el (format-seconds): Use assoc instead of
24079 assoc-string, since assoc-string doesn't exist in XEmacs.
24080
24081 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24082
24083 * custom.el (custom-known-themes): Reflow docstring.
24084 (custom-theme-load-path): Fix typo in docstring.
24085 (load-theme): Fix typo in error message.
24086 (custom-available-themes, custom-variable-theme-value):
24087 Use `let', not `let*'.
24088
24089 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24090
24091 * calc/README: Mention inclusion of musical notes.
24092
24093 * calc/calc-units.el (calc-lu-quant): Rename from
24094 `calc-logunits-quantity'.
24095 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24096 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24097 (calc-db): Rename from `calc-dblevel'.
24098 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24099 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24100 (calc-np): Rename from `calc-nplevel'.
24101 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24102 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24103 (calc-lu-plus): Rename from `calc-logunits-add'.
24104 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24105 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24106 (calc-lu-minus): Rename from `calc-logunits-sub'.
24107 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24108 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24109 (calc-lu-times): Rename from `calc-logunits-mul'.
24110 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24111 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24112 (calc-lu-divide): Rename from `calc-logunits-div'.
24113 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24114 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24115
24116 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24117 functions being autoloaded.
24118
24119 * calc/calc.el (calc-lu-power-reference): Rename from
24120 `calc-logunits-power-reference'.
24121 (calc-lu-field-reference): Rename from
24122 `calc-logunits-field-reference'.
24123
24124 * calc/calc-help.el (calc-l-prefix-help):
24125 Mention musical note functions.
24126
24127 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24128
24129 * minibuffer.el (completion-all-sorted-completions):
24130 Use :completion-cycle-penalty text property if present.
24131
24132 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24133
24134 * allout.el (allout-yank-processing): Adjust for new rebulleting
24135 regime so bullet being yanked is used without prompting the user
24136 for a choice.
24137
24138 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24139
24140 * startup.el (command-line): Warn the user that _emacs is deprecated.
24141
24142 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24143
24144 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24145 (delphi-verbose, delphi-comment-face, delphi-string-face)
24146 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24147 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24148 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24149 (delphi-new-comment-line, delphi-font-lock-defaults)
24150 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24151 Fix typos in docstrings.
24152
24153 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24154
24155 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24156 Invert the roles of character and string values for INSTEAD, so a
24157 string is used for the more common case of a defaulting prompt.
24158
24159 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24160
24161 * progmodes/ruby-mode.el (ruby-backward-sexp):
24162 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24163 * play/gamegrid.el (gamegrid-make-face):
24164 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24165 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24166 * notifications.el (notifications-notify):
24167 * net/xesam.el (xesam-search-engines):
24168 * net/quickurl.el (quickurl-list-insert):
24169 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24170
24171 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24172
24173 * startup.el (command-line): Update package subdirectory regexp.
24174
24175 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24176
24177 * allout.el (allout-abbreviate-flattened-numbering)
24178 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24179
24180 * subr.el (read-char-choice): Only show the cursor after the prompt,
24181 not after the answer.
24182
24183 2011-03-15 Kevin Ryde <user42@zip.com.au>
24184
24185 * help-fns.el (variable-at-point): Skip leading quotes, if any
24186 (bug#8253).
24187
24188 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24189
24190 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24191 warning message.
24192
24193 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24194
24195 * shell.el (shell): When called interactively, offer to change the
24196 shell file name on remote hosts.
24197
24198 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24199
24200 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24201 integration for LDAP parameters. The host, base, user or binddn,
24202 and secret tokens can be specified in a netrc file, for instance.
24203 This is optional because an `auth-source' parameter must be
24204 specified in the search attributes.
24205
24206 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24207
24208 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24209
24210 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24211
24212 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24213 into declaration. Remove redundant and harmful binding.
24214
24215 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24216
24217 * files.el (file-ownership-preserved-p): Pass `integer' as an
24218 explicit 2nd argument to `file-attributes'. If the file's owner
24219 is the Administrators group on Windows, and the current user is
24220 Administrator, consider that a match.
24221
24222 * server.el (server-ensure-safe-dir): Consider server directory
24223 safe on MS-Windows if its owner is the Administrators group while
24224 the current Emacs user is Administrator. Use `=' to compare
24225 numerical UIDs, since they could be integers or floats.
24226
24227 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24228
24229 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24230
24231 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24232
24233 Sync with Tramp 2.2.1.
24234
24235 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24236
24237 * net/trampver.el: Update release number.
24238
24239 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24240
24241 * progmodes/compile.el (compilation--previous-directory): Fix up
24242 various nil/dead-marker mismatches (bug#8014).
24243 (compilation-directory-properties, compilation-error-properties):
24244 Don't call it at a position past the one we're about to change.
24245
24246 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24247 Disable obsolescence warnings in the file that declares it.
24248
24249 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24250
24251 * allout-widgets.el (allout-widgets-tally):
24252 Initialize allout-widgets-tally as a hash table rather than nil to
24253 prevent mode-line redisplay warnings. Also, clarify the module
24254 description and fix a comment typo.
24255
24256 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24257
24258 * help-fns.el (describe-variable): Don't complete keywords.
24259 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24260
24261 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24262
24263 * emacs-lisp/package.el (package-version-join): Impose a standard
24264 string representation for pre/alpha/beta version lists.
24265 (package-unpack-single): Standardize the directory name by passing
24266 it through package-version-join.
24267 (package-strip-rcs-id): Accept any version string that does not
24268 signal an error in version-to-list.
24269
24270 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24271
24272 * simple.el (delete-trailing-whitespace): Return nil for the
24273 benefit of `write-file-functions'.
24274
24275 2011-03-10 Glenn Morris <rgm@gnu.org>
24276
24277 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24278
24279 * vc/vc-git.el (vc-git-program): New option.
24280 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24281 (vc-git--call): Use it.
24282
24283 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24284
24285 * cus-edit.el (Custom-newline): If no button at point, look
24286 for a subgroup button at start-of-line. (Bug#2298)
24287
24288 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24289
24290 2011-03-10 Julien Danjou <julien@danjou.info>
24291
24292 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24293 `cursor-type' is nil.
24294
24295 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24296
24297 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24298
24299 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24300
24301 * allout.el: Change so yank of distinctive-bullet items
24302 preserves the existing header prefix, rebulleting it if necessary,
24303 rather than replacing it. This is necessary for proper operation
24304 of cooperative addons like allout-widgets.
24305 (allout-make-topic-prefix, allout-rebullet-heading):
24306 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24307 value as alternate bullet to be used, instead of prompting the user
24308 for a bullet character.
24309
24310 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24311
24312 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24313 Do not use `tramp-file-name-port', because this returns also
24314 `tramp-default-port'.
24315
24316 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24317
24318 * net/rcirc.el (rcirc-handler-001): Remove useless
24319 with-rcirc-process-buffer.
24320 (rcirc-check-auth-status): Swap arguments to string-match.
24321
24322 2011-03-09 Glenn Morris <rgm@gnu.org>
24323
24324 * shell.el (shell-mode):
24325 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24326
24327 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24328 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24329
24330 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24331
24332 * emacs-lisp/package.el (package-refresh-contents)
24333 (package-menu-execute): Use condition-case-no-debug.
24334
24335 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24336
24337 * simple.el (shell-command-to-string): Use `process-file'.
24338
24339 * emacs-lisp/package.el (package-tar-file-info): Handle also
24340 remote files.
24341
24342 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24343 Use `equal' for upload base check.
24344
24345 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24346
24347 * textmodes/texinfo.el (texinfo-environments):
24348 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24349
24350 2011-03-08 Glenn Morris <rgm@gnu.org>
24351
24352 * cus-start.el (cursor-in-non-selected-windows):
24353 Fix :set quoting oddness. (Bug#8192)
24354
24355 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24356 in some setf expressions. (Bug#2159)
24357
24358 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24359
24360 * custom.el (custom-available-themes): Return themes in
24361 alphabetical order.
24362
24363 See ChangeLog.15 for earlier changes.
24364
24365 ;; Local Variables:
24366 ;; coding: utf-8
24367 ;; End:
24368
24369 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24370
24371 This file is part of GNU Emacs.
24372
24373 GNU Emacs is free software: you can redistribute it and/or modify
24374 it under the terms of the GNU General Public License as published by
24375 the Free Software Foundation, either version 3 of the License, or
24376 (at your option) any later version.
24377
24378 GNU Emacs is distributed in the hope that it will be useful,
24379 but WITHOUT ANY WARRANTY; without even the implied warranty of
24380 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24381 GNU General Public License for more details.
24382
24383 You should have received a copy of the GNU General Public License
24384 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.