]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* help-fns.el (find-lisp-object-file-name): Give special treatment
[gnu-emacs] / lisp / ChangeLog
1 2013-02-14 Glenn Morris <rgm@gnu.org>
2
3 * help-fns.el (find-lisp-object-file-name): Give special treatment
4 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
5
6 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
7
8 * net/quickurl.el (quickurl-save-urls):
9 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
10
11 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
12
13 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
14 depth for unfinished percent literal. Not using it in the caller.
15 (ruby-move-to-block): Jump over multiline literals of all types,
16 ignoring code-looking contents inside them.
17 (ruby-add-log-current-method): Improve performance at the expense
18 of accuracy. `ruby-block-contains-point' is relatively slow, so
19 only use it for method and singleton class blocks.
20
21 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
22
23 Use ControlMaster where applicable. (Bug#13677)
24
25 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
26 replacing `tramp-detect-ssh-controlmaster'.
27 (tramp-default-method): Use it.
28
29 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
30 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
31 arguments.
32 [scpc, rsyncc]: Remove methods.
33 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
34 and "ssh2_old".
35 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
36 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
37
38 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * emacs-lisp/package.el (package--initialized): Move before first use.
41
42 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
43
44 * icomplete.el (icomplete-hide-common-prefix): New user option.
45 (icomplete-first-match): New face.
46 (icomplete-completions): Correct handling of "complete but not
47 unique" (Bug#12638).
48
49 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
50
51 * descr-text.el (describe-char): Display the script (bug#13698).
52
53 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * tmm.el: Use lexical-binding and current-active-maps.
56 (tmm-menubar): Use map-keymap and pcase.
57 (tmm--completion-table): New function.
58 (tmm-prompt): Use it to fix the menu order.
59 (tmm-get-keybind): Use current-active-maps.
60
61 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
62
63 Add dired-hide-details-mode. (Bug#6799)
64
65 * locate.el (locate-mode): Set parent mode property to dired-mode.
66
67 * find-dired.el (find-dired): Call dired-insert-set-properties on
68 initial information line. Set process mark on end of buffer.
69 (find-dired-sentinel):
70 Call dired-insert-set-properties on summary.
71
72 * dired.el (dired-hide-details-hide-symlink-targets)
73 (dired-hide-details-hide-information-lines): New options.
74 (dired-insert-directory):
75 Set properties after final treatment of output.
76 (dired-insert-set-properties):
77 Set dired-hide-details-* properties.
78 (dired-mode-map): Bind dired-hide-details-mode.
79 (dired-mode): Set buffer-invisibility-spec to a list.
80 (dired-next-line): Skip hidden lines.
81 (dired-previous-line): Use dired-next-line.
82 (dired-hide-details-mode): New minor mode.
83 (dired-hide-details-update-invisibility-spec): New function.
84
85 2013-02-13 Glenn Morris <rgm@gnu.org>
86
87 * play/yow.el: Move to obsolete/. (Bug#9384)
88
89 2013-02-13 Juri Linkov <juri@jurta.org>
90
91 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
92 to select `ediff-control-frame' and set input focus correctly on Xfce.
93 (Bug#12218)
94
95 2013-02-13 Juri Linkov <juri@jurta.org>
96
97 * image-mode.el (image-mode-map):
98 * doc-view.el (doc-view-mode-map):
99 * vc/ediff-util.el (ediff-setup-keymap):
100 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
101
102 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
103
104 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
105 performance. Instead of recalculating indentation fully for each
106 line, sum up indentation depth based only on visited lines.
107 (ruby-parse-partial): Increase the depth after "do" even when END
108 is right after it.
109 (ruby-parse-partial): When END is in the middle of a percent
110 literal, increase the depth if the delimiter chars belong to the
111 paren syntax class.
112
113 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
114
115 * play/fortune.el (fortune-compile): Also make the compiled file
116 if it does not exist at all, not just if it is old. (Bug#5338)
117
118 2013-02-13 Glenn Morris <rgm@gnu.org>
119
120 * emacs-lisp/package.el (package-menu-execute): Doc fix.
121
122 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
123
124 * lisp/emacs-lisp/package.el (package-menu-execute):
125 Add optional noquery argument. (Bug#13625)
126
127 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
128
129 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
130 if DIR exists and PARENTS is non-nil.
131
132 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
133
134 * progmodes/js.el (js--multi-line-declaration-indentation):
135 Silence byte-compiler warning.
136
137 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
138
139 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
140
141 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
142 only if it doesn't exist.
143
144 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Set
145 process marker.
146
147 2013-02-12 Tassilo Horn <tsdh@gnu.org>
148
149 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
150 UserInstallation when calling soffice to work around LibreOffice
151 bug 37531.
152
153 2013-02-12 Glenn Morris <rgm@gnu.org>
154
155 * files.el (basic-save-buffer):
156 Offer to create a non-existing directory. (Bug#3016)
157
158 * calc/calc-graph.el (calc-graph-show-dumb):
159 * calendar/calendar.el (calendar-mode-map):
160 * cus-edit.el (custom-mode-map):
161 * ehelp.el (electric-help-map):
162 * emulation/vip.el (vip-mode-map):
163 * epa.el (epa-key-list-mode-map):
164 * info.el (Info-mode-map):
165 * mail/rmail.el (rmail-mode-map):
166 * mail/rmailsum.el (rmail-summary-mode-map):
167 * man.el (Man-mode-map):
168 * net/newst-plainview.el (newsticker-mode-map):
169 * progmodes/cpp.el (cpp-edit-mode-map):
170 * progmodes/grep.el (grep-mode-map):
171 * progmodes/idlw-help.el (idlwave-help-mode-map):
172 * simple.el (special-mode-map):
173 * startup.el (splash-screen-keymap):
174 * view.el (view-mode-map):
175 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
176
177 2013-02-11 Elias Pipping <pipping@lavabit.com>
178
179 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
180 (bug#13679).
181
182 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
185
186 2013-02-11 Glenn Morris <rgm@gnu.org>
187
188 * vc/diff.el (diff-use-labels): New variable.
189 (diff-no-select): Use --label rather than -L, and first
190 check that it is supported. (Bug#11067)
191
192 * files.el (enable-dir-local-variables): New variable.
193 (hack-dir-local-variables): Respect enable-dir-local-variables.
194 * tutorial.el (help-with-tutorial):
195 Ignore directory-local variables. (Bug#11127)
196
197 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
198 (vc-svn-global-switches): ... to here. (Bug#13513)
199
200 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
201
202 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
203 Handle "foo (bar, default: xxx): " prompts.
204
205 2013-02-10 Chong Yidong <cyd@gnu.org>
206
207 * files.el (basic-save-buffer-1): Do not set
208 buffer-file-coding-system-explicit (Bug#4533).
209
210 * mail/emacsbug.el (report-emacs-bug): Change binding of
211 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
212
213 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
214
215 * calc/calc.el (calc-allow-units-as-numbers): New variable.
216 * calc/calc-units.el (calc-convert-units): Use new variable.
217
218 2013-02-09 Eli Zaretskii <eliz@gnu.org>
219
220 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
221
222 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
223 buffer-file-type.
224
225 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
226 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
227 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
228 coding-system-for-write instead.
229
230 * jka-compr.el (jka-compr-write-region): Don't bind
231 buffer-file-type.
232
233 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
234 buffer-file-type.
235
236 * files.el (file-name-buffer-file-type-alist): Remove defvar.
237 (insert-file-contents-literally): Remove reference to
238 file-name-buffer-file-type-alist.
239
240 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
241 make-obsolete.
242 (find-buffer-file-type-match, find-buffer-file-type): Remove.
243 (find-buffer-file-type-coding-system): Remove references to
244 find-buffer-file-type-match, find-buffer-file-type, and
245 buffer-file-type.
246 Don't put find-buffer-file-type-coding-system into
247 file-coding-system-alist.
248 (find-file-binary, find-file-text): Bind coding-system-for-read
249 instead of file-name-buffer-file-type-alist.
250
251 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
252
253 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
254 converter (Bug#13622).
255 (doc-view-unoconv-program): Make obsolete alias.
256 (doc-view-odf->pdf-converter-program): New variable.
257 (doc-view-odf->pdf-converter-function): New variable.
258 (doc-view-mode-p): Use it.
259 (doc-view-odf->pdf-converter-unoconv):
260 Rename from `doc-view-odf->pdf-converter-unoconv'.
261 (doc-view-odf->pdf-converter-soffice): New function.
262 (doc-view-convert-current-doc):
263 Use `doc-view-odf->pdf-converter-function'.
264
265 2013-02-09 Chong Yidong <cyd@gnu.org>
266
267 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
268 view-echo-area-messages (Bug#13340).
269
270 * help.el (view-echo-area-messages): Use display-buffer.
271
272 * dired-x.el (dired-do-run-mail): Prompt for confirmation
273 (Bug#13561).
274
275 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
278 Eval body right away, now that we do eager macroexpansion (bug#13605).
279
280 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
281 (fundamental-mode): Use run-mode-hooks.
282
283 * eshell/esh-proc.el (eshell/kill): Fix last change.
284 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
285
286 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
287
288 * eshell/esh-proc.el (eshell/kill): Rewrite.
289
290 * eshell/em-ls.el (show-almost-all): Declare.
291 (eshell-do-ls): Add support for -A argument.
292
293 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
294
295 * icomplete.el (icomplete-forward-completions)
296 (icomplete-backward-completions): Handle corner case (bug#13602).
297
298 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
299
300 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
301 be nil. Handle this. (Bug#13636)
302
303 2013-02-07 Richard Stallman <rms@gnu.org>
304
305 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
306 `save-buffer-coding-system'.
307
308 2013-02-07 Alan Mackenzie <acm@muc.de>
309
310 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
311 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
312 (c-parse-state-get-strategy): Don't return 'BOD any more.
313 (c-append-lower-brace-pair-to-state-cache):
314 Extra parameter HERE instead of narrowing.
315 Widen to top of buffer before searching backwards for a brace pair.
316 (c-state-push-any-brace-pair): Add HERE parameter to function call.
317 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
318 Narrow to parameter HERE, in place of being called narrowed.
319 (c-remove-stale-state-cache): Extra parameter HERE in place of
320 narrowing. Check there's an open brace in the cache before
321 searching for its match.
322 (c-invalidate-state-cache-1): Add HERE parameter to function call.
323 (c-parse-state-1): Don't narrow here for 'forward strategy,
324 instead passing extra parameter HERE to several functions.
325 Remove 'BOD strategy.
326
327 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
328
329 * emacs-lisp/package.el (describe-package-1): Tell what archive is
330 used to install the package.
331
332 2013-02-06 Glenn Morris <rgm@gnu.org>
333
334 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
335 if we can't get user input. (Bug#6567)
336
337 * startup.el (command-line): If simple.el is missing,
338 test and warn about for some possible causes.
339
340 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
341
342 * cus-start.el (all): Add ns-use-native-fullscreen.
343
344 2013-02-05 Glenn Morris <rgm@gnu.org>
345
346 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
347
348 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
349 Fix directory creation in fallback case.
350
351 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
352
353 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
354 (vc-update-change-log): Use dolist.
355
356 2013-02-04 Chong Yidong <cyd@gnu.org>
357
358 * thingatpt.el: Rewrite the URL detection routines, absorbing some
359 code from ffap.el.
360 (thing-at-point-beginning-of-url-regexp): New var.
361 (thing-at-point-uri-schemes): Update list of URI schemes.
362 (thing-at-point-url-regexp): Variable deleted.
363 (thing-at-point-markedup-url-regexp): Disallow newlines.
364 (thing-at-point-newsgroup-regexp)
365 (thing-at-point-newsgroup-heads)
366 (thing-at-point-default-mail-uri-scheme): New variables.
367 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
368 method to find the possible bounds of the URI at point.
369 New optional argument to find ill-formed URIs.
370 (thing-at-point-url-at-point): Rewrite. New arguments for finding
371 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
372 the scheme-adding heuristics from ffap-url-at-point.
373 (thing-at-point--bounds-of-well-formed-url): New function.
374 Do parens matching to decide whether to include parens in the URI
375 (Bug#9153).
376
377 * ffap.el: Require thingatpt.
378 (ffap-url-at-point): Delegate URI detection to thing-at-point.
379 All URI-valid characters are now recognized (Bug#5673).
380 (ffap-string-at-point): Use use-region-p.
381 (ffap-url-regexp): Extra character is handled by thing-at-point.
382 (ffap-string-at-point-mode-alist): Allow parentheses.
383 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
384 Convert to aliases; code moved to thingatpt.el.
385 (ffap-gnus-hook): Use setq-local.
386
387 2013-02-04 Glenn Morris <rgm@gnu.org>
388
389 * emacs-lisp/ert.el (ert--explain-format-atom):
390 Don't try to print non-characters as characters. (Bug#13543)
391
392 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/tramp.el (tramp-debug-message): Extend function exclude list.
395 (tramp-backtrace): New defun.
396 (tramp-handle-insert-file-contents): Use `visit' when inserting
397 the local copy.
398
399 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
400 Use `remote-file-name-inhibit-cache'.
401
402 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
405 (bug#13614).
406
407 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
408 current-load-list (bug#13366).
409
410 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
411
412 * progmodes/compile.el (compilation-error-regexp-alist-alist):
413 Identify g++ template instantiation trace. (Bug#12287)
414 (compilation-mode-hook, compilation-start-hook)
415 (compilation-window-height): Simplify docstrings. (Bug#13379)
416
417 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
418
419 * mouse.el (mouse-drag-track): Always deactivate the mark before
420 running the final event's command since that command is in charge of
421 activating the mark if needed (bug#13523).
422
423 2013-02-02 Juri Linkov <juri@jurta.org>
424
425 * replace.el (perform-replace): Move let-bindings of isearch-*
426 variables deeper to the loop that searches for the next match.
427 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
428 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
429 (Bug#13579)
430
431 * isearch.el (isearch-search-fun-default): Check for null
432 first element of isearch-cmds as a precaution when it's used
433 with inactive isearch.
434
435 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
436
437 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
438 error when buffer in question is narrowed so position 1 is out of
439 visible part.
440
441 2013-02-02 Glenn Morris <rgm@gnu.org>
442
443 * textmodes/remember.el (remember-clipboard): Doc fix.
444
445 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
448 properties (bug#13179).
449
450 2013-02-02 Juri Linkov <juri@jurta.org>
451
452 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
453 instead of hard-coded default face `match'. (Bug#9438)
454
455 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
456
457 * vc/vc-arch.el (vc-arch-registered):
458 * vc/vc-bzr.el (vc-bzr-registered):
459 * vc/vc-cvs.el (vc-cvs-registered):
460 * vc/vc-git.el (vc-git-registered):
461 * vc/vc-hg.el (vc-hg-registered):
462 * vc/vc-mtn.el (vc-mtn-registered):
463 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
464 (Bug#13139)
465
466 * info.el (Info-next-reference, Info-prev-reference): Add numeric
467 prefix argument. (Bug#11656)
468
469 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
472
473 2013-02-01 Glenn Morris <rgm@gnu.org>
474
475 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
476 if the backend is known not to support it.
477
478 * imenu.el (imenu-default-create-index-function):
479 Tweak infinite loop test to check for forward motion as well as none.
480
481 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
482
483 * net/soap-client.el (soap-invoke): Encode the string for
484 `url-request-data' as UTF-8.
485 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
486
487 2013-02-01 Glenn Morris <rgm@gnu.org>
488
489 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
490
491 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
492
493 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
494
495 * net/tramp.el (tramp-tramp-file-p): Comment check for
496 `string-as-unibyte'. The function does not exist on XEmacs, and
497 likely we need another approach.
498
499 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
500 `tramp-gw-*' variables are bound.
501
502 2013-01-31 Glenn Morris <rgm@gnu.org>
503
504 * files.el (basic-save-buffer-2): Choose coding system for
505 writing the file before backing it up, to reduce delay between
506 backing up and writing the new version. (Bug#13522)
507
508 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
509
510 * simple.el (cycle-spacing): New command.
511 (just-one-space): Use it.
512
513 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
516 (opascal-newline-always-indents): Remove custom.
517 (opascal-tab, opascal-newline): Remove commands.
518 (opascal-new-comment-line): Insert "\n" instead of calling newline.
519 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
520 (opascal-save-match-data): Remove, use save-match-data instead.
521 (opascal-save-state): Use with-silent-modifications.
522
523 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
524 (bug#13585).
525
526 2013-01-30 Juri Linkov <juri@jurta.org>
527
528 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
529 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
530 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
531
532 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
533
534 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
535 column if we're just deleting the backslashes.
536 (makefile-fill-paragraph): Use eolp.
537
538 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
539
540 * autorevert.el (auto-revert-use-notify): Fix docstring.
541
542 2013-01-30 Leo Liu <sdl.web@gmail.com>
543
544 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
545
546 2013-01-30 Glenn Morris <rgm@gnu.org>
547
548 * mouse.el (mouse-drag-line): Avoid pushing same event onto
549 unread-command-events twice in some cases. This tries to implement
550 the 2012-07-26 changes in a different way. (Bug#13560)
551
552 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
553
554 * progmodes/python.el
555 (python-pdbtrack-comint-output-filter-function): Enhancements on
556 stacktrace detection. (thanks @gnovak)
557
558 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
561 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
562 Use defvar-local.
563 (jit-lock-register): Use setq-local.
564
565 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
566
567 * calc-units.el (math-default-units-table): Remove initial value.
568 (calc-convert-units): Treat expressions where all the units cancel as
569 if they didn't have units.
570
571 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
572
573 * net/tramp.el (tramp-process-connection-type): Fix docstring.
574 (tramp-completion-reread-directory-timeout): Fix type.
575 (tramp-connection-min-time-diff): New defcustom.
576
577 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
578
579 2013-01-30 Glenn Morris <rgm@gnu.org>
580
581 * imenu.el (imenu-default-create-index-function):
582 Put back a version of the infinite loop test removed 2013-01-23.
583
584 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
585
586 * progmodes/python.el (python-shell-parse-command):
587 Find python-shell-interpreter with modified environment.
588
589 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
592
593 2013-01-29 Alan Mackenzie <acm@muc.de>
594
595 Amend to fontify /regexp/s in actions correctly.
596 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
597 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
598 are no longer included.
599 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
600 What used to be these variables without "-line" in the name.
601 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
602 (c-awk-non-arith-op-bra-re): Now also matches {.
603 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
604 "return", and "case".
605 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
606 by /.
607 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
608 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
609
610 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
611
612 * autorevert.el (auto-revert-use-notify):
613 Use `custom-initialize-default' for initialization. (Bug#13583)
614
615 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
616
617 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
618 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
619 in `tramp-file-name-handler'.
620 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
621 compatibility.
622 (tramp-compute-multi-hops): Check, whether
623 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
624
625 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
628 (bug#13297).
629
630 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
631
632 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
633 checks made superfluous by the \_< operator.
634 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
635 temporarily) broken indentation.
636 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
637 Highlight nested constants, too. \_< broke that.
638
639 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
640
641 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
642 instead of "\\b".
643
644 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
645
646 * autorevert.el (auto-revert-handler): Notifications which result
647 from a saved file shall not be taken into account. (Bug#13557)
648
649 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
650
651 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
652 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
653 (lisp-mode): Pass t for it. (Bug#13556)
654
655 2013-01-25 Alan Mackenzie <acm@muc.de>
656
657 AWK Mode: Fix indentation bug at top level. Bug #12274.
658
659 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
660 just before CASE 5D.
661
662 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
663
664 * net/socks.el (socks-nslookup-host): Use string-to-number.
665
666 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
667
668 * autorevert.el (auto-revert-remote-files)
669 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
670 (auto-revert-notify-enabled, auto-revert-use-notify)
671 (auto-revert-notify-watch-descriptor-hash-list)
672 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
673 (auto-revert-notify-event-descriptor)
674 (auto-revert-notify-event-action)
675 (auto-revert-notify-event-file-name): Doc fix.
676 (global-auto-revert-mode): Reorder checks.
677 (auto-revert-notify-rm-watch): Respect changed values of
678 `auto-revert-notify-watch-descriptor-hash-list'.
679 (auto-revert-notify-add-watch): Check for
680 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
681 `inotify-add-watch'. Watch `default-directory' instead of
682 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
683 has a changed meaning now. (Bug#13540)
684 (auto-revert-notify-handler): Change implementation wrt events
685 returning from a directory.
686 (auto-revert-handler): Reorder implementation for checks of remote
687 files.
688 (auto-revert-buffers): Fix parentheses error.
689
690 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
691
692 * progmodes/python.el: Enhancements to header documentation about
693 skeletons. (Bug#5716)
694
695 * imenu.el (imenu-default-create-index-function): Remove useless
696 infinite loop check. (Bug#13438)
697
698 2013-01-25 Alan Mackenzie <acm@muc.de>
699
700 Fix a bug in the state cache mechanism. Refactor this a bit.
701
702 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
703 `cache-pos' element from the return value.
704 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
705 buffer to enable proper searching from beyond HERE. Amend the
706 test for detecting the sought brace pair. Amend the value written
707 to the "brace desert cache" when the brace isn't found.
708 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
709 and several other variables analogously.
710 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
711 parameter to a locally calculated variable.
712 (c-parse-state-1): Change the calling conventions to the two
713 defuns involving `cache-pos'.
714
715 2013-01-25 Chong Yidong <cyd@gnu.org>
716
717 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
718
719 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
720
721 * paren.el (show-paren-function): Make sure to set 'priority and
722 'face only if the overlay does exist.
723
724 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
725
726 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
727
728 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
729 basic attributes.
730 (tramp-sh-handle-set-file-acl): Improve error checking.
731
732 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
733
734 * doc-view.el (doc-view-display): Force mode line update until all
735 document is converted. Suggested by Stefan Monnier (Bug#13164).
736
737 2013-01-23 Bastien Guerry <bzg@gnu.org>
738
739 * paren.el (show-paren-function): Make sure an overlay exists
740 before trying to delete it. Also use `pos' as a position only
741 when it is an integer.
742
743 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
744
745 * play/gametree.el (gametree-break-line-here): Use point-marker.
746
747 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
748
749 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
750 Mark descriptive parts with `display' property.
751
752 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
753
754 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
755 New variable to map standard dict names to hunspell ones.
756 (ispell-set-spellchecker-params): Make sure specific dict names
757 are used for standard dicts with hunspell.
758
759 2013-01-21 Tassilo Horn <tsdh@gnu.org>
760
761 * textmodes/reftex-cite.el (reftex-format-citation): Add format
762 chars for note (%N) and url (%U).
763 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
764
765 2013-01-21 Juri Linkov <juri@jurta.org>
766
767 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
768 in addition to existing separate binding `meta f10' in `global-map'.
769 (Bug#13484)
770
771 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
772
773 Improve XEmacs compatibility.
774
775 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
776
777 * net/tramp-adb.el (top): Require `time-date'.
778 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
779 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
780 Use `tramp-file-name-handler'.
781 (tramp-adb-maybe-open-connection):
782 Use `tramp-compat-set-process-query-on-exit-flag'.
783
784 * net/tramp-sh.el (tramp-sh-handle-file-acl):
785 Use `tramp-compat-funcall'.
786
787 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
788 `tramp-compat-funcall'.
789
790 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
791
792 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
793 reimplementation using "adb shell command ..." instead of running
794 remote shell interactively.
795
796 2013-01-20 Glenn Morris <rgm@gnu.org>
797
798 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
799 Add native profiler menu entries.
800
801 * profiler.el (profiler-running-p): New function.
802 (profiler-cpu-profile): Use profiler-running-p.
803 (profiler-report-mode-map): Add some more menu entries.
804
805 2013-01-19 Glenn Morris <rgm@gnu.org>
806
807 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
808 fixes 2012-12-07 change. (Bug#13499)
809
810 2013-01-19 Leo Liu <sdl.web@gmail.com>
811
812 * dired.el (dired-get-marked-files): Prune erroneous values due to
813 last change. (Bug#13152)
814
815 2013-01-19 Glenn Morris <rgm@gnu.org>
816
817 * progmodes/etags.el (tags-table-check-computed-list):
818 Preserve point in tags buffer. (Bug#13412)
819
820 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
821
822 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
823 Chong Yidong <cyd@gnu.org>
824
825 * image-mode.el (image-next-file, image-previous-file):
826 New commands (Bug#8453).
827 (image-mode-map): Bind them to n and p.
828 (image-mode--images-in-directory): New helper function.
829
830 2013-01-19 Chong Yidong <cyd@gnu.org>
831
832 * image-mode.el (image-mode-fit-frame): Add a frame argument.
833 Suggested by Drew Adams (Bug#7730). Handle window decorations;
834 save and restore the old window configuration.
835
836 2013-01-18 Leo Liu <sdl.web@gmail.com>
837
838 * progmodes/js.el: Tweak autoload cookie for alias.
839
840 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
841
842 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
843 buffer local, again. This was lost with the fix on 2013-01-12.
844
845 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
846
847 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
848 order to support several eshell buffers in parallel.
849
850 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
851
852 * autorevert.el (auto-revert-use-notify): In the :set function, do
853 not modify `kill-buffer-hook'.
854 (auto-revert-notify-rm-watch):
855 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
856 (auto-revert-notify-add-watch): Do not call
857 `auto-revert-notify-rm-watch', but add it to a buffer local
858 `kill-buffer-hook'.
859
860 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
863 call to `eval' rather than a backquoted lambda.
864
865 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
868 to return an explicit nil.
869 (advice--remove-function): Change accordingly.
870
871 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
872 the use of nadvice.el.
873
874 * progmodes/which-func.el (which-function): Silence imenu errors
875 (bug#13433).
876
877 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
878
879 * progmodes/sql.el: (sql-imenu-generic-expression):
880 (sql-mode-font-lock-object-name): Match schema qualified names.
881 (sql-connect): Use string keys.
882 (sql-product-interactive): Wait for interpreter prompt.
883 (sql-comint-oracle): Set process coding based on NLS_LANG.
884
885 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
886
887 * progmodes/sql.el (sql-output-to-send): Remove, unused.
888 (sql-interactive-remove-continuation-prompt):
889 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
890
891 2013-01-14 Leo Liu <sdl.web@gmail.com>
892
893 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
894 (Bug#13420)
895
896 2013-01-14 Glenn Morris <rgm@gnu.org>
897
898 * progmodes/compile.el (compilation-error-regexp-alist-alist):
899 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
900
901 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
902
903 * progmodes/python.el (python-nav-end-of-statement):
904 Fix cornercase when handling multiline strings.
905
906 2013-01-13 Richard Stallman <rms@gnu.org>
907
908 * mail/sendmail.el (mail-position-on-field): Add doc string.
909
910 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
911 Get current message boundaries and pass them to
912 message-forward-make-body-mime. Minor style changes.
913
914 2013-01-13 Eli Zaretskii <eliz@gnu.org>
915
916 * cus-start.el (all): Avoid warnings about
917 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
918
919 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
920
921 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
922
923 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * jit-lock.el (jit-lock-debug-mode): New minor mode.
926 (jit-lock--debug-fontifying): New var.
927 (jit-lock--debug-fontify): New function.
928 * subr.el (condition-case-unless-debug): Don't prevent catching the
929 error, just let the debbugger run.
930 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
931 timer code and don't drop errors silently.
932
933 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
934
935 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
936 `permanent-local' property.
937 (auto-revert-notify-handler): Use `file-equal-p'.
938
939 2013-01-12 Eli Zaretskii <eliz@gnu.org>
940
941 * autorevert.el (auto-revert-notify-handler): Fix filtering of
942 file notification by ACTION. For filtering by file name, compare
943 only the non-directory part of the file name.
944
945 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
946
947 * autorevert.el: Use cl-lib instead of cl.
948
949 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
950 (vc-bzr-checkin): Use it.
951 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
952 will preserve match-data.
953
954 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
955
956 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
957 (js--declaration-keyword-re): New var.
958 (js--multi-line-declaration-indentation): New function.
959 (js--proper-indentation): Use it.
960
961 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
962
963 * calc/calc.el (calc-highlight-selections-with-faces)
964 (calc-dispatch):
965 * comint.el (comint-history-isearch-message):
966 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
967 * ffap.el (ffap-string-at-point-region, ffap-next)
968 (ffap-string-at-point, ffap-string-around)
969 (ffap-copy-string-as-kill, ffap-highlight-overlay)
970 (ffap-literally):
971 * font-lock.el (font-lock-keywords-alist)
972 (font-lock-removed-keywords-alist):
973 * help-mode.el (help-xref-symbol-regexp):
974 * info.el (Info-find-emacs-command-nodes):
975 * international/mule.el (add-to-coding-system-list):
976 * isearch.el (isearch-message-function, isearch-fail-pos):
977 * misearch.el (multi-isearch-next-buffer-function):
978 * newcomment.el (comment-box):
979 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
980 (pr-setting-database):
981 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
982 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
983 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
984 (pike-font-lock-keywords-3):
985 * progmodes/compile.el (compile):
986 * progmodes/etags.el (tags-table-files)
987 (tags-table-files-function, tags-included-tables-function):
988 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
989 (gdb-restore-windows):
990 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
991 (ps-n-up-filling-database):
992 * server.el (server-buffer, server-log):
993 * simple.el (newline, delete-backward-char, delete-forward-char)
994 (minibuffer-history-isearch-message, kill-line, track-eol)
995 (temporary-goal-column):
996 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
997 (flyspell-default-deplacement-commands):
998 * textmodes/ispell.el (ispell-accept-output):
999 * textmodes/sgml-mode.el (html-tag-help):
1000 * vc/compare-w.el (compare-ignore-whitespace)
1001 (compare-ignore-case, compare-windows-dehighlight):
1002 * vc/diff.el (diff):
1003 * whitespace.el (whitespace-point)
1004 (whitespace-font-lock-refontify, whitespace-bob-marker)
1005 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1006
1007 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1008
1009 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1010 (auto-revert-notify-rm-watch): Ignore errors.
1011 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1012 inotify, and '(size last-write-time) for w32notify.
1013 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1014 watch fails - this is a fallback to the file modification check.
1015 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1016 (auto-revert-notify-event-action)
1017 (auto-revert-notify-event-file-name): New defuns.
1018 (auto-revert-notify-handler): Use them. Implement first
1019 plausibility checks.
1020 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1021
1022 2013-01-11 Julien Danjou <julien@danjou.info>
1023
1024 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1025 max are almost equal. Also return the correct value for V which is
1026 already between 0 and 1.
1027
1028 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1029
1030 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1031
1032 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1033
1034 * autorevert.el (auto-revert-notify-rm-watch)
1035 (auto-revert-notify-add-watch): Fix typos in w32notify function
1036 names.
1037
1038 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1039
1040 * autorevert.el (auto-revert-notify-enabled): Move up.
1041 (auto-revert-use-notify): New defcustom.
1042 (auto-revert-mode, global-auto-revert-mode)
1043 (auto-revert-notify-add-watch, auto-revert-handler)
1044 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1045 `auto-revert-notify-enabled'.
1046
1047 2013-01-10 Elias Pipping <pipping@exherbo.org>
1048
1049 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1050 * doc-view.el (doc-view-document->bitmap):
1051 Use doc-view-single-page-converter-function instead of
1052 single-page-converter arg; adjust callers.
1053
1054 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1055
1056 * progmodes/which-func.el (which-function): Understand Semantic's use
1057 of overlays in imenu--index-alist.
1058
1059 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1060
1061 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1062 (Man-man-k-use-anchor): New var.
1063 (Man-parse-man-k): New function.
1064 (Man-completion-table): Use it.
1065 (man): Flush the completion cache between uses.
1066
1067 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * autorevert.el: Add file watch support.
1070 (auto-revert-notify-enabled): New defconst.
1071 (auto-revert-notify-watch-descriptor-hash-list)
1072 (auto-revert-notify-watch-descriptor)
1073 (auto-revert-notify-modified-p): New defvars.
1074 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1075 (auto-revert-notify-handler): New defuns.
1076 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1077 when mode is disabled.
1078 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1079 (auto-revert-buffers): Add file watches for active buffers.
1080
1081 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1082
1083 * cus-start.el (toplevel): Only allow float values for
1084 scroll-up-aggressively and scroll-down-aggressively.
1085 Allow any number for line-spacing.
1086
1087 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1088
1089 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1090 (doc-view-pdf->png-converter-function): Use mupdf if available.
1091 (doc-view-djvu->png-converter-function)
1092 (doc-view-ps->png-converter-function): Remove.
1093 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1094 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1095 (doc-view-already-converted-p): Adjust accordingly.
1096 (doc-view-mode-p): Simplify.
1097 (doc-view-enlarge): Use setq-local.
1098 (doc-view-pdf->png-converter-ghostscript)
1099 (doc-view-djvu->png-converter-ddjvu)
1100 (doc-view-pdf->png-converter-mupdf): Rework to call
1101 doc-view-start-process directly.
1102 (doc-view-pdf/ps->png): Simplify accordingly.
1103 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1104 (doc-view-document->bitmap): Rename from doc-view-document->png.
1105 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1106 (doc-view-set-slice-from-bounding-box): Fix completion table.
1107 (doc-view-mode): Use add-hook for after-revert-hook.
1108
1109 2013-01-10 Glenn Morris <rgm@gnu.org>
1110
1111 * emacs-lisp/authors.el (authors-ignored-files)
1112 (authors-valid-file-names, authors-renamed-files-alist):
1113 Add some more entries.
1114
1115 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1116
1117 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1118 `t' pseudo-window entry.
1119
1120 2013-01-10 Alan Mackenzie <acm@muc.de>
1121
1122 Fix bugs in the c-parse-state mechanism. Reuse some markers
1123 instead of continually generating new ones.
1124
1125 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1126 (c-state-old-cpp-end-marker): New variables.
1127 (c-append-lower-brace-pair-to-state-cache): Start a backward
1128 search for "}" definitively outside CPP constructs.
1129 (c-remove-stale-state-cache): Inform the caller of a need to
1130 search back for a brace pair in certain circumstances.
1131 (c-state-maybe-marker): New macro.
1132 (c-parse-state): Reuse markers when appropriate.
1133
1134 2013-01-10 Glenn Morris <rgm@gnu.org>
1135
1136 * simple.el (execute-extended-command): Doc fix.
1137 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1138
1139 2013-01-10 Chong Yidong <cyd@gnu.org>
1140
1141 * faces.el (read-face-name): Doc fix.
1142
1143 2013-01-10 Roland Winkler <winkler@gnu.org>
1144
1145 * emacs-lisp/crm.el: Allow any regexp for separators.
1146 (crm-default-separator): All spaces around the default comma separator.
1147 (crm--completion-command): New macro.
1148 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1149 (crm-complete-and-exit): Handle non-single-char separators.
1150
1151 2013-01-09 Elias Pipping <pipping@lavabit.com>
1152
1153 * doc-view.el: Add support for DjVu (bug#13164).
1154 (doc-view-djvu->png-converter-function): New config var.
1155 (doc-view-single-page-converter-function, doc-view--image-type)
1156 (doc-view--image-file-extension): New vars.
1157 (doc-view-mode): Initialize them.
1158 (doc-view-goto-page): Use them.
1159 (doc-view-mode-p): Add support for ddjvu.
1160 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1161 (doc-view-set-up-single-converter): New funs.
1162 (doc-view-pdf/ps->png): Extend for djvu.
1163 (doc-view-document->png): Rename from doc-view-pdf->png.
1164 (doc-view-convert-current-doc): Handle djvu.
1165 (doc-view-insert-image, doc-view-display)
1166 (doc-view-already-converted-p): Don't hardcode png.
1167 (doc-view-set-doc-type): Recognize djvu docs.
1168
1169 2013-01-09 Elias Pipping <pipping@lavabit.com>
1170
1171 * doc-view.el: Add support for mupdf converter (bug#13164).
1172 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1173 (doc-view-ps->png-converter-function): New config vars.
1174 (doc-view-pdf->png-converter-ghostscript)
1175 (doc-view-ps->png-converter-ghostscript)
1176 (doc-view-pdf->png-converter-mupdf): New functions.
1177 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1178
1179 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1180
1181 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1182 first in session cache: When `tramp-own-remote-path' is in
1183 `tramp-remote-path', the remote path is only set in the session
1184 cache.
1185
1186 2013-01-09 Glenn Morris <rgm@gnu.org>
1187
1188 * emacs-lisp/trace.el (trace-function-foreground)
1189 (trace-function-background): Doc fix.
1190
1191 2013-01-09 Juri Linkov <juri@jurta.org>
1192
1193 * international/mule-cmds.el (read-char-by-name): Move let-binding
1194 of completion-ignore-case around completing-read to fix regression
1195 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1196 `string-match-p' using the nil value of `case-fold-search' and
1197 `completion-ignore-case' in `completion-pcm--all-completions'.
1198 (Bug#12615).
1199
1200 2013-01-09 Glenn Morris <rgm@gnu.org>
1201
1202 * progmodes/compile.el (compilation-parse-errors):
1203 Fix typo. (Bug#13369)
1204
1205 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1206
1207 * comint.el (comint-send-input): Check size of buffer before
1208 waiting for process output, in case already accepted. (Bug#13290)
1209
1210 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1211
1212 Spelling fixes.
1213 * net/tramp-adb.el (tramp-adb-get-toolbox):
1214 Fix misspelling of 'unknown'.
1215
1216 2013-01-08 Juri Linkov <juri@jurta.org>
1217
1218 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1219 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1220 Use underline style wave on terminals that support it. (Bug#13000)
1221
1222 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1225 the predicate returns nil.
1226
1227 * simple.el: Use lexical-binding.
1228 (primitive-undo): Use pcase.
1229 (minibuffer-history-isearch-push-state): Use a closure.
1230
1231 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1232
1233 * simple.el (primitive-undo): Move from undo.c.
1234
1235 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1238 (cvs-mode-remove-handled): Use it (bug#13380).
1239
1240 * emacs-lisp/nadvice.el (advice--tweak): New function.
1241 (advice--remove-function, advice--subst-main): Use it.
1242
1243 * emacs-lisp/advice.el: Update commentary.
1244
1245 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1246
1247 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1248 Remove spurious entry.
1249
1250 2013-01-08 Glenn Morris <rgm@gnu.org>
1251
1252 * net/tramp.el (tramp-default-host-alist): Add :version.
1253
1254 2013-01-08 Juri Linkov <juri@jurta.org>
1255
1256 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1257 single completion. (Bug#12456)
1258 (info--manual-names): Expand node completions into an explicit list
1259 before appending it to another list. Filter out internal buffers
1260 with the leading space in the buffer name. (Bug#10771)
1261
1262 2013-01-08 Juri Linkov <juri@jurta.org>
1263
1264 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1265 that defaults to the Top node.
1266 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1267 the short format (FILENAME) goes to the Top node.
1268 (Info-build-node-completions): Rename arg `file' to `filename'.
1269 (Bug#13365)
1270
1271 2013-01-07 Bastien Guerry <bzg@gnu.org>
1272
1273 * menu-bar.el (menu-bar-search-documentation-menu):
1274 Use `apropos-user-option' and fix the help message.
1275
1276 2013-01-07 Bastien Guerry <bzg@gnu.org>
1277
1278 * apropos.el (apropos-do-all): Update docstring.
1279 (apropos-user-option-button): New face.
1280 (apropos-user-option): Rename from `apropos-variable' and update
1281 docstring.
1282 (apropos-variable): Rewrite, now show all variables by default.
1283 (apropos-print): Mention "User option" instead of "Variable" when
1284 printing doc for user options. (Bug#13276)
1285
1286 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1287
1288 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1289 Handle filename correctly, when parsing "source -> target" symlink
1290 output.
1291 (tramp-adb-handle-set-file-times): New defun.
1292
1293 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1294
1295 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1296 advice list when the interactive-spec of ad-Advice-* changes.
1297
1298 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1299
1300 * wid-edit.el (widget-default-get): Work for inlined elements.
1301 (Bug#12670)
1302
1303 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1304
1305 * net/tramp.el (tramp-default-host-alist): New defcustom.
1306 (tramp-find-host): Use it.
1307 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1308 `eshell-directory-change-hook'.
1309
1310 * net/tramp-adb.el (top): Add adb specific entry in
1311 `tramp-default-host-alist'.
1312 (tramp-adb-file-name-host): Remove function.
1313 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1314 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1315
1316 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1317
1318 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1319
1320 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1321
1322 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1325 consist of more than one digit.
1326 (tramp-adb-file-name-handler-alist):
1327 Use `tramp-handle-file-exists-p' consistently.
1328 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1329 (tramp-adb-handle-file-exists-p): Remove function.
1330 (tramp-adb-file-name-host): New defun.
1331 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1332 Use it.
1333 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1334
1335 2013-01-06 Chong Yidong <cyd@gnu.org>
1336
1337 * vc/vc.el (vc-next-action): Detect buffer modifications
1338 conflicting with locking VCS operation (Bug#11490).
1339
1340 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1341
1342 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1343
1344 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1345 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1346
1347 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1348
1349 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1350 parsing of ls output using regular expression (handle filenames
1351 with spaces). Use virtual device number.
1352 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1353 cleanup).
1354
1355 2013-01-04 Daiki Ueno <ueno@gnu.org>
1356
1357 * epg.el: Silence byte-compiler warnings.
1358 (epg--start): Use delete-char instead of delete-backward-char.
1359 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1360
1361 2013-01-04 Daiki Ueno <ueno@gnu.org>
1362
1363 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1364 Suggested by Eli Zaretskii <eliz@gnu.org>.
1365
1366 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1367
1368 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1369 non-negative integers. Otherwise, the default values are used.
1370 (tramp-convert-file-attributes): Convert uid and gid to integers.
1371
1372 2013-01-04 Glenn Morris <rgm@gnu.org>
1373
1374 * term.el (term-handle-colors-array): Ensure face attributes
1375 are fully specified, not nil. (Bug#13337)
1376
1377 * term.el (term-default-fg-color, term-default-bg-color):
1378 Fix custom type.
1379
1380 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1381 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1382 rather than 'jka-compr being loaded. (Bug#13338)
1383
1384 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1385
1386 * icomplete.el (icomplete-completions):
1387 Honor icomplete-prospects-height once more following
1388 2012-11-29 changes. (Bug#13224)
1389
1390 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1391
1392 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1393 of called-interactively-p as well (bug#13237).
1394
1395 * view.el (view--enable, view--disable): Rename from view-mode-enable
1396 and view-mode-disable and assume it's called from view-mode.
1397 (view-mode-enable, view-mode-disable): Redefine as obsolete
1398 compatibility layer above view-mode.
1399 (view-mode-enter): Call `view-mode'.
1400
1401 * files.el (after-find-file): Call `view-mode'.
1402
1403 * doc-view.el (doc-view-scale-internally): New var.
1404 (doc-view-enlarge, doc-view-insert-image): Obey it.
1405
1406 2013-01-03 Daiki Ueno <ueno@gnu.org>
1407
1408 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1409 exist. (Bug#13344)
1410
1411 2013-01-03 Glenn Morris <rgm@gnu.org>
1412
1413 * mail/rmail.el (rmail-set-header-1): Ignore case.
1414 Handle multi-line headers. (Bug#13330)
1415
1416 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1417 Handle paragraph starting at beginning of buffer.
1418
1419 * subr.el (eval-after-load): Don't purecopy the form, so that it
1420 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1421
1422 * emacs-lisp/byte-run.el (defun): Place cl declarations
1423 after any interactive spec. (Bug#13265)
1424
1425 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1426
1427 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1428 defun. Don't check for DECL if DOCSTRING isn't a string.
1429 (defun): Likewise.
1430
1431 2013-01-02 Glenn Morris <rgm@gnu.org>
1432
1433 * eshell/em-cmpl.el (eshell-pcomplete):
1434 More thoroughly imitate pcomplete. (Bug#13293)
1435
1436 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1437 Return nil for empty path elements. (Bug#13296)
1438
1439 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1440
1441 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1442 order to improve efficiency (Based on Daniel Colascione's
1443 <dancol@dancol.org> patch). (Bug#13182)
1444
1445 2013-01-02 Glenn Morris <rgm@gnu.org>
1446
1447 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1448
1449 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1450
1451 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1452 neither DOCSTRING nor DECL was given. (Bug#13316)
1453
1454 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1455
1456 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1457 `error' call.
1458 (tramp-do-copy-or-rename-file): Ignore errors when calling
1459 `set-file-extended-attributes'.
1460
1461 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1462 Add handler for `file-acl'.
1463 (tramp-smb-handle-file-acl): New defun.
1464
1465 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1466
1467 * calc/README: Mention ISO 8601 week-numbering dates.
1468
1469 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1470
1471 * view.el (view-mode-enable): New argument run-view-mode-hook.
1472 Run view-mode-hook only when it's non-nil (Bug#13315).
1473 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1474 argument t.
1475
1476 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1477
1478 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1479 (No device connected, invalid device name). (Bug #13299)
1480
1481 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1482
1483 * window.el (window-resizable--p): Rename to window-resizable-p.
1484 (window-resize-no-error): New function.
1485
1486 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1487 broken in fix from 2012-12-28.
1488
1489 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1490
1491 * subr.el (special-form-p): Don't signal errors on undef aliases.
1492
1493 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1494
1495 * calc/calc-forms.el (math-parse-date): Try using
1496 `math-parse-iso-date' when it looks like it might be needed.
1497 Allow times of 24:00.
1498 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1499 of 24:00.
1500
1501 2012-12-30 Glenn Morris <rgm@gnu.org>
1502
1503 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1504 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1505 (rmail-summary-displayed, rmail-summary): Declare.
1506 (mairix-rmail-display): Just require rmail.
1507
1508 2012-12-30 Chong Yidong <cyd@gnu.org>
1509
1510 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1511 check for the tarball contents.
1512
1513 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1514
1515 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1516 tarfile content listings (Bug#13136).
1517
1518 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1519
1520 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1521 Insert the undecoded text of the message being forwarded. (Bug#9521)
1522
1523 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1524
1525 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1526 integers, if they are real numbers. (Bug#13282)
1527
1528 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1529 Return `t' on success.
1530
1531 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1532 Add handler for `set-file-selinux-context'.
1533
1534 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1535
1536 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1537 (tramp-sh-handle-set-file-acl): Return `t' on success.
1538
1539 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1540
1541 * files.el (backup-buffer-copy, basic-save-buffer-2):
1542 If set-file-extended-attributes fails, fall back on set-file-modes
1543 instead of signaling an error. (Bug#13298)
1544 (basic-save-buffer): Likewise.
1545
1546 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1547
1548 * progmodes/python.el: Support other commands triggering
1549 python-indent-line so indentation cycling continues to work.
1550 (python-indent-trigger-commands): New defcustom.
1551 (python-indent-line): Use it.
1552
1553 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1554
1555 * progmodes/python.el (python-shell-send-region): Add blank lines
1556 for non sent code so backtraces remain correct.
1557
1558 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1559
1560 * progmodes/python.el: Remove cl dependency.
1561 (python-syntax-count-quotes): Replace incf call.
1562 (python-fill-string): Replace setf call.
1563
1564 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1565
1566 * info.el (info-other-window): New arg, for consistency with info.
1567
1568 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1569
1570 * mail/rmail.el (rmail-maybe-display-summary):
1571 Rewrite (Bug#13066).
1572
1573 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1574
1575 * epg.el (epg--start): Modify process-environment locally.
1576
1577 2012-12-28 Daiki Ueno <ueno@gnu.org>
1578
1579 * epg.el: Support pinentry-curses.
1580 Suggested by Werner Koch in
1581 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1582 (epg-agent-file, epg-agent-mtime): New variable.
1583 (epg--start): Record the modified time of gpg-agent socket file,
1584 to restore Emacs frame after pinentry-curses termination.
1585 (epg-wait-for-completion): Restore Emacs frame here.
1586
1587 2012-12-27 Juri Linkov <juri@jurta.org>
1588
1589 * info.el (Info-file-completions): New variable.
1590 (Info-read-node-name-1): Complete node names in the Info file
1591 when a file name is given. Call `Info-build-node-completions'
1592 with a file name.
1593 (Info-build-node-completions): Add new arg `file'. When it is
1594 non-nil, visit it in a temporary buffer and cache its completions in
1595 `Info-current-file-completions'. Move most of the function body to
1596 `Info-build-node-completions-1'.
1597 (Info-build-node-completions-1): New function with the body from
1598 `Info-build-node-completions'. (Bug#12456)
1599
1600 2012-12-27 Juri Linkov <juri@jurta.org>
1601
1602 * frame.el (frame-maximization-style): Remove user option.
1603 (cycle-frame-maximized): Remove function.
1604 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1605 (toggle-frame-fullscreen): New command bound to <f11> instead of
1606 `toggle-frame-maximized'.
1607 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1608
1609 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1610
1611 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1612
1613 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1614 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1615 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1616 for `file-accessible-directory-p'. (Bug#13275)
1617
1618 2012-12-27 Sam Steingold <sds@gnu.org>
1619
1620 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1621 continuations, see <http://stackoverflow.com/questions/3582436>.
1622
1623 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1624
1625 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1626 "module" and "def" to have indentation before them.
1627 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1628
1629 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1630
1631 2012-12-27 Alan Mackenzie <acm@muc.de>
1632
1633 Speed up fontification where there's large brace blocks.
1634 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1635 to a call of c-beginning-of-decl-1.
1636
1637 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1638
1639 * comint.el (comint-adjust-window-point): New function.
1640 (comint-postoutput-scroll-to-bottom):
1641 Call comint-adjust-window-point (Bug#13248).
1642
1643 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1644
1645 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1646 Rakefile regexp.
1647 (auto-mode-alist): Associate .gemspec files with ruby-mode
1648 (https://bugs.ruby-lang.org/issues/5453).
1649
1650 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1651
1652 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1653 Suppress coloring, if possible (required for BusyBox based systems like
1654 CyanogenMod).
1655 (tramp-adb-handle-file-attributes)
1656 (tramp-adb-handle-insert-directory)
1657 (tramp-adb-handle-file-name-all-completions): Use it.
1658 (tramp-adb-get-toolbox): New defun. Check for remote shell
1659 implementation (BusyBox or Toolbox).
1660
1661 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1662
1663 * startup.el (initial-buffer-choice): Allow function as value
1664 (Bug#13251).
1665 (command-line-1): Handle case where initial-buffer-choice
1666 specifies a function.
1667 * server.el (server-execute): Handle case where
1668 initial-buffer-choice specifies a function.
1669
1670 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1671
1672 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1673 its own function.
1674 (smtpmail-try-auth-methods): Forget the user name/password if the
1675 login is unsuccessful (bug#12424).
1676
1677 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1678
1679 * notifications.el (notifications-notify): Protect body with
1680 `with-demoted-errors'.
1681
1682 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1683 Check properties of remote device. Restart connection, if there is a
1684 change.
1685
1686 2012-12-21 Chong Yidong <cyd@gnu.org>
1687
1688 * sort.el (sort-subr): Doc fix (Bug#13056).
1689
1690 2012-12-21 Bastien Guerry <bzg@gnu.org>
1691
1692 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1693
1694 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1695
1696 * simple.el (process-file): Overwrite stderr file, if exists.
1697
1698 2012-12-21 Daiki Ueno <ueno@gnu.org>
1699
1700 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1701 (epg-error): Set `error-message' property.
1702
1703 2012-12-21 Chong Yidong <cyd@gnu.org>
1704
1705 * international/mule-cmds.el (read-char-by-name): Signal an error
1706 if the user does not supply a valid character (Bug#13177).
1707
1708 * simple.el (transpose-subr-1): Preserve marker positions by
1709 changing the insertion sequence (Bug#13122).
1710
1711 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1712
1713 * simple.el (kill-region): Deactivate mark even for empty regions
1714 (Bug#13169).
1715
1716 2012-12-21 Chong Yidong <cyd@gnu.org>
1717
1718 * help-fns.el (describe-variable): Make sure we get the right
1719 buffer name (Bug#13105). Suggested by Kelly Dean.
1720
1721 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1722
1723 * comint.el (comint-redirect-previous-input-string): New variable.
1724 (comint-redirect-setup, comint-redirect-cleanup)
1725 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1726 (comint-redirect-preoutput-filter): Fix verbose message.
1727
1728 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1729
1730 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1731 is too long for Tramp. See discussion in
1732 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1733
1734 * progmodes/compile.el (compilation-start): Remove line escape
1735 template.
1736
1737 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1738
1739 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1740 Adjust comment.
1741
1742 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1743
1744 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1745 following non-comment text (bug#13207).
1746 (lm-header-multiline): Continuation lines need to be indented more than
1747 the first line.
1748 (lm-homepage): New function.
1749 (lm-with-file): Don't be confused if narrowing is in effect.
1750
1751 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1754 very beginning of a hunk (e.g. killing the first line).
1755
1756 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1757
1758 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1759 and text properties from returned ACL string.
1760 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1761 for "setfacl" command.
1762
1763 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1766 `tramp-cleanup-this-connection', when the process has died.
1767 (Bug#13151)
1768
1769 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1770
1771 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1772
1773 2012-12-17 Kevin Ryde <user42@zip.com.au>
1774
1775 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1776
1777 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1778
1779 Add support for preserving ACL entries of files.
1780
1781 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1782 `set-file-acl' handlers.
1783
1784 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1785 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1786
1787 * net/tramp-compat.el (tramp-compat-copy-file):
1788 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1789
1790 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1791 Add `file-acl' and `set-file-acl' handlers.
1792 (tramp-gvfs-handle-copy-file):
1793 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1794 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1795 New defuns.
1796
1797 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1798 Add `file-acl' and `set-file-acl' handlers.
1799 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1800 (tramp-sh-handle-set-file-acl): New defuns.
1801 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1802 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1803
1804 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1805 Add `file-acl' and `set-file-acl' handlers.
1806 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1807
1808 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1809
1810 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1811 use pop-to-buffer with NORECORD argument t. As buffer name, use
1812 *Metahelp* with a leading space (Bug#13190).
1813
1814 2012-12-16 Romain Francoise <romain@orebokech.com>
1815
1816 * files.el (file-extended-attributes)
1817 (set-file-extended-attributes): New functions.
1818 (backup-buffer): Use them to handle both SELinux context and ACL
1819 entries.
1820 (backup-buffer-copy): Work with an alist of extended attributes,
1821 rather than an SELinux context.
1822 (basic-save-buffer-2): Ditto.
1823
1824 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1825
1826 * battery.el (battery-bsd-apm): New function.
1827
1828 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1829
1830 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1831 standard date formats.
1832
1833 2012-12-15 Juri Linkov <juri@jurta.org>
1834
1835 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1836 `isearch-insert-char-by-name'.
1837 (with-isearch-suspended): New defmacro with body mostly from
1838 `isearch-edit-string' except the part that sets
1839 `isearch-new-string' and `isearch-new-message'.
1840 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1841 body that sets `isearch-new-string' and `isearch-new-message'.
1842 (isearch-insert-char-by-name): New command.
1843 * international/mule-cmds.el (read-char-by-name): Let-bind
1844 `enable-recursive-minibuffers' to t.
1845 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1846
1847 2012-12-15 Juri Linkov <juri@jurta.org>
1848
1849 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1850 (Bug#13175)
1851
1852 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1853
1854 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1855 the prompt. (Bug#13045)
1856
1857 2012-12-14 Glenn Morris <rgm@gnu.org>
1858
1859 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1860 Try to include filename in non-bytecomp warning. (Bug#13132)
1861
1862 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1863
1864 Fix permissions bugs with setgid directories etc. (Bug#13125)
1865 * files.el (backup-buffer): Don't rely on 9th output of
1866 file-attributes, as it's now a placeholder. Instead, use the new
1867 optional arg of file-ownership-preserved-p.
1868 (file-ownership-preserved-p): New optional arg GROUP.
1869 Fix mishandling of setuid directories that would cause this
1870 function to return t when it should have returned nil.
1871 Document what happens if the file does not exist, and when
1872 it's not known whether the ownership will be preserved.
1873 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1874 Likewise.
1875 (tramp-get-local-gid): Use group-gid for integer, as that's
1876 faster and more reliable.
1877
1878 2012-12-14 Julien Danjou <julien@danjou.info>
1879
1880 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1881 Update keywords list, data type and PL/pgSQL.
1882
1883 2012-12-14 Dave Abrahams <dave@boostpro.com>
1884
1885 * vc/ediff-util.el (ediff-buffer-type): New function.
1886 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1887 rather than taking it as as argument.
1888 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1889
1890 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1891
1892 * json.el: Add pretty-print option (bug#12634).
1893 (json-encoding-separator, json-encoding-default-indentation)
1894 (json--encoding-current-indentation, json-encoding-pretty-print)
1895 (json-encoding-lisp-style-closings): New vars.
1896 (json--with-indentation): New macro.
1897 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1898 (json-encode-array): Use it to obey json-encoding-pretty-print.
1899 (json-pretty-print-buffer, json-pretty-print): New commands.
1900
1901 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1902
1903 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1904 Extract `ruby-syntax-propertize-expansions'.
1905 (ruby-syntax-propertize-expansions): Only change syntax on
1906 certain string delimiters, to punctuation. This way the common
1907 functions like forward-word and thing-at-point still work.
1908 (ruby-match-expression-expansion): Improve readability.
1909 (ruby-block-contains-point): New function.
1910 (ruby-add-log-current-method): Handle several edge cases.
1911
1912 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1913
1914 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1915 unload-feature finishes even when aborting an ongoing edebug session.
1916 Also, do not worry about edebug-mode, unload-feature takes care of it.
1917
1918 2012-12-13 Andreas Schwab <schwab@suse.de>
1919
1920 * net/tls.el (tls-program): Update customize type.
1921
1922 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1923
1924 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1925 (edebug-setup-hook, cl-read-load-hooks): Use it.
1926 (edebug-unload-function): New function. (Bug#13163)
1927
1928 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
1931 Otherwise, there could be errors in autoloading. (Bug#13151)
1932
1933 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
1934
1935 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
1936 sequences.
1937
1938 2012-12-13 Alan Mackenzie <acm@muc.de>
1939
1940 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
1941 * progmodes/cc-engine.el (c-backward-comments): Add code to work
1942 around `forward-comment' not recognizing ^M as whitespace.
1943
1944 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
1945
1946 * progmodes/python.el (python-skeleton-class)
1947 (python-skeleton-def): Do not add space after defun name.
1948
1949 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
1950
1951 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
1952 (cl--symbol-function): Remove (now that funbound is like nil).
1953
1954 2012-12-12 Glenn Morris <rgm@gnu.org>
1955
1956 * button.el (button--area-button-p): Fix typo.
1957
1958 2012-12-12 Sam Steingold <sds@gnu.org>
1959
1960 * frame.el (frame-maximization-style): New user option.
1961 (toggle-frame-maximized): Toggle frame maximization according to
1962 `frame-maximization-style', bound to <f11>.
1963 (cycle-frame-maximized): Cycle between all maximization styles and
1964 non-maximized frame, bound to shift-<f11>.
1965
1966 2012-12-12 David Cadé <codename68@gmail.com>
1967
1968 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
1969
1970 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
1971
1972 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
1973 (eieio-override-prin1): Don't quote kewords and booleans.
1974 (object-write) <eieio-default-superclass>: Don't put closing parens
1975 on new line, avoid needless empty lines, align values that are objects
1976 with the slot keyword (instead of beginning on the same line).
1977 (eieio-list-prin1): Align value with slot keyword; increase
1978 eieio-print-depth before printing members of the list.
1979
1980 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
1981
1982 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
1983 a display text-property.
1984 (report-emacs-bug-hook): Don't bother deleting it any more.
1985
1986 * hilit-chg.el (highlight-save-buffer-state): Delete.
1987 Use with-silent-modifications instead.
1988 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
1989
1990 * button.el: Handle buttons in display text-properties.
1991 (button--area-button-p, button--area-button-string):
1992 Use (STRING . STRING-POS) representation instead of just STRING.
1993
1994 2012-12-11 Eli Zaretskii <eliz@gnu.org>
1995
1996 * makefile.w32-in (compile4-SH): Fix a typo that caused term
1997 subdirectory be skipped.
1998
1999 2012-12-11 Glenn Morris <rgm@gnu.org>
2000
2001 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2002
2003 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2004 Treat preprocessor lines embedded in continuations like comments.
2005 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2006
2007 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2008
2009 * calc/calc.el (calc-standard-date-formats): Add more date
2010 formats.
2011 * calc/calc-forms.el (math-parse-iso-date): New function.
2012 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2013 (math-parse-iso-date-validate): Add extra error checking.
2014 (calc-date-notation): Add ability to access new date formats.
2015
2016 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2017
2018 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2019 font-lock as well as when there's no text-property.
2020
2021 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2022
2023 * hi-lock.el: Refine the choice of default face.
2024 (hi-lock-keyword->face): New function. Use it wherever we used
2025 cadadadr instead.
2026 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2027 (hi-lock--last-face): Remove var.
2028 (hi-lock--unused-faces): New var to replace it.
2029 (hi-lock-read-face-name): Use/maintain it.
2030 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2031 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2032 if it has another face.
2033
2034 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2035
2036 * subr.el (w32notify-handle-event): New function.
2037 (inotify-handle-event): Doc fix.
2038
2039 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2040
2041 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2042
2043 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2044
2045 * simple.el (just-one-space): Doc fix.
2046
2047 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2048
2049 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2050
2051 2012-12-10 Le Wang <l26wang@gmail.com>
2052
2053 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2054 narrowed buffer (bug#12361).
2055
2056 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * vc/vc-hooks.el (vc-state): Doc fix.
2059
2060 2012-12-10 Glenn Morris <rgm@gnu.org>
2061
2062 * mail/rmail.el (rmail-maybe-display-summary):
2063 Preserve buffer, in case select-window changes it. (Bug#13066)
2064
2065 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2068 cl-load-hook where they belong.
2069
2070 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2073
2074 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2075
2076 Parallelize byte compilation on MS-Windows.
2077 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2078 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2079 (WINS_BASIC): Define as concatenation of the above.
2080 (compile): Subdivide into 4 separate and independent jobs that can
2081 be run in parallel.
2082 (compile0-CMD, compile0-SH): New targets for compiling
2083 COMPILE_FIRST files, which are prerequisites for the rest of the
2084 byte-compilation.
2085 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2086 New targets for parallel compilation with cmd.exe.
2087 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2088 compiling under a Unixy shell.
2089
2090 2012-12-09 Chong Yidong <cyd@gnu.org>
2091
2092 * simple.el (set-mark-default-inactive): Delete this
2093 accidentally-introduced option.
2094 (set-mark-command, exchange-point-and-mark): Remove calls.
2095
2096 2012-12-09 Glenn Morris <rgm@gnu.org>
2097
2098 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2099 Respect a defcustom's :set function, if appropriate. (Bug#109)
2100 (eval-defun): Doc fix.
2101
2102 2012-12-08 Juri Linkov <juri@jurta.org>
2103
2104 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2105 (Info-fontify-node, Info-bookmark-make-record): Remove the
2106 file extension from Info-current-file (Bug#13016).
2107
2108 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2111 point, still provide some default.
2112 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2113 names, since we don't use it right now. Actually return the list.
2114 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2115
2116 2012-12-07 Chong Yidong <cyd@gnu.org>
2117
2118 * novice.el (disabled-command-function): Remove a spurious help
2119 xref (Bug#13043). Suggested by Kelly Dean.
2120
2121 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2122 syntax is specified (Bug#13025).
2123
2124 * info.el (Info-set-mode-line): Remove the file extension from
2125 Info-current-file if there is one (Bug#13016).
2126
2127 2012-12-07 Glenn Morris <rgm@gnu.org>
2128
2129 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2130 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2131 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2132 and rmail-mime-decoded. (Bug#9841)
2133
2134 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2135 (batch-unrmail, unrmail): Doc fixes.
2136 (unrmail): Respect unrmail-mbox-format.
2137 * mail/rmail.el (rmail-mbox-format): New option.
2138 (rmail-show-message-1): Respect rmail-mbox-format.
2139
2140 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2143
2144 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2145
2146 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2147 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2148 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2149 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2150 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2151 (cl-progv): Don't rely on dynamic scoping to find the body.
2152 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2153 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2154 (cl-declaim): Use backquotes.
2155 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2156 Use "cl--" prefix for the object's tag.
2157
2158 * ses.el: Use advice-add/remove.
2159 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2160 (copy-region-as-kill, yank): Use advice-add.
2161 (ses-unload-function): Use advice-remove.
2162
2163 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2164
2165 * button.el: Make them work in header-lines (bug#12817).
2166 (button-map): Add bindings for header-line and mode-line use.
2167 (button-get, button-put, button-label): `button' may now be a string.
2168 (button-activate): Don't make it a defsubst.
2169 (button--area-button-p, button--area-button-string): New functions.
2170 (make-text-button): Fix the return value when `beg' was a string.
2171 (push-button): Handle the mode-line case.
2172
2173 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2176 (sql-signum): Remove. Use `cl-signum' instead.
2177 (sql-read-passwd): Remove; use read-passwd instread.
2178 (sql-get-login-ext): Use read-string.
2179 (sql-get-login): Use dolist and pcase.
2180 (sql--completion-table): Rename from sql-try-completion.
2181 Use complete-with-action.
2182 (sql-mode): Don't change abbrev-all-caps globally.
2183 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2184 (sql-postgres-completion-object): Initialize vars in their `let'.
2185 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2186 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2187 (sql-comint-interbase): Use a single append, without setq.
2188 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2189
2190 * hi-lock.el: Rework the default face and the serialize regexp code.
2191 (hi-lock--auto-select-face-defaults): Remove.
2192 (hi-lock-string-serialize-serial): Remove.
2193 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2194 make weak.
2195 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2196 equal string.
2197 (hi-lock-set-pattern): Adjust accordingly.
2198 (hi-lock--regexps-at-point): Simplify accordingly.
2199 (hi-lock--auto-select-face-defaults): Remove.
2200 (hi-lock--last-face): New var to replace it.
2201 (hi-lock-read-face-name): Rewrite (bug#11095).
2202 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2203
2204 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2205
2206 * net/tramp.el (tramp-replace-environment-variables):
2207 Hide compiler warning.
2208 (tramp-file-name-for-operation): Remove `executable-find',
2209 `start-process', `call-process' and `call-process-region'.
2210
2211 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2212
2213 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2214 compatibility.
2215
2216 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2217
2218 2012-12-06 Chong Yidong <cyd@gnu.org>
2219
2220 * ffap.el (ffap-replace-file-component): Fix typo.
2221
2222 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2225 fix open-paren-like token test (bug#12785).
2226
2227 2012-12-06 Glenn Morris <rgm@gnu.org>
2228
2229 * mail/rmailsum.el (rmail-new-summary): Tweak for
2230 rmail-maybe-display-summary changing buffer. (Bug#13066)
2231
2232 2012-12-06 Juri Linkov <juri@jurta.org>
2233
2234 * info.el (Info-fontify-node): Don't hide the last newline.
2235 (Bug#12272)
2236
2237 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2238
2239 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2240 so as to enable message-read-from-minibuffer to expand mail aliases.
2241
2242 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2243
2244 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2245 the `intangible' property.
2246 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2247
2248 2012-12-05 Deniz Dogan <deniz@dogan.se>
2249
2250 * net/rcirc.el (rcirc-urls): Update documentation.
2251 (rcirc-condition-filter): New function.
2252 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2253 and exclude consecutive duplicate URLs (Bug#6082).
2254
2255 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2256
2257 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2258 Check return code of copy command.
2259
2260 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2261 Use group `tramp'. Add version.
2262
2263 2012-12-05 Chong Yidong <cyd@gnu.org>
2264
2265 * ffap.el (ffap-url-regexp): Don't require matching at front of
2266 string (Bug#4952).
2267 (ffap-url-p): If only a substring matches, return that.
2268 (ffap-url-at-point): Use the return value of ffap-url-p.
2269 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2270 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2271 (ffap-guess-file-name-at-point): Likewise.
2272 (ffap-replace-file-component): Fix typo.
2273
2274 * info.el (info-display-manual): Add existing Info buffers, whose
2275 files may not be in Info-directory-list, to the completion.
2276 (info--manual-names): New helper function.
2277
2278 2012-12-05 Glenn Morris <rgm@gnu.org>
2279
2280 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2281 New functions, for detecting and resolving conflicts. (Bug#10709)
2282
2283 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2284
2285 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2286 (hi-lock-auto-select-face-defaults): New buffer local variable.
2287 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2288 (hi-lock-unface-buffer): Prompt user with useful defaults.
2289 With prefix arg, unhighlight all hi-lock patterns in buffer.
2290
2291 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2294
2295 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2296
2297 * Makefile.in (TRAMP_SRC):
2298 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2299
2300 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2301
2302 * net/tramp-adb.el: New package.
2303
2304 2012-12-04 Chong Yidong <cyd@gnu.org>
2305
2306 * terminal.el: Move to obsolete/.
2307
2308 * longlines.el: Move to obsolete/.
2309
2310 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2311 Remove code referring to longlines mode.
2312
2313 2012-12-03 Juri Linkov <juri@jurta.org>
2314
2315 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2316
2317 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2318
2319 * textmodes/ispell.el (ispell-init-process)
2320 (ispell-start-process, ispell-internal-change-dictionary):
2321 Make sure personal dictionary name is expanded after initial
2322 `default-directory' value. Use expanded strings for
2323 keep/restart checks and for value (Bug#13019).
2324
2325 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2326
2327 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2328
2329 2012-12-03 Leo Liu <sdl.web@gmail.com>
2330
2331 * files.el (dir-locals-read-from-file): Check file non-empty
2332 before reading. (Bug#13038)
2333
2334 2012-12-03 Glenn Morris <rgm@gnu.org>
2335
2336 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2337 Remove any version extension before checking filename. (Bug#13006)
2338 (jka-compr-compression-info-list): Belated :version bump.
2339
2340 2012-12-03 Chong Yidong <cyd@gnu.org>
2341
2342 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2343
2344 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2345 (buffer-menu): Doc fix (Bug#12294).
2346
2347 2012-12-03 Roland Winkler <winkler@gnu.org>
2348
2349 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2350 of diary-show-all-entries in the diary buffer (Bug#12994).
2351
2352 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2353
2354 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2355 "<STDIN>". This is binary safe.
2356
2357 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2358
2359 * calc/calc-forms.el (math-absolute-from-iso-dt)
2360 (math-date-to-iso-dt, math-parse-iso-date-validate)
2361 (math-iso-dt-to-date): New functions.
2362 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2363 (math-fd-isoweekday): New variables.
2364 (calc-date-notation, math-parse-standard-date, math-format-date)
2365 (math-format-date-part): Add support for more formatting codes.
2366
2367 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2368
2369 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2370 current buffer's file name when called interactively (Bug#12488).
2371
2372 2012-12-02 Juri Linkov <juri@jurta.org>
2373
2374 * info.el (info-display-manual): Don't clobber an existing Info
2375 buffer (Bug#10770). Add completion (Bug#10771).
2376
2377 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2378
2379 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2380 before using it for comparison (Bug#5297).
2381
2382 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2383
2384 * textmodes/css-mode.el (css-current-defun-name): New function.
2385 (css-mode): Use it.
2386
2387 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2388 (html-mode): Use it.
2389
2390 2012-12-01 Chong Yidong <cyd@gnu.org>
2391
2392 Modularize add-log-current-defun (Bug#2224).
2393 Suggested by Jari Aalto.
2394
2395 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2396 (add-log-current-defun): Move mode-specific code to other files.
2397 (add-log-lisp-like-modes, add-log-c-like-modes)
2398 (add-log-tex-like-modes): Variables deleted.
2399
2400 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2401 (lisp-mode-variables): Use it.
2402
2403 * progmodes/cc-mode.el (c-common-init):
2404 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2405 add-log-current-defun-function.
2406
2407 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2408 (m4-mode): Use it.
2409
2410 * progmodes/perl-mode.el (perl-current-defun-name): New.
2411 (perl-mode): Use it.
2412
2413 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2414 Use lisp-current-defun-name.
2415
2416 * textmodes/tex-mode.el (tex-current-defun-name): New.
2417 (tex-common-initialization): Use it.
2418
2419 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2420 (texinfo-mode): Use it.
2421
2422 2012-12-01 Chong Yidong <cyd@gnu.org>
2423
2424 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2425 * progmodes/autoconf.el (autoconf-mode):
2426 * progmodes/js.el (js-mode):
2427 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2428 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2429 * progmodes/perl-mode.el (perl-mode):
2430 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2431 * textmodes/css-mode.el (css-mode):
2432 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2433 (sgml-tags-invisible, sgml-guess-indent):
2434 * textmodes/tex-mode.el (tex-common-initialization)
2435 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2436 (doctex-mode, plain-tex-mode, latex-mode):
2437 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2438
2439 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2440
2441 * vc/vc-hg.el (vc-hg-next-revision):
2442 Ensure use of default "tip" output format. (Bug#6968)
2443
2444 2012-12-01 Kim F. Storm <storm@cua.dk>
2445
2446 * startup.el (fancy-startup-tail): Add a clickable link
2447 (Bug#2176).
2448
2449 2012-12-01 Chong Yidong <cyd@gnu.org>
2450
2451 * startup.el (fancy-startup-tail): Improve the message about
2452 auto-save files (Bug#2176).
2453
2454 * files.el (recover-session): Improve the descriptive message, and
2455 use substitute-command-keys.
2456
2457 2012-12-01 Glenn Morris <rgm@gnu.org>
2458
2459 * ido.el (ido-file-internal):
2460 Handle other-window, other-frame for dired. (Bug#13036)
2461
2462 2012-11-30 Glenn Morris <rgm@gnu.org>
2463
2464 * icomplete.el (icomplete-separator): Fix :version.
2465
2466 2012-11-30 Chong Yidong <cyd@gnu.org>
2467
2468 * shell.el (shell): For C-u M-x shell, use an inactive shell
2469 buffer as the default (Bug#1975).
2470 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2471 (shell-mode): Use them to reapply ansi colorization if Shell mode
2472 is re-enabled.
2473
2474 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2475
2476 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2477
2478 2012-11-30 Samuel Bronson <naesten@gmail.com>
2479
2480 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2481 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2482
2483 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2484
2485 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2486 by move-to-column (Bug#3234).
2487
2488 2012-11-30 Chong Yidong <cyd@gnu.org>
2489
2490 * longlines.el (longlines-wrap-line, longlines-encode-region):
2491 Preserve text properties (Bug#1425).
2492
2493 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2494
2495 * vc/vc.el (vc-register): Allow registering a file which is
2496 already registered with a different backend (Bug#10589).
2497
2498 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2499 Stefan Monnier <monnier@iro.umontreal.ca>
2500
2501 * icomplete.el: Change separator; add ido-style commands.
2502 (icomplete-show-key-bindings): Remove custom var.
2503 (icomplete-get-keys): Remove function.
2504 (icomplete-forward-completions, icomplete-backward-completions):
2505 New commands.
2506 (icomplete-minibuffer-map): New var.
2507 (icomplete-minibuffer-setup): Use it.
2508 (icomplete-exhibit): Don't delay if the list of completions is known.
2509 (icomplete-separator): New custom.
2510 (icomplete-completions): Use it.
2511 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2512 (minibuffer-force-complete-and-exit): New command.
2513 (minibuffer--complete-and-exit): New function extracted from
2514 minibuffer-complete-and-exit.
2515 (minibuffer-complete-and-exit): Use it.
2516
2517 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2518 error message when the file doesn't exist (bug#12974).
2519
2520 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2521
2522 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2523
2524 2012-11-29 Glenn Morris <rgm@gnu.org>
2525
2526 * files.el (hack-dir-local-variables): Warn if try to set
2527 coding via dir-locals, since it doesn't work. (Bug#7169)
2528
2529 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2530 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2531 Set buffer-local value of desktop-save-buffer.
2532 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2533 New functions.
2534 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2535 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2536
2537 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2538 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2539 Doc fix.
2540 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2541 Doc fixes.
2542
2543 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2544
2545 * calc/calc-forms.el (calc-date-notation): Fix regexp
2546 used to find time codes. Fix symbol for seconds.
2547
2548 2012-11-27 Glenn Morris <rgm@gnu.org>
2549
2550 * emacs-lisp/derived.el (derived-mode-make-docstring):
2551 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2552
2553 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2554
2555 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2556 lexically scoped variables (bug#13005).
2557
2558 2012-11-27 Glenn Morris <rgm@gnu.org>
2559
2560 * vc/vc-hooks.el (vc-mistrust-permissions):
2561 Default to t, to avoid data-loss. (Bug#11490)
2562
2563 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2564
2565 * progmodes/python.el (python-indent-guess-indent-offset):
2566 If indentation is guessed make python-indent-offset buffer-local.
2567
2568 Fix Imenu regression.
2569 * progmodes/python.el (python-nav-beginning-of-defun):
2570 Fix forward movement when statement(s) separates point from defun.
2571 (python-imenu-prev-index-position): New function.
2572
2573 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2574
2575 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2576
2577 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2578 Don't set buffer-file-type. Return nil. (Bug#12989)
2579
2580 2012-11-27 Glenn Morris <rgm@gnu.org>
2581
2582 * hippie-exp.el (hippie-expand-try-functions-list):
2583 Re-autoload it. (Bug#12982)
2584
2585 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2586
2587 * descr-text.el (describe-char-padded-string):
2588 Call internal-char-font only on GUI frames. (Bug#11964)
2589
2590 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2591
2592 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2593 and obsoletion message.
2594
2595 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2598 the constructs to keep outside of the `cl-block' (bug#12977).
2599
2600 2012-11-27 Chong Yidong <cyd@gnu.org>
2601
2602 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2603 keep reading until we get the up-event anyway, in order to process
2604 the up-event for mouse-1-click-follows-link (Bug#12971).
2605
2606 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2609 base function is not yet defined (bug#12965).
2610 (ad-activate-advised-definition): Use ad-compile-function.
2611 (ad-activate): Use cond.
2612
2613 2012-11-25 Leo Liu <sdl.web@gmail.com>
2614
2615 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2616 (Bug#12979)
2617
2618 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2619
2620 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2621 reftex-section-info-function in order to be compatible with
2622 Texinfo integration.
2623
2624 * textmodes/reftex.el (reftex-section-pre-regexp)
2625 (reftex-section-post-regexp, reftex-section-info-function):
2626 New variable.
2627 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2628 reftex-section-post-regexp, and reftex-section-info-function in order
2629 to be compatible with Texinfo integration.
2630
2631 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2632 use reftex-section-pre-regexp variable in order to be compatible with
2633 Texinfo integration.
2634
2635 2012-11-25 Chong Yidong <cyd@gnu.org>
2636
2637 * faces.el: Make face-spec-set more analogous to setq.
2638 (face-spec-set): Change the third arg to specify whether this
2639 function is being called via defface, customize, or a third party.
2640 Set the appropriate symbol properties. Clear the override spec if
2641 setting via Custom. Initialize face if necessary. (Bug#4988)
2642 (face-spec-recalc): Allow theme faces to completely replace the
2643 defface spec, in the same way as custom faces (Bug#8454).
2644
2645 * cus-face.el (custom-declare-face): Move face initialization to
2646 face-spec-set.
2647 (custom-theme-set-faces): Don't initialize the face name here, as
2648 that is now done in face-spec-set.
2649
2650 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2651 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2652 Simplify by using the new arg to face-spec-set.
2653
2654 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2655 reset face-override-spec too, and use custom-declare-face.
2656
2657 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2658
2659 * term/ns-win.el (ns-initialize-window-system): Move creation of
2660 fontsets here (Bug#11964).
2661
2662 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2663
2664 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2665 cell renaming.
2666
2667 2012-11-24 Chong Yidong <cyd@gnu.org>
2668
2669 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2670 obsolete.
2671
2672 * custom.el (custom-theme-set-variables): Use a topological sort
2673 for ordering by custom dependencies (Bug#12952).
2674 (custom--sort-vars, custom--sort-vars-1): New functions.
2675
2676 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2679 lexical-binding (bug#12938).
2680
2681 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2682
2683 * image-mode.el (image-transform-check-size): Use assertions only
2684 for images of type imagemagick.
2685
2686 Otherwise no error, image-transform-fit-to-{width,height} is
2687 silently ignored, as before. Doc fix.
2688
2689 2012-11-24 Chong Yidong <cyd@gnu.org>
2690
2691 * faces.el (color-defined-p): Doc fix (Bug#12853).
2692
2693 2012-11-24 Juri Linkov <juri@jurta.org>
2694
2695 * dired.el (dired-mark): Add optional arg `interactive'.
2696 Check for `use-region-p' if `interactive' is non-nil.
2697 (dired-unmark, dired-flag-file-deletion): Add optional arg
2698 `interactive'. Call `dired-mark' with the arg `interactive'.
2699 (Bug#10624)
2700
2701 * wdired.el: Revert 2012-10-17 change partly and replace it with
2702 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2703 (wdired-finish-edit): Add marks for new file names to
2704 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2705 after `revert-buffer'.
2706 (wdired-do-renames): Remove calls to `dired-remove-file',
2707 `dired-add-file', `dired-add-entry'. (Bug#11795)
2708
2709 2012-11-24 Alan Mackenzie <acm@muc.de>
2710
2711 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2712
2713 Fix bugs in the state cache. Enhance a debugging mechanism.
2714 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2715 "brace at column zero" strategy for C++.
2716 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2717 (c-parse-state-point): New variable.
2718 (c-record-parse-state-state): Record old parse state with
2719 `copy-tree'. Record previous value of point.
2720 (c-debug-parse-state-double-cons): New debugging function.
2721 (c-debug-parse-state): Call the above new function.
2722 (c-toggle-parse-state-debug): Output a confirmatory message.
2723
2724 * progmodes/cc-mode.el (c-before-change, c-after-change):
2725 Call c-invalidate-state-cache from `c-before-change' instead of
2726 `c-after-change'.
2727
2728 2012-11-23 Chong Yidong <cyd@gnu.org>
2729
2730 * find-cmd.el (find-constituents): Add executable, ipath,
2731 readable, samefile, writable, daystart, regextype (Bug#12856).
2732
2733 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2736
2737 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2738
2739 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2740 definition. This fixes a bootstrap failure.
2741 (calc-gregorian-switch): In menu, put dates before regions.
2742 This is easier to follow, lines up better in the menu, and lets us
2743 coalesce regions that switch at the same time. Give country
2744 names, not "Vatican", as that's better for non-expert users.
2745 Use names that are stable between the date of switch and now, e.g.,
2746 Bohemia and Moravia (which existed then and now) and not
2747 Czechoslovakia (which didn't exist then and doesn't exist now).
2748 What is now the U.S. mostly did not switch at the same time as
2749 Britain, so omit the U.S. Correct spelling of "Britain".
2750 Catholic Switzerland was too much of a mess, so omit it.
2751
2752 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2753
2754 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2755 after the variable is changed.
2756
2757 2012-11-21 Daniel Colascione <dancol@dancol.org>
2758
2759 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2760 in SQL declarations for font-lock.
2761 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2762
2763 2012-11-21 Glenn Morris <rgm@gnu.org>
2764
2765 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2766 (face-italic-p): Add optional argument "inherit".
2767
2768 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2769 Remove -p suffix from names, for consistency with other set-face-*.
2770 (set-face-inverse-video): Fix interactive spec.
2771 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2772 * textmodes/table.el (table--update-cell-face):
2773 Use set-face-inverse-video rather than now obsolete alias.
2774
2775 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2776
2777 * simple.el (line-move): Don't call line-move-partial if
2778 scroll-conservatively is in effect. (Bug#12927)
2779
2780 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2783 Fallback on completion-at-point rather than
2784 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2785 (eshell-cmpl-initialize): Setup completion-at-point.
2786
2787 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2788
2789 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2790
2791 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2792
2793 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2794 are remote, check out-of-band property for both.
2795
2796 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2797
2798 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2799 code rewrite.
2800
2801 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2802
2803 More minor time fixes.
2804 * calendar/time-date.el: Commentary fix.
2805 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2806 too much other code depends on (0 0) time stamps.
2807 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2808 Add a couple of FIXME comments.
2809
2810 Minor cleanup for times as lists of four integers.
2811 * files.el (dir-locals-directory-cache):
2812 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2813 Doc fixes.
2814 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2815 * ps-bdf.el (bdf-file-newer-than-time):
2816 Process four-integers time stamps, not two. Doc fixes.
2817
2818 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * uniquify.el (uniquify-managed): Use defvar-local.
2821 (rename-buffer, create-file-buffer): Advise with advice-add.
2822 (uniquify-unload-function): Unadvise accordingly.
2823
2824 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2825 (trace-buffer): Don't purecopy.
2826 (trace-entry-message, trace-exit-message): Add `context' arg.
2827 (trace--timer): New var.
2828 (trace-make-advice): Adjust for use in nadvice.
2829 Add `context' argument. Delay `display-buffer' via a timer.
2830 (trace-function-internal): Use advice-add.
2831 (trace--read-args): New function.
2832 (trace-function-foreground, trace-function-background): Use it.
2833 (trace-function): Rename to trace-function-foreground and redefine as
2834 an alias to that new name.
2835 (untrace-function, untrace-all): Adjust to the use of nadvice.
2836
2837 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2838
2839 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2840
2841 * subr.el (called-interactively-p-functions): New var.
2842 (internal--called-interactively-p--get-frame): New macro.
2843 (called-interactively-p, interactive-p): Rewrite in Lisp.
2844 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2845 (called-interactively-p-functions): Use it.
2846 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2847 (called-interactively-p-functions): Use it.
2848 * allout.el (allout-called-interactively-p): Don't assume
2849 called-interactively-p is a subr.
2850
2851 2012-11-20 Glenn Morris <rgm@gnu.org>
2852
2853 * profiler.el (profiler-report-mode-map): Add a menu.
2854 No need to bind `q' because we derive from special-mode.
2855 (profiler-report-find-entry): Handle calls from the menu-bar.
2856
2857 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * emacs-lisp/byte-run.el (defun-declarations-alist):
2860 Allow a compiler-macro to be a lambda expression.
2861
2862 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2863 eval-when-compile.
2864 (python-syntax-context): Add compiler-macro.
2865 (python-font-lock-keywords): Simplify with De Morgan.
2866
2867 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2868
2869 * files.el (load-file): Require match in minibuffer selection, as was
2870 the case in Emacs-20 before we changed the spec to allow .elc files
2871 (bug#12935).
2872
2873 * json.el: Don't require cl since we don't use it.
2874 * color.el: Don't require cl.
2875 (color-complement): `caddr' -> `nth 2'.
2876
2877 * calendar/time-date.el (time-to-seconds): De-obsolete.
2878
2879 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2880
2881 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2882 year numbers.
2883 (math-date-to-julian-dt): Adjust the initial approximation for the
2884 year to deal with the new definition of the DATE.
2885
2886 2012-11-19 Daniel Colascione <dancol@dancol.org>
2887
2888 * term/w32-win.el (cygwin-convert-path-from-windows):
2889 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2890
2891 2012-11-18 Chong Yidong <cyd@gnu.org>
2892
2893 * filecache.el (file-cache--read-list): New function.
2894 (file-cache-add-directory-list, file-cache-add-file-list)
2895 (file-cache-delete-file-list, file-cache-delete-directory-list):
2896 Use it to read a list of files or directories (Bug#12846).
2897 (file-cache-add-file, file-cache-add-directory)
2898 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2899 (file-cache-delete-directory): Print an message.
2900
2901 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2902
2903 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2904 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2905
2906 2012-11-18 Glenn Morris <rgm@gnu.org>
2907
2908 * image.el (insert-image, insert-sliced-image): Doc fix.
2909
2910 2012-11-18 Chong Yidong <cyd@gnu.org>
2911
2912 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2913 (Bug#12810).
2914
2915 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2916
2917 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2918 response when the target file is in a subdirectory (Bug#12757).
2919
2920 2012-11-18 Chong Yidong <cyd@gnu.org>
2921
2922 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2923
2924 2012-11-18 Glenn Morris <rgm@gnu.org>
2925
2926 * emacs-lisp/cl-lib.el (face-underline-p):
2927 Use set-face-underline rather than the alias set-face-underline-p.
2928
2929 * window.el (with-temp-buffer-window): Doc fix.
2930 * subr.el (with-output-to-temp-buffer):
2931 Add doc xref to with-temp-buffer-window.
2932
2933 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
2936 * calc/calc.el (math-format-date-cache): Declare.
2937
2938 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
2939
2940 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
2941 It also uses January 1, 1 AD as its day number 1.
2942 * calc/calc-forms.el (math-julian-date-beginning)
2943 (math-julian-date-beginning-int): Implement this.
2944
2945 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
2946
2947 * descr-text.el (quail-find-key):
2948 * dired.el (desktop-file-name):
2949 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
2950 * generic-x.el (comint-mode, comint-exec):
2951 * image-dired.el (widget-forward):
2952 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
2953 (speedbar-change-expand-button-char)
2954 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
2955 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
2956 * printing.el (easy-menu-add-item, easy-menu-remove-item)
2957 (widget-field-action, widget-value-set):
2958 * speedbar.el (imenu--make-index-alist):
2959 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
2960 (ring-length, ring-insert):
2961 * vcursor.el (compare-windows-skip-whitespace):
2962 * woman.el (dired-get-filename):
2963 Declare functions.
2964
2965 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
2966
2967 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
2968
2969 * calc/calc.el (calc-gregorian-switch): New variable.
2970
2971 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
2972 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
2973 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
2974 (math-leap-year-p): Add option to distinguish between Julian
2975 and Gregorian calendars.
2976 (math-day-number): Use `math-day-in-year' to do the computations.
2977 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
2978 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
2979 to do the computations.
2980 (math-date-to-dt): Use `math-date-to-julian-dt' and
2981 `math-date-to-gregorian-dt' to do the computations.
2982 (calcFunc-weekday, math-format-date-part): Use the new version of
2983 the DATE to determine the weekday.
2984 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
2985 when necessary.
2986
2987 2012-11-17 Eli Zaretskii <eliz@gnu.org>
2988
2989 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
2990 Cygwin; otherwise use 'file:'. (Bug#12914)
2991 (cygwin-convert-path-from-windows): Declare, to avoid
2992 byte-compiler warnings.
2993
2994 2012-11-17 Andreas Politz <politza@fh-trier.de>
2995
2996 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
2997 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
2998 prefix and negative numeric prefix args (Bug#12795).
2999
3000 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3001
3002 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3003 Don't signal an error with a score that is too low to add to the
3004 list of top scores. (Bug#12779)
3005
3006 2012-11-17 Chong Yidong <cyd@gnu.org>
3007
3008 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3009
3010 * filecache.el (file-cache-add-file): Handle relative file name in
3011 the argument (Bug#12694).
3012
3013 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3014
3015 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3016
3017 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3020
3021 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3022
3023 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3024
3025 * window.el (enlarge-window, shrink-window): Don't mention return
3026 value in doc-string (Bug#12896).
3027 (window--display-buffer): Don't resize frames - it won't work
3028 with all window managers and defeat pop-up-frame-alist.
3029 (display-buffer-alist): In doc-string explain that CONDITION can
3030 be a function and which arguments are passed to it (Bug#12854).
3031 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3032 expressions (Bug#12854).
3033 (display-buffer): Pass ACTION argument to
3034 display-buffer-assq-regexp.
3035
3036 2012-11-16 Glenn Morris <rgm@gnu.org>
3037
3038 * window.el (fit-frame-to-buffer-bottom-margin)
3039 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3040
3041 * faces.el (face-underline-p): Use face-attribute-specified-or.
3042
3043 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3044
3045 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3046
3047 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3048
3049 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3050
3051 2012-11-16 Glenn Morris <rgm@gnu.org>
3052
3053 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3054 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3055
3056 * faces.el (face-underline-p): Doc fix. Handle :underline being
3057 things other than `t' (a string, a list).
3058 (face-inverse-video-p): Doc fix.
3059 (set-face-underline): Rename it back from set-face-underline-p.
3060 Doc fix. Allow interactive input of values other than t.
3061 (read-face-attribute): Apply formatting to :underline,
3062 since like :box and :stipple it can take list values.
3063
3064 * term.el (ansi-term): Don't let C-x escape-char binding
3065 clobber the more standard C-c binding. (Bug#12842)
3066
3067 * subr.el (set-temporary-overlay-map): Doc fix.
3068
3069 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3070
3071 * window.el (record-window-buffer)
3072 (display-buffer-record-window): When copying the markers to
3073 window-point preserve window-point-insertion-type. (Bug#12588)
3074
3075 2012-11-16 Glenn Morris <rgm@gnu.org>
3076
3077 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3078 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3079 Use new names for hooks rather than obsolete aliases.
3080
3081 2012-11-15 Daniel Colascione <dancol@dancol.org>
3082
3083 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3084 prefix instead of "file:" so that when FILE-NAME begins with "//",
3085 as it does when the target file is on a network share, url-handler
3086 isn't confused.
3087
3088 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3091 a preactivated advice from an old advice.el; they're not compatible!
3092
3093 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3094
3095 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3096 Fix string-spec case.
3097
3098 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3099
3100 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3101
3102 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3103 (advice--buffer-local-function-sample): New var.
3104 (advice--set-buffer-local, advice--buffer-local): New functions.
3105 (add-function, remove-function): Use them.
3106
3107 2012-11-15 Drew Adams <drew.adams@oracle.com>
3108
3109 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3110
3111 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3112
3113 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3114 potential binding of print-gensym to t, and prettify (back)quotes in
3115 case they appear in args's default values (bug#12884).
3116
3117 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3120 (advice-eval-interactive-spec): New function.
3121 (advice--make-interactive-form): Support around advice (bug#12844).
3122
3123 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3124
3125 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3126 more strict. Add docstring.
3127 (ruby-expression-expansion-re): Extract from
3128 `ruby-match-expression-expansion'.
3129 (ruby-syntax-propertize-function): After everything else, search
3130 for expansions in string literals, mark their insides as
3131 whitespace syntax and save match data for font-lock.
3132 (ruby-font-lock-keywords): Use the 2nd group from expression
3133 expansion matches.
3134 (ruby-match-expression-expansion): Use the match data saved to the
3135 text property in ruby-syntax-propertize-function.
3136
3137 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3140 (bug#12879).
3141
3142 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3143
3144 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3145 start/end keyword a bit harder. Works with different values of N.
3146 Add more comments.
3147 (ruby-end-of-block): Update accordingly.
3148
3149 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * woman.el (woman-file-name): Don't mess with unread-command-events
3152 (bug#12861).
3153
3154 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3155 Remove out of date self-require hack.
3156 (ad-do-advised-functions): Use simple `dolist'.
3157 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3158 (ad-advice-definition): Redefine as functions.
3159 (ad-advice-classes): Move before first use.
3160 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3161 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3162 (ad--defalias-fset): Remove functions.
3163 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3164 (ad-get-orig-definition): Rewrite.
3165 (ad-make-advised-definition-docstring): Change base docstring.
3166 (ad-real-orig-definition): Rewrite.
3167 (ad-map-arglists): Change name of called function.
3168 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3169 (ad-make-advised-definition): Simplify.
3170 (ad-assemble-advised-definition): Tweak for new calling context.
3171 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3172 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3173 function and call ad-activate if needed.
3174 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3175 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3176 (ad-compile-function): Compile ad-Advice-*.
3177 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3178 (ad-start-advice, ad-stop-advice): Remove.
3179
3180 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3181
3182 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3183 period before class method names, not after. Remove handling of
3184 one impossible case. Add comments.
3185
3186 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * emacs-lisp/advice.el: Remove support for freezing.
3189 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3190 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3191 Remove support for `freeze'.
3192
3193 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3194 override the default.
3195 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3196 cl--dotimes/dolist.
3197 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3198 `cl' is loaded.
3199
3200 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3201 from add-advice.
3202 (advice--strip-macro): New function.
3203 (advice--defalias-fset): Use them to handle macros.
3204 (advice-add): Use them.
3205 (advice-member-p): Correctly handle macros.
3206
3207 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3208
3209 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3210 Never font-lock the beginning of singleton class as heredoc.
3211
3212 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3215
3216 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3217
3218 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3219 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3220 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3221
3222 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3223
3224 Fix end-of-defun misbehavior.
3225 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3226 python-beginning-of-defun-function. Handle nested defuns
3227 correctly.
3228 (python-nav-end-of-defun): Rename from
3229 python-end-of-defun-function. Ensure forward movement.
3230 (python-info-current-defun): Reimplement to work as intended
3231 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3232 parent defuns as soon as possible.
3233
3234 2012-11-13 Glenn Morris <rgm@gnu.org>
3235
3236 * progmodes/flymake.el (flymake-error-bitmap)
3237 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3238 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3239
3240 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3241
3242 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3243 backward, always stop at indentation. Reverts the change from
3244 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3245
3246 2012-11-13 Glenn Morris <rgm@gnu.org>
3247
3248 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3249 Add ibuffer-filter-by-derived-mode.
3250
3251 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3252 the same name shadowing each other.
3253
3254 * window.el (with-temp-buffer-window): Doc tweak.
3255
3256 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3257
3258 * help.el (temp-buffer-max-height):
3259 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3260 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3261
3262 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3263
3264 * emacs-lisp/nadvice.el: New package.
3265 * subr.el (special-form-p): New function.
3266 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3267 (elp-all-instrumented-list): Remove var.
3268 (elp-not-profilable): Remove elp-wrapper.
3269 (elp-profilable-p): Use autoloadp and special-form-p.
3270 (elp--advice-name): New const.
3271 (elp-instrument-function): Use advice-add.
3272 (elp--instrumented-p): New predicate.
3273 (elp-restore-function): Use advice-remove.
3274 (elp-restore-all, elp-reset-all): Use mapatoms.
3275 (elp-set-master): Use elp--instrumented-p.
3276 (elp--make-wrapper): Rename from elp-wrapper, return a function
3277 suitable for advice-add. Use cl-inf.
3278 (elp-results): Use mapatoms+elp--instrumented-p.
3279 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3280 (debug-function-list): Remove var.
3281 (debug): Rename arg, and then let-bind it explicitly inside.
3282 (debugger-setup-buffer): Rename arg.
3283 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3284 (debugger-frame-number): Adjust to new debug-on-entry setup.
3285 (debug--implement-debug-on-entry): Rename from
3286 implement-debug-on-entry, add argument.
3287 (debugger-special-form-p): Remove, use special-form-p instead.
3288 (debug-on-entry): Use advice-add.
3289 (debug--function-list): New function.
3290 (cancel-debug-on-entry): Use it, along with advice-remove.
3291 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3292 (debugger-list-functions): Use debug--function-list instead of
3293 debug-function-list.
3294 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3295 (ad-special-form-p): Remove, use special-form-p instead.
3296 (ad-set-advice-info): Use add-function and remove-function.
3297 (ad--defalias-fset): Adjust accordingly.
3298
3299 2012-11-10 Glenn Morris <rgm@gnu.org>
3300
3301 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3302 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3303 (report-emacs-bug-create-existing-bugs-buffer)
3304 (report-emacs-bug-parse-query-results)
3305 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3306
3307 * term.el (term-default-fg-color, term-default-bg-color):
3308 Make obsolete, rather than just saying "deprecated" in the doc.
3309
3310 * term.el (term): Rename from `term-face'.
3311 (term-current-face, ansi-term-color-vector)
3312 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3313 Update all users.
3314
3315 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3316
3317 * server.el (server-create-window-system-frame): Handle Nextstep
3318 specially (Bug#12780).
3319
3320 2012-11-10 Glenn Morris <rgm@gnu.org>
3321
3322 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3323 Unautoload, and make obsolete. (Bug#7449)
3324
3325 2012-11-10 Chong Yidong <cyd@gnu.org>
3326
3327 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3328 rename from diff-remove-trailing-whitespace (Bug#12831).
3329
3330 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3333 miscompilation of trace.el.
3334
3335 2012-11-10 Glenn Morris <rgm@gnu.org>
3336
3337 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3338
3339 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3342 (bug#12812).
3343
3344 2012-11-10 Chong Yidong <cyd@gnu.org>
3345
3346 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3347 a defcustom with an appropriate :set function.
3348 (minibuffer-default--in-prompt-regexps): New function.
3349
3350 2012-11-10 Glenn Morris <rgm@gnu.org>
3351
3352 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3353 (define-modify-macro): Doc fixes.
3354
3355 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3356 (gv-define-simple-setter): Update doc of `fix-return'.
3357
3358 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3361 twice when `fix-return' is set (bug#12813).
3362
3363 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3364 gv-define-simple-setter (bug#12812).
3365
3366 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3367 (bug#12756).
3368
3369 2012-11-10 Glenn Morris <rgm@gnu.org>
3370
3371 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3372
3373 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3374 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3375 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3376 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3377
3378 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3379
3380 2012-11-10 Leo Liu <sdl.web@gmail.com>
3381
3382 * ido.el (ido-set-matches-1): Improve flex matching performance by
3383 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3384
3385 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3388 (ad--defalias-fset): New function.
3389 (ad-safe-fset): Remove.
3390 (ad-make-freeze-definition): Use cl-letf*.
3391
3392 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * subr.el (dolist): Don't bind VAR in RESULT.
3395
3396 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3397 (fset, documentation): Don't save real def since we don't advise.
3398 (ad-do-advised-functions): Remove problematic `result-form'.
3399 (ad-safe-fset): `ad-real-fset' => `fset'.
3400 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3401 uses CL's dolist internally.
3402 (ad-arglist): Remove unused arg `name'.
3403 (ad-docstring, ad-make-advised-docstring):
3404 `ad-real-documentation' => `documentation'.
3405 (warning-suppress-types): Declare.
3406 (ad-set-arguments): Simple CSE.
3407 (ad-recover-normality): Sanity check.
3408
3409 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3410 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3411
3412 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3413
3414 * ses.el: symbol to coordinate mapping is made by symbol property
3415 `ses-cell'. This means that the same mapping is done for all SES
3416 sheets. That is good enough for cells with standard A1 names, but
3417 not for named cell. So a hash map is added for the latter.
3418 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3419 (ses-sym-rowcol): Use hashmap for named cell.
3420 (ses-is-cell-sym-p): New defun.
3421 (ses-decode-cell-symbol): New defun.
3422 (ses-create-cell-variable): Add cell to hashmap when name is not
3423 A1-like.
3424 (ses-rename-cell): Check that cell new name is not already in
3425 spreadsheet with the use of ses-is-cell-sym-p
3426 (ses-rename-cell): Use hash map for named cells, but accept also
3427 renaming back to A1-like.
3428
3429 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3430
3431 * emacs-lisp/advice.el: Use new dynamic docstrings.
3432 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3433 Use dynamic-docstring-function instead of ad-advice-info.
3434 (ad--make-advised-docstring): New function extracted from
3435 ad-make-advised-docstring.
3436 (ad-make-advised-docstring): Use it.
3437 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3438 from sql-help.
3439 (sql-help): Use it with dynamic-docstring-function.
3440
3441 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3442
3443 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * files.el (hack-one-local-variable--obsolete): New function.
3446 (hack-one-local-variable): Use it for obsolete settings.
3447
3448 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3449 the new name.
3450
3451 * progmodes/js.el (js--filling-paragraph): New var.
3452 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3453 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3454 less sneaky.
3455
3456 2012-11-08 Julien Danjou <julien@danjou.info>
3457
3458 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3459 `auto-mode-alist' (Bug#12835).
3460
3461 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3462
3463 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3464 (perl--prettify-symbols-alist): New const.
3465 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3466 New functions.
3467 (perl-font-lock-keywords-2): Use them.
3468 (perl-electric-noindent-p): New function.
3469 (perl-mode): Use it to set up electric-indent-mode.
3470 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3471 (perl-mode-map): Remove bindings for them.
3472 (perl-imenu-generic-expression, perl-outline-level):
3473 Match functions&packages in column>0.
3474
3475 * env.el (env--substitute-vars-regexp): New const.
3476 (substitute-env-vars): Use it. Add `only-defined' arg.
3477 * net/tramp.el (tramp-replace-environment-variables): Use it.
3478
3479 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3480 Byte-compile *before* eval in eval-and-compile.
3481 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3482 (byte-compile-file-form-autoload): Don't hide actual definition.
3483 (byte-compile-maybe-guarded): Accept `functionp' as well.
3484
3485 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3486
3487 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3488
3489 * notifications.el (notifications-get-server-information-method):
3490 New defconst.
3491 (notifications-get-capabilities): Fix docstring.
3492 (notifications-get-server-information): New defun.
3493
3494 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3495
3496 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3497 readability.
3498
3499 * textmodes/ispell.el: Experimental support for support debugging.
3500 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3501 buffer for ispell.
3502 (ispell-print-if-debug): New function to print stuff to
3503 `ispell-debug-buffer' if debugging is enabled.
3504 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3505 show some debugging info.
3506 (ispell-buffer-with-debug): New function that creates a debugging
3507 buffer and calls `ispell-buffer' with debugging enabled.
3508
3509 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3510 comment in autoconf mode. (Bug#12768)
3511
3512 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3513
3514 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3515 frame-first-window, frame-root-window, frame-selected-window,
3516 minibuffer-selected-window, minibuffer-window,
3517 window-absolute-pixel-edges, window-at, window-body-height,
3518 window-body-width, window-display-table, window-combination-limit,
3519 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3520 window-inside-edges, window-inside-pixel-edges, window-left-child,
3521 window-left-column, window-margins, window-next-buffers,
3522 window-next-sibling, window-new-normal, window-new-total,
3523 window-normal-size, window-parameter, window-parameters, window-parent,
3524 window-pixel-edges, window-point, window-prev-buffers,
3525 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3526 window-start, window-text-height, window-top-child, window-top-line,
3527 window-total-height, window-total-width and window-use-time to the list
3528 of functions without side-effects.
3529 (toplevel): Add window-valid-p to the list of error-free functions
3530 without side-effects.
3531
3532 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3533
3534 * textmodes/ispell.el (ispell-program-name):
3535 Update spellchecker parameters when customized.
3536
3537 2012-11-04 Glenn Morris <rgm@gnu.org>
3538
3539 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3540
3541 2012-11-04 Chong Yidong <cyd@gnu.org>
3542
3543 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3544 same-window-* variables.
3545
3546 2012-11-04 Juri Linkov <juri@jurta.org>
3547
3548 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3549 (isearch-describe-key, isearch-describe-mode): Use a display
3550 action instead of binding same-window-* variables (Bug#10040).
3551
3552 2012-11-03 Glenn Morris <rgm@gnu.org>
3553
3554 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3555 Rename handler properties back from cl-- to cl-. (Bug#12788)
3556
3557 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3558
3559 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3560
3561 * term/pc-win.el: Don't load term/internal from here.
3562
3563 * loadup.el: Load term/internal from here.
3564
3565 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3566
3567 * progmodes/python.el (inferior-python-mode): Fix hang in
3568 jit-lock (Bug#12645).
3569
3570 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3571
3572 * window.el (switch-to-visible-buffer)
3573 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3574
3575 2012-11-03 Glenn Morris <rgm@gnu.org>
3576
3577 * emacs-lisp/cl-lib.el (cl--random-time):
3578 Rename from cl-random-time. (Bug#12773)
3579 (cl--gensym-counter, cl--random-state): Update callers.
3580 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3581
3582 2012-11-03 Chong Yidong <cyd@gnu.org>
3583
3584 * cus-start.el: Make cursor-type customizable (Bug#11633).
3585
3586 2012-11-02 Glenn Morris <rgm@gnu.org>
3587
3588 * filecache.el: No need to load find-lisp when compiling.
3589 (find-lisp-find-files): Autoload it.
3590 (file-cache-add-directory-recursively): Don't require find-lisp.
3591
3592 * image.el (image-type-from-file-name): Trivial simplification.
3593
3594 * emacs-lisp/bytecomp.el (byte-compile-eval):
3595 Decouple "noruntime" and "cl-functions" warnings.
3596
3597 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3598
3599 * play/gomoku.el (gomoku-display-statistics): Update mode line
3600 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3601
3602 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3603
3604 * window.el (quit-restore-window): If the window has been
3605 created on an existing frame and ended up as the sole window on
3606 that frame, do not delete it (Bug#12764).
3607
3608 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3611 Rename from sh--inside-arithmetic-expression, handle more cases
3612 (bug#11263).
3613
3614 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3615 (sh-font-lock-open-heredoc): Use it (bug#12770).
3616
3617 2012-10-30 Glenn Morris <rgm@gnu.org>
3618
3619 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3620
3621 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3622
3623 2012-10-29 Chong Yidong <cyd@gnu.org>
3624
3625 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3626 function key is stored in a keyboard macro (Bug#4894).
3627
3628 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3629
3630 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3631
3632 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3633 header comments".
3634 (diff-unified->context, diff-context->unified)
3635 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3636
3637 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3638
3639 * files.el (find-alternate-file): Only ask one question (bug#12487).
3640
3641 2012-10-29 Chong Yidong <cyd@gnu.org>
3642
3643 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3644 Suggested by Dan Nicolaescu (Bug#6326).
3645
3646 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3647
3648 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3649
3650 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3651
3652 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3653
3654 * face-remap.el (face-remap-add-relative): Handle the case where a
3655 face-remapping-alist entry is a cons cell (Bug#12762).
3656
3657 2012-10-29 Kevin Ryde <user42@zip.com.au>
3658
3659 * woman.el (woman-parse-numeric-value): Handle picas correctly
3660 (Bug#12639).
3661
3662 2012-10-29 Glenn Morris <rgm@gnu.org>
3663
3664 * emacs-lisp/cl.el (defsetf): Doc fix.
3665
3666 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3669 syntax to the matching opener, if any (bug#12547).
3670 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3671 matching open as a "case-(".
3672 (sh-smie-rc-grammar): Add a corresponding rule for it.
3673
3674 2012-10-28 Daniel Hackney <dan@haxney.org>
3675
3676 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3677 "PKGNAME-autoloads.el" in case we created it.
3678
3679 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3680
3681 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3682 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3683 (completion--twq-all): Disable too-strict assertions.
3684
3685 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3686
3687 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3688
3689 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3690 text to match the real keybindings.
3691
3692 2012-10-27 Juri Linkov <juri@jurta.org>
3693
3694 * wdired.el (wdired-keep-marker-rename): New defcustom.
3695 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3696 (Bug#11795)
3697
3698 * dired.el (dired-keep-marker-rename): Add reference to
3699 `wdired-keep-marker-rename' in the docstring.
3700 Add default character value ?R to display initially in
3701 Customization UI instead of ?@.
3702
3703 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3704
3705 * window.el (display-buffer): In doc-string describe
3706 window-height and window-width alist entries.
3707
3708 * time.el (display-time-world): Restore fit-window-to-buffer
3709 behavior.
3710
3711 2012-10-27 Chong Yidong <cyd@gnu.org>
3712
3713 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3714
3715 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3716
3717 * minibuffer.el (completion-category-overrides): New completion
3718 category `bookmark' (bug#11131).
3719
3720 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3723 Silence bogus compiler warnings for ad-do-it.
3724
3725 * bookmark.el (bookmark-completing-read): Set the completion category
3726 to `bookmark' (bug#11131).
3727
3728 2012-10-26 Bastien <bzg@altern.org>
3729 Stefan Monnier <monnier@iro.umontreal.ca>
3730
3731 * face-remap.el: Use lexical-binding.
3732 (text-scale-adjust): Improve docstring. Use itself for the temporary
3733 overlay-map bindings, so as to repeat the "Use..." message each time.
3734
3735 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * emacs-lisp/macroexp.el (macroexp--expand-all):
3738 Obey byte-compile-warning-enabled-p (bug#12486).
3739
3740 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3741 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3742
3743 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3744
3745 * mouse.el (mouse-drag-line): Move last form into preceding when
3746 clause (Bug#12731).
3747
3748 * help.el (resize-temp-buffer-window): Fix doc-string.
3749
3750 2012-10-25 David Engster <deng@randomsample.de>
3751
3752 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3753 Remove. This feature is already integrated in imenu.
3754
3755 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3756 always loaded. Require `speedbar' unconditionally.
3757
3758 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3759
3760 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3761
3762 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3763
3764 * net/ldap.el (ldap-search-internal): The official ldif format starts
3765 with a "version: 1" header (bug#12724).
3766
3767 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3768 (bug#12721).
3769
3770 2012-10-25 Glenn Morris <rgm@gnu.org>
3771
3772 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3773
3774 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * minibuffer.el (minibuffer-force-complete): Use one more marker
3777 for the temporary-overlay-map command (bug#12619).
3778
3779 2012-10-24 Chong Yidong <cyd@gnu.org>
3780
3781 * time.el (display-time-world-mode): Derive from special-mode.
3782 (display-time-world): Use display-buffer (Bug#12708).
3783 (display-time-world-mode-map): Variable deleted.
3784 (display-time-world-display): Wrap the final delete-char inside
3785 inhibit-read-only.
3786
3787 2012-10-24 Chong Yidong <cyd@gnu.org>
3788
3789 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3790 Doc fix.
3791
3792 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3793
3794 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * minibuffer.el (completion--all-sorted-completions-location): New var.
3797 (completion--cache-all-sorted-completions)
3798 (completion--flush-all-sorted-completions): Use it.
3799 (completion-in-region, completion-in-region--postch)
3800 (completion-at-point, completion-help-at-point): Use markers in
3801 completion-in-region--data (bug#12619).
3802
3803 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * progmodes/compile.el (compilation-start): Try to handle common
3806 quoting of `cd' argument (bug#12640).
3807
3808 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3809 (bug#12671).
3810
3811 2012-10-23 Glenn Morris <rgm@gnu.org>
3812
3813 * progmodes/gud.el (gud-menu-map):
3814 Check gdb-active-process is bound. (Bug#12358)
3815
3816 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * repeat.el (repeat): Set real-this-command (bug#12232).
3819
3820 * htmlfontify.el (hfy-post-html-hook):
3821 * filesets.el (filesets-cache-fill-content-hook):
3822 * arc-mode.el (archive-extract-hook):
3823 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3824 * net/rcirc.el (rcirc-sentinel-functions)
3825 (rcirc-receive-message-functions, rcirc-activity-functions)
3826 (rcirc-print-functions):
3827 * net/dbus.el (dbus-event-error-functions):
3828 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3829 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3830 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3831 * term/sun.el (sun-raw-prefix-hooks):
3832 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3833
3834 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3835
3836 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3837 Set `tramp-chunksize' to 1. This improves the performance.
3838 (tramp-smb-wait-for-output): Add timeout to
3839 `tramp-accept-process-output' calls.
3840
3841 2012-10-23 Chong Yidong <cyd@gnu.org>
3842
3843 * faces.el (font-list-limit): Define as an obsolete variable.
3844
3845 * startup.el (command-line):
3846 * cus-start.el: Don't refer to font-list-limit.
3847
3848 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3849
3850 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * subr.el (internal-temp-output-buffer-show): Rename from
3853 temp-output-buffer-show, since previously compiled files expect this name.
3854
3855 2012-10-23 Glenn Morris <rgm@gnu.org>
3856
3857 * image.el (image-type-from-file-name): If multiple types match,
3858 return the first one that is supported. (Bug#9045)
3859
3860 2012-10-22 Glenn Morris <rgm@gnu.org>
3861
3862 * image.el (imagemagick-enabled-types): Doc fix.
3863
3864 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3865
3866 * progmodes/which-func.el (which-func-current): The hash-table may have
3867 an explicit nil (bug#12338).
3868
3869 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * electric.el (electric-pair-delete-selection-self-insert-function):
3872 Rename to electric-pair-will-use-region, return a boolean.
3873 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3874
3875 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3876 (delete-selection-pre-hook): Use use-region-p.
3877 (delete-selection-self-insert-function): Remove.
3878 (self-insert-command): Obey self-insert-uses-region-functions.
3879 (self-insert-iso): Revert to previous setting, since we don't actually
3880 know what that command does.
3881 (delete-selection-self-insert-hooks): Remove.
3882
3883 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3884
3885 * delsel.el (delete-selection-helper): New function, extracted from
3886 delete-selection-pre-hook.
3887 (delete-selection-pre-hook): Use it.
3888 (delete-selection-self-insert-function): New function.
3889 (delete-selection-self-insert-hooks): New hook.
3890 (self-insert-command, self-insert-iso): Use it.
3891 * electric.el (electric-pair-syntax): New function, extracted from
3892 electric-pair-post-self-insert-function.
3893 (electric-pair-post-self-insert-function): Use it.
3894 (electric-pair-delete-selection-self-insert-function): New function.
3895 (electric-pair-mode): Require delsel and setup
3896 delete-selection-self-insert-hooks (bug#11520).
3897
3898 2012-10-20 Chong Yidong <cyd@gnu.org>
3899
3900 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3901 no changes to show (Bug#12586).
3902
3903 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3904 list explicitly (Bug#12571).
3905
3906 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3907
3908 * progmodes/flymake.el (flymake-create-temp-inplace):
3909 Use file-truename.
3910
3911 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3912
3913 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3914
3915 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3916
3917 * calc/calc-units.el (math-extract-units): Properly extract powers
3918 of units.
3919
3920 2012-10-20 Daniel Colascione <dancol@dancol.org>
3921
3922 * frame.el (make-frame): Set x-display-name as we used to in order
3923 to unbreak creating an X11 frame from an Emacs daemon started
3924 without a display.
3925
3926 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * minibuffer.el (minibuffer-force-complete): Make the next completion use
3929 the same completion-field (bug#12221).
3930
3931 2012-10-19 Martin Rudalics <rudalics@gmx.at>
3932
3933 * emacs-lisp/debug.el (debug): Record height of debugger window
3934 also when debugger will be back (Bug#8789).
3935
3936 2012-10-18 Chong Yidong <cyd@gnu.org>
3937
3938 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
3939 Convert to defcustom.
3940 (gdb-get-source-file): Don't bind pop-up-windows.
3941
3942 * progmodes/gud.el (gud-display-line): Don't specially re-use
3943 other frames for the gdb-mi case (Bug#12648).
3944
3945 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * emacs-lisp/advice.el: Clean up commentary a bit.
3948 (ad-do-advised-functions, ad-with-originals): Use `declare'.
3949 (byte-code-function-p): Never redefine.
3950
3951 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
3952
3953 2012-10-18 Glenn Morris <rgm@gnu.org>
3954
3955 * dired.el (dired-sort-toggle): Some ls implementations only allow
3956 a single option string. (Bug#12666)
3957
3958 * minibuffer.el (completion-cycle-threshold): Doc fix.
3959
3960 2012-10-17 Kenichi Handa <handa@gnu.org>
3961
3962 * international/mule.el (set-keyboard-coding-system):
3963 Recover input meta mode when the new coding system doesn not use 8-bit.
3964 Supply TERMINAL arg to set-input-meta-mode.
3965
3966 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
3967
3968 * wdired.el (wdired-old-marks): New variable.
3969 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
3970 (wdired-do-renames): Move point with renamed file and don't lose
3971 mark status (Bug#11795).
3972
3973 2012-10-16 Juri Linkov <juri@jurta.org>
3974
3975 * replace.el (query-replace-help): Mention multi-buffer replacement
3976 keys in the Help message. (Bug#12655)
3977
3978 2012-10-15 Chong Yidong <cyd@gnu.org>
3979
3980 * emacs-lisp/byte-run.el (defsubst): Doc fix.
3981
3982 2012-10-14 Eli Zaretskii <eliz@gnu.org>
3983
3984 * window.el (display-buffer): Doc fix.
3985
3986 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3987 Adjust the msft regexp to the output of Studio 2010, and move msft
3988 before edg-1. See the discussion on emacs-devel,
3989 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
3990 for the details.
3991
3992 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3993
3994 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
3995 (oset): Move uses of object-class-fast macro after its definition.
3996
3997 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
3998
3999 2012-10-13 Chong Yidong <cyd@gnu.org>
4000
4001 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4002 enabled, re-enable it (Bug#11963).
4003
4004 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4005
4006 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4007 non-nil, restore window configuration (Bug#12623).
4008
4009 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * help-fns.el (describe-variable, describe-function-1):
4012 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4013
4014 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4015
4016 2012-10-12 Glenn Morris <rgm@gnu.org>
4017
4018 * mail/rmailsum.el (rmail-header-summary):
4019 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4020
4021 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4022
4023 * progmodes/python.el (python-mode-map):
4024 Replace subtitute-key-definition with proper command remapping.
4025 (python-nav--up-list): Fix behavior for blocks on the same level.
4026
4027 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4028
4029 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4030
4031 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4032 changes to the format of load-history.
4033
4034 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4035 completion-ignore-case in case that var is buffer-local (bug#12615).
4036
4037 2012-10-11 Kenichi Handa <handa@gnu.org>
4038
4039 * international/eucjp-ms.el: Re-generated.
4040
4041 2012-10-10 Kenichi Handa <handa@gnu.org>
4042
4043 * select.el (xselect--encode-string): If a coding is specified for
4044 selection, and that is compatible with COMPOUND_TEXT, use it.
4045
4046 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4047
4048 * window.el (switch-to-buffer-preserve-window-point): New option.
4049 (switch-to-buffer):
4050 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4051
4052 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4053
4054 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4055 Don't document nil as a useful value (bug#12583).
4056
4057 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4058
4059 * net/tramp.el (tramp-debug-message):
4060 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4061 (with-tramp-progress-reporter): Rename from
4062 `tramp-with-progress-reporter'.
4063 (with-tramp-file-property, with-tramp-connection-property):
4064 Move from tramp-cache.el, rename from `with-file-property' and
4065 `with-connection-property', respectively.
4066
4067 * net/tramp-cache.el: Remove `with-file-property' and
4068 `with-connection-property'.
4069
4070 * net/tramp.el:
4071 * net/tramp-gvfs.el:
4072 * net/tramp-sh.el:
4073 * net/tramp-smb.el: Adapt callees.
4074
4075 * net/trampver.el: Update release number.
4076
4077 2012-10-09 Glenn Morris <rgm@gnu.org>
4078
4079 * w32-fns.el (set-message-beep):
4080 * term/w32-win.el (set-message-beep): Update declarations.
4081
4082 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4085 (mode-line-widen, mode-line-input-method-map)
4086 (mode-line-coding-system-map, mode-line-remote)
4087 (mode-line-unbury-buffer, mode-line-bury-buffer)
4088 (mode-line-next-buffer, mode-line-previous-buffer):
4089 Replace save-selected-window+select-window => with-selected-window.
4090
4091 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4092 * progmodes/cc-vars.el (bq-process): Remove, unused.
4093
4094 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4095
4096 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4097
4098 Implemented `backward-up-list'-like navigation.
4099 * progmodes/python.el (python-nav-up-list)
4100 (python-nav-backward-up-list): New functions.
4101 (python-mode-map): Define substitute key for backward-up-list to
4102 python-nav-backward-up-list.
4103
4104 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4105
4106 * progmodes/python.el (python-fill-paragraph): Rename from
4107 python-fill-paragraph-function. Fixed fill-paragraph for
4108 decorators (Bug#12605).
4109
4110 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4111
4112 * progmodes/python.el (python-shell-output-filter): Handle extra
4113 carriage return in OSX (Bug#12409).
4114
4115 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4116
4117 Fix shell handling of unbalanced quotes and parens in output.
4118 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4119 (python-syntax-propertize-function): Use it.
4120 (python-shell-output-syntax-table): New var.
4121 (inferior-python-mode): Prevent unbalanced parens/quotes from
4122 previous output mess with current input context.
4123
4124 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4125
4126 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4127 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4128
4129 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4130
4131 * ffap.el (ffap-replace-file-component): Support Tramp file name
4132 syntax, not only ange-ftp's one.
4133
4134 2012-10-08 Glenn Morris <rgm@gnu.org>
4135
4136 * cus-start.el (message-log-max): Set :version.
4137
4138 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4139
4140 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4141
4142 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4143 the minibuffer window (Bug#10851).
4144
4145 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4146
4147 Enhancements on forward-sexp movement.
4148 * progmodes/python.el (python-nav-beginning-of-statement)
4149 (python-nav-end-of-statement): Return point-marker.
4150 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4151 (python-info-current-symbol)
4152 (python-info-statement-starts-block-p): Rename from
4153 python-info-beginning-of-block-p.
4154 (python-info-statement-ends-block-p): Rename from
4155 python-info-end-of-block-p.
4156 (python-info-beginning-of-statement-p)
4157 (python-info-end-of-statement-p)
4158 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4159 New functions.
4160
4161 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4162
4163 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4164 frame-selected-windows.
4165
4166 2012-10-08 Daniel Colascione <dancol@dancol.org>
4167
4168 * battery.el (battery-status-function): Check for
4169 w32-battery-status itself, not system-time windows-nt.
4170
4171 * frame.el: Require cl-lib.
4172 (display-format-alist): New variable mapping frame types to
4173 functions that initialize them.
4174 (window-system-for-display): New function: interprets
4175 display-format-alist.
4176 (make-frame-on-display): Remove existing display-selection logic
4177 and just forward to make-frame, which will now DTRT.
4178 (make-frame): Restructure to use window-system-for-display to
4179 figure out how to create a frame on a given display.
4180 (display-mouse-p): Look for frame-type w32, not a particular
4181 system-type.
4182
4183 * loadup.el: Load w32 lisp code when we have the w32 feature.
4184
4185 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4186 system-type windows-nt.
4187
4188 * server.el (server-create-window-system-frame): Look for window
4189 type.
4190 (server-proces-filter): Only force a window system when windows-nt
4191 _and_ w32. Explain why.
4192
4193 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4194 of window systems we configure for the mode.
4195
4196 * startup.el (command-line): Mark window system is initialized
4197 after we've done it.
4198
4199 * common-win.el (x-select-text): Look for w32, not windows-nt.
4200
4201 * ns-win.el: Require cl-lib. Add ourselves to
4202 display-format-alist.
4203 (ns-initialize-window-system): Assert we're not initialized twice.
4204
4205 * w32-win.el: Enable lexical binding; require cl-lib; add
4206 ourselves to display-format-alist.
4207 (w32-handle-dropped-file): Convert incoming dropped files from
4208 Windows paths to Cygwin ones before passing them on to the rest of
4209 Emacs.
4210 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4211 (w32-initialize-window-system): Assert we're not initialized twice.
4212
4213 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4214 (x-initialize-window-system): Assert we're not initialized twice.
4215
4216 * w32-common-fns.el: New File.
4217 (w32-version, w32-using-nt, w32-get-clipboard-data)
4218 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4219 (w32-charset-info-alist, x-last-selected, text)
4220 (x-get-selection-value, x-selection-value): Move here.
4221
4222 * w32-fns.el: Require w32-common-fns.
4223 (w32-version, w32-using-nt, w32-get-clipboard-data)
4224 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4225 (w32-charset-info-alist, x-last-selected, text)
4226 (x-get-selection-value, x-selection-value): Move to
4227 w32-common-fns.
4228
4229 * w32-vars.el:
4230 (w32-allow-system-shell, w32-system-shells): Define only in
4231 non-cygwin case.
4232
4233 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4236 (read-passwd): Remove a few more potential sources of leaks.
4237
4238 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4239
4240 * progmodes/python.el (inferior-python-mode)
4241 (python-shell-make-comint): Fix initialization of local
4242 variables copied from parent buffer.
4243
4244 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4245
4246 * term/ns-win.el (ns-read-file-name): Update declaration to match
4247 nsfns.m.
4248 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4249 it is set when font is acted upon.
4250
4251 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4252
4253 Enhancements to indentation.
4254 * progmodes/python.el (python-indent-context): Give priority to
4255 inside-string context. Make comments indentation markers.
4256 (python-indent-region): Do not mess with strings, unless it's the
4257 enclosing set of quotes.
4258
4259 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4260
4261 * window.el (internal--before-save-selected-window)
4262 (internal--after-save-selected-window): New functions extracted from
4263 save-selected-window. Make sure we return the `alist' we construct.
4264 (save-selected-window): Use them.
4265
4266 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4267 Use with-selected-window.
4268
4269 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4270 forms that define macros (bug#12593).
4271
4272 2012-10-07 Kenichi Handa <handa@gnu.org>
4273
4274 * international/mule-conf.el (compound-text-with-extensions):
4275 Add :mime-charset property as x-ctext.
4276
4277 2012-10-07 Stefan Merten <smerten@oekonux.de>
4278
4279 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4280 (rst-indent-literal-normal, rst-indent-literal-minimized)
4281 (rst-indent-comment): Correct :version tag.
4282 (rst-official-cvs-rev): Correct version string.
4283
4284 2012-10-07 Glenn Morris <rgm@gnu.org>
4285
4286 * mail/rmailmm.el (rmail-mime-process-multipart):
4287 Do not confuse a multipart message with an epilogue
4288 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4289
4290 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4291
4292 Fix shell output retrieval and comint-prompt-regexp init.
4293 * progmodes/python.el (inferior-python-mode):
4294 (python-shell-make-comint): Fix initialization of
4295 comint-prompt-regexp from copied file local variables.
4296 (python-shell-fetched-lines): Remove var.
4297 (python-shell-output-filter-in-progress): Rename from
4298 python-shell-fetch-lines-in-progress.
4299 (python-shell-output-filter-buffer): Rename from
4300 python-shell-fetch-lines-string.
4301 (python-shell-fetch-lines-filter): Delete function.
4302 (python-shell-output-filter): New function.
4303 (python-shell-send-string-no-output): Use them.
4304
4305 2012-10-07 Glenn Morris <rgm@gnu.org>
4306
4307 * hi-lock.el (hi-lock-process-phrase):
4308 Try to make it less fragile. (Bug#7161)
4309
4310 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4311
4312 2012-10-06 Glenn Morris <rgm@gnu.org>
4313
4314 * ehelp.el (electric-help-mode): Use help-mode rather than
4315 non-existent mode `help'.
4316 (electric-help-map): Use button-buffer-map. (Bug#10917)
4317
4318 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4319 (reftex-create-bibtex-footer): Fix custom types.
4320
4321 * progmodes/sh-script.el (sh-indent-after-continuation):
4322 Add explicit :group.
4323
4324 * textmodes/rst.el (rst-preferred-decorations)
4325 (rst-shift-basic-offset): Clarify obsolescence versions.
4326
4327 * profiler.el (profiler): Add missing group :version tag.
4328 * avoid.el (mouse-avoidance-banish-position):
4329 * proced.el (proced-renice-command):
4330 * calc/calc.el (calc-ensure-consistent-units):
4331 * calendar/icalendar.el (icalendar-import-format-uid):
4332 * net/tramp.el (tramp-save-ad-hoc-proxies):
4333 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4334 * progmodes/flymake.el (flymake-error-bitmap)
4335 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4336 * progmodes/sh-script.el (sh-indent-after-continuation):
4337 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4338 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4339 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4340 (vhdl-array-index-record-field-in-sensitivity-list)
4341 (vhdl-indent-comment-like-next-code-line):
4342 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4343 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4344 (reftex-cite-key-separator, reftex-create-bibtex-header)
4345 (reftex-create-bibtex-footer):
4346 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4347 (rst-indent-literal-normal, rst-indent-literal-minimized)
4348 (rst-indent-comment): Add missing custom :version tags.
4349
4350 * calendar/timeclock.el (timeclock-modeline-display):
4351 Add missing obsolete alias for renamed user option.
4352
4353 * strokes.el (strokes-modeline-string):
4354 * emulation/crisp.el (crisp-mode-modeline-string):
4355 * eshell/esh-mode.el (eshell-status-in-modeline):
4356 Aliases to defcustoms must come before the defcustom.
4357
4358 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4359 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4360 (cal-tex-cursor-week-monday): Doc fixes.
4361 (cal-tex-cursor-week2-summary): Doc fix.
4362 Rename from cal-tex-cursor-week-at-a-glance.
4363
4364 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4365 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4366
4367 * calendar/calendar.el (calendar-mode-map):
4368 Add cal-tex-cursor-week2-summary.
4369
4370 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4371
4372 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4373
4374 * subr.el (read-passwd-map): New var.
4375 (read-passwd): Use `read-string' again.
4376 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4377
4378 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4379
4380 * register.el (append-to-register, prepend-to-register):
4381 Deactivate mark, as does `copy-to-register' (bug#12389).
4382
4383 2012-10-06 Chong Yidong <cyd@gnu.org>
4384
4385 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4386
4387 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4388
4389 * international/characters.el: Fix simple mistake ((car chars) ->
4390 elt), delete duplicated code.
4391
4392 2012-10-06 Glenn Morris <rgm@gnu.org>
4393
4394 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4395
4396 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4397
4398 * color.el (color-hsl-to-rgb): Fix incorrect results for
4399 small and large hue values. (Bug#12559)
4400
4401 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4402
4403 Enhancements to docstring formatting when filling paragraphs.
4404 * progmodes/python.el (python-fill-docstring-style): Rename from
4405 python-fill-string-style. Added new style.
4406 (python-fill-string): Use new style. Better checks for
4407 docstrings.
4408
4409 2012-10-05 Glenn Morris <rgm@gnu.org>
4410
4411 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4412
4413 * color.el (color-name-to-rgb, color-rgb-to-hex)
4414 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4415 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4416 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4417 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4418
4419 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4420
4421 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4422
4423 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4424 to get the correct size across symlinks.
4425
4426 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4427
4428 2012-10-04 Juri Linkov <juri@jurta.org>
4429
4430 * replace.el (query-replace-interactive): Declare obsolete.
4431 (query-replace-read-from): Add the last incremental search string
4432 to the list of default values accessible via M-n.
4433 (map-query-replace-regexp): Use `read-regexp'.
4434 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4435 (map-query-replace-regexp, replace-string, replace-regexp):
4436 Fix docstrings to replace mentions of `query-replace-interactive'
4437 with alternatives. (Bug#12526)
4438
4439 2012-10-04 Juri Linkov <juri@jurta.org>
4440
4441 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4442 (dired-pop-to-buffer): Declare obsolete.
4443 (dired-mark-pop-up): Doc fix.
4444
4445 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4446
4447 Allow user to set docstring style for fill-paragraph.
4448 * progmodes/python.el
4449 (python-fill-comment-function, python-fill-string-function)
4450 (python-fill-decorator-function, python-fill-paren-function):
4451 Remove :safe for defcustoms.
4452 (python-fill-string-style): New defcustom
4453 (python-fill-paragraph-function): Enhance context detection.
4454 (python-fill-string): Honor python-fill-string-style settings.
4455
4456 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4457
4458 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4459 after setting its buffer (Bug#10805).
4460
4461 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4462
4463 Fix cornercase for string syntax.
4464 * progmodes/python.el (python-syntax-propertize-function):
4465 Simplify and enhance the regexp for unescaped quotes. Now it also
4466 matches quotes in weird situations like the single quote in
4467 "something\"'".
4468 (python-syntax-stringify): Simplify num-quotes detecting code.
4469
4470 2012-10-03 Glenn Morris <rgm@gnu.org>
4471
4472 * help-macro.el (three-step-help):
4473 Revert 2012-09-29 change. (Bug#12567)
4474
4475 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4476
4477 * menu-bar.el (kill-this-buffer): Don't do anything when
4478 `menu-frame' is not alive or visible (Bug#8184).
4479
4480 * emacs-lisp/debug.el (debug): When quitting the debugger window
4481 restore current buffer (Bug#12502).
4482
4483 2012-10-02 Chong Yidong <cyd@gnu.org>
4484
4485 * progmodes/hideif.el (hif-lookup, hif-defined):
4486 Handle semantic-c-takeover-hideif.
4487
4488 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4489
4490 Change sampling interval units from ms to ns.
4491 * profiler.el (profiler-sampling-interval): Change units
4492 from ms to ns, multiplying the default by 1000000 so that
4493 it remains 1 ms.
4494 (profiler-report-cpu-line-format): Give enough room for
4495 the maximum counters on 64-bit hosts.
4496 (profiler-report-render-calltree-1): Call them "CPU samples",
4497 not "Time (ms)", since they are not milliseconds now (and
4498 never really were).
4499
4500 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4501
4502 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4503 Fix querying BBDB for entries without a last name (Bug#11580).
4504
4505 2012-10-02 Chong Yidong <cyd@gnu.org>
4506
4507 * emacs-lisp/eieio.el: Restore Version header.
4508
4509 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4510
4511 * vc/diff-mode.el (diff--auto-refine-data): New var.
4512 (diff-hunk): Use it to delay refinement.
4513 (diff-mode): Remove overlays when we turn off font-lock.
4514
4515 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4516 (table-initialize-table-fixed-width-mode)
4517 (table-set-table-fixed-width-mode): Remove functions.
4518 (table-command-list): Move initialization into declaration.
4519 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4520 (table-with-cache-buffer): Use `declare'.
4521 (table-span-cell): Simplify via CSE.
4522 (table-fixed-width-mode): Use define-minor-mode.
4523 (table-call-interactively, table-funcall, table-apply): Remove.
4524 (table-function): New function, to replace them.
4525
4526 * bookmark.el (bookmark-search-pattern): Remove var.
4527 (bookmark-read-search-input): Remove function.
4528 (bookmark-bmenu-search): Reimplement using a minibuffer.
4529
4530 * faces.el (modeline): Remove obsolete face name.
4531
4532 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4533 and give a non-nil default value.
4534 (add-change-log-entry): Simplify accordingly.
4535
4536 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4537
4538 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4539 (vc-git-log-edit-toggle-amend): New function.
4540 (vc-git-log-edit-toggle-signoff): New function.
4541 (vc-git-log-edit-mode): New major mode.
4542 (vc-git-log-edit-mode-map): Keymap for it.
4543 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4544
4545 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4546 header names.
4547 (log-edit-toggle-header): New function.
4548 (log-edit-extract-headers): Accept function values in HEADERS alist.
4549
4550 2012-10-01 David Engster <deng@randomsample.de>
4551
4552 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4553 from symbol property and change message to be more consistent with
4554 Emacs proper.
4555 (eieio-describe-generic): Add filename for each implementation.
4556 Fix indices for generic and normal methods.
4557 (eieio-method-def, eieio-class-def): New buttons.
4558 (eieio-help-find-method-definition)
4559 (eieio-help-find-class-definition): New functions.
4560 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4561 class, constructor and method definitions.
4562
4563 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4564 information in symbol property.
4565 (scoped-class): Remove.
4566 (eieio-slot-name-index, call-next-method): Check if it is bound.
4567
4568 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4569
4570 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4571 (eieio-custom-mode): New major mode.
4572 (eieio-customize-object): Use it.
4573
4574 2012-10-01 Eric Ludlam <zappo@gnu.org>
4575
4576 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4577 specifying the expected class, and whether subclassing is allowed.
4578 (eieio-persistent-convert-list-to-object):
4579 (eieio-persistent-validate/fix-slot-value)
4580 (eieio-persistent-slot-type-is-class-p): New functions.
4581 (eieio-named::slot-missing): Doc fix.
4582
4583 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4584 Stop using unused publd variable.
4585
4586 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4587 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4588 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4589 (eieio-speedbar-handle-click): Do not specify a class for the
4590 method. Fixes method invocation order problems with EDE.
4591
4592 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4593
4594 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4595 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4596
4597 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4598
4599 * bookmark.el (bookmark-version-control): Give tags in the
4600 :type choices (Bug#12309), and improve doc string.
4601 (bookmark-write-file): Bind `print-circle' to `t' to allow
4602 circular custom bookmark types. (Bug#12503)
4603
4604 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4605
4606 Revert the FOLLOW-SYMLINKS change for file-attributes.
4607 * files.el (remote-file-name-inhibit-cache, after-find-file):
4608 * time.el (display-time-file-nonempty-p): Undo last change.
4609
4610 * profiler.el (profiler-sampling-interval): Change default back to 1.
4611 See Stefan Monnier in
4612 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4613
4614 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4615
4616 Shell output catching a la gud-gdb.
4617 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4618 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4619 New Vars.
4620 (python-shell-fetch-lines-filter): New function.
4621 (python-shell-send-string-no-output): Use them.
4622
4623 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4624
4625 * profiler.el (profiler-sampling-interval): Rename from
4626 profiler-sample-interval.
4627 (profiler-sampling-interval): Default to 10.
4628 (profiler-find-profile): New command (was profiler-find-log).
4629 (profiler-find-profile-other-window): New command.
4630 (profiler-find-profile-other-frame): New command.
4631 (profiler-profile): Introduce API-level data structure.
4632
4633 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4634
4635 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4636 * files.el (remote-file-name-inhibit-cache):
4637 * time.el (display-time-file-nonempty-p): Use it.
4638 * files.el (after-find-file): Don't chase links before calling
4639 file-exists-p, as file-exists-p already does the right thing.
4640
4641 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4642
4643 Merge from standalone RefTeX repository.
4644
4645 The following ChangeLog entries are shortened versions of the
4646 original ones with file paths adapted. A not so strongly edited
4647 version of the original ChangeLog can be found in the commit log.
4648
4649 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4650 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4651 Correctly handle new value type returned by `reftex-citation'.
4652
4653 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4654 that entries with whitespace at various places are found.
4655 Doc fix. Include entries that are cross-referenced from cited entries.
4656 Include @String definitions in the resulting bib file. Add header
4657 and footer defined in `reftex-create-bibtex-header' and
4658 `reftex-create-bibtex-footer'.
4659 (reftex-do-citation): Make it possible again to insert
4660 non-existent entries. Save match data when asking for optional
4661 arguments. Return all keys, not just the first one.
4662 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4663 all citations in the same line.
4664 (reftex-parse-bibtex-entry): Accept additional optional argument
4665 `raw' and keep quotes or braces if it is non-nil. Match fields
4666 containing hyphens besides word constituents.
4667 (reftex-get-string-refs): New function.
4668 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4669 and ask if it should be reread in case it did.
4670 (reftex-pop-to-bibtex-entry)
4671 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4672 entries with spaces or tabs in front of arguments.
4673 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4674 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4675 Match entries containing numbers and symbol constituents.
4676 (reftex-do-citation, reftex-figure-out-cite-format):
4677 Use `reftex-cite-key-separator'.
4678
4679 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4680 (reftex-mouse-view-crossref): Explain why point is set.
4681
4682 * textmodes/reftex-global.el: Whitespace changes.
4683
4684 * textmodes/reftex-index.el: Move provide statement to end of
4685 file.
4686 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4687 (reftex-index-visit-phrases-buffer): Set marker when visiting
4688 buffer. This allows for returning from the phrases file to the
4689 file one was just editing instead of the file where the last
4690 phrases was added from.
4691 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4692 punctuation syntax as it usually is not used as string quote in
4693 TeX-related modes and may occur unmatched. The change also
4694 prevents fontification of quoted content.
4695 (reftex-index-phrases-mode): Use it.
4696
4697 * textmodes/reftex-parse.el (reftex-parse-from-file):
4698 Move backward one char if a `\' was matched after a section macro.
4699 (reftex-parse-from-file): Use beginning of match instead of end as
4700 bound.
4701
4702 * textmodes/reftex-ref.el: Adapt creation of
4703 `reftex-<package>-<macro>' functions to new structure of
4704 `reftex-ref-style-alist'.
4705 (reftex-reference): Use `reftex-ref-style-list' function.
4706 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4707 reference macro if `reftex-ref-macro-prompt' is non-nil.
4708 (reftex-reference): Pass refstyle to `reftex-format-special'.
4709 Determine reference macro by looking at
4710 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4711 Use only one special format function.
4712 (reftex-varioref-vref, reftex-fancyref-fref)
4713 (reftex-fancyref-Fref): Remove definitions. The functions are now
4714 generated from `reftex-ref-style-alist'.
4715 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4716 Remove.
4717 (reftex-format-special): New function.
4718
4719 * textmodes/reftex-sel.el
4720 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4721 of `reftex-ref-style-alist'. Remove code for testing macro type.
4722 (reftex-select-toggle-varioref)
4723 (reftex-select-toggle-fancyref): Remove.
4724 (reftex-select-cycle-ref-style-internal)
4725 (reftex-select-cycle-ref-style-forward)
4726 (reftex-select-cycle-ref-style-backward): New functions.
4727 (reftex-select-label-map): Use `v' and `V' for general cycling
4728 through reference styles. Add `p' for switching between number
4729 and page reference types.
4730
4731 * textmodes/reftex-toc.el (reftex-re-enlarge):
4732 Call `enlarge-window' only if there is something to do because in Emacs
4733 the horizontal version throws an error even if the parameter is 0.
4734
4735 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4736 (reftex-plug-into-AUCTeX): Doc fix.
4737 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4738 string. Adapt to new name.
4739 (reftex-ref-style-alist): Change structure so that it is not
4740 possible to use multiple different package names within a style.
4741 Remove the symbols for symbols for macro type distinction.
4742 Add characters for macro selection.
4743 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4744 (reftex-create-bibtex-footer): New variables.
4745 (reftex-format-ref-function): Mention third argument of special
4746 format function.
4747 (reftex-ref-style-alist, reftex-ref-style-default-list):
4748 New variables.
4749 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4750 to new implementation. Mark as obsolete. Add compatibility code
4751 for honoring the variable values in case they are set.
4752 (reftex-cite-format-builtin, reftex-bibliography-commands):
4753 Add support for ConTeXt.
4754 (reftex-format-ref-function, reftex-format-cite-function):
4755 Fix custom type.
4756 (reftex-cite-key-separator): New variable.
4757
4758 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4759 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4760 `reftex-syntax-table' because parens have to retain their paren
4761 syntax in order for parsing of BibTeX entries like @book(...) to
4762 work.
4763 (reftex-in-comment): Do not error out if `comment-start-skip' is
4764 not set. Deal correctly with escaped comment characters.
4765 (reftex-tie-multifile-symbols): Add doc string.
4766 Initialize `reftex-ref-style-list'.
4767 (reftex-untie-multifile-symbols): Add doc string.
4768 (reftex-add-index-macros): Doc fix.
4769 (reftex-ref-style-activate, reftex-ref-style-toggle)
4770 (reftex-ref-style-list): New functions.
4771 (reftex-mode-menu): Use them. Adapt to new structure of
4772 `reftex-ref-style-alist'.
4773 (reftex-select-with-char): Kill the RefTeX Select buffer when
4774 done.
4775 (reftex-remove-if): New function.
4776 (reftex-erase-all-selection-and-index-buffers)
4777 (reftex-mode-menu): Reference styles are now computed from
4778 `reftex-ref-style-alist'. Fix typo.
4779 (reftex-report-bug): New function.
4780 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4781 algorithms with O(n log n). Introduce optional argument SORT (not
4782 yet used).
4783
4784 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4785
4786 Enhancements for triple-quote string syntax.
4787 * progmodes/python.el (python-syntax-propertize-function):
4788 Match both quote cases in one regexp.
4789 (python-syntax-stringify): Handle matches properly.
4790
4791 2012-09-30 Juri Linkov <juri@jurta.org>
4792
4793 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4794 to nil around the call to `insert' to prevent
4795 directory time modification by lock_file. (Bug#2295)
4796 * tar-mode.el (tar-summarize-buffer): Idem.
4797
4798 2012-09-30 Juri Linkov <juri@jurta.org>
4799
4800 * facemenu.el (list-colors-sort): Add option "Luminance".
4801 (list-colors-sort-key): Implement it.
4802
4803 * vc/diff-mode.el (diff-refine-removed):
4804 * vc/ediff-init.el (ediff-fine-diff-A):
4805 * vc/smerge-mode.el (smerge-refined-removed):
4806 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4807
4808 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4809
4810 * term/ns-win.el (x-file-dialog): New function.
4811
4812 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * ido.el (ido-max-directory-size): Default to nil; the current
4815 default is small for POSIX systems, and impractical on Windows 7
4816 now that lstat returns directory sizes for NTFS.
4817
4818 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4819
4820 In buffer display functions handle window-height/window-width
4821 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4822 * window.el (window--display-buffer): New argument ALIST.
4823 Obey window-height and window-width alist entries.
4824 (window--try-to-split-window): New argument ALIST.
4825 Bind window-combination-limit to t when the window's size shall be
4826 changed and window-combination-limit equals `window-size'.
4827 (display-buffer-in-atom-window)
4828 (display-buffer-in-major-side-window)
4829 (display-buffer-in-side-window, display-buffer-same-window)
4830 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4831 (display-buffer-pop-up-window, display-buffer-below-selected)
4832 (display-buffer-at-bottom, display-buffer-in-previous-window)
4833 (display-buffer-use-some-window): Adjust all callers of
4834 window--display-buffer and window--try-to-split-window.
4835 (fit-frame-to-buffer): New option.
4836 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4837 is non-nil.
4838 (display-buffer-in-major-side-window): Evaluate window-height /
4839 window-width alist entries.
4840
4841 * help.el (temp-buffer-resize-frames)
4842 (temp-buffer-resize-regexps): Remove options.
4843 (temp-buffer-resize-mode): Adjust doc-string.
4844 (resize-temp-buffer-window): Don't consult
4845 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4846 temp-buffer-resize-frames.
4847
4848 * dired.el (dired-mark-pop-up):
4849 Call display-buffer-below-selected with a fit-window-to-buffer alist
4850 entry.
4851
4852 2012-09-30 Chong Yidong <cyd@gnu.org>
4853
4854 * server.el (server-host): Document the security implications.
4855 (server-auth-key): Doc fix.
4856
4857 * startup.el (initial-buffer-choice): Doc fix.
4858
4859 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4860
4861 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4862 restriction change.
4863
4864 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4865
4866 * help-fns.el (help-fns--obsolete): Fix last change.
4867
4868 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4871 (minor-mode-map-alist): Remove redundant code.
4872
4873 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4874 visited in a buffer.
4875 (cvs-insert-visited-file): New function.
4876 (find-file-hook): Use it.
4877
4878 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4879
4880 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4881 chose face.
4882 (log-edit-empty-buffer-p): Don't require a space after a header.
4883
4884 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4885
4886 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4887
4888 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4889 a proper minor-mode.
4890
4891 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4892
4893 2012-09-29 Glenn Morris <rgm@gnu.org>
4894
4895 * winner.el (winner-mode): Remove variable (let define-minor-mode
4896 handle it).
4897 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4898 Doc fixes.
4899 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4900 (winner-mode): Use define-minor-mode.
4901
4902 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4903 the full definition in loaddefs, rather than duplicating it.
4904
4905 * help-macro.el (three-step-help): No need to autoload defcustom.
4906
4907 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4908 (inferior-lisp-program, inferior-lisp-load-command)
4909 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4910 No need to autoload defcustoms.
4911
4912 * hippie-exp.el (hippie-expand-try-functions-list)
4913 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4914 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4915 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4916 (hippie-expand-only-buffers): No need to autoload defcustoms.
4917 * progmodes/vhdl-mode.el (vhdl-line-expand):
4918 Explicitly load hippie-exp, so it does not get autoloaded
4919 while hippie-expand-try-functions-list is let-bound.
4920
4921 2012-09-28 Glenn Morris <rgm@gnu.org>
4922
4923 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4924
4925 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4926 Only "cl.el" counts as cl these days.
4927
4928 2012-09-28 Juri Linkov <juri@jurta.org>
4929
4930 Display archive errors in the echo area instead of inserting
4931 to the file buffer.
4932
4933 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
4934 to STDERR-TEST that can be a regexp matching a successful output.
4935 Create a temporary file and redirect stderr to it. Search for
4936 STDERR-TEST in the stderr output and display it in the echo area
4937 if no match is found.
4938 (archive-extract-by-file): New function like
4939 `archive-extract-by-stdout' but extracting archives to files
4940 and looking for successful matches in stdout. Function body is
4941 mostly copied from `archive-rar-extract'.
4942 (archive-rar-extract): Use `archive-extract-by-file'.
4943 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
4944
4945 2012-09-28 Leo Liu <sdl.web@gmail.com>
4946
4947 * pcomplete.el (pcomplete-show-completions):
4948 Use minibuffer-message to make pcomplete usable in minibuffer.
4949
4950 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
4951
4952 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4953
4954 * type-break.el: Use lexical-binding.
4955 (type-break-mode): Use define-minor-mode.
4956
4957 * emacs-lisp/pcase.el (pcase--mark-used): New.
4958 (pcase--u1): Use it (bug#12512).
4959
4960 * custom.el (load-theme): Set buffer-file-name so the load is recorded
4961 in load-history with the right file name.
4962
4963 2012-09-28 Tassilo Horn <tsdh@gnu.org>
4964
4965 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
4966 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
4967 (doc-view-get-bounding-box): Make bounding box slicing work for
4968 ODF and DVI documents.
4969
4970 2012-09-28 Glenn Morris <rgm@gnu.org>
4971
4972 * type-break.el (type-break-mode, type-break-interval)
4973 (type-break-good-rest-interval, type-break-keystroke-threshold):
4974 No need to autoload.
4975 (type-break-good-rest-interval, type-break-keystroke-threshold):
4976 Add :set-after.
4977
4978 2012-09-28 Chong Yidong <cyd@gnu.org>
4979
4980 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
4981 Add :version tag.
4982
4983 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
4984
4985 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
4986
4987 2012-09-27 Glenn Morris <rgm@gnu.org>
4988
4989 * faces.el (x-display-name): Declare (for without-x builds).
4990
4991 * linum.el (linum-format): Don't autoload it. Improve :type.
4992
4993 * progmodes/tcl.el: Don't require outline when compiling.
4994 (outline-regexp, outline-level): Declare.
4995 * textmodes/sgml-mode.el: Don't require outline when compiling.
4996 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
4997
4998 * term.el (term-ansi-reset):
4999 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5000
5001 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5002 files for RCS and SCCS. (Bug#9781)
5003
5004 2012-09-27 Chong Yidong <cyd@gnu.org>
5005
5006 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5007 change; value should be t.
5008
5009 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5010
5011 * image-mode.el: Use lexical-binding.
5012 (image-mode-winprops): Use t to stand for the window of
5013 a buffer that's not displayed.
5014 * doc-view.el (doc-view-new-window-function): Handle the new
5015 t in winprops.
5016 (doc-view-enlarge): Make it a real nop if the size is not changed.
5017 (doc-view-display): Handle the case where the buffer is not (yet?)
5018 displayed in any window.
5019 (doc-view-saved-settings): New var.
5020 (doc-view-mode): Use it.
5021 (doc-view-fallback-mode): Set it.
5022
5023 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5024 Set lexical-binding.
5025 (minibuffer-eldef-shorten-default): New var.
5026 (minibuffer-default-in-prompt-regexps): Use it for new default.
5027 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5028
5029 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * international/uni-bidi.el:
5032 * international/uni-category.el:
5033 * international/uni-name.el:
5034 * international/uni-numeric.el: Regenerate.
5035
5036 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5037 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * profiler.el: New file.
5040
5041 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5042
5043 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5044 (testcover-reinstrument): Simplify with CSE.
5045
5046 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5049
5050 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5051
5052 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5053 (verilog-auto-input, verilog-auto-insert-lisp)
5054 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5055 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5056 (verilog-auto-unused, verilog-auto-wire)
5057 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5058 newline. Reported by Andrew Jones.
5059 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5060 Reported by Brad Dobbie.
5061 (verilog-batch-delete-trailing-whitespace):
5062 Create verilog-batch-delete-trailing-whitespace.
5063 Reported by Brad Dobbie.
5064 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5065 parameters from another module. Reported by Dan Katz.
5066 (verilog-auto, verilog-auto-assign-modport)
5067 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5068 AUTOINOUTMODPORT for UVM interface module shell generation.
5069 Reported by Brad Dobbie.
5070 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5071 standard behavior.
5072 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5073 Reported by Matt Martin.
5074
5075 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5076
5077 * window.el (window--resize-child-windows): When resizing child
5078 windows proportionally, process them in reverse order to
5079 preserve the "when splitting a window the new one gets the odd
5080 line" behavior.
5081 (window--resize-root-window-vertically): When resizing the
5082 minibuffer window try to affect only windows at the bottom of the
5083 frame. (Bug#12419)
5084
5085 2012-09-25 Chong Yidong <cyd@gnu.org>
5086
5087 * subr.el (declare): Doc fix.
5088
5089 * help-fns.el (help-fns--obsolete): Handle macros properly.
5090
5091 2012-09-25 Chong Yidong <cyd@gnu.org>
5092
5093 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5094 this function obsolete.
5095
5096 * calendar/cal-x.el (calendar-two-frame-setup)
5097 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5098 * calendar/calendar.el (american-calendar, european-calendar)
5099 (calendar-for-loop):
5100 * comint.el (comint-dynamic-simple-complete)
5101 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5102 * desktop.el (desktop-load-default):
5103 * dired-x.el (dired-omit-here-always)
5104 (dired-hack-local-variables, dired-default-directory):
5105 * emacs-lisp/derived.el (derived-mode-class):
5106 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5107 * emacs-lock.el (toggle-emacs-lock):
5108 * epa.el (epa-display-verify-result):
5109 * epg.el (epg-sign-keys, epg-start-sign-keys)
5110 (epg-passphrase-callback-function):
5111 * eshell/esh-util.el (eshell-for):
5112 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5113 (eshell-add-to-window-buffer-names):
5114 * files.el (locate-file-completion):
5115 * imenu.el (imenu-example--create-c-index)
5116 (imenu-example--create-lisp-index)
5117 (imenu-example--lisp-extract-index-name)
5118 (imenu-example--name-and-position):
5119 * international/mule-cmds.el (princ-list):
5120 * international/mule-diag.el (decode-codepage-char):
5121 * international/mule-util.el (detect-coding-with-priority):
5122 * iswitchb.el (iswitchb-read-buffer):
5123 * mail/mailalias.el (mail-complete):
5124 * mail/sendmail.el (mail-sent-via):
5125 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5126 (mouse-major-mode-menu):
5127 * password-cache.el (password-read-and-add):
5128 * pcomplete.el (pcomplete-parse-comint-arguments):
5129 * progmodes/sh-script.el (sh-maybe-here-document):
5130 * replace.el (query-replace-regexp-eval):
5131 * savehist.el (savehist-load):
5132 * simple.el (choose-completion-delete-max-match):
5133 * term.el (term-dynamic-simple-complete):
5134 * vc/ediff-init.el (ediff-check-version):
5135 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5136 * vc/vc.el (vc-diff-switches-list):
5137 * view.el (view-return-to-alist-update): Likewise.
5138
5139 * subr.el (eval-next-after-load, makehash, insert-string)
5140 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5141 mark obsolete.
5142 (mode-line-inverse-video): Variable deleted.
5143
5144 * international/mule-util.el (string-to-sequence): Remove.
5145
5146 * calendar/calendar.el (calendar-version):
5147 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5148 (icalendar-convert-diary-to-ical):
5149 * cus-edit.el (custom-mode):
5150 * ansi-color.el (ansi-color-unfontify-region):
5151 * international/latin1-disp.el (latin1-char-displayable-p):
5152 * progmodes/cwarn.el (turn-on-cwarn-mode):
5153 * progmodes/which-func.el (which-func-update-1):
5154 Use define-obsolete-function-alias.
5155
5156 * net/newst-backend.el (newsticker-cache-filename):
5157 * net/newst-treeview.el (newsticker-groups-filename):
5158 Fix incorrect obsolescence declaration.
5159
5160 * allout.el (allout-passphrase-hint-string): Likewise.
5161 (allout-init): Use a declare form to mark obsolete.
5162
5163 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5164 this applies to functions.
5165
5166 * iswitchb.el (iswitchb-read-buffer): Move code of
5167 iswitchb-define-mode-map here, and delete that obsolete function.
5168
5169 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5170 font-lock-reference-face.
5171
5172 2012-09-25 Glenn Morris <rgm@gnu.org>
5173
5174 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5175 Doc fixes.
5176
5177 * eshell/em-term.el (eshell-term-name):
5178 Default to term-term-name. (Bug#12485)
5179
5180 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5181
5182 * progmodes/python.el (python-shell-send-buffer): Better handling
5183 of "if __name__ == '__main__':" conditionals when sending the buffer.
5184
5185 2012-09-24 Glenn Morris <rgm@gnu.org>
5186
5187 * eshell/esh-cmd.el (eshell-find-alias-function):
5188 Tighten up file-name regexp. (Bug#12499)
5189
5190 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5191
5192 Enhancements for triple-quote string syntax.
5193 * progmodes/python.el (python-quote-syntax): Remove.
5194 (python-syntax-propertize-function): New value.
5195 (python-syntax-count-quotes, python-syntax-stringify):
5196 New functions.
5197
5198 2012-09-24 Chong Yidong <cyd@gnu.org>
5199
5200 * mail/supercite.el (sc-version): Remove obsolete function.
5201 (sc-describe): Don't mark as obsolete, since it is bound.
5202 (sc-submit-bug-report): Remove.
5203
5204 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5205 (cvs-commit-buffer-require-final-newline): Remove.
5206 (log-edit-require-final-newline)
5207 (log-edit-changelog-full-paragraphs): Default to t.
5208
5209 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5210 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5211 * vc/vc.el (vc-checkout-carefully): Likewise.
5212
5213 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5214 (emerge-version): Remove.
5215
5216 * progmodes/compile.el (compile-internal): Remove.
5217 (compilation-parse-errors-function): Fix typo.
5218
5219 * international/mule.el (set-char-table-default): Remove.
5220 (set-coding-priority, make-coding-system, generic-char-p)
5221 (charset-list, charset-bytes, charset-id): Use declare to mark
5222 functions as obsolete.
5223
5224 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5225 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5226 * vc/vc-hooks.el (vc-default-registered): Don't use
5227 vc-master-templates.
5228
5229 * font-lock.el (font-lock-reference-face):
5230 Use define-obsolete-variable-alias.
5231
5232 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5233 * calendar/calendar.el (calendar-font-lock-keywords):
5234 * calendar/diary-lib.el (diary-font-lock-keywords)
5235 (diary-fancy-font-lock-keywords):
5236 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5237 * textmodes/reftex-index.el (reftex-insert-index):
5238 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5239 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5240 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5241 * progmodes/prolog.el (prolog-font-lock-keywords):
5242 * progmodes/idlwave.el (idlwave-idl-keywords):
5243 * progmodes/ada-mode.el (ada-font-lock-keywords):
5244 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5245
5246 2012-09-24 Glenn Morris <rgm@gnu.org>
5247
5248 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5249
5250 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5251
5252 * progmodes/python.el (python-indent-line): More consistent cursor
5253 movement behavior.
5254
5255 2012-09-23 Stefan Merten <smerten@oekonux.de>
5256
5257 * textmodes/rst.el: Fix compiler warning.
5258
5259 2012-09-23 Roland Winkler <winkler@gnu.org>
5260
5261 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5262 Transcribe also LaTeX hyphenation.
5263 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5264 bibtex-reformat-previous-options.
5265
5266 2012-09-23 Roland Winkler <winkler@gnu.org>
5267
5268 * proced.el (proced-renice-command): New variable.
5269 (proced-marked-processes): New function.
5270 (proced-with-processes-buffer): New macro.
5271 (proced-send-signal): Use them.
5272 (proced-renice): New command bound to r.
5273
5274 2012-09-23 Roland Winkler <winkler@gnu.org>
5275
5276 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5277 ibuffer-saved-filter-groups has one element, shortcut the call of
5278 completing-read. (Bug#12331)
5279
5280 2012-09-23 Chong Yidong <cyd@gnu.org>
5281
5282 * bindings.el (mode-line-toggle-read-only):
5283 * bs.el (bs-toggle-readonly):
5284 * buff-menu.el (Buffer-menu-toggle-read-only):
5285 * dired.el (dired-toggle-read-only):
5286 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5287
5288 2012-09-23 Chong Yidong <cyd@gnu.org>
5289
5290 * image.el (image-type-available-p): Adapt to init-image-library
5291 argument changes.
5292
5293 2012-09-22 Juri Linkov <juri@jurta.org>
5294
5295 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5296 `dired-toggle-read-only'. (Bug#12462)
5297
5298 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5299
5300 * subr.el (temp-output-buffer-show): New function.
5301 (with-output-to-temp-buffer): Call temp-output-buffer-show
5302 instead of internal-temp-output-buffer-show.
5303
5304 2012-09-22 Chong Yidong <cyd@gnu.org>
5305
5306 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5307 (Bug#12462).
5308
5309 * repeat.el (repeat): Doc fix (Bug#12348).
5310
5311 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5312 (Bug#10909).
5313
5314 * simple.el (shell-command-on-region): Doc fix.
5315 (read-only-mode): Doc fix.
5316
5317 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5318
5319 * emacs-lisp/timer.el (run-with-idle-timer)
5320 (timer-activate-when-idle): Warn against reinvoking an idle timer
5321 from within its own timer action. (Bug#12447)
5322
5323 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5324
5325 * cus-start.el (window-combination-limit): Add new optional
5326 values.
5327 * window.el (temp-buffer-window-show)
5328 (window--try-to-split-window): Handle new values of
5329 window-combination-limit (Bug#1806).
5330 (split-window): Test window-combination-limit for t instead of
5331 non-nil.
5332 (display-buffer-at-bottom): New buffer display action function.
5333 * help.el (temp-buffer-resize-regexps): New option.
5334 (temp-buffer-resize-mode): Rewrite doc-string.
5335 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5336 Don't resize reused window. Suggested by Glenn Morris.
5337
5338 2012-09-22 Stefan Merten <smerten@oekonux.de>
5339
5340 * textmodes/rst.el: Revamp section title faces.
5341 (rst-official-version)
5342 (rst-package-emacs-version-alist): Sync with official version
5343 V1.4.0.
5344 (rst-faces-defaults, rst-set-level-default)
5345 (rst-level-face-max, rst-level-face-base-color)
5346 (rst-level-face-base-light, rst-level-face-format-light)
5347 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5348 (rst-adornment-faces-alist): Match new setup.
5349 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5350 (rst-level-5, rst-level-6): New faces.
5351
5352 2012-09-22 Chong Yidong <cyd@gnu.org>
5353
5354 * simple.el (undo): Handle indirect buffers (Bug#8207).
5355
5356 2012-09-21 Leo Liu <sdl.web@gmail.com>
5357
5358 IDO: Disable match re-ordering for buffer switching.
5359 * ido.el (ido-buffer-disable-smart-matches): New variable.
5360 (ido-set-matches-1): Use it. (Bug#2042)
5361
5362 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5363
5364 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5365 Fix 2011-05-17 change. (Bug#12418)
5366
5367 2012-09-21 Leo Liu <sdl.web@gmail.com>
5368
5369 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5370
5371 2012-09-21 Glenn Morris <rgm@gnu.org>
5372
5373 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5374 Be more robust about locating simple.el.
5375
5376 2012-09-21 Glenn Morris <rgm@gnu.org>
5377
5378 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5379
5380 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5381
5382 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5383
5384 2012-09-20 Juri Linkov <juri@jurta.org>
5385
5386 * replace.el (query-replace-read-from): Use `read-regexp' instead
5387 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5388 (occur-read-primary-args): Use `read-regexp' instead of
5389 `read-string'.
5390 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5391 `read-from-minibuffer'.
5392 * isearch.el (isearch-occur): Use `read-regexp' instead of
5393 `read-string'.
5394 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5395 `read-from-minibuffer'.
5396 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5397 of `read-string'. (Bug#7567)
5398
5399 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5400 and allow accepting a list of strings prepended to a list of
5401 standard default values. Doc fix. (Bug#12321)
5402
5403 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5404
5405 * replace.el (read-regexp): Don't add ": " when PROMPT already
5406 ends with a colon and space. (Bug#12321)
5407
5408 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5409
5410 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5411 error.
5412
5413 2012-09-20 Stefan Merten <smerten@oekonux.de>
5414
5415 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5416 Fixes feature request bug#11711.
5417 (rst-mode): Create `imenu-create-index-function'.
5418 (rst-get-stripped-line): Delete after refactoring.
5419 (rst-section-tree, rst-section-tree-rec)
5420 (rst-section-tree-point): Refactor and document properly.
5421 (rst-imenu-find-adornments-for-position)
5422 (rst-imenu-convert-cell, rst-imenu-create-index):
5423 New function.
5424
5425 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5428 (macroexp--expand-all): Use it.
5429 (macroexp--funcall-and-return): Remove by folding it into its sole
5430 caller (macroexp--warn-and-return).
5431 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5432 Use macroexp--obsolete-warning.
5433
5434 * calc/calc.el: Fix last change by removing the whole chunk, since it
5435 was only needed back when Calc was not bundled.
5436
5437 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5438
5439 * emacs-lisp/debug.el (debug): Restore assignment to
5440 debugger-old-buffer removed on 2012-09-08.
5441
5442 2012-09-20 Juri Linkov <juri@jurta.org>
5443
5444 * dired-aux.el (dired-diff): Remove (require 'diff) since
5445 `diff-latest-backup-file' is now autoloaded.
5446
5447 2012-09-20 Chong Yidong <cyd@gnu.org>
5448
5449 * vc/diff.el (diff-latest-backup-file): Autoload.
5450
5451 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5452
5453 * calc/calc.el: Remove redundant autoload shape check.
5454 (sel-mode): Don't defvar.
5455 (calc-get-stack-element): Add `sel-mode' arg instead.
5456 (calc-top, calc-top-list): Pass it this additional argument.
5457 * calc/calc-store.el (calc-store-map):
5458 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5459 (calc-map-equation, calc-outer-product, calc-inner-product):
5460 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5461
5462 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5463
5464 2012-09-19 Juri Linkov <juri@jurta.org>
5465
5466 * dired-aux.el (dired-diff): Add (require 'diff) because
5467 `diff-latest-backup-file' is not autoloaded.
5468 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5469 of `dired-get-filename' to t to not report error when there is
5470 no default file on the current line.
5471
5472 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5473
5474 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5475 macroexp--eval-if-compile.
5476 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5477 (macroexp--expand-all): Use them (bug#12371).
5478
5479 * doc-view.el (doc-view-guess-paper-size)
5480 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5481
5482 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5483
5484 New feature: set optimal slice from BoundingBox information.
5485 * doc-view.el (doc-view-mode-map): Add keybinding.
5486 (doc-view-menu): Add menu entry.
5487 (doc-view-set-slice): Adapt docstring.
5488 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5489 (doc-view-scale-bounding-box)
5490 (doc-view-set-slice-from-bounding-box): New functions.
5491 (doc-view-paper-sizes): New defvar.
5492
5493 2012-09-19 Glenn Morris <rgm@gnu.org>
5494
5495 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5496 (byte-compile-log-warning): Autoload. (Bug#12371)
5497
5498 * calendar/calendar.el (calendar-american-month-header)
5499 (calendar-european-month-header, calendar-iso-month-header)
5500 (calendar-month-header): New options.
5501 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5502 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5503
5504 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5505
5506 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5507
5508 2012-09-18 Juri Linkov <juri@jurta.org>
5509
5510 * dired-aux.el (dired-diff): Restore original functionality of
5511 getting the default value, but keep new feature of using the
5512 latest existing backup file (`diff-latest-backup-file').
5513
5514 2012-09-18 Juri Linkov <juri@jurta.org>
5515
5516 * dired.el (dired-mark): If the region is active in Transient Mark
5517 mode, mark all files in the active region. Doc fix.
5518 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5519 Doc fix. (Bug#10624)
5520
5521 2012-09-18 Juri Linkov <juri@jurta.org>
5522
5523 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5524 attributes for M-n are pulled from the file at point.
5525 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5526 Suggested by Drew Adams. (Bug#10624)
5527
5528 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5529
5530 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5531 whitespace after "end".
5532 (ruby-do-end-to-brace): Collapse block to one line if it fits
5533 within fill-column.
5534
5535 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5536
5537 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5538 value.
5539 (debug): Don't remove debugger window when debugger is expected
5540 to be back.
5541
5542 2012-09-18 Chong Yidong <cyd@gnu.org>
5543
5544 * custom.el (defface): Doc fix.
5545
5546 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5547
5548 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5549
5550 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5551 to initialize query-on-exit; then test that instead (bug#12288).
5552
5553 2012-09-17 Stefan Merten <smerten@oekonux.de>
5554
5555 * textmodes/rst.el: Add support for `testcover'.
5556 (rst-defcustom-testcover, rst-testcover-add-compose)
5557 (rst-testcover-add-1value): New functions.
5558 (rst-portable-mark-active-p): Replace by `use-region-p'.
5559 (rst-update-section, rst-classify-adornment)
5560 (rst-find-title-line): Mark `1value' forms.
5561 (rst-classify-adornment): Remove superfluous form.
5562 (rst-update-section, rst-get-adornments-around)
5563 (rst-adornment-complete-p, rst-get-next-adornment)
5564 (rst-adjust, rst-promote-region)
5565 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5566 (rst-find-pfx-in-region, rst-section-tree-rec)
5567 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5568 (rst-toc-node, rst-toc, rst-forward-section)
5569 (rst-iterate-leftmost-paragraphs)
5570 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5571 (rst-bullet-list-region)
5572 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5573 (rst-compile-find-conf, rst-compile)
5574 (rst-repeat-last-character): Fix style.
5575
5576 2012-09-17 Chong Yidong <cyd@gnu.org>
5577
5578 * comint.el (comint--complete-file-name-data): Don't add a space
5579 if the status is `sole'; that adds a gratuitous space in the
5580 completion-cycling case (Bug#12092).
5581
5582 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5583
5584 2012-09-17 Richard Stallman <rms@gnu.org>
5585
5586 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5587 only in the mime-shown mode, not in raw mode.
5588 (rmail-mime): Toggle off mime by displaying the message without
5589 mime processing. (Bug#12305)
5590
5591 * mail/rmail.el (rmail-retry-failure):
5592 Turn off mime processing first. (Bug#12037)
5593
5594 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5595
5596 2012-09-17 Chong Yidong <cyd@gnu.org>
5597
5598 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5599 (shell-dynamic-complete-functions): Convert to defcustom.
5600 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5601
5602 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5603 * comint.el (comint-prompt-read-only):
5604 * custom.el (defcustom):
5605 * hi-lock.el (hi-lock-mode):
5606 * ibuffer.el (ibuffer-formats):
5607 * ielm.el (ielm-prompt-read-only):
5608 * novice.el (disable-command):
5609 * saveplace.el (toggle-save-place):
5610 * speedbar.el (speedbar-supported-extension-expressions):
5611 * startup.el (auto-save-list-file-prefix, init-file-user)
5612 (after-init-hook, inhibit-startup-echo-area-message):
5613 * strokes.el (strokes-help):
5614 * time-stamp.el (time-stamp):
5615 * calendar/calendar.el (calendar, diary-file):
5616 * calendar/diary-lib.el (diary-mail-entries, diary)
5617 (diary-list-entries-hook):
5618 * calendar/holidays.el (holidays, calendar-holidays):
5619 * calendar/lunar.el (lunar-phases):
5620 * calendar/solar.el (sunrise-sunset):
5621 * emulation/edt.el (edt-load-keys):
5622 * emulation/viper.el (viper-mode):
5623 * eshell/em-alias.el (eshell-command-aliases-list):
5624 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5625 * international/ogonek.el (ogonek-information):
5626 * net/tramp-cmds.el (tramp-bug):
5627 * net/quickurl.el (quickurl-reread-hook-postfix):
5628 * play/decipher.el (decipher-font-lock-keywords):
5629 * progmodes/cc-styles.el (c-set-style):
5630 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5631 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5632 * progmodes/octave-mod.el (octave-mode):
5633 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5634 * progmodes/verilog-mode.el (verilog-read-defines):
5635 * textmodes/two-column.el (2C-mode): Likewise.
5636
5637 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5638
5639 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5640 that holds many addresses.
5641
5642 2012-09-16 Chong Yidong <cyd@gnu.org>
5643
5644 * align.el (align-areas): Call the indication function with
5645 positions instead of markers for arguments (Bug#12343).
5646
5647 * files.el (parse-colon-path): Use split-string (Bug#12351).
5648
5649 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5650 (display-buffer-function): Mark as obsolete.
5651
5652 * progmodes/compile.el (compilation-parse-errors): Accept list
5653 values similar to font-lock-keywords (Bug#12136).
5654 Suggested by Oleksandr Manzyuk.
5655 (compilation-error-regexp-alist): Doc fix.
5656
5657 2012-09-15 Glenn Morris <rgm@gnu.org>
5658
5659 * version.el (emacs-bzr-version-bzr): New function.
5660 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5661
5662 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5663 checkouts, check the parent dirstate matches the branch.
5664 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5665 empty string.
5666
5667 * version.el (emacs-bzr-version): Doc fix.
5668 (emacs-bzr-version-dirstate): New function.
5669 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5670 is local try and check that it matches the branch. If not, just
5671 use dirstate information. (Bug#12441)
5672
5673 2012-09-14 Juri Linkov <juri@jurta.org>
5674
5675 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5676 (Bug#12399)
5677
5678 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5681
5682 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5683 Remove obsolete byte-compiler hack that tried to silence some warnings.
5684 (edebug-submit-bug-report): Remove.
5685 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5686 Remove aliases, use the un-prefixed name instead.
5687 (edebug-pop-to-buffer): Consider other frames.
5688 (edebug-original-read):: Make it more obvious that it's always defined.
5689 (edebug--make-form-data-entry, edebug--form-data-name)
5690 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5691 single-dashed name, and implement with cl-defstruct.
5692 (edebug-set-form-data-entry): Use the standard accessors.
5693 (edebug-make-top-form-data-entry): Use push.
5694 (edebug-no-match): Drop useless `funcall'.
5695 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5696 to functions.
5697 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5698 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5699 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5700 (easy-menu-define, with-custom-print): Remove redundant specs.
5701 (edebug-outside-overriding-local-map)
5702 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5703 (edebug--display): Bind unread-command-events directly to nil rather
5704 than binding it to unread-command-events and later setting it to nil.
5705 (edebug--display): Kill edebug-eval-buffer here...
5706 (edebug--recursive-edit): ...rather than here.
5707 Bind standard-output and standard-input.
5708 (edebug-eval): Check cl-macroexpand-all is fboundp.
5709 (edebug-temp-display-freq-count): Fix last change.
5710
5711 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5712 * subr.el (noreturn, 1value): Add `debug' spec.
5713 * emacs-lisp/advice.el: Require cl-lib.
5714 (ad-copy-tree): Remove, use copy-tree instead.
5715 (ad-dolist): Remove use dolist or cl-dolist instead.
5716 (ad-do-return): Remove, use cl-return instead.
5717 (defadvice): Add `debug' spec.
5718
5719 2012-09-13 Juri Linkov <juri@jurta.org>
5720
5721 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5722 (Bug#12399)
5723
5724 2012-09-13 Glenn Morris <rgm@gnu.org>
5725
5726 * calc/calc.el (math-compose-expr):
5727 * calc/calc-ext.el (math-compose-expr):
5728 * progmodes/cc-defs.el (cl-macroexpand-all):
5729 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5730 (cl-macroexpand-all): Update declarations.
5731
5732 * vc/vc.el: No need to require ediff.
5733 (ediff-load-version-control): Declare.
5734 (ediff-vc-internal): Fix declaration.
5735 (vc-version-ediff): Require ediff.
5736
5737 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5738
5739 Use a more backwards-compatible timer format (Bug#12430).
5740 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5741 being right after USECS, as that better supports old code that
5742 inadvisedly looked directly at the timer vector.
5743
5744 2012-09-13 Kenichi Handa <handa@gnu.org>
5745
5746 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5747 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5748 `coding-priority' property of these language environment.
5749
5750 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5751
5752 Fix glitches caused by addition of psec to timers (Bug#12430).
5753 * image.el (image-animate-timer):
5754 * time.el (display-time-world-timer):
5755 Use timer--function and timer--args rather than raw access to
5756 timer vector.
5757
5758 2012-09-13 Glenn Morris <rgm@gnu.org>
5759
5760 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5761 If not compiling a file, try using load-file-name.
5762
5763 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5766 Fix last change.
5767 (edebug-update-eval-list): Use `push'.
5768
5769 * emacs-lisp/edebug.el: Use lexical-binding.
5770 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5771 Mark unused args with underscore.
5772 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5773 (edebug-form-data): Use defvar-local.
5774 (edebug-make-before-and-after-form, edebug-make-after-form):
5775 Use backquote.
5776 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5777 Not dynamically scoped any more.
5778 (edebug--enter-trace): Add arguments `function' and `args'.
5779 Rename from edebug-enter-trace.
5780 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5781 (edebug--update-coverage): Add `after-index' and `value' args.
5782 Rename from edebug-update-coverage.
5783 (edebug-slow-after): Call it accordingly.
5784 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5785 edebug-recursive-edit.
5786 (edebug--display): Call it accordingly. Add args `value',
5787 `offset-index', and `arg-mode'. Rename from edebug-display.
5788 (edebug-debugger, edebug): Call it accordingly.
5789 (edebug-eval-display-list): Use dolist.
5790
5791 2012-09-12 Juri Linkov <juri@jurta.org>
5792
5793 * info.el (Info-search): Don't check for isearch-mode and
5794 isearch-regexp before let-binding search-spaces-regexp to
5795 Info-search-whitespace-regexp.
5796 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5797 search-whitespace-regexp if isearch-lax-whitespace or
5798 isearch-regexp-lax-whitespace is non-nil.
5799 (Info-mode): Don't set local variable search-whitespace-regexp.
5800 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5801
5802 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5805 (debugger-env-macro): Remove support for unread-command-char.
5806
5807 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5808 the temporary map re-appearing on emulation-mode-map-alists.
5809
5810 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5811 since 22.1.
5812
5813 * ehelp.el (with-electric-help): Accept functions in
5814 electric-help-form-to-execute.
5815 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5816 And replace unread-command-char -> unread-command-events.
5817
5818 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5819
5820 Sync with Tramp 2.2.6.
5821
5822 * net/tramp.el (tramp-accept-process-output): Don't use
5823 JUST-THIS-ONE in the XEmacs case.
5824
5825 * net/trampver.el: Update release number.
5826
5827 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5828
5829 * emacs-lisp/debug.el (debugger-previous-window-height):
5830 New variable.
5831 (debug): When debugger-jumping-flag is non-nil try to restore
5832 height of debugger window. (Bug#8789)
5833
5834 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5837 overriding-local-map and pre/post-command-hook here.
5838 (edebug-recursive-edit): Do it here instead (bug#12345).
5839 (edebug-outside-unread-command-char): Remove all uses of
5840 unread-command-char.
5841
5842 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5843 inhibit-debugger is bound instead.
5844
5845 2012-09-11 Bastien Guerry <bzg@gnu.org>
5846
5847 * subr.el (set-temporary-overlay-map): Add a docstring.
5848 (Bug#12346)
5849
5850 2012-09-11 Bastien Guerry <bzg@gnu.org>
5851
5852 * minibuffer.el (completion-table-subvert): Fix docstring.
5853 (Bug#12347)
5854
5855 2012-09-11 Bastien Guerry <bzg@gnu.org>
5856
5857 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5858
5859 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5860
5861 * progmodes/sql.el: Version 3.1
5862 (sql-db2-escape-newlines): New variable.
5863 (sql-escape-newlines-filter): Use it.
5864
5865 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5866
5867 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5868
5869 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5870
5871 * vc/diff-mode.el (diff-mode-menu):
5872 Bind diff-remove-trailing-whitespace.
5873
5874 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5877 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5878 (emacs-lisp-byte-code-mode): New functions.
5879 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5880 (eval-defun-2): Remove bogus interactive spec.
5881 (lisp-indent-line): Remove redundant whole-exp code, now done in
5882 indent-according-to-mode.
5883 (save-match-data): Remove redundant indent data.
5884
5885 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5886 Use `declare'.
5887
5888 2012-09-09 Juri Linkov <juri@jurta.org>
5889
5890 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5891 (replace-lax-whitespace, query-replace-regexp)
5892 (query-replace-regexp-eval, replace-regexp): Doc fix.
5893 (perform-replace, replace-highlight): Let-bind
5894 isearch-lax-whitespace to replace-lax-whitespace and
5895 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5896
5897 * isearch.el (isearch-query-replace): Let-bind
5898 replace-lax-whitespace to isearch-lax-whitespace and
5899 replace-regexp-lax-whitespace to
5900 isearch-regexp-lax-whitespace. (Bug#10885)
5901
5902 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5905
5906 2012-09-09 Alan Mackenzie <acm@muc.de>
5907
5908 * progmodes/cc-engine.el (c-state-cache-init):
5909 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5910 (c-record-parse-state-state):
5911 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5912
5913 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5914
5915 * register.el (register-separator): Rename from
5916 separator-register. All uses changed. Doc fix.
5917 (register): Fix version.
5918
5919 2012-09-09 Chong Yidong <cyd@gnu.org>
5920
5921 * replace.el (query-replace-map): Bind four new symbols for
5922 requesting window scrolling.
5923
5924 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5925 query-replace-map (Bug#8948).
5926
5927 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
5928
5929 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
5930 since they are now in query-replace-map.
5931
5932 * window.el (scroll-other-window-down): Make the arg optional.
5933
5934 2012-09-09 Chong Yidong <cyd@gnu.org>
5935
5936 * files.el (hack-local-variables-confirm): Use quit-window to kill
5937 the *Local Variables* buffer.
5938
5939 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5940
5941 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
5942 not just expect to be at its beginning. Adjust callees.
5943 Succeed when do-end block has no space before the pipe character.
5944 (ruby-brace-to-do-end): When the original block is one-liner,
5945 convert to multiline. Reindent the result.
5946
5947 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
5948
5949 * register.el (register): New group.
5950 (separator-register): New user option.
5951 (increment-register): Route it to `append-to-register', if
5952 register contains text. Implication is that `C-x r +' can now be
5953 used for appending to a text register (bug#12217).
5954 (append-to-register, prepend-to-register): Add separator based on
5955 `separator-register'.
5956
5957 2012-09-08 Alan Mackenzie <acm@muc.de>
5958
5959 AWK Mode: make auto-newline work when there's "==" in the pattern.
5960 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
5961 correctly.
5962 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
5963 Test more rigorously for "=" token.
5964
5965 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
5966
5967 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
5968 Only fail when reached LIMIT.
5969
5970 2012-09-08 Chong Yidong <cyd@gnu.org>
5971
5972 * dired.el (dired-mode-map): Don't bind M-=.
5973
5974 * dired-aux.el (dired-diff): Use backup file as default.
5975
5976 2012-09-08 Drew Adams <drew.adams@oracle.com>
5977
5978 * subr.el (add-to-history): Fix delete usage (Bug#12314).
5979
5980 2012-09-08 Chong Yidong <cyd@gnu.org>
5981
5982 * subr.el (syntax-after, syntax-class): Doc fix.
5983
5984 2012-09-08 Martin Rudalics <rudalics@gmx.at>
5985
5986 * window.el (display-buffer-in-previous-window): New buffer
5987 display action function.
5988
5989 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
5990 (debugger-previous-window): New variable.
5991 (debug): Rewrite using display-buffer-in-previous-window,
5992 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
5993
5994 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
5997
5998 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
5999
6000 * progmodes/python.el (python-shell-send-string):
6001 When default-directory is remote, create temp file on remote
6002 filesystem.
6003 (python-shell-send-file): When file is remote, pass local view of
6004 file paths to remote Python interpreter. (Bug#12340)
6005
6006 2012-09-07 Chong Yidong <cyd@gnu.org>
6007
6008 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6009
6010 * files.el (after-find-file): Don't fail on a read-only buffer if
6011 require-final-newline is `visit' or `visit-save' (Bug#11156).
6012
6013 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6014
6015 * userlock.el (ask-user-about-supersession-threat):
6016 Use read-char-choice (Bug#12093).
6017
6018 2012-09-07 Chong Yidong <cyd@gnu.org>
6019
6020 * subr.el (buffer-narrowed-p): New function.
6021
6022 * ses.el (ses-widen):
6023 * simple.el (count-words--buffer-message):
6024 * net/browse-url.el (browse-url-of-buffer): Use it.
6025
6026 * simple.el (count-words-region): Don't signal an error if there
6027 is a non-nil prefix arg and the mark is not set.
6028
6029 * help.el (describe-key-briefly): Allow the message to be seen
6030 when invoked from the minibuffer (Bug#7014).
6031
6032 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6033
6034 * progmodes/ruby-mode.el (ruby-end-of-defun)
6035 (ruby-beginning-of-defun): Simplify, allow indentation before
6036 block beginning and end keywords.
6037 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6038 (ruby-end-of-defun): Expect that the point is at the beginning of
6039 the defun.
6040
6041 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6044 (bug#12367).
6045 (cl--make-usage-args): Strip _ from argument names.
6046
6047 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6048
6049 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6050 obsolete alias speedbar-key-map.
6051 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6052 (vhdl-index-menu-init): Don't use obsolete variable
6053 font-lock-maximum-size.
6054
6055 2012-09-06 Chong Yidong <cyd@gnu.org>
6056
6057 * frame.el (window-system-version): Mark as obsolete.
6058
6059 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6060 of obsolete variable speedbar-key-map.
6061
6062 2012-09-06 Juri Linkov <juri@jurta.org>
6063
6064 * replace.el (replace-lax-whitespace): New defcustom.
6065 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6066 (replace-string, replace-regexp): Mention it in docstrings.
6067 (perform-replace, replace-highlight): Let-bind
6068 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6069 to the values of replace-lax-whitespace and regexp-flag.
6070 Don't let-bind search-whitespace-regexp. (Bug#10885)
6071
6072 * isearch.el (isearch-query-replace): Let-bind
6073 replace-lax-whitespace instead of let-binding
6074 replace-search-function and replace-re-search-function.
6075 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6076 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6077 (isearch-toggle-symbol): Set isearch-regexp to nil
6078 in isearch-word mode (like in isearch-toggle-word).
6079
6080 2012-09-06 Juri Linkov <juri@jurta.org>
6081
6082 * replace.el (replace-search-function)
6083 (replace-re-search-function): Set default values to nil.
6084 (perform-replace): Let-bind isearch-related variables based on
6085 replace-related values, call `isearch-search-fun' and let-bind
6086 the result to `search-function'. Remove code that sets
6087 `search-function' and `search-string' separately for
6088 `delimited-flag'.
6089 (replace-highlight): Add new argument `delimited-flag' and
6090 rename other arguments to the names used in `perform-replace'.
6091 Let-bind `isearch-word' to the argument `delimited-flag'.
6092 (Bug#10885, bug#10887)
6093
6094 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6095
6096 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6097 ruby-beginning-of-indent, simplify, allow all keywords to have
6098 indentation before them.
6099 (ruby-beginning-of-indent): Adjust for above. Search until the
6100 found point is not inside a string or comment.
6101 (ruby-font-lock-keywords): Allow symbols to start with "@"
6102 character, give them higher priority than variables.
6103 (ruby-syntax-propertize-function)
6104 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6105 matchers. Expression expansions are not comments when inside a
6106 string, and there comment syntax status is irrelevant.
6107 (ruby-match-expression-expansion): New function. Check that
6108 expression expansion is inside a string, and it's not escaped.
6109 (ruby-font-lock-keywords): Use it.
6110
6111 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6112
6113 * help.el (temp-buffer-max-height): New default value.
6114 (temp-buffer-resize-frames): New option.
6115 (resize-temp-buffer-window): Optionally resize frame.
6116
6117 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6118 (fit-frame-to-buffer): New function.
6119
6120 2012-09-05 Glenn Morris <rgm@gnu.org>
6121
6122 * emulation/cua-rect.el (cua--init-rectangles):
6123 * textmodes/picture.el (picture-mode-map):
6124 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6125 like forward-char and backward-char. (Bug#12317)
6126
6127 2012-09-05 Leo Liu <sdl.web@gmail.com>
6128
6129 * progmodes/flymake.el (flymake-warning-re): New variable.
6130 (flymake-parse-line): Use it.
6131
6132 2012-09-05 Glenn Morris <rgm@gnu.org>
6133
6134 * calendar/holidays.el (holiday-christian-holidays):
6135 Rename an entry. (Bug#12289)
6136
6137 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6140 (bug#12222).
6141
6142 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6143
6144 * loadup.el: Load macroexp. Remove hack.
6145 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6146 (macroexp--expand-all): Use it to get better warnings.
6147 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6148 (internal-macroexpand-for-load): New functions.
6149 (macroexp--pending-eager-loads): New var.
6150 (emacs-startup-hook): New hack to replace one in loadup.el.
6151 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6152 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6153 (cl-psetf): Simplify.
6154 (cl-defstruct): Add indent rule.
6155
6156 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6157
6158 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6159 over `user-mail-address' for the SMTP MAIL FROM envelope.
6160 (smtpmail-via-smtp): Ditto.
6161
6162 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6163
6164 * progmodes/ruby-mode.el: Clean up keybindings.
6165 (ruby-mode-map): Don't bind ruby-electric-brace,
6166 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6167 backward-kill-word, reindent-then-newline-and-indent.
6168 (ruby-mark-defun): Remove.
6169 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6170 (ruby-mode): Set local beginning-of-defun-function and
6171 end-of-defun-function values.
6172
6173 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6174
6175 * window.el (temp-buffer-window-setup-hook)
6176 (temp-buffer-window-show-hook): New hooks.
6177 (temp-buffer-window-setup, temp-buffer-window-show)
6178 (with-temp-buffer-window): New functions.
6179 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6180 (special-display-popup-frame): Make sure the window used shows BUFFER.
6181
6182 * help.el (temp-buffer-resize-mode): Fix doc-string.
6183 (resize-temp-buffer-window): New optional argument WINDOW.
6184
6185 * files.el (recover-file, save-buffers-kill-emacs):
6186 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6187
6188 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6189
6190 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6191 remote definition of `default-directory', ensure we can connect.
6192
6193 2012-09-02 Juri Linkov <juri@jurta.org>
6194
6195 Toggle whitespace matching mode with M-s SPC.
6196 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6197
6198 * isearch.el (search-whitespace-regexp): Doc fix.
6199 Remove cons cell customization.
6200 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6201 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6202 New variables.
6203 (isearch-forward, isearch-forward-regexp): Doc fix.
6204 (isearch-toggle-lax-whitespace): New command.
6205 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6206 (re-search-forward-lax-whitespace)
6207 (re-search-backward-lax-whitespace): New functions.
6208 (isearch-whitespace-regexp): Remove function.
6209 (isearch-query-replace): Let-bind replace-search-function and
6210 replace-re-search-function.
6211 (isearch-occur): Let-bind search-spaces-regexp according to the
6212 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6213 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6214 condition for C-q SPC.
6215 (isearch-search-fun-default): Use new functions mentioned above.
6216 (isearch-search-forward, isearch-search-backward): Remove functions.
6217 (isearch-search): Don't let-bind search-spaces-regexp.
6218 (isearch-lazy-highlight-space-regexp): Remove variable.
6219 (isearch-lazy-highlight-lax-whitespace)
6220 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6221 (isearch-lazy-highlight-new-loop): Use them.
6222 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6223
6224 2012-09-02 Chong Yidong <cyd@gnu.org>
6225
6226 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6227
6228 2012-09-02 Glenn Morris <rgm@gnu.org>
6229
6230 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6231
6232 2012-09-01 Glenn Morris <rgm@gnu.org>
6233
6234 * term.el: Tidy up menu definitions.
6235 (term-mode-map): Use easymenu for In/Out, Complete menus.
6236 (term-pager-break-map): Initialize in the defvar.
6237 (term-terminal-menu, term-signals-menu): Define with easymenu.
6238 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6239 (term-pager-menu): New, extracted from term-process-pager.
6240 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6241 (term-update-mode-line): Propertize line/char and page items.
6242 (term-process-pager): Move keymap initialization elsewhere.
6243
6244 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6245
6246 * window.el (switch-to-prev-buffer): Handle additional values of
6247 BURY-OR-KILL argument. Don't switch in minibuffer window.
6248 (switch-to-next-buffer): Don't switch in minibuffer window.
6249 (quit-restore-window): New function based on quit-window.
6250 Handle additional values of former KILL argument.
6251 (quit-window): Call quit-restore-window with appropriate
6252 interpretation of KILL argument.
6253 (display-buffer-below-selected): New buffer display action
6254 function.
6255
6256 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6257
6258 * minibuffer.el (completion-at-point-functions): Complete docstring
6259 (bug#12254).
6260
6261 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6262
6263 Better seed support for (random).
6264 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6265 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6266 * play/mpuz.el, play/tetris.el, play/zone.el:
6267 * calc/calc-comb.el (math-init-random-base):
6268 * play/blackbox.el (bb-init-board):
6269 * play/life.el (life):
6270 * server.el (server-use-tcp):
6271 * type-break.el (type-break):
6272 Remove unnecessary call to (random t).
6273 * net/sasl.el (sasl-unique-id-function):
6274 Change (random t) to (random), now that the latter is more random.
6275 * play/life.el (life-initialized): Remove no-longer-needed var.
6276
6277 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6278
6279 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6280 Consider frame's buffer predicate when choosing the buffer.
6281 (Bug#12081)
6282
6283 2012-08-30 Richard Stallman <rms@gnu.org>
6284
6285 * simple.el (special-mode-map): Delete binding for `z'.
6286
6287 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6288
6289 * progmodes/compile.el (compilation-always-kill): Doc fix.
6290
6291 2012-08-30 Chong Yidong <cyd@gnu.org>
6292
6293 * window.el (display-buffer-reuse-frames): Make the obsolescence
6294 message more informative.
6295
6296 2012-08-30 Glenn Morris <rgm@gnu.org>
6297
6298 * paren.el (show-paren-delay):
6299 Add a :set function. Doc fix. (Bug#12297)
6300
6301 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6302
6303 * progmodes/compile.el (compilation-always-kill): New var.
6304 (compilation-start): Use it.
6305
6306 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6309 * files.el (read-only-mode): Move to simple.el.
6310
6311 * files.el (read-only-mode): New minor mode.
6312 (toggle-read-only): Use it and mark obsolete.
6313 (find-file--read-only):
6314 * vc/vc.el (vc-next-action, vc-checkout):
6315 * vc/vc-cvs.el (vc-cvs-checkout):
6316 * obsolete/vc-mcvs.el (vc-mcvs-update):
6317 * ffap.el (ffap--toggle-read-only): Update callers.
6318
6319 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6320
6321 * eshell/esh-ext.el (eshell-external-command): Do not examine
6322 remote shell scripts.
6323 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6324
6325 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6326 "/usr/local/sbin".
6327
6328 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6331
6332 2012-08-28 Leo Liu <sdl.web@gmail.com>
6333
6334 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6335 completion-at-point. (Bug#12220)
6336
6337 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6338
6339 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6340
6341 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6342
6343 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6344 be buffer-local; add delete-trailing-whitespace (bug#12259).
6345
6346 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6347
6348 * progmodes/hideif.el (hif-compress-define-list):
6349 Fix typo. (Bug#11951)
6350
6351 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6352
6353 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6354 buffer local setting.
6355
6356 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6357 rcirc-encode-coding-system.
6358
6359 2012-08-28 Leo Liu <sdl.web@gmail.com>
6360
6361 * net/rcirc.el (rcirc-split-message): New function.
6362 (rcirc-send-message): Use it. (Bug#12051)
6363
6364 2012-08-28 Juri Linkov <juri@jurta.org>
6365
6366 * info.el (Info-fontify-node): Hide empty lines at the end of
6367 the node. (Bug#12272)
6368
6369 2012-08-27 Drew Adams <drew.adams@oracle.com>
6370
6371 * dired.el (dired-pop-to-buffer): Make window start at beginning
6372 of buffer (Bug#12281).
6373
6374 2012-08-26 Chong Yidong <cyd@gnu.org>
6375
6376 * window.el (special-display-regexps, special-display-frame-alist)
6377 (special-display-buffer-names, special-display-function)
6378 (display-buffer-reuse-frames): Mark as obsolete.
6379
6380 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6381
6382 * help.el (help-print-return-message): Don't treat
6383 display-buffer-reuse-frames specially.
6384
6385 2012-08-26 Chong Yidong <cyd@gnu.org>
6386
6387 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6388 New variable, replacing gdb-frame-parameters.
6389 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6390 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6391 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6392 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6393 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6394 the functions directly with gdb-display-buffer-other-frame-action.
6395 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6396 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6397 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6398 (gdb-display-registers-buffer): Define directly.
6399 (def-gdb-display-buffer): Macro deleted.
6400 (gdb-display-buffer): Remove second and third args, callers don't
6401 use them. Defer to the default display-buffer behavior, apart
6402 from making windows dedicated.
6403 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6404
6405 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6406
6407 * window.el (display-buffer-pop-up-frame): Handle a
6408 pop-up-frame-parameters alist entry.
6409 (display-buffer): Document it.
6410
6411 2012-08-26 Chong Yidong <cyd@gnu.org>
6412
6413 * isearch.el (search-whitespace-regexp): Make string and nil
6414 values apply to both ordinary and regexp search. Allow a cons
6415 cell value to distinguish between the two.
6416 (isearch-whitespace-regexp, isearch-search-forward)
6417 (isearch-search-backward): New functions.
6418 (isearch-occur, isearch-search-fun-default, isearch-search)
6419 (isearch-lazy-highlight-new-loop): Use them.
6420 (isearch-forward, isearch-forward-regexp): Doc fix.
6421
6422 2012-08-26 Chong Yidong <cyd@gnu.org>
6423
6424 * faces.el (help-argument-name): Always inherit from italic
6425 (Bug#12213).
6426
6427 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6428
6429 * window.el (window--even-window-heights): Even heights when
6430 WINDOW and the selected window form a vertical combination.
6431 (display-buffer-use-some-window): Provide that window used gets
6432 sized back by quit-window. (Bug#11880) and (Bug#12091)
6433
6434 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6435
6436 Fix file time stamp problem with bzr and CVS (Bug#12001).
6437 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6438 in the file's time stamp, since the version control system loses
6439 that information.
6440
6441 2012-08-22 Juri Linkov <juri@jurta.org>
6442
6443 * info.el (Info-fontify-node): Hide the suffix of the
6444 Info file name in the header line. (Bug#12187)
6445
6446 2012-08-22 Glenn Morris <rgm@gnu.org>
6447
6448 * calendar/cal-tex.el (cal-tex-weekly-common):
6449 Restore leading blank page.
6450
6451 2012-08-22 Le Wang <l26wang@gmail.com>
6452
6453 * misc.el (forward-to-word, backward-to-word): Activate or extend
6454 the region under `shift-select-mode'. (Bug#12231)
6455
6456 2012-08-22 Bastien Guerry <bzg@gnu.org>
6457
6458 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6459 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6460 gives details on why the space is never needed.
6461
6462 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6463
6464 * window.el (walk-window-tree, window-with-parameter):
6465 New optional argument MINIBUF to control whether these functions
6466 should run on the minibuffer window.
6467 (window-at-side-list): Don't operate on minibuffer window.
6468 (window-in-direction): Simplify and rewrite doc-string.
6469 (window--size-ignore): Rename to window--size-ignore-p.
6470 Update callers.
6471 (display-buffer-in-atom-window, window--major-non-side-window)
6472 (window--major-side-window, display-buffer-in-major-side-window)
6473 (delete-side-window, display-buffer-in-side-window):
6474 New functions.
6475 (window--side-check, window-deletable-p, delete-window)
6476 (delete-other-windows, split-window): Handle side windows and
6477 atomic windows appropriately.
6478 (window--display-buffer): Call display-buffer-record-window also
6479 when the window buffer did not change.
6480
6481 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6482
6483 * help-fns.el (help-fns--key-bindings):
6484 Abbreviate non-symbol remap targets. (Bug#12174)
6485
6486 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6487
6488 * dired.el (dired-mark-remembered): Don't clobber point.
6489 (Bug#11795)
6490
6491 2012-08-22 Glenn Morris <rgm@gnu.org>
6492
6493 * progmodes/bug-reference.el (bug-reference): New custom group.
6494 (bug-reference-bug-regexp): Make it a defcustom.
6495
6496 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6497
6498 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6499 (js-paren-indent-offset, js-square-indent-offset)
6500 (js-curly-indent-offset): Add :safe (Bug#12257).
6501
6502 2012-08-22 Edward O'Connor <hober0@gmail.com>
6503
6504 * json.el (json-key-format): Add error properties.
6505 (json-encode-key): New function.
6506 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6507 Use json-encode-key.
6508
6509 2012-08-22 Glenn Morris <rgm@gnu.org>
6510
6511 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6512 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6513 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6514 Update for above change.
6515
6516 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6517
6518 * cus-face.el (custom-face-attributes): Fix customize type for the
6519 :underline attribute. (Bug#11805)
6520
6521 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6522
6523 * window.el (window-point-1, set-window-point-1): Remove.
6524 (window-in-direction, record-window-buffer)
6525 (set-window-buffer-start-and-point, split-window-below)
6526 (window--state-get-1, display-buffer-record-window):
6527 Replace calls to window-point-1 and set-window-point-1 by calls to
6528 window-point and set-window-point respectively.
6529
6530 2012-08-21 Glenn Morris <rgm@gnu.org>
6531
6532 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6533 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6534 Use it.
6535
6536 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6537 (cal-tex-shortday): New function.
6538 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6539 (cal-tex-cursor-filofax-daily): Use the above.
6540
6541 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6542 New functions.
6543 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6544 (cal-tex-cursor-filofax-week): Use them.
6545
6546 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6547 New constants.
6548 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6549 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6550
6551 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6552 (cal-tex-end-document): Don't rely on buffer name.
6553
6554 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6555 Use cal-tex-vspace.
6556 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6557 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6558 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6559 Use cal-tex-arg.
6560
6561 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6562 (cal-tex-cursor-week, cal-tex-cursor-week2)
6563 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6564 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6565 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6566 (cal-tex-insert-preamble, cal-tex-b-document)
6567 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6568 Improve cal-tex-cmd usage.
6569
6570 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6571 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6572 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6573 (cal-tex-weekly-paper): New function.
6574 (cal-tex-cursor-week, cal-tex-cursor-week2)
6575 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6576 (cal-tex-cursor-day): Use it.
6577
6578 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6579 (cal-tex-cursor-filofax-week): Remove leading blank page.
6580
6581 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6582 Add autoload cookie. For now at least, don't use color, since
6583 no other cal-tex function does.
6584
6585 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6586 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6587 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6588
6589 2012-08-21 Juri Linkov <juri@jurta.org>
6590
6591 * info.el (Info-file-attributes): New variable.
6592 (info-insert-file-contents): Add file attributes to
6593 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6594 `Info-toc-nodes' when previous modtime of the Info file is less
6595 than new modtime.
6596 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6597 of info.el. (Bug#12230)
6598
6599 2012-08-20 Glenn Morris <rgm@gnu.org>
6600
6601 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6602 * calendar/holidays.el (calendar-holiday-list):
6603 Report errors with display-warning rather than beep'n'sleep.
6604
6605 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6606
6607 * net/tramp.el (tramp-accept-process-output): Accept only output
6608 from PROC. Otherwise, process filters and sentinels might be
6609 confused. (Bug#12145)
6610
6611 2012-08-20 Chong Yidong <cyd@gnu.org>
6612
6613 * descr-text.el (describe-text-properties-1): Use overlays-in to
6614 report on empty overlays (Bug#3322).
6615
6616 2012-08-20 Glenn Morris <rgm@gnu.org>
6617
6618 * mail/rmailout.el (rmail-output-read-file-name):
6619 Trap and report errors in rmail-output-file-alist elements.
6620
6621 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6622 since most non-font-lock faces are not also variables).
6623
6624 2012-08-20 Edward Reingold <reingold@iit.edu>
6625
6626 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6627 New function. (Bug12160)
6628
6629 2012-08-19 Glenn Morris <rgm@gnu.org>
6630
6631 * mail/rmailout.el (rmail-output-read-file-name):
6632 Fix previous change (when the alist is nil or does not match).
6633
6634 2012-08-19 Chong Yidong <cyd@gnu.org>
6635
6636 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6637 (Bug#12228).
6638
6639 2012-08-18 Chong Yidong <cyd@gnu.org>
6640
6641 * simple.el (yank-handled-properties): New defcustom.
6642 (yank-excluded-properties): Add font-lock-face and category.
6643 (yank): Doc fix.
6644
6645 * subr.el (remove-yank-excluded-properties):
6646 Obey yank-handled-properties. The special handling of font-lock-face
6647 and category is now done this way, instead of being hard-coded.
6648 (insert-for-yank-1): Remove font-lock-face handling.
6649 (yank-handle-font-lock-face-property)
6650 (yank-handle-category-property): New function.
6651
6652 2012-08-17 Glenn Morris <rgm@gnu.org>
6653
6654 * mail/rmailout.el (rmail-output-read-file-name):
6655 Check rmail-output-file-alist against the full message body
6656 in the correct rmail buffer. (Bug#12214)
6657
6658 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6659
6660 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6661 Eliminate superfluous prompt. (Bug#12203)
6662
6663 2012-08-17 Chong Yidong <cyd@gnu.org>
6664
6665 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6666 font spec, set the font directly (Bug#3228).
6667
6668 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6669
6670 * window.el (delete-window): Fix last fix.
6671
6672 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6673
6674 * window.el (window-valid-p): Move to window.c.
6675 (window-child, window-child-count, window-last-child)
6676 (window-normalize-window, window-combined-p)
6677 (window-combinations, window-atom-root, window-min-size)
6678 (window-sizable, window-sizable-p, window-size-fixed-p)
6679 (window-min-delta, window-max-delta, window--resizable)
6680 (window--resizable-p, window-resizable, window-total-size)
6681 (window-full-height-p, window-full-width-p, window-body-size)
6682 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6683 (minimize-window, window-deletable-p, delete-window)
6684 (delete-other-windows, set-window-buffer-start-and-point)
6685 (next-buffer, previous-buffer, split-window, balance-windows-2)
6686 (set-window-text-height, window-buffer-height)
6687 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6688 (truncated-partial-width-window-p): Minor code adjustments.
6689 In doc-strings state whether the argument window has to denote a
6690 live, valid or any window.
6691
6692 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6693
6694 * progmodes/subword.el (subword-forward-function)
6695 (subword-backward-function, subword-forward-regexp)
6696 (subword-backward-regexp): New variables.
6697 (subword-forward, subword-forward-internal, subword-backward-internal):
6698 Use new variables, eg so that different "word" definitions
6699 can be easily used. (Bug#11411)
6700
6701 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6702
6703 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6704 for composite selectors.
6705 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6706 operation just because we can't find a previous revision.
6707
6708 2012-08-15 Chong Yidong <cyd@gnu.org>
6709
6710 * frame.el (set-frame-font): Accept font objects.
6711
6712 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6715
6716 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6717
6718 * man.el (Man-overstrike-face, Man-underline-face)
6719 (Man-reverse-face): Remove variables.
6720 (Man-overstrike, Man-underline, Man-reverse): New faces.
6721 (Man-fontify-manpage): Use them instead of the variables.
6722 (Man-cleanup-manpage): Comment change.
6723 (Man-ansi-color-map): New variable.
6724 (Man-fontify-manpage): Use it.
6725 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6726
6727 Implement ANSI SGR parameters 22-27 (bug#12146).
6728 * ansi-color.el (ansi-colors): Doc fix.
6729 (ansi-color-context, ansi-color-context-region): Doc fix.
6730 (ansi-color--find-face): New function.
6731 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6732 Rename the local variable `face' to `codes' since it is now a list of
6733 ansi codes. Doc fix.
6734 (ansi-color-get-face): Remove.
6735 (ansi-color-parse-sequence): New function, derived from
6736 ansi-color-get-face.
6737 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6738 codes 22-27.
6739
6740 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6741
6742 * subr.el (read-passwd): Allow use from a minibuffer.
6743
6744 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6745
6746 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6747 inside comments and strings as identifiers.
6748
6749 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6750 expression to evaluate. This allows to evaluate expressions with
6751 embedded whitespace.
6752 (gud-tooltip-tips): Add a blank before the newline in the
6753 message-box text, for the benefit of message-box emulation on
6754 MS-Windows.
6755
6756 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6757 messages from GDB, pop them up in a tooltip to give feedback to
6758 user.
6759 (gdb-tooltip-print-1): Quote the expression to evaluate.
6760 This allows to evaluate expressions with embedded whitespace.
6761 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6762 if the TTY name is nil or empty (which happens when communicating
6763 with the inferior via pipes, e.g. on MS-Windows).
6764 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6765 don't send that to the GUD buffer.
6766
6767 2012-08-14 Glenn Morris <rgm@gnu.org>
6768
6769 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6770 Optimize away setq-default with no args, as for setq. (Bug#12195)
6771
6772 2012-08-14 Chong Yidong <cyd@gnu.org>
6773
6774 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6775
6776 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6777 (Bug#12085).
6778
6779 2012-08-14 Glenn Morris <rgm@gnu.org>
6780
6781 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6782
6783 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6784
6785 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6786 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6787 Use cached shell name.
6788
6789 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6790
6791 * progmodes/python.el (python-shell-send-string):
6792 (python-shell-send-setup-code): Do not use `format' with `message'.
6793
6794 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6795
6796 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6797 (ruby-percent-literal-beg-re): New constant.
6798 (ruby-syntax-general-delimiters-goto-beg): Rename to
6799 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6800 (ruby-syntax-propertize-general-delimiters): Rename to
6801 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6802 popular term. Adjust comments everywhere.
6803 (ruby-syntax-propertize-percent-literal): Only propertize when not
6804 inside a simple string or comment. When the literal is unclosed,
6805 leave the text after it unpropertized.
6806 (ruby-syntax-methods-before-regexp): New constant.
6807 (ruby-syntax-propertize-function): Use it to recognize regexps.
6808 Don't look at the text after regexp, just use the whitelist.
6809
6810 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6811
6812 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6813 non-nil always load the compiled file if it exists. (Bug#12197)
6814
6815 2012-08-14 Chong Yidong <cyd@gnu.org>
6816
6817 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6818 (hi-lock-set-pattern): When deciding whether to use font lock or
6819 overlays, look at font-lock-mode instead of font-lock-fontified
6820 (Bug#12168).
6821 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6822 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6823
6824 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6825
6826 * subr.el (internal--after-with-selected-window): Fix typo
6827 (Bug#12193).
6828
6829 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6830
6831 Use `completion-table-dynamic' for completion functions.
6832 * progmodes/python.el
6833 (python-shell-completion--do-completion-at-point)
6834 (python-shell-completion--get-completions):
6835 Remove functions.
6836 (python-shell-completion-complete-at-point): New function.
6837 (python-completion-complete-at-point): Use it.
6838
6839 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6840
6841 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6842 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6843
6844 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6845
6846 * subr.el (function-get): Refine `autoload' arg so it can also
6847 autoload functions for gv.el (bug#12191).
6848 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6849 autoloads macros.
6850
6851 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6852 Prefer pcase-let over destructuring-bind.
6853 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6854 Also, remove whitespace as we go, rather than after accumulating the
6855 various places.
6856
6857 * subr.el (internal--before-with-selected-window)
6858 (internal--after-with-selected-window): Fix typo seleted->selected.
6859 (with-selected-window): Adjust callers.
6860 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6861
6862 2012-08-13 Bastien Guerry <bzg@gnu.org>
6863
6864 * window.el (special-display-popup-frame): Minor docstring
6865 enhancement. (Bug#12172)
6866
6867 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6868
6869 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6870 type 1-6.
6871 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6872 extended headers.
6873
6874 * files.el (hack-local-variables-filter): Remove useless eval.
6875
6876 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6877
6878 * subr.el (with-selected-window): Fix last change.
6879
6880 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6881
6882 * subr.el (internal--before-with-seleted-window)
6883 (internal--after-with-seleted-window): New functions.
6884 (with-selected-window): Use them, to replace dependency on
6885 tty-top-frame.
6886
6887 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6888
6889 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6890 binding for `newline'.
6891 (ruby-move-to-block): When moving backward, stop at block opening,
6892 not indentation.
6893 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6894 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6895 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6896 `ruby-toggle-block'.
6897
6898 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * ibuffer.el (ibuffer-do-toggle-read-only):
6901 * dired.el (dired-toggle-read-only):
6902 * buff-menu.el (Buffer-menu-toggle-read-only):
6903 * bindings.el (mode-line-toggle-read-only):
6904 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6905
6906 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6907
6908 * descr-text.el (describe-char): Put the overlays over the
6909 "displayed as" character.
6910
6911 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6912
6913 * calc/calc-units.el (math-default-units-table): Give an
6914 initial value.
6915 (math-put-default-units): Add options to put composite units and
6916 unit systems in the default units table.
6917 (calc-convert-units): Send composite units to
6918 `math-put-default-units' when appropriate.
6919
6920 2012-08-11 Glenn Morris <rgm@gnu.org>
6921
6922 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6923
6924 * tutorial.el (help-with-tutorial):
6925 * emacs-lisp/copyright.el (copyright-update-directory):
6926 * emacs-lisp/autoload.el (autoload-find-generated-file)
6927 (autoload-find-file): Disable local eval: (for insurance).
6928
6929 * files.el (hack-local-variables-filter): If an eval: form is not
6930 known to be safe, and enable-local-variables is :safe, then ignore
6931 the form totally, as is done for non-eval forms. (Bug#12155)
6932 This is CVE-2012-3479.
6933
6934 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
6937 (rx-form): Simplify.
6938
6939 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
6940
6941 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
6942 ?, _, and : are symbol constituents, ! is not (but kinda should be).
6943 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
6944 (ruby-syntax-propertize-function): Adjust for changes in
6945 `ruby-syntax-propertize-heredoc'.
6946
6947 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
6948
6949 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
6950 binding (use `M-;' instead).
6951 (ruby-singleton-class-p): New function.
6952 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
6953
6954 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
6957
6958 2012-08-10 Chong Yidong <cyd@gnu.org>
6959
6960 * progmodes/python.el (python-shell-get-process-name): Don't mess
6961 with same-window-buffer-names.
6962
6963 * eshell/eshell.el (eshell-add-to-window-buffer-names)
6964 (eshell-remove-from-window-buffer-names): Make obsolete.
6965 (eshell-buffer-name, eshell-unload-hook): Don't use them.
6966 (eshell): Just use pop-to-buffer-same-window instead.
6967
6968 2012-08-10 Chong Yidong <cyd@gnu.org>
6969
6970 * bindings.el: Bind M-= back to count-words-region.
6971
6972 * simple.el (count-words-region): Accept a prefix arg for acting
6973 on the entire buffer.
6974 (count-words--buffer-message): New helper function.
6975
6976 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
6979 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
6980 (event-start, event-end): Use posn-at-point to return a more
6981 informative posn.
6982 (posnp): New function.
6983 * mouse.el (popup-menu-normalize-position): Use it.
6984
6985 2012-08-10 Masatake YAMATO <yamato@redhat.com>
6986
6987 * mouse.el (popup-menu-normalize-position): New function.
6988 (popup-menu): Use `popup-menu-normalize-position' to normalize
6989 the form for POSITION argument.
6990
6991 * term/x-win.el (x-menu-bar-open):
6992 Use the value returend from (posn-at-point) as position
6993 passed to `popup-menu'.
6994
6995 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
6996
6997 * calc/calccomp.el (math-compose-expr): Add extra argument
6998 indicating that parentheses should be put around products in
6999 denominators. Give multiplication precedence over division during
7000 composition.
7001
7002 2012-08-09 Chong Yidong <cyd@gnu.org>
7003
7004 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7005 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7006 (Man-untabify-command, manual-program): Convert to defcustom
7007 (Bug#10429).
7008
7009 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7010
7011 * descr-text.el (describe-char): Don't insert extra newlines
7012 (Bug#10127).
7013
7014 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7015 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7016
7017 * align.el (align-region): Delete temporary markers (Bug#10047).
7018 Plus some code cleanups.
7019
7020 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7021
7022 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7023 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7024 (python-shell-internal-last-output): Use make-local-variable
7025 instead of make-variable-buffer-local.
7026
7027 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7028
7029 * progmodes/python.el: Enhancements to forward-sexp.
7030 (python-nav-forward-sexp): Rename from
7031 python-nav-forward-sexp-function.
7032 (python-nav--forward-sexp, python-nav--backward-sexp):
7033 New functions.
7034
7035 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7036
7037 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7038 modes and simplification modes.
7039
7040 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * delsel.el (delete-selection-pre-hook): Don't propagate the
7043 file-supersession signals (bug#12161).
7044
7045 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7048 (cl-map-extents): Add compatibility aliases (bug#12135).
7049
7050 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7051
7052 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7053 tests by `ignore-error'.
7054 (tramp-find-shell): Open also a new shell, when cache is already
7055 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7056
7057 2012-08-08 Juri Linkov <juri@jurta.org>
7058
7059 * bookmark.el: Add `defaults' property to the bookmark record.
7060 (bookmark-current-buffer): Doc fix.
7061 (bookmark-make-record): Add `defaults' property with default values
7062 to the bookmark record.
7063 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7064 with `bookmark-insert-current-bookmark'.
7065 (bookmark-set): Get `defaults' property from the bookmark record
7066 and use it in `read-from-minibuffer'.
7067 (bookmark-insert-current-bookmark): Remove function.
7068
7069 * info.el (Info-bookmark-make-record): Add `defaults' property
7070 with values of canonical Info node name, the current Info file
7071 name and the current Info node name. (Bug#12107)
7072
7073 2012-08-08 Juri Linkov <juri@jurta.org>
7074
7075 * files.el (basic-save-buffer): Use `buffer-name' as the default
7076 of `read-file-name' when buffer is not visiting a file (bug#12128).
7077
7078 2012-08-08 Juri Linkov <juri@jurta.org>
7079
7080 * info.el (Info-isearch-search): Doc fix.
7081 (Info-search): Change search-failed message from "initial node" to
7082 "end of node" (bug#12078).
7083 (Info-isearch-search): Change `isearch-string-state' to
7084 `isearch--state-string'.
7085
7086 2012-08-08 Glenn Morris <rgm@gnu.org>
7087
7088 * language/persian.el: Remove file.
7089 * language/misc-lang.el: Move unique part of persian.el here.
7090 * loadup.el: Remove language/persian.
7091
7092 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7093
7094 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7095
7096 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7097
7098 * progmodes/python.el: Fix defsubst warning.
7099 (python-syntax-context) Rename from python-info-ppss-context.
7100 (python-syntax-context-type): Rename from
7101 python-info-ppss-context-type.
7102 (python-syntax-comment-or-string-p): Rename from
7103 python-info-ppss-comment-or-string-p.
7104
7105 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7106
7107 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7108
7109 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7110
7111 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7112 a defcustom that is quoted with backquote.
7113
7114 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7115 Fix handling of interactive spec when the body uses return.
7116 (math-do-arg-check, math-define-function-body): Use backquote forms.
7117 * calc/calc-ext.el (math-defcache): Likewise.
7118 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7119 * allout.el (allout-new-exposure): Likewise.
7120 * calc/calcalg2.el (math-tracing-integral): Likewise.
7121 * info.el (Info-last-menu-item): Likewise.
7122 * emulation/vip.el (vip-loop): Likewise.
7123 * textmodes/artist.el (artist-funcall): Likewise.
7124 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7125 Construct menu-item directly.
7126
7127 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7128 Don't declare.
7129
7130 2012-08-07 Chong Yidong <cyd@gnu.org>
7131
7132 * simple.el (deactivate-mark): Preserve text properties when
7133 saving the primary selection (Bug#8384).
7134
7135 2012-08-07 Kevin Ryde <user42@zip.com.au>
7136
7137 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7138 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7139 and continue processing (Bug#12110).
7140
7141 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7142
7143 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7144 syntax-propertize-function (bug#10095).
7145
7146 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7147
7148 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7149 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7150 describe-function-1.
7151 (describe-function-1): Use them. Move compiler macro after sig.
7152 (help-fns--compiler-macro): Use function-get. Assume we're already in
7153 standard-output. Adjust layout to new call order.
7154
7155 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7156 re-binding a symbol that has a symbol-macro (bug#12119).
7157
7158 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7159
7160 * language/persian.el: New file. (Bug#11812)
7161 * loadup.el: Add language/persian.el.
7162
7163 2012-08-06 Chong Yidong <cyd@gnu.org>
7164
7165 * window.el (window--maybe-raise-frame): New function.
7166 (window--display-buffer): Split off from here.
7167 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7168 (display-buffer-pop-up-window, display-buffer-use-some-window):
7169 Obey an inhibit-switch-frame action alist entry.
7170 (display-buffer): Update doc.
7171
7172 * replace.el (occur-after-change-function): Avoid losing focus by
7173 using the inhibit-switch-frame display parameter (Bug#12139).
7174
7175 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7176
7177 Make internal shell process buffer names start with space.
7178 * progmodes/python.el (python-shell-make-comint): Add optional
7179 argument INTERNAL.
7180 (run-python-internal): Use it.
7181 (python-shell-internal-get-or-create-process): Check for new
7182 internal buffer names.
7183
7184 2012-08-06 Glenn Morris <rgm@gnu.org>
7185
7186 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7187 Do less getting and setting of environment variables.
7188
7189 2012-08-05 Chong Yidong <cyd@gnu.org>
7190
7191 * proced.el (proced): Add substitution string to docstring to
7192 trigger autoloading of the proced library on C-h f (Bug#1768).
7193
7194 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7195 Don't show defvars which have no second argument (Bug#8638).
7196
7197 * imenu.el (imenu-generic-expression): Move documentation here
7198 from imenu--generic-function.
7199 (imenu--generic-function): Refer to imenu-generic-expression.
7200
7201 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7202
7203 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7204 indentation declaration.
7205 (viper-loop): Add indentation declaration (Bug#7025).
7206
7207 2012-08-05 Chong Yidong <cyd@gnu.org>
7208
7209 * help-fns.el (describe-variable): Add hyperlink for
7210 directory-local variables files. Improve buffer-local and
7211 permanent-local reporting; suggested by MON KEY (Bug#6644).
7212
7213 * help-mode.el (help-dir-local-var-def): New button type.
7214
7215 * files.el (kill-buffer-hook): Provide a defvar.
7216
7217 2012-08-05 Glenn Morris <rgm@gnu.org>
7218
7219 * eshell/esh-ext.el (eshell/addpath):
7220 Also update eshell-path-env. (Bug#12013)
7221
7222 2012-08-05 Chong Yidong <cyd@gnu.org>
7223
7224 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7225
7226 * fringe.el (fringe-styles): Add docstring.
7227 (fringe--check-mode): New function.
7228 (set-fringe-mode, set-fringe-style): Use it.
7229 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7230
7231 * files.el (set-auto-mode): Fix invalid setq call.
7232
7233 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * isearch.el: Misc simplification; use defstruct.
7236 (isearch-mode-map): Dense maps now work like sparse ones.
7237 (isearch--state): New defstruct.
7238 (isearch-string-state, isearch-message-state, isearch-point-state)
7239 (isearch-success-state, isearch-forward-state)
7240 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7241 (isearch-wrapped-state, isearch-barrier-state)
7242 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7243 replaced by defstruct's accessors.
7244 (isearch--set-state): Rename from isearch-top-state and change
7245 calling convention.
7246 (isearch-push-state): Use new isearch--get-state.
7247 (isearch-toggle-word): Disable regexp when enabling word.
7248 (isearch-message-prefix): Remove unused arg _c-q-hack.
7249 (isearch-message-suffix): Remove unused arg _ellipsis.
7250
7251 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7252
7253 * simple.el (list-processes--refresh): For a server use :host or
7254 :local as the address.
7255 (list-processes): Doc fix.
7256
7257 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7258
7259 * lisp/mpc.el: Support password in host argument.
7260 (mpc--proc-connect): Parse and use new password element.
7261 Set mpc-proc variable instead of returning process.
7262 (mpc-proc): Adjust accordingly.
7263
7264 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7265
7266 * whitespace.el (whitespace-display-mappings): Use Unicode
7267 codepoints, instead of emacs-mule codepoints. See
7268 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7269 for the details.
7270
7271 * files.el (file-truename): Don't skip symlink-chasing part on
7272 windows-nt. Incorporate the resolution of 8+3 short aliases on
7273 Windows into the loop that recursively chases symlinks.
7274 Compare directory and its parent case-insensitively on MS-Windows and
7275 MS-DOS.
7276
7277 2012-08-03 Chong Yidong <cyd@gnu.org>
7278
7279 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7280
7281 * sort.el (sort-regexp-fields): Doc fix.
7282
7283 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7284
7285 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7286 labels regex position point at the expected place.
7287
7288 2012-08-03 MON KEY <monkey@sandpframing.com>
7289
7290 * net/imap.el (imap-interactive-login, imap-authenticate)
7291 (imap-mailbox-lsub, imap-mailbox-list)
7292 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7293 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7294 (imap-parse-response): Doc fix.
7295
7296 2012-08-03 João Távora <joaotavora@gmail.com>
7297
7298 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7299 if sexp scanning does not move point (Bug#5734).
7300
7301 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7302
7303 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7304 Add listings, minted, and ctable packages.
7305 (reftex-label-alist-builtin): Move listings, minted, and ctable
7306 entries before LaTeX.
7307 (reftex-label-alist): Docfix.
7308
7309 2012-08-02 Bastien Guerry <bzg@gnu.org>
7310
7311 * replace.el (occur): Fix docstring (bug#12122).
7312
7313 2012-08-02 Glenn Morris <rgm@gnu.org>
7314
7315 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7316
7317 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7318
7319 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7320 * international/mule-cmds.el: Create
7321 inactivate-current-input-method-function as an obsolete alias for
7322 deactivate-current-input-method-function. See Katsumi Yamaoka in
7323 <http://bugs.gnu.org/10150#46>.
7324
7325 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7326
7327 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7328 of nested `if's.
7329
7330 2012-08-01 Glenn Morris <rgm@gnu.org>
7331
7332 * progmodes/autoconf.el (autoconf-definition-regexp):
7333 Add AH_TEMPLATE, adjust submatch numbering.
7334 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7335 (autoconf-current-defun-function): Update for above change.
7336 (autoconf-current-defun-function): First skip to end of current word.
7337
7338 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7339
7340 * calendar/cal-html.el (cal-html-insert-agenda-days):
7341 Fix typo. (Bug#12018)
7342
7343 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7344
7345 Shell processes: enhancements to startup and CEDET compatibility.
7346 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7347 (python-shell-make-comint): accept-process-output at startup.
7348 (run-python-internal): Set inferior-python-mode-hook to nil.
7349 (python-shell-internal-get-or-create-process): call sit-for.
7350 (python-preoutput-result): Add obsolete alias.
7351 (python-shell-internal-send-string): Use it.
7352 (python-shell-send-setup-code): Remove call to
7353 accept-process-output.
7354
7355 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7356
7357 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7358 (Bug#12108)
7359
7360 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7361
7362 * calc-mode.el (calc-basic-simplification-mode): Rename from
7363 `calc-limited-simplification-mode'.
7364 (calc-alg-simplification-mode): New function.
7365 (calc-set-simplify-mode): Adjust message.
7366
7367 * calc.el (calc-set-mode-line): Adjust mode line display for
7368 basic simplification mode.
7369
7370 * calc-help.el (calc-m-prefix-help): Update help message.
7371
7372 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7373 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7374
7375 2012-07-31 Bastien Guerry <bzg@gnu.org>
7376
7377 * man.el (man): Fix comment. (bug#12101)
7378
7379 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7380
7381 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7382 Don't return a non-nil value when no suitable buffer was found.
7383
7384 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7385
7386 * progmodes/python.el (run-python-internal): Disable font lock for
7387 internal shells.
7388
7389 2012-07-30 Stefan Merten <smerten@oekonux.de>
7390
7391 * textmodes/rst.el: Silence `checkdoc-ispell'.
7392 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7393 (rst-official-version, rst-official-cvs-rev)
7394 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7395 (rst-mode-map): New key binding.
7396
7397 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7398
7399 Update .PHONY listings in makefiles.
7400 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7401 autoloads, update-subdirs, updates, bzr-update, update-authors,
7402 compile-onefile, compile-calc, backup-compiled-files,
7403 compile-after-backup, compile-one-process, mh-autoloads,
7404 bootstrap-clean, distclean, maintainer-clean.
7405
7406 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7407
7408 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7409 (calc-set-mode-line): Don't display "AlgSimp ".
7410
7411 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7412 (calc-lim-simplify-mode): New function.
7413 (calc-set-simplify-mode): Default to 'alg.
7414 (calc-default-simplify-mode): Make algebraic simplifications
7415 the default.
7416
7417 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7418 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7419
7420 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7421 indicate new simplification modes.
7422
7423 * calc/README: Mention new default simplification mode.
7424
7425 * calc/calc.el (math-normalize-error): New variable.
7426 (math-normalize): Set `math-normalize-error' to t
7427 when there's an error.
7428
7429 * calc/calc-alg.el (math-simplify): Don't simplify when
7430 `math-normalize' returns an error.
7431
7432 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7433
7434 * international/mule-cmds.el (set-locale-environment): Revert last
7435 change, since display-graphic-p returns nil when this function is
7436 called during startup. Instead...
7437
7438 * term/w32console.el (terminal-init-w32console): ...setup the
7439 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7440
7441 2012-07-29 Juri Linkov <juri@jurta.org>
7442
7443 * simple.el (goto-line): Don't display default line number in the
7444 prompt because it should be displayed by `read-number' (bug#9952).
7445 Add the current line number to the defaults of `goto-line' to
7446 allow its easier modification by users with `M-n' (bug#9201).
7447
7448 * subr.el (read-number): Support multiple default values like in
7449 other minibuffer reading functions. Replace `read' with
7450 `string-to-number' for consistency with `number-to-string'.
7451
7452 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7453
7454 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7455 * emulation/viper-init.el (viper-deactivate-input-method-action):
7456 Rename from viper-inactivate-input-method-action.
7457 (viper-deactivate-input-method):
7458 Rename from viper-inactivate-input-method.
7459 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7460 * international/mule-cmds.el (deactivate-input-method):
7461 Rename from inactivate-input-method.
7462 Also run input-method-deactivate-hook.
7463 (deactivate-current-input-method-function):
7464 Rename from inactivate-current-input-method-function.
7465 (input-method-deactivate-hook): New hook.
7466 (input-method-inactivate-hook): Mark obsolete.
7467 (inactivate-input-method): Mark obsolete.
7468
7469 * international/quail.el (quail-activate):
7470 Also run quail-deactivate-hook.
7471 (quail-deactivate): Rename from quail-inactivate.
7472 * international/robin.el (robin-activate):
7473 Also run robin-deactivate-hook.
7474 (robin-deactivate): Rename from robin-inactivate.
7475
7476 2012-07-29 Chong Yidong <cyd@gnu.org>
7477
7478 * simple.el (indicate-copied-region): New function.
7479 (kill-ring-save): Split off from here.
7480
7481 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7482 (kill-rectangle): Set deactivate-mark to t on read-only error.
7483
7484 * register.el (copy-to-register, copy-rectangle-to-register):
7485 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7486 (append-to-register, prepend-to-register): Call indicate-copied-region.
7487
7488 2012-07-29 Juri Linkov <juri@jurta.org>
7489
7490 * simple.el (async-shell-command-buffer): New defcustom.
7491 (shell-command): Use it. (Bug#4719)
7492
7493 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7494
7495 * international/mule-cmds.el (set-locale-environment): In a
7496 console session on MS-Windows, set up keyboard and terminal
7497 encoding from the OEM codepage, not the ANSI codepage.
7498 (Bug#12055)
7499
7500 2012-07-28 Chong Yidong <cyd@gnu.org>
7501
7502 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7503 gdb-get-location.
7504
7505 2012-07-28 Leo Liu <sdl.web@gmail.com>
7506
7507 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7508 the alist (bug#12029).
7509
7510 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7511
7512 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7513 (compile-always, compile-first)
7514 ($(lisp)/calendar/cal-loaddefs.el)
7515 ($(lisp)/calendar/diary-loaddefs.el)
7516 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7517 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7518 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7519 instead of on update-subdirs.
7520 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7521
7522 2012-07-28 Chong Yidong <cyd@gnu.org>
7523
7524 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7525 directory if vc-deduce-backend returns nil (Bug#7350).
7526
7527 * simple.el (delete-trailing-lines): New option.
7528 (delete-trailing-whitespace): Obey it (Bug#11879).
7529
7530 2012-07-28 David Engster <deng@randomsample.de>
7531
7532 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7533 Explanation of new 'symbol-qnames feature in doc-strings.
7534 (xml-maybe-do-ns): Return expanded names as plain symbols if
7535 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7536 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7537
7538 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7539
7540 Consistent completion in inferior python with emacs -nw.
7541 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7542 binding in inferior-python-mode-map with "\t".
7543 (python-shell-completion-complete-at-point)
7544 (python-completion-complete-at-point): Remove interactive spec.
7545
7546 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7547
7548 * calc/calccomp.el (math-compose-expr): Undo previous change.
7549
7550 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7551
7552 * progmodes/python.el (python-mode-map): Add keybinding for
7553 run-python.
7554 (python-shell-make-comint): Fix pop-to-buffer call.
7555 (run-python): Autoload. New arg SHOW.
7556 (python-shell-get-or-create-process): Do not pop python process
7557 buffer.
7558
7559 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7560
7561 * notifications.el (notifications-on-action-signal)
7562 (notifications-on-closed-signal): Use also the bus address for the map.
7563 (notifications-notify, notifications-close-notification)
7564 (notifications-get-capabilities): Add optional argument BUS.
7565
7566 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7567
7568 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7569 Add support for the lstlisting and minted environments, and for the
7570 ctable macro.
7571 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7572 labels written in keyvals syntax.
7573
7574 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7575
7576 * calc/calccomp.el (math-compose-expr): Use parentheses when
7577 there is a product in the denominator of a fraction.
7578
7579 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7580
7581 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7582 ($(lisp)/calendar/diary-loaddefs.el)
7583 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7584 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7585 Fixes failures in parallel bootstrap because subdirs.el is being
7586 rewritten while the autoload files are built at the same time,
7587 which needs to load subdirs.el.
7588
7589 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7590
7591 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7592 (mouse-drag-line): Don't exit tracking when a switch-frame or
7593 switch-window event occurs (Bug#12006).
7594
7595 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * mouse.el (popup-menu): Fix last change.
7598
7599 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 Autoload from Lisp with more care. Follow aliases when looking for
7602 function properties.
7603 * subr.el (autoloadp): New function.
7604 (symbol-file): Use it.
7605 (function-get): New function.
7606 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7607 autoload-do-load.
7608 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7609 (lisp-indent-function):
7610 * emacs-lisp/gv.el (gv-get):
7611 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7612 * emacs-lisp/byte-opt.el (byte-optimize-form):
7613 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7614 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7615 Use function-get.
7616 * emacs-lisp/cl.el: Don't propagate function properties any more.
7617
7618 * speedbar.el (speedbar-add-localized-speedbar-support):
7619 * emacs-lisp/disass.el (disassemble-internal):
7620 * desktop.el (desktop-load-file):
7621 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7622 (describe-function-1):
7623 * emacs-lisp/find-func.el (find-function-noselect):
7624 * emacs-lisp/elp.el (elp-instrument-function):
7625 * emacs-lisp/advice.el (ad-has-proper-definition):
7626 * apropos.el (apropos-safe-documentation, apropos-macrop):
7627 * emacs-lisp/debug.el (debug-on-entry):
7628 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7629 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7630 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7631
7632 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7633
7634 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7635 function, not an obsolete variable (Bug#12046).
7636
7637 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7638
7639 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7640
7641 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7642
7643 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7644 window only if it is still live (Bug#12034).
7645
7646 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7647
7648 * subr.el (redirect-frame-focus): Add advertised calling
7649 convention (Bug#12030).
7650
7651 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7652
7653 Prefer typical American spelling for "acknowledgment".
7654 * vc/add-log.el (change-log-acknowledgment): Rename from
7655 change-log-acknowledgement, with an alias for the old name.
7656
7657 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7658
7659 * calc-alg.el (math-simplify-divide): Don't cross multiply
7660 in an equation when the lhs is a variable.
7661
7662 2012-07-24 Julien Danjou <julien@danjou.info>
7663
7664 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7665 Remove, unused.
7666
7667 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7668
7669 * startup.el (command-line): Don't display an empty user name in
7670 the error message about non-existent home directory, when
7671 init-file-user was set to an empty string. See
7672 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7673 for the details and context.
7674
7675 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7676
7677 * ses.el (ses-cell-formula-aset): New macro.
7678 (ses-cell-references-aset): New macro.
7679 (ses-cell-p): New function.
7680 (ses-rename-cell): Do no longer rely on complex operations like
7681 ses-cell-set-formula or ses-set-cell to change the cell and handle
7682 the undo at the same time, but rather use lower level new macros
7683 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7684 the undo directly. Refresh the mode line.
7685
7686 2012-07-21 Leo Liu <sdl.web@gmail.com>
7687
7688 * progmodes/cc-cmds.el (c-defun-name):
7689 Use match-string-no-properties instead for consistency.
7690
7691 2012-07-20 Leo Liu <sdl.web@gmail.com>
7692
7693 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7694 (Bug#7879)
7695
7696 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7697
7698 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7701 * progmodes/bug-reference.el, misearch.el: Provide themselves
7702 (bug#11915).
7703
7704 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7705 of narrowed buffer (bug#11966).
7706
7707 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7708
7709 * ses.el (ses-rename-cell): Set new name also in reference list of
7710 cells of which the renamed cell depends.
7711
7712 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7713
7714 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7715 to check whether menu-bar is shown or not. If not shown,
7716 show the menu-bar as a popup menu instead of using tmm.
7717 * mouse.el (popup-menu): Accept `point' as `position' argument.
7718
7719 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7720
7721 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7722 up inside string symbol literal (bug#11923).
7723
7724 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7725
7726 * startup.el (fancy-startup-text): Read the whole tutorial, not
7727 just its first 256 bytes. Prevents gibberish in display of the
7728 tutorial title.
7729
7730 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7731
7732 Drop idle buffer compaction due to an absence of the
7733 proved efficiency.
7734 * compact.el: Remove.
7735
7736 2012-07-19 Sam Steingold <sds@gnu.org>
7737
7738 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7739 vc-bzr-pull & vc-bzr-merge-branch.
7740 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7741 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7742 for consistency with compilation-error-regexp-alist.
7743 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7744 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7745 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7746 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7747
7748 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * emacs-lisp/chart.el: Use lexical-binding.
7751 (chart-emacs-storage): Don't hardcode the list of entries.
7752
7753 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7754
7755 Next round of tweaks caused by Fgarbage_collect changes.
7756 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7757
7758 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7759
7760 Compact buffers when idle.
7761 * compact.el: New file.
7762
7763 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * subr.el (eventp): Presume that if it looks vaguely like an event,
7766 it's an event (bug#10190).
7767
7768 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7769
7770 Enhancements to ppss related code (thanks Stefan).
7771 * progmodes/python.el (python-indent-context)
7772 (python-indent-calculate-indentation, python-indent-dedent-line)
7773 (python-indent-electric-colon, python-nav-forward-block)
7774 (python-mode-abbrev-table)
7775 (python-info-assignment-continuation-line-p): Simplify checks
7776 for ppss context.
7777 (python-info-continuation-line-p): Cleanup.
7778 (python-info-ppss-context): Do not catch 'quote.
7779 (python-info-ppss-context-type)
7780 (python-info-ppss-comment-or-string-p): Simplify.
7781
7782 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7783
7784 * progmodes/python.el: Enhancements to eldoc support.
7785 (python-info-current-symbol): New function.
7786 (python-eldoc-at-point): Use python-info-current-symbol.
7787 (python-info-current-defun): Fix cornercase on first defun scan.
7788 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7789 and signal error when no inferior python process is available.
7790
7791 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7792
7793 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7794 assume it's always t.
7795 (vc-git-registered): Remove caching, the function is only called
7796 once.
7797 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7798
7799 2012-07-18 Chong Yidong <cyd@gnu.org>
7800
7801 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7802
7803 * simple.el (count-words): Report on narrowing (Bug#9959).
7804
7805 * bindings.el: Bind M-= to count-words.
7806
7807 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7808
7809 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7810
7811 * progmodes/sh-script.el (sh-imenu-generic-expression):
7812 Capture a function with `function' keyword and without parentheses
7813 like "function FOO" (bug#11856).
7814
7815 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7816
7817 * window.el (split-window-sensibly): Make WINDOW argument
7818 optional.
7819
7820 2012-07-18 Chong Yidong <cyd@gnu.org>
7821
7822 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7823
7824 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7825 and make C-x 8 RET exit isearch (Bug#11439).
7826
7827 * international/iso-transl.el: Move isearch-mode-map key
7828 definitions to isearch.el.
7829
7830 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7831
7832 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7833 (eieio-defclass): Use gv-define-setter when possible.
7834
7835 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7836
7837 Reflect recent changes in Fgarbage_collect.
7838 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7839 reflect new format of data returned by Fgarbage_collect.
7840
7841 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7842
7843 New utility functions + python-info-ppss-context fix (Bug#11910).
7844 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7845 (python-info-ppss-comment-or-string-p): New functions.
7846 (python-info-ppss-context): Small fix for string check.
7847
7848 2012-07-17 Juri Linkov <juri@jurta.org>
7849
7850 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7851 (dired-do-async-shell-command): Don't add `*' at the end of the
7852 command (Bug#11815).
7853 (dired-do-shell-command): Doc fix.
7854 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7855 Join the individual commands using either "&" or ";" as the
7856 separator depending on the values of these trailing characters.
7857 At the end re-add the trailing "&". (Bug#10598)
7858
7859 * simple.el (async-shell-command): Sync the interactive spec with
7860 `shell-command'. Doc fix.
7861 (shell-command): Doc fix.
7862
7863 2012-07-17 Juri Linkov <juri@jurta.org>
7864
7865 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7866
7867 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7868
7869 Final renames and doc fixes for movement commands (bug#11899).
7870 * progmodes/python.el (python-nav-beginning-of-statement):
7871 Rename from python-nav-statement-start.
7872 (python-nav-end-of-statement): Rename from
7873 python-nav-statement-end.
7874 (python-nav-beginning-of-block): Rename from
7875 python-nav-block-start.
7876 (python-nav-end-of-block): Rename from python-nav-block-end.
7877
7878 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7879
7880 * progmodes/python.el (python-shell-send-string-no-output):
7881 Allow accept-process-output to quit, keeping shell process ready for
7882 future interactions (Bug#11868).
7883
7884 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7885
7886 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7887
7888 * emacs-lisp/elint.el (elint-find-args-in-code):
7889 Use help-function-arglist, so as to handle lexical byte-code.
7890
7891 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7892 change (bug#11826).
7893
7894 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7897 Avoid spuriously marking the buffer as modified because of c-is-sws.
7898
7899 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7900 as not-a-comment (bug#11946).
7901
7902 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7903 for uninterned vars.
7904
7905 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7906 Use read-event since we don't really want to read chars but bytes.
7907
7908 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7909 $$..$$ but also $..$ using regexps (bug#11953).
7910 Use tex-verbatim for \url and \path.
7911 (tex-font-lock-keywords): Define as defconst like the others.
7912 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7913
7914 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7915
7916 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7917 alias for insert-char.
7918
7919 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7920
7921 * progmodes/python.el: Simplified imenu implementation.
7922 (python-nav-jump-to-defun): Remove command.
7923 (python-mode-map): Use `imenu' instead.
7924 (python-nav-list-defun-positions-cache)
7925 (python-imenu-include-defun-type, python-imenu-make-tree)
7926 (python-imenu-subtree-root-label, python-imenu-index-alist):
7927 Remove vars.
7928 (python-nav-list-defun-positions, python-nav-read-defun)
7929 (python-imenu-tree-assoc, python-imenu-make-element-tree)
7930 (python-imenu-make-tree, python-imenu-create-index):
7931 Remove functions.
7932 (python-mode): Update to interact with imenu by setting
7933 `imenu-extract-index-name-function' only.
7934
7935 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7936
7937 * progmodes/python.el: Enhancements to navigation commands.
7938 (python-nav-backward-sentence)
7939 (python-nav-forward-sentence): Remove.
7940 (python-nav-backward-statement, python-nav-forward-statement)
7941 (python-nav-statement-start, python-nav-statement-end)
7942 (python-nav-backward-block, python-nav-forward-block)
7943 (python-nav-block-start, python-nav-block-end)
7944 (python-nav-forward-sexp-function)
7945 (python-info-current-line-comment-p)
7946 (python-info-current-line-empty-p): New functions.
7947 (python-indent-context): Use `python-nav-statement-start'.
7948
7949 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
7950
7951 * eshell/em-ls.el (eshell/ls): Use `apply'.
7952
7953 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
7954 multi-hops, instead of Tramp internals.
7955
7956 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
7957
7958 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
7959 when F1 and F2 are located on different hosts.
7960
7961 2012-07-14 Chong Yidong <cyd@gnu.org>
7962
7963 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
7964 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
7965 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
7966 (xterm-mouse--read-event-sequence-1000)
7967 (xterm-mouse--read-event-sequence-1006): New functions. For old
7968 mouse protocol, handle M-mouse-X events correctly.
7969 (xterm-mouse-event): New arg specifying mouse protocol.
7970 (turn-on-xterm-mouse-tracking-on-terminal)
7971 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
7972 sequence to toggle extended coordinates on newer XTerms.
7973 This appears to be harmless on terminals which do not support this.
7974
7975 2012-07-14 Leo Liu <sdl.web@gmail.com>
7976
7977 Add fringe bitmap indicators for flymake. (Bug#11253)
7978 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
7979 (flymake-make-overlay): New arg BITMAP.
7980 (flymake-error-bitmap, flymake-warning-bitmap)
7981 (flymake-fringe-indicator-position): New user variables.
7982
7983 * fringe.el: New bitmap exclamation-mark.
7984
7985 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
7986
7987 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
7988 also (Bug#7879).
7989
7990 2012-07-14 Chong Yidong <cyd@gnu.org>
7991
7992 * electric.el (electric-pair-post-self-insert-function): Fix pair
7993 insertion in empty-region case (Bug#11520).
7994
7995 2012-07-14 Chong Yidong <cyd@gnu.org>
7996
7997 * bindings.el: Consolidate ctl-x-r-map bindings.
7998 Bind copy-rectangle-as-kill to C-x r w.
7999
8000 * rect.el, register.el: Move bindings to bindings.el.
8001
8002 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8003
8004 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8005
8006 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8007
8008 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8009
8010 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8011
8012 * bindings.el (top): Use `mapc' instead of `mapcar'.
8013
8014 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8015
8016 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8017
8018 * progmodes/sql.el (sql-comint): Suppress the check for program on
8019 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8020 (Bug#11908)
8021
8022 2012-07-13 Chong Yidong <cyd@gnu.org>
8023
8024 * bindings.el: Assign a non-nil permanent-local property to
8025 per-buffer variables which lack a default value (Bug#11930).
8026
8027 * help-fns.el (describe-variable): In the "automatically becomes
8028 local" notice, take note of permanent-local variables.
8029
8030 2012-07-13 Chong Yidong <cyd@gnu.org>
8031
8032 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8033 to allow printing the message when called from Lisp.
8034
8035 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8036 Remove toggle-read-only.
8037
8038 * bs.el (bs-toggle-readonly):
8039 * buff-menu.el (Buffer-menu-toggle-read-only):
8040 Remove with-no-warnings around toggle-read-only.
8041
8042 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8043 Remove with-no-warnings around toggle-read-only.
8044 (ffap-read-only, ffap-read-only-other-window)
8045 (ffap-read-only-other-frame): Callers changed.
8046
8047 * help-mode.el: Don't require view package.
8048 (help-mode-finish): Set buffer-read-only instead of calling
8049 toggle-read-only.
8050
8051 * bindings.el (mode-line-toggle-read-only):
8052 * dired.el (dired-toggle-read-only):
8053 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8054 with non-nil second arg.
8055
8056 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8057 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8058 directly.
8059
8060 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8061
8062 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8063 not incf.
8064
8065 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 More CL cleanups and reduction of use of cl.el.
8068 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8069 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8070 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8071 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8072 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8073 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8074 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8075 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8076 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8077 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8078 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8079 * eshell/em-cmpl.el, eshell/em-banner.el:
8080 * calendar/parse-time.el: Use cl-lib.
8081 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8082 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8083 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8084 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8085 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8086 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8087 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8088 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8089 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8090 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8091 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8092 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8093 `lambda' rather than with `quote'.
8094 (eshell-do-opt): Adjust accordingly.
8095 (eshell-process-option): Simplify.
8096 * eshell/esh-var.el:
8097 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8098 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8099 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8100 to `pcase--dontcare'.
8101 * emacs-lisp/cl.el (labels): Mark obsolete.
8102 (cl--letf, letf): Move to cl-lib.
8103 (cl--letf*, letf*): Remove.
8104 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8105 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8106 (cl-progv): Rewrite.
8107 (cl--letf, cl-letf): Move from cl.el.
8108 (cl-letf*): New macro.
8109 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8110
8111 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8112
8113 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8114
8115 2012-07-11 Chong Yidong <cyd@gnu.org>
8116
8117 * vc/log-edit.el (log-edit-vc-backend): New variable.
8118 (log-edit): Doc fix.
8119
8120 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8121 argument of log-edit to set up all local variables.
8122 (vc-start-logentry): New optional arg specifying VC backend.
8123
8124 * vc/vc.el (vc-checkin): Use it.
8125 (vc-deduce-fileset): Handle Log Edit buffers.
8126 (vc-diff): Make first argument optional too.
8127
8128 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8129
8130 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8131
8132 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8133 command, just in case. The function is not needed anymore.
8134 (eshell-external-command): Do not call `eshell-remote-command'.
8135
8136 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 Reduce use of (require 'cl).
8139 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8140 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8141 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8142 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8143 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8144 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8145 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8146 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8147 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8148 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8149 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8150 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8151 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8152 (byte-compile-unfold-bcf, byte-compile-check-variable):
8153 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8154 (byte-compile-nilconstp):
8155 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8156 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8157
8158 * emacs-lisp/gv.el (cond): Make it a valid place.
8159 (if): Simplify slightly.
8160
8161 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8162 (pcase--self-quoting-p): New function.
8163 (pcase--u1): Use it.
8164
8165 2012-07-10 Glenn Morris <rgm@gnu.org>
8166
8167 * emacs-lisp/authors.el (authors-fixed-entries):
8168 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8169
8170 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8171
8172 Rename configure.in to configure.ac (Bug#11603).
8173 * emacs-lisp/authors.el (authors-canonical-file-name):
8174 * progmodes/autoconf.el (autoconf-mode):
8175 Prefer configure.ac to configure.in.
8176
8177 2012-07-08 Chong Yidong <cyd@gnu.org>
8178
8179 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8180 Implement the mouse-1-click-follows-link handling properly.
8181
8182 * info.el (Info-link-keymap): Use follow-link mechanism for
8183 header-line links (Bug#374).
8184
8185 * simple.el (deactivate-mark): Do not set the primary selection
8186 if another program has acquired it (Bug#11772).
8187
8188 2012-07-07 Kevin Ryde <user42@zip.com.au>
8189
8190 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8191 (woman-decode-region): Replace escaped-escapes without destroying
8192 bold or underline (Bug#11552).
8193 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8194
8195 2012-07-07 Chong Yidong <cyd@gnu.org>
8196
8197 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8198 (interprogram-cut-function, interprogram-paste-function):
8199 Mention that we typically mean the clipboard.
8200
8201 2012-07-06 Glenn Morris <rgm@gnu.org>
8202
8203 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8204
8205 * files.el (toggle-read-only): Restrict message to interactive use.
8206
8207 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8208
8209 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8210
8211 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8212
8213 2012-07-06 Glenn Morris <rgm@gnu.org>
8214
8215 * Makefile.in (compile-one-process): Rename from "recompile".
8216
8217 * Makefile.in (bzr-update): "compile" is the same as "recompile
8218 autoloads", but parallelizable, so use that instead.
8219
8220 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8221
8222 * window.el (quit-window): Always restore window height when
8223 it's saved in quit-restore parameter (Bug#11810).
8224
8225 2012-07-06 Glenn Morris <rgm@gnu.org>
8226
8227 * simple.el (kill-whole-line): Doc tweak.
8228
8229 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8230
8231 * files.el (file-relative-name): Compare file names
8232 case-insensitively if on MS-Windows or MS-DOS, or if
8233 read-file-name-completion-ignore-case is non-nil. Don't use
8234 case-fold-search for this purpose. (Bug#11827)
8235
8236 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8237
8238 * calendar/cal-dst.el (calendar-current-time-zone):
8239 Return calendar-current-time-zone-cache if non-nil.
8240
8241 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8242 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8243
8244 * calendar/cal-dst.el (calendar-current-time-zone):
8245 Return calendar-current-time-zone-cache if non-nil.
8246
8247 2012-07-06 Glenn Morris <rgm@gnu.org>
8248
8249 * Makefile.in (cvs-update): Remove old alias.
8250
8251 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8252
8253 Sync with Tramp 2.2.6-pre.
8254
8255 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8256 compatible declaration.
8257
8258 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8259 Protect `list-load-path-shadows' call.
8260
8261 * net/tramp-compat.el (top): Require packages, which aren't
8262 autoloaded anymore for XEmacs. Protect call of
8263 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8264 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8265 it hurts at least for SXEmacs.
8266 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8267 standard-value for `temporary-file-directory'.
8268
8269 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8270 Redirect stderr to /dev/null.
8271 (tramp-sh-handle-write-region): uid and gid can be floats.
8272 Reported by Russell Sim <russell.sim@gmail.com>.
8273 (tramp-sh-handle-vc-registered): Hide errors.
8274 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8275 and `start-file-process'.
8276 (tramp-maybe-open-connection): Check also whether `non-essential'
8277 is bound.
8278
8279 2012-07-04 Chong Yidong <cyd@gnu.org>
8280
8281 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8282 (xml-parse-tag): Likewise, and avoid changing entity tables.
8283 (xml-syntax-table): Define from scratch, making sure not to give
8284 x2000 and other Unicode spaces whitespace syntax, since those are
8285 not spaces in XML.
8286 (xml-parse-fragment): Delete unused function.
8287 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8288 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8289 (xml-entity-ref, xml-pe-reference-re)
8290 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8291 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8292 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8293 (xml-entity-value-re): Use syntax references in regexps where
8294 possible; no need to define inside a let-binding.
8295 (xml-parse-dtd): Use xml-pe-reference-re.
8296 (xml-entity-or-char-ref-re): New defconst.
8297 (xml-parse-string, xml-substitute-special): Use it.
8298
8299 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8302 (find-file--read-only): New function.
8303 (find-file-read-only, find-file-read-only-other-window)
8304 (find-file-read-only-other-frame): Use it.
8305 (insert-file-contents-literally): Don't `fset'.
8306 (get-free-disk-space): Use locate-dominating-file.
8307
8308 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8309 function is already compiled.
8310
8311 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8312
8313 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8314
8315 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8316 files on the same host.
8317
8318 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8319
8320 * help-fns.el (describe-function-1): Only call
8321 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8322
8323 2012-07-03 Chong Yidong <cyd@gnu.org>
8324
8325 * xml.el: Protect parser against XML bombs.
8326 (xml-entity-expansion-limit): New variable.
8327 (xml-parse-string, xml-substitute-special): Use it.
8328 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8329
8330 2012-07-03 Glenn Morris <rgm@gnu.org>
8331
8332 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8333 Allow linking to specific messages in debbugs reports (eg 123#5).
8334
8335 2012-07-02 Chong Yidong <cyd@gnu.org>
8336
8337 * xml.el: Fix entity and character reference expansion, allowing
8338 them to expand into markup as per XML spec.
8339 (xml-default-ns): New variable.
8340 (xml-entity-alist): Use XML spec definitions for lt and amp.
8341 (xml-parse-region): Make first two arguments optional.
8342 Discard text properties.
8343 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8344 All callers changed.
8345 (xml-parse-tag): Call xml-parse-tag-1. For backward
8346 compatibility, this function should not modify buffer contents.
8347 (xml-parse-tag-1): Fix opening-tag regexp.
8348 (xml-parse-string): Rewrite, handling entity and character
8349 references properly.
8350 (xml--entity-replacement-text): Signal an error if a parameter
8351 entity is undefined.
8352
8353 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * comint.el (comint-output-filter): Filter out repeated prompts.
8356
8357 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8358 and file-name-absolute-p.
8359 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8360 internal calls.
8361
8362 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8363
8364 Spelling fixes.
8365 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8366 Rename from byte-compile--refiy-function. All uses changed.
8367
8368 2012-07-01 Chong Yidong <cyd@gnu.org>
8369
8370 * xml.el (xml--parse-buffer): New function. Move most of
8371 xml-parse-region here.
8372 (xml-parse-region): Copy region into a temporary buffer, since
8373 parameter entity substitution requires changing buffer contents.
8374 Use xml--parse-buffer.
8375 (xml-parse-file): Use xml--parse-buffer.
8376 (xml-parse-dtd): Make parameter entity substitution work right.
8377 Use proper regexps for ELEMENT declarations (Bug#7172).
8378
8379 2012-06-30 Glenn Morris <rgm@gnu.org>
8380
8381 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8382
8383 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8384 Remove outdated and unnecessary dbus declarations.
8385
8386 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8387
8388 * emacs-lisp/timer.el (timer-until): Subtract results of
8389 float-time, instead of taking float-time of the result of
8390 time-subtract, since float-time signals an error for negative time
8391 arguments.
8392
8393 2012-06-30 Chong Yidong <cyd@gnu.org>
8394
8395 * xml.el (xml-*-re): Convert defvars into defconsts, and
8396 eval-and-compile them so eval-and-compile works on derivatives.
8397 (xml--entity-replacement-text): Use eval-and-comple.
8398
8399 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8400
8401 * vc/vc-git.el (vc-git-registered): Use cache property
8402 `git-registered'.
8403 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8404 `vc-git-working-revision' in order to benefit from the cache.
8405 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8406
8407 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8408
8409 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8410 removed (likely outside Emacs). (Bug#11757)
8411
8412 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * emacs-lisp/cl-lib.el: Require macroexp.
8415
8416 2012-06-30 Chong Yidong <cyd@gnu.org>
8417
8418 * xml.el: Implement XML parameter entities.
8419 (xml-parameter-entity-alist): New variable.
8420 (xml-parse-region, xml-parse-fragment): Preserve previous values
8421 of xml-entity-alist and xml-parameter-entity-alist, so that
8422 repeated calls on different documents do not change them.
8423 (xml-parse-tag): Fix doctype regexp.
8424 (xml--entity-replacement-text): New function.
8425 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8426 properly requires url retrieval which is unimplemented.
8427 (xml-escape-string): Doc fix.
8428
8429 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8432
8433 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8434
8435 * fringe.el (fringe-mode): Doc fix.
8436
8437 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8438
8439 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8440 is non-nil.
8441 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8442 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8443
8444 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8445
8446 * calendar/cal-dst.el (calendar-current-time-zone):
8447 Return calendar-current-time-zone-cache if non-nil.
8448
8449 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8450
8451 * progmodes/which-func.el (which-func-format):
8452 Add mouse-face. (Bug#11698)
8453
8454 2012-06-29 Leo Liu <sdl.web@gmail.com>
8455
8456 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8457
8458 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * minibuffer.el (minibuffer-confirm-exit-commands):
8461 Add completion-at-point (bug#11725).
8462
8463 2012-06-29 Glenn Morris <rgm@gnu.org>
8464
8465 * progmodes/f90.el (f90-font-lock-keywords-2):
8466 Add some preprocessor elements. (Bug#10499)
8467
8468 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8471 Use syntax-propertize (bug#11739).
8472
8473 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8474
8475 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8476
8477 2012-06-28 Julien Danjou <julien@danjou.info>
8478
8479 * term.el (term-handle-colors-array): Use a set of new faces to
8480 color the terminal. Also uses :inverse-video property.
8481 (term-default-fg-color): Set to nil by default, deprecate in favor
8482 of `term-face'.
8483 (term-default-bg-color): Set to nil by default, deprecate in favor
8484 of `term-face'.
8485 (term-current-face): Use `term-face' by default.
8486 (term-bold-attribute): Variable deleted.
8487
8488 2012-06-28 Glenn Morris <rgm@gnu.org>
8489
8490 * simple.el (completion-list-mode-finish):
8491 Don't use toggle-read-only. (Since completion-list-mode has
8492 a special mode-class, it wasn't doing anything extra anyway.)
8493
8494 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 Make inlining of other-mode interpreted functions work (bug#11799).
8497 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8498 (byte-compile): Use it to fix compilation of lexical-binding closures.
8499 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8500 function, if needed.
8501
8502 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * help-mode.el (help-make-xrefs): Don't just withstand
8505 cyclic-variable-indirection but any error in documentation-property.
8506
8507 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8508 memory use.
8509 * bindings.el (bindings--define-key): New function.
8510 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8511 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8512 * bindings.el: Use it to purecopy define-key bindings.
8513
8514 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8515
8516 * emacs-lisp/cl.el (flet): Mark obsolete.
8517 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8518 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8519 * progmodes/js.el (js-c-fill-paragraph):
8520 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8521 (ebrowse-switch-member-buffer-to-derived-class):
8522 * play/5x5.el (5x5-solver): Use cl-flet.
8523
8524 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8525 (cl--symbol-function): New macro.
8526 (cl--letf, cl--letf*): Use it.
8527
8528 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8529 Strip "toggle-" if any.
8530
8531 2012-06-27 Glenn Morris <rgm@gnu.org>
8532
8533 * info.el (Info-default-directory-list): Move here from paths.el.
8534 * paths.el: Remove file, which is now empty.
8535 * loadup.el: No longer load "paths".
8536
8537 * custom.el (custom-initialize-delay): Doc fix.
8538
8539 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8540 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8541 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8542 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8543 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8544 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8545 * eshell/eshell.el (eshell-defgroup): Remove alias.
8546
8547 2012-06-27 Chong Yidong <cyd@gnu.org>
8548
8549 * help.el (help-enable-auto-load): New variable.
8550
8551 * help-fns.el (help-fns--autoloaded-p): New function.
8552 (describe-function-1): Refer to a function as "autoloaded" if it
8553 was autoloaded at any time in the past. Perform autoloading if
8554 help-enable-auto-load is non-nil.
8555
8556 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8557
8558 * makefile.w32-in (compile, compile-always): Depend on
8559 update-subdirs, not on subdirs.el. Otherwise, several different
8560 sub-targets of 'bootstrap' running in parallel could
8561 simultaneously write to subdirs.el, producing a garbled file.
8562
8563 2012-06-26 Sam Steingold <sds@gnu.org>
8564
8565 * files.el (file-name-base): New convenience function.
8566 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8567 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8568 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8569 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8570 * textmodes/ispell.el, textmodes/reftex-ref.el:
8571 * textmodes/tex-mode.el: Use it.
8572 Did not touch cedet and org because they are maintained elsewhere.
8573
8574 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8575
8576 * calendar/calendar.el (calendar-exit): Don't try to delete or
8577 iconify last frame. See:
8578 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8579
8580 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8581
8582 * server.el (server-process-filter): Remember dir in the
8583 process's `server-client-directory' properties.
8584
8585 2012-06-24 Chong Yidong <cyd@gnu.org>
8586
8587 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8588 non-tag text.
8589
8590 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8591
8592 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8593
8594 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8595
8596 * help-fns.el (describe-variable): Don't croak when doc is not found.
8597 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8598 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8599 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8600 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8601 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8602 ((lambda ..) ..).
8603 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8604
8605 2012-06-23 Chong Yidong <cyd@gnu.org>
8606
8607 * info.el (Info-mouse-follow-link): Accept symbol values of
8608 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8609 (Info-fontify-node): Use Info-link-keymap for all navigation
8610 buttons, with link-args property to perform the desired action.
8611 (Info-link-keymap): Doc fix.
8612 (Info-next-link-keymap, Info-prev-link-keymap)
8613 (Info-up-link-keymap): Delete now-unused keymaps.
8614
8615 2012-06-23 Chong Yidong <cyd@gnu.org>
8616
8617 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8618
8619 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8620 system abbrevs.
8621
8622 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8623
8624 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8627 (bug#11719).
8628
8629 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8630 the requote function doesn't work properly (bug#11714).
8631
8632 2012-06-23 Glenn Morris <rgm@gnu.org>
8633
8634 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8635
8636 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8637
8638 Further GV/CL cleanups.
8639 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8640 gv-expander.
8641 (gv--defun-declaration): New function.
8642 (defun-declarations-alist): Use it.
8643 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8644 (gv-place): Autoload.
8645 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8646 original definition of dotimes and dolist.
8647 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8648 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8649 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8650 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8651 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8652 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8653 to the function's definition.
8654 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8655 * window.el:
8656 * files.el:
8657 * faces.el:
8658 * env.el: Don't use CL.
8659
8660 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8661
8662 Support higher-resolution time stamps (Bug#9000).
8663
8664 * calendar/time-date.el (with-decoded-time-value): New arg
8665 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8666 (encode-time-value): New optional arg PICO. New type 3.
8667 (time-to-seconds) [!float-time]: Support the new picoseconds
8668 component if it's used.
8669 (seconds-to-time, time-subtract, time-add):
8670 Support ps-resolution time stamps as well.
8671
8672 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8673 (timerp): Timer vectors now have length 9, not 8.
8674 (timer--time): Support new-style (4-part) time stamps.
8675 (timer-next-integral-multiple-of-time): Time stamps now have
8676 picosecond resolution, so take a bit more care about rounding.
8677 (timer-relative-time, timer-inc-time): New optional arg psecs.
8678 (timer-set-time-with-usecs): Set psecs to 0.
8679 (timer--activate): Check psecs component, too.
8680
8681 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8682
8683 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8684
8685 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8686 Move the non-essential binding to the post/pre-command-hook where it is
8687 more obviously correct.
8688
8689 * subr.el (read-passwd): Don't use a history at all.
8690 * savehist.el (savehist-save): Remove password saved accidentally
8691 because of the above bug.
8692
8693 2012-06-22 Bastien Guerry <bzg@gnu.org>
8694
8695 * files.el (toggle-read-only): Display a message telling whether
8696 the buffer is read-only or not (bug#11726).
8697
8698 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * emacs-lisp/gv.el: New file.
8701 * subr.el (push, pop): Extend to generalized variables.
8702 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8703 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8704 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8705 gv-define-simple-setter, and gv-define-expander.
8706 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8707 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8708 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8709 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8710 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8711 gv-letplace.
8712 (cl-defstruct): Don't define setf-method any more.
8713 * emacs-lisp/cl.el (flet): Don't autoload.
8714 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8715 (define-setf-expander, defsetf, define-modify-macro)
8716 (cl-struct-setf-expander): Move from cl-lib.el.
8717 * emacs-lisp/syntax.el:
8718 * emacs-lisp/ewoc.el:
8719 * emacs-lisp/smie.el:
8720 * emacs-lisp/cconv.el:
8721 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8722 (timer--time): Use gv-define-simple-setter.
8723 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8724 to avoid coding-system problems in subr.el. Adjust all users.
8725 (macroexp--maxsize, macroexp-small-p): New functions.
8726 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8727 * scroll-bar.el (scroll-bar-mode):
8728 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8729 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8730 * winner.el (winner-configuration, winner-make-point-alist)
8731 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8732 * files.el (locate-file-completion-table): Avoid list*.
8733
8734 2012-06-22 Chong Yidong <cyd@gnu.org>
8735
8736 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8737 (dired-create-files): Doc fix (Bug#11329).
8738 (dired-do-copy): Doc fix (Bug#11334).
8739 (dired-mark-read-string): Doc fix (Bug#11553).
8740
8741 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8742 Doc fix (Bug#11326).
8743 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8744 (dired-dwim-target): Doc fix.
8745
8746 * wdired.el (wdired-mode): Doc fix.
8747
8748 2012-06-22 Glenn Morris <rgm@gnu.org>
8749
8750 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8751 (pcmpl-rpm-cache-stamp-file): New constant.
8752 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8753 (pcmpl-rpm-packages): Optionally cache list of packages.
8754
8755 * pcmpl-rpm.el (pcmpl-rpm): New group.
8756 (pcmpl-rpm-query-options): New option.
8757 (pcmpl-rpm-packages): No need to inline it.
8758 Use pcmpl-rpm-query-options.
8759
8760 * calendar/calendar.el (calendar-in-read-only-buffer):
8761 Avoid some needless mode changes.
8762
8763 2012-06-21 Chong Yidong <cyd@gnu.org>
8764
8765 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8766 (desktop-path): Remove . from the default value (Bug#10977).
8767 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8768
8769 2012-06-20 Chong Yidong <cyd@gnu.org>
8770
8771 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8772
8773 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8774
8775 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8776 (bug#11201).
8777
8778 2012-06-20 Chong Yidong <cyd@gnu.org>
8779
8780 * term.el (term-window-width): Handle the case of a missing right
8781 fringe (Bug#8837).
8782 (term-check-size): Use window-text-height (Bug#5445).
8783 (term-mode): Use define-derived-mode. Minor cleanups.
8784 Set font-lock-defaults (Bug#7692).
8785 (term-move-columns, term-insert-char, term-emulate-terminal)
8786 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8787
8788 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8789
8790 * net/ange-ftp.el (ange-ftp-get-passwd):
8791 Bind `enable-recursive-minibuffers'.
8792 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8793
8794 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8795
8796 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8797
8798 2012-06-19 Glenn Morris <rgm@gnu.org>
8799
8800 * progmodes/python.el (python-mode): Derive from prog-mode.
8801
8802 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8803
8804 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8805 (edt-user-menu-bar-update-buffers): New functions.
8806 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8807
8808 2012-06-19 Chong Yidong <cyd@gnu.org>
8809
8810 * subr.el (with-selected-window): Preserve the selected window's
8811 terminal's top-frame (Bug#4702).
8812
8813 * window.el (save-selected-window): Likewise.
8814
8815 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * progmodes/python.el (python-rx-constituents): Move backquote.
8818 (python-skeleton-define, python-define-auxiliary-skeleton):
8819 Use `declare'.
8820
8821 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8822
8823 * minibuffer.el (read-file-name-default): Revert the patch from
8824 2012-06-17.
8825
8826 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8827
8828 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8829 (pcase--u1, pcase--q1): Don't use apply-partially.
8830
8831 2012-06-18 Glenn Morris <rgm@gnu.org>
8832
8833 * progmodes/python.el (python-proc, python-buffer)
8834 (python-send-receive, python-send-string): Fix obsolete versions.
8835
8836 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8837
8838 * window.el (special-display-p): Completely remove stringp
8839 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8840
8841 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8842
8843 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8844
8845 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8846
8847 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8848 * net/tramp-sh.el (tramp-maybe-open-connection):
8849 Throw if `non-essential' is non-nil.
8850
8851 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8852
8853 * window.el (special-display-p): Signal an error if BUFFER-NAME
8854 is not a string (Bug#11713).
8855
8856 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8857
8858 * progmodes/python.el (python-info-beginning-of-backslash):
8859 Rename from python-info-beginning-of-backlash, as a spelling fix.
8860
8861 2012-06-17 Chong Yidong <cyd@gnu.org>
8862
8863 * term.el (term-emulate-terminal): If term-check-size is called,
8864 move point to the process mark without resetting point (Bug#4635).
8865
8866 2012-06-17 Glenn Morris <rgm@gnu.org>
8867
8868 * international/mule-cmds.el (mule-menu-keymap)
8869 (set-language-environment, set-locale-environment): Doc tweaks.
8870
8871 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8872
8873 * cus-face.el (custom-face-attributes): Add wave-style underline
8874 attribute.
8875 * faces.el (set-face-attribute): Update docstring to describe
8876 wave-style underline attribute.
8877
8878 2012-06-16 Chong Yidong <cyd@gnu.org>
8879
8880 * term/xterm.el (terminal-init-xterm): Discard input before
8881 querying background mode (Bug#10959).
8882
8883 2012-06-16 Stefan Merten <smerten@oekonux.de>
8884
8885 * textmodes/rst.el: Added and corrected some comments.
8886 (rst-re-alist-def): Improve symbol syntax.
8887 (rst-mode-syntax-table): Correct syntax entries.
8888 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8889 (rst-official-version, rst-official-cvs-rev): Update version
8890 information.
8891
8892 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8893
8894 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8895 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8896
8897 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8898
8899 * progmodes/python.el: New python.el merge.
8900 (python-guess-indent): Obsolete var.
8901 (python-indent-guess-indent-offset): New defcustom.
8902 (python-indent): Obsolete var.
8903 (python-indent-offset): New defcustom.
8904 (python-python-command, python-jython-command): Delete var.
8905 (python-shell-interpreter): New defcustom.
8906 (python-pdbtrack-do-tracking-p): Delete var.
8907 (python-pdbtrack-activate): New defcustom.
8908 (python-use-skeletons): Obsolete var.
8909 (python-skeleton-autoinsert): New defcustom.
8910 (inferior-python-filter-regexp, python-continuation-offset)
8911 (python-honour-comment-indentation, python-indent-string-contents)
8912 (python-jython-packages, python-mode-hook)
8913 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8914 (python-shell-prompt-alist)
8915 (python-source-modes): Delete defcustoms.
8916 (python-check-buffer-name, python-eldoc-setup-code)
8917 (python-eldoc-string-code, python-ffap-setup-code)
8918 (python-ffap-string-code, python-fill-comment-function)
8919 (python-fill-decorator-function, python-fill-paren-function)
8920 (python-fill-string-function, python-imenu-include-defun-type)
8921 (python-imenu-make-tree, python-imenu-subtree-root-label)
8922 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8923 (python-shell-compilation-regexp-alist)
8924 (python-shell-completion-module-string-code)
8925 (python-shell-completion-pdb-string-code)
8926 (python-shell-completion-setup-code)
8927 (python-shell-completion-string-code)
8928 (python-shell-enable-font-lock, python-shell-exec-path)
8929 (python-shell-extra-pythonpaths)
8930 (python-shell-internal-buffer-name, python-shell-interpreter-args)
8931 (python-shell-process-environment)
8932 (python-shell-prompt-block-regexp)
8933 (python-shell-prompt-output-regexp)
8934 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
8935 (python-shell-send-setup-max-wait, python-shell-setup-codes)
8936 (python-shell-virtualenv-path): New defcustoms.
8937 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
8938 (inferior-python-mode-syntax-table, python--prompt-regexp)
8939 (python-buffer, python-command python-python-command)
8940 (python-default-template, python-imports, python-indent-index)
8941 (python-indent-list, python-indent-list-length)
8942 (python-mode-running, python-pdbtrack-is-tracking-p)
8943 (python-preoutput-continuation, python-preoutput-leftover)
8944 (python-preoutput-result, python-preoutput-skip-next-prompt)
8945 (python-prev-dir/file, python-recursing)
8946 (python-saved-check-command, python-version-checked)
8947 (python-which-func-length-limit)
8948 (view-return-to-alist): Delete vars.
8949 (python-check-custom-command, python-dotty-syntax-table)
8950 (python-imenu-index-alist, python-indent-current-level)
8951 (python-indent-dedenters, python-indent-levels)
8952 (python-nav-beginning-of-defun-regexp)
8953 (python-nav-list-defun-positions-cache)
8954 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
8955 (python-shell-internal-buffer)
8956 (python-skeleton-available): New vars.
8957 (def-python-skeleton): Delete macro.
8958 (python-skeleton-define): New macro.
8959 (python-define-auxiliary-skeleton, python-rx): New macros.
8960 (python-insert-class): Delete command.
8961 (python-skeleton-class): New command.
8962 (python-insert-def): Delete command.
8963 (python-skeleton-def): New command.
8964 (python-insert-for): Delete command.
8965 (python-skeleton-for): New command.
8966 (python-insert-if): Delete command.
8967 (python-skeleton-if): New command.
8968 (python-insert-try/except, python-insert-try/finally): Delete commands.
8969 (python-skeleton-try): New command.
8970 (python-insert-while): Delete command.
8971 (python-skeleton-while): New command.
8972 (python-backspace): Delete command.
8973 (python-indent-dedent-line-backspace): New command.
8974 (python-electric-colon): Delete command.
8975 (python-indent-electric-colon): New command.
8976 (python-guess-indent): Delete command.
8977 (python-indent-guess-indent-offset): New command.
8978 (python-shift-left): Delete command.
8979 (python-indent-shift-left): New command.
8980 (python-shift-right): Delete command.
8981 (python-indent-shift-right): New command.
8982 (python-find-function): Delete command.
8983 (python-nav-jump-to-defun): New command.
8984 (python-next-statement): Delete command.
8985 (python-nav-forward-sentence): New command.
8986 (python-previous-statement): Delete command.
8987 (python-nav-backward-sentence): New command.
8988 (python-fill-paragraph): Delete command.
8989 (python-fill-paragraph-function): New command.
8990 (python-send-buffer): Delete command.
8991 (python-shell-send-buffer): New command.
8992 (python-send-defun): Delete command.
8993 (python-shell-send-defun): New command.
8994 (python-send-region, python-send-region-and-go): Delete commands.
8995 (python-shell-send-region)
8996 (python-shell-switch-to-shell): New commands.
8997 (python-send-string): Delete command.
8998 (python-shell-send-string): New command.
8999 (python-switch-to-python): Delete command.
9000 (python-shell-switch-to-shell): New command.
9001 (python-describe-symbol): Delete command.
9002 (python-eldoc-at-point): New command.
9003 (python--set-prompt-regexp, python-args-to-list)
9004 (python-after-info-look, python-check-version)
9005 (python-check-comint-prompt, python-find-imports)
9006 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9007 (python-unload-function, python-expand-template)
9008 (python-maybe-jython, python-preoutput-filter)
9009 (python-pdbtrack-get-source-buffer)
9010 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9011 (python-pdbtrack-toggle-stack-tracking)
9012 (python-pdbtrack-track-stack-file, python-initial-text)
9013 (python-first-word, python-comment-line-p, python-send-command)
9014 (python-setup-brm, python-sentinel, python-set-proc)
9015 (python-skip-out, python-input-filter, python-outdent-p)
9016 (python-outline-level, python-backslash-continuation-line-p)
9017 (python-end-of-block, python-end-of-statement, python-mark-block)
9018 (python-beginning-of-block, python-beginning-of-statement)
9019 (python-blank-line-p, python-beginning-of-string)
9020 (python-open-block-statement-p): Delete functions.
9021 (python-indent-line, python-indent-line-1): Delete functions.
9022 (python-indent-line): New function.
9023 (python-indentation-levels): Delete function.
9024 (python-indent-calculate-levels): New function.
9025 (python-proc): Delete function.
9026 (python-shell-get-process): New function.
9027 (python-send-receive): Delete function.
9028 (python-shell-send-string-no-output): New function.
9029 (python-module-path): Delete function.
9030 (python-ffap-module-path): New function.
9031 (python-completion-at-point)
9032 (python-symbol-completions): Delete functions.
9033 (python-completion-complete-at-point): New function.
9034 (python-load-file): Delete function.
9035 (python-shell-send-file): New function.
9036 (python-calculate-indentation): Delete function.
9037 (python-indent-calculate-indentation): New function.
9038 (python-skip-comments/blanks): Delete function.
9039 (python-util-forward-comment): New function.
9040 (python-continuation-line-p): Delete function.
9041 (python-info-continuation-line-p): New function.
9042 (python-which-func, python-current-defun): Delete function.
9043 (python-info-current-defun): New function.
9044 (python-beginning-of-defun): Delete function.
9045 (python-nav-beginning-of-defun): New function.
9046 (python-close-block-statement-p)
9047 (python-block-end-p): Delete function.
9048 (python-info-closing-block): New function.
9049 (python-comint-output-filter-function)
9050 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9051 (python-fill-comment, python-fill-decorator, python-fill-paren)
9052 (python-fill-string, python-imenu-make-element-tree)
9053 (python-imenu-make-tree, python-imenu-tree-assoc)
9054 (python-indent-context, python-indent-dedent-line)
9055 (python-indent-line-function)
9056 (python-indent-post-self-insert-function)
9057 (python-indent-toggle-levels)
9058 (python-info-assignment-continuation-line-p)
9059 (python-info-beginning-of-backlash)
9060 (python-info-block-continuation-line-p)
9061 (python-info-closing-block-message)
9062 (python-info-line-ends-backslash-p)
9063 (python-info-looking-at-beginning-of-defun)
9064 (python-info-ppss-context, python-info-ppss-context-type)
9065 (python-nav-list-defun-positions, python-nav-read-defun)
9066 (python-nav-sentence-end, python-nav-sentence-start)
9067 (python-pdbtrack-comint-output-filter-function)
9068 (python-pdbtrack-set-tracked-buffer)
9069 (python-shell-calculate-exec-path)
9070 (python-shell-calculate-process-environment)
9071 (python-shell-completion--do-completion-at-point)
9072 (python-shell-completion--get-completions)
9073 (python-shell-completion-complete-at-point)
9074 (python-shell-completion-complete-or-indent)
9075 (python-shell-get-or-create-process)
9076 (python-shell-get-process-name)
9077 (python-shell-internal-get-or-create-process)
9078 (python-shell-internal-get-process-name)
9079 (python-shell-internal-send-string, python-shell-make-comint)
9080 (python-shell-parse-command, python-shell-send-setup-code)
9081 (python-skeleton-add-menu-items)
9082 (python-util-clone-local-variables, python-util-position)
9083 (run-python-internal, python-indentation-levels)
9084 (python-nav-beginning-of-defun)
9085 (python-completion-complete-at-point): New functions.
9086 (run-python): Change arguments. New API requirements.
9087
9088 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9091 (bug#11649).
9092
9093 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9094 (macroexp--expand-all): Use it.
9095
9096 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9097 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9098 Use `cl-function' instead.
9099
9100 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9101
9102 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9103 Suggested by Stefan Monnier while discussing bug#11657.
9104
9105 2012-06-14 Sam Steingold <sds@gnu.org>
9106
9107 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9108
9109 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9110
9111 * play/doctor.el (doctor-doc): Remove parameter and use
9112 doctor-sent instead of sent.
9113 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9114
9115 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * files.el: Require cl-lib.
9118 (file-name-non-special): Replace case -> cl-case.
9119
9120 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9121
9122 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9123 mapping from #' to function*.
9124
9125 2012-06-13 Chong Yidong <cyd@gnu.org>
9126
9127 * mouse.el (mouse-drag-track): Do not set the mark if the user
9128 releases the mouse without selecting anything (Bug#11588).
9129
9130 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9133 as well (bug#11646).
9134
9135 * loadup.el: Count byte-code functions as well.
9136
9137 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9138 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9139
9140 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9141 (bug#11649). Add cl-defun and cl-defmacro.
9142
9143 2012-06-13 Drew Adams <drew.adams@oracle.com>
9144
9145 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9146 Fix last change.
9147
9148 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9149
9150 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9151 Otherwise, it blocks in batch mode.
9152
9153 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9154
9155 * help-mode.el (bookmark-make-record-default): Declare.
9156
9157 2012-06-13 Chong Yidong <cyd@gnu.org>
9158
9159 * emacs-lisp/package.el (list-packages): Compute a list of
9160 packages that are newly-available since the last list-packages
9161 invocation.
9162 (package-menu--new-package-list): New var.
9163 (package-menu--generate, package-menu--print-info)
9164 (package-menu--status-predicate, package-menu-mark-install):
9165 Handle new status label "new".
9166
9167 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9170 conversion to backquotes.
9171
9172 2012-06-12 Chong Yidong <cyd@gnu.org>
9173
9174 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9175 Rename from gud-inhibit-global-bindings.
9176
9177 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9178
9179 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9180 hook from nxml-glyph-set-hook.
9181
9182 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9183 declaration.
9184
9185 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9186
9187 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9188 Convert to defcustom.
9189
9190 2012-06-12 Drew Adams <drew.adams@oracle.com>
9191
9192 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9193 New functions.
9194 (help-mode): Use them.
9195
9196 2012-06-11 Glenn Morris <rgm@gnu.org>
9197
9198 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9199 Use preprocessor face for directives.
9200 (fortran-directive-re): Doc fix.
9201
9202 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9205 conversion to backquotes (bug#11652).
9206
9207 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9208 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9209 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9210 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9211 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9212 (cl-ninth, cl-tenth): Mark them as inlinable.
9213 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9214 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9215 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9216 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9217 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9218 (cl-list*, cl-adjoin): Don't put an autoload manually.
9219 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9220 (cl--compiler-macro-list*): Add autoload cookie.
9221 (cl--compiler-macro-cXXr): New function.
9222
9223 * help-fns.el (help-fns--compiler-macro): New function extracted from
9224 describe-function-1; follow aliases and use `compiler-macro' property.
9225 (describe-function-1): Use it.
9226
9227 2012-06-11 Chong Yidong <cyd@gnu.org>
9228
9229 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9230 is uninstalled, if imagemagick is installed.
9231
9232 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9233
9234 * emacs-lisp/cl-lib.el: Use lexical-binding.
9235 (cl-map-extents, cl-maclisp-member): Remove.
9236 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9237 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9238 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9239 * emacs-lisp/cl-extra.el: Use lexical-binding.
9240 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9241 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9242 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9243 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9244 * emacs-lisp/cl-seq.el: Use lexical-binding.
9245 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9246 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9247 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9248 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9249 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9250 CL's internals.
9251
9252 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9253
9254 Sync with Tramp 2.2.6-pre.
9255
9256 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9257 `print-length' and `print-level' to nil, in order to avoid
9258 truncation. Reported by Christopher Schmidt
9259 <christopher@ristopher.com>.
9260
9261 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9262
9263 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9264 New defmacro.
9265 (tramp-compat-copy-directory): Add optional argument
9266 COPY-CONTENTS. It is not handled yet.
9267
9268 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9269 (tramp-ftp-file-name-p): Simplify.
9270
9271 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9272 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9273 connection vector.
9274
9275 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9276 (tramp-methods): Do not use `tramp-password-end-of-line'.
9277 (tramp-completion-function-alist-putty): Handle UNIX case.
9278 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9279 (tramp-do-file-attributes-with-stat)
9280 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9281 gid as real numbers. They could run out of integer range on cygwin.
9282 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9283 (tramp-sh-handle-expand-file-name): Handle hops.
9284 (tramp-open-connection-setup-interactive-shell):
9285 Use `tramp-cleanup'. Move check for busyboxes ...
9286 (tramp-find-shell): ... here. Simplify implementation.
9287 Set "remote-shell" property also for alternative shells.
9288 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9289 If failing, a regular file would be written otherwise.
9290 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9291 (tramp-find-inline-encoding): Cache the coding commands in the
9292 process cache. Apply test command on the remote side, if defined.
9293 (tramp-find-inline-compress): Cache the compress commands in the
9294 process cache.
9295 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9296 when requested. Handle hops.
9297 (tramp-current-connection): New defvar.
9298 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9299 Throw `suppress', if there was a failed connection shortly before.
9300 Handle user interrupt. (Bug#10187)
9301 (tramp-get-inline-compress, tramp-get-inline-coding):
9302 Read connection properties from the process cache.
9303
9304 * net/tramp-smb.el (tramp-smb-server-version)
9305 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9306 New defconsts.
9307 (tramp-smb-prompt): Extend for powershell prompt.
9308 (tramp-smb-file-name-handler-alist): Add handlers for
9309 `process-file', `shell-command' and `start-file-process'.
9310 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9311 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9312 (tramp-smb-file-name-p): Simplify.
9313 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9314 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9315 (tramp-smb-shell-quote-argument): New defuns.
9316 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9317 Implement using "tar". By this, time-stamps are preserved.
9318 (tramp-smb-handle-copy-file): Handle also the case of directories.
9319 (tramp-smb-do-file-attributes-with-stat)
9320 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9321 Use `tramp-get-connection-buffer').
9322 (tramp-smb-handle-rename-file): Use "rename", when source and
9323 target are on the same share.
9324 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9325 Use `tramp-smb-server-version'.
9326 (tramp-smb-wait-for-output): Remove prompt.
9327
9328 * net/tramp.el (top): Require 'cl.
9329 (tramp-methods, tramp-rsh-end-of-line):
9330 Remove `tramp-password-end-of-line' from docstring.
9331 (tramp-save-ad-hoc-proxies): New defcustom.
9332 (tramp-completion-function-alist): Adapt docstring.
9333 (tramp-default-password-end-of-line): Remove defcustom.
9334 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9335 (tramp-user-regexp, tramp-file-name-regexp-unified)
9336 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9337 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9338 (tramp-remote-file-name-spec-regexp): New defconst.
9339 (tramp-file-name-structure): Extend structure for hops.
9340 (tramp-get-method-parameter): Move up.
9341 (tramp-file-name-p, tramp-dissect-file-name)
9342 (with-parsed-tramp-file-name): Handle hops.
9343 (tramp-file-name-hop): New defun.
9344 (tramp-make-tramp-file-name): New optional arg HOP.
9345 (tramp-message-show-progress-reporter-message): New defvar.
9346 (tramp-with-progress-reporter): Use it. We cannot use
9347 `tramp-message-show-message' here, because this suppresses also
9348 error buffers.
9349 (tramp-error-with-buffer): Suppress buffer view, if
9350 `tramp-message-show-message' is nil.
9351 Use `tramp-get-connection-buffer'.
9352 (tramp-cleanup): New defun.
9353 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9354 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9355 an error unchanged.
9356 (tramp-completion-handle-file-name-all-completions): Handle hops.
9357 Fix an error when called from ido.
9358 (tramp-completion-dissect-file-name): Use better local variable
9359 name. Add hop to the vector.
9360 (tramp-handle-insert-file-contents): Use progress-reporter for the
9361 whole scenario.
9362 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9363 to `t'.
9364 (tramp-check-for-regexp): Simplify search.
9365 (tramp-enter-password): Remove it. Move implementation ...
9366 (tramp-action-password): ... here.
9367 (tramp-mode-string-to-int, tramp-local-host-p)
9368 (tramp-make-tramp-temp-file, tramp-read-passwd)
9369 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9370 Set tramp-autoload cookie.
9371
9372 * net/trampver.el: Update release number.
9373
9374 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9375 Michael Albinus <michael.albinus@gmx.de>
9376
9377 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9378 (tramp-parse-group, tramp-parse-file)
9379 (tramp-parse-shostkeys-sknownhosts): New defuns.
9380 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9381 (tramp-parse-shosts-group, tramp-parse-sconfig)
9382 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9383 (tramp-parse-sknownhosts, tramp-parse-hosts)
9384 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9385 Use them.
9386 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9387 (tramp-parse-putty-group): Don't narrow.
9388 (tramp-parse-putty): Make a loop.
9389 (tramp-file-name-handler): Catch the `suppress' signal.
9390
9391 2012-06-11 Chong Yidong <cyd@gnu.org>
9392
9393 * image.el (imagemagick-register-types): Put the ImageMagick entry
9394 at the end of image-type-file-name-regexps.
9395
9396 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9397
9398 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9399 (pcase, pcase-let*, pcase-dolist): Use them.
9400
9401 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * emacs-lisp/pcase.el (pcase--let*): New function.
9404 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9405 (pcase--expand): Use macroexp-let².
9406
9407 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9410 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9411 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9412 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9413 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9414 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9415
9416 2012-06-10 Glenn Morris <rgm@gnu.org>
9417
9418 * mail/rmail.el (rmail-yank-current-message): Leave point at
9419 correct position. (Bug#11660)
9420
9421 2012-06-10 Chong Yidong <cyd@gnu.org>
9422
9423 * allout-widgets.el: Fix code header.
9424
9425 2012-06-10 Chong Yidong <cyd@gnu.org>
9426
9427 * cus-edit.el (customize-changed-options-previous-release):
9428 Bump to 24.1.
9429
9430 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9431
9432 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9433
9434 2012-06-09 Chong Yidong <cyd@gnu.org>
9435
9436 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9437
9438 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9439
9440 * window.el (special-display-popup-frame): Don't use
9441 window--display-buffer (Bug#11651).
9442
9443 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9444
9445 Fix parallel builds: make sure loaddefs.el is not being written
9446 while Lisp files are compiled.
9447 (compile): Don't depend on 'mh-autoloads'.
9448 (compile-CMD, compile-SH): Depend on 'autoloads'.
9449 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9450
9451 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9452
9453 2012-06-09 Chong Yidong <cyd@gnu.org>
9454
9455 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9456 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9457 Doc fixes (Bug#11225).
9458
9459 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9462 a function if there's a clear indication that it has a compiler-macro.
9463 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9464 (macro-declarations-alist): Add arglist to declaration functions.
9465 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9466 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9467 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9468 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9469 Also add autoload to find the compiler macro.
9470 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9471 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9472 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9473 (cl--compiler-macro-get): New functions, replacing calls to
9474 cl-define-compiler-macro.
9475 (cl-typep) [compiler-macro]: Use macroexp-let².
9476
9477 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9478
9479 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9480 string properly, fixes Bug#11473.
9481
9482 2012-06-08 Chong Yidong <cyd@gnu.org>
9483
9484 * faces.el (set-face-attribute): Doc fix.
9485 (modify-face): Don't use :bold and :italic.
9486 (error, warning, success): Tweak definitions.
9487
9488 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9489 (custom-modified, custom-set, custom-changed, custom-themed)
9490 (custom-saved, custom-button, custom-button-mouse)
9491 (custom-button-pressed, custom-state, custom-comment-tag)
9492 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9493 (custom-group-subtitle): Use new-style face specs.
9494 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9495 (custom-set-face, custom-changed-face, custom-saved-face)
9496 (custom-button-face, custom-button-pressed-face)
9497 (custom-documentation-face, custom-state-face)
9498 (custom-comment-face, custom-comment-tag-face)
9499 (custom-variable-tag-face, custom-variable-button-face)
9500 (custom-face-tag-face, custom-group-tag-face-1)
9501 (custom-group-tag-face): Remove obsolete face alias.
9502
9503 * epa.el (epa-validity-high, epa-validity-medium)
9504 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9505 (epa-field-name, epa-field-body):
9506 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9507 (font-lock-keyword-face, font-lock-builtin-face)
9508 (font-lock-function-name-face, font-lock-variable-name-face)
9509 (font-lock-type-face, font-lock-constant-face):
9510 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9511 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9512 * speedbar.el (speedbar-button-face, speedbar-file-face)
9513 (speedbar-directory-face, speedbar-tag-face)
9514 (speedbar-selected-face, speedbar-highlight-face)
9515 (speedbar-separator-face):
9516 * whitespace.el (whitespace-newline, whitespace-space)
9517 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9518 (whitespace-line, whitespace-space-before-tab)
9519 (whitespace-space-after-tab, whitespace-indentation)
9520 (whitespace-empty):
9521 * emulation/cua-base.el (cua-global-mark):
9522 * eshell/em-prompt.el (eshell-prompt):
9523 * net/newst-plainview.el (newsticker-new-item-face)
9524 (newsticker-old-item-face, newsticker-immortal-item-face)
9525 (newsticker-obsolete-item-face, newsticker-date-face)
9526 (newsticker-statistics-face, newsticker-default-face):
9527 * net/newst-reader.el (newsticker-feed-face)
9528 (newsticker-extra-face, newsticker-enclosure-face):
9529 * net/newst-treeview.el (newsticker-treeview-face)
9530 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9531 (newsticker-treeview-immortal-face)
9532 (newsticker-treeview-obsolete-face)
9533 (newsticker-treeview-selection-face):
9534 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9535 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9536 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9537 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9538 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9539 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9540 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9541 (mpuz-text):
9542 * progmodes/vera-mode.el (vera-font-lock-number)
9543 (vera-font-lock-function, vera-font-lock-interface):
9544 * textmodes/table.el (table-cell): Use new-style face specs, and
9545 don't use the old :bold and :italic attributes.
9546
9547 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9548 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9549 (ebrowse-member-class, ebrowse-progress): Likewise.
9550 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9551 (ebrowse-file-name-face, ebrowse-default-face)
9552 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9553 (ebrowse-progress-face): Remove obsolete faces.
9554
9555 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9556 Inherit from error and warning faces respectively.
9557
9558 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9559 Likewise.
9560 (flyspell-incorrect-face, flyspell-duplicate-face):
9561 Remove obsolete aliases.
9562
9563 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9564
9565 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9566 Avoid infloop.
9567
9568 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * startup.el (argv, argi): Make lexically scoped.
9571 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9572 * emacs-lisp/cl-macs.el: Use lexical-binding.
9573 Rename cl-bind-* to cl--bind-*.
9574 * files.el: Don't require `cl' since it doesn't use it.
9575 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9576
9577 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9578
9579 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9580 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9581 instead of calling external sort utility.
9582 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9583
9584 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9585
9586 * descr-text.el (describe-char): Mention how to insert the
9587 character, if the current input method doesn't support it.
9588 See the discussion in this thread for the details:
9589 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9590
9591 2012-06-08 Sam Steingold <sds@gnu.org>
9592
9593 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9594 XF86Back to previous-buffer.
9595 (minibuffer-local-map): Bind them to next-history-element and
9596 previous-history-element respectively.
9597 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9598 help-go-back respectively.
9599 * info.el (Info-mode-map): Bind them to Info-history-forward and
9600 Info-history-back respectively.
9601 These are the keys next to Up on the ThinkPad keyboard.
9602
9603 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9606 * emacs-lisp/cl-macs.el: Provide itself.
9607 (cl--labels-convert-cache): New var.
9608 (cl--labels-convert): New function.
9609 (cl-flet, cl-labels): New implementation with new semantics, relying on
9610 lexical-binding.
9611 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9612 (cl-closure-vars, cl--function-convert-cache)
9613 (cl--function-convert): Move from cl-macs.el.
9614 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9615 rename by removing the "cl-" prefix.
9616 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9617
9618 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9619
9620 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9621 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9622 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9623 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9624 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9625 (cl-hash-table-count): Add old compatibility aliases.
9626
9627 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9628 Use macroexpand-all-environment instead.
9629 (cl--old-macroexpand): New var.
9630 (cl--sm-macroexpand): New function.
9631 (cl-symbol-macrolet): Use it during macro expansion.
9632 (cl--function-convert-cache): New var.
9633 (cl--function-convert): New function, extracted from
9634 cl-macroexpand-all.
9635 (cl-lexical-let): Use it.
9636
9637 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9638 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9639 (cl-member): Remove old alias.
9640
9641 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9642 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9643 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9644 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9645 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9646 (cl-macroexpand-cmacs): Remove var.
9647 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9648 Use macroexpand-all instead.
9649
9650 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9653 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9654 (macroexp-copyable-p): New functions and macros.
9655 * emacs-lisp/edebug.el (edebug-unwrap):
9656 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9657 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9658 (pcase--let*): Remove.
9659 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9660 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9661 macroexp-const-p instead.
9662 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9663
9664 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9665 instead of "cl-" for internal definitions. Use macroexp-const-p.
9666 (cl-old-bc-file-form): Remove var.
9667 (cl-const-exprs-p): Remove fun.
9668 (cl-labels, cl-macrolet): Use backquote.
9669 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9670 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9671 (cl-define-setf-expander): Rename from cl-define-setf-method.
9672 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9673
9674 * international/mule-cmds.el: Don't require CL.
9675 (view-hello-file): Don't use `letf'.
9676
9677 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * tmm.el (tmm-prompt): Use string-prefix-p.
9680 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9681 (tmm-add-prompt): Use minibuffer-completion-help.
9682 (tmm-delete-map): Remove.
9683
9684 * subr.el (kbd): Make it its own function.
9685
9686 2012-06-07 Stefan Merten <smerten@oekonux.de>
9687
9688 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9689 Silence compiler warnings. Fix versions.
9690 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9691 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9692 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9693 (rst-package-emacs-version-alist): Correct Emacs version to
9694 represent major merge with upstream.
9695 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9696
9697 2012-06-06 Glenn Morris <rgm@gnu.org>
9698
9699 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9700 Only print environment variables if set.
9701
9702 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9705 (macroexp--cons): Rename from maybe-cons.
9706 (macroexp--accumulate): Rename from macroexp-accumulate.
9707 (macroexp--all-forms): Rename from macroexpand-all-forms.
9708 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9709 (macroexp--expand-all): Rename from macroexpand-all-1.
9710
9711 2012-06-06 Sam Steingold <sds@gnu.org>
9712
9713 * calendar/calendar.el (calendar-in-read-only-buffer):
9714 Call `special-mode' to enable the standard read-only keybindings.
9715
9716 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9719 with "loading" messages (bug#11635).
9720
9721 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9722
9723 * files.el (enable-remote-dir-locals): New option.
9724 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9725
9726 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9727 Ensure, that the temp directory is local.
9728
9729 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9730 `temporary-file-directory'.
9731
9732 * progmodes/python.el (python-send-region): Ensure, that the
9733 temporary file is created also in the remote case.
9734
9735 2012-06-06 Glenn Morris <rgm@gnu.org>
9736
9737 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9738 (vc-rcs-update-changelog): Use it.
9739
9740 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9741
9742 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9743 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9744 (vc-sccs-diff): Replace use of the external vcdiff script.
9745
9746 2012-06-05 Glenn Morris <rgm@gnu.org>
9747
9748 * ledit.el: Move to obsolete/.
9749
9750 2012-06-05 Sam Steingold <sds@gnu.org>
9751
9752 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9753 patch (Bug#11140).
9754
9755 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * emacs-lisp/cust-print.el: Move to obsolete.
9758
9759 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9760 compiler-macro expansion.
9761
9762 Add native compiler-macro support.
9763 * emacs-lisp/macroexp.el (macroexpand-all-1):
9764 Support compiler-macros directly. Properly follow aliases and apply
9765 the compiler macros more thoroughly.
9766 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9767 macroexpand now properly follows aliases.
9768 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9769 (cl-compiler-macroexpand): Use new prop.
9770 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9771
9772 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9773
9774 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9775
9776 * window.el (get-lru-window, get-mru-window, get-largest-window):
9777 New argument NOT-SELECTED to avoid picking the selected window.
9778 (window--display-buffer-1, window--display-buffer-2): Replace by
9779 new function window--display-buffer
9780 (display-buffer-same-window, display-buffer-reuse-window)
9781 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9782 Use window--display-buffer.
9783 (display-buffer-use-some-window): Remove temporary dedication
9784 hack by calling get-lru-window and get-largest-window with
9785 NOT-SELECTED argument non-nil. Call window--display-buffer.
9786
9787 2012-06-05 Glenn Morris <rgm@gnu.org>
9788
9789 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9790 Replace external vcdiff script.
9791
9792 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9795
9796 2012-06-04 Chong Yidong <cyd@gnu.org>
9797
9798 * image.el (imagemagick-types-inhibit): Revert last change.
9799 Add INFO and M.
9800 (imagemagick-enabled-types): Remove CIN and EPS*.
9801
9802 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * emacs-lisp/cl-lib.el: Rename from cl.el.
9805 * emacs-lisp/cl.el: New compatibility file.
9806 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9807 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9808 to obey the "cl-" prefix.
9809 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9810
9811 2012-06-03 Glenn Morris <rgm@gnu.org>
9812
9813 * emacs-lisp/authors.el (authors-aliases): Addition.
9814
9815 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9816 Fix :version.
9817
9818 2012-06-03 Stefan Merten <smerten@oekonux.de>
9819
9820 * textmodes/rst.el: Add comments.
9821 (rst-transition, rst-adornment): New faces.
9822 (rst-adornment-faces-alist): Make default safe to reevaluate.
9823 Fixes
9824 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9825 Improve customization tags.
9826 (rst-define-level-faces): Clarify meaning.
9827
9828 2012-06-03 Chong Yidong <cyd@gnu.org>
9829
9830 * progmodes/compile.el (compilation-mode-line-fail)
9831 (compilation-mode-line-run, compilation-mode-line-exit):
9832 New faces.
9833 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9834
9835 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9836
9837 * progmodes/which-func.el (which-func-update-ediff-windows):
9838 New function. Use it in ediff-select-hook (Bug#11478).
9839
9840 2012-06-03 Chong Yidong <cyd@gnu.org>
9841
9842 * bindings.el: Remove explicit help text from format-mode-line.
9843 It is now supplied by mode-line-default-help-echo.
9844 (mode-line-front-space, mode-line-end-spaces)
9845 (mode-line-misc-info): New variables.
9846 (mode-line-modes, mode-line-position): Move the default value to
9847 the variable definition.
9848 (mode-line-default-help-echo): New defcustom.
9849 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9850 (mode-line-modified-help-echo): New functions.
9851 (mode-line-mule-info, mode-line-modified): Use them.
9852 (mode-line-eol-desc, propertized-buffer-identification):
9853 Consistency fixes for help text.
9854 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9855 set-buffer-file-coding-system (Bug#289).
9856 (mode-line-mule-info-help-echo): Update help text.
9857
9858 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9859
9860 * simple.el (execute-extended-command): Set real-this-command
9861 (bug#11506).
9862
9863 2012-06-02 Chong Yidong <cyd@gnu.org>
9864
9865 Remove incorrect uses of "modeline" in comments, docstrings, and
9866 function/variable names (Bug#10329).
9867
9868 * cus-edit.el (mode-line):
9869 * dframe.el (dframe-mouse-hscroll):
9870 * emacs-lisp/re-builder.el:
9871 * emacs-lisp/easy-mmode.el (define-minor-mode):
9872 * frame.el (set-frame-name):
9873 * help.el (lookup-minor-mode-from-indicator):
9874 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9875 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9876 (c-toggle-hungry-state):
9877 * progmodes/antlr-mode.el (antlr-language-alist):
9878 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9879 * progmodes/vhdl-mode.el (vhdl-mode):
9880 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9881 * term/ns-win.el (ns-face-at-pos):
9882 * term/sup-mouse.el (sup-mouse-report):
9883 * textmodes/flyspell.el (flyspell-mode-line-string):
9884 * textmodes/ispell.el (ispell-highlight-face):
9885 * textmodes/reftex-global.el:
9886 * vc/vc-arch.el (vc-arch-mode-line-string):
9887 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9888 * vc/vc-git.el (vc-git-mode-line-string):
9889 * vc/vc-hooks.el (vc-display-status)
9890 (vc-default-mode-line-string):
9891 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9892
9893 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9894
9895 * dired.el (dired-sort-set-mode-line): Rename from
9896 dired-sort-set-modeline. All callers changed.
9897
9898 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9899 eshell-status-in-modeline.
9900
9901 * foldout.el (foldout-mode-line-string): Rename from
9902 foldout-modeline-string. All callers changed.
9903 (foldout-update-mode-line): Rename from foldout-update-modeline.
9904
9905 * subr.el (redraw-modeline): Make into obsolete alias.
9906
9907 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9908 timeclock-modeline-display. Make old name an alias.
9909 (timeclock-update-mode-line): Likewise. All callers changed.
9910 (timeclock-mode-line-display): No need to check before using
9911 add-hook.
9912 (timeclock-relative, timeclock-day-over-hook)
9913 (timeclock-use-elapsed, timeclock-mode-string)
9914 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9915
9916 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9917 crisp-mode-modeline-string.
9918
9919 * play/solitaire.el (solitaire-build-mode-line): Rename from
9920 solitaire-build-modeline. All callers changed.
9921
9922 * play/zone.el (zone-hiding-mode-line): Rename from
9923 zone-hiding-modeline. All callers changed.
9924 (zone): Remove unusued `modeline-hidden-level' property.
9925
9926 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9927 xscheme-modeline-initialize. All callers changed.
9928
9929 * strokes.el (strokes-lighter): Rename from
9930 strokes-modeline-string.
9931
9932 * textmodes/sgml-mode.el (html-face-tag-alist)
9933 (html-tag-face-alist): Use mode-line face instead of obsolete
9934 alias modeline.
9935
9936 2012-06-02 Stefan Merten <smerten@oekonux.de>
9937
9938 * textmodes/rst.el: Always require `cl'.
9939 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
9940
9941 2012-06-02 Chong Yidong <cyd@gnu.org>
9942
9943 * image.el (imagemagick-enabled-types): Rename from
9944 imagemagick-types-enable. Add many more types.
9945 (imagemagick-types-inhibit): Change default to nil.
9946 (imagemagick-filter-types): Caller changed.
9947
9948 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * emacs-lisp/cl-macs.el: Use backquotes.
9951 (cl-transform-function-property): Use eval-and-compile rather than
9952 abusing `require'.
9953 (defstruct): Use declare-function instead of with-no-warnings.
9954
9955 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
9956 (byte-compile-output-docform): Re-add the print-circle bindings.
9957 (byte-compile-fix-header): Use #$ just because it's shorter.
9958 (byte-compile-output-file-form): Remove defun/defmacro.
9959
9960 2012-06-01 Martin Rudalics <rudalics@gmx.at>
9961
9962 * simple.el (choose-completion): Remove now obsolete binding for
9963 owindow.
9964
9965 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
9966
9967 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
9968 in order to avoid "Stack overflow in regexp matcher".
9969
9970 2012-05-31 Glenn Morris <rgm@gnu.org>
9971
9972 * image.el: For clarity, call imagemagick-register-types at
9973 top-level, rather than relying on a custom :initialize.
9974 (imagemagick-types-enable): New option. (Bug#11557)
9975 (imagemagick-filter-types): New function. (Bug#7406)
9976 (imagemagick-register-types): Use imagemagick-filter-types.
9977 If disabling support, remove elements altogether rather
9978 than using an impossible regexp.
9979 (imagemagick-types-inhibit): Give it the default init function.
9980
9981 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9982
9983 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
9984 Handle arbitrary file name lengths (Bug#11585).
9985
9986 2012-05-31 Martin Rudalics <rudalics@gmx.at>
9987
9988 * desktop.el (desktop-read): Clear previous and next buffers for
9989 all windows and bury *Messages* buffer (bug#11556).
9990
9991 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 Add `declare' for `defun'. Align `defmacro's with it.
9994 * emacs-lisp/easy-mmode.el (define-minor-mode)
9995 (define-globalized-minor-mode): Don't autoload the var definitions.
9996 * emacs-lisp/byte-run.el: Use lexical-binding.
9997 (defun-declarations-alist, macro-declarations-alist): New vars.
9998 (defmacro, defun): Use them.
9999 (make-obsolete, define-obsolete-function-alias)
10000 (make-obsolete-variable, define-obsolete-variable-alias):
10001 Use `declare'.
10002 (macro-declaration-function): Mark obsolete.
10003 * emacs-lisp/autoload.el: Use lexical-binding.
10004 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10005
10006 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10007
10008 * textmodes/ispell.el (ispell-with-no-warnings):
10009 Define as a macro.
10010 (ispell-kill-ispell, ispell-change-dictionary):
10011 Use `called-interactively-p' for Emacs instead of obsolete
10012 `interactive-p'.
10013
10014 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10017 (macro-declaration-function): Move var from C code.
10018 (macro-declaration-function): Define function with defalias.
10019 * emacs-lisp/macroexp.el (macroexpand-all-1):
10020 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10021 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10022 defun/defmacro any more.
10023 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10024 Provide fallback for unknown arglist.
10025 (byte-compile-arglist-warn): Change calling convention.
10026 (byte-compile-output-file-form): Move print-vars binding.
10027 (byte-compile-output-docform): Simplify accordingly.
10028 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10029 (byte-compile-defmacro-declaration): Remove.
10030 (byte-compile-file-form-defmumble): Generalize to defalias.
10031 (byte-compile-output-as-comment): Return byte-positions.
10032 Simplify callers accordingly.
10033 (byte-compile-lambda): Use `assert'.
10034 (byte-compile-defun, byte-compile-defmacro): Remove.
10035 (byte-compile-file-form-defalias):
10036 Use byte-compile-file-form-defmumble.
10037 (byte-compile-defalias-warn): Remove.
10038
10039 2012-05-29 Stefan Merten <smerten@oekonux.de>
10040
10041 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10042 possible. Fix authors. Improve comments. Improve loading of `cl'.
10043
10044 (rst-mode-abbrev-table): Merge definition.
10045 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10046 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10047
10048 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10049
10050 * calendar/icalendar.el
10051 (icalendar-export-region): Export UID properly.
10052
10053 2012-05-29 Leo Liu <sdl.web@gmail.com>
10054 * calendar/icalendar.el (icalendar-import-format):
10055 Add `icalendar-import-format-uid' (Bug#11525).
10056 (icalendar-import-format-uid): New.
10057 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10058 Export UID.
10059
10060 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10063 different alternative patterns.
10064 (pcase-codegen): Be more careful to preserve identity.
10065 (pcase--u1): Don't forget to mark vars as used.
10066
10067 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10068 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10069 (byte-compile-from-buffer): ...rather than here.
10070
10071 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10072 functions from byte-compile-function-environment.
10073
10074 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10075
10076 * window.el (window-deletable-p): Avoid deleting the root window
10077 of a frame with an active minibuffer.
10078
10079 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10080
10081 * simple.el (choose-completion): Use quit-window (Bug#11567).
10082
10083 2012-05-29 Chong Yidong <cyd@gnu.org>
10084
10085 * whitespace.el (whitespace-cleanup): Fix usage of
10086 whitespace-empty-at-bob-regexp (Bug#11492).
10087
10088 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10089
10090 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10091 revert (Bug#11488).
10092
10093 2012-05-29 Juri Linkov <juri@jurta.org>
10094
10095 * isearch.el (isearch-mode-map): Bind `M-s _' to
10096 `isearch-toggle-symbol'. Bind `M-s c' to
10097 `isearch-toggle-case-fold'.
10098 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10099 (isearch-forward): Add `M-s _' to the docstring.
10100 (isearch-forward-symbol, isearch-toggle-case-fold)
10101 (isearch-symbol-regexp): New functions. (Bug#11381)
10102
10103 2012-05-29 Juri Linkov <juri@jurta.org>
10104
10105 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10106 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10107 a function, call it to get the regexp.
10108 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10109 property `isearch-message-prefix' instead of the string "word ".
10110 (isearch-search-fun-default): For the case of `isearch-word',
10111 return a lambda that calls re-search-forward/re-search-backward
10112 with a regexp returned by `word-search-regexp' or by the function
10113 in `isearch-word'.
10114
10115 2012-05-29 Juri Linkov <juri@jurta.org>
10116
10117 * isearch.el (isearch-search-fun-default): New function.
10118 (isearch-search-fun): Move default part to the new function
10119 `isearch-search-fun-default'.
10120 (isearch-search-fun-function): Set the default value to
10121 `isearch-search-fun-default'. (Bug#11381)
10122
10123 * comint.el (comint-history-isearch-end):
10124 Use `isearch-search-fun-default'.
10125 (comint-history-isearch-search): Use `isearch-search-fun-default'
10126 and remove spacial case for `isearch-word'.
10127 (comint-history-isearch-wrap): Remove spacial case for
10128 `isearch-word'.
10129
10130 * hexl.el (hexl-isearch-search-function):
10131 Use `isearch-search-fun-default'.
10132
10133 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10134 Use `word-search-regexp' for `isearch-word'.
10135
10136 * misearch.el (multi-isearch-search-fun):
10137 Use `isearch-search-fun-default'.
10138
10139 * simple.el (minibuffer-history-isearch-search):
10140 Use `isearch-search-fun-default' and remove spacial case for
10141 `isearch-word'.
10142 (minibuffer-history-isearch-wrap): Remove spacial case for
10143 `isearch-word'.
10144
10145 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10146 Remove spacial case for `isearch-word'.
10147 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10148
10149 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10150
10151 Decrease XEmacs incompatibilities.
10152 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10153 Use `string-match'.
10154 (flyspell-delete-region-overlays): Use alternative definition for
10155 XEmacs.
10156 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10157 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10158 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10159 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10160 `define-obsolete-face-alias' under XEmacs, but old method.
10161
10162 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10163 `with-no-warnings' definition or Emacs alias.
10164 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10165 (ispell-word): Do not use `region-p' if XEmacs.
10166
10167 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10168
10169 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10170 Check for `ispell-dictionary-base-alist' instead of full
10171 `ispell-dictionary-alist'.
10172 (ispell-init-process): Show spellchecker when starting new Ispell
10173 process.
10174
10175 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10176
10177 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10178 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10179
10180 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10181
10182 * version.el (motif-version-string, gtk-version-string)
10183 (ns-version-string): Declare.
10184
10185 2012-05-27 Juri Linkov <juri@jurta.org>
10186
10187 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10188 after the `eval-defun-1' specialcaseing
10189 like in `edebug-eval-defun' (bug#10181).
10190
10191 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10192 like in `eval-defun-1'.
10193
10194 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10195
10196 * mail/sendmail.el (mail-yank-region):
10197 Recognize rmail-yank-current-message in addition to insert-buffer.
10198 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10199 a *mail* buffer created through rmail-start-mail with sendmail as
10200 mail-user-agent.
10201
10202 2012-05-27 Chong Yidong <cyd@gnu.org>
10203
10204 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10205 Default to 256 (Bug#11267).
10206
10207 * help.el (describe-mode): Doc fix.
10208
10209 2012-05-26 Glenn Morris <rgm@gnu.org>
10210
10211 * w32-fns.el (w32-init-info): Remove.
10212 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10213
10214 * info.el (info-initialize): For self-contained NS builds, put the
10215 included info/ directory at the front. (Bug#2791)
10216
10217 * paths.el (Info-default-directory-list): Make it a defcustom,
10218 mainly so that we can use custom-initialize-delay.
10219
10220 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10221
10222 * subr.el (buffer-has-markers-at): Mark obsolete.
10223
10224 * subr.el (lambda): Use declare.
10225
10226 * emacs-lisp/lisp-mode.el (lambda):
10227 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10228
10229 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10230
10231 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10232
10233 2012-05-26 Glenn Morris <rgm@gnu.org>
10234
10235 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10236
10237 2012-05-25 Glenn Morris <rgm@gnu.org>
10238
10239 * paths.el: Remove no-byte-compile.
10240 * loadup.el: No need to load paths.el uncompiled.
10241
10242 * image.el (imagemagick-types-inhibit): Doc fix.
10243
10244 * version.el: Remove no-byte-compile and associated formatting.
10245 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10246 is ancient code from when there was an "inc-vers.el".
10247
10248 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10249
10250 * progmodes/gdb-mi.el: Minor style changes.
10251 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10252 Turn into minor modes.
10253 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10254 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10255 (gdb-shell): Remove unneeded let-binding.
10256 (gdb-get-many-fields): Eliminate O(n²) behavior.
10257
10258 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10259
10260 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10261 platforms that don't link in fontset.c.
10262
10263 2012-05-25 Juri Linkov <juri@jurta.org>
10264
10265 Use the same diff color scheme as in modern VCSes (bug#10181).
10266
10267 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10268 to avoid confusion with `diff-added' that now uses green colors.
10269 (diff-removed): Use shades of red.
10270 (diff-added): Use shades of green.
10271 (diff-changed): Leave just the yellow color.
10272 (diff-use-changed-face): New variable.
10273 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10274 how to highlight context diff changes.
10275 (diff-refine-change): Use shades of yellow.
10276 (diff-refine-removed): New face that uses shades of red.
10277 (diff-refine-added): New face that uses shades of green.
10278 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10279 `diff-refine-removed' in the call to `smerge-refine-subst'
10280 depending on the value of `diff-use-changed-face'.
10281
10282 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10283 (smerge-other): Use shades of green.
10284 (smerge-base): Use shades of yellow.
10285 (smerge-refined-change): Empty face.
10286 (smerge-refined-removed): New face that uses shades of red.
10287 (smerge-refined-added): New face that uses shades of green.
10288 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10289 args `props-r' and `props-a', and use them. Doc fix.
10290 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10291 on its value use different faces `smerge-refined-change',
10292 `smerge-refined-removed', `smerge-refined-added' in the call to
10293 `smerge-refine-subst'.
10294
10295 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10296 Add face condition `min-colors 88' with shades of red.
10297 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10298 `min-colors 88' with shades of green.
10299 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10300 `min-colors 88' with shades of yellow.
10301
10302 2012-05-24 Glenn Morris <rgm@gnu.org>
10303
10304 * paths.el (prune-directory-list, remote-shell-program): Move to...
10305 * files.el (prune-directory-list, remote-shell-program): ...here.
10306 For the latter, delay initialization, prefer ssh, just search PATH.
10307
10308 * paths.el (term-file-prefix): Move to faces.el (the only user).
10309 * faces.el (term-file-prefix): Move here, make it a defcustom.
10310
10311 * paths.el (news-directory, news-path, news-inews-program):
10312 Move to gnus/nnspool.el.
10313
10314 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10315
10316 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10317 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10318 Make the latter a defcustom, with a delayed initialization.
10319
10320 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10321 These were deleted from Gnus itself late 2010.
10322
10323 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10324
10325 * progmodes/which-func.el (which-func-ff-hook):
10326 Check against user-error, not error.
10327
10328 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10329 cl-specs.el, which no longer exists.
10330
10331 2012-05-22 Glenn Morris <rgm@gnu.org>
10332
10333 * info.el (info-emacs-bug): New command.
10334 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10335 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10336
10337 2012-05-21 Glenn Morris <rgm@gnu.org>
10338
10339 * makefile.w32-in (update-subdirs-SH):
10340 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10341
10342 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10345
10346 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10347 Simplify Maven regexp, and make sure the file can't start with a space
10348 (bug#11517).
10349
10350 2012-05-21 Glenn Morris <rgm@gnu.org>
10351
10352 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10353 Scrap superfluous subshells.
10354
10355 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10358 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10359
10360 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10361
10362 * calc/calc.el (calc-ensure-consistent-units): New variable.
10363
10364 * calc/calc-units.el (math-consistent-units-p)
10365 (math-check-unit-consistency): New functions.
10366 (calc-quick-units, calc-convert-units):
10367 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10368 is non-nil.
10369 (calc-extract-units): Fix typo.
10370
10371 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10374
10375 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10376 (flyspell-default-deplacement-commands): Don't spell check after
10377 repeated window/frame switches (e.g. triggered by mouse-movement).
10378 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10379 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10380 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10381 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10382 Remove unused vars.
10383 (flyspell-get-casechars, flyspell-get-not-casechars):
10384 Simplify; Don't bother removing a ] just to add it back.
10385 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10386
10387 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10388
10389 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10390 New functions.
10391 (math-function-table): Add support for more C functions.
10392
10393 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10394
10395 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10396 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10397 Protect delay handling for otherchars against empty otherchars.
10398
10399 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10402 their respective macro declarations.
10403 * skeleton.el (define-skeleton):
10404 * progmodes/compile.el (define-compilation-mode):
10405 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10406 (define-ibuffer-filter):
10407 * emacs-lisp/generic.el (define-generic-mode):
10408 * emacs-lisp/easy-mmode.el (define-minor-mode)
10409 (define-globalized-minor-mode):
10410 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10411 * emacs-lisp/byte-run.el (defsubst):
10412 * custom.el (deftheme): Add doc-string metadata.
10413
10414 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10417
10418 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10421
10422 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10423 * emacs-lisp/cl-macs.el: Idem.
10424 * emacs-lisp/cl-specs.el: Remove.
10425
10426 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10427
10428 Minor renaming of internal CL functions and variables.
10429 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10430 (cl--position): Rename from cl-position.
10431 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10432 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10433 (cl--random-state): Rename from *random-state*.
10434
10435 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10438 parens around the arg list (bug#11499).
10439
10440 2012-05-17 Juri Linkov <juri@jurta.org>
10441
10442 * isearch.el (word-search-regexp, word-search-backward)
10443 (word-search-forward, word-search-backward-lax)
10444 (word-search-forward-lax): Move functions from search.c
10445 (bug#10145, bug#11381).
10446
10447 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10448
10449 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10450 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10451 Delay for otherchars as for normal word components.
10452
10453 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10454
10455 * minibuffer.el (completion--sifn-requote): Fix last change.
10456 (minibuffer-local-must-match-filename-map):
10457 Move define-obsolete-variable-alias before its var.
10458
10459 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10462
10463 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10464 behavior.
10465 (completion--string-equal-p): New function.
10466 (completion--twq-all): Use it to get better assertion failure data.
10467
10468 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10469 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10470 (shell--requote-argument): New functions.
10471 (shell-completion-vars): Use them.
10472 (shell--parse-pcomplete-arguments): Rename from
10473 shell-parse-pcomplete-arguments.
10474 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10475 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10476 Obey comint-file-name-quote-list.
10477
10478 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10479 (smie-indent-keyword): Use it.
10480
10481 2012-05-14 Stefan Merten <smerten@oekonux.de>
10482
10483 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10484
10485 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * net/rlogin.el (rlogin-mode-map): Fix last change.
10488
10489 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10490
10491 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10492 the following \r\n using a single `process-send-string', since the
10493 Lotus SMTP server refuses to accept any commands if they are sent
10494 with two `process-send-string's (Bug#11444).
10495
10496 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * shell.el (shell-parse-pcomplete-arguments):
10499 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10500
10501 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10502
10503 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10504 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10505 (image-transform-width, image-transform-fit-width): New functions.
10506 (image-transform-properties): Use them.
10507 (image-transform-check-size): New function.
10508 (image-toggle-display-image): Use it (for testing).
10509 (image-transform-set-rotation): Reduce angle mod 360.
10510 Delete obsolete comment.
10511
10512 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10513
10514 * image-mode.el: Fix scaling (bug#11399).
10515 (image-transform-resize): Doc fix.
10516 (image-transform-properties): Default scale is 1 and height should
10517 be an integer.
10518
10519 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10520
10521 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10522 than hard-coding `car', to fix misbehavior when moving forward.
10523
10524 2012-05-13 Chong Yidong <cyd@gnu.org>
10525
10526 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10527 (tabulated-list-entries, tabulated-list-padding)
10528 (tabulated-list-sort-key): Make permanent-local.
10529
10530 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10531 (electric-buffer-list): Put electric buffer menu
10532 command descriptions in this docstring, instead of the docstring
10533 of electric-buffer-menu-mode. Code cleanups.
10534 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10535 Electric-buffer-menu-mode.
10536 (electric-buffer-update-highlight): Minor code cleanup.
10537
10538 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10541 (Bug#11447)
10542
10543 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 Move define-obsolete-variable-alias before the var's definition.
10546 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10547 * tooltip.el (tooltip-hook):
10548 * textmodes/reftex-toc.el (reftex-toc-map):
10549 * textmodes/reftex-sel.el (reftex-select-label-map)
10550 (reftex-select-bib-map):
10551 * textmodes/reftex-index.el (reftex-index-map)
10552 (reftex-index-phrases-map):
10553 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10554 * progmodes/meta-mode.el (meta-mode-map):
10555 * novice.el (disabled-command-hook):
10556 * loadhist.el (unload-hook-features-list):
10557 * frame.el (blink-cursor):
10558 * files.el (find-file-not-found-hooks, write-file-hooks)
10559 (write-contents-hooks):
10560 * emulation/tpu-edt.el (GOLD-map):
10561 * emacs-lock.el (emacs-lock-from-exiting):
10562 * emacs-lisp/generic.el (generic-font-lock-defaults):
10563 * emacs-lisp/chart.el (chart-map):
10564 * dos-fns.el (register-name-alist):
10565 * dired-x.el (dired-omit-files-p):
10566 * desktop.el (desktop-enable):
10567 * cus-edit.el (custom-mode-hook):
10568 * buff-menu.el (buffer-menu-mode-hook):
10569 * bookmark.el (bookmark-read-annotation-text-func)
10570 (bookmark-exit-hooks):
10571 * allout.el (allout-mode-deactivate-hook)
10572 (allout-exposure-change-hook, allout-structure-added-hook)
10573 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10574 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10575 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10576 comes before the corresponding variable's definition.
10577
10578 2012-05-12 Chong Yidong <cyd@gnu.org>
10579
10580 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10581 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10582 (Buffer-menu-mode-map): Bind it.
10583 (Buffer-menu--pretty-name): Add a mouse-face property.
10584
10585 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10588 (prolog-upper-case-string, prolog-lower-case-string)
10589 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10590 (prolog-use-smie, prolog-smie-grammar): New vars.
10591 (prolog-smie-forward-token, prolog-smie-backward-token)
10592 (prolog-smie-rules): New funs.
10593 (prolog-comment-indent): Remove.
10594 (prolog-mode-variables): Use default comment indentation instead.
10595 Setup SMIE.
10596 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10597 (prolog-mode): Don't call them any more.
10598 (prolog-electric-colon, prolog-electric-dash)
10599 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10600
10601 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10602
10603 * minibuffer.el (completion--twq-all): Again, allow case differences.
10604
10605 * term.el: Move keymap initialization code to be more idiomatic.
10606 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10607 (term-terminal-menu): Move initialization into declaration.
10608 (term-escape-char): Let the user set it in her .emacs.
10609
10610 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10611 Provide SMIE-based indentation (not enabled by default yet).
10612 (sh-mode-map): Don't bind electric keys.
10613 Use electric-pair-mode instead of skeleton-pair.
10614 (sh-assignment-regexp): Fit within 80 columns.
10615 (sh-indent-supported): Specify actual shell name instead of boolean.
10616 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10617 (sh-maybe-here-document): Use it. Make obsolete.
10618 (sh-electric-here-document-mode) New minor mode.
10619 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10620 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10621 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10622 (sh-smie-rc-grammar, sh-use-smie): New vars.
10623 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10624 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10625 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10626 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10627 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10628 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10629 (sh-set-shell): Use smie-setup if requested.
10630
10631 * term.el (term-set-escape-char): Properly set term-escape-char.
10632 See http://stackoverflow.com/questions/10524656.
10633
10634 2012-05-10 Chong Yidong <cyd@gnu.org>
10635
10636 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10637 Use url-generic-parse-url, and handle host names and Windows
10638 filenames properly.
10639 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10640 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10641 URL schemes to work on.
10642 (ffap--toggle-read-only): New function.
10643 (ffap-read-only, ffap-read-only-other-window)
10644 (ffap-read-only-other-frame): Use it.
10645 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10646 necessary for ffap-url-unwrap-remote.
10647
10648 2012-05-10 Dave Abrahams <dave@boostpro.com>
10649
10650 * cus-start.el (create-lockfiles): Add it.
10651
10652 2012-05-09 Chong Yidong <cyd@gnu.org>
10653
10654 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10655 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10656
10657 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10660
10661 2012-05-09 Chong Yidong <cyd@gnu.org>
10662
10663 * ansi-color.el (ansi-color-process-output): Check for validity of
10664 comint-last-output-start before using it. This avoids a bad
10665 interaction with gdb-mi's input/output buffer.
10666
10667 2012-05-09 Glenn Morris <rgm@gnu.org>
10668
10669 * files.el (dir-locals-read-from-file):
10670 Mention dir-locals in any error message.
10671
10672 2012-05-09 Chong Yidong <cyd@gnu.org>
10673
10674 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10675 package (Bug#11410).
10676
10677 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10678 variables into description.
10679
10680 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10683 shell-delimiter-argument-list (bug#11348).
10684 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10685
10686 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10687
10688 * textmodes/rst.el: Silence byte-compiler warnings.
10689 (rst-re-alist, rst-reset-section-caches): Move around.
10690 (rst-re): Use `characterp', not `char-valid-p'.
10691 (font-lock-beg, font-lock-end): Declare.
10692
10693 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10694 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10695
10696 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10697
10698 2012-05-08 Glenn Morris <rgm@gnu.org>
10699
10700 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10701
10702 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10703
10704 * vc/log-edit.el: Add GNU coding standards highlighting.
10705 (log-edit-font-lock-gnu-style)
10706 (log-edit-font-lock-gnu-keywords): New vars.
10707 (log-edit-font-lock-keywords): New fun.
10708 (log-edit-mode): Don't fold case in font-lock.
10709 (log-edit-font-lock-keywords): Do not assume case-folding.
10710
10711 * imenu.el: Misc cleanup. Make docstrings out of comments.
10712 Use lexical-binding.
10713 (imenu--index-alist, imenu--last-menubar-index-alist)
10714 (imenu-menubar-modified-tick): Use defvar-local.
10715 (imenu--split-menu): Remove unused var.
10716 (imenu--cleanup-seen): Declare as global.
10717 (imenu--cleanup): Use dolist.
10718
10719 * subr.el (defvar-local): Add debug spec and doc-string position.
10720
10721 2012-05-08 Glenn Morris <rgm@gnu.org>
10722
10723 * language/burmese.el, language/cham.el, language/czech.el:
10724 * language/english.el, language/georgian.el, language/greek.el:
10725 * language/japanese.el, language/khmer.el, language/korean.el:
10726 * language/lao.el, language/misc-lang.el, language/romanian.el:
10727 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10728 * language/thai.el, language/utf-8-lang.el:
10729 Remove no-byte-compile setting.
10730
10731 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10732
10733 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10734
10735 * progmodes/make-mode.el (makefile-browse):
10736 Remove unnecessary interactive. (Bug#11324)
10737
10738 2012-05-07 Glenn Morris <rgm@gnu.org>
10739
10740 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10741
10742 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10743
10744 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10745
10746 * loadup.el: Preload newcomment.el.
10747 * newcomment.el: Move autoload-only code to toplevel.
10748
10749 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10750 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10751 Handle new :right-align column property.
10752 (tabulated-list-print-col): Idem, plus use `display' text-property to
10753 try and preserve alignment for variable pitch fonts.
10754
10755 2012-05-07 Chong Yidong <cyd@gnu.org>
10756
10757 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10758 (tabulated-list-use-header-line): New var.
10759 (tabulated-list-init-header): Use it.
10760 (tabulated-list-print-fake-header): New function.
10761 (tabulated-list-print): Use it.
10762 (tabulated-list-sort-button-map): Add non-header-line commands.
10763 (tabulated-list-init-header): Add column name property to basic
10764 labels as well.
10765 (tabulated-list-col-sort): Handle non-header-line button case.
10766 (tabulated-list--sort-by-column-name): Fix a corner case.
10767
10768 * buff-menu.el (list-buffers--refresh):
10769 Handle Buffer-menu-use-header-line.
10770
10771 2012-05-06 Chong Yidong <cyd@gnu.org>
10772
10773 * buff-menu.el: Convert to Tabulated List mode.
10774 (Buffer-menu-buffer+size-width): Make obsolete.
10775 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10776 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10777 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10778 documentation into docstring of buffer-menu.
10779 (Buffer-menu-toggle-files-only): Add an informative message.
10780 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10781 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10782 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10783 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10784 (Buffer-menu-execute, Buffer-menu-select)
10785 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10786 (Buffer-menu-bury): Use Tabulated List machinery.
10787 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10788 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10789 Delete.
10790 (list-buffers--refresh): New function.
10791 (list-buffers-noselect): Use it.
10792 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10793 (Buffer-menu--pretty-file-name): New helper functions.
10794
10795 * loadup.el: Preload tabulated-list.
10796
10797 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10798 tabulated-list-sort-column.
10799 (tabulated-list-init-header): Add the initial aligning space even
10800 if tabulated-list-padding is zero.
10801
10802 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10803
10804 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10805 whose cdr is not a cons cell correctly (bug#11038).
10806
10807 2012-05-06 Chong Yidong <cyd@gnu.org>
10808
10809 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10810 Accept additional plist in column descriptors.
10811 (tabulated-list-init-header): Obey it.
10812 (tabulated-list-get-entry): New function.
10813 (tabulated-list-put-tag): Use it. Use string-width instead of
10814 length.
10815 (tabulated-list--column-number): New function.
10816 (tabulated-list-print): Use it.
10817 (tabulated-list-print-col): New function.
10818 Set `tabulated-list-column-name' property on each column's text.
10819 (tabulated-list-print-entry): Use it.
10820 (tabulated-list-delete-entry, tabulated-list-set-col):
10821 New functions.
10822 (tabulated-list-sort-column): New command (Bug#11337).
10823
10824 * buff-menu.el (list-buffers): Move C-x C-b binding from
10825 buff-menu.el to bindings.el.
10826
10827 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10828 :advertised-binding feature.
10829
10830 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10831
10832 * progmodes/compile.el (compilation-internal-error-properties):
10833 Calculate start position correctly when end-col is set but
10834 end-line is not (Bug#11382).
10835
10836 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10837
10838 * man.el (Man-unindent): Use text-property-default-nonsticky to
10839 prevent untabify from inheriting face properties (Bug#11408).
10840
10841 2012-05-05 Stefan Merten <smerten@oekonux.de>
10842
10843 * textmodes/rst.el: Major merge with upstream development up to
10844 Docutils SVN r7399 / rst.el V1.2.1.
10845
10846 Clarify maintainership and authors.
10847
10848 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10849 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10850 (rst-official-version, rst-official-cvs-rev, rst-version)
10851 (rst-package-emacs-version-alist): New functions and variables
10852 for version information.
10853
10854 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10855 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10856 (rst-mode-syntax-table, rst-mode): New and corrected functions
10857 and variables representing reStructuredText features.
10858
10859 (rst-re): New function for reStructuredText regexes. Use in
10860 many places.
10861
10862 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10863 (rst-mode-map): Rebind keys.
10864
10865 (rst-mode-lazy, rst-font-lock-keywords)
10866 (rst-font-lock-extend-region)
10867 (rst-font-lock-extend-region-internal)
10868 (rst-font-lock-extend-region-extend)
10869 (rst-font-lock-find-unindented-line-limit)
10870 (rst-font-lock-find-unindented-line-match)
10871 (rst-adornment-level, rst-font-lock-adornment-level)
10872 (rst-font-lock-adornment-match)
10873 (rst-font-lock-handle-adornment-pre-match-form)
10874 (rst-font-lock-handle-adornment-matcher): Major revision of
10875 font-locking. Integrate with other code. Use `jit-lock-mode'.
10876
10877 (rst-preferred-adornments, rst-adjust-hook)
10878 (rst-new-adornment-down, rst-preferred-bullets)
10879 (rst-preferred-bullets, rst-indent, rst-indent-width)
10880 (rst-indent-field, rst-indent-literal-normal)
10881 (rst-indent-literal-minimized, rst-indent-comment): Change,
10882 extend and improve customization.
10883
10884 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10885 (rst-normalize-cursor-position, rst-get-decoration)
10886 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10887 (rst-rstrip, rst-toc-insert-find-delete-contents)
10888 (rst-shift-fill-region, rst-compute-bullet-tabs)
10889 (rst-debug-print-tabs, rst-debug-mark-found)
10890 (rst-shift-region-guts, rst-shift-region-right)
10891 (rst-shift-region-left, rst-use-char-classes)
10892 (rst-font-lock-keywords-function)
10893 (rst-font-lock-indentation-point)
10894 (rst-font-lock-find-unindented-line-begin)
10895 (rst-font-lock-find-unindented-line-end)
10896 (rst-font-lock-find-unindented-line)
10897 (rst-font-lock-adornment-point, rst-font-lock-level)
10898 (rst-adornment-level-alist): Remove functions and variables.
10899
10900 (rst-compare-adornments, rst-get-adornment-match)
10901 (rst-suggest-new-adornment, rst-get-adornments-around)
10902 (rst-adornment-complete-p, rst-get-next-adornment)
10903 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10904 (rst-straighten-adornments): Standardize function names to
10905 use "adornment" instead of "decoration". Correct callers.
10906 Similar standardizing in many places.
10907
10908 (rst-update-section, rst-adjust, rst-promote-region)
10909 (rst-enumerate-region, rst-bullet-list-region)
10910 (rst-repeat-last-character): Correct use of `interactive'.
10911
10912 (rst-classify-adornment, rst-find-all-adornments)
10913 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10914 (rst-find-leftmost-column, rst-repeat-last-character):
10915 Refactor functions.
10916
10917 (rst-find-title-line, rst-reset-section-caches)
10918 (rst-get-adornments-around, rst-adjust-adornment-work)
10919 (rst-arabic-to-roman, rst-roman-to-arabic)
10920 (rst-insert-list-pos, rst-insert-list-new-item)
10921 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10922 New functions.
10923
10924 (rst-all-sections, rst-section-hierarchy)
10925 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10926 New variables.
10927
10928 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
10929 configuration instead of only buffer. Change where necessary.
10930
10931 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
10932 (rst-shift-region, rst-adaptive-fill): New functions for
10933 indentation and filling.
10934
10935 (rst-comment-line-break, rst-comment-indent)
10936 (rst-comment-insert-comment, rst-comment-region)
10937 (rst-uncomment-region): New functions for handling comments.
10938
10939 (rst-compile): Quote shell arguments.
10940
10941 (rst-compile-pdf-preview, rst-compile-slides-preview):
10942 Delete temporary files after use.
10943
10944 2012-05-05 Glenn Morris <rgm@gnu.org>
10945
10946 * calendar/cal-html.el: Optionally include holidays in the output.
10947 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
10948 (cal-html-holidays): New option.
10949 (cal-html-css-default): Add holiday entry.
10950 (holiday-in-range): Autoload it.
10951 (cal-html-htmlify-entry): Add optional class argument.
10952 (cal-html-htmlify-list): Add optional holidays argument.
10953 (cal-html-insert-agenda-days): Include holidays in the output.
10954 (cal-html-one-month): Maybe include holidays.
10955
10956 * calendar/holidays.el (holiday-in-range):
10957 Move here from cal-tex-list-holidays.
10958 * calendar/cal-tex.el (cal-tex-list-holidays):
10959 Make it an obsolete alias for holiday-in-range. Update all callers.
10960
10961 2012-05-05 Chong Yidong <cyd@gnu.org>
10962
10963 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
10964 Nextstep.
10965
10966 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
10967
10968 * files.el (file-auto-mode-skip): New var.
10969 (set-auto-mode-1): Use it.
10970
10971 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10972
10973 * repeat.el: Use lexical-binding.
10974 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
10975 (repeat-undo-count): Remove.
10976 (repeat):
10977 * progmodes/octave-mod.el (octave-abbrev-start):
10978 * progmodes/f90.el (f90-abbrev-start):
10979 * face-remap.el (text-scale-adjust):
10980 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
10981
10982 * emacs-lisp/pcase.el (pcase--let*): New function.
10983 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
10984 a bit more.
10985 (pcase--split-pred): Be more clever about ruling out overlap between
10986 a predicate and some constant pattern.
10987 (pcase--q1): Use `null' instead of (eq foo nil).
10988
10989 * subr.el (setq-local, defvar-local): New macros.
10990 (kbd): Redefine as an alias.
10991 (with-selected-window): Leave unrelated frames alone.
10992 (set-temporary-overlay-map): New function.
10993
10994 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * subr.el (user-error): New function.
10997 * window.el (switch-to-buffer):
10998 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
10999 (smerge-match-conflict):
11000 * simple.el (previous-matching-history-element)
11001 (next-matching-history-element, goto-history-element, undo-more)
11002 (undo-start):
11003 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11004 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11005 (next-file, tags-loop-scan, list-tags, complete-tag):
11006 * progmodes/compile.el (compilation-loop):
11007 * mouse.el (mouse-minibuffer-check):
11008 * man.el (Man-bgproc-sentinel, Man-goto-page):
11009 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11010 (Info-history-forward, Info-follow-reference, Info-menu)
11011 (Info-extract-menu-item, Info-extract-menu-counting)
11012 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11013 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11014 (Info-next-reference, Info-prev-reference, Info-index)
11015 (Info-index-next, Info-follow-nearest-node)
11016 (Info-copy-current-node-name):
11017 * imenu.el (imenu--make-index-alist)
11018 (imenu-default-create-index-function, imenu-add-to-menubar):
11019 * files.el (basic-save-buffer, recover-file):
11020 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11021 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11022 (checkdoc-message-text, checkdoc-defun):
11023 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11024 * cus-edit.el (customize-changed-options, customize-rogue)
11025 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11026 (custom-variable-mark-to-reset-standard)
11027 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11028 (custom-file):
11029 * completion.el (check-completion-length):
11030 * comint.el (comint-search-arg)
11031 (comint-previous-matching-input-string-position)
11032 (comint-previous-matching-input)
11033 (comint-replace-by-expanded-history-before-point, comint-send-input)
11034 (comint-copy-old-input, comint-backward-matching-input)
11035 (comint-goto-process-mark, comint-set-process-mark):
11036 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11037 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11038
11039 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11040
11041 * dabbrev.el (dabbrev--ignore-case-p): New function.
11042 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11043 Use it.
11044
11045 * files.el (automount-dir-prefix): Mark as obsolete.
11046
11047 2012-05-04 Glenn Morris <rgm@gnu.org>
11048
11049 * patcomp.el, play/bruce.el: Move to obsolete/.
11050
11051 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11052
11053 Fix minor Y10k bugs.
11054 * arc-mode.el (archive-unixdate):
11055 * autoinsert.el (auto-insert-alist):
11056 * calc/calc-forms.el (math-this-year):
11057 * emacs-lisp/copyright.el (copyright-current-year)
11058 (copyright-update-year, copyright):
11059 * tar-mode.el (tar-clip-time-string):
11060 * time.el (display-time-update):
11061 Don't assume years have 4 digits.
11062
11063 2012-05-04 Chong Yidong <cyd@gnu.org>
11064
11065 * dos-w32.el (file-name-buffer-file-type-alist)
11066 (direct-print-region-use-command-dot-com):
11067 * ffap.el (ffap-menu-regexp):
11068 * find-file.el (ff-special-constructs):
11069 * follow.el (follow-debug):
11070 * forms.el (forms--debug):
11071 * iswitchb.el (iswitchb-all-frames):
11072 * ido.el (ido-all-frames):
11073 * emacs-lisp/timer.el (timer-max-repeats):
11074 * mail/feedmail.el (feedmail-mail-send-hook)
11075 (feedmail-mail-send-hook-queued):
11076 * mail/footnote.el (footnote-signature-separator):
11077 * mail/mailabbrev.el (mail-alias-separator-string)
11078 (mail-abbrev-mode-regexp):
11079 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11080 * progmodes/idlwave.el (idlwave-libinfo-file)
11081 (idlwave-default-completion-case-is-down)
11082 (idlwave-library-routines): Convert defvars to defcustoms.
11083
11084 * mail/rmail.el (rmail-decode-mime-charset):
11085 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11086 (idlwave-shell-fix-inserted-breaks)
11087 (idlwave-shell-activate-alt-keybindings)
11088 (idlwave-shell-use-breakpoint-glyph):
11089 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11090
11091 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11092
11093 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11094
11095 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11096
11097 * progmodes/verilog-mode.el (font-lock-keywords):
11098 Fix mis-highligting auto. Reported by Craig Barner.
11099 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11100 defines from global name space. Reported by Dan Dever.
11101 (verilog-auto-reset, verilog-auto-reset-widths)
11102 (verilog-auto-tieoff): Support using unbased numbers for
11103 AUTORESET and AUTOTIEOFF.
11104 (verilog-submit-bug-report): Update variable list.
11105 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11106 parenthesis from not matching. Reported by Michael Rytting.
11107 (verilog-auto-template-lint): Fix hash error when linting modules
11108 with no used templates.
11109 (verilog-warn, verilog-warn-error)
11110 (verilog-warn-fatal): When non-interactive report multiple
11111 warnings before exiting. Suggested by Brad Dobbie.
11112 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11113 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11114 to report unused template errors. Reported by Brad Dobbie.
11115 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11116 nets, bug438. Reported by Vns Blore.
11117 (verilog-auto-inout-module, verilog-auto-reg)
11118 (verilog-read-decls, verilog-read-sub-decls-sig)
11119 (verilog-signals-edit-wire-reg, verilog-signals-with):
11120 Fix passing of Verilog data types in ANSI input/output ports
11121 such as "output logic" into the AUTOs. Special case "wire" and
11122 "reg" for backwards compatibility presuming Verilog 2001.
11123 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11124 (verilog-preprocess): Fix replication of preprocess output.
11125 Reported by Brad Dobbie.
11126 (verilog-auto-inst-interfaced-ports):
11127 Create verilog-auto-inst-interfaced-ports, bug429.
11128 Reported by Julian Gorfajn.
11129 (verilog-after-save-font-hook)
11130 (verilog-before-save-font-hook): New variable.
11131 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11132 (verilog-save-font-mods): Wrap disabling fontification, reported
11133 by David Rogoff.
11134 (verilog-do-indent, verilog-pretty-declarations-auto)
11135 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11136 Reported by Pierre-David Pfister.
11137 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11138 of class declarations, bug292. Reported by Kevin Heilman.
11139 (verilog-read-decls): Fix 'parameter type' not appearing in
11140 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11141 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11142 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11143 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11144 Reported by David Kravitz.
11145
11146 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11147
11148 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11149 assignment with tests in ifs and for loops.
11150 (verilog-extended-complete-re, verilog-complete-reg): Change so
11151 that DPI inport functions don't look like fuction declarations.
11152 (verilog-pretty-expr): Don't line up assignment
11153 operations to the test and increment in if and for loops
11154 (verilog-extended-complete-re, verilog-complete-reg): Change so
11155 that DPI inport functions don't look like fuction declarations.
11156
11157 2012-05-03 Kenichi Handa <handa@m17n.org>
11158
11159 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11160 decoding, and show a warning message without signaling an error
11161 (Bug#11282).
11162
11163 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * emacs-lisp/bytecomp.el
11166 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11167 since cconv.el might have introduced :fun-body, internal-make-closure,
11168 and friends for bytecomp to handle (bug#11391).
11169 * custom.el (defcustom): Avoid ((λ ..) ..).
11170
11171 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11172
11173 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11174
11175 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11176
11177 * notifications.el (dbus-debug):
11178 * term/linux.el (gpm-mouse-enable):
11179 * term/screen.el (xterm-register-default-colors): Declare.
11180
11181 2012-05-02 Chong Yidong <cyd@gnu.org>
11182
11183 * cus-start.el (gc-cons-percentage, exec-suffixes)
11184 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11185 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11186 (make-cursor-line-fully-visible, void-text-area-pointer)
11187 (font-list-limit): Add customization data.
11188
11189 * allout.el (allout-exposure-change-functions)
11190 (allout-structure-added-functions)
11191 (allout-structure-deleted-functions)
11192 (allout-structure-shifted-functions): Rename abnormal hooks from
11193 *-hook, and convert to defcustoms.
11194 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11195 Convert to defcustoms.
11196 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11197
11198 * allout-widgets.el: Hook callers changed.
11199
11200 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11201
11202 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11203 the yanked message in preference to the default value of
11204 buffer-file-coding-system.
11205
11206 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11207
11208 * window.el (display-buffer--action-function-custom-type):
11209 Fix entry.
11210
11211 2012-05-02 Alan Mackenzie <acm@muc.de>
11212
11213 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11214
11215 2012-05-01 Glenn Morris <rgm@gnu.org>
11216
11217 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11218
11219 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11220
11221 * cus-edit.el (custom-variable-documentation): Simplify with format.
11222
11223 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11224 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * simple.el (suggest-key-bindings, execute-extended-command):
11227 Move from keyboard.c.
11228
11229 2012-05-01 Chong Yidong <cyd@gnu.org>
11230
11231 * follow.el: Eliminate advice.
11232 (set-process-filter, process-filter, sit-for): Advice deleted.
11233 (follow-mode-off-hook): Obsolete hook removed.
11234 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11235 Vars deleted.
11236 (follow-auto): Use a :set function.
11237 (follow-mode): Rewritten. Don't advise process filters.
11238 (follow-switch-to-current-buffer-all, follow-scroll-up)
11239 (follow-scroll-down): Assume follow-mode is bound.
11240 (follow-comint-scroll-to-bottom)
11241 (follow-align-compilation-windows): New functions.
11242 (follow--window-sorter): New function.
11243 (follow-all-followers): Use it to explicitly sort windows by their
11244 positions; don't make assumptions about next-window order.
11245 (follow-windows-start-end, follow-delete-other-windows-and-split)
11246 (follow-calc-win-start): Doc fix.
11247 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11248 vertical-motion unnecessarily.
11249 (follow-adjust-window): New function.
11250 (follow-post-command-hook): Use it.
11251 (follow-call-set-process-filter, follow-call-process-filter)
11252 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11253 (follow-stop-intercept-process-output, follow-generic-filter):
11254 Functions deleted.
11255 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11256 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11257 New functions, replacing advice on scroll-bar-* commands.
11258 (follow-mwheel-scroll): New function (Bug#4112).
11259
11260 * comint.el (comint-adjust-point): New function.
11261 (comint-postoutput-scroll-to-bottom): Use it.
11262 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11263
11264 2012-05-01 Glenn Morris <rgm@gnu.org>
11265
11266 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11267 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11268 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11269 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11270 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11271 Remove no-byte-compile setting.
11272
11273 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11276 all-completions code to not return a number in the last cdr.
11277
11278 2012-04-30 Leo Liu <sdl.web@gmail.com>
11279
11280 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11281 read-only error.
11282
11283 2012-04-29 Chong Yidong <cyd@gnu.org>
11284
11285 * follow.el (follow-calc-win-end): Rewrite to handle partial
11286 screen lines correctly (Bug#8390).
11287 (follow-avoid-tail-recenter): Minor cleanup.
11288
11289 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 Avoid the obsolete `assoc' package.
11292 * speedbar.el (speedbar-refresh): Avoid adelete.
11293 (speedbar-file-lists): Simplify and avoid aput.
11294 * man.el (Man--sections, Man--refpages): New vars, replacing
11295 Man-sections-alist and Man-refpages-alist.
11296 (Man-build-section-alist, Man-build-references-alist):
11297 Use them; avoid aput.
11298 (Man--last-section, Man--last-refpage): New vars.
11299 (Man-follow-manual-reference): Use them.
11300 Use the `default' arg of completing-read.
11301 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11302
11303 2012-04-27 Chong Yidong <cyd@gnu.org>
11304
11305 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11306
11307 * startup.el (x-apply-session-resources): New function.
11308
11309 * term/ns-win.el (ns-initialize-window-system):
11310 * term/w32-win.el (w32-initialize-window-system):
11311 * term/x-win.el (x-initialize-window-system): Use it to properly
11312 set menu-bar-mode and other vars from X resources, even if the
11313 initial frame is not a window-system frame (Bug#2299).
11314
11315 * subr.el (read-key): Avoid running filter function when setting
11316 up temporary tool bar entries (Bug#9922).
11317
11318 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11319
11320 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11321 (Bug#11344)
11322
11323 2012-04-27 Chong Yidong <cyd@gnu.org>
11324
11325 * select.el (xselect--encode-string): New function, split from
11326 xselect-convert-to-string.
11327 (xselect-convert-to-string): Use it.
11328 (xselect-convert-to-filename, xselect-convert-to-os)
11329 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11330 returned strings are properly encoded (Bug#11315).
11331
11332 2012-04-27 Chong Yidong <cyd@gnu.org>
11333
11334 * simple.el (delete-active-region): Move to killing custom group.
11335
11336 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11337
11338 * progmodes/which-func.el (which-func-current): Quote %
11339 characters for mode-line processing.
11340
11341 2012-04-27 Chong Yidong <cyd@gnu.org>
11342
11343 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11344 reaching eob (Bug#11286).
11345
11346 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11347
11348 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11349 (gdb): Make it buffer-local and init to zero.
11350 (gdb-control-commands-regexp): New variable.
11351 (gdb-send): Don't wrap in "-interpreter-exec console" if
11352 gdb-control-level is positive. Increment gdb-control-level
11353 whenever the command matches gdb-control-commands-regexp, and
11354 decrement it each time the command is "end". (Bug#11279)
11355
11356 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11357
11358 * window.el (adjust-window-trailing-edge, enlarge-window)
11359 (shrink-window, window-resize):
11360 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11361 windows (Bug#11276).
11362
11363 2012-04-27 Chong Yidong <cyd@gnu.org>
11364
11365 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11366 fix "missing prefix" warning. All callers changed.
11367
11368 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11369
11370 * emacs-lisp/assoc.el: Move to obsolete/.
11371
11372 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11373
11374 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11375
11376 * term/ns-win.el (ns-define-service):
11377 * progmodes/pascal.el (pascal-goto-defun):
11378 * progmodes/js.el (js--read-tab):
11379 * progmodes/etags.el (tags-lazy-completion-table):
11380 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11381 * emacs-lisp/ewoc.el (ewoc--wrap):
11382 * emacs-lisp/assoc.el (aput, adelete, amake):
11383 * doc-view.el (doc-view-convert-current-doc):
11384 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11385
11386 2012-04-26 Chong Yidong <cyd@gnu.org>
11387
11388 * image.el (image-type-from-buffer): Only return supported image
11389 type (Bug#9045).
11390
11391 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11392 value, for symmetry with diff-end-of-hunk.
11393 (diff-split-hunk, diff-find-source-location)
11394 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11395 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11396 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11397 compute the relevant hunk or file properly (Bug#6005).
11398 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11399
11400 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11401
11402 * vc/vc-mtn.el:
11403 * vc/vc-hg.el:
11404 * vc/vc-git.el:
11405 * vc/vc-dir.el:
11406 * vc/vc-cvs.el:
11407 * vc/vc-bzr.el:
11408 * vc/vc-arch.el:
11409 * vc/vc.el: Replace lexical-let by lexical-binding.
11410 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11411 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11412 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11413
11414 2012-04-26 Chong Yidong <cyd@gnu.org>
11415
11416 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11417 (diff-mode-shared-map): Bind it to / and [remap undo].
11418
11419 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11420 (ediff-window-setup-function): Use it as the default, to set up
11421 windows based on whether the current frame is graphical (Bug#2138).
11422 (ediff-choose-window-setup-function-automatically): Make obsolete.
11423
11424 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11425
11426 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11427
11428 * ffap.el: Remove old code for obsolete package.
11429 (ffap-complete-as-file-p): Remove.
11430
11431 Use completion-table-with-quoting for comint and pcomplete.
11432 * comint.el (comint--unquote&requote-argument)
11433 (comint--unquote-argument, comint--requote-argument): New functions.
11434 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11435 (comint-quote-filename): Use regexp-opt-charset.
11436 (comint--common-suffix, comint--common-quoted-suffix)
11437 (comint--table-subvert): Remove.
11438 (comint-unquote-function, comint-requote-function): New vars.
11439 (comint--complete-file-name-data): Use them with
11440 completion-table-with-quoting.
11441 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11442 * pcomplete.el (pcomplete-arg-quote-list)
11443 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11444 (pcomplete-unquote-argument-function): Default to non-nil.
11445 (pcomplete-unquote-argument): Simplify.
11446 (pcomplete--common-quoted-suffix): Remove.
11447 (pcomplete-requote-argument-function): New var.
11448 (pcomplete--common-suffix): New function.
11449 (pcomplete-completions-at-point): Use completion-table-with-quoting
11450 and completion-table-subvert.
11451
11452 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11453 (minibuffer--double-dollars): Preserve properties.
11454 (completion--sifn-requote): New function.
11455 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11456
11457 * minibuffer.el: Add support for completion of quoted/escaped data.
11458 (completion-table-with-quoting, completion-table-subvert): New funs.
11459 (completion--twq-try, completion--twq-all): New functions.
11460 (completion--nth-completion): New function.
11461 (completion-try-completion, completion-all-completions): Use it.
11462
11463 2012-04-25 Leo Liu <sdl.web@gmail.com>
11464
11465 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11466 Use compilation-message if available to find real filename.
11467
11468 2012-04-25 Chong Yidong <cyd@gnu.org>
11469
11470 * vc/diff-mode.el (diff-setup-whitespace): New function.
11471 (diff-mode): Use it.
11472
11473 * vc/diff.el (diff-sentinel):
11474 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11475 Whitespace mode variables based on diff style (Bug#8612).
11476
11477 2012-04-25 Leo Liu <sdl.web@gmail.com>
11478
11479 * progmodes/python.el (python-send-region): Add suffix .py to the
11480 temp file.
11481
11482 * files.el (auto-mode-alist): Use javascript-mode instead.
11483
11484 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11485
11486 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11487
11488 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11489 (soap-resolve-references-for-array-type): Hack to prevent self
11490 references, see Bug#9.
11491 (soap-parse-envelope): Report the contents of the 'detail' node
11492 when receiving a fault reply.
11493 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11494
11495 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11496 (soap-inspect-simple-type): New function.
11497
11498 * net/soap-client.el (soap-simple-type): New struct.
11499 (soap-default-xsd-types, soap-default-soapenc-types)
11500 (soap-decode-basic-type, soap-encode-basic-type):
11501 support unsignedInt and double basic types.
11502 (soap-resolve-references-for-simple-type)
11503 (soap-parse-simple-type, soap-encode-simple-type): New function.
11504 (soap-parse-schema): Parse xsd:simpleType declarations.
11505
11506 * net/soap-client.el (soap-default-xsd-types)
11507 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11508 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11509 the local name of "soapenc:Array".
11510 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11511 decoding integer, byte and anyURI xsd types.
11512
11513 2012-04-25 Chong Yidong <cyd@gnu.org>
11514
11515 * cus-edit.el (custom-buffer-create-internal): Update header text.
11516
11517 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11518
11519 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11520 settings on 'system-type', not on 'window-system'. On MS-Windows,
11521 set interactive-mode on in GDB.
11522
11523 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11526 (ruby-syntax-propertize-regexp): Remove.
11527 (ruby-syntax-propertize-function): Split regexp into chunks.
11528 Match following code directly.
11529
11530 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11531
11532 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11533 (ruby-syntax-propertize-regexp): New function.
11534 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11535 by a special keyword.
11536
11537 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11538 (ruby-syntax-general-delimiters-goto-beg)
11539 (ruby-syntax-propertize-general-delimiters): New functions.
11540 (ruby-syntax-propertize-function): Use them to handle GDL.
11541 (ruby-font-lock-keywords): Move old handling of GDL...
11542 (ruby-font-lock-syntactic-keywords): .. to here.
11543 (ruby-calculate-indent): Adjust indentation for GDL.
11544
11545 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11546
11547 * notifications.el (top): Remove unneeded declarations.
11548 (notifications-specification-version): Change to "1.2".
11549 (notifications-interface, notifications-notify-method)
11550 (notifications-close-notification-method): Fix docstring.
11551 (notifications-get-capabilities-method): New defconst.
11552 (notifications-notify): Add :action-items, :resident and
11553 :transient hints. Change "image_data" to "image-data" and
11554 "image_path" to "image-path".
11555 (notifications-get-capabilities): New defun.
11556
11557 2012-04-24 Leo Liu <sdl.web@gmail.com>
11558
11559 * progmodes/python.el: Move hideshow setup to the end.
11560
11561 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11562
11563 * window.el (handle-select-window): Clear echo area since this is
11564 no more done by read_char (Bug#11304).
11565
11566 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11569 and `/ M' to filter-derived-mode.
11570 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11571 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11572 (ibuffer-mark-by-mode): Use default rather than initial-input.
11573 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11574
11575 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11576
11577 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11578 (ibuffer-filter-by-derived-mode): New filter.
11579 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11580
11581 2012-04-23 Andreas Politz <politza@fh-trier.de>
11582
11583 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11584
11585 2012-04-23 Chong Yidong <cyd@gnu.org>
11586
11587 * cus-edit.el (customize-apropos, customize-apropos-options):
11588 Disable matching of non-option variables (Bug#11176).
11589 (customize-option, customize-option-other-window)
11590 (customize-changed-options): Doc fix.
11591 (customize-apropos-options, customize-apropos-faces)
11592 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11593
11594 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11595 Fix word list splitting (Bug#11132).
11596 (apropos-symbol, apropos-keybinding, apropos-label)
11597 (apropos-property, apropos-function-button)
11598 (apropos-variable-button, apropos-misc-button): New faces.
11599 (apropos-symbol-face, apropos-keybinding-face)
11600 (apropos-label-face, apropos-property-face, apropos-match-face):
11601 Variables removed (Bug#8396).
11602 (apropos-library-button, apropos-format-plist, apropos-print)
11603 (apropos-print-doc, apropos-describe-plist): Callers changed.
11604
11605 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11606
11607 * net/xesam.el (xesam-mode-map): Use let-bound map in
11608 initialization. (Bug#11292)
11609
11610 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11611
11612 Preserve ispell session localwords when switching back to
11613 original buffer.
11614
11615 * textmodes/ispell.el (ispell-buffer-session-localwords):
11616 New buffer-local variable to hold buffer session localwords.
11617 (ispell-kill-ispell): Add option 'clear to delete session
11618 localwords.
11619 (ispell-command-loop, ispell-change-dictionary)
11620 (ispell-buffer-local-words): Preserve session localwords when
11621 needed.
11622
11623 * textmodes/flyspell.el (flyspell-process-localwords)
11624 (flyspell-do-correct): Preserve session localwords when needed.
11625
11626 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11627
11628 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11629 using obsolete `translation-table-for-input'.
11630 (ispell-word, ispell-process-line, ispell-complete-word):
11631 Use plain `insert' instead of removed `ispell-insert-word'.
11632
11633 2012-04-22 Chong Yidong <cyd@gnu.org>
11634
11635 * cus-edit.el (custom-variable-menu)
11636 (custom-variable-reset-saved, custom-face-menu)
11637 (custom-face-reset-saved): If there is no saved value, make the
11638 "reset-saved" operation bring back the default (Bug#9509).
11639 (custom-face-state): Properly detect themed faces.
11640
11641 * faces.el (face-spec-set): Stop supporting deprecated form of
11642 third arg.
11643
11644 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11645
11646 Move functions from C to Lisp. Make non-blocking method calls
11647 the default. Implement further D-Bus standard interfaces.
11648
11649 * net/dbus.el (dbus-message-internal): Declare function.
11650 Remove unneeded function declarations.
11651 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11652 (dbus-message-type-method-return, dbus-message-type-error)
11653 (dbus-message-type-signal): Declare variables. Remove local
11654 definitions.
11655 (dbus-interface-dbus, dbus-interface-peer)
11656 (dbus-interface-introspectable, dbus-interface-properties)
11657 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11658 Adapt docstring.
11659 (dbus-interface-objectmanager): New defconst.
11660 (dbus-call-method, dbus-call-method-asynchronously)
11661 (dbus-send-signal, dbus-method-return-internal)
11662 (dbus-method-error-internal, dbus-register-service)
11663 (dbus-register-signal, dbus-register-method): New defuns, moved
11664 from dbusbind.c
11665 (dbus-call-method-handler, dbus-setenv)
11666 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11667 New defuns.
11668 (dbus-call-method-non-blocking): Make it an obsolete function.
11669 (dbus-unregister-object, dbus-unregister-service)
11670 (dbus-handle-event, dbus-register-property)
11671 (dbus-property-handler): Obey the new structure of
11672 `bus-registered-objects'.
11673 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11674 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11675 Use `dbus-call-method'.
11676
11677 2012-04-22 Chong Yidong <cyd@gnu.org>
11678
11679 * cus-edit.el (custom-commands, custom-reset-menu)
11680 (Custom-reset-standard): Tweak labels.
11681 (custom-reset-button-menu): Change default to t.
11682 (custom-buffer-create-internal): For the custom-reset-button-menu
11683 case, put the revert button first.
11684 (custom-group-subtitle): New face.
11685 (custom-group-value-create): Align docstring to a specific column.
11686
11687 * wid-edit.el (widget-documentation-link-add): Don't handle
11688 indentation in this function.
11689 (widget-documentation-string-indent-to): New function.
11690 (widget-documentation-string-value-create): Use it.
11691
11692 * autorevert.el (auto-revert):
11693 * epg-config.el (epg):
11694 * ibuffer.el (ibuffer):
11695 * mpc.el (mpc):
11696 * ses.el (ses):
11697 * eshell/eshell.el (eshell):
11698 * net/ange-ftp.el (ange-ftp):
11699 * progmodes/ebnf2ps.el (postscript):
11700 * progmodes/flymake.el (flymake):
11701 * progmodes/prolog.el (prolog):
11702 * progmodes/verilog-mode.el (verilog-mode):
11703 * progmodes/which-func.el (which-func):
11704 * term/xterm.el (xterm):
11705 * textmodes/picture.el (picture):
11706 * textmodes/tildify.el (tildify):
11707 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11708 customization buffers.
11709
11710 2012-04-22 Alan Mackenzie <acm@muc.de>
11711
11712 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11713 Adding a ) can hide the resulting (..) from searches. Fix it.
11714 Bound the backward search to the position of the existing (.
11715
11716 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11717
11718 * progmodes/verilog-mode.el (verilog-mode): Check whether
11719 which-func-modes is t before adding verilog-mode.
11720 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11721
11722 2012-04-21 Leo Liu <sdl.web@gmail.com>
11723
11724 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11725
11726 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11727
11728 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11729 filling of the last column of a table (Bug#5635).
11730 (woman-find-next-control-line): New arg, specifying an additional
11731 regexp component for the control line.
11732 (woman2-roff-buffer): Use it.
11733 (woman-break-table): New function.
11734 (woman2-TS): Use it.
11735
11736 2012-04-21 Chong Yidong <cyd@gnu.org>
11737
11738 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11739 (woman-horizontal-escapes, woman-negative-vertical-space)
11740 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11741 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11742
11743 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11744
11745 * minibuffer.el (completion-file-name-table): Complete user names.
11746
11747 2012-04-20 Leo Liu <sdl.web@gmail.com>
11748
11749 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11750 and pcase-let*.
11751
11752 2012-04-20 Chong Yidong <cyd@gnu.org>
11753
11754 * server.el (server-execute): Respect initial-buffer-choice if it
11755 is a string and there are no files to open (Bug#2825).
11756 (server-create-window-system-frame, server-create-tty-frame):
11757 Don't switch buffers here.
11758 (server-process-filter): Only try to open a window system frame if
11759 compiled with graphical support (Bug#8314).
11760
11761 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11762
11763 * battery.el (battery-echo-area-format): Display remaining time
11764 for sysfs backend too (Bug#11269).
11765 (battery-linux-sysfs): Fix conditional for the charge.
11766
11767 2012-04-20 Chong Yidong <cyd@gnu.org>
11768
11769 * progmodes/gdb-mi.el (gdb): Revert previous change.
11770 (gdb-inferior-io--init-proc): New function.
11771 (gdb-init-1): Use it.
11772 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11773 responsible for allocating a new pty and hooking it to gdb when
11774 the old pty gets an EIO due to process exit.
11775 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11776 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11777 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11778
11779 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11780
11781 * window.el (window-min-size, window-sizable, window-min-delta)
11782 (window-max-delta, window--resizable, window-resizable)
11783 (window-total-size, window-full-height-p, window-full-width-p)
11784 (window-in-direction, window--resize-mini-window, window-resize)
11785 (window--resize-child-windows-normal)
11786 (window--resize-child-windows, window--resize-siblings)
11787 (window--resize-this-window, adjust-window-trailing-edge)
11788 (enlarge-window, shrink-window): Doc fixes.
11789
11790 2012-04-20 Chong Yidong <cyd@gnu.org>
11791
11792 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11793 New function to call delete-process on the gdb-inferior buffer's pty.
11794 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11795 pty process (Bug#11273).
11796 (gdb-update): New arg to suppress talking to the gdb process.
11797 (gdb-done-or-error): Use it.
11798 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11799 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11800 sentinel not being called.
11801
11802 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11803
11804 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11805
11806 2012-04-20 Glenn Morris <rgm@gnu.org>
11807
11808 * net/network-stream.el (open-network-stream): Doc fix.
11809
11810 2012-04-20 Chong Yidong <cyd@gnu.org>
11811
11812 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11813
11814 2012-04-20 Alan Mackenzie <acm@muc.de>
11815
11816 Ensure searching for keywords is case sensitive.
11817
11818 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11819 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11820 (c-defun-name, c-mark-function, c-cpp-define-name)
11821 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11822 (c-context-line-break): Bind case-fold-search to nil.
11823
11824 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11825 Bind case-fold-search to nil.
11826
11827 2012-04-20 Chong Yidong <cyd@gnu.org>
11828
11829 * mail/sendmail.el (mail-bury): Call return action with the right
11830 Rmail buffer (Bug#11242).
11831
11832 * server.el (server-process-filter): Handle corner case where both
11833 tty and nowait options are present (Bug#11102).
11834
11835 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11836
11837 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11838 (top level): Put into the executable the ident-style '$Id:' tag on
11839 windows-nt as well.
11840
11841 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11842
11843 * electric.el (electric-indent-post-self-insert-function): Check that
11844 electric-indent-mode is enabled in current buffer.
11845
11846 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11847
11848 * imenu.el (imenu-progress-message): Restore; it is "used" in
11849 erc/erc-imenu.el and net/snmp-mode.el.
11850
11851 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11852
11853 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11854 (mouse-avoidance-nudge-mouse): Remove unused binding.
11855
11856 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11857
11858 * descr-text.el (describe-char):
11859 * progmodes/python.el (python-describe-symbol):
11860 Don't call `toggle-read-only', set `buffer-read-only'.
11861
11862 * imenu.el (imenu-default-goto-function): Mark unused args.
11863 (imenu-progress-message): Remove obsolete macro; all callers changed.
11864
11865 * subr.el (keymap-canonicalize): Remove unused binding.
11866 (read-passwd): Mark unused arg.
11867
11868 * tutorial.el (tutorial--display-changes): Remove unused binding.
11869 (tutorial--save-tutorial-to): Remove unused variable.
11870
11871 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11872 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11873 (package-generate-autoloads, package-menu--generate)
11874 (package-menu--find-upgrades): Remove unused bindings.
11875
11876 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11877 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11878 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11879 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11880 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11881 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11882 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11883 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11884 (cua-delete-char-rectangle): Mark unused args.
11885 (cua-align-rectangle): Remove unused binding.
11886
11887 * mail/rmail.el (compilation--message->loc)
11888 (epa--find-coding-system-for-mime-charset): Declare.
11889
11890 * net/dbus.el (dbus-register-service): Declare.
11891 (dbus-name-owner-changed-handler): Remove unused binding.
11892
11893 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11894 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11895 (nxml-scan-backward-within): Mark unused arg.
11896 (nxml-dynamic-markup-word): Remove unused binding.
11897
11898 * mouse.el (mouse-menu-major-mode-map):
11899 * emacs-lisp/authors.el (authors-scan-change-log)
11900 (authors-add-to-author-list):
11901 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11902 * emacs-lisp/smie.el (smie-auto-fill):
11903 * mail/sendmail.el (mail-bury):
11904 * mail/unrmail.el (unrmail):
11905 * net/tls.el (open-tls-stream):
11906 * textmodes/picture.el (picture-mouse-set-point):
11907 Remove unused bindings.
11908
11909 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11910
11911 * net/tramp.el (tramp-action-password): Let-bind
11912 `enable-recursive-minibuffers' to t.
11913
11914 2012-04-18 Sam Steingold <sds@gnu.org>
11915
11916 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11917 instead of 'string to accommodate values like [f11].
11918 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11919 * progmodes/gdb-mi.el: Likewise.
11920
11921 2012-04-18 Leo Liu <sdl.web@gmail.com>
11922
11923 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11924 current buffer.
11925 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11926 LOCAL is nil.
11927
11928 2012-04-18 Chong Yidong <cyd@gnu.org>
11929
11930 * simple.el (line-move): Use forward-line if in batch mode
11931 (Bug#11053).
11932
11933 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
11934
11935 * files.el (after-find-file): Do not try to add a final newline if
11936 the buffer is read-only (Bug#11156).
11937
11938 2012-04-17 Richard Stallman <rms@gnu.org>
11939
11940 * mail/rmail.el (rmail-start-mail):
11941 Pass (rmail-mail-return...) for the return-action.
11942 Pass (rmail-yank-current-message...) for the yank-action.
11943 (rmail-yank-current-message): New function.
11944 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
11945 (rmail-reply): Likewise.
11946 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
11947
11948 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
11949 buffer, not the last. Reject temp buffers. Use the rmail-mode
11950 buffer, not newbuf.
11951
11952 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
11953
11954 * server.el (server-ensure-safe-dir): Simplify.
11955
11956 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
11957
11958 * emacs-lisp/smie.el: Provide smarter auto-filling.
11959 (smie-auto-fill): New function.
11960 (smie-setup): Use it.
11961
11962 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
11963
11964 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
11965
11966 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
11967 (comment-indent): Use it.
11968
11969 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
11970
11971 * ses.el: The overall change is to add cell renaming, that is
11972 setting fancy names for cell symbols other than name matching
11973 "\\`[A-Z]+[0-9]+\\'" regexp .
11974 (ses-localvars): Add ses--renamed-cell-symb-list.
11975 (ses-create-cell-variable): New defun.
11976 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
11977 (ses-relocate-formula): Relocate formulas only for cells the
11978 symbols of which are not renamed, i.e. symbols whose names do not
11979 match regexp "\\`[A-Z]+[0-9]+\\'".
11980 (ses-relocate-all): Relocate values only for cells the symbols of
11981 which are not renamed.
11982 (ses-load): Create cells variables as the (ses-cell ...) are read,
11983 in order to check row col consistency with cell symbol name only
11984 for cells that are not renamed.
11985 (ses-replace-name-in-formula): New defun.
11986 (ses-rename-cell): New defun.
11987
11988 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
11989
11990 * progmodes/perl-mode.el (perl-indent-parens-as-block):
11991 New option (bug#11118).
11992 (perl-calculate-indent): Respect it.
11993
11994 2012-04-17 Glenn Morris <rgm@gnu.org>
11995
11996 * dired-aux.el (dired-mark-read-string): Doc fix.
11997
11998 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
11999
12000 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12001 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12002
12003 2012-04-17 Glenn Morris <rgm@gnu.org>
12004
12005 * mouse.el (mouse-drag-track):
12006 * speedbar.el (speedbar-frame-mode):
12007 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12008
12009 2012-04-16 Leo Liu <sdl.web@gmail.com>
12010
12011 * progmodes/python.el: Trivial cleanup.
12012
12013 2012-04-16 Glenn Morris <rgm@gnu.org>
12014
12015 * vc/vc.el (vc-string-prefix-p):
12016 * vc/pcvs-util.el (cvs-string-prefix-p):
12017 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12018 * mpc.el (mpc-string-prefix-p):
12019 Make all of these into obsolete aliases for string-prefix-p.
12020 Update callers.
12021 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12022
12023 * textmodes/two-column.el: Move custom options to the start.
12024 (frame-width): Remove compat definition.
12025 (2C-associate-buffer, 2C-dissociate):
12026 Use with-current-buffer rather than save-excursion.
12027 (2C-dissociate): Force a mode-line update.
12028 (2C-autoscroll): Use ignore-errors.
12029
12030 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12031 Autoload trivia.
12032
12033 * emacs-lisp/cl-extra.el (*random-state*):
12034 Remove unnecessary declaration.
12035
12036 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12037
12038 * play/cookie1.el (cookie-snarf):
12039 Give an explicit error if input file cannot be read.
12040
12041 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12042
12043 * progmodes/perl-mode.el (c-macro-expand):
12044 Remove unnecessary autoload (it is in loaddefs.el).
12045
12046 * textmodes/picture.el (picture-desired-column)
12047 (picture-update-desired-column): Convert comments to doc-strings.
12048 (picture-substitute): Remove function.
12049 (picture-mode-map): Initialize in the defvar.
12050
12051 * woman.el: Remove eval-after-load for tar-mode.
12052 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12053 (woman-tar-extract-file): Autoload it.
12054
12055 * frame.el (automatic-hscrolling): Make this alias obsolete.
12056
12057 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12058
12059 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12060 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12061 (ispell-dictionary-base-alist): Revert to original XEmacs
12062 friendly version for default. [:alpha:] will be added in
12063 `ispell-set-spellchecker-params' if needed.
12064
12065 2012-04-16 Chong Yidong <cyd@gnu.org>
12066
12067 * image.el (imagemagick--file-regexp): New variable.
12068 (imagemagick-register-types): Use it.
12069 (imagemagick-types-inhibit): Add :set function. Allow new value
12070 of t to inhibit all types.
12071
12072 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12073 so we can preload it.
12074
12075 * loadup.el (fboundp): Preload regexp-opt, needed by
12076 imagemagick-register-types.
12077
12078 2012-04-15 Chong Yidong <cyd@gnu.org>
12079
12080 * frame.el (scrolling): Remove nearly unused customization group.
12081
12082 * scroll-all.el (scroll-all-mode): Move to windows group.
12083
12084 2012-04-15 Chong Yidong <cyd@gnu.org>
12085
12086 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12087
12088 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12089
12090 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12091 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12092
12093 2012-04-15 Glenn Morris <rgm@gnu.org>
12094
12095 * simple.el (process-file-side-effects): Doc fix.
12096
12097 2012-04-15 Glenn Morris <rgm@gnu.org>
12098
12099 * international/mule-cmds.el (set-language-environment): Doc fix.
12100
12101 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12102
12103 * server.el (server-auth-key, server-generate-key): Doc fixes.
12104 (server-get-auth-key): Doc fix. Use `string-match-p'.
12105 (server-start): Reflow docstring.
12106
12107 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12108
12109 * server.el (server-generate-key): `called-interactively-p'
12110 requires a parameter.
12111
12112 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12113
12114 * server.el (server-auth-key): New variable.
12115 (server-generate-key, server-get-auth-key): New function.
12116 (server-start): Use the new variable and functions to allow
12117 setting a permanent server key (bug#9423).
12118
12119 2012-04-14 Leo Liu <sdl.web@gmail.com>
12120
12121 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12122
12123 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12124
12125 Spelling fixes.
12126 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12127 Emacs uses American spelling.
12128
12129 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12130
12131 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12132 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12133 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12134 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12135
12136 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12137
12138 * progmodes/which-func.el (which-func-modes): Change default.
12139
12140 2012-04-14 Kim F. Storm <storm@cua.dk>
12141
12142 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12143 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12144
12145 2012-04-14 Chong Yidong <cyd@gnu.org>
12146
12147 * custom.el (custom-theme-set-variables): Doc fix.
12148
12149 2012-04-14 Glenn Morris <rgm@gnu.org>
12150
12151 * international/mule.el (set-auto-coding-for-load): Doc fix.
12152
12153 2012-04-14 Alan Mackenzie <acm@muc.de>
12154
12155 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12156 imenu work again for Objective C Mode. Correct the *-index values,
12157 these having been disturbed by a previous change in 2011-08.
12158
12159 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12160 Correct two search limits.
12161
12162 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12165
12166 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12167
12168 * international/characters.el: Fix sorting.
12169
12170 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12171
12172 * international/characters.el: Add more missing Latin case pairs.
12173
12174 2012-04-14 Glenn Morris <rgm@gnu.org>
12175
12176 * files.el (dir-locals-set-class-variables): Doc fix.
12177
12178 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12179
12180 * international/characters.el: Add set-case-syntax-pair call for
12181 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12182 counterpart. (Bug#11209)
12183
12184 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12185
12186 2012-04-14 Glenn Morris <rgm@gnu.org>
12187
12188 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12189
12190 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12191
12192 * textmodes/ispell.el (ispell-dictionary-base-alist):
12193 Add data for Hebrew.
12194
12195 2012-04-14 Chong Yidong <cyd@gnu.org>
12196
12197 * net/rcirc.el (rcirc-cmd-quit):
12198 Revert 2012-03-18 change (Bug#11192).
12199
12200 2012-04-14 Glenn Morris <rgm@gnu.org>
12201
12202 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12203
12204 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12205
12206 * minibuffer.el (completion-in-region-mode-map):
12207 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12208
12209 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12210
12211 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12212
12213 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12214
12215 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12216 to allow `C-M-f' and `C-M-b' to move to the nearest path
12217 separator (bug#9511).
12218
12219 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12220
12221 * avoid.el: Require cl when compiling. And also move the
12222 `provide' to the end.
12223
12224 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12225
12226 * avoid.el (mouse-avoidance-banish-position): New variable.
12227 (mouse-avoidance-banish-destination): Use it (bug#10165).
12228
12229 2012-04-13 Leo Liu <sdl.web@gmail.com>
12230
12231 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12232
12233 2012-04-13 Ken Brown <kbrown@cornell.edu>
12234
12235 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12236 this is no longer needed now that cygstart understands file:// URLs.
12237 (browse-url-filename-alist): For the same reason, don't modify
12238 file:// URLs on Cygwin.
12239
12240 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12241
12242 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12243 the region on shift if the binding is already shifted (bug#11221).
12244
12245 2012-04-12 Glenn Morris <rgm@gnu.org>
12246
12247 * mail/mailpost.el: Move to obsolete/.
12248
12249 2012-04-12 Drew Adams <drew.adams@oracle.com>
12250
12251 * imenu.el (imenu--generic-function): Ignore invisible definitions
12252 (bug#10123).
12253
12254 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12255
12256 * hexl.el (hexl-bits): New variable.
12257 (hexl-options): Mention the variable in the doc string.
12258 (hexl-rulerise, hexl-line-displen): New functions.
12259 (hexl-mode): Mention the new variable.
12260 (hexl-mode, hexl-current-address, hexl-current-address):
12261 Use the displen.
12262 (hexl-ascii-start-column): New function.
12263 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12264 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12265
12266 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12267
12268 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12269 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12270 the encoding, as expected by hunspell.
12271
12272 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * battery.el (battery--linux-sysfs-regexp): New const.
12275 (battery-status-function): Use it. Remove yeeloong special case.
12276 (battery-yeeloong-sysfs): Remove.
12277 (battery-echo-area-format): Remove yeeloong special case.
12278
12279 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12282 Reported by Noah Friedman.
12283
12284 * subr.el (read-passwd): Use read-string.
12285
12286 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12287
12288 * vcursor.el (vcursor-move): Increase the priority of the overlay
12289 (bug#9663).
12290
12291 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12292
12293 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12294 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12295
12296 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12297
12298 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12299 define-minor-mode (bug#10760).
12300
12301 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12302
12303 * progmodes/grep.el (rgrep): Tweak the find command line so
12304 that directories matching `grep-find-ignored-files' won't be
12305 pruned (bug#10351).
12306
12307 2012-04-11 Chong Yidong <cyd@gnu.org>
12308
12309 * startup.el (command-line): Remove support for long-obsolete
12310 variable font-lock-face-attributes.
12311
12312 2012-04-11 Glenn Morris <rgm@gnu.org>
12313
12314 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12315
12316 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12317
12318 * window.el (window--state-get-1): Obey window-point-insertion-type.
12319
12320 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12321
12322 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12323 to previous function when point is on the first character of a
12324 function. Take care of that in `narrow-to-defun' (bug#6157).
12325
12326 2012-04-11 Glenn Morris <rgm@gnu.org>
12327
12328 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12329 not just file-errors.
12330
12331 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12332 (vc-bzr-sha1): Use internal sha1.
12333
12334 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12337
12338 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12339
12340 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12341 that start in the middle of the line (bug#10496).
12342
12343 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12344
12345 * battery.el (battery-linux-proc-acpi): Only one battery is
12346 discharged at a time, but that seems to confuse battery.el when
12347 computing `rate-type' for the battery not being discharged
12348 (bug#10332).
12349
12350 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12353
12354 * international/quail.el: Use dolist and simplify.
12355 (quail-define-package, quail-update-keyboard-layout)
12356 (quail-define-rules): Use dolist.
12357 (quail-insert-kbd-layout, quail-get-translation): CSE.
12358
12359 * tmm.el: Use dolist, remove left over hook.
12360 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12361 Use dolist.
12362 (calendar-load-hook): Don't mess with it.
12363
12364 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12365 Use derived-mode-p. Run the diff asynchronously.
12366
12367 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12368
12369 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12370
12371 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12372
12373 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12374 (list-dynamic-libraries--loaded): New function.
12375 (list-dynamic-libraries--refresh): Use it.
12376
12377 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12378
12379 * progmodes/python.el (python-fill-paragraph):
12380 Make python-fill-region in a multiline string work when font-lock is
12381 disabled (bug#7018).
12382
12383 2012-04-10 Laimonas VÄ—bra <laimonas.vebra@gmail.com> (tiny change)
12384
12385 * language/european.el (cp775): Add oem/legacy (en)coding on
12386 DOS/MS Windows for the Baltic languages. There are still plenty
12387 of texts written in this encoding/codepage (bug#6519).
12388
12389 2012-04-10 Glenn Morris <rgm@gnu.org>
12390
12391 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12392 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12393
12394 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12395
12396 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12397 next-line "n" and previous-line "p" in order to make recentf more
12398 consistent with ibuffer, dired or org-mode (bug#9387).
12399
12400 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12401
12402 * image.el (put-image): Return the overlay created instead of the
12403 optional input string (bug#7834). Note that this may break code
12404 that is (for some reason or other) depending on `put-image'
12405 returning the string.
12406
12407 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12408
12409 * simple.el (zap-to-char): Allow zapping using input methods
12410 (bug#1580).
12411
12412 * textmodes/fill.el (fill-region): Leave point and mark where they
12413 were before filling (bug#5399).
12414
12415 2012-04-09 Glenn Morris <rgm@gnu.org>
12416
12417 * version.el (emacs-bzr-get-version):
12418 Handle lightweight checkouts of local branches.
12419
12420 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12421
12422 * international/characters.el: Recover lost case pairs. (Bug#11209)
12423
12424 2012-04-09 Chong Yidong <cyd@gnu.org>
12425
12426 * custom.el (custom-variable-p): Return nil for non-symbol
12427 arguments instead of signaling an error.
12428 (user-variable-p): Obsolete alias for custom-variable-p.
12429
12430 * apropos.el (apropos-variable):
12431 * files-x.el (read-file-local-variable):
12432 * simple.el (set-variable):
12433 * woman.el (woman-mini-help):
12434 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12435
12436 2012-04-09 Glenn Morris <rgm@gnu.org>
12437
12438 * startup.el (normal-top-level): Don't look for leim-list.el
12439 in places where it will not be found. (Bug#910)
12440
12441 * international/mule-cmds.el (set-default-coding-systems):
12442 * files.el (normal-mode):
12443 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12444 This function was removed with ucs-tables.el in 2008.
12445
12446 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12447
12448 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12449 ispell-encoding8-command to "-i", without a trailing space.
12450 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12451 separate command-line arguments, to specify the encoding, since
12452 that's how hunspell expects it.
12453
12454 2012-04-08 Glenn Morris <rgm@gnu.org>
12455
12456 * loadup.el: Load bindings before cus-start.
12457 This reduces somewhat the number of "rogue" settings in emacs -Q.
12458
12459 2012-04-07 Glenn Morris <rgm@gnu.org>
12460
12461 * version.el (emacs-bzr-get-version): New function.
12462 (emacs-bzr-version): New variable.
12463 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12464 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12465
12466 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12467
12468 * international/uni-bidi.el, international/uni-category.el:
12469 * international/uni-combining.el, international/uni-decimal.el:
12470 * international/uni-decomposition.el, international/uni-digit.el:
12471 * international/uni-lowercase.el, international/uni-mirrored.el:
12472 * international/uni-name.el, international/uni-numeric.el:
12473 * international/uni-titlecase.el, international/uni-uppercase.el:
12474 Update for Unicode 6.1.
12475
12476 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12477
12478 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12479
12480 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12481
12482 * window.el (shrink-window): Mention the `window-min-height'
12483 variable in the doc string.
12484
12485 2012-04-05 Bastien Guerry <bzg@altern.org>
12486
12487 * color.el (color-lighten-name): Fix typo.
12488
12489 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12490
12491 * server.el (server--on-display-p): New function.
12492 (server--on-display-p): Use it.
12493
12494 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12495
12496 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12497 (bug#11145).
12498
12499 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12500
12501 * comint.el (comint--common-quoted-suffix): Check string boundary
12502 before comparing (bug#11158).
12503 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12504
12505 2012-04-04 Chong Yidong <cyd@gnu.org>
12506
12507 * minibuffer.el (completion-extra-properties): Doc fix.
12508
12509 * subr.el (delayed-warnings-hook): Doc fix.
12510
12511 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12512
12513 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12514 selection (Bug#11159).
12515 (epa-insert-keys): Inform that the default public key will be
12516 exported if no key is selected.
12517
12518 2012-04-04 Richard Stallman <rms@gnu.org>
12519
12520 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12521
12522 2012-04-03 Chong Yidong <cyd@gnu.org>
12523
12524 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12525 mail-insert-file, not its obsolete alias mail-attach-file.
12526
12527 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12528
12529 * notifications.el (notifications-notify): Fix docstring.
12530
12531 2012-04-02 Glenn Morris <rgm@gnu.org>
12532
12533 * emacs-lisp/authors.el (authors-aliases): Another addition.
12534
12535 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12536
12537 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12538 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12539 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12540
12541 2012-04-01 Chong Yidong <cyd@gnu.org>
12542
12543 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12544 Handle root directory properly.
12545 (copy-directory): Caller changed.
12546
12547 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12548 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12549
12550 2012-03-31 Glenn Morris <rgm@gnu.org>
12551
12552 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12553
12554 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12555
12556 * calendar/calendar.el (calendar-window-list)
12557 (calendar-hide-window): Restore. (Bug#11140)
12558 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12559
12560 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12561
12562 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12563
12564 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12565 Check if file is a symlink (Bug#10489).
12566
12567 * files.el (copy-directory): Likewise.
12568
12569 2012-03-30 Chong Yidong <cyd@gnu.org>
12570
12571 * image.el (imagemagick-types-inhibit)
12572 (imagemagick-register-types): Doc fix.
12573
12574 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12575
12576 * textmodes/ispell.el (ispell-get-extended-character-mode):
12577 Disable extended-char-mode for hunspell. hunspell does not support it
12578 and treats ~word as ordinary words in pipe mode.
12579
12580 2012-03-30 Glenn Morris <rgm@gnu.org>
12581
12582 * tutorial.el (help-with-tutorial): Ensure local variables don't
12583 happen to make the buffer read-only. (Bug#11127)
12584
12585 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12588 (perl-calculate-indent): Return `noindent' in strings.
12589
12590 2012-03-28 Sam Steingold <sds@gnu.org>
12591
12592 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12593 instead of the broken adhockery which does not prevent calendar
12594 buffers from being displayed at random after exit.
12595 (calendar-window-list, calendar-hide-window): Remove the broken
12596 adhockery.
12597
12598 2012-03-28 Glenn Morris <rgm@gnu.org>
12599
12600 * replace.el (query-replace-map): Doc fix.
12601
12602 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12603
12604 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12605 contents. (Bug#11109)
12606
12607 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12608
12609 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12610 (bug#11077).
12611 (avl-tree--check, avl-tree--check-node): New funs.
12612
12613 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12614
12615 * window.el (switch-to-visible-buffer): New option.
12616 (switch-to-prev-buffer, switch-to-next-buffer):
12617 Observe switch-to-visible-buffer. Make sure that checking for a window
12618 showing a buffer already is done on the same frame.
12619
12620 2012-03-27 Glenn Morris <rgm@gnu.org>
12621
12622 * startup.el (mail-host-address): Doc fix.
12623
12624 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12627 than 197 variables.
12628
12629 2012-03-26 Ami Fischman <ami@fischman.org>
12630
12631 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12632
12633 2012-03-26 Glenn Morris <rgm@gnu.org>
12634
12635 * files.el (save-buffers-kill-emacs): Doc fix.
12636
12637 * startup.el (normal-top-level, command-line, command-line-1):
12638 Give them doc strings.
12639
12640 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12641
12642 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12643 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12644
12645 2012-03-25 Chong Yidong <cyd@gnu.org>
12646
12647 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12648 theme if it was previously enabled before (Bug#11031).
12649
12650 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12651 spec with custom-face-get-current-spec if its :shown-value is not
12652 determined yet (Bug#9337).
12653 (customize-create-theme, custom-theme-revert): Doc fixes.
12654
12655 * button.el (button-at): Minor addition to docstring.
12656
12657 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12658
12659 * vc/vc.el (vc-merge): Fix a prompt.
12660
12661 2012-03-24 Chong Yidong <cyd@gnu.org>
12662
12663 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12664 point (Bug#9623).
12665
12666 * button.el (button-at): Minor addition to docstring.
12667
12668 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12669
12670 * newcomment.el (comment-choose-indent): No space after BOL.
12671
12672 2012-03-22 Sam Steingold <sds@gnu.org>
12673
12674 * window.el (switch-to-prev-buffer): Revert last patch because the
12675 bug turned out to be an advertised feature (Elisp manual 28.14).
12676
12677 2012-03-22 Glenn Morris <rgm@gnu.org>
12678
12679 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12680 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12681
12682 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12683
12684 * net/network-stream.el (network-stream-open-starttls): Make error
12685 message under Windows be less misleading.
12686
12687 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12688
12689 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12690 understands (bug#9942).
12691
12692 2012-03-22 Chong Yidong <cyd@gnu.org>
12693
12694 * simple.el (end-of-visible-line): Handle return value of
12695 next-single-property-change properly (Bug#9371).
12696
12697 2012-03-22 Kenichi Handa <handa@m17n.org>
12698
12699 * international/quail.el (quail-insert-kbd-layout): Fix previous
12700 change. To avoid unwanted bidi reordering, use
12701 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12702
12703 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12704
12705 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12706 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12707 (ruby-beginning-of-indent): Be more careful with the difference
12708 between word-boundary and symbol boundary.
12709 (ruby-mode-syntax-table): Make : a symbol constituent.
12710
12711 2012-03-21 Andreas Politz <politza@fh-trier.de>
12712
12713 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12714
12715 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12716
12717 * progmodes/etags.el (tags-completion-at-point-function):
12718 Improve last fix.
12719
12720 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12721
12722 2012-03-21 Sam Steingold <sds@gnu.org>
12723
12724 * progmodes/etags.el (tags-completion-at-point-function):
12725 Avoid the error when point is inside the pattern.
12726
12727 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12728
12729 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12730 line (Bug#10855).
12731
12732 2012-03-21 Drew Adams <drew.adams@oracle.com>
12733
12734 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12735
12736 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12737
12738 * ido.el (ido-set-current-directory, ido-read-internal)
12739 (ido-choose-completion-string, ido-completion-help): Handle nil
12740 value of ido-completion-buffer (Bug#11008).
12741
12742 2012-03-21 Sam Steingold <sds@gnu.org>
12743
12744 * window.el (switch-to-prev-buffer): Do not switch to a visible
12745 window previous buffer, just like with the frame previous buffers.
12746
12747 2012-03-21 Chong Yidong <cyd@gnu.org>
12748
12749 * faces.el (make-face, make-empty-face, copy-face):
12750 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12751 Doc fixes.
12752
12753 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12754
12755 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12756 (widget-complete): Remove broken use of it.
12757
12758 2012-03-20 Chong Yidong <cyd@gnu.org>
12759
12760 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12761 Use string-width and truncate-string-width to handle arbitrary
12762 characters.
12763
12764 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12765
12766 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12767 to draw rectangles, not squares. (Regression introduced by revno
12768 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12769
12770 2012-03-18 Chong Yidong <cyd@gnu.org>
12771
12772 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12773 it is not yet defined (for temacs).
12774
12775 2012-03-18 Leo Liu <sdl.web@gmail.com>
12776
12777 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12778 prefix.
12779
12780 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12781
12782 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12783 (ispell-choices-win-default-height, ispell-silently-savep)
12784 (ispell-dictionary-alist, ispell-encoding8-command)
12785 (ispell-check-version, ispell-aspell-find-dictionary)
12786 (ispell-valid-dictionary-list, ispell-words-keyword)
12787 (ispell-get-word, ispell-internal-change-dictionary)
12788 (ispell-region, ispell-skip-region-list)
12789 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12790 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12791 (ispell-message-text-end, ispell-message)
12792 (ispell-buffer-local-parsing): Doc fix.
12793
12794 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12795
12796 * htmlfontify.el: Add support for code block fontification for ODT
12797 export (Bug #9914).
12798 (hfy-optimisations): Define new option
12799 `body-text-only'
12800 (hfy-fontify-buffer): Honor above setting.
12801 (hfy-begin-span, hfy-end-span): New routines factored out form
12802 `hfy-fontify-buffer'.
12803 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12804 that permit insertion of custom tags.
12805 (hfy-fontify-buffer): Use above handlers.
12806 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12807 (hfy-face-to-css): Re-defined to be a variable.
12808 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12809 over multiple runs. This is made possible by having the caller let
12810 bind a special variable `hfy-user-sheet-assoc'.
12811 (htmlfontify-string): New defun.
12812 (hfy-compile-face-map): Make sure that the last char in the
12813 buffer is correctly fontified.
12814 (hfy-face-resolve-face): Whitespace only change.
12815
12816 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12817
12818 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12819 message more clear.
12820
12821 2012-03-16 Leo Liu <sdl.web@gmail.com>
12822
12823 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12824
12825 2012-03-16 Alan Mackenzie <acm@muc.de>
12826
12827 Further optimize the handling of large macros.
12828
12829 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12830 limit to a call of `c-literal-limits'.
12831 (c-determine-+ve-limit): New function.
12832 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12833 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12834 In CASE 5B, restrict a search limit to 500.
12835 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12836
12837 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12838 Restrict macro bounds to +-500 from after-change's BEG END.
12839
12840 2012-03-16 Leo Liu <sdl.web@gmail.com>
12841
12842 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12843
12844 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12845
12846 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12847 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12848
12849 2012-03-16 Glenn Morris <rgm@gnu.org>
12850
12851 * view.el (view-buffer, view-buffer-other-window)
12852 (view-buffer-other-frame): Doc fixes re special mode-class.
12853
12854 * subr.el (eval-after-load): If named feature is provided not from
12855 a file, run after-load forms. (Bug#10946)
12856
12857 * calendar/calendar.el (calendar-insert-at-column):
12858 Handle non-unit-width characters a bit better. (Bug#10978)
12859
12860 2012-03-15 Chong Yidong <cyd@gnu.org>
12861
12862 * emacs-lisp/ring.el (ring-extend): New function.
12863 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12864
12865 * comint.el (comint-read-input-ring)
12866 (comint-add-to-input-history): Grow comint-input-ring lazily.
12867
12868 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12869
12870 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12871 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12872
12873 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12874 (imenu-add-to-menubar): Don't add a redundant index.
12875 (imenu-update-menubar): Handle a dynamically composed keymap.
12876
12877 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12878
12879 * mail/sendmail.el (mail-encode-header):
12880 Bind rfc2047-encode-encoded-words to nil.
12881
12882 2012-03-13 Glenn Morris <rgm@gnu.org>
12883
12884 * calendar/calendar.el (calendar-string-spread):
12885 Handle non-unit-width characters a bit better. (Bug#10978)
12886
12887 2012-03-13 Leo Liu <sdl.web@gmail.com>
12888
12889 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12890 directory and file as argument (Bug#10822).
12891
12892 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12893
12894 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12895 For dynamically generated code, follow $PC.
12896 (gdb-disassembly-handler-custom): Handle no function name case.
12897
12898 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12899
12900 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12901 * emulation/ws-mode.el (ws-query-replace):
12902 * sort.el (sort-regexp-fields):
12903 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12904
12905 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12906
12907 * dabbrev.el: Fix cycle completion order (bug#10963).
12908 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12909 (dabbrev-completion): Don't use an obarray; provide
12910 a cycle-sort-function.
12911
12912 2012-03-12 Leo Liu <sdl.web@gmail.com>
12913
12914 * simple.el (kill-new): Use equal-including-properties for comparison.
12915 (kill-do-not-save-duplicates): Doc fix.
12916
12917 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12918
12919 * dabbrev.el: Fix cycle completion (bug#10963).
12920 Use lexical binding and wrap to 80 columns.
12921 (dabbrev-completion): Delay computing the list of completions.
12922
12923 2012-03-12 Kenichi Handa <handa@m17n.org>
12924
12925 * international/quail.el (quail-insert-kbd-layout): Surround each
12926 row by LRO and PDF instead of inserting many LRMs. Pad the left
12927 and right of each non-spacing marks. Insert invisible space
12928 between lower and upper characters to prevent composition.
12929
12930 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * minibuffer.el (minibuffer-complete): Don't get confused when the
12933 function is run twice via different commands (bug#10958).
12934 (complete-with-action): Fix docstring.
12935
12936 2012-03-12 Chong Yidong <cyd@gnu.org>
12937
12938 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
12939 (nxml-completion-at-point-function): New function.
12940 (nxml-mode): Use it.
12941 (nxml-bind-meta-tab-to-complete-flag): Default to t.
12942
12943 * emacs-lisp/package.el (package-unpack, package-unpack-single):
12944 Load generated autoloads file before byte compiling (Bug#10970).
12945 (package--make-autoloads-and-compile): New helper fun.
12946
12947 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
12948
12949 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
12950
12951 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
12952
12953 * autorevert.el (auto-revert-handler): Ensure, that
12954 file-readable-p is applied only for local files or in
12955 auto-revert-tail-mode.
12956
12957 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
12958
12959 * server.el (server-eval-at): Handle non-tcp connections.
12960 Decode result string.
12961
12962 * server.el (server-msg-size): New constant.
12963 (server-reply-print): New function.
12964 (server-eval-and-print): Use it.
12965 (server-eval-at): Use server-quote-arg and server-unquote-arg.
12966 Handle -print-nonl.
12967
12968 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
12969
12970 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
12971 (Bug#10987).
12972
12973 2012-03-11 Chong Yidong <cyd@gnu.org>
12974
12975 * simple.el (goto-line): Doc fix (Bug#9938).
12976
12977 * subr.el (save-window-excursion): Doc fix (Bug#9979).
12978
12979 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
12980 when finished (Bug#10963).
12981
12982 2012-03-11 Martin Rudalics <rudalics@gmx.at>
12983
12984 * window.el (split-window-below): Fix bug in case where
12985 split-window-keep-point is nil (Bug#10971).
12986
12987 2012-03-11 Juri Linkov <juri@jurta.org>
12988
12989 * replace.el (replace-highlight): Set isearch-word to nil
12990 unconditionally. (Bug#10887)
12991
12992 2012-03-10 Eli Zaretskii <eliz@gnu.org>
12993
12994 * net/mairix.el (mairix-replace-invalid-chars): Rename from
12995 mairix-replace-illegal-chars; all callers changed. Don't remove
12996 ^, ~, and = characters: they are meaningful in mairix search specs.
12997 (mairix-widget-create-query): Add usage information about mairix
12998 search forms: negating words, searching for substrings, etc.
12999
13000 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13001
13002 * international/fontset.el (font-encoding-alist): Add an entry for
13003 ksx1001 (Bug#5667).
13004
13005 2012-03-10 Richard Stallman <rms@gnu.org>
13006
13007 * mail/sendmail.el (mail-encode-header):
13008 Set rfc2047-encode-encoded-words.
13009
13010 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13011
13012 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13013 view buffer means not swapped.
13014 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13015 (rmail-write-region-annotate): Error if real text has disappeared.
13016
13017 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13018
13019 2012-03-10 Chong Yidong <cyd@gnu.org>
13020
13021 * emulation/cua-rect.el (cua--init-rectangles):
13022 * emulation/cua-base.el (cua--init-keymaps):
13023 Add delete-forward-char to remappings (Bug#9666).
13024
13025 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13026
13027 * speedbar.el (speedbar-unhighlight-one-tag-line):
13028 Avoid unhighlighting due to frame switching (Bug#10275).
13029
13030 2012-03-10 Chong Yidong <cyd@gnu.org>
13031
13032 * minibuffer.el (completion-in-region, completion-help-at-point):
13033 Give the completion field overlay a high priority (Bug#6830).
13034
13035 * dired.el (dired-goto-file): Recognize absolute file name
13036 listings (Bug#7126).
13037 (dired-goto-file-1): New helper function.
13038 (dired-toggle-read-only): Inhibit warnings.
13039
13040 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13041
13042 * net/dbus.el (dbus-property-handler): Return empty array if
13043 there are no properties.
13044
13045 2012-03-09 Leo Liu <sdl.web@gmail.com>
13046
13047 * savehist.el (savehist-printable): Stricter check for string
13048 value (Bug#10937).
13049
13050 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13051
13052 * mail/smtpmail.el (smtpmail-send-it):
13053 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13054 valid mbox format.
13055
13056 2012-03-09 Glenn Morris <rgm@gnu.org>
13057
13058 * files.el (dir-locals-find-file):
13059 Don't check result is regular, readable.
13060 (dir-locals-read-from-file): Demote errors.
13061
13062 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13063
13064 * international/quail.el (quail-insert-kbd-layout):
13065 Insert invisible LRM characters before each character in a keyboard
13066 layout cell, to prevent their reordering by bidi display engine.
13067 For details, see the discussion in
13068 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13069
13070 2012-03-08 Alan Mackenzie <acm@muc.de>
13071
13072 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13073 the starting position; make it extend the marked region when
13074 invoked repeatedly - all under appropriate circumstances.
13075 Fixes bugs #5525, #10906.
13076
13077 2012-03-08 Glenn Morris <rgm@gnu.org>
13078
13079 * files.el (locate-dominating-file, dir-locals-find-file):
13080 Undo 2012-03-06 change.
13081
13082 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13083
13084 * international/quail.el (quail-help):
13085 Force bidi-paragraph-direction be left-to-right. See discussion in
13086 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13087 for the reason.
13088
13089 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13090
13091 Avoid superfluous registering of signals. (Bug#10807)
13092
13093 * notifications.el (notifications-on-action-object)
13094 (notifications-on-close-object): New defvars.
13095 (notifications-on-action-signal, notifications-on-closed-signal):
13096 Unregister the signal if not needed any longer.
13097 (notifications-notify): Register `notifications-action-signal' or
13098 `notifications-closed-signal', if :on-action or :on-close has been
13099 passed as argument.
13100
13101 2012-03-07 Chong Yidong <cyd@gnu.org>
13102
13103 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13104 non-X platforms.
13105
13106 2012-03-06 Glenn Morris <rgm@gnu.org>
13107
13108 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13109 (x-disown-selection-internal, x-get-selection-internal):
13110 Doc fix (add arglist signatures). (Bug#10783)
13111
13112 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13113
13114 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13115 Handle breakpoints with no "type".
13116
13117 2012-03-06 Glenn Morris <rgm@gnu.org>
13118
13119 * files.el (locate-dominating-file): Add optional predicate argument.
13120 (dir-locals-find-file): Make use of above change.
13121
13122 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13123
13124 * info.el (Info-insert-dir): Also try "dir.gz".
13125
13126 2012-03-06 Glenn Morris <rgm@gnu.org>
13127
13128 * files.el (dir-locals-find-file):
13129 Ignore non-readable or non-regular files. (Bug#10928)
13130
13131 * files.el (locate-dominating-file): Doc fix.
13132
13133 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13134
13135 * calendar/calendar.el (calendar-set-mode-line):
13136 `getenv' returns a string. (Bug#10951)
13137
13138 2012-03-05 Leo Liu <sdl.web@gmail.com>
13139
13140 * simple.el (backward-delete-char-untabify): Constrain point to
13141 field (Bug#10939).
13142
13143 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13144
13145 2012-03-05 Chong Yidong <cyd@gnu.org>
13146
13147 * simple.el (count-words): If called from Lisp, return the word
13148 count, for symmetry with `count-lines'. Arglist changed.
13149 (count-words--message): Args changed. Consolidate counting code
13150 from count-words and count-words-region.
13151 (count-words-region): Caller changed.
13152 (count-lines-region): Make it an obsolete alias.
13153
13154 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13155
13156 * saveplace.el (save-place-to-alist)
13157 (save-place-ignore-files-regexp): Allow value nil to disable this
13158 feature.
13159
13160 2012-03-04 Chong Yidong <cyd@gnu.org>
13161
13162 * faces.el (face-spec-reset-face): For the default face, reset the
13163 attributes to default values (Bug#10748).
13164
13165 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13166
13167 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13168 previous patch: Check `message-send-mail-function', and not the
13169 default function (bug#10897).
13170
13171 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13172
13173 * notifications.el (notifications-on-action-signal)
13174 (notifications-on-closed-signal): Check for unique service name of
13175 incoming event. Fix error in removing entry.
13176 (top): Register for signals with wildcard service name.
13177 (notifications-notify): Use daemon unique service name for map entries.
13178
13179 2012-03-04 Chong Yidong <cyd@gnu.org>
13180
13181 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13182
13183 2012-03-04 Glenn Morris <rgm@gnu.org>
13184
13185 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13186 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13187 (expand-abbrev, define-abbrev-table): Doc fixes.
13188
13189 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13190
13191 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13192 `message-default-send-mail-function' and not `send-mail-function'
13193 when doing the prompting for `sendmail-query-once' before sending
13194 in Message buffers (bug#10897).
13195
13196 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13197 This is inconsistent with all the other stream functions, which leave
13198 the setting up to the higher levels (if so wanted) (bug#10931).
13199
13200 2012-03-02 Alan Mackenzie <acm@muc.de>
13201
13202 Depessimize the handling of very large macros.
13203
13204 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13205 (c-macro-cache-syntactic): New variables to implement a one
13206 element macro cache.
13207 (c-invalidate-macro-cache): New function.
13208 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13209 Adapt to use the new cache.
13210 (c-state-safe-place): Use better the cache of safe positions.
13211 (c-state-semi-nonlit-pos-cache)
13212 (c-state-semi-nonlit-pos-cache-limit):
13213 New variables for...
13214 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13215 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13216 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13217 Use c-state-semi-safe-place.
13218
13219 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13220 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13221
13222 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13223
13224 * jka-compr.el (jka-compr-call-process):
13225 Apply `file-accessible-directory-p' only when the default directory is
13226 not remote.
13227
13228 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13229
13230 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13231 access of FILE2, if FILE1 does not exist.
13232
13233 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13234 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13235
13236 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13237 Add "PAGER=" to `process-environment'.
13238
13239 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13240
13241 * progmodes/sql.el: Bug fix
13242 (sql-get-login-ext): Save login values in globals.
13243 (sql-get-login): Use new version of `sql-get-login-ext'.
13244 (sql-interactive-mode): Set global `sql-connection' to nil.
13245 (sql-connect): Set global values for connection.
13246 (sql-product-interactive): Save global values as buffer local.
13247
13248 2012-02-29 Leo Liu <sdl.web@gmail.com>
13249
13250 * abbrev.el (define-abbrevs): Reset sys to nil.
13251
13252 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13253
13254 * files.el (file-equal-p): Rename from `files-equal-p'.
13255 Return nil when one or both files don't exist.
13256 (file-subdir-of-p): Now only top directory must exists,
13257 return nil if it doesn't.
13258 (copy-directory): No need to test with `file-subdir-of-p' after
13259 creating dir.
13260 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13261 to `file-equal-p'.
13262
13263 2012-02-28 Glenn Morris <rgm@gnu.org>
13264
13265 * shell.el (shell-mode):
13266 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13267 * play/landmark.el (landmark-font-lock-face-O):
13268 * play/handwrite.el (handwrite):
13269 * play/gomoku.el (gomoku-O):
13270 * net/browse-url.el (browse-url-browser-display):
13271 * international/mule.el (define-charset):
13272 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13273 * filesets.el (filesets-find-file-delay):
13274 * eshell/em-xtra.el (eshell-xtra):
13275 * eshell/em-unix.el (eshell-grep):
13276 * emulation/viper.el (viper-mode):
13277 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13278 * emacs-lisp/easymenu.el (easy-menu-define):
13279 * calendar/timeclock.el (timeclock-use-display-time):
13280 * bs.el (bs-mode):
13281 * bookmark.el (bookmark-save-flag):
13282 Doc fix (standardize possessive apostrophe usage).
13283
13284 2012-02-27 Chong Yidong <cyd@gnu.org>
13285
13286 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13287 Fix key-binding lookup for ESC key (Bug#9146).
13288
13289 * font-lock.el (font-lock-specified-p): Rename from
13290 font-lock-spec-present. Callers changed.
13291
13292 2012-02-27 Daniel Hackney <dan@haxney.org>
13293
13294 * emacs-lisp/package.el (package-compute-transaction):
13295 Handle holding a package version to t in package-load-list.
13296
13297 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13298
13299 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13300 (tramp-get-inode, tramp-get-device): Use cached values.
13301
13302 2012-02-26 Alan Mackenzie <acm@muc.de>
13303
13304 Check there is a font-lock specification before doing initial
13305 fontification.
13306
13307 * font-core.el (font-lock-mode): Move the conditional from
13308 :after-hook to font-lock-initial-fontify.
13309 (font-lock-default-function): Move the check for a specification
13310 to font-lock-spec-present.
13311
13312 * font-lock.el (font-lock-initial-fontify): Call ...
13313 (font-lock-spec-present): New function.
13314
13315 2012-02-26 Jim Blandy <jimb@red-bean.com>
13316
13317 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13318 (gdb-send): Apply it to the operand of the '-interpreter-exec
13319 console' command, so that we can pass arguments with (say) quotes
13320 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13321
13322 2012-02-26 Chong Yidong <cyd@gnu.org>
13323
13324 * help-fns.el (describe-function-1): Clarify description of
13325 remapping (Bug#10844).
13326
13327 * files.el (files-equal-p): Doc fix.
13328 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13329 and quit the loop once a mismatch is found.
13330
13331 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13332
13333 * bs.el (bs--show-with-configuration): Don't throw an error
13334 if the window cannot be split; otherwise, subsequent calls to
13335 bs-show fail, restoring a stale window config. (Bug#10882)
13336
13337 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13338
13339 * term/ns-win.el (global-map): Bind ns-drag-file to
13340 ns-find-file (Bug#5855, Bug#10050).
13341
13342 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13343
13344 * calendar/parse-time.el (parse-time-string): Allow extractor to
13345 return nil.
13346
13347 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13348
13349 * net/tramp.el (tramp-file-name-for-operation):
13350 Add `files-equal-p' and `file-subdir-of-p'.
13351
13352 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13353 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13354 Add COPY-CONTENTS argument.
13355
13356 2012-02-25 Chong Yidong <cyd@gnu.org>
13357
13358 Add custom groups for VC backends, for consistency with vc-bzr.
13359
13360 * vc/vc-arch.el (vc-arch):
13361 * vc/vc-cvs.el (vc-cvs):
13362 * vc/vc-git.el (vc-git):
13363 * vc/vc-hg.el (vc-hg):
13364 * vc/vc-mtn.el (vc-mtn):
13365 * vc/vc-rcs.el (vc-rcs):
13366 * vc/vc-sccs.el (vc-sccs):
13367 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13368 All relevant defcustoms reassigned.
13369
13370 2012-02-25 Chong Yidong <cyd@gnu.org>
13371
13372 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13373
13374 * term/x-win.el (x-initialize-window-system): Reduce default for
13375 x-selection-timeout to 5 seconds (Bug#8869).
13376
13377 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13378
13379 * files.el (files-equal-p, file-subdir-of-p): New functions.
13380 (copy-directory): Error when trying to copy a directory on itself.
13381 Add missing copy-contents arg to tramp handler.
13382 * dired-aux.el (dired-copy-file-recursive): Same.
13383 (dired-create-files): Modify destination when source is equal to
13384 dest when copying files.
13385 Return also when dest is a subdir of source. (Bug#10489)
13386
13387 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13388
13389 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13390 (Bug#10874)
13391
13392 2012-02-23 Alan Mackenzie <acm@muc.de>
13393
13394 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13395 parameter "after-hook:" to allow the expansion to run code after
13396 the execution of the mode hooks.
13397
13398 * font-lock.el (font-lock-initial-fontify): New function extracted
13399 from font-lock-mode-internal.
13400
13401 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13402 :after-hook.
13403
13404 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13405
13406 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13407 (completion--cache-all-sorted-completions): New function.
13408 (completion-all-sorted-completions): Use it.
13409 (completion--do-completion, minibuffer-force-complete):
13410 Use it to re-instate the flush hook.
13411
13412 * icomplete.el (icomplete-completions): Replace last fix with a better
13413 one (bug#10850).
13414
13415 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13416
13417 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13418 when it might call us back infinitely (bug#10797).
13419
13420 2012-02-23 Glenn Morris <rgm@gnu.org>
13421
13422 * minibuffer.el (completion-category-overrides): Doc fix.
13423
13424 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13427 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13428
13429 2012-02-23 Glenn Morris <rgm@gnu.org>
13430
13431 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13432 (authors-obsolete-files-regexps, authors-ignored-files)
13433 (authors-ambiguous-files, authors-renamed-files-alist):
13434 Add more entries.
13435
13436 2012-02-23 Juri Linkov <juri@jurta.org>
13437
13438 * isearch.el (isearch-occur): Sync interactive spec with occur's
13439 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13440
13441 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13442
13443 2012-02-22 Juri Linkov <juri@jurta.org>
13444
13445 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13446 (ucs-insert): Doc fix. Check for hex digits in the string.
13447 Don't display `nil' in the error message. (Bug#10857)
13448
13449 2012-02-22 Alan Mackenzie <acm@muc.de>
13450
13451 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13452
13453 2012-02-22 Glenn Morris <rgm@gnu.org>
13454
13455 * ffap.el (ffap-c-path):
13456 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13457
13458 2012-02-22 Chong Yidong <cyd@gnu.org>
13459
13460 * custom.el (load-theme): Doc fix.
13461
13462 2012-02-22 Glenn Morris <rgm@gnu.org>
13463
13464 * dired-x.el (dired-guess-shell-alist-default):
13465 Remove escape sequences from nroff output. (Bug#172)
13466
13467 2012-02-21 Glenn Morris <rgm@gnu.org>
13468
13469 * vc/emerge.el (emerge-defvar-local):
13470 Set `permanent-local' property rather than unused `preserved'.
13471
13472 * textmodes/picture.el (picture-delete-char): New alias.
13473 (picture-mode-map): Use it. (Bug#10860)
13474 (picture-mode): Doc fix.
13475
13476 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13477
13478 * newcomment.el (uncomment-region-default): Remove unused binding.
13479
13480 2012-02-21 Glenn Morris <rgm@gnu.org>
13481
13482 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13483 (picture-self-insert, picture-tab-chars): Doc fix.
13484 (picture-mode-map): Fix C-a, C-e.
13485
13486 2012-02-20 Glenn Morris <rgm@gnu.org>
13487
13488 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13489
13490 2012-02-20 Leo Liu <sdl.web@gmail.com>
13491
13492 * icomplete.el (icomplete-completions): Check FROM arg before
13493 passing to substring (Bug#10850).
13494
13495 2012-02-19 Chong Yidong <cyd@gnu.org>
13496
13497 * comint.el: Require ansi-color.
13498 (comint-output-filter-functions): Add ansi-color-process-output.
13499
13500 * ansi-color.el: Don't set comint-output-filter-functions; it is
13501 now in the initial value defined in comint.el.
13502 (ansi-color-apply-face-function): New variable.
13503 (ansi-color-apply-on-region): Use it.
13504 (ansi-color-apply-overlay-face): New function.
13505
13506 * shell.el (shell): No need to require ansi-color.
13507 (shell-mode): Use ansi-color-apply-face-function to highlight
13508 color escapes using font-lock-face property (Bug#10835).
13509
13510 2012-02-19 Chong Yidong <cyd@gnu.org>
13511
13512 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13513 mode-line formats (Bug#10839).
13514
13515 2012-02-18 Glenn Morris <rgm@gnu.org>
13516
13517 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13518
13519 * mail/undigest.el (unforward-rmail-message): Doc fix.
13520
13521 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13522
13523 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13524
13525 * international/characters.el (script-list): Sync with the latest
13526 Unicode Character Database.
13527
13528 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13529
13530 * international/titdic-cnv.el: Remove duplicate coding tag.
13531 * language/cham.el: Likewise.
13532 * language/tai-viet.el: Likewise.
13533
13534 2012-02-18 Glenn Morris <rgm@gnu.org>
13535
13536 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13537 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13538 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13539 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13540 * calendar/holidays.el (holiday-bahai-holidays)
13541 (calendar-holidays, list-holidays):
13542 Use utf-8 Bahá'í in doc-strings, menus, etc.
13543
13544 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13545
13546 * saveplace.el (save-place-ignore-files-regexp): New variable
13547 allowing for excluding files from saving their location of point.
13548 The default value matches the temporary commit message editing
13549 files from Git, SVN, Bazaar, and Mercurial.
13550 (save-place-to-alist): Use it.
13551
13552 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13553 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * newcomment.el (uncomment-region-default): Don't leave extra space
13556 when an arg is provided (bug#8150).
13557
13558 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13559
13560 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13561
13562 2012-02-17 Glenn Morris <rgm@gnu.org>
13563
13564 * net/socks.el: Require network-stream. (Bug#10599)
13565
13566 2012-02-17 Kenichi Handa <handa@m17n.org>
13567
13568 * international/charprop.el:
13569 * international/uni-name.el:
13570 * international/uni-old-name.el:
13571 * international/uni-comment.el: Regenerate.
13572
13573 2012-02-16 Glenn Morris <rgm@gnu.org>
13574
13575 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13576 Interactively in calendar buffer, give an error if not on a date.
13577
13578 2012-02-15 Glenn Morris <rgm@gnu.org>
13579
13580 * shell.el (shell-delimiter-argument-list):
13581 Revert 2011-02-17 change. (Bug#8027)
13582
13583 2012-02-15 Chong Yidong <cyd@gnu.org>
13584
13585 * minibuffer.el (completion-at-point-functions): Doc fix.
13586
13587 * custom.el (defcustom): Doc fix; note use of defvar.
13588
13589 2012-02-15 Glenn Morris <rgm@gnu.org>
13590
13591 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13592 Doc fixes.
13593
13594 2012-02-14 Glenn Morris <rgm@gnu.org>
13595
13596 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13597
13598 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13599
13600 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13601 way the ports list is computed.
13602 (smtpmail-query-smtp-server): Prompt the user for a port number if
13603 we can't connect to any of the standard ports (bug#10810).
13604
13605 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13606
13607 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13608
13609 2012-02-13 Glenn Morris <rgm@gnu.org>
13610
13611 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13612
13613 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13614
13615 * net/gnutls.el (gnutls-trustfiles): New variable.
13616 (gnutls-negotiate): Use it.
13617
13618 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13619
13620 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13621 does its stuff if Gnus is running.
13622
13623 2012-02-13 Alan Mackenzie <acm@muc.de>
13624
13625 Fix a loop in c-set-fl-decl-start.
13626
13627 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13628 c-backward-syntactic-ws actually moves backwards.
13629
13630 2012-02-13 Leo Liu <sdl.web@gmail.com>
13631
13632 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13633 beginning so that all \C-o chars are removed.
13634
13635 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13636
13637 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13638
13639 2012-02-12 Alan Mackenzie <acm@muc.de>
13640
13641 Fix infinite loop with long macros.
13642 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13643
13644 2012-02-12 Chong Yidong <cyd@gnu.org>
13645
13646 * window.el (display-buffer): Doc fix (Bug#10785).
13647
13648 2012-02-12 Glenn Morris <rgm@gnu.org>
13649
13650 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13651 (x-disown-selection-internal, x-get-selection-internal):
13652 Sync docs with the xselect.c versions.
13653
13654 * allout-widgets.el: Add missing license notice.
13655
13656 2012-02-11 Glenn Morris <rgm@gnu.org>
13657
13658 * select.el (x-get-selection-internal, x-own-selection-internal)
13659 (x-disown-selection-internal):
13660 * x-dnd.el (x-get-selection-internal): Update declarations.
13661
13662 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13663
13664 * window.el (window-sides-slots):
13665 * tool-bar.el (tool-bar-position):
13666 * term/xterm.el (xterm-extra-capabilities):
13667 * ses.el (ses-self-reference-early-detection):
13668 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13669 (verilog-auto-wire-type)
13670 (verilog-auto-delete-trailing-whitespace)
13671 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13672 (verilog-auto-tieoff-declaration):
13673 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13674 (sql-oracle-statement-starters, sql-oracle-scan-on):
13675 * progmodes/prolog.el (prolog-align-comments-flag)
13676 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13677 (prolog-left-indent-regexp, prolog-paren-indent-p)
13678 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13679 (prolog-types, prolog-mode-specificators)
13680 (prolog-determinism-specificators, prolog-directives)
13681 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13682 (prolog-electric-dot-flag)
13683 (prolog-electric-dot-full-predicate-template)
13684 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13685 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13686 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13687 (prolog-program-switches, prolog-prompt-regexp)
13688 (prolog-debug-on-string, prolog-debug-off-string)
13689 (prolog-trace-on-string, prolog-trace-off-string)
13690 (prolog-zip-on-string, prolog-zip-off-string)
13691 (prolog-use-standard-consult-compile-method-flag)
13692 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13693 (prolog-imenu-max-lines, prolog-info-predicate-index)
13694 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13695 (prolog-char-quote-workaround):
13696 * progmodes/cc-vars.el (c-defun-tactic):
13697 * net/tramp.el (tramp-encoding-command-interactive)
13698 (tramp-local-end-of-line):
13699 * net/soap-client.el (soap-client):
13700 * net/netrc.el (netrc-file):
13701 * net/gnutls.el (gnutls):
13702 * minibuffer.el (completion-category-overrides)
13703 (completion-cycle-threshold)
13704 (completion-pcm-complete-word-inserts-delimiters):
13705 * man.el (Man-name-local-regexp):
13706 * mail/feedmail.el (feedmail-display-full-frame):
13707 * international/characters.el (glyphless-char-display-control):
13708 * eshell/em-ls.el (eshell-ls-date-format):
13709 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13710 (lisp-lambda-list-keyword-parameter-indentation)
13711 (lisp-lambda-list-keyword-parameter-alignment):
13712 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13713 * dired-x.el (dired-omit-verbose):
13714 * cus-theme.el (custom-theme-allow-multiple-selections):
13715 * calc/calc.el (calc-highlight-selections-with-faces)
13716 (calc-lu-field-reference, calc-lu-power-reference)
13717 (calc-note-threshold):
13718 * battery.el (battery-mode-line-limit):
13719 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13720 (archive-7z-update):
13721 * allout.el (allout-prefixed-keybindings)
13722 (allout-unprefixed-keybindings)
13723 (allout-inhibit-auto-fill-on-headline)
13724 (allout-flattened-numbering-abbreviation):
13725 * allout-widgets.el (allout-widgets-auto-activation)
13726 (allout-widgets-icons-dark-subdir)
13727 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13728 (allout-widgets-theme-dark-background)
13729 (allout-widgets-theme-light-background)
13730 (allout-widgets-item-image-properties-emacs)
13731 (allout-widgets-item-image-properties-xemacs)
13732 (allout-widgets-run-unit-tests-on-load)
13733 (allout-widgets-time-decoration-activity)
13734 (allout-widgets-hook-error-post-time)
13735 (allout-widgets-track-decoration):
13736 Add missing :version tags to new defcustoms and defgroups.
13737
13738 * progmodes/sql.el (sql-ansi-statement-starters)
13739 (sql-oracle-statement-starters): Add custom type.
13740
13741 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13742 (prolog-system-version): Give it a type.
13743
13744 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13745
13746 * term/pc-win.el (x-select-text, x-selection-owner-p)
13747 (x-own-selection-internal, x-disown-selection-internal)
13748 (x-get-selection-internal): Sync doc strings and argument lists
13749 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13750
13751 2012-02-11 Leo Liu <sdl.web@gmail.com>
13752
13753 * progmodes/python.el (python-end-of-statement): Fix infinite
13754 loop. (Bug#10788)
13755
13756 2012-02-10 Glenn Morris <rgm@gnu.org>
13757
13758 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13759 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13760
13761 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13762
13763 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13764 about SMTP before checking the From header.
13765
13766 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13767 into own function for reuse by emacsbug.el.
13768
13769 2012-02-10 Leo Liu <sdl.web@gmail.com>
13770
13771 * subr.el (condition-case-unless-debug): Rename from
13772 condition-case-no-debug. All callers changed.
13773 (with-demoted-errors): Fix caller.
13774
13775 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13776 * nxml/rng-valid.el (rng-do-some-validation):
13777 * emacs-lisp/package.el (package-refresh-contents)
13778 (package-menu-execute):
13779 * desktop.el (desktop-create-buffer):
13780 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13781
13782 2012-02-10 Glenn Morris <rgm@gnu.org>
13783
13784 * textmodes/bibtex.el:
13785 Add missing :version tags for new/changed defcustoms.
13786
13787 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13788
13789 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13790
13791 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13792 (smtpmail-via-smtp): Use it, or fall back on the From address.
13793 (smtpmail-send-it): Ditto.
13794
13795 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13796
13797 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13798 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13799 (byte-compile-tmp-var): New const.
13800 (byte-compile-defvar): Use it to minimize .elc size.
13801 Just use `defvar' rather than simulate it (bug#10761).
13802
13803 2012-02-09 Glenn Morris <rgm@gnu.org>
13804
13805 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13806
13807 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13808 Add :version tags.
13809
13810 * progmodes/compile.el (compilation-error-screen-columns)
13811 (compilation-first-column, compilation-filter-start): Doc fixes.
13812
13813 * vc/log-view.el (log-view-toggle-entry-display):
13814 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13815
13816 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13817 (report-emacs-bug-can-use-xdg-email):
13818 (report-emacs-bug-insert-to-mailer): Doc fixes.
13819 (report-emacs-bug): Message fix.
13820
13821 * net/browse-url.el (browse-url-can-use-xdg-open)
13822 (browse-url-xdg-open): Doc fixes.
13823
13824 * electric.el (electric-indent-mode, electric-pair-mode)
13825 (electric-layout-rules, electric-layout-mode): Doc fixes.
13826 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13827
13828 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13829
13830 * server.el (server-unselect-display): Don't inadvertently kill
13831 the current buffer. (Bug#10729)
13832
13833 2012-02-08 Glenn Morris <rgm@gnu.org>
13834
13835 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13836 (sql-list-table): Doc fixes.
13837
13838 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13839 Comment out (does nothing).
13840
13841 * completion.el (dynamic-completion-mode):
13842 * dirtrack.el (dirtrack-debug-mode):
13843 * electric.el (electric-layout-mode):
13844 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13845 * face-remap.el (text-scale-mode, buffer-face-mode):
13846 * iimage.el (iimage-mode):
13847 * image-mode.el (image-transform-mode):
13848 * minibuffer.el (completion-in-region-mode):
13849 * scroll-lock.el (scroll-lock-mode):
13850 * simple.el (next-error-follow-minor-mode):
13851 * tar-mode.el (tar-subfile-mode):
13852 * tooltip.el (tooltip-mode):
13853 * vcursor.el (vcursor-use-vcursor-map):
13854 * wid-browse.el (widget-minor-mode):
13855 * emulation/tpu-edt.el (tpu-edt-mode):
13856 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13857 * international/iso-ascii.el (iso-ascii-mode):
13858 * language/thai-util.el (thai-word-mode):
13859 * mail/supercite.el (sc-minor-mode):
13860 * net/goto-addr.el (goto-address-mode):
13861 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13862 * progmodes/cwarn.el (cwarn-mode):
13863 * progmodes/flymake.el (flymake-mode):
13864 * progmodes/glasses.el (glasses-mode):
13865 * progmodes/hideshow.el (hs-minor-mode):
13866 * progmodes/pascal.el (pascal-outline-mode):
13867 * textmodes/enriched.el (enriched-mode):
13868 * vc/smerge-mode.el (smerge-mode):
13869 Doc fixes (minor mode argument).
13870
13871 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13872
13873 * ls-lisp.el (ls-lisp-sanitize): New function.
13874 (ls-lisp-insert-directory): Use it to fix or remove any elements
13875 in file-alist with missing attributes. (Bug#4673)
13876
13877 2012-02-07 Alan Mackenzie <acm@muc.de>
13878
13879 Fix spurious recognition of c-in-knr-argdecl.
13880
13881 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13882 putative K&R region.
13883
13884 2012-02-07 Alan Mackenzie <acm@muc.de>
13885
13886 * progmodes/cc-engine.el (c-forward-objc-directive):
13887 Prevent looping in "#pragma mark @implementation".
13888
13889 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13890
13891 * notifications.el (notifications-on-closed-signal): Make `reason'
13892 optional. (Bug#10744)
13893
13894 2012-02-07 Glenn Morris <rgm@gnu.org>
13895
13896 * emacs-lisp/easy-mmode.el (define-minor-mode):
13897 Doc fixes for the macro and the mode it defines.
13898
13899 * image.el (imagemagick-types-inhibit): Doc fix.
13900
13901 * cus-start.el (imagemagick-render-type): Add it.
13902
13903 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13904
13905 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13906 Set the default at load time, too, so that `font-lock-fontify-buffer'
13907 can be called without setting up the entire mode first. This fixes
13908 a bug in `mm-inline-text' with C MIME parts.
13909
13910 2012-02-06 Chong Yidong <cyd@gnu.org>
13911
13912 * simple.el (list-processes--refresh): Delete exited processes
13913 (Bug#8094).
13914
13915 * comint.el (comint-next-prompt): next-single-char-property-change
13916 and prev-single-char-property-change never return nil (Bug#8657).
13917
13918 * custom.el (defcustom): Doc fix (Bug#9711).
13919
13920 2012-02-05 Chong Yidong <cyd@gnu.org>
13921
13922 * cus-edit.el (custom-variable-reset-backup): Quote the value
13923 before storing it in the customized-value property (Bug#6712).
13924 (custom-display): Add a customization type tag.
13925 (custom-buffer-create-internal): Improve tooltip message.
13926
13927 * wid-edit.el (widget-field-value-get): New optional arg to
13928 suppress trailing whitespace truncation.
13929 (character): Use it (Bug#2689).
13930
13931 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
13932
13933 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
13934 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
13935
13936 2012-02-05 Chong Yidong <cyd@gnu.org>
13937
13938 * cus-edit.el (custom-variable-value-create): For mismatched
13939 types, show the current value (Bug#7600).
13940
13941 * custom.el (defcustom): Doc fix.
13942
13943 2012-02-05 Glenn Morris <rgm@gnu.org>
13944
13945 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
13946
13947 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
13948
13949 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
13950 (pp-buffer): Use `ignore-errors', `looking-at-p'.
13951 (pp-last-sexp): Use `looking-at-p'.
13952
13953 2012-02-04 Glenn Morris <rgm@gnu.org>
13954
13955 * files.el (revert-buffer):
13956 Doc fix (mention revert-buffer-in-progress-p).
13957
13958 * emacs-lisp/ert-x.el (ert-simulate-command):
13959 Check deferred-action-list (which is obsolete) is bound.
13960
13961 * subr.el (with-wrapper-hook): Doc fixes.
13962
13963 * simple.el (filter-buffer-substring-functions)
13964 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
13965
13966 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
13967
13968 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
13969 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
13970
13971 2012-02-04 Leo Liu <sdl.web@gmail.com>
13972
13973 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
13974
13975 2012-02-04 Glenn Morris <rgm@gnu.org>
13976
13977 * image.el (image-extension-data): Add obsolete alias.
13978
13979 * isearch.el (isearch-update): Doc fix.
13980
13981 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
13982
13983 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
13984
13985 2012-02-03 Glenn Morris <rgm@gnu.org>
13986
13987 * image.el (image-animated-p): Doc fix. Use image-animated-types.
13988 (image-animate-timeout): Doc fix.
13989
13990 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
13991
13992 2012-02-02 Glenn Morris <rgm@gnu.org>
13993
13994 * server.el (server-auth-dir): Doc fix.
13995 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
13996
13997 * subr.el (run-mode-hooks): Doc fix.
13998
13999 2012-02-02 Juri Linkov <juri@jurta.org>
14000
14001 * image-mode.el (image-toggle-display-image): Remove tautological
14002 `major-mode' from the `derived-mode-p' test.
14003
14004 2012-02-02 Kenichi Handa <handa@m17n.org>
14005
14006 * composite.el (compose-region): Cancel previous change.
14007
14008 2012-02-02 Kenichi Handa <handa@m17n.org>
14009
14010 * composite.el (compose-region, compose-string): Signal error for
14011 a null string component (Bug#6988).
14012
14013 2012-02-01 Chong Yidong <cyd@gnu.org>
14014
14015 * view.el (view-buffer-other-window, view-buffer-other-frame):
14016 Handle special modes like view-buffer (Bug#10650).
14017 (view-buffer): Simplify.
14018
14019 * frame.el (set-frame-font): Tweak meaning of third argument.
14020
14021 * dynamic-setting.el (font-setting-change-default-font):
14022 Use set-frame-font (Bug#9982).
14023
14024 2012-02-01 Glenn Morris <rgm@gnu.org>
14025
14026 * progmodes/compile.el (compilation-internal-error-properties):
14027 Respect compilation-first-column in the "*compilation*" buffer.
14028
14029 * emacs-lisp/easy-mmode.el (define-minor-mode):
14030 Relax :variable's test for a named function.
14031
14032 2012-01-31 Alan Mackenzie <acm@muc.de>
14033
14034 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14035 off by one error.
14036
14037 2012-01-31 Chong Yidong <cyd@gnu.org>
14038
14039 * frame.el (set-frame-font): New arg ALL-FRAMES.
14040
14041 * menu-bar.el (menu-set-font): Use set-frame-font.
14042
14043 * faces.el (face-spec-reset-face): Don't apply unspecified
14044 attribute values to the default face.
14045
14046 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14047
14048 * progmodes/cwarn.el (cwarn): Remove dead link.
14049 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14050 Remove * from defcustom docstrings.
14051 (turn-on-cwarn-mode): Make obsolete.
14052 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14053 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14054
14055 2012-01-31 Glenn Morris <rgm@gnu.org>
14056
14057 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14058 Fix :variable handling of mode a symbol not equal to modefun.
14059 Allow named functions to be used as the cdr of :variable.
14060
14061 2012-01-30 Glenn Morris <rgm@gnu.org>
14062
14063 * emacs-lisp/authors.el (authors-fixed-entries):
14064 Remove reference to deleted file rnewspost.el.
14065
14066 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14067
14068 * window.el (window-with-parameter): Remove unused variable `windows'.
14069 (window--side-check): Remove unused variable `code'.
14070 (window--resize-siblings): Remove unused variable `first'.
14071 (adjust-window-trailing-edge): Remove unused variable `failed'.
14072 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14073 Use `let', not `let*'.
14074 (balance-windows-2): Remove unused variable `found'.
14075 (window--state-put-2): Remove unused variable `splits'.
14076 (window-state-put): Remove unused variable `selected'.
14077 (same-window-p): Use `string-match-p'.
14078 (display-buffer-assq-regexp): Remove unused variable `value'.
14079 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14080 Mark argument ALIST as ignored.
14081 (pop-to-buffer): Remove unused variable `old-window'.
14082
14083 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14084
14085 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14086 and .lzma compressed files.
14087
14088 2012-01-29 Chong Yidong <cyd@gnu.org>
14089
14090 * frame.el (window-system-default-frame-alist): Doc fix.
14091
14092 * dynamic-setting.el (font-setting-change-default-font): Don't
14093 change the default face if SET-FONT argument is non-nil (Bug#9982).
14094
14095 2012-01-29 Samuel Bronson <naesten@gmail.com>
14096
14097 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14098
14099 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14100
14101 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14102 breakpoints in files outside current directory (Bug#6098).
14103
14104 2012-01-29 Chong Yidong <cyd@gnu.org>
14105
14106 * progmodes/python.el: Require ansi-color at top-level.
14107
14108 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14109 Define and use in Emacs Lisp mode (Bug#9360).
14110 (lisp-mode-abbrev-table): Add doc.
14111 (lisp-mode-variables): Don't set local-abbrev-table.
14112 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14113
14114 2012-01-28 Roland Winkler <winkler@gnu.org>
14115
14116 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14117
14118 2012-01-28 Roland Winkler <winkler@gnu.org>
14119
14120 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14121 (bibtex-set-dialect): Use it. Either set global values of
14122 dialect-dependent variables or bind these variables buffer-locally
14123 (Bug#10254).
14124 (bibtex-mode): Call bibtex-set-dialect via
14125 hack-local-variables-hook.
14126 (bibtex-dialect): Update docstring.
14127 Add safe-local-variable predicate.
14128 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14129 bibtex-set-dialect.
14130 (bibtex-mode-map): Define menu for each dialect.
14131 (bibtex-entry): Fix docstring.
14132
14133 2012-01-28 Chong Yidong <cyd@gnu.org>
14134
14135 * eshell/esh-arg.el (eshell-quote-argument): New function.
14136
14137 * eshell/esh-ext.el (eshell-invoke-batch-file):
14138 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14139 first arg to eshell-parse-command (Bug#10523).
14140
14141 2012-01-28 Drew Adams <drew.adams@oracle.com>
14142
14143 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14144 `default-directory' is non-nil.
14145
14146 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14147
14148 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14149 line that displays system-configuration-options. (Bug#9924)
14150
14151 2012-01-28 Drew Adams <drew.adams@oracle.com>
14152
14153 * descr-text.el (describe-char): Show information about POS, in
14154 addition to information about the character at POS. Improve and
14155 update the doc string. Change "code point" to "code point in
14156 charset", to avoid confusion with the character's Unicode code
14157 point shown above that. (Bug#10129)
14158
14159 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14160
14161 * descr-text.el (describe-char): Show the raw character, not only
14162 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14163 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14164 for the reasons.
14165
14166 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14167
14168 * emacs-lisp/package.el (package-install):
14169 Run package-refresh-contents if there is no archive yet (Bug#9798).
14170
14171 2012-01-28 Chong Yidong <cyd@gnu.org>
14172
14173 * emacs-lisp/package.el (package-maybe-load-descriptor):
14174 New function, split from package-maybe-load-descriptor.
14175 (package-maybe-load-descriptor): Use it.
14176 (package-download-transaction): Fully load required packages
14177 inside the loop, so that `require' calls work (Bug#10593).
14178 (package-install): No need to call package-initialize now.
14179
14180 2012-01-28 Chong Yidong <cyd@gnu.org>
14181
14182 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14183
14184 * tooltip.el (tooltip-mode): Doc fix.
14185 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14186
14187 * frame.el (set-cursor-color): Doc fix (Bug#352).
14188
14189 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14190 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14191
14192 * cus-edit.el (custom-buffer-create-internal): Fix search button
14193 action (Bug#10542).
14194 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14195
14196 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14197
14198 * dired.el (dired-mark-files-regexp):
14199 Include any subdirectory components. (Bug#10445)
14200
14201 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14202
14203 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14204 Handle [host]:port syntax. (Bug#10533)
14205
14206 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14207
14208 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14209
14210 2012-01-26 Glenn Morris <rgm@gnu.org>
14211
14212 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14213 * term.el (term-raw-escape-map): Use Control-X-prefix.
14214 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14215
14216 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14217
14218 * window.el (window-state-get, window--state-get-1): Don't deal
14219 with fixed-sizeness of windows. Simplify code.
14220
14221 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14222
14223 * window.el (window--state-get-1, window--state-put-2):
14224 Don't save and restore the mark.
14225
14226 2012-01-25 Chong Yidong <cyd@gnu.org>
14227
14228 * custom.el (custom-variable-p): Doc fix.
14229
14230 2012-01-25 Glenn Morris <rgm@gnu.org>
14231
14232 * dired.el (dired-goto-file): Handle some of the more common
14233 characters that `ls -b' escapes. (Bug#10596)
14234
14235 * progmodes/compile.el (compilation-next-error-function):
14236 Respect compilation-first-column in the "*compilation*" buffer.
14237 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14238
14239 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14240
14241 2012-01-24 Glenn Morris <rgm@gnu.org>
14242
14243 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14244
14245 2012-01-24 Julien Danjou <julien@danjou.info>
14246
14247 * color.el (color-rgb-to-hsl): Fix value computing.
14248 (color-hue-to-rgb): New function.
14249 (color-hsl-to-rgb): New function.
14250 (color-clamp, color-saturate-hsl, color-saturate-name)
14251 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14252 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14253
14254 2012-01-24 Glenn Morris <rgm@gnu.org>
14255
14256 * vc/vc-rcs.el (vc-rcs-create-tag):
14257 * vc/vc-sccs.el (vc-sccs-create-tag):
14258 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14259
14260 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14261
14262 * eshell/esh-util.el (eshell-read-hosts-file):
14263 Skip comment lines. (Bug#10549)
14264
14265 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14266
14267 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14268
14269 * subr.el (display-delayed-warnings): Doc fix.
14270 (collapse-delayed-warnings): New function to collapse identical
14271 adjacent warnings.
14272 (delayed-warnings-hook): Add it.
14273
14274 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14275
14276 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14277
14278 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14279 (tramp-default-user-alist): Don't add "pscp".
14280 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14281 property "login-as", if set. (Bug#10530)
14282
14283 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14284
14285 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14286 "plink1" and "psftp". (Bug#10530)
14287
14288 2012-01-21 Kenichi Handa <handa@m17n.org>
14289
14290 * international/mule-cmds.el (prefer-coding-system): Show a
14291 warning message if the default value of file-name-coding-system
14292 was not changed.
14293
14294 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14295
14296 * windmove.el (windmove-reference-loc):
14297 Fix windmove-reference-loc miscalculation.
14298
14299 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14300
14301 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14302 default unit.
14303
14304 2012-01-21 Glenn Morris <rgm@gnu.org>
14305
14306 * international/mule.el (auto-coding-alist): Add .tbz.
14307
14308 * files.el (local-enable-local-variables): Doc fix.
14309 (inhibit-local-variables-regexps): Rename from
14310 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14311 Doc fix. Add some extensions from auto-coding-alist.
14312 (inhibit-local-variables-suffixes):
14313 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14314 (inhibit-local-variables-p):
14315 New function, extracted from set-auto-mode-1.
14316 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14317 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14318 (hack-local-variables): Doc fix. Make the mode-only case
14319 respect enable-local-variables and friends.
14320 Respect inhibit-local-variables-regexps for file-locals, but
14321 not for directory-locals.
14322 (set-visited-file-name):
14323 Take account of inhibit-local-variables-regexps.
14324 Whether it applies may change as the file name is changed.
14325 * jka-cmpr-hook.el (jka-compr-install):
14326 * jka-compr.el (jka-compr-uninstall):
14327 Update for inhibit-first-line-modes-suffixes name change.
14328
14329 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14330
14331 * help-macro.el (make-help-screen): Temporarily restore original
14332 binding for minor-mode-map-alist (Bug#10454).
14333
14334 2012-01-19 Julien Danjou <julien@danjou.info>
14335
14336 * color.el (color-name-to-rgb): Use the white color to find the max
14337 color component value and return correctly computed values.
14338 (color-name-to-rgb): Add missing float conversion for max value.
14339
14340 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14341
14342 * window.el (window--state-get-1, window-state-get): Do not use
14343 special state value for window-persistent-parameters.
14344 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14345 (window--state-put-2): Reset all window parameters to nil before
14346 assigning values of persistent parameters.
14347
14348 2012-01-18 Alan Mackenzie <acm@muc.de>
14349
14350 Eliminate sluggishness and hangs in fontification of "semicolon
14351 deserts".
14352
14353 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14354 Change value 10000 -> 3000.
14355 (c-state-safe-place): Reformulate so it doesn't stack up an
14356 infinite number of wrong entries in c-state-nonlit-pos-cache.
14357 (c-determine-limit-get-base, c-determine-limit): New functions to
14358 determine backward search limits disregarding literals.
14359 (c-find-decl-spots): Amend commenting.
14360 (c-cheap-inside-bracelist-p): New function which detects "={".
14361
14362 * progmodes/cc-fonts.el
14363 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14364 backward search.
14365 (c-font-lock-declarations): Fix an occurrence of point being
14366 undefined. Check additionally for point being in a bracelist or
14367 near a macro invocation without a semicolon so as to avoid a
14368 fruitless time consuming search for a declarator. Give a more
14369 precise search limit for declarators using the new
14370 c-determine-limit.
14371
14372 2012-01-18 Glenn Morris <rgm@gnu.org>
14373
14374 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14375 (set-auto-mode): Doc fixes.
14376
14377 2012-01-17 Glenn Morris <rgm@gnu.org>
14378
14379 * isearch.el (search-nonincremental-instead): Fix doc typo.
14380
14381 * dired.el (dired-insert-directory): Handle newlines in directory name.
14382 (dired-build-subdir-alist): Unescape newlines in directory name.
14383
14384 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14385
14386 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14387 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14388 (tramp-action-terminal): Use it. (Bug#10530)
14389
14390 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14393
14394 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14395
14396 * window.el (window-state-ignored-parameters): Remove variable.
14397 (window--state-get-1): Rename argument MARKERS to IGNORE.
14398 Handle persistent window parameters. Make copy of clone-of
14399 parameter only if requested. (Bug#10348)
14400 (window--state-put-2): Install a window parameter only if it has
14401 a non-nil value or an existing parameter shall be overwritten.
14402
14403 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14404
14405 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14406
14407 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14408
14409 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14410 don't pass the (nil) value of `upnode' to string-match.
14411
14412 2012-01-14 Chong Yidong <cyd@gnu.org>
14413
14414 * startup.el (command-line): Fix X resource class for cursorColor.
14415 Fix values recognized by the cursorBlink resource.
14416
14417 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14418
14419 * epg.el (epg--make-temp-file): Avoid permission race condition
14420 when running on old Emacs versions (bug#10403).
14421
14422 2012-01-14 Glenn Morris <rgm@gnu.org>
14423
14424 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14425
14426 2012-01-13 Alan Mackenzie <acm@muc.de>
14427
14428 Fix filling for when filladapt mode is enabled.
14429
14430 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14431 c-mask-paragraph, pass in `fill-paragraph' rather than
14432 `fill-region-as-paragraph'. (This is a reversion of a previous
14433 change.)
14434 * progmodes/cc-mode.el (c-basic-common-init):
14435 Make fill-paragraph-handle-comment buffer local and set it to nil.
14436
14437 2012-01-13 Glenn Morris <rgm@gnu.org>
14438
14439 * dired.el (dired-switches-escape-p): New function.
14440 (dired-insert-directory): Use dired-switches-escape-p.
14441 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14442
14443 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14444
14445 2012-01-12 Glenn Morris <rgm@gnu.org>
14446
14447 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14448 changes in adaptive-fill-regexp. (Bug#10276)
14449
14450 2012-01-11 Alan Mackenzie <acm@muc.de>
14451
14452 Fix Emacs bug #10463 - put `widen's around the critical spots.
14453
14454 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14455 widen around each invocation of c-state-pp-to-literal. Remove an
14456 unused let variable.
14457
14458 2012-01-11 Glenn Morris <rgm@gnu.org>
14459
14460 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14461 Doc fix.
14462
14463 2012-01-10 Chong Yidong <cyd@gnu.org>
14464
14465 * net/network-stream.el (network-stream-open-starttls):
14466 Avoid emitting a confusing error message when the server gives a bad
14467 response to the capability command.
14468
14469 2012-01-10 Glenn Morris <rgm@gnu.org>
14470
14471 * mail/unrmail.el (unrmail): Tweak previous change.
14472
14473 2012-01-09 Chong Yidong <cyd@gnu.org>
14474
14475 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14476
14477 2012-01-08 Alan Mackenzie <acm@muc.de>
14478
14479 Optimize font locking in long enum definitions.
14480
14481 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14482 arm to a cond form to handle enums.
14483 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14484 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14485
14486 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14487
14488 * files.el (move-file-to-trash): Preserve default file modes on error.
14489 (Bug#10401)
14490
14491 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14492
14493 * faces.el (set-face-attribute): Clarify the meaning of the nil
14494 frame (bug#10294).
14495
14496 * subr.el (with-selected-frame): Mention that the selected frame
14497 is restored (bug#9980).
14498
14499 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14500 (bug#9759).
14501
14502 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14503 (password-read): Don't autoload unused function.
14504
14505 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14506
14507 * progmodes/which-func.el (which-func-mode): Turn into a
14508 non-interactive function and mark as obsolete (bug#10428).
14509
14510 2012-01-06 Chong Yidong <cyd@gnu.org>
14511
14512 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14513 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14514 functions, along with 1 and -1.
14515
14516 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14517
14518 * time.el (display-time-load-average)
14519 (display-time-default-load-average): Doc fixes. See the thread
14520 starting at
14521 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14522 for the details.
14523
14524 2012-01-06 Glenn Morris <rgm@gnu.org>
14525
14526 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14527 has no messages. (Bug#10377)
14528
14529 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14530 than Info-edit. (Bug#10385)
14531
14532 * time.el (display-time-load-average, display-time-next-load-average):
14533 Doc fixes.
14534
14535 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14536 local setting of buffer-read-only to the input buffer. (Bug#10419)
14537
14538 * calendar/calendar.el (calendar-mode):
14539 Locally set scroll-margin to 0. (Bug#10379)
14540
14541 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14542
14543 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14544
14545 2012-01-05 Glenn Morris <rgm@gnu.org>
14546
14547 * eshell/em-unix.el (diff-no-select): Autoload it.
14548 (eshell/diff): Use diff-no-select. (Bug#10420)
14549
14550 2012-01-05 Chong Yidong <cyd@gnu.org>
14551
14552 * shell.el (shell-dynamic-complete-functions): Revert last change.
14553 (shell-command-completion-function): New function.
14554 (shell-completion-vars): Use it to implement
14555 shell-completion-execonly (Bug#10417).
14556
14557 * custom.el (enable-theme): Don't set custom-safe-themes.
14558
14559 * cus-theme.el (custom-theme-merge-theme):
14560 Ignore custom-enabled-themes and custom-safe-themes.
14561
14562 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14563
14564 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14565 first prompt in `sql-interacive-mode'.
14566 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14567 keywords.
14568 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14569 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14570 context of original buffer. Invoke `sql-login-hook'.
14571
14572 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14573
14574 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14575 letters in cite-prefix.
14576
14577 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14578
14579 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14580
14581 2012-01-03 Chong Yidong <cyd@gnu.org>
14582
14583 * shell.el (shell-dynamic-complete-functions):
14584 Put pcomplete-completions-at-point, so as to try
14585 comint-filename-completion first (Bug#10417).
14586
14587 2012-01-02 Richard Stallman <rms@gnu.org>
14588
14589 * battery.el (battery-status-function):
14590 Detect when to use battery-yeeloong-sysfs.
14591 (battery-echo-area-format): Add string for Yeeloong.
14592 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14593 (battery-yeeloong-sysfs): New function.
14594
14595 2012-01-02 Chong Yidong <cyd@gnu.org>
14596
14597 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14598 (dirtrack): Merge code for handling relative filenames in prompt
14599 from shell-dir-cookie-watcher.
14600 (dirtrack-debug-message): New arg to avoid excess format calls.
14601
14602 * shell.el (shell-dir-cookie-re): Variable deleted.
14603 (shell-dir-cookie-watcher): Function deleted.
14604 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14605 with dirtrack-mode.
14606
14607 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14608
14609 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14610 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14611 libgnutls-26.dll.
14612
14613 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14614
14615 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14616
14617 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14618
14619 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14620 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14621
14622 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14623
14624 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14625 also for alternative shells.
14626 (tramp-open-connection-setup-interactive-shell): Check, whether
14627 the shell is a busybox.
14628 (tramp-send-command): Don't suppress multiple prompts for
14629 busyboxes, it hurts.
14630
14631 2011-12-28 Chong Yidong <cyd@gnu.org>
14632
14633 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14634 (gdb-get-source-file): Move mode line update to
14635 gdb-get-source-file (Bug#10087).
14636
14637 2011-12-25 Chong Yidong <cyd@gnu.org>
14638
14639 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14640 gud-gdb-marker-filter without taking it as an argument.
14641 (gud-gdb-run-command-fetch-lines): Caller changed.
14642 (gud-gdb-completion-function): New variable.
14643 (gud-gdb-completion-at-point): Use it.
14644 (gud-gdb-completions-1): Split from gud-gdb-completions.
14645
14646 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14647 function as separate arguments.
14648 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14649 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14650 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14651 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14652 (gdb-stopped, def-gdb-auto-update-trigger)
14653 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14654 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14655 Callers changed.
14656 (gud-gdbmi-completions): New function.
14657 (gdb): Use it for generating the completion table.
14658
14659 2011-12-24 Alan Mackenzie <acm@muc.de>
14660
14661 Introduce a mechanism to widen the region used in context font
14662 locking. Use this to protect declarations from losing their contexts.
14663
14664 * progmodes/cc-langs.el (c-before-font-lock-functions):
14665 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14666 (c-before-context-fontification-functions): New defvar, a list of
14667 functions to be run just before context (etc.) font locking.
14668
14669 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14670 New, functionality extracted from
14671 c-neutralize-syntax-in-and-mark-CPP.
14672 (c-in-after-change-fontification): New variable.
14673 (c-after-change): Set c-in-after-change-fontification.
14674 (c-set-fl-decl-start): Rejig its interface, so it can be called
14675 from both after-change and context fontifying.
14676 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14677 New functions.
14678 (c-standard-font-lock-fontify-region-function): New variable.
14679 (c-font-lock-fontify-region): New function.
14680
14681 2011-12-24 Juri Linkov <juri@jurta.org>
14682
14683 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14684 (Bug#10348)
14685
14686 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14687
14688 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14689 existence of source file. (Bug#10325)
14690
14691 2011-12-23 Alan Mackenzie <acm@muc.de>
14692
14693 Fix unstable fontification inside templates.
14694
14695 * progmodes/cc-langs.el (c-before-font-lock-functions):
14696 Newly created from the singular version. The (c c++ objc) entry now
14697 additionally has c-set-fl-decl-start. The other languages (apart
14698 from AWK) have that as a single entry.
14699
14700 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14701 The functionality for "local" declarations has been extracted to
14702 c-set-fl-decl-start.
14703
14704 * progmodes/cc-mode.el (c-common-init, c-after-change):
14705 Changes due to pluralisation of c-before-font-lock-functions.
14706 (c-set-fl-decl-start): New function, extracted from
14707 c-font-lock-enclosing-decls and enhanced.
14708
14709 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14710
14711 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14712
14713 2011-12-22 Juri Linkov <juri@jurta.org>
14714
14715 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14716
14717 2011-12-22 Chong Yidong <cyd@gnu.org>
14718
14719 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14720
14721 2011-12-21 Drew Adams <drew.adams@oracle.com>
14722
14723 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14724
14725 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14726
14727 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14728
14729 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14730
14731 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14732 highlighting and support. Fix up comments for capitalization.
14733 (cfengine-mode-debug): New var.
14734 (cfengine3-mode): Change the modeline indicator to "CFE3".
14735 (cfengine3-font-lock-keywords): Improve defun highlighting.
14736 (cfengine2-actions): Rename from `cfengine-actions'.
14737 (cfengine2-font-lock-keywords): Rename from
14738 `cfengine-font-lock-keywords'.
14739 (cfengine2-imenu-expression): Rename from
14740 `cfengine-imenu-expression'.
14741 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14742 (cfengine2-beginning-of-defun): Rename from
14743 `cfengine-beginning-of-defun'.
14744 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14745 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14746 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14747 modeline indicator to "CFE2".
14748 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14749 (cfengine-mode-abbrevs): Mark obsolete.
14750
14751 2011-12-21 Chong Yidong <cyd@gnu.org>
14752
14753 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14754 filename argument.
14755
14756 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14757
14758 * window.el (window-normalize-buffer-to-display): Remove.
14759 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14760
14761 2011-12-19 Chong Yidong <cyd@gnu.org>
14762
14763 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14764 Don't signal an error in a predicate function; return non-nil.
14765 (vc-dir-mark-file): Move the error here.
14766 (vc-dir-mark-unmark): If acting on the region, keep going if one
14767 of the entries cannot be marked/unmarked.
14768 (vc-dir-mark-all-files): If current entry is a directory, mark
14769 only child files, as documented.
14770
14771 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14772
14773 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14774 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14775 addition.
14776
14777 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14778
14779 * term/ns-win.el (ns-get-selection-internal)
14780 (ns-store-selection-internal): Declare.
14781 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14782 Declare as obsolete.
14783 (ns-get-pasteboard, ns-paste-secondary):
14784 Use ns-get-selection-internal.
14785 (ns-set-pasteboard, ns-copy-including-secondary):
14786 Use ns-store-selection-internal.
14787
14788 2011-12-17 Chong Yidong <cyd@gnu.org>
14789
14790 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14791 (vc-deduce-fileset): Doc fix.
14792
14793 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14794
14795 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14796
14797 2011-12-13 Sam Steingold <sds@gnu.org>
14798
14799 * man.el (Man-getpage-in-background): When running under a
14800 window-system, ignore $MANWIDTH and $COLUMNS.
14801
14802 2011-12-15 Kenichi Handa <handa@m17n.org>
14803
14804 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14805 (setup-ethiopic-environment-internal): Comment out key-binding for
14806 ethio-toggle-punctuation.
14807
14808 2011-12-13 Alan Mackenzie <acm@muc.de>
14809
14810 Add the switch statement to AWK Mode.
14811
14812 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14813 "default" to the keywords regexp.
14814
14815 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14816 expression as the rest.
14817 (c-nonlabel-token-key): Allow string literals for AWK.
14818 Refactor for the other modes.
14819
14820 Large brace-block initialisation makes CC Mode slow: Fix.
14821 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14822 routines. Limit backward searching in c-font-lock-enclosing.decl.
14823
14824 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14825 pp-state and literal type in addition to the limits.
14826 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14827 (c-state-literal-at): Use the above new defun.
14828 (c-slow-in-literal, c-fast-in-literal): Remove.
14829 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14830
14831 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14832 being in a literal. Add a limit for backward searching.
14833
14834 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14835 c-slow-in-literal.
14836
14837 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14838
14839 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14840
14841 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14842
14843 * window.el (delete-other-windows): Use correct frame in call to
14844 window-with-parameter.
14845
14846 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14847
14848 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14849 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14850 (makefile-gmake-statements, makefile-makepp-statements):
14851 Use it and add new makepp keywords.
14852 (makefile-makepp-font-lock-keywords): Add new patterns.
14853 (makefile-match-function-end): Match new [...] and [[...]].
14854
14855 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14856
14857 * ses.el (ses-call-printer-return, ses-cell-property-get)
14858 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14859 (ses-create-cell-variable, ses-reset-header-string)
14860 (ses-cell-set-formula, ses-repair-cell-reference-all)
14861 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14862 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14863 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14864 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14865 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14866 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14867 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14868 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14869 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14870 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14871 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14872 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14873
14874 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14875
14876 * ses.el: The overall change is to add cell renaming, that is
14877 setting fancy names for cell symbols other than name matching
14878 "\\`[A-Z]+[0-9]+\\'" regexp .
14879 (ses-create-cell-variable): New defun.
14880 (ses-relocate-formula): Relocate formulas only for cells the
14881 symbols of which are not renamed, i.e. symbols whose names do not
14882 match regexp "\\`[A-Z]+[0-9]+\\'".
14883 (ses-relocate-all): Relocate values only for cells the symbols of
14884 which are not renamed.
14885 (ses-load): Create cells variables as the (ses-cell ...) are read,
14886 in order to check row col consistency with cell symbol name only
14887 for cells that are not renamed.
14888 (ses-replace-name-in-formula): New defun.
14889 (ses-rename-cell): New defun.
14890
14891 2011-12-11 Chong Yidong <cyd@gnu.org>
14892
14893 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14894 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14895
14896 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14897
14898 * window.el (other-window): Fix docstring.
14899
14900 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14901
14902 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14903 `from' or `to' address before taking its substring.
14904 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14905 encoded name is chopped in the middle of the encoded string, and
14906 thus displayed encoded.
14907
14908 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14909
14910 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14911
14912 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14913
14914 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14915 to use texinfo-update-node and commands that call it if the
14916 Texinfo file uses @node lines without next/prev/up pointers.
14917 Correct outdated description about texinfo-master-menu.
14918 (texinfo-all-menus-update, texinfo-master-menu)
14919 (texinfo-update-node, texinfo-every-node-update)
14920 (texinfo-multiple-files-update): Doc fix. Warn against updating
14921 all the @node lines.
14922 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14923 argument is numeric. Explain better in the doc string what the
14924 function really does.
14925 (texinfo-insert-master-menu-list): Improve the error message
14926 displayed if there's no menu in the Top node.
14927 (Bug#2975) See also this thread:
14928 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
14929
14930 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
14931
14932 * speedbar.el (speedbar-supported-extension-expressions):
14933 Add .adb and .ads, commonly used for Ada source code (bug#10256).
14934
14935 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
14936
14937 * printing.el (pr-mode-alist):
14938 * simple.el (filter-buffer-substring-functions)
14939 (completion-list-insert-choice-function):
14940 * window.el (window-with-parameter, window-atom-root)
14941 (window-sides-slots, window-size-fixed, window-min-delta)
14942 (window-max-delta, window--resize-mini-window)
14943 (window--resize-child-windows-normal, window-tree)
14944 (delete-other-windows, quit-window, split-window)
14945 (display-buffer-record-window, special-display-buffer-names)
14946 (special-display-regexps, special-display-popup-frame)
14947 (same-window-p, split-window-sensibly)
14948 (display-buffer-overriding-action, display-buffer-alist)
14949 (display-buffer-base-action, display-buffer, switch-to-buffer)
14950 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
14951 (fit-window-to-buffer, recenter-positions)
14952 (mouse-autoselect-window-state, mouse-autoselect-window-select):
14953 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
14954 and remove unneeded backslashes in docstrings.
14955
14956 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
14959
14960 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
14961 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
14962 end in ".mk".
14963 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
14964 when reading the makefile (bug#10116).
14965
14966 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
14969 (bug#10116).
14970
14971 2011-12-06 Glenn Morris <rgm@gnu.org>
14972
14973 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
14974
14975 2011-12-06 Chong Yidong <cyd@gnu.org>
14976
14977 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
14978
14979 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
14980
14981 * textmodes/table.el (table-shorten-cell): Fix typo.
14982
14983 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
14984
14985 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
14986
14987 2011-12-05 Eli Zaretskii <eliz@gnu.org>
14988
14989 * descr-text.el (describe-char): Fix display of strong
14990 right-to-left characters and directional embeddings and overrides.
14991
14992 * simple.el (what-cursor-position): Fix display of codepoints of
14993 strong right-to-left characters.
14994
14995 2011-12-05 Chong Yidong <cyd@gnu.org>
14996
14997 * faces.el (read-color): Doc fix.
14998
14999 2011-12-05 Glenn Morris <rgm@gnu.org>
15000
15001 * align.el (align--set-marker): Add doc-string.
15002 Don't try to move something that is not a marker. (Bug#10216)
15003
15004 2011-12-04 Glenn Morris <rgm@gnu.org>
15005
15006 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15007 overly zealous deletion of trailing whitespace.
15008
15009 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15010
15011 * server.el (server-delete-client): On Windows, do not try to delete
15012 the only terminal.
15013 (server-process-filter): On Windows, treat requests for a tty frame as
15014 if they were for a GUI frame if the running server is in GUI mode.
15015
15016 2011-12-03 Glenn Morris <rgm@gnu.org>
15017
15018 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15019
15020 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15021
15022 * electric.el: Streamline electric-indent's hook.
15023 (electric-indent-chars): Revert to simple list.
15024 (electric-indent-functions): New var.
15025 (electric-indent-post-self-insert-function): Use it.
15026
15027 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15028 there's no inferior buffer (bug#10196).
15029 (prolog-consult-compile): Don't use toggle-read-only.
15030
15031 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15032
15033 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15034 interrupt. (Bug#10187)
15035
15036 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15039 (bug#9160).
15040
15041 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15042 (bug#10191).
15043
15044 2011-12-02 Juri Linkov <juri@jurta.org>
15045
15046 * info.el (Info-search): Display "end of manual" when Isearch
15047 reaches the end of single-file Info manual. (Bug#9918)
15048
15049 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15050
15051 * isearch.el (isearch-message-prefix): Run the input method part
15052 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15053
15054 2011-12-02 Juri Linkov <juri@jurta.org>
15055
15056 * isearch.el (isearch-occur): Use `word-search-regexp' for
15057 `isearch-word'.
15058 (isearch-search-and-update): Add condition for `isearch-word' and
15059 call `word-search-regexp'. (Bug#10145)
15060
15061 2011-12-01 Glenn Morris <rgm@gnu.org>
15062
15063 * eshell/em-hist.el (eshell-hist-initialize):
15064 Handle eshell-history-size nil and HISTSIZE set or unset.
15065 (eshell-history-file-name, eshell-history-size): Fix custom type.
15066
15067 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15068
15069 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15070
15071 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15072
15073 * progmodes/verilog-mode.el (verilog-pretty-expr):
15074 Rework verilog-pretty-expr to handle new assignment operators in system
15075 verilog, such as += *= and the like.
15076 (verilog-assignment-operator-re): Regular expression to find the
15077 assigment operator in a verilog assignment.
15078 (verilog-assignment-operation-re): Regular expression to find an
15079 assignment statement for pretty-expr.
15080 (verilog-in-attribute-p): Query returns true if point is in an
15081 attribute context; used to skip these for expression line up from
15082 pretty-expr.
15083 (verilog-in-parameter-p): Query returns true if point is in an
15084 parameter definition context; used to skip these for expression
15085 line up from pretty-expr.
15086 (verilog-in-parenthesis-p): Query returns true if point is in a
15087 parenthetical expression, specifically ( ) but not [ ] or { };
15088 used by pretty-expr.
15089 (verilog-just-one-space): If there is no space, don't add one.
15090 (verilog-get-lineup-indent-2): Specifically skip just attribute
15091 contexts for expression lineup, rather than skipping all
15092 parenthetical expressions.
15093 (verilog-calculate-indent): Fix comment, and fix indent.
15094 (verilog-do-indent): Indent declarations in lists (suggested by
15095 Joachim Lechner).
15096 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15097 skeleton items.
15098 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15099 by Alain Mellan).
15100
15101 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15102
15103 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15104 parameters with embedded comments. Reported by Ray Stevens.
15105 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15106 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15107 Reported by Tim Holt.
15108 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15109 instantiated by upper module causing wrong expansion until AUTOed a
15110 second time. Reported by K C Buckenmaier.
15111 (verilog-diff-auto): Fix showing .* as a difference when
15112 `verilog-auto-star-save' off. Reported by Dan Dever.
15113 (verilog-auto-reset, verilog-read-always-signals)
15114 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15115 temporary signals in reset list if
15116 verilog-auto-reset-blocking-in-non is nil, and match assignment
15117 style to each signal's assignment type, bug381.
15118 Reported by Thomas Esposito.
15119 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15120 (verilog-uvm-statement-re): Support UVM indentation and
15121 highlighting, with old OVM keywords only.
15122 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15123 Support AUTOTIEOFF creating non-wire data types.
15124 Suggested by Jonathan Greenlaw.
15125 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15126 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15127 (verilog-inject-sense, verilog-read-inst-pins)
15128 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15129 Fix mismatching parenthesis inside commented out code when deleting
15130 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15131 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15132 non-numeric vector width. Reported by Alex Reed.
15133 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15134 detecting signals with parameter widths. Reported by Alex Reed.
15135 (verilog-auto-delete-trailing-whitespace):
15136 With `verilog-auto-delete-trailing-whitespace' remove trailing
15137 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15138 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15139 Fix verilog-scan-cache corruption when running user AUTO expansion
15140 hooks that call indentation routines.
15141 (verilog-simplify-range-expression): Fix typo ignoring lower case
15142 identifiers.
15143 (verilog-delete-auto): Fix delete-autos to also remove user created
15144 automatics, as long as they start with AUTO.
15145 (verilog-batch-diff-auto, verilog-diff-auto)
15146 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15147 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15148 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15149 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15150 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15151 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15152 is disabled and its cache will get corrupt, causing AUTOS not to
15153 expand. Instead use only -quick functions.
15154 (verilog-scan-region): Fix scanning over escaped quotes.
15155 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15156 (verilog-re-search-backward-quick)
15157 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15158 related functions now ignore strings, to fix misparsing of strings
15159 with magic comments embedded in them.
15160 (verilog-read-auto-template):
15161 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15162 Reported by Brad Dobbie.
15163 (verilog-read-auto-template):
15164 Fix 'verilog-auto-inst-template-numbers' with comments.
15165 Reported by Brad Dobbie.
15166 (verilog-auto-inst, verilog-auto-inst-param)
15167 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15168 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15169 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15170 debugging templates without merge conflicts, bug357.
15171 Reported by Brad Dobbie.
15172 (verilog-read-auto-template):
15173 Fix verilog-auto-inst-template-numbers with multiple templates.
15174 Reported by Brad Dobbie.
15175 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15176 abbrevs so user won't be asked to save.
15177 (verilog-read-auto-lisp-present): Fix to start at beginning of
15178 buffer in case called outside of verilog-auto.
15179 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15180 to "X-2". Reported by Matthew Myers.
15181 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15182 all inputs from module templates. Reported by Leith Johnson.
15183 (verilog-module-inside-filename-p): Fix locating programs as with
15184 modules.
15185 (verilog-auto-inst-port): Fix vl-width expressions when using
15186 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15187 (verilog-decls-get-regs, verilog-decls-get-signals,
15188 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15189 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15190 verilog-read-decls): Combine reg and wire structures into one var
15191 structure to represent SystemVerilog concepts.
15192 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15193 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15194 (verilog-auto-wire-type, verilog-insert-definition):
15195 Add verilog-auto-wire-type and AUTOLOGIC to support using
15196 SystemVerilog "logic" keyword instead of "wire"/"reg".
15197 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15198 to declares outputs that also have assignments (presumably in an
15199 ifdef or generate if so there's not a driver conflict).
15200 Reported by Matthew Myers.
15201 (verilog-auto-declare-nettype, verilog-insert-definition):
15202 Add verilog-auto-declare-nettype to fix declarations using
15203 `default_nettype none. Reported by Julian Gorfajn.
15204 (verilog-read-always-signals-recurse, verilog-read-decls)
15205 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15206 malformed end statement, bug325. Reported by Joshua Wise and
15207 Andrew Drake.
15208 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15209 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15210 when expanding .* in interfaces, bug320.
15211 Reported by Pierre-David Pfister.
15212 (verilog-read-module-name): Fix import statements between module
15213 name and open parenthesis, bug317.
15214 Reported by Pierre-David Pfister.
15215 (verilog-simplify-range-expression): Fix simplification of
15216 multiplications inside AUTOWIRE connections, bug303.
15217 (verilog-auto-inst-port): Support parameter expansion in
15218 multidimensional arrays.
15219 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15220 after "assert property". Reported by Julian Gorfajn.
15221 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15222 with multiplication, bug303.
15223 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15224 Reported by Jan Frode Lonnum.
15225
15226 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15227
15228 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15229 (hfy-shell-file-name, hfy-shell):
15230 * international/fontset.el (x-decompose-font-name): Fix typos.
15231
15232 2011-11-29 Ken Brown <kbrown@cornell.edu>
15233
15234 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15235 (gdb-version): Remove defvar.
15236 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15237 (gdb-gud-context-command, gdb-non-stop-handler)
15238 (gdb-current-context-command, gdb-stopped): Use it.
15239 (gdb-init-1): Enable pretty printing here.
15240 (gdb-non-stop-handler): Don't enable pretty-printing here.
15241 Check to see if the target supports non-stop mode; if not, turn off
15242 non-stop mode. Use the following.
15243 (gdb-check-target-async): New defun.
15244 (gud-watch, gdb-stopped): Fix whitespace.
15245 (gdb-get-source-file): Don't try to display the source file if
15246 `gdb-main-file' is nil.
15247
15248 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15249
15250 * align.el: Try to generate fewer markers (bug#10047).
15251 (align--set-marker): New macro.
15252 (align-region): Use it.
15253
15254 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15255
15256 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15257
15258 2011-11-29 Chong Yidong <cyd@gnu.org>
15259
15260 * indent.el (indent-for-tab-command, indent-according-to-mode):
15261 Doc fix.
15262 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15263
15264 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15265
15266 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15267 aware of remote file names. (Bug#10124)
15268
15269 2011-11-29 Chong Yidong <cyd@gnu.org>
15270
15271 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15272
15273 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15274
15275 * files.el (find-file): Don't use force-same-window (bug#10144).
15276 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15277 use pop-to-buffer if the selected window can't be used.
15278 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15279
15280 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15281
15282 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15283 special-mode-map.
15284
15285 2011-11-28 Chong Yidong <cyd@gnu.org>
15286
15287 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15288
15289 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15290
15291 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15292 gdb-get-source-file-list on gdb-create-source-file-list.
15293
15294 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15295
15296 * whitespace.el (whitespace-newline): Use a different foreground
15297 color for 16-color light-background displays.
15298
15299 2011-11-24 Chong Yidong <cyd@gnu.org>
15300
15301 * window.el (display-buffer--special-action): Doc fix.
15302
15303 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15304
15305 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15306 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15307 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15308 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15309 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15310 (avl-tree-stack-first):
15311 * emacs-lisp/cconv.el (cconv--analyse-use):
15312 * net/gnutls.el (gnutls-negotiate): Fix typos.
15313
15314 2011-11-24 Glenn Morris <rgm@gnu.org>
15315
15316 * lpr.el (lpr-windows-system, lpr-lp-system):
15317 * mail/binhex.el (binhex-begin-line):
15318 * progmodes/grep.el (grep-history, grep-find-history):
15319 * textmodes/flyspell.el:
15320 * vc/pcvs-defs.el (cvs-global-menu):
15321 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15322 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15323 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15324
15325 * net/tls.el: Fix case of "GnuTLS".
15326
15327 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15328
15329 * version.el (emacs-build-system): Give it a doc-string.
15330
15331 2011-11-24 Juri Linkov <juri@jurta.org>
15332
15333 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15334
15335 2011-11-24 Glenn Morris <rgm@gnu.org>
15336
15337 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15338 if called on a non-mime message just toggle the headers. (Bug#8006)
15339
15340 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15341
15342 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15343 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15344 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15345 (allout-rebullet-heading, allout-open-sibtopic)
15346 (allout-toggle-current-subtree-encryption)
15347 (allout-toggle-subtree-encryption, allout-encrypt-string)
15348 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15349 (allout-distinctive-bullets-string, allout-auto-activation):
15350 * window.el (window-normalize-buffer-to-display):
15351 * progmodes/verilog-mode.el (verilog-batch-indent):
15352 * textmodes/bibtex.el (bibtex-field-braces-opt)
15353 (bibtex-field-strings-opt):
15354 * vc/cvs-status.el (cvs-tree-merge):
15355 Fix typos.
15356
15357 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15358
15359 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15360 `non-essential' to t, in order to avoid remote connections.
15361
15362 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15363
15364 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15365 On MS-DOS and MS-Windows, compare with loaddefs.el
15366 case-insensitively.
15367
15368 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15369
15370 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15371
15372 2011-11-23 Glenn Morris <rgm@gnu.org>
15373
15374 * paths.el (rmail-file-name): Reformat the doc-string so that it
15375 is picked up.
15376
15377 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15378 (rmail-auto-file): Ignore case in the "special" field names,
15379 as mail-fetch-field does for all others.
15380
15381 * mail/rmail.el (rmail-forward):
15382 * mail/rmailkwd.el (rmail-set-label):
15383 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15384 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15385
15386 * mail/rmail.el (rmail-current-message): Doc fix.
15387
15388 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15389
15390 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15391
15392 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15393
15394 2011-11-22 Glenn Morris <rgm@gnu.org>
15395
15396 * mail/rmailmm.el (test-rmail-mime-handler)
15397 (test-rmail-mime-bulk-handler)
15398 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15399
15400 2011-11-21 Juri Linkov <juri@jurta.org>
15401
15402 * calc/calc.el (calc-read-key-sequence):
15403 Let-bind `input-method-function' to nil. (Bug#10018)
15404
15405 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15406
15407 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15408 Tell the caller that the next line needs recomputation, even
15409 though it doesn't start a sexp (bug#10094).
15410
15411 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15412
15413 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15414
15415 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15416
15417 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15418 Use force-same-window.
15419
15420 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15421
15422 * descr-text.el (describe-char-unicode-data):
15423 * json.el (json-string-escape):
15424 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15425 (Footnote-unicode, Footnote-style-p):
15426 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15427
15428 2011-11-20 Chong Yidong <cyd@gnu.org>
15429
15430 * window.el (replace-buffer-in-windows): Restore interactive spec.
15431
15432 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15435
15436 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15437 (byte-compile-global-not-obsolete-vars): New var.
15438 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15439 Use it.
15440 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15441
15442 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15443
15444 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15445 * progmodes/pascal.el (electric-pascal-equal):
15446 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15447 * xml.el (xml-substitute-special): Fix typos.
15448
15449 2011-11-20 Glenn Morris <rgm@gnu.org>
15450
15451 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15452 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15453 Doc fixes.
15454 (rmail-decode-mime-charset): Mark as obsolete.
15455
15456 * mail/rmailsum.el (rmail-message-regexp-p-1):
15457 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15458 Before using mime functions, check they are set. (Bug#10077)
15459
15460 2011-11-19 Juri Linkov <juri@jurta.org>
15461
15462 * info.el (Info-finder-find-node): Use `package--builtins' instead
15463 of `package-alist'. Use node names formed by the pattern "Keyword "
15464 and the keyword name.
15465
15466 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15467
15468 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15469
15470 2011-11-19 Juri Linkov <juri@jurta.org>
15471
15472 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15473 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15474 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15475 `old-history', `old-history-forward'. Add let-binding
15476 `window-selected'. Remove calls to `kill-buffer',
15477 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15478 before calling `Info-find-node', so `Info-find-node-2' will reread
15479 the Info file. Restore window positions only when `window-selected'
15480 is non-nil.
15481
15482 2011-11-19 Juri Linkov <juri@jurta.org>
15483
15484 * isearch.el (isearch-lazy-highlight-new-loop):
15485 Remove condition `(not isearch-error)'. (Bug#9918)
15486
15487 * misearch.el (multi-isearch-search-fun): Add condition
15488 `(not bound)' to ignore lazy-highlighting search.
15489 Add the search-failed message "end of multi" when the end of
15490 multi-sequence is reached. Uncapitalize the search-failed
15491 message "Repeat for next buffer".
15492
15493 * info.el (Info-search): Add the search-failed message
15494 "end of the manual" when the end of the manual is reached
15495 in Isearch mode.
15496
15497 2011-11-19 Juri Linkov <juri@jurta.org>
15498
15499 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15500 Use non-destructive `remove' instead of `delete' because
15501 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15502 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15503
15504 2011-11-19 Juri Linkov <juri@jurta.org>
15505
15506 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15507 to nil instead of binding `search-ring' and `regexp-search-ring'.
15508 (Bug#9185)
15509
15510 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15511
15512 * simple.el (line-move): Force movement by logical lines for any
15513 hscrolled window, not only when auto-hscroll-mode is on.
15514 (line-move-visual): Update doc string to that effect. (Bug#10076)
15515
15516 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15517
15518 * language/european.el (macintosh): Define as alias for mac-roman.
15519
15520 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15521
15522 * mail/rmailmm.el (rmail-mime-display-header)
15523 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15524 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15525 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15526 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15527 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15528 of a raw aref.
15529 (rmail-mime-entity-segment): To get past the tagline, move forward
15530 2 more lines, to account for the 2 empty lines that precede and
15531 follow the line with the buttons.
15532 (rmail-mime-update-tagline): Move one more line, to get past the
15533 empty line that follows the buttons in the tagline. (Bug#9520)
15534
15535 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15536
15537 * window.el (window-max-delta-1, window-min-delta-1)
15538 (window-min-size-1, window-state-get-1, window-state-put-1)
15539 (window-state-put-2): Use "window--" prefix.
15540
15541 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15542
15543 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15544 (smie-warning-count): New var.
15545 (smie-set-prec2tab): Use it.
15546 (smie-bnf->prec2): Improve warnings. Add docstring.
15547 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15548 (smie-bnf--set-class): New function.
15549 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15550 corner case.
15551
15552 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15553 (compilation-error-properties, compilation-move-to-column):
15554 Handle compilation-first-column while in the target buffer.
15555
15556 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15557 Don't hardcode point-min==1.
15558
15559 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15560 (eshell-rewrite-for-command): Remove workaround.
15561 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15562 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15563 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15564
15565 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15566
15567 2011-11-17 Glenn Morris <rgm@gnu.org>
15568
15569 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15570 Ignore buffer-local generated-autoload-file if it is the same
15571 as the global value. (Bug#10049)
15572
15573 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15574
15575 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15576 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15577 (reftex-toc-previous-heading, reftex-toc-max-level)
15578 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15579 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15580 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15581 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15582 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15583 (reftex-toc-rename-label, reftex-toc-visit-location)
15584 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15585 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15586 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15587 leaving "*toc*" only for references to the buffer.
15588
15589 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15590
15591 * window.el (window-resize, delete-window, split-window):
15592 Replace window-splits by window-combination-resize.
15593 * cus-start.el (window-splits): Replace by window-combination-resize.
15594
15595 2011-11-17 Glenn Morris <rgm@gnu.org>
15596
15597 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15598 Make bash entry derive from sh entry, not shell entry.
15599
15600 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15601
15602 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15603 local file name.
15604
15605 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15606
15607 * menu-bar.el (menu-bar-file-menu):
15608 * printing.el (pr-ps-utility):
15609 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15610 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15611 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15612 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15613 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15614 (icalendar--convert-cyclic-to-ical)
15615 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15616 (icalendar--convert-ical-to-diary)
15617 (icalendar--convert-recurring-to-diary)
15618 (icalendar--convert-non-recurring-all-day-to-diary)
15619 (icalendar-import-format-sample):
15620 * progmodes/idlw-shell.el (idlwave-shell-mode):
15621 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15622 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15623 (vhdl-ps-print-init): Fix typos.
15624
15625 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15626
15627 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15628 FSF and collapse date sequence, obscure author/maintainer email address
15629 better, remove extra version line, track relocation of author's webpage.
15630
15631 * progmodes/python.el (python-pdbtrack-input-prompt)
15632 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15633 regular python pdb prompts. Adjustments shamelessly taken exactly as
15634 suggested in EmacsWiki page (tiny change):
15635 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15636
15637 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15638
15639 * expand.el (expand-pos, expand-index, expand-point):
15640 Remove redundant info from docstring.
15641 (expand-add-abbrevs): Doc fix.
15642 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15643 (expand-sample-perl-mode-expand-list): Fix typos.
15644
15645 * net/dbus.el (dbus-event-member-name):
15646 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15647 * term/pc-win.el (msdos-create-frame-with-faces):
15648 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15649
15650 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15651
15652 * window.el (split-window, window-state-get-1)
15653 (window-state-put-1, window-state-put-2): Rename occurrences of
15654 window-nest to window-combination-limit.
15655 * cus-start.el (window-nest): Rename to window-combination-limit.
15656
15657 2011-11-16 Chong Yidong <cyd@gnu.org>
15658
15659 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15660 regexp (Bug#10033).
15661
15662 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15663
15664 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15665 `completing-read' will remove *Completions* and will preserve
15666 current-buffer for us.
15667 (tmm-add-prompt): Users of *Completions* will always (re)set its
15668 major mode.
15669 (tmm-old-comp-map): Remove.
15670
15671 2011-11-16 Glenn Morris <rgm@gnu.org>
15672
15673 * mail/rmailedit.el: Require rmailmm when compiling.
15674 (rmail-old-mime-state): New declaration.
15675 (rmail-edit-current-message): If editing a mime message,
15676 edit the "raw" message from the mbox buffer.
15677 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15678
15679 2011-11-15 Glenn Morris <rgm@gnu.org>
15680
15681 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15682 which wasn't being used. Add optional arg to force given state.
15683 (rmail-mime): Add optional arg to force given state.
15684
15685 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15686
15687 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15688 * frame.el (display-mm-dimensions-alist):
15689 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15690 (outline-move-subtree-down):
15691 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15692 (newsticker--treeview-do-get-node):
15693 * net/quickurl.el (quickurl-list-buffer-name):
15694 * progmodes/dcl-mode.el (dcl-mode):
15695 * progmodes/gdb-mi.el (gdb-mapcar*):
15696 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15697
15698 2011-11-15 Glenn Morris <rgm@gnu.org>
15699
15700 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15701 in a boolean sense, so just make it a boolean, and fix the doc.
15702 (rmail-show-mime-function, rmail-mime-feature)
15703 (rmail-require-mime-maybe): Doc fixes.
15704 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15705
15706 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15707
15708 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15709
15710 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15711 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15712 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15713 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15714
15715 2011-11-15 Glenn Morris <rgm@gnu.org>
15716
15717 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15718 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15719 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15720 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15721 (rmail-mime, rmail-show-mime): Doc fixes.
15722
15723 * term/ns-win.el (mode-line-frame-identification):
15724 Leave it alone. (Bug#10051)
15725
15726 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15727
15728 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15729 Handle empty buffers. (Bug#9978)
15730
15731 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15732
15733 * international/mule.el (define-charset):
15734 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15735 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15736 * progmodes/verilog-mode.el (verilog-backward-token):
15737 * textmodes/ispell.el (lookup-words):
15738 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15739
15740 2011-11-14 Glenn Morris <rgm@gnu.org>
15741
15742 * progmodes/executable.el
15743 (executable-make-buffer-file-executable-if-script-p):
15744 Handle file-modes returning nil.
15745
15746 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15747 message - not necessary, and causes problems. (Bug#9831)
15748
15749 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15750
15751 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15752
15753 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15754 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15755 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15756
15757 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15758
15759 * window.el (window-resize, delete-window): Use window-splits
15760 variable instead of function.
15761 (window-state-get-1, window-state-put-2, window-state-put):
15762 Don't deal with windows' splits status.
15763
15764 2011-11-12 Glenn Morris <rgm@gnu.org>
15765
15766 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15767 (apropos-documentation): Doc fixes.
15768
15769 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15770
15771 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15772 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15773
15774 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15775
15776 * electric.el (electric-indent-post-self-insert-function): Make it
15777 possible for a char to only indent in some circumstances.
15778 (electric-indent-mode): Simplify.
15779
15780 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15781
15782 * window.el (windows-with-parameter): Remove unused function.
15783 (windows-at-side): Rename to window-at-side-list.
15784 (window-check, window-atom-check, window-atom-check-1)
15785 (window-side-check, window-size-ignore, window-size-fixed-1)
15786 (window-in-direction-2): Prefix with "window--".
15787 (window-tree-1): Rename to window--subtree, fix doc-string.
15788
15789 2011-11-11 Glenn Morris <rgm@gnu.org>
15790
15791 * subr.el (eval-after-load): If FILE is already loaded,
15792 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15793
15794 2011-11-10 Glenn Morris <rgm@gnu.org>
15795
15796 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15797 Call svn via vc-svn-command rather than vc-do-command.
15798 (vc-svn-command): Add --non-interactive. (Bug#9993)
15799 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15800
15801 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15802 Add toggle-read-only. (Bug#7292)
15803 * files.el (toggle-read-only): Mention that it should only
15804 be used interactively. (Bug#10006)
15805
15806 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15807
15808 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15809 Adjust regexp for OCaml warnings.
15810
15811 * electric.el (electric-pair-post-self-insert-function): Let user
15812 turn it off buffer-locally (bug#9932).
15813
15814 * progmodes/python.el (python-beginning-of-statement):
15815 Rewrite (bug#2703).
15816
15817 * progmodes/compile.el: Better handle TABs (bug#9749).
15818 (compilation-internal-error-properties)
15819 (compilation-next-error-function): Obey the target buffer's
15820 compilation-error-screen-columns.
15821
15822 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15823
15824 * progmodes/meta-mode.el: Remove obsolete comments.
15825 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15826 Fix typos in docstrings.
15827
15828 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15829
15830 * window.el (window-size-fixed-p): Rewrite doc-string.
15831 (window-resizable-p): Rename to window--resizable-p. Update callers.
15832 (window--resizable): New function. Make all callers of
15833 window-resizable call window--resizable instead.
15834 (window-resizable): Rewrite in terms of window--resizable.
15835
15836 2011-11-08 Glenn Morris <rgm@gnu.org>
15837
15838 * progmodes/delphi.el (delphi-mode-syntax-table):
15839 Let define-derived-mode define a proper syntax table. (Bug#9994)
15840
15841 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15842
15843 * window.el: Stay away from defsubst.
15844 (window-list-no-nils): Remove.
15845 (window-state-get-1, window-state-get): Use backquote instead.
15846
15847 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15848
15849 * emacs-lisp/find-func.el (find-function-read):
15850 Fix incorrect use of default argument in `completing-read'.
15851
15852 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15853
15854 * window.el (display-buffer-function, special-display-function):
15855 Mention display-buffer-record-window but do not mention
15856 help-setup parameter in doc-strings.
15857 (window-min-delta): Fix doc-string typo.
15858
15859 2011-11-08 Chong Yidong <cyd@gnu.org>
15860
15861 * window.el (window-total-height, window-total-width): Doc fix.
15862 (window-body-size): Move from C.
15863 (window-body-height, window-body-width): Move to C.
15864
15865 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * window.el: Make special-display like display-buffer-alist (bug#9532).
15868 (display-buffer--special-action): New function, morphed
15869 from display-buffer--special.
15870 (display-buffer): Use it to handle special-display-buffers at higher
15871 priority (just after display-buffer-alist).
15872 (display-buffer-fallback-action, display-buffer--other-frame-action)
15873 (pop-to-buffer-same-window): Remove display-buffer--special.
15874
15875 2011-11-07 Glenn Morris <rgm@gnu.org>
15876
15877 * calendar/cal-menu.el (cal-menu-set-date-title):
15878 Do nothing if not in a calendar. (Bug#9976)
15879
15880 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15881
15882 * files.el (find-file): Always use selected-window.
15883
15884 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15885
15886 * window.el (window-combinations): Make WINDOW argument
15887 mandatory. Rewrite doc-string.
15888 (walk-window-subtree, window-atom-check, window-min-delta)
15889 (window-max-delta, window--resize-this-window)
15890 (window--resize-root-window-vertically, window-tree)
15891 (balance-windows, window-state-put): Rewrite doc-strings as to
15892 not mention the term "subwindow".
15893 (window--resize-subwindows-skip-p): Rename to
15894 window--resize-child-windows-skip-p.
15895 (window--resize-subwindows-normal): Rename to
15896 window--resize-child-windows-normal.
15897 (window--resize-subwindows): Rename to
15898 window--resize-child-windows.
15899 (window-or-subwindow-p): Rename to window--in-subtree-p.
15900
15901 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15902
15903 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15904 Ensure that mbox format messages end in two newlines (Bug#9974).
15905
15906 2011-11-06 Chong Yidong <cyd@gnu.org>
15907
15908 * window.el (window-combination-p): Function deleted; its
15909 side-effect is not used in any existing code.
15910 (window-combinations, window-combined-p): Call window-*-child
15911 directly.
15912
15913 2011-11-05 Chong Yidong <cyd@gnu.org>
15914
15915 * window.el (window-valid-p): Rename from window-any-p.
15916 (window-size-ignore, window-state-get): Callers changed.
15917 (window-normalize-window): Rename from window-normalize-any-window.
15918 New arg LIVE-ONLY, replacing window-normalize-live-window.
15919 (window-normalize-live-window): Delete.
15920 (window-combination-p, window-combined-p, window-combinations)
15921 (walk-window-subtree, window-atom-root, window-min-size)
15922 (window-sizable, window-sizable-p, window-size-fixed-p)
15923 (window-min-delta, window-max-delta, window-resizable)
15924 (window-resizable-p, window-full-height-p, window-full-width-p)
15925 (window-current-scroll-bars, window-point-1, set-window-point-1)
15926 (window-at-side-p, window-in-direction, window-resize)
15927 (adjust-window-trailing-edge, maximize-window, minimize-window)
15928 (window-deletable-p, delete-window, delete-other-windows)
15929 (record-window-buffer, unrecord-window-buffer)
15930 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
15931 (quit-window, split-window, window-state-put)
15932 (set-window-text-height, fit-window-to-buffer)
15933 (shrink-window-if-larger-than-buffer): Callers changed.
15934
15935 2011-11-04 Eli Zaretskii <eliz@gnu.org>
15936
15937 * mail/rmail.el (rmail-simplified-subject): Decode subject with
15938 rfc2047-decode-string.
15939 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
15940 warnings.
15941
15942 * window.el (window-body-height, window-body-width): Mention in
15943 the doc string that the return values are in frame's canonical
15944 units. (Bug#9949)
15945
15946 2011-11-03 Alan Mackenzie <acm@muc.de>
15947
15948 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
15949 change in cc-engine.el.
15950
15951 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * window.el (switch-to-buffer): Use `force-same-window' interactively.
15954
15955 2011-11-02 Martin Rudalics <rudalics@gmx.at>
15956
15957 * window.el (quit-window): Call unrecord-window-buffer after
15958 showing another buffer in the window. (Bug#9937)
15959 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
15960
15961 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
15964 Accept status with more than 9 shelves. (Bug#9935)
15965 Reported by Colin D Bennett <colin@gibibit.com>.
15966
15967 2011-11-01 Martin Rudalics <rudalics@gmx.at>
15968
15969 * help.el (with-help-window): Don't reference
15970 temp-buffer-show-specifiers in doc-string.
15971
15972 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
15973
15974 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
15975 menu-item.
15976
15977 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15978
15979 * whitespace.el: New version 13.2.2.
15980 (whitespace-newline-mode): Disable properly. Reported by Sarah
15981 <EmacsWiki>.
15982
15983 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
15984
15985 * net/newst-treeview.el: Remove "Time-stamp".
15986 (newsticker--group-manage-orphan-feeds): Do not call
15987 newsticker--treeview-tree-update.
15988 (newsticker-treeview-update, newsticker-treeview):
15989 Call newsticker--treeview-tree-update if necessary.
15990
15991 2011-10-30 Martin Rudalics <rudalics@gmx.at>
15992
15993 * window.el (window-iso-combination-p, window-iso-combined-p)
15994 (window-iso-combinations): Remove "iso-" infix.
15995 Suggested by Chong Yidong.
15996 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
15997 (window-max-delta-1, window-resize, window--resize-siblings)
15998 (window--resize-this-window, adjust-window-trailing-edge)
15999 (split-window, balance-windows-1)
16000 (shrink-window-if-larger-than-buffer):
16001 * calendar/calendar.el (calendar-generate-window):
16002 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16003
16004 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16005
16006 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16007 in place (bug#9907).
16008 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16009 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16010 (eshell-structure-basic-command, eshell-rewrite-while-command)
16011 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16012 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16013 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16014 (eshell-do-pipelines-synchronously, eshell-eval-command):
16015 Use backquotes and prefer setq to set.
16016 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16017 (eshell-macrop): Use functionp.
16018 (eshell-do-eval): Handle multiple expressions in `while' body.
16019
16020 2011-10-30 Chong Yidong <cyd@gnu.org>
16021
16022 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16023 instead of set-mark (Bug#9810).
16024
16025 2011-10-30 Chong Yidong <cyd@gnu.org>
16026
16027 * window.el (split-window-below, split-window-right): Rename from
16028 split-window-above-each-other and split-window-side-by-side
16029 respectively. All callers changed.
16030 (split-window-sensibly, split-window-sensibly): Use them.
16031 (split-window-keep-point): Doc fix.
16032
16033 * isearch.el: Add isearch-scroll property to split-window-below
16034 and split-window-right.
16035
16036 * follow.el (follow-mode):
16037 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16038 * progmodes/ada-xref.el (ada-gdb-application):
16039 * emulation/vip.el (vip-buffer-in-two-windows):
16040 * image-dired.el (image-dired-dired-with-window-configuration):
16041 * dired-x.el (dired-do-find-marked-files):
16042 * dired.el (dired-pop-to-buffer):
16043 * bs.el (bs--show-with-configuration):
16044 * vc/emerge.el (emerge-setup-windows):
16045 * textmodes/two-column.el (2C-two-columns):
16046 * textmodes/reftex-toc.el (reftex-toc):
16047 * progmodes/gdb-mi.el (gdb-setup-windows):
16048 * progmodes/fortran.el (fortran-window-create):
16049 * net/newst-treeview.el (newsticker--treeview-window-init):
16050 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16051 * emulation/tpu-edt.el (tpu-gold-map):
16052 * emulation/crisp.el (crisp-mode-map):
16053 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16054
16055 2011-10-29 Chong Yidong <cyd@gnu.org>
16056
16057 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16058
16059 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16060
16061 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16062 forged Ispell output (Bug#7904).
16063
16064 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16065
16066 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * doc-view.el: Avoid ugly errors about not finding nil.
16069 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16070 (doc-view-dvipdf-program, doc-view-unoconv-program)
16071 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16072 Avoid nil or absolute file name as default value.
16073 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16074
16075 2011-10-28 Alan Mackenzie <acm@muc.de>
16076
16077 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16078
16079 2011-10-28 Alan Mackenzie <acm@muc.de>
16080
16081 Amend the handling of c-beginning/end-of-defun in nested declaration
16082 scopes.
16083
16084 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16085 cc-langs.el. Change it to a defcustom.
16086
16087 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16088 cc-vars.el.
16089
16090 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16091 Prevent "class foo : bar" being spuriously recognized as a label.
16092
16093 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16094 Add parameter `inclusive' (to include enclosing braces in the region).
16095 (c-widen-to-enclosing-decl-scope): New function.
16096 (c-while-widening-to-decl-block): New macro.
16097 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16098 outward for defun boundaries, and correspondingly change symbol
16099 `respect-enclosure' to `go-outward'.
16100 (c-declaration-limits): Change algorithm to report only the "innermost"
16101 defun's boundaries.
16102
16103 2011-10-28 Deniz Dogan <deniz@dogan.se>
16104
16105 * net/rcirc.el (rcirc-mode): Use hard newlines.
16106
16107 2011-10-28 Alan Mackenzie <acm@muc.de>
16108
16109 Amend to indent and fontify macros "which include their own semicolon"
16110 correctly, using the "virtual semicolon" mechanism.
16111
16112 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16113
16114 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16115 Recode to scan one line at a time rather than having \n and \r
16116 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16117 (c-forward-label): Amend for virtual semicolons.
16118 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16119
16120 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16121 of the new C macros.
16122
16123 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16124 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16125 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16126 (c-opt-cpp-macro-define): Make into a full language variable.
16127 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16128 AWK Mode (including \n, \r) removed, no longer needed.
16129
16130 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16131 Invoke c-make-macro-with-semi-re.
16132
16133 * progmodes/cc-vars.el (c-macro-with-semi-re):
16134 (c-macro-names-with-semicolon): New variables.
16135 (c-make-macro-with-semi-re): New function.
16136
16137 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16138
16139 * vc/log-edit.el: Fill empty field rather than adding new one.
16140 (log-edit-add-field): New function.
16141 (log-edit-insert-changelog): Use it.
16142
16143 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16144
16145 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16146
16147 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16148
16149 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16150 (gdb--check-interpreter): New function.
16151 (gdb): Use it.
16152
16153 2011-10-27 Glenn Morris <rgm@gnu.org>
16154
16155 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16156 (least-positive-float, least-negative-float)
16157 (least-positive-normalized-float, least-negative-normalized-float)
16158 (float-epsilon, float-negative-epsilon):
16159 Remove unnecessary declarations.
16160
16161 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16162 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16163 (least-positive-float, least-negative-float)
16164 (least-positive-normalized-float, least-negative-normalized-float)
16165 (float-epsilon, float-negative-epsilon): Add doc-strings,
16166 based on those in cl.texi.
16167
16168 * files.el (set-visited-file-name): If the major-mode changed,
16169 reload the local variables. (Bug#9796)
16170
16171 2011-10-27 Chong Yidong <cyd@gnu.org>
16172
16173 * subr.el (change-major-mode-after-body-hook): New hook.
16174 (run-mode-hooks): Run it.
16175
16176 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16177 Use change-major-mode-before-body-hook.
16178
16179 * simple.el (fundamental-mode):
16180 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16181 change introducing fundamental-mode-hook.
16182
16183 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16184
16185 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16186
16187 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16188
16189 * ido.el (ido-file-name-all-completions-1): Do not require
16190 tramp.el explicitly. (Bug#7583)
16191
16192 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16193
16194 * progmodes/octave-mod.el:
16195 * progmodes/octave-inf.el: Update maintainer.
16196
16197 2011-10-26 Chong Yidong <cyd@gnu.org>
16198
16199 * subr.el (with-wrapper-hook): Rewrite doc.
16200
16201 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16202
16203 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16204 filenames "/method:foo:". (Bug#9793)
16205
16206 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16209 (bug#9865).
16210
16211 2011-10-24 Glenn Morris <rgm@gnu.org>
16212
16213 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16214
16215 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16216
16217 * notifications.el: Add the requirement of a running D-Bus session
16218 bus to the Commentary.
16219
16220 2011-10-24 Juri Linkov <juri@jurta.org>
16221
16222 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16223 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16224 (Bug#9364)
16225
16226 2011-10-24 Juri Linkov <juri@jurta.org>
16227
16228 * info.el (Info-following-node-name-re): Add newline to the list
16229 of allowed characters for leading space. (Bug#9824)
16230
16231 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * progmodes/octave-inf.el (inferior-octave-mode-map):
16234 Fix C-c C-h binding.
16235 * progmodes/octave-mod.el (octave-help): Remove.
16236
16237 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16238
16239 Sync with Tramp 2.2.3.
16240
16241 * net/tramp-cache.el (top): Pacify byte-compiler using
16242 `init-file-user' and `site-run-file'.
16243
16244 * net/trampver.el: Update release number.
16245
16246 2011-10-23 Chong Yidong <cyd@gnu.org>
16247
16248 * files.el (toggle-read-only): Remove obsolete comment about
16249 version control.
16250
16251 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16252 for toggle-read-only. Note that this hasn't called vc-next-action
16253 since 2008-05-02, though it wasn't documented at the time.
16254
16255 * vc/ediff-init.el (ediff-toggle-read-only-function):
16256 Use toggle-read-only.
16257
16258 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16259
16260 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16261 of c-parse-state.
16262
16263 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16264 correct faulty logical expression.
16265 (c-parse-state-state, c-record-parse-state-state):
16266 (c-replay-parse-state-state): New defvar/defuns.
16267 (c-debug-parse-state): Use new functions.
16268
16269 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16270
16271 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16272 last fix. Use window-in-direction correctly.
16273
16274 2011-10-21 Chong Yidong <cyd@gnu.org>
16275
16276 * progmodes/idlwave.el (idlwave-mode):
16277 * progmodes/vera-mode.el (vera-mode): No need to set
16278 require-final-newline; that's done in prog-mode.
16279 Suggested by Stefan Monnier.
16280
16281 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16282
16283 * mouse.el (mouse-drag-window-above)
16284 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16285 (mouse-drag-mode-line-1, mouse-drag-header-line)
16286 (mouse-drag-vertical-line-rightward-window): Remove.
16287 (mouse-drag-line): New function.
16288 (mouse-drag-mode-line, mouse-drag-header-line)
16289 (mouse-drag-vertical-line): Call mouse-drag-line.
16290 * window.el (window-at-side-p, windows-at-side): New functions.
16291
16292 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16293
16294 * tar-mode.el (tar-grind-file-mode):
16295 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16296
16297 2011-10-21 Chong Yidong <cyd@gnu.org>
16298
16299 * progmodes/idlwave.el (idlwave-mode):
16300 * progmodes/vera-mode.el (vera-mode):
16301 Use mode-require-final-newline.
16302
16303 2011-10-20 Glenn Morris <rgm@gnu.org>
16304
16305 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16306
16307 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16308
16309 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16310
16311 2011-10-20 Chong Yidong <cyd@gnu.org>
16312
16313 * emulation/cua-base.el (cua-mode):
16314 * mail/footnote.el (footnote-mode):
16315 * mail/mailabbrev.el (mail-abbrevs-mode):
16316 * net/xesam.el (xesam-minor-mode):
16317 * progmodes/bug-reference.el (bug-reference-mode):
16318 * progmodes/cap-words.el (capitalized-words-mode):
16319 * progmodes/compile.el (compilation-minor-mode)
16320 (compilation-shell-minor-mode):
16321 * progmodes/gud.el (gud-tooltip-mode):
16322 * progmodes/hideif.el (hide-ifdef-mode):
16323 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16324 * progmodes/subword.el (subword-mode):
16325 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16326 * progmodes/which-func.el (which-function-mode):
16327 * term/tvi970.el (tvi970-set-keypad-mode):
16328 * term/vt100.el (vt100-wide-mode):
16329 * textmodes/flyspell.el (flyspell-mode):
16330 * textmodes/ispell.el (ispell-minor-mode):
16331 * textmodes/nroff-mode.el (nroff-electric-mode):
16332 * textmodes/paragraphs.el (use-hard-newlines):
16333 * textmodes/refill.el (refill-mode):
16334 * textmodes/reftex.el (reftex-mode):
16335 * textmodes/rst.el (rst-minor-mode):
16336 * textmodes/sgml-mode.el (html-autoview-mode)
16337 (sgml-electric-tag-pair-mode):
16338 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16339 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16340 * emulation/crisp.el (crisp-mode):
16341 * emacs-lisp/eldoc.el (eldoc-mode):
16342 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16343 minor mode behavior.
16344
16345 2011-10-19 Juri Linkov <juri@jurta.org>
16346
16347 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16348 the list of hard-coded chars with escape-glyph face.
16349
16350 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16351
16352 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16353
16354 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16355
16356 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16357 running process.
16358
16359 2011-10-19 Glenn Morris <rgm@gnu.org>
16360
16361 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16362 Ignore ignored files. (Bug#9726)
16363
16364 2011-10-19 Chong Yidong <cyd@gnu.org>
16365
16366 Doc fix for minor modes, stating that an omitted argument enables
16367 the mode unconditionally when called from Lisp.
16368
16369 * abbrev.el (abbrev-mode):
16370 * allout.el (allout-mode):
16371 * autoinsert.el (auto-insert-mode):
16372 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16373 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16374 (global-auto-revert-mode):
16375 * battery.el (display-battery-mode):
16376 * composite.el (global-auto-composition-mode)
16377 (auto-composition-mode):
16378 * delsel.el (delete-selection-mode):
16379 * desktop.el (desktop-save-mode):
16380 * dired-x.el (dired-omit-mode):
16381 * dirtrack.el (dirtrack-mode):
16382 * doc-view.el (doc-view-minor-mode):
16383 * double.el (double-mode):
16384 * electric.el (electric-indent-mode, electric-pair-mode):
16385 * emacs-lock.el (emacs-lock-mode):
16386 * epa-hook.el (auto-encryption-mode):
16387 * follow.el (follow-mode):
16388 * font-core.el (font-lock-mode):
16389 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16390 * help.el (temp-buffer-resize-mode):
16391 * hilit-chg.el (highlight-changes-mode)
16392 (highlight-changes-visible-mode):
16393 * hi-lock.el (hi-lock-mode):
16394 * hl-line.el (hl-line-mode, global-hl-line-mode):
16395 * icomplete.el (icomplete-mode):
16396 * ido.el (ido-everywhere):
16397 * image-file.el (auto-image-file-mode):
16398 * image-mode.el (image-minor-mode):
16399 * iswitchb.el (iswitchb-mode):
16400 * jka-cmpr-hook.el (auto-compression-mode):
16401 * linum.el (linum-mode):
16402 * longlines.el (longlines-mode):
16403 * master.el (master-mode):
16404 * mb-depth.el (minibuffer-depth-indicate-mode):
16405 * menu-bar.el (menu-bar-mode):
16406 * minibuf-eldef.el (minibuffer-electric-default-mode):
16407 * mouse-sel.el (mouse-sel-mode):
16408 * msb.el (msb-mode):
16409 * mwheel.el (mouse-wheel-mode):
16410 * outline.el (outline-minor-mode):
16411 * paren.el (show-paren-mode):
16412 * recentf.el (recentf-mode):
16413 * reveal.el (reveal-mode, global-reveal-mode):
16414 * rfn-eshadow.el (file-name-shadow-mode):
16415 * ruler-mode.el (ruler-mode):
16416 * savehist.el (savehist-mode):
16417 * scroll-all.el (scroll-all-mode):
16418 * scroll-bar.el (scroll-bar-mode):
16419 * server.el (server-mode):
16420 * shell.el (shell-dirtrack-mode):
16421 * simple.el (auto-fill-mode, transient-mark-mode)
16422 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16423 (line-number-mode, column-number-mode, size-indication-mode)
16424 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16425 * strokes.el (strokes-mode):
16426 * time.el (display-time-mode):
16427 * t-mouse.el (gpm-mouse-mode):
16428 * tool-bar.el (tool-bar-mode):
16429 * tooltip.el (tooltip-mode):
16430 * type-break.el (type-break-mode-line-message-mode)
16431 (type-break-query-mode):
16432 * view.el (view-mode):
16433 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16434 (global-whitespace-mode, global-whitespace-newline-mode):
16435 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16436
16437 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16438 Fix autogenerated docstring.
16439
16440 2011-10-19 Juri Linkov <juri@jurta.org>
16441
16442 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16443 by checking environment variables "DESKTOP_SESSION" and
16444 "XDG_CURRENT_DESKTOP". (Bug#9779)
16445
16446 2011-10-19 Juri Linkov <juri@jurta.org>
16447
16448 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16449 (browse-url-chromium-program, browse-url-chromium-arguments):
16450 New defcustoms.
16451 (browse-url-default-browser): Check for `browse-url-chromium' and
16452 call `browse-url-chromium-program'.
16453 (browse-url-chromium): New command. (Bug#9779)
16454
16455 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16456
16457 * facemenu.el (list-colors-duplicates): On Windows, detect more
16458 duplicates by assuming that only colors matching "^System" are
16459 special "system colors". (Bug#9722)
16460
16461 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16462
16463 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16464 to distinguish the author from the committer.
16465
16466 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16467
16468 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16469
16470 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16471
16472 * international/mule.el (sgml-html-meta-auto-coding-function):
16473 Add support for detecting encoding in HTML5 specified only as
16474 <meta charset="UTF-8">. Implementation just makes http-equiv and
16475 content-type parts from HTML4 encoding string optional. (Bug#9716)
16476
16477 2011-10-18 Glenn Morris <rgm@gnu.org>
16478
16479 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16480
16481 2011-10-18 Chong Yidong <cyd@gnu.org>
16482
16483 * faces.el (cursor): Doc fix.
16484
16485 2011-10-17 Chong Yidong <cyd@gnu.org>
16486
16487 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16488
16489 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16490
16491 * dirtrack.el (dirtrack): Support shell buffers with path
16492 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16493
16494 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16495
16496 * json.el: Bump version to 1.3 and note change in History.
16497 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16498
16499 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * comint.el (comint-insert-input, comint-send-input)
16502 (comint-get-old-input-default, comint-backward-matching-input)
16503 (comint-next-prompt): Use nil instead of `input' for field property of
16504 past user input (bug#114).
16505
16506 * minibuffer.el (completion--replace): Inherit surrounding properties
16507 (bug#114).
16508 (minibuffer-complete-and-exit): Use it.
16509
16510 * comint.el (comint--table-subvert): Quote the all-completions output
16511 (bug#9160).
16512
16513 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16514
16515 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16516
16517 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16518 window on right of selected. (Bug#9350) Reword other window
16519 entries and separate them from frame entries.
16520
16521 2011-10-15 Glenn Morris <rgm@gnu.org>
16522
16523 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16524 Doc fixes.
16525
16526 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16527
16528 * net/network-stream.el (network-stream-open-starttls):
16529 Improve detection of failure due to lack of TLS support.
16530
16531 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16532 putting the input text in front and in bold.
16533
16534 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16535
16536 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16537
16538 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16539 empty buffer.
16540
16541 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16542 unread-command-events rather than pushing yet-another event.
16543
16544 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16545
16546 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16547 the explanation of the possible choices. Make the options passed
16548 to completing-read shorter.
16549
16550 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16551
16552 * textmodes/flyspell.el (flyspell-large-region): Make sure
16553 extended character mode is used if defined (Bug#1339).
16554
16555 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16556
16557 * simple.el (what-cursor-position): Fix the display of the
16558 character info for LRE, LRO, RLE, and RLO characters by appending
16559 an invisible PDF.
16560
16561 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16562
16563 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16564 even in case of error; add debug spec; simplify data flow.
16565 (with-timeout-handler): Remove.
16566
16567 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16568
16569 Fix Bug#6019, Bug#9315.
16570
16571 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16572 complete `buffer-file-name', the local file name part could look
16573 remotely (for example on VMS).
16574
16575 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16576 `tramp-run-real-handler'.
16577 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16578 already quoted by '"'.
16579
16580 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16581 Let `file-name-handler-alist' be nil, the local file name part
16582 could look remotely (for example on VMS).
16583
16584 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16587 from here...
16588 (flyspell-post-command-hook): ...to here.
16589
16590 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16591
16592 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16593 if not needed.
16594 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16595 using completion. Protect against "slow" callers.
16596 Remove the "message hack".
16597
16598 2011-10-11 Juri Linkov <juri@jurta.org>
16599
16600 * isearch.el (isearch-lazy-highlight-word): New variable.
16601 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16602 Use it. (Bug#9727)
16603
16604 2011-10-11 Glenn Morris <rgm@gnu.org>
16605
16606 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16607 like f90-previous-statement does.
16608
16609 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16610
16611 * eshell/eshell.el (eshell-command): History should be saved
16612 only in interactive use, to avoid error.
16613
16614 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16615
16616 * minibuffer.el (completion-file-name-table): Fix last change,
16617 i.e. ignore normal errors but not the other ones.
16618
16619 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16620
16621 * window.el (special-display-buffer-names)
16622 (special-display-regexps): Remove some remnants of earlier
16623 changes from doc-strings.
16624 (quit-windows-on): New function.
16625
16626 * vc/vc.el (vc-revert, vc-rollback):
16627 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16628 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16629 (Bug#6183) (Bug#7074) (Bug#7447)
16630
16631 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16632
16633 * window.el (frame-auto-hide-function): Add version tag.
16634 (Bug#9699)
16635
16636 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16637
16638 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16639 condition.
16640
16641 2011-10-09 Leo Liu <sdl.web@gmail.com>
16642
16643 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16644 (Bug#9701)
16645
16646 2011-10-08 Glenn Morris <rgm@gnu.org>
16647
16648 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16649 before the first code statement zero indent. (Bug#9690)
16650
16651 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16652
16653 * simple.el (count-words-region): Always count in the region.
16654 Report the number of lines and characters too.
16655 (count-words): New command, which counts in the buffer if the
16656 region is inactive, as count-words-region used to.
16657 (count-words--message): New function. Handle plurals.
16658 (count-lines-region): Make it an alias for count-words-region.
16659
16660 * bindings.el (esc-map): Replace count-lines-region with
16661 count-words-region.
16662
16663 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16664
16665 * window.el (window--delete): Delete dedicated frame
16666 unconditionally when argument KILL is non-nil. (Bug#9699)
16667 (switch-to-buffer): Fix doc-string typo.
16668
16669 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16670
16671 * eshell/eshell.el (eshell-command): Avoid using hooks.
16672
16673 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16674
16675 * bindings.el ([M-left],[M-right]): Bind to left-word and
16676 right-word respectively.
16677
16678 2011-10-07 Glenn Morris <rgm@gnu.org>
16679
16680 * cus-start.el (debug-on-quit): Fix custom type.
16681
16682 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16683
16684 * subr.el (define-key-after): Clarify that the function is not
16685 useful for non-menu keymaps.
16686
16687 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16688
16689 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16690
16691 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16692 in current minibuffer (Fix bug with recursive minibuffers).
16693
16694 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16695
16696 * progmodes/gdb-mi.el (gdb): Doc fix.
16697
16698 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16699
16700 * window.el (frame-auto-hide-function): New option replacing
16701 frame-auto-delete. Suggested by Stefan Monnier.
16702 (window--delete): Call frame-auto-hide-function instead of
16703 investigating frame-auto-delete.
16704 (window-point-1, set-window-point-1): New functions.
16705 (window-in-direction, record-window-buffer, window-state-get-1)
16706 (display-buffer-record-window): Use window-point-1 instead of
16707 window-point.
16708 (set-window-buffer-start-and-point): Use set-window-point-1.
16709
16710 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16711
16712 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16713
16714 2011-10-05 Glenn Morris <rgm@gnu.org>
16715
16716 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16717 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16718
16719 2011-10-05 Leo Liu <sdl.web@gmail.com>
16720
16721 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16722 works with buffer object.
16723
16724 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16725
16726 * mpc.el (mpc-tool-bar-map): Add labels.
16727
16728 2011-10-04 Glenn Morris <rgm@gnu.org>
16729
16730 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16731
16732 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16733
16734 * window.el (window--delete): New function.
16735 (frame-auto-delete): Resuscitate option.
16736 (bury-buffer, replace-buffer-in-windows)
16737 (quit-window): Rewrite using window--delete.
16738 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16739 Pass display-buffer-mark-dedicated to window--display-buffer-2
16740 (Bug#9639).
16741
16742 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16743
16744 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16745 returns a list (bug#9554). Add remote file name completion.
16746 * comint.el (comint--table-subvert): Curry and get quote&unquote
16747 functions as arguments.
16748 (comint--complete-file-name-data): Adjust call accordingly.
16749 * pcomplete.el (pcomplete--table-subvert): Remove.
16750 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16751
16752 * minibuffer.el (completion-table-case-fold): Use currying.
16753 (completion--styles-type, completion--cycling-threshold-type):
16754 New constants.
16755 (completion-styles, completion-category-overrides)
16756 (completion-cycle-threshold): Use them.
16757 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16758 completion-table-case-fold.
16759
16760 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16761
16762 * minibuffer.el (completion-category-overrides): Fix type of styles
16763 and add more user friendly tags (bug#9660).
16764
16765 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16766
16767 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16768 (mule-input-method-string): New widget.
16769 (default-input-method, language-info-custom-alist): Use it.
16770
16771 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16772
16773 * pcomplete.el: Require comint.
16774 (pcomplete--common-suffix): Remove.
16775 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16776 (pcomplete--table-subvert): Sync with comint--table-subvert.
16777 (pcomplete--entries): Use comint-completion-file-name-table.
16778 * comint.el (comint-unquote-filename): Simplify.
16779 (comint-completion-file-name-table): New function (bug#9616).
16780 (comint--complete-file-name-data): Use it.
16781
16782 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16783 (pcmpl-gnu-tar-buffer): Remove.
16784 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16785 around. Make sure pcomplete-suffix-list is only changed temporarily.
16786 Don't look inside the tar's file if it's too large.
16787
16788 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16789
16790 * cus-edit.el (custom-mode-map):
16791 * epa.el (epa-key-list-mode-map):
16792 * man.el (Man-mode-map):
16793 * startup.el (splash-screen-keymap):
16794 * simple.el (special-mode-map): Use scroll-up-command and
16795 scroll-down-command.
16796
16797 * progmodes/idlw-help.el (idlwave-help-mode-map):
16798 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16799 * net/newst-plainview.el (newsticker-mode-map):
16800 * emulation/ws-mode.el (wordstar-mode-map):
16801 * emulation/vi.el (vi-com-map):
16802 * calc/calc-graph.el (calc-graph-show-dumb):
16803 * term/sun.el (terminal-init-sun):
16804 * term/ns-win.el (global-map):
16805 * progmodes/grep.el (grep-mode-map):
16806 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16807 * mail/rmail.el (rmail-mode-map):
16808 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16809
16810 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16811 custom-safe-themes as special.
16812
16813 2011-10-01 Julien Danjou <julien@danjou.info>
16814
16815 * notifications.el (notifications-notify): Fix docstring.
16816
16817 2011-10-01 Per Starbäck <per@starback.se>
16818
16819 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16820
16821 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16822
16823 * startup.el (command-line-1): Fix last fix by inserting
16824 initial-scratch-message into *scratch* before displaying it.
16825 (Bug#9605) and (Bug#9636)
16826
16827 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16828
16829 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16830 window is hscrolled, move by logical lines. (Bug#9607)
16831 (line-move-visual): Update the doc string to the above effect.
16832
16833 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16834
16835 * window.el (display-buffer-record-window): When WINDOW is the
16836 selected window use `point' instead of `window-point'. (Bug#9626)
16837
16838 * startup.el (command-line-1): Use insert-before-markers when
16839 inserting initial-scratch-message. (Bug#9605)
16840
16841 * help.el (help-window): Remove variable.
16842
16843 2011-09-29 Glenn Morris <rgm@gnu.org>
16844
16845 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16846
16847 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16848
16849 * descr-text.el (describe-char-categories): Accept category
16850 descriptions more than one line long.
16851
16852 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16853
16854 * simple.el (delete-trailing-whitespace): Fix last change.
16855
16856 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16857 Don't confuse "y => 3" as the beginning of a `y' operation.
16858
16859 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16860 object has more than 4 slots (bug#9613).
16861
16862 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16863
16864 * subr.el (with-output-to-temp-buffer):
16865 * net/quickurl.el (quickurl, quickurl-browse-url):
16866 Fix typos in docstrings.
16867
16868 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16869
16870 * minibuffer.el (completion-styles)
16871 (completion-category-overrides): Cross reference each other in doc
16872 strings.
16873
16874 2011-09-27 Glenn Morris <rgm@gnu.org>
16875
16876 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16877 to split-string. (Bug#9606)
16878
16879 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16880
16881 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16882 (bug#9615).
16883
16884 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16885
16886 * emacs-lisp/package.el (list-packages): Fix echo area message.
16887
16888 2011-09-27 Leo Liu <sdl.web@gmail.com>
16889
16890 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16891
16892 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16893
16894 * net/dbus.el (dbus-unregister-object): Don't release services for
16895 registered signals. (Bug#9581)
16896
16897 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16898
16899 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16900 function that picks between cfengine 2 and 3 support
16901 automatically. Update docs accordingly.
16902
16903 2011-09-22 Kenichi Handa <handa@m17n.org>
16904
16905 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16906 ZERO.
16907 (indian-itrans-v5-table-for-tamil): New variable.
16908 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16909
16910 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16911
16912 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16913 that's true if the current command involved collapsing of text.
16914 It's reset to false at the beginning of the next command.
16915 (allout-post-command-business): Move the cursor to the beginning
16916 of entry if the cursor is hidden and collapsing activity just
16917 happened.
16918
16919 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16920
16921 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16922 tracking (Bug#9541).
16923
16924 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16925
16926 * net/newst-reader.el (newsticker-html-renderer)
16927 (newsticker-show-news): Automatically load html rendering package
16928 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
16929 because w3m-fill-column is let-bound" and the error "Symbol's value
16930 as variable is void: w3m-fill-column".
16931
16932 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
16933
16934 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
16935 Release services only if they are defined. (Bug#9581)
16936
16937 2011-09-23 Richard Stallman <rms@gnu.org>
16938
16939 * textmodes/paragraphs.el (forward-sentence): For backwards case,
16940 distinguish start of paragraph from start of its text.
16941
16942 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
16943
16944 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
16945 (rmail-generate-viewer-buffer): Put that hook on view buffer.
16946 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
16947
16948 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
16949
16950 * international/mule-diag.el (mule-diag): Insert a newline after
16951 each fontset description.
16952
16953 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16954
16955 * simple.el (delete-trailing-whitespace):
16956 Document last change; simplify.
16957
16958 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
16959
16960 * simple.el (delete-trailing-whitespace): Also delete
16961 extra newlines at the end of the buffer.
16962
16963 * textmodes/picture.el: Make motion commands obey shift-select-mode.
16964 (picture-newline): Use forward-line so as to ignore fields.
16965
16966 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
16967
16968 * subr.el (with-wrapper-hook): Fix edebug spec.
16969
16970 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16971
16972 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
16973 (bug#4538).
16974
16975 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
16976
16977 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
16978 Fix nasty bug using wrong cached values.
16979
16980 2011-09-23 Alan Mackenzie <acm@muc.de>
16981
16982 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
16983
16984 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
16985
16986 * window.el (pop-to-buffer): Ensure right window is selected if we
16987 chose another frame.
16988
16989 2011-09-22 Eli Zaretskii <eliz@gnu.org>
16990
16991 * simple.el (what-cursor-position): Use get-char-property-change
16992 and next-single-char-property-change, to be able to show display
16993 properties that come from overlays as well as text properties.
16994
16995 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
16996
16997 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
16998
16999 * cmuscheme.el (run-scheme, switch-to-scheme):
17000 * cus-edit.el (customize-group, custom-buffer-create)
17001 (customize-browse):
17002 * info.el (info):
17003 * shell.el (shell):
17004 * mail/sendmail.el (mail):
17005 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17006
17007 2011-09-22 Richard Stallman <rms@gnu.org>
17008
17009 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17010 move back only to line beg, don't move back over blank lines.
17011
17012 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17013
17014 * files.el (copy-directory): Set directory attributes only in case
17015 they could be retrieved from the source directory. (Bug#9565)
17016
17017 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17018
17019 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17020 (hs-find-block-beginning, hs-hide-level-recursive):
17021 Ignore strings as well as comments. (Bug#9502)
17022
17023 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17024
17025 * progmodes/sql.el (sql-comint-postgres):
17026 Convert port number to a string. (Bug#9566)
17027
17028 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17029
17030 * window.el (quit-window): Undedicate window when switching to
17031 previous buffer. Reported by Thierry Volpiatto
17032 <thierry.volpiatto@gmail.com>.
17033 (special-display-popup-frame): When popping up a new frame reset
17034 its previous buffers to nil. Simplify code.
17035
17036 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17037
17038 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17039 and process filter, as done also in `shell-command'.
17040
17041 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17042
17043 * window.el (set-window-buffer-start-and-point):
17044 Call set-window-start with NOFORCE argument t.
17045 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17046 (quit-window): Reword doc-string. Handle new format of
17047 quit-restore parameter. Don't delete window if it has a
17048 previous buffer we can show instead of the present one.
17049 (display-buffer-record-window): Rewrite using a new format for
17050 the quit-restore window parameter
17051 (special-display-popup-frame, display-buffer-same-window)
17052 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17053 (display-buffer-pop-up-window, display-buffer-use-some-window):
17054 Adapt symbol passed to display-buffer-record-window.
17055 * help.el (help-window-setup): Handle new format of quit-restore
17056 parameter.
17057
17058 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * faces.el (face-list): Fix docstring (bug#9564).
17061
17062 * window.el (display-buffer--action-function-custom-type):
17063 Don't include internal functions in the Custom interface.
17064
17065 2011-09-20 Juri Linkov <juri@jurta.org>
17066
17067 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17068 (Info-forward-node, Info-backward-node, Info-next-preorder)
17069 (Info-last-preorder): Use it. (Bug#9528)
17070
17071 2011-09-20 Juri Linkov <juri@jurta.org>
17072
17073 * info.el (Info-last-preorder): Visit last menu item only when
17074 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17075
17076 2011-09-20 Julien Danjou <julien@danjou.info>
17077
17078 * password-cache.el (password-cache-remove): Remove entries even if the
17079 value is nil, so that password with a nil value (negative caching) is
17080 possible to invalidate.
17081
17082 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17083
17084 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17085 all whitespace around breakpoint. (Bug#9553)
17086 (f90-find-breakpoint): Only break at whitespace inside a comment.
17087
17088 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * minibuffer.el (completion-file-name-table): Keep track of errors.
17091 (completion-table-with-predicate): Handle the case where pred1 is nil.
17092 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17093
17094 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17095
17096 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17097 (debugger-return-value): Signal an error if the debugging context does
17098 not await any return value.
17099
17100 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17101 * image-mode.el (image-toggle-display-text)
17102 (image-toggle-display-image): Stay away from evil `intangible'.
17103
17104 2011-09-19 Leo Liu <sdl.web@gmail.com>
17105
17106 * replace.el (occur-revert-arguments): Make it permanent-local.
17107 (occur-mode): Don't call font-lock-defontify.
17108
17109 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17110
17111 * net/ldap.el (ldap-search-internal): Don't push empty search
17112 result (Bug#9508).
17113
17114 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17117
17118 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17119
17120 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17121 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17122
17123 2011-09-18 Juri Linkov <juri@jurta.org>
17124
17125 * buff-menu.el (Buffer-menu-mode-map):
17126 * dired.el (dired-mode-map):
17127 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17128 (lisp-interaction-mode-map):
17129 * emacs-lisp/package.el (package-menu-mode-map):
17130 * epa.el (epa-key-list-mode-map):
17131 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17132 (menu-bar-options-menu):
17133 * outline.el (outline-mode-menu-bar-map):
17134 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17135 * vc/vc-dir.el (vc-dir-menu-map):
17136 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17137 Capitalize non-function content words in menu item strings.
17138
17139 * dired.el (dired-mode-map): Add menu item for
17140 `image-dired-dired-toggle-marked-thumbs'.
17141
17142 2011-09-18 Juri Linkov <juri@jurta.org>
17143
17144 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17145 to `isearch-case-fold-search' and restore its original value
17146 after the `isearch-mode' call.
17147
17148 2011-09-18 Juri Linkov <juri@jurta.org>
17149
17150 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17151 because `zgrep' returns 1 for successful matches (bug#9226).
17152
17153 2011-09-18 Juri Linkov <juri@jurta.org>
17154
17155 * info.el (Info-extract-menu-node-name): Check the second match
17156 for empty string (second test-case of bug#9528).
17157 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17158 intermediate nodes to the history (first test-case of bug#9528).
17159
17160 2011-09-18 Juri Linkov <juri@jurta.org>
17161
17162 * info.el (Info-mode-syntax-table): New variable.
17163 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17164
17165 2011-09-18 Juri Linkov <juri@jurta.org>
17166
17167 * info.el (Info-file-supports-index-cookies):
17168 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17169 outputs one more line for long file names (bug#4142).
17170
17171 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17172
17173 * newcomment.el (comment-normalize-vars): If prompting for
17174 comment-start, set comment-start-skip too (Bug#8424).
17175
17176 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17177
17178 * icomplete.el: Fix previous fix of Bug#5849.
17179 (icomplete-mode): Don't set completion-show-inline-help.
17180 (icomplete-minibuffer-setup): Set completion-show-inline-help
17181 locally during icompletion.
17182
17183 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17184
17185 * woman.el (woman2-process-escapes): Don't delete unrecognized
17186 escapes (Bug#7843).
17187
17188 * files.el (inhibit-first-line-modes-regexps): Add image files.
17189 (hack-local-variables-prop-line): Return nil for malformed
17190 prop-lines (Bug#9044).
17191
17192 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17193
17194 * net/tramp.el (top): Don't require 'shell.
17195 (tramp-methods): Fix docstring.
17196 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17197 Return complete remote file name. Handle "smb" case.
17198 Use `tramp-tmpdir', if defined for the respective method.
17199 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17200
17201 * net/tramp-compat.el (top): Require 'shell.
17202
17203 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17204 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17205 `tramp-current-host'.
17206 (tramp-get-remote-tmpdir): Remove.
17207
17208 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17209 `tramp-tmpdir' entries.
17210 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17211 (tramp-smb-handle-file-attributes): Ignore errors.
17212 (tramp-smb-wait-for-output): Check also for process end.
17213
17214 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17215
17216 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17217 when sending QUIT (bug#9312).
17218
17219 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17220
17221 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17222 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17223 occur-mode-display-occurrence.
17224 (occur-edit-mode): Add usage message.
17225 (occur-cease-edit): New command.
17226 (occur-after-change-function): Use text properties to find the
17227 position of the prefix text.
17228 (occur-engine): Set stickiness of prefix text properties.
17229
17230 2011-09-17 Glenn Morris <rgm@gnu.org>
17231
17232 * progmodes/etags.el (complete-tag):
17233 Fix call to completion-in-region. (Bug#9526)
17234
17235 2011-09-17 Juri Linkov <juri@jurta.org>
17236
17237 * textmodes/ispell.el (ispell-word): Add to the error message
17238 the word, ispell program name and current dictionary (bug#9121).
17239 (ispell-tex-arg-end): Capitalize "error" in the error message.
17240
17241 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17242
17243 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17244 check. (Bug#4251)
17245
17246 2011-09-17 Juri Linkov <juri@jurta.org>
17247
17248 * window.el (window-safe-min-height, window-safe-min-width):
17249 Fix typos (followup to bug#9522).
17250
17251 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17252
17253 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17254
17255 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17256
17257 * simple.el (line-move): If goal-column is set, move by logical
17258 lines, not by display lines. (Bug#971)
17259 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17260 to reflect the above change.
17261
17262 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17263
17264 * image.el (imagemagick-register-types): Use regexp-opt.
17265
17266 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17267
17268 * window.el (display-buffer-base-action): Rename from
17269 display-buffer-default-action. Make default value empty.
17270 (display-buffer-overriding-action): Convert to defvar.
17271 (display-buffer-fallback-action): New var.
17272
17273 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17274
17275 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17276 declaration.
17277 (package--add-to-archive-contents): If there is a duplicate entry
17278 with an older version, remove it.
17279 (package-menu-mark-delete, package-menu-mark-install)
17280 (package-menu-mark-unmark): Make unused args optional.
17281 (package-menu-mark-obsolete-for-deletion):
17282 Use package-menu-get-status instead of a regexp search.
17283 (package-menu-get-status): Use tabulated-list-entry.
17284 (package-menu-mark-upgrades): New command.
17285 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17286 (package-menu-execute): Do installation before deletion.
17287 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17288 instead of checking major-mode.
17289 (package-menu--find-upgrades): New function.
17290
17291 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17292
17293 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17294 passwords in the log buffer.
17295 (smtpmail-process-filter): Update the process marker so that the
17296 "broken by peer" status message is inserted in the right place.
17297
17298 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17299
17300 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17301 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17302 bibtex-completion-at-point-function.
17303 (bibtex-completion-at-point-function): Use them.
17304
17305 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17306
17307 * mpc.el (mpc-constraints-tag-lookup): New function.
17308 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17309 also to browser "album|playlist".
17310
17311 2011-09-14 Juri Linkov <juri@jurta.org>
17312
17313 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17314 (isearch-edit-string): Use length of `isearch-string' when
17315 `isearch-fail-pos' returns nil.
17316 (isearch-message): Remove duplicate code and call
17317 `isearch-fail-pos' with arg `t'.
17318
17319 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17320
17321 * replace.el (occur-mode-goto-occurrence): Don't force using other
17322 window (Bug#9499).
17323
17324 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17325
17326 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17327
17328 * window.el (display-buffer-window): Remove.
17329 (display-buffer-record-window): Use help-setup window parameter
17330 instead of variable display-buffer-window.
17331 (display-buffer-function, special-display-buffer-names)
17332 (special-display-function): Mention help-setup parameter instead
17333 of display-buffer-window in doc-string.
17334 * help.el (help-window-setup): New argument help-window.
17335 Use help-window-setup parameter instead of display-buffer-window.
17336 Reword some messages.
17337 (with-help-window): Pass window used for displaying the buffer
17338 to help-window-setup. Don't set display-buffer-window.
17339
17340 2011-09-13 Glenn Morris <rgm@gnu.org>
17341
17342 * emacs-lisp/debug.el (debugger-make-xrefs):
17343 Preserve point. (Bug#9462)
17344
17345 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17346
17347 * window.el (window-deletable-p): Use next-frame.
17348
17349 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17350
17351 * window.el (window-auto-delete): Remove.
17352 (window-deletable-p): Remove argument FORCE. Don't deal with
17353 dedication and previous buffers.
17354 (switch-to-prev-buffer): Don't delete window.
17355 (delete-windows-on): Delete a window's frame if and only if the
17356 window is dedicated.
17357 (replace-buffer-in-windows): Delete buffer's window or frame if
17358 and only if window is dedicated.
17359 (quit-window): Handle quit-restore as before last change.
17360 (bury-buffer): Delete window only if window-deletable-p returns t.
17361
17362 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17363
17364 * window.el (window-deletable-p): Never delete the last frame on a
17365 given terminal.
17366
17367 2011-09-13 Glenn Morris <rgm@gnu.org>
17368
17369 * help.el (describe-key-briefly): Copy previous standard-output change.
17370
17371 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17372
17373 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17374
17375 2011-09-13 Glenn Morris <rgm@gnu.org>
17376
17377 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17378 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17379
17380 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17381
17382 * dired-aux.el (dired-mark-read-string): Don't return default
17383 value on empty input (Bug#9361).
17384 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17385 Omit initial minibuffer contents.
17386 (dired-do-chmod): Signal an error on empty input.
17387 (dired-mark-read-string): Don't return default on empty input.
17388
17389 * files.el (file-modes-symbolic-to-number): Doc fix.
17390
17391 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17392
17393 * international/mule-cmds.el (ucs-completions): Remove.
17394 (read-char-by-name): Use complete-with-action instead; add metadata.
17395
17396 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17397
17398 * window.el (display-buffer--action-function-custom-type)
17399 (display-buffer--action-custom-type): New vars.
17400 (display-buffer-alist, display-buffer-default-action)
17401 (display-buffer-overriding-action): Add defcustom types.
17402
17403 * frame.el (delete-other-frames): Doc fix (Bug#276).
17404
17405 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17406
17407 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17408
17409 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17410
17411 Change modes that used same-window-* vars to use switch-to-buffer.
17412
17413 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17414 Use switch-to-buffer.
17415
17416 * cus-edit.el (customize-group, custom-buffer-create)
17417 (customize-browse, custom-buffer-create-other-window):
17418 Use switch-to-buffer or switch-to-buffer-other-window.
17419
17420 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17421 (Info-prev, Info-up, Info-speedbar-goto-node)
17422 (info-display-manual): Use switch-to-buffer.
17423 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17424
17425 * mail/sendmail.el (mail): Use switch-to-buffer.
17426 (mail-recover): Use switch-to-buffer-other-window.
17427
17428 * cmuscheme.el (run-scheme, switch-to-scheme):
17429 * ielm.el (ielm):
17430 * shell.el (shell):
17431 * net/rlogin.el (rlogin):
17432 * net/telnet.el (telnet, rsh):
17433 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17434
17435 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17436
17437 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17438
17439 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17440
17441 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17442 so don't mention it (bug#9301).
17443 (dired-sort-toggle-or-edit): Clarify string further.
17444
17445 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17446 match `x', `w32' and `ns', like the manual says (bug#9029).
17447
17448 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17449 (process-kill-buffer-query-function): Mention the buffer name in
17450 the query.
17451
17452 * image-mode.el (image-next-line): The line parameter is mandatory
17453 (bug#9258).
17454
17455 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17456 which can be useful (bug#9301).
17457
17458 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17459
17460 * subr.el (match-string): Mention that the current buffer should
17461 be the same as the search was done in (bug#9282).
17462
17463 * facemenu.el: Disable the remove-* commands if the mark isn't
17464 active (bug#9162).
17465
17466 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17467
17468 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17469 of display-buffer.
17470 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17471
17472 * replace.el (occur-mode-goto-occurrence)
17473 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17474 and display-buffer.
17475
17476 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17477 display-buffer.
17478
17479 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17480 special-display and same-window variables.
17481 (mail-other-window): Use switch-to-buffer-other-window.
17482 (mail-other-frame): USe switch-to-buffer-other-frame.
17483
17484 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17485 Use display-buffer-other-frame.
17486 (gdb-display-gdb-buffer): Use pop-to-buffer.
17487
17488 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17489
17490 * progmodes/python.el: Don't set same-window-buffer-names.
17491
17492 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17493
17494 * window.el (display-buffer-alist): Add *Python*.
17495
17496 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17497
17498 * window.el (display-buffer-alist): Add entry for buffers
17499 previously handled same-window-*.
17500 (display-buffer-alist, display-buffer-default-action)
17501 (display-buffer-overriding-action): Mark as risky.
17502 (display-buffer-alist): Document action function changes.
17503 (display-buffer--same-window-action)
17504 (display-buffer--other-frame-action): New variables.
17505 (switch-to-buffer, display-buffer-other-frame): Use them.
17506 (display-buffer): Rename reuse-frame entry to reusable-frames.
17507 (display-buffer-reuse-selected-window): Function deleted.
17508 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17509 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17510 (display-buffer-special): New function.
17511 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17512 display-buffer-reuse-or-pop-window. Split off special-display
17513 part into display-buffer-special.
17514 (display-buffer-use-some-window): Don't perform any special
17515 pop-up-frames handling.
17516 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17517 (display-buffer--maybe-same-window): Rename from
17518 display-buffer-maybe-same-window.
17519
17520 * info.el: Don't set same-window-regexps.
17521 (info-setup): New function.
17522 (info-other-window, info): Call it.
17523
17524 * cus-edit.el: Don't set same-window-regexps.
17525 (customize-group): New argument.
17526 (customize-group-other-window): Use it.
17527 (customize-face, customize-face-other-window): Likewise.
17528 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17529
17530 * net/rlogin.el:
17531 * net/telnet.el:
17532 * progmodes/gud.el: Don't set same-window-regexps.
17533
17534 * cmuscheme.el:
17535 * ielm.el:
17536 * shell.el:
17537 * mail/sendmail.el:
17538 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17539
17540 2011-09-10 Juri Linkov <juri@jurta.org>
17541
17542 * isearch.el (isearch-edit-string): Remove obsolete mention of
17543 `C-w' (`isearch-yank-word-or-char') from docstring.
17544 (isearch-query-replace): Fix typo in docstring (bug#9466).
17545
17546 2011-09-10 Juri Linkov <juri@jurta.org>
17547
17548 * paren.el (show-paren-function): Don't show escaped parens.
17549 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17550
17551 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17552
17553 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17554 (mm-default-file-encoding): Remove autoload forms, they are
17555 replaced with autoload cookies in mml.el and mm-encode.el.
17556 (mail-add-attachment): New command.
17557 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17558 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17559 the doc string.
17560 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17561
17562 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17563
17564 * simple.el (count-words-region): Use buffer if there's no region
17565 (bug#9429).
17566
17567 2011-09-09 Juri Linkov <juri@jurta.org>
17568
17569 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17570 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17571 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17572
17573 2011-09-09 Alan Mackenzie <acm@muc.de>
17574
17575 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17576 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17577
17578 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17579
17580 Fix for Savannah bug#9392.
17581 * simple.el (mail-encode-mml): New defvar.
17582
17583 * mail/rmail.el (mail-encode-mml): Add a defvar.
17584 (rmail-enable-mime-composing): Default to t.
17585 (rmail-forward): Use MIME method of forwarding only if both
17586 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17587 Set mail-encode-mml non-nil if the MIME method was used.
17588
17589 * mail/sendmail.el (mml-to-mime): Add autoload form.
17590 (mail-encode-mml): Add a defvar.
17591 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17592 to nil.
17593 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17594 message through mml-to-mime, and reset mail-encode-mml to nil.
17595
17596 2011-09-09 Glenn Morris <rgm@gnu.org>
17597
17598 * woman.el (woman-if-body): When processing an .el block,
17599 do not delete the next .el block as well. (Bug#9447)
17600 (woman-special-characters): Add oq, cq, and hy characters.
17601
17602 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17603
17604 * window.el (window-deletable-p): Make sure window is live before
17605 invoking window-prev-buffers.
17606
17607 2011-09-08 Leo Liu <sdl.web@gmail.com>
17608
17609 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17610
17611 2011-09-08 Juri Linkov <juri@jurta.org>
17612
17613 * progmodes/compile.el (compilation-environment): Make it
17614 a defcustom (bug#8340).
17615
17616 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17617
17618 * window.el (frame-auto-delete): Rename to window-auto-delete.
17619 Make it control auto-deletion of windows and/or frames.
17620 (window-deletable-p): New argument FORCE. Rewrite conditions
17621 for deleting window/frame. (Bug#9419)
17622 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17623 Rewrite handling of case when window/frame can be deleted.
17624 (delete-windows-on): Call window-deletable-p with new FORCE
17625 argument t. (Bug#9456)
17626
17627 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17628
17629 * help-mode.el (help-mode): Restore autoload.
17630
17631 2011-09-07 Juri Linkov <juri@jurta.org>
17632
17633 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17634 `compilation-environment'. Set buffer-local
17635 `compilation-environment' to `thisenv' later after (funcall mode).
17636 (Bug#8340)
17637
17638 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17639 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17640 instead of replacing its value. (Bug#8340)
17641
17642 2011-09-07 Juri Linkov <juri@jurta.org>
17643
17644 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17645 based on text properties put by `grep-filter' instead of matching
17646 escape sequences.
17647 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17648 to the value of `grep-error-screen-columns' (bug#9438).
17649
17650 2011-09-07 Juri Linkov <juri@jurta.org>
17651
17652 * simple.el (next-error-highlight, next-error-highlight-no-select):
17653 Doc fix (bug#9432).
17654
17655 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17656
17657 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17658 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17659
17660 2011-09-07 Leo Liu <sdl.web@gmail.com>
17661
17662 * net/rcirc.el (rcirc-mode): Conditionally initialize
17663 rcirc-input-ring.
17664
17665 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17666
17667 * emacs-lisp/find-func.el (find-function-C-source): Only set
17668 find-function-C-source-directory after checking that we found a source
17669 file there (bug#9440).
17670
17671 2011-09-06 Alan Mackenzie <acm@muc.de>
17672
17673 * isearch.el (isearch-other-meta-char): Wherever a key list is
17674 unread, "unread" the prefix arg, too. This fixes bug #8901.
17675
17676 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17677
17678 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17679
17680 2011-09-05 Juri Linkov <juri@jurta.org>
17681
17682 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17683
17684 2011-09-05 Juri Linkov <juri@jurta.org>
17685
17686 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17687 keeping point where processing of grep matches begins, and
17688 continue to delete remaining escape sequences from the same point.
17689 (grep-filter): Make leading zero optional in "0?1;31m" because
17690 git-grep emits "\033[1;31m" escape sequences unlike expected
17691 "\033[01;31m" as GNU Grep does (bug#9408).
17692 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17693
17694 2011-09-05 Juri Linkov <juri@jurta.org>
17695
17696 * subr.el (y-or-n-p): Capitalize "yes".
17697
17698 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17699
17700 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17701 `tramp-cache-unload-hook' where appropriate.
17702 (tramp-methods): Rename `tramp-remote-sh' to
17703 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17704 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17705
17706 * net/tramp-sh.el (top): Don't require 'shell.
17707 (tramp-methods): Add `tramp-remote-shell' and
17708 `tramp-remote-shell-args' entries.
17709 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17710 (tramp-sh-handle-shell-command): Remove.
17711 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17712 Use `tramp-remote-shell'.
17713
17714 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17715
17716 * mail/sendmail.el (sendmail-query-once-function): Delete.
17717 (sendmail-query-once): Save directly to send-mail-function.
17718 Update message-send-mail-function too.
17719
17720 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17721
17722 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17723
17724 * progmodes/python.el (python-mode-map): Use correct function to
17725 start python interpreter from menu-bar (as reported by Geert
17726 Kloosterman).
17727 (inferior-python-mode-map): Fix typo.
17728 (python-shell-map): Remove.
17729
17730 2011-09-03 Deniz Dogan <deniz@dogan.se>
17731
17732 * net/rcirc.el (rcirc-print): Simplify code for
17733 rcirc-scroll-show-maximum-output. There is no need to walk
17734 through all windows to find the right one.
17735
17736 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17737
17738 * help.el (help-return-method): Doc fix.
17739
17740 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17741
17742 * window.el (window-deletable-p): Don't return a non-nil value
17743 when there's a buffer that was shown in the window before.
17744 (Bug#9419)
17745 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17746 Set window's previous buffers to nil.
17747
17748 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17749
17750 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17751 newline before and after the tag line, so it doesn't interfere
17752 with determining the paragraph direction of bidirectional text.
17753
17754 2011-09-03 Leo Liu <sdl.web@gmail.com>
17755
17756 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17757
17758 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17759
17760 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17761 (pop-to-buffer): Change interactive spec. Pass second argument
17762 directly to display-buffer.
17763 (display-buffer): Fix interactive spec. Use functionp to
17764 distinguish between a function and a list of functions.
17765
17766 * abbrev.el (edit-abbrevs):
17767 * arc-mode.el (archive-extract):
17768 * autoinsert.el (auto-insert):
17769 * bookmark.el (bookmark-bmenu-list):
17770 * files.el (find-file):
17771 * view.el (view-buffer):
17772 * progmodes/compile.el (compilation-goto-locus):
17773 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17774
17775 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17776
17777 * window.el (display-buffer-alist): Doc fix.
17778 (display-buffer): Add docstring. Don't treat
17779 display-buffer-default specially.
17780 (display-buffer-reuse-selected-window)
17781 (display-buffer-same-window, display-buffer-maybe-same-window)
17782 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17783 (display-buffer-pop-up-window)
17784 (display-buffer-reuse-or-pop-window)
17785 (display-buffer-use-some-window): New functions.
17786 (display-buffer-default-action): Use them.
17787 (display-buffer-default): Delete.
17788 (pop-to-buffer-1): Fix choice of actions.
17789
17790 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17791
17792 * minibuffer.el (completion--insert-strings): Don't get confused by
17793 completion entries that end with an LF char.
17794
17795 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17796
17797 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17798
17799 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17800
17801 * window.el (display-buffer): Restore interactive spec.
17802 (display-buffer-same-window, display-buffer-other-window):
17803 New functions.
17804 (pop-to-buffer-1): New function. Use the above.
17805 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17806 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17807
17808 * view.el (view-buffer-other-window, view-buffer-other-frame):
17809 Just use pop-to-buffer.
17810
17811 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17812
17813 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17814
17815 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17816
17817 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17818
17819 2011-08-31 Richard Stallman <rms@gnu.org>
17820
17821 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17822 of the separation of rmail-view-buffer from rmail-buffer.
17823 If you say no to "replace original", the decrypt is in the
17824 view buffer. If you say yes, the decrypt goes into the
17825 rmail buffer also.
17826
17827 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17828
17829 * window.el (display-buffer-window): Rewrite doc-string.
17830 (display-buffer-record-window): New function.
17831 (display-buffer-macro-specifiers)
17832 (display-buffer-even-window-sizes, display-buffer-set-height)
17833 (display-buffer-set-width, display-buffer-in-window)
17834 (display-buffer-reuse-window, display-buffer-split-specifiers)
17835 (display-buffer-side-specifiers, display-buffer-split-window-1)
17836 (display-buffer-split-window, display-buffer-split-atom-window)
17837 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17838 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17839 (display-buffer-other-window-means-other-frame)
17840 (display-buffer-normalize-special)
17841 (display-buffer-normalize-default)
17842 (display-buffer-normalize-argument)
17843 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17844 (display-buffer-normalize-specifiers, display-buffer-frame)
17845 (display-buffer-same-window, display-buffer-same-frame)
17846 (display-buffer-other-window)
17847 (display-buffer-same-frame-other-window)
17848 (display-buffer-other-frame, pop-to-buffer-same-window)
17849 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17850 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17851 (switch-to-buffer-same-frame)
17852 (switch-to-buffer-other-window-same-frame)
17853 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17854 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17855 (display-buffer-alist-set): Remove.
17856 (display-buffer-function, special-display-buffer-names)
17857 (special-display-regexps, special-display-function):
17858 In doc-string refer to display-buffer-window and quit-restore
17859 parameter.
17860 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17861 (special-display-frame-alist, special-display-popup-frame)
17862 (same-window-buffer-names, same-window-regexps, same-window-p)
17863 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17864 (split-window-preferred-function, split-height-threshold)
17865 (split-width-threshold, window-splittable-p)
17866 (split-window-sensibly, window--try-to-split-window)
17867 (window--frame-usable-p, even-window-heights)
17868 (window--even-window-heights, window--display-buffer-1)
17869 (window--display-buffer-2, display-buffer-other-frame):
17870 Restore old Emacs 23 code, order and doc-strings where applicable.
17871 (display-buffer-default, display-buffer-assq-regexp): New functions.
17872 (display-buffer-alist): Rewrite doc-string.
17873 (display-buffer-default-action)
17874 (display-buffer-overriding-action): New variables.
17875 (display-buffer, switch-to-buffer): Rewrite.
17876 (pop-to-buffer): Restore Emacs 23 behavior but use
17877 window-normalize-buffer-to-display.
17878 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17879 Restore Emacs 23 behavior but use
17880 window-normalize-buffer-to-switch-to.
17881 (pop-to-buffer-same-window): Rewrite.
17882 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17883 Rewrite using Emacs 23 options.
17884
17885 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17886
17887 * net/tramp.el (tramp-root-regexp): Remove.
17888 (tramp-completion-file-name-regexp-unified)
17889 (tramp-completion-file-name-regexp-separate)
17890 (tramp-completion-file-name-regexp-url): Don't use leading volume
17891 letter on w32 systems. (Bug#5303, Bug#9311)
17892 (tramp-drop-volume-letter): Simplify definition.
17893 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17894
17895 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17896
17897 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17898 (bug#9356).
17899
17900 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17901
17902 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17903
17904 2011-08-29 Juri Linkov <juri@jurta.org>
17905
17906 * isearch.el (isearch-done): Don't display message "Mark saved"
17907 when arg `edit' is non-nil to prevent its flicker in the echo area.
17908
17909 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17910
17911 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17912 obsolete packages for deletion.
17913
17914 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17915
17916 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17917 (help-mode): Derive help-mode from special-mode. Don't invoke
17918 view-mode from help-mode.
17919 (help-xref-override-view-map): Remove.
17920 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17921 view-mode is not used anymore.
17922
17923 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17924
17925 * server.el (server-port): Doc fix.
17926
17927 * cus-theme.el (custom-theme-choose-mode): Inherit from
17928 special-mode (Bug#9124).
17929 (custom-theme-choose-mode-map): Add special-mode to parent.
17930
17931 2011-08-28 Alan Mackenzie <acm@muc.de>
17932
17933 * progmodes/cc-fonts.el
17934 (c-make-font-lock-BO-decl-search-function): New function.
17935 (c-basic-matchers-after - "Fontify the clauses after various
17936 keywords"): Extract the three keyword lists for the 3 erroneous
17937 constructs from the list of four, and use the new function above
17938 in place of an old one.
17939
17940 2011-08-28 Deniz Dogan <deniz@dogan.se>
17941
17942 * net/rcirc.el (rcirc-insert-prev-input)
17943 (rcirc-insert-next-input): Remove unused argument.
17944
17945 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
17946
17947 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
17948
17949 2011-08-27 Alan Mackenzie <acm@muc.de>
17950
17951 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
17952 handle function pointer parameters properly.
17953
17954 2011-08-27 Martin Rudalics <rudalics@gmx.at>
17955
17956 * window.el (display-buffer-reuse-window): Fix case where
17957 selected window was reused with non-nil OTHER-WINDOW argument.
17958 (Bug#9381)
17959
17960 2011-08-27 Deniz Dogan <deniz@dogan.se>
17961
17962 * net/rcirc.el (rcirc-check-auth-status): Adding support for
17963 oftc's NickServ messages.
17964
17965 2011-08-27 Glenn Morris <rgm@gnu.org>
17966
17967 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
17968
17969 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
17970
17971 * emacs-lisp/package.el (package-install): Call package-initialize
17972 if called interactively.
17973
17974 2011-08-26 Leo Liu <sdl.web@gmail.com>
17975
17976 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
17977
17978 2011-08-25 Juri Linkov <juri@jurta.org>
17979
17980 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
17981 `search-whitespace-regexp' (bug#9364).
17982
17983 2011-08-25 Juri Linkov <juri@jurta.org>
17984
17985 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
17986 `regexp-search-ring' to their global values to protect from
17987 updating by `read-from-minibuffer' (bug#9185).
17988
17989 2011-08-25 Juri Linkov <juri@jurta.org>
17990
17991 * textmodes/ispell.el (ispell-command-loop): Add newline
17992 at the end of the "Use option `i'..." line.
17993
17994 2011-08-25 Juri Linkov <juri@jurta.org>
17995
17996 * battery.el (display-battery-mode): If `battery-status-function'
17997 or `battery-mode-line-format' is nil, display the message and set
17998 `display-battery-mode' to nil (bug#9363).
17999
18000 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18001
18002 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18003 bidi-string-mark-left-to-right; they are unnecessary now.
18004
18005 2011-08-25 Deniz Dogan <deniz@dogan.se>
18006
18007 * net/quickurl.el: Documentation typo fixes.
18008
18009 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18010
18011 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18012
18013 2011-08-25 Glenn Morris <rgm@gnu.org>
18014
18015 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18016
18017 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18018 (smtpmail-via-smtp): Handle nil response from smtp.
18019
18020 2011-08-24 Juri Linkov <juri@jurta.org>
18021
18022 * proced.el (proced-marked): Inherit from `error' instead of
18023 `font-lock-warning-face'.
18024
18025 * ibuffer.el (ibuffer-marked-face): Change default face from
18026 `font-lock-warning-face' to `warning'.
18027 (ibuffer-deletion-face): Change default face from
18028 `font-lock-type-face' to `error'.
18029
18030 * battery.el (battery-update): Use the face `error' instead of
18031 `font-lock-warning-face' (bug#6117).
18032
18033 2011-08-24 Juri Linkov <juri@jurta.org>
18034
18035 * faces.el (success): Change face color from "Green3" to
18036 "ForestGreen" on light background (bug#9353).
18037
18038 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18039
18040 * window.el (quit-window): Rename from quit-restore-window.
18041 Use same arglist as old quit-window.
18042 (frame-auto-delete): Doc fix.
18043
18044 * view.el (view-mode-exit): Use quit-window.
18045
18046 2011-08-24 Juri Linkov <juri@jurta.org>
18047
18048 * isearch.el (isearch-ring-adjust1): Start visiting previous
18049 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18050 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18051 for empty search string (when the last search string is reused
18052 automatically) to adjust the isearch ring to the last element and
18053 prepare the correct index for further M-p commands (bug#9185).
18054
18055 2011-08-24 Kenichi Handa <handa@m17n.org>
18056
18057 * international/ucs-normalize.el: If decomposition property of
18058 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18059 nil.
18060 (nfd, nfkd): Likewise.
18061
18062 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18063
18064 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18065 from process filters aren't reliably transmitted to the surrounding
18066 accept-process-output.
18067 (mpc-proc-check): New function.
18068 (mpc-proc-sync): Use it (bug#8293)
18069
18070 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18071
18072 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18073 Add compatibility functions (bug#9313).
18074
18075 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18076
18077 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18078
18079 * international/uni-bidi.el: Regenerate.
18080
18081 2011-08-23 Kenichi Handa <handa@m17n.org>
18082
18083 * international/charprop.el:
18084 * international/uni-bidi.el:
18085 * international/uni-category.el:
18086 * international/uni-combining.el:
18087 * international/uni-comment.el:
18088 * international/uni-decimal.el:
18089 * international/uni-decomposition.el:
18090 * international/uni-digit.el:
18091 * international/uni-lowercase.el:
18092 * international/uni-mirrored.el:
18093 * international/uni-name.el:
18094 * international/uni-numeric.el:
18095 * international/uni-old-name.el:
18096 * international/uni-titlecase.el:
18097 * international/uni-uppercase.el: Regenerate.
18098
18099 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18100
18101 * help.el (help-window-setup): Fix message displayed when other
18102 window is reused. (Bug#9341)
18103
18104 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18107 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18108
18109 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18110 Mark obsolete.
18111 * shell.el (shell-parse-pcomplete-arguments): New function.
18112 (shell-completion-vars): Use it instead (bug#9160).
18113
18114 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18115
18116 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18117 strings and comments (bug#9333).
18118
18119 * emacs-lisp/debug.el (debug-arglist): New function.
18120 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18121 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18122
18123 2011-08-22 Juri Linkov <juri@jurta.org>
18124
18125 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18126 Revert regexp that highlights output switches to its old
18127 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18128
18129 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18130 to check for empty output (bug#9226).
18131
18132 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18133
18134 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18135 symbol-constituent as the default, as that stops font-lock from
18136 working properly (Bug#8843).
18137
18138 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18139
18140 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18141 `coding-system-for-*' around the process open call to avoid
18142 auth-source side effects.
18143 (smtpmail-try-auth-methods): Expand the secret password.
18144 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18145 probe hangs.
18146
18147 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18148
18149 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18150
18151 * emacs-lisp/find-func.el (find-function-noselect): New arg
18152 lisp-only.
18153
18154 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18155 signal an error for built-in functions (Bug#6664).
18156
18157 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18158
18159 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18160 (smtpmail-try-auth-methods): Use it.
18161
18162 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18163
18164 * font-lock.el (font-lock-fontify-region)
18165 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18166 (font-lock-default-unfontify-buffer)
18167 (font-lock-default-fontify-region)
18168 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18169
18170 * progmodes/compile.el (compilation-error-properties):
18171 Fix confusion between file struct and message struct (Bug#9319).
18172 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18173 `ant' regexp.
18174
18175 * net/browse-url.el (browse-url-firefox): Don't call
18176 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18177
18178 2011-08-20 Glenn Morris <rgm@gnu.org>
18179
18180 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18181
18182 * tutorial.el (tutorial--default-keys): Update some default bindings.
18183
18184 * files.el (hack-local-variables): Fully ignore case for "mode:".
18185
18186 2011-08-20 Alan Mackenzie <acm@muc.de>
18187
18188 Resolve invalid use of a regexp in regexp-opt.
18189
18190 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18191 detection for a java annotation.
18192
18193 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18194 detection for a java annotation.
18195
18196 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18197 handling for java.
18198 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18199
18200 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18201
18202 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18203 (Bug#9274).
18204
18205 2011-08-20 Alan Mackenzie <acm@muc.de>
18206
18207 Fontify CPP expressions correctly when starting in the middle of
18208 such a construct. Mainly for when jit-lock etc. starts a chunk
18209 here.
18210
18211 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18212 variable.
18213 (c-make-font-lock-search-form): New function, extracted from
18214 c-make-font-lock-search-function.
18215 (c-make-font-lock-search-function): Use the above function.
18216 (c-make-font-lock-context-search-function): New function.
18217 (c-cpp-matchers): Enhance the preprocessor expression case with
18218 the above function
18219 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18220 which takes an expression.
18221
18222 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18223
18224 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18225
18226 * window.el (display-buffer-reuse-window)
18227 (display-buffer-pop-up-window): Don't reuse or split a side
18228 window.
18229
18230 2011-08-19 Glenn Morris <rgm@gnu.org>
18231
18232 * files.el (hack-local-variables-prop-line, hack-local-variables):
18233 Downcase "Mode:". (Bug#9331)
18234
18235 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18236
18237 * international/characters.el: Add L and R categories.
18238
18239 * subr.el (bidi-string-mark-left-to-right): Rename from
18240 string-mark-left-to-right. Use category search.
18241
18242 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18243
18244 2011-08-18 Juri Linkov <juri@jurta.org>
18245
18246 * faces.el (error, warning, success): New faces with definitions
18247 copied from old default values of `font-lock-warning-face',
18248 `compilation-warning', `compilation-info' (bug#6117).
18249
18250 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18251
18252 * progmodes/compile.el (compilation-error): Inherit from `error'.
18253 (compilation-warning): Inherit from `warning'.
18254 (compilation-info): Inherit from `success'.
18255
18256 * dired.el (dired-marked): Inherit from `warning'.
18257 (dired-flagged): Inherit from `error'.
18258
18259 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18260
18261 * mail/smtpmail.el (auth-source): Require to avoid problems with
18262 binding variables (bug#9298). Also clean up some unused
18263 autoloads.
18264
18265 * net/network-stream.el (network-stream-open-starttls):
18266 Support using starttls.el without using gnutls-cli.
18267
18268 2011-08-17 Juri Linkov <juri@jurta.org>
18269
18270 * progmodes/grep.el (rgrep): Handle the case when
18271 `grep-find-command' is a cons cell (bug#9278).
18272
18273 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18274
18275 * window.el (display-buffer-pop-up-frame): Run frame creation
18276 function with BUFFER current (as special-display-popup-frame
18277 does). Reported by Drew Adams.
18278
18279 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18280
18281 * epa-mail.el: Simplify GnuPG group expansion using
18282 epg-expand-group.
18283 (epa-mail-group-alist, epa-mail-group-modtime)
18284 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18285 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18286 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18287 Remove.
18288
18289 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18290
18291 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18292
18293 2011-08-16 Alan Mackenzie <acm@muc.de>
18294
18295 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18296 Correct, to avoid the inside of macros.
18297
18298 2011-08-16 Richard Stallman <rms@gnu.org>
18299
18300 * epa-mail.el: Handle GnuPG group definitions.
18301 (epa-mail-group-alist, epa-mail-group-modtime)
18302 (epa-mail-gnupg-conf-file): New variables.
18303 (epa-mail-parse-groups, epa-mail-sync-groups)
18304 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18305 (epa-mail-expand-recipients): New functions.
18306 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18307
18308 * mail/rmail.el (rmail-epa-decrypt): New command.
18309
18310 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18311 Don't bind buffer-read-only, just inhibit-read-only.
18312 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18313 (epa-decrypt-armor-in-region): Make error message clearer.
18314
18315 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18316
18317 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18318 and "a2b" to "ab" for `prefix'.
18319
18320 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18321
18322 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18323 filter groups.
18324 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18325 Fourquet (Bug#8804).
18326
18327 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18328
18329 * startup.el (argi): Declare as global variable (bug#9275).
18330
18331 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18332
18333 * subr.el (string-mark-left-to-right): Search the entire string
18334 for RTL script, not just the terminating character. Doc fix.
18335
18336 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18339 New function.
18340 (js--regexp-literal, js-syntax-propertize-function): Remove.
18341 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18342 (js-mode-map): Don't rebind electric keys.
18343 (js-insert-and-indent): Remove.
18344 (js-mode): Setup electric-layout and electric-indent instead.
18345
18346 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18347
18348 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18349
18350 * epa.el (epa-progress-callback-function): Fix the logic of
18351 displaying progress.
18352 * epa-file.el (epa-file-insert-file-contents): Make progress
18353 display more user-friendly.
18354 (epa-file-write-region): Ditto.
18355
18356 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18357
18358 * subr.el (string-mark-left-to-right): New function.
18359
18360 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18361 Use string-mark-left-to-right.
18362 (list-buffers-noselect): Caller changed.
18363
18364 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18365 Use string-mark-left-to-right.
18366 (tabulated-list-print): Recenter after moving point.
18367
18368 2011-08-10 Juri Linkov <juri@jurta.org>
18369
18370 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18371 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18372 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18373
18374 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18375
18376 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18377 (Bug#7554).
18378
18379 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18380
18381 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18382 character. (Bug#6594)
18383
18384 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18385
18386 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18387 (image-dired--with-db-file): New macro.
18388 (image-dired-write-tags, image-dired-remove-tag)
18389 (image-dired-create-gallery-lists, image-dired-write-comments)
18390 (image-dired-get-comment, image-dired-mark-tagged-files)
18391 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18392 (image-dired-gallery-generate): Use insert-file-contents.
18393
18394 * time.el (display-time-world-list, display-time-world-display):
18395 * time-stamp.el (time-stamp-string):
18396 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18397 set-time-zone-rule (Bug#7337).
18398
18399 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18400
18401 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18402 (epg-error-to-string, epg-errors-to-string): New function.
18403 (epg-wait-for-completion): Reverse errors list.
18404 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18405 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18406 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18407 (epg-sign-keys, epg-generate-key-from-file)
18408 (epg-generate-key-from-string): Format errors by using
18409 epg-errors-to-string (bug#9255).
18410 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18411
18412 2011-08-07 Juri Linkov <juri@jurta.org>
18413
18414 * faces.el (list-faces-display): Remove extra angle bracket
18415 from `help-mode-map'.
18416
18417 * info.el (Info-history-toc-nodes): Doc fix.
18418
18419 * longlines.el (longlines-mode): Doc fix.
18420
18421 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18422
18423 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18424 of statements and in a few more cases (bug#9183).
18425
18426 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18427 New functions.
18428 (cl-transform-lambda): Use them (bug#9239).
18429
18430 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18431
18432 * window.el (display-buffer-same-window)
18433 (display-buffer-same-frame, display-buffer-other-window)
18434 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18435 (pop-to-buffer-other-window)
18436 (pop-to-buffer-same-frame-other-window)
18437 (pop-to-buffer-other-frame): Make them defuns.
18438 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18439
18440 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18441
18442 * subr.el (make-composed-keymap): Move from C. Change calling
18443 convention, and improve docstring to bring attention to a subtle point.
18444 * minibuffer.el (completing-read-default): Adjust accordingly.
18445
18446 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18447
18448 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18449 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18450
18451 * net/trampver.el: Update release number.
18452
18453 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18454
18455 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18456 "in" (bug#9190).
18457
18458 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18459
18460 * mail/sendmail.el (sendmail-query-once): Restore the current
18461 buffer after querying (bug#9074).
18462
18463 * dired.el (dired-flagged): Use different faces for marked and
18464 flagged files (bug#6117).
18465
18466 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18467 (bug#4433).
18468
18469 * ido.el (ido-mode): Switch off the message if called
18470 non-interactively.
18471
18472 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18473 before 587, since it appears that that's more likely to work for
18474 more people.
18475
18476 * cus-edit.el (custom-file): When running under emacs -q, always
18477 refuse to save the customizations, even if the .emacs file doesn't
18478 exist.
18479
18480 * info.el: Remove the `Info-beginning-of-buffer' function
18481 (bug#8325).
18482
18483 * net/network-stream.el (network-stream-open-starttls):
18484 Use `starttls-available-p' to see whether starttls.el can be used.
18485
18486 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18487
18488 * window.el (display-buffer-in-window): Don't set dedicated status
18489 of window here (Bug#9215).
18490 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18491 (display-buffer-pop-up-side-window)
18492 (display-buffer-in-side-window): Set dedicated status of window here.
18493
18494 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18497 before binding generated-autoload-file.
18498
18499 2011-08-01 Deniz Dogan <deniz@dogan.se>
18500
18501 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18502
18503 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18504
18505 Sync with Tramp 2.2.2.
18506
18507 * net/trampver.el: Update release number.
18508
18509 2011-07-30 Juri Linkov <juri@jurta.org>
18510
18511 * dired-aux.el (dired-touch-initial): Remove function.
18512 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18513 current time, and `default' to the last modification time of the
18514 current marked file (bug#6887).
18515
18516 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18517
18518 * simple.el (goto-line): Use string-to-number to provide a
18519 numeric argument to read-number (bug#9163).
18520
18521 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18522
18523 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18524 connection process, it could be nil.
18525
18526 2011-07-27 Leo Liu <sdl.web@gmail.com>
18527
18528 Simplify url handling in rcirc-mode.
18529
18530 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18531 (rcirc-browse-url-at-mouse): Remove.
18532 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18533
18534 2011-07-26 Alan Mackenzie <acm@muc.de>
18535
18536 Fontify bitfield declarations properly.
18537
18538 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18539 (c-symbol-chars): Now exported as a lang variable.
18540 (c-not-primitive-type-keywords): New lang variable.
18541
18542 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18543 QT keyword "more" to prevent "more slots: ...." being spuriously
18544 parsed as a bitfield declaration.
18545
18546 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18547 Refactor and enhance to handle bitfield declarations.
18548 (c-punctuation-in): New function.
18549 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18550 declarations properly.
18551
18552 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18553
18554 * calendar/icalendar.el (icalendar--all-events): Take care of
18555 multiple vcalendars in a single file.
18556 (icalendar--convert-float-to-ical): Checkdoc fixes.
18557
18558 2011-07-25 Deniz Dogan <deniz@dogan.se>
18559
18560 * image.el (insert-image): Clarifying docstring.
18561
18562 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18563
18564 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18565 `tramp-send-command-and-check' if there is no error.
18566 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18567
18568 2011-07-22 Alan Mackenzie <acm@muc.de>
18569
18570 Prevent cc-langs.elc being loaded at run time.
18571
18572 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18573 cc-langs.
18574
18575 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18576 "(require 'cc-langs)". Quote a form so it will evaluate at
18577 (cc-mode's) compilation time.
18578
18579 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18580
18581 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18582 loading. (Bug#9114)
18583
18584 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18585
18586 * window.el (display-buffer-pop-up-window)
18587 (display-buffer-pop-up-side-window)
18588 (display-buffer-in-side-window): Call display-buffer-set-height
18589 and display-buffer-set-width after setting the new window's
18590 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18591
18592 2011-07-20 Sam Steingold <sds@gnu.org>
18593
18594 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18595 (etags-tags-included-tables): Call `convert-standard-filename' on
18596 the file names contained in TAGS so that windows Emacs can handle
18597 TAGS files created by cygwin ctags.
18598
18599 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18600
18601 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18602 which apparently didn't work.
18603
18604 2011-07-19 Roland Winkler <winkler@gnu.org>
18605
18606 * proced.el (proced-send-signal): For *Marked Processes* buffer
18607 put point at beginning of buffer.
18608
18609 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18610
18611 * proced.el (proced-format): Make header lines align with the text
18612 (bug#1779).
18613
18614 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18615
18616 * view.el (view-buffer): Allow running in `special' modes if we're
18617 visiting a file (bug#8615).
18618
18619 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18620
18621 * window.el (display-buffer-alist-of-strings-p)
18622 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18623 New functions.
18624 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18625 more accurately.
18626
18627 2011-07-18 Alan Mackenzie <acm@muc.de>
18628
18629 Fontify declarators properly when, e.g., a jit-lock chunk begins
18630 inside a declaration.
18631
18632 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18633
18634 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18635 New function.
18636 (c-complex-decl-matchers): Insert reference to
18637 c-font-lock-enclosing-decls.
18638
18639 * progmodes/cc-engine.el (c-backward-single-comment):
18640 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18641 to nil around calls to (forward-comment -1).
18642
18643 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18644
18645 * image.el (put-image): Doc typo fix.
18646
18647 * progmodes/etags.el (tags-search): Doc typo fix.
18648
18649 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18650 password if we get errors 550 to 554.
18651
18652 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18653
18654 * net/gnutls.el (gnutls-log-level): Remove.
18655
18656 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18657 indentation character (bug#6380).
18658
18659 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18660
18661 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18662 to clarify what the problem is (bug#4291).
18663
18664 * simple.el (current-kill): Clarify what
18665 `interprogram-paste-function' does (bug#7500).
18666 (auto-fill-mode): Document `auto-fill-function' in relation to
18667 `auto-fill-mode' (bug#2470).
18668
18669 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18670
18671 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18672 method if slot is read-only (bug#9035).
18673
18674 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18675
18676 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18677 * window.el (pop-to-buffer): Select window used even if it was
18678 selected before, see discussion of (Bug#8615), (Bug#6954).
18679 Pass argument NORECORD on to select-frame-set-input-focus.
18680
18681 2011-07-15 Glenn Morris <rgm@gnu.org>
18682
18683 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18684 Respect help-form.
18685
18686 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18687
18688 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18689 (gnutls-negotiate): Use it.
18690
18691 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18692
18693 * net/gnutls.el (gnutls-negotiate):
18694 Upcase `gnutls-algorithm-priority'.
18695
18696 2011-07-15 Glenn Morris <rgm@gnu.org>
18697
18698 * jka-compr.el (jka-compr-verbose): Move from here...
18699 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18700 Add missing :version tag.
18701 * info.el: No need to require jka-compr when compiling.
18702
18703 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18704
18705 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18706 (gnutls-negotiate): Use it.
18707
18708 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18709
18710 * info.el (Info-beginning-of-buffer): New command.
18711 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18712 announcing `b' as the key (bug#8325).
18713 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18714
18715 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18716
18717 * international/mule-cmds.el
18718 (describe-specified-language-support): Make the error message
18719 clearer (bug#8905).
18720
18721 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18722
18723 * isearch.el (isearch-barrier): Add a doc string, since it's
18724 mentioned in a function doc string (bug#8678).
18725
18726 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18727
18728 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18729 buffer argument (Bug#9083) and self-identifying label argument.
18730
18731 2011-07-15 Glenn Morris <rgm@gnu.org>
18732
18733 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18734
18735 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18736
18737 * man.el (Man-fontify-manpage): Fix message when formatting the
18738 man page (bug#7929).
18739
18740 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18741
18742 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18743 argument LRM; if non-nil, append an invisible LRM character to the
18744 buffer name.
18745 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18746 last argument non-nil, when formatting buffer names.
18747 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18748 paragraph direction.
18749
18750 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18751
18752 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18753 the man page name (bug#7929).
18754
18755 * image.el (put-image): Mention the `put-image' overlay property
18756 (bug#7834).
18757
18758 * scroll-bar.el (set-scroll-bar-mode): Mention that
18759 `scroll-bar-mode' lists the values (bug#7772).
18760
18761 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18762 command (bug#7729).
18763
18764 * rect.el (apply-on-rectangle): Return the point after the last
18765 operation.
18766 (string-rectangle): Go to the point after the last operation
18767 (bug#7522).
18768
18769 * printing.el (pr-toggle-region): Clarify the documentation
18770 slightly (bug#7493).
18771
18772 * time.el (display-time-update):
18773 Allow `display-time-mail-function' to return nil (bug#7158).
18774 Fix suggested by Detlev Zundel.
18775
18776 * vc/diff.el (diff): Clarify the order the file names are read
18777 (bug#7111).
18778
18779 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18780 the doc string (bug#7015).
18781
18782 * font-lock.el (font-lock-maximum-decoration): Mention what
18783 numeric levels mean (bug#6935).
18784
18785 * startup.el (initial-buffer-choice): Don't mention the `none'
18786 selection, which is against policy.
18787
18788 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18789
18790 * window.el (display-buffer-normalize-special):
18791 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18792
18793 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18794
18795 * subr.el (version<, version<=, version=): Mention "-CVS" and
18796 "-12345" alpha version numbers.
18797
18798 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18799
18800 * bindings.el: Add advertised binding for set-mark-command
18801 (Bug#5772).
18802
18803 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18804
18805 * bindings.el (mode-line-other-buffer):
18806 * bookmark.el (bookmark-bmenu-2-window):
18807 * bs.el (bs-cycle-next, bs-cycle-previous):
18808 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18809 switch-to-buffer.
18810
18811 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18812 Delete.
18813
18814 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18815
18816 * follow.el (follow-debug-message, follow-redisplay):
18817 * jka-cmpr-hook.el (with-auto-compression-mode):
18818 Fix typos in docstrings.
18819
18820 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18821
18822 * subr.el (with-silent-modifications): Clarify somewhat what the
18823 macro inhibits (bug#6525).
18824
18825 * simple.el (eval-expression): Note what it does if called
18826 interactively (bug#6495).
18827
18828 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18829
18830 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18831 Use pop-to-buffer buffer-or-name if it is nil.
18832
18833 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18834 Remove switch-to-buffer.
18835
18836 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18837
18838 * files.el (make-directory): Clarify that an error will be raised
18839 if there's an error (bug#6397).
18840
18841 * startup.el (initial-buffer-choice): Add `none' as a choice
18842 (bug#6234).
18843
18844 * subr.el (add-hook): Clarify section about buffer-local hooks
18845 (bug#6218).
18846
18847 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18848
18849 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18850
18851 * tabify.el (untabify): Preserve the current column so that point
18852 doesn't move (bug#6032).
18853
18854 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18855
18856 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18857 Rewrite to avoid awkward possessive "s" (bug#5986).
18858
18859 2011-07-13 Glenn Morris <rgm@gnu.org>
18860
18861 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18862 (dired-insert-directory): Give a message the first time
18863 if ls is found not to support --dired.
18864
18865 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18866
18867 * simple.el (toggle-truncate-lines): Clarify what is toggled
18868 (bug#5580). Text by Drew Adams.
18869
18870 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18871
18872 * simple.el (blink-matching-open): Make the error message from the
18873 last change less verbose.
18874
18875 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18876
18877 * font-lock.el (font-lock-comment-face): Use the high contrast
18878 "yellow" color for font-lock-comment-face on low color terminals
18879 using a dark background color (bug#4221).
18880
18881 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18882
18883 * dired.el (dired-insert-set-properties): Make the doc string
18884 reflect what it does now (bug#5325).
18885
18886 * simple.el (blink-matching-open): Say that we were unable to find
18887 the match within the limit, if we're limited (bug#5122).
18888
18889 * international/mule-cmds.el (prefer-coding-system): Add an
18890 example (bug#4869).
18891
18892 * progmodes/etags.el (tags-search): Document `file-list-form'
18893 (bug#4731).
18894
18895 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18896
18897 * net/browse-url.el (browse-url-default-browser)
18898 (browse-url-browser-function): Make the default browser choice a
18899 bit more logical (bug#4300). Also clean up the doc string.
18900
18901 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18902
18903 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18904 binary endings (bug#4440).
18905
18906 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18907
18908 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18909 which can be pretty annoying (bug#8971).
18910
18911 * jka-compr.el (jka-compr-verbose): New variable, and use
18912 throughout (bug#8971).
18913
18914 * info.el (Info-find-file): Fall back on the installation
18915 directory if we can't find the info node anywhere else.
18916
18917 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18918
18919 * vc/vc.el (vc-revert-file):
18920 Don't set file time-stamp in the past. (Bug#5181)
18921
18922 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18923
18924 * files.el (after-find-file): Give a better error message when
18925 trying to find a symlink that points to a file that doesn't exist
18926 (bug#4398).
18927
18928 * progmodes/cc-vars.el: Remove (probably) misleading comment
18929 (bug#4396).
18930
18931 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18932
18933 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
18934
18935 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18936
18937 * mouse-sel.el: Hack restoring functionality, while keeping
18938 compatibility with 2010-07-03 changes to mouse selection.
18939 (mouse-sel-primary-overlay): New var.
18940 (mouse-sel-selection-alist): Use it.
18941 (mouse-sel-mode): Doc fix; remove points that are default features
18942 of mouse.el.
18943
18944 2011-07-12 Johan Bockgård <bojohan@gnu.org>
18945
18946 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18947 Fix previous fix (bug#2490).
18948
18949 2011-07-12 Roland Winkler <winkler@gnu.org>
18950
18951 * textmodes/bibtex.el (bibtex-initialize):
18952 Use pop-to-buffer-same-window.
18953 (bibtex-search-entries): Fix interactive call.
18954
18955 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18956
18957 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18958 Fontise bytecomp Error lines more correctly (bug#2490).
18959 Fix suggested by Johan Bockgård.
18960
18961 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
18962
18963 * dired-x.el (dired-guess-default): Use `delete-dups'.
18964
18965 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
18966
18967 * dired.el (dired-mark-prompt):
18968 * dired-aux.el (dired-read-shell-command): Doc fix.
18969
18970 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18971
18972 * mail/sendmail.el (sendmail-query-once):
18973 Use `customize-save-variable' unconditionally, now that it works under
18974 emacs -Q.
18975
18976 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
18977
18978 * cus-edit.el (custom-file): Take an optional no-error variable.
18979 (customize-save-variable): Set the variable, and give a warning if
18980 running under "emacs -q".
18981
18982 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
18983
18984 * loadhist.el (unload-feature-special-hooks):
18985 Add `auto-coding-functions', `fill-nobreak-predicate' and
18986 `find-directory-functions' (bug#5327).
18987
18988 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
18989
18990 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
18991
18992 * cus-edit.el (custom-guess-name-alist): -alist variables should
18993 use the `alist' type (bug#3120). Suggested by Drew Adams.
18994
18995 * printing.el: Add documentation to all the `pr-toggle-' commands.
18996
18997 2011-07-11 Leo Liu <sdl.web@gmail.com>
18998
18999 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19000 backends where it makes sense (bug#2623).
19001
19002 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19003
19004 * dired-x.el (dired-guess-default): Remove duplicate shell command
19005 entries (bug#2028).
19006 (dired-guess-default): Fix grammar in doc string (bug#2028).
19007 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19008
19009 * subr.el (remove-duplicates): New conveniency function.
19010
19011 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19012
19013 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19014 (bug#1526).
19015
19016 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19017
19018 * window.el (display-buffer-normalize-default): Don't invert
19019 meaning of even-window-heights. Reported by Eli Zaretskii
19020 <eliz@gnu.org>.
19021
19022 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19023
19024 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19025
19026 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19027
19028 * window.el (display-buffer): Fix arguments to
19029 display-buffer-reuse-window in last change.
19030
19031 * faces.el (link): Use a less saturated blue on light backgrounds.
19032
19033 * startup.el (fancy-startup-text, fancy-about-text)
19034 (fancy-startup-tail): Use font-lock faces, for background safety.
19035
19036 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19037
19038 * emulation/viper-cmd.el (viper-change-state-to-vi):
19039 Limit triggering of abbrev expansion (Bug#9038).
19040
19041 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19042
19043 * window.el (display-buffer-default-specifiers): Remove.
19044 (display-buffer-macro-specifiers): Remove default specifiers.
19045 (display-buffer-alist): Default to nil.
19046 (display-buffer-reuse-window): New optional argument other-window.
19047 (display-buffer-pop-up-window): Allow splitting internal
19048 windows. Check whether a live window was created.
19049 (display-buffer-other-window-means-other-frame)
19050 (display-buffer-normalize-arguments): Rename to
19051 display-buffer-normalize-argument and rewrite. Set the
19052 other-window specifier.
19053 (display-buffer-normalize-special): New function.
19054 (display-buffer-normalize-options): Rename to
19055 display-buffer-normalize-default and rewrite.
19056 (display-buffer-normalize-options-inhibit): Remove.
19057 (display-buffer-normalize-specifiers): Rewrite.
19058 (display-buffer): Process other-window specifier and call
19059 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19060 more faithfully.
19061 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19062 (display-buffer-alist-set): Don't handle 'unset default values.
19063 (display-buffer-in-window, display-buffer-alist-set):
19064 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19065 <tassilo@member.fsf.org>.
19066
19067 2011-07-09 Leo Liu <sdl.web@gmail.com>
19068
19069 * register.el (insert-register): Restore accidental change on
19070 2011-06-26. (Bug#9028)
19071
19072 2011-07-09 Glenn Morris <rgm@gnu.org>
19073
19074 * subr.el (remq): Handle the empty list. (Bug#9024)
19075
19076 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19077
19078 * mail/sendmail.el (send-mail-function): No longer delay custom
19079 initialization.
19080 * custom.el (custom-initialize-delay): Doc fix.
19081
19082 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19083
19084 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19085
19086 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19087
19088 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19089 human-friendly prompt.
19090
19091 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19094 provided by a particular plugin.
19095
19096 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19097
19098 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19099 save customizations (with "emacs -Q"), just set the variable
19100 instead of erroring out.
19101
19102 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19103
19104 2011-07-08 Juri Linkov <juri@jurta.org>
19105
19106 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19107 (archive-zip-update-case): Use 7z if found by `executable-find'.
19108 The order of searching the available programs is the same as in
19109 `archive-zip-extract' (bug#8968).
19110
19111 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19112
19113 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19114 (menu-bar-options-menu): Tweak descriptions.
19115
19116 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19117
19118 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19119 menu items into verb phrases (bug#1421). Also refill to fit under
19120 80 columns.
19121
19122 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19123
19124 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19125 (Info-read-node-name): Doc fix (Bug#1084).
19126
19127 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19128 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19129 (end-of-sexp, beginning-of-sexp)
19130 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19131 (forward-symbol, forward-same-syntax, word-at-point)
19132 (sentence-at-point): Doc fix (Bug#1144).
19133
19134 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19135
19136 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19137 should cover it (bug#1281).
19138
19139 * cus-edit.el (custom-show): Mark as obsolete.
19140
19141 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19142 negotiation fails, then possibly try again with a non-encrypted
19143 connection (bug#9017).
19144
19145 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19146 be used.
19147
19148 2011-07-07 Richard Stallman <rms@gnu.org>
19149
19150 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19151 property, and handle its changed format.
19152 Look for the correct line number.
19153 Use file's line contents (but not past first =) to find
19154 correct line in message.
19155
19156 2011-07-07 Kenichi Handa <handa@m17n.org>
19157
19158 * international/characters.el (build-unicode-category-table):
19159 Delete it.
19160 (unicode-category-table): Set it by unicode-property-table-internal.
19161
19162 * international/mule-cmds.el (char-code-property-alist): Move to
19163 to src/chartab.c.
19164 (get-char-code-property): Call unicode-property-table-internal to
19165 load a file. Call get-unicode-property-internal where necessary.
19166 (put-char-code-property): Call unicode-property-table-internal to
19167 load a file. Call put-unicode-property-internal where necessary.
19168 put-unicode-property-internal where necessary.
19169 (char-code-property-description):
19170 Call unicode-property-table-internal to load a file.
19171
19172 * international/charprop.el:
19173 * international/uni-bidi.el:
19174 * international/uni-category.el:
19175 * international/uni-combining.el:
19176 * international/uni-comment.el:
19177 * international/uni-decimal.el:
19178 * international/uni-decomposition.el:
19179 * international/uni-digit.el:
19180 * international/uni-lowercase.el:
19181 * international/uni-mirrored.el:
19182 * international/uni-name.el:
19183 * international/uni-numeric.el:
19184 * international/uni-old-name.el:
19185 * international/uni-titlecase.el:
19186 * international/uni-uppercase.el: Regenerate.
19187
19188 * loadup.el: Load international/charprop.el before
19189 international/characters.
19190
19191 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19192
19193 * window.el (next-buffer, previous-buffer): Signal an error if
19194 called from a minibuffer window.
19195
19196 * bindings.el: Revert 2011-07-04 change.
19197
19198 2011-07-06 Richard Stallman <rms@gnu.org>
19199
19200 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19201 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19202 Treat markers like ints.
19203 (rmail-mime-entity): Doc fix.
19204
19205 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19206
19207 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19208 defcustom again for backwards compatibility.
19209
19210 * simple.el (shell-command-on-region): Fill.
19211
19212 * dired-aux.el (dired-kill-line): Add a doc string.
19213
19214 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19215 to "\\sw\\|\\s_" (bug#358).
19216
19217 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19218 (dired-unmark-backward): Ditto.
19219 (dired-flag-backup-files): Ditto.
19220
19221 * dired-x.el (dired-mark-sexp): Ditto.
19222
19223 2011-07-06 Richard Stallman <rms@gnu.org>
19224
19225 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19226 (rmail-mime-entity): New arg TRUNCATED.
19227 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19228 New functions.
19229 (rmail-mime-save): Warn if entity is truncated.
19230 (rmail-mime-toggle-hidden): Likewise, for showing.
19231 (rmail-mime-process-multipart): Record when an entity is truncated.
19232
19233 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19234 if ENTITY is a string.
19235
19236 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19237
19238 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19239 of faces when `M-C-x'-ing their definitions (bug#8378).
19240 Also clean up the code slightly.
19241
19242 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19243 because that makes the colors go away.
19244
19245 * mail/sendmail.el (send-mail-function): Change the default to
19246 `sendmail-query-once'.
19247 (sendmail-query-once): Add an autoload cookie.
19248
19249 * net/network-stream.el (network-stream-open-starttls): Try using
19250 a plain connection even if the server offered STARTTLS, and we
19251 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19252 capability. This should make smtpmail.el work in slightly more
19253 configurations.
19254
19255 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19256
19257 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19258 New defun.
19259 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19260
19261 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19262
19263 * progmodes/sql.el: Version 3.0
19264 (sql-product-alist): Add product :completion-object,
19265 :completion-column, and :statement attributes.
19266 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19267 (sql-mode-syntax-table): Mark all punctuation.
19268 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19269 ansi keywords.
19270 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19271 (sql-mode-oracle-font-lock-keywords): Improve.
19272 (sql-oracle-show-reserved-words): New function for development.
19273 (sql-product-font-lock): Simplify for source code buffers.
19274 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19275 New functions.
19276 (sql-highlight-product): Set product specific syntax table.
19277 (sql-mode-map): Add statement movement functions.
19278 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19279 New variable.
19280 (sql-statement-regexp, sql-beginning-of-statement)
19281 (sql-end-of-statement, sql-signum): New functions.
19282 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19283 (sql-show-sqli-buffer): Bug fix.
19284 (sql-interactive-mode): Store connection data as buffer local.
19285 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19286 with sql-interactive-mode.
19287 (sql-save-connection): Save buffer local settings.
19288 (sql-connection-menu-filter): Change menu entry name.
19289 (sql-product-interactive): Bug fix.
19290 (sql-preoutput-hold): New variable.
19291 (sql-interactive-remove-continuation-prompt): Bug fixes.
19292 (sql-debug-redirect): New variable.
19293 (sql-str-literal): New function.
19294 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19295 Redesign.
19296 (sql-oracle-save-settings, sql-oracle-restore-settings)
19297 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19298 (sql-completion-object, sql-completion-column)
19299 (sql-completion-sqlbuf): New variables.
19300 (sql-build-completions-1, sql-build-completions)
19301 (sql-try-completion): New functions.
19302 (sql-read-table-name): Use them.
19303 (sql-contains-names): New buffer local variable.
19304 (sql-list-all, sql-list-table): Use it.
19305 (sql-oracle-completion-types): New variable.
19306 (sql-oracle-completion-object, sql-sqlite-completion-object)
19307 (sql-postgres-completion-object): New functions.
19308
19309 2011-07-06 Glenn Morris <rgm@gnu.org>
19310
19311 * window.el (pop-to-buffer): Doc fix.
19312
19313 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19314
19315 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19316
19317 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19318
19319 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19320
19321 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19322
19323 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19324
19325 * button.el (button): Inherit from link face. Suggested by Dan
19326 Nicolaescu.
19327
19328 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19329
19330 * progmodes/gdb-mi.el: Fit in 80 columns.
19331 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19332 switch-to-buffer.
19333
19334 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19335 if imenu is simply not configured (bug#8941).
19336
19337 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19338
19339 * allout.el (allout-post-undo-hook): New allout outline-change
19340 event hook to signal undo activity.
19341 (allout-post-command-business): Run allout-post-undo-hook if an
19342 undo just occurred.
19343 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19344 * allout-widgets.el (allout-widgets-after-undo-function):
19345 Ensure the integrity of the current item's decoration after it has been
19346 in the vicinity of an undo.
19347 (allout-widgets-mode): Include allout-widgets-after-undo-function
19348 on the new allout-post-undo-hook.
19349
19350 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19353 Let define-derived-mode define it.
19354 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19355 cycles of abbrev-table inheritance (bug#8998).
19356
19357 2011-07-05 Roland Winkler <winkler@gnu.org>
19358
19359 * textmodes/bibtex.el: Add support for biblatex.
19360 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19361 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19362 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19363 (bibtex-entry-alist, bibtex-field-alist): New variables.
19364 (bibtex-entry-field-alist): Obsolete alias for
19365 bibtex-BibTeX-entry-alist.
19366 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19367 (bibtex-set-dialect): New command.
19368 (bibtex-entry-type, bibtex-entry-head)
19369 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19370 Bind via bibtex-set-dialect.
19371 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19372 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19373 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19374 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19375 Define via bibtex-set-dialect.
19376 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19377 Obey bibtex-no-opt-remove-re.
19378 (bibtex-vec-push, bibtex-vec-incr): New functions.
19379 (bibtex-format-entry, bibtex-field-list)
19380 (bibtex-print-help-message, bibtex-validate)
19381 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19382
19383 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19384
19385 * progmodes/compile.el (compilation-goto-locus):
19386 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19387 * bs.el (bs-cycle-next, bs-cycle-previous):
19388 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19389 * bindings.el (mode-line-other-buffer):
19390 * autoinsert.el (auto-insert):
19391 * arc-mode.el (archive-extract):
19392 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19393
19394 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19395
19396 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19397 Fix check of `emacs-lock-unlockable-modes'.
19398 Coerce true values of `emacs-lock--try-unlocking' to t.
19399
19400 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19401
19402 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19403 * emacs-lock.el: New file.
19404
19405 2011-07-05 Julien Danjou <julien@danjou.info>
19406
19407 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19408 than `boundp' to check if face is set.
19409
19410 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19411
19412 * register.el (registerv-make):
19413 * window.el (window-min-height): Fix typos in docstrings.
19414
19415 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19416
19417 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19418 Update doc string.
19419
19420 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19421
19422 * server.el (server-execute): Catch quit and call
19423 `server-return-error' to pass the error back to emacsclient and
19424 close the connection (bug#8942).
19425
19426 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19427
19428 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19429 insecure exception for current topic. Also note that auto-saves
19430 are handled differently.
19431
19432 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19433 State variables for tracking auto-save inhibition situation.
19434
19435 (allout-write-contents-hook-handler): Rename from
19436 'allout-write-file-hook-handler', and describe how it depends on
19437 write-contents-functions sensitivity to non-nil value to prevent
19438 file write.
19439
19440 (allout-auto-save-hook-handler): Remove. auto-save does not check
19441 this in individual buffers, only in the starting buffer, so this
19442 is not the right way for us to inhibit auto-save in a buffer
19443 according to its condition.
19444
19445 (allout-mode): Use new allout-write-contents-hook-handler, and
19446 only with write-contents-functions. Remove auto-save provisions -
19447 they're implemented elsewhere.
19448
19449 (allout-before-change-handler): If undo is in progress, note that
19450 for attention of allout-post-command-business.
19451
19452 (allout-post-command-business): If the command we're following was
19453 an undo, check for change in the status of encrypted items and
19454 adjust auto-save inhibitions accordingly.
19455
19456 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19457 according to whether there are or aren't any plain-text topics
19458 pending encryption.
19459
19460 (allout-inhibit-auto-save-info-for-decryption):
19461 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19462 if there are plain-text topics pending encryption.
19463
19464 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19465 buffer-saved-size and some allout state to not inhibit auto-saves
19466 if there are no longer any plain-text topics pending encryption.
19467
19468 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19469 No longer provide for exemption of the current topic.
19470
19471 2011-07-04 Juri Linkov <juri@jurta.org>
19472
19473 Add 7z operations to delete and save changed members (bug#8968).
19474 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19475 New defcustoms.
19476 (archive-7z-write-file-member): New function.
19477 (archive-7z-summarize): Fix the number of dashes in the
19478 listing output.
19479
19480 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19481
19482 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19483 (bug#8958).
19484
19485 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19486
19487 * bindings.el: Ignore next-buffer and previous-buffer in
19488 minibuffer-local-map.
19489
19490 * font-lock.el (font-lock-builtin-face): Change light background
19491 color to dark slate blue (Bug#6693).
19492
19493 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19494
19495 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19496
19497 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19500 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19501 Add switch-to-buffer.
19502
19503 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19504
19505 * isearch.el (isearch-search-fun-function): Clarify further the
19506 meaning of the function returned.
19507
19508 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19509
19510 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19511
19512 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19513 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19514 Use it.
19515 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19516 `tramp-default-remote-path' does not exist.
19517 (tramp-send-command-and-read): New optional argument NOERROR.
19518 (tramp-open-connection-setup-interactive-shell)
19519 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19520 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19521 (tramp-process-sentinel): Flush also process' connection property.
19522 (tramp-sh-handle-start-file-process): Do not set process
19523 sentinel. It is done now ...
19524 (tramp-maybe-open-connection): ... here. (Bug#8929)
19525
19526 2011-07-04 MON KEY <monkey@sandpframing.com>
19527
19528 * play/animate.el (animate-string): Doc fixes and allow changing
19529 the buffer name (bug#5417).
19530
19531 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19532
19533 * play/animate.el (animation-buffer-name): Rename from *animate*.
19534
19535 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19536
19537 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19538 This is simpler and helps future-proof the code.
19539 (timer-until): Use time-subtract and float-time.
19540 (timer--time-less-p): Use time-less-p.
19541
19542 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19543
19544 * type-break.el (timep): Use the value of `float-time' to avoid a
19545 byte-compiler warning.
19546
19547 * server.el (server-eval-and-print): Return any result, even nil.
19548
19549 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19550
19551 * type-break.el: Accept time formats that the builtins accept.
19552 (timep, type-break-time-difference): Accept any format that
19553 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19554 This is simpler and helps future-proof the code.
19555 (type-break-time-difference): Round rather than ignoring
19556 subseconds components.
19557
19558 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19559
19560 * info.el (Info-apropos-matches): Make non-interactive, since it
19561 doesn't seem to do anything useful as a command (bug#8829).
19562
19563 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19564
19565 * frame.el (frame-background-mode, frame-set-background-mode):
19566 Move from faces.el.
19567 (frame-default-terminal-background): New function.
19568
19569 * custom.el (custom-push-theme): Don't record faces in `changed'
19570 theme; this doesn't work correctly for per-frame face settings.
19571 (disable-theme): Use face-set-after-frame-default to reset faces.
19572 (custom--frame-color-default): New function.
19573
19574 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19575
19576 * dired.el (dired-flagging-regexp): Remove unused variable
19577 (bug#8769).
19578
19579 2011-03-29 Kevin Ryde <user42@zip.com.au>
19580
19581 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19582 `perl-Test2' extend to match possible "fail #N" rep count
19583 (bug#8377).
19584
19585 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19586
19587 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19588 `smtpmail-via-smtp' now returns the error instead of nil.
19589
19590 * isearch.el (isearch-search-fun-function): Clarify the doc string
19591 (bug#8101).
19592
19593 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19594
19595 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19596 unnecessary spaces (bug#8987).
19597
19598 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19599
19600 * net/network-stream.el (open-network-stream): Use the
19601 :end-of-capability command thoughout.
19602
19603 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19604
19605 * net/network-stream.el (open-network-stream): Add the
19606 :end-of-capability command parameter, used by pop3.el.
19607
19608 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19609
19610 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19611
19612 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19613 for list)" (bug#6475).
19614
19615 * files.el (file-expand-wildcards): Ignore non-readable
19616 sub-directories while trying to find matches instead of signaling
19617 an error (bug#6297).
19618
19619 * man.el (Man-reference-regexp): Allow matching possible
19620 word-wrapped references (bug#6289).
19621
19622 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19623 for consistency with the other vc buffers (bug#6197).
19624 (vc-checkin): Ditto.
19625
19626 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19627
19628 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19629
19630 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19631
19632 * custom.el (defcustom): Clarify that :set is only used in the
19633 Customize user interface (bug#6089).
19634
19635 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19636 associated with a file, refuse to run instead of erroring out
19637 (bug#6084).
19638
19639 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19640 the doc string, since it appears that using `fill-column' always
19641 controls the width (bug#7845).
19642
19643 * simple.el (shell-command-on-region): Say where the error output
19644 went if `shell-command-default-error-buffer' is set (bug#6857).
19645
19646 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19647
19648 * allout.el (allout-yank-processing): Adjust cursor position for
19649 backwards-deleted space.
19650
19651 (allout-rebullet-heading): Register changes with
19652 allout-exposure-changed-hook, so the modified topic is properly
19653 decorated.
19654
19655 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19656
19657 * minibuffer.el (completion-in-region): Document PREDICATE
19658 (bug#7136).
19659
19660 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19661 of keyword/argument pairs (bug#6904).
19662
19663 * replace.el (multi-occur):
19664 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19665
19666 2011-07-02 Drew Adams <drew.adams@oracle.com>
19667
19668 * dired.el (dired-mark-if): Make the message about whether it's
19669 marking or unmarking clearer (bug#8523).
19670
19671 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19672
19673 * disp-table.el (display-table-print-array): New function.
19674 (describe-display-table): Use it to print the vectors more pretty
19675 (Bug#8859).
19676
19677 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19678
19679 * window.el (window-state-get-1): Don't assign clone numbers.
19680 Add clone-of item to list of window parameters.
19681 (window-state-put-2): Don't process clone numbers.
19682 (display-buffer-alist): Fix doc-string.
19683
19684 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19685
19686 * subr.el (remq): Don't allocate if it's not needed.
19687 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19688 (keymap--merge-bindings): New functions.
19689 (keymap-canonicalize): Use them to refine the canonicalization.
19690 * minibuffer.el (minibuffer-local-completion-map)
19691 (minibuffer-local-must-match-map): Move initialization from C.
19692 (minibuffer-local-filename-completion-map): Move initialization from C;
19693 don't inherit from anything here.
19694 (minibuffer-local-filename-must-match-map): Make obsolete.
19695 (completing-read-default): Use make-composed-keymap to combine
19696 minibuffer-local-filename-completion-map with either
19697 minibuffer-local-must-match-map or
19698 minibuffer-local-filename-completion-map.
19699
19700 2011-07-01 Glenn Morris <rgm@gnu.org>
19701
19702 * type-break.el (type-break-time-sum): Use dolist.
19703
19704 * textmodes/flyspell.el (flyspell-word-search-backward):
19705 Replace CL function.
19706
19707 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19708
19709 * mouse.el (mouse--strip-first-event): New function.
19710 (function-key-map): Use it to map fringe clicks to normal clicks
19711 by default.
19712
19713 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19714 (vc-bzr-revision-completion-table): Add support for annotate and date.
19715
19716 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19717 inherit from parent.
19718
19719 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19720
19721 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19722 (dired-show-file-type): Doc fixup (bug#8818).
19723
19724 * dired.el (dired-mode): Fix up the doc string as suggested by
19725 Drew Adams (bug#8817).
19726
19727 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19728 cookie, since the manual says that it should be possible to add
19729 this function to `find-file-hook' (bug#8709).
19730
19731 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19732
19733 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19734 here. Noted Ted Zlatanov as the maintainer.
19735 (cfengine-common-settings, cfengine-common-syntax): New functions
19736 to set up common things between `cfengine-mode' and
19737 `cfengine3-mode'.
19738 (cfengine3-mode): New mode.
19739 (cfengine3-defuns cfengine3-defuns-regex
19740 (cfengine3-class-selector-regex cfengine3-category-regex)
19741 (cfengine3-vartypes cfengine3-font-lock-keywords)
19742 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19743 (cfengine3-indent-line): Add from cfengine3.el.
19744
19745 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19746
19747 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19748
19749 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19750
19751 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19752
19753 * window.el (same-window-buffer-names, same-window-regexps)
19754 (same-window-p, special-display-frame-alist)
19755 (special-display-popup-frame, special-display-function)
19756 (special-display-buffer-names, special-display-regexps)
19757 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19758 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19759 (split-window-preferred-function, split-height-threshold)
19760 (split-width-threshold, even-window-heights)
19761 (display-buffer-mark-dedicated, window-splittable-p)
19762 (split-window-sensibly, window-safely-shrinkable-p):
19763 Un-obsolete.
19764 (display-buffer): Don't spread args with function specifier
19765 because special-display-popup-frame won't like it.
19766
19767 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19768
19769 Time-stamp simplifications and fixes.
19770 These improve accuracy slightly, and future-proof the code
19771 against some potential changes to current-time format.
19772
19773 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19774 by using time-since and float-time.
19775
19776 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19777 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19778 + NNN microseconds".
19779
19780 * type-break.el (type-break-time-sum): Rewrite using time-add.
19781
19782 * play/hanoi.el (hanoi-current-time-float): Remove.
19783 All uses replaced by float-time.
19784
19785 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19786 This yields a more-accurate answer.
19787 (rng-time-to-float): Remove; no longer needed.
19788
19789 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19790
19791 * calendar/timeclock.el (timeclock-seconds-to-time):
19792 Defalias to seconds-to-time, since they're the same thing.
19793
19794 * emacs-lisp/elp.el (elp-elapsed-time):
19795 * emacs-lisp/benchmark.el (benchmark-elapse):
19796 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19797
19798 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19799
19800 * window.el (bury-buffer): Don't iconify the only frame.
19801 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19802 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19803
19804 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19805
19806 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19807 Add mouse-yank-primary.
19808
19809 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19810
19811 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19812
19813 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19814
19815 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19816 (find-library-name): Use it to find relative load names when provided
19817 absolute file name (bug#8803).
19818
19819 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19820
19821 * textmodes/flyspell.el (flyspell-word): Consider words that
19822 differ only in case as potential doublons (bug#5687).
19823
19824 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19825 Remove two rather uninteresting debugging-like messages to make
19826 debbugs.el more silent.
19827
19828 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19829 a password-like phrase.
19830
19831 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19832
19833 * progmodes/cc-guess.el: New file.
19834
19835 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19836
19837 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19838 derived from `c-basic-common-init'.
19839
19840 * progmodes/cc-mode.el (top-level): Require cc-guess.
19841 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19842
19843 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19844
19845 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19846
19847 2011-06-30 Alan Mackenzie <acm@muc.de>
19848
19849 * progmodes/cc-engine.el (c-guess-continued-construct):
19850 Correct the handling of template-args-cont, particularly for when font
19851 lock is disabled. Name this case as "CASE G".
19852
19853 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19854
19855 * allout.el (allout-yank-processing): Fix injection of extra space
19856 between bullet and non-whitespace character in first topic when
19857 pasting, ensuring that the actual spacing in the pasted topic
19858 following the bullet char is preserved. This extra space was
19859 causing pasted encrypted topics to get a decrypted status even
19860 when the content was actually still encrypted. Now the decryption
19861 status from before the paste is preserved.
19862
19863 (allout-flag-region): Set all allout overlays so they evaporate
19864 when reduced to zero length (evanescent), to prevent overlay
19865 leakage.
19866
19867 2011-06-30 Glenn Morris <rgm@gnu.org>
19868
19869 * w32-fns.el (w32-charset-info-alist): Declare.
19870
19871 * find-dired.el (find-grep-options): Simplify.
19872
19873 * term/ns-win.el (ns-set-resource): Declare.
19874
19875 * ses.el (row, col): Declare dynamic variables honestly.
19876
19877 * textmodes/reftex-parse.el (index-tags): Declare.
19878
19879 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19880
19881 * cus-edit.el (customize-push-and-save): New function.
19882
19883 * files.el (hack-local-variables-confirm): Use it.
19884
19885 * custom.el (load-theme): New arg NO-CONFIRM.
19886 Use customize-push-and-save (Bug#8720).
19887 (custom-enabled-themes): Doc fix.
19888
19889 * cus-theme.el (customize-create-theme)
19890 (custom-theme-merge-theme): Callers to load-theme changed.
19891
19892 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19893
19894 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19895 short URLs have at least one dot in them (bug #7614).
19896
19897 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19898 nil, because using a pty is apparently too slow (bug #895).
19899
19900 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19901
19902 * mail/sendmail.el (sendmail-query-once): New function.
19903 (sendmail-query-once-function): New variable.
19904
19905 2011-06-29 Glenn Morris <rgm@gnu.org>
19906
19907 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19908
19909 * ses.el (top-level): Require cl when compiling.
19910 (ses-set-localvars): Fix error statement.
19911 Call it at compile time to silence a storm of warnings.
19912
19913 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19914
19915 * window.el (normalize-live-buffer): Rename to
19916 window-normalize-buffer.
19917 (normalize-live-frame): Rename to window-normalize-frame.
19918 (normalize-any-window): Rename to window-normalize-any-window.
19919 (normalize-live-window): Rename to window-normalize-live-window.
19920 (make-window-atom): Rename to window-make-atom.
19921 (window-resize-reset): Rename to window--resize-reset.
19922 (window-resize-reset-1): Rename to window--resize-reset-1.
19923 (resize-mini-window): Rename to window--resize-mini-window.
19924 (resize-subwindows-skip-p): Rename to
19925 window--resize-subwindows-skip-p.
19926 (resize-subwindows-normal): Rename to
19927 window--resize-subwindows-normal.
19928 (resize-subwindows): Rename to window--resize-subwindows.
19929 (resize-other-windows): Rename to window--resize-siblings.
19930 (resize-this-window): Rename to window--resize-this-window.
19931 (resize-root-window): Rename to window--resize-root-window.
19932 (resize-root-window-vertically): Rename to
19933 window--resize-root-window-vertically.
19934 (normalize-buffer-to-display): Rename to
19935 window-normalize-buffer-to-display.
19936 (normalize-buffer-to-switch-to): Rename to
19937 window-normalize-buffer-to-switch-to.
19938 Correspondingly update all callers of the functions listed
19939 above.
19940 (display-buffer-alist, display-buffer-normalize-arguments)
19941 (display-buffer-normalize-options, display-buffer)
19942 (display-buffer-alist-set): Use "function" instead of
19943 "fun-with-args".
19944
19945 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
19946
19947 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
19948 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
19949 debbugs.gnu.org. Mention acknowledgment email.
19950
19951 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
19952
19953 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
19954 buffer multibyteness, since it shouldn't matter.
19955
19956 2011-06-28 Martin Rudalics <rudalics@gmx.at>
19957
19958 * window.el (display-buffer-in-side-window): Handle dedicated
19959 windows as in display-buffer-reuse-window.
19960 (display-buffer-normalize-alist): Use value of override
19961 specifier.
19962 (display-buffer-normalize-specifiers): Use value of
19963 other-window-means-other-frame specifier.
19964 (display-buffer-alist): Rewrite some texts in widgets.
19965 (display-buffer): Spread arguments when calling function
19966 specified by fun-with-args.
19967
19968 2011-06-28 Deniz Dogan <deniz@dogan.se>
19969
19970 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
19971 Unnest `let'.
19972
19973 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
19974 selectors (Bug#5732).
19975 (css-proprietary-nmstart-re): Use `regexp-opt'.
19976
19977 2011-06-27 Jari Aalto <jari.aalto@cante.net>
19978
19979 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
19980 (eshell-ls-date-format): New defcustom.
19981 (eshell-ls-file): Use it.
19982
19983 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
19984
19985 * help-fns.el (describe-variable): Fix message for terminal-local vars.
19986
19987 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
19988
19989 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
19990 (ange-ftp-make-tmp-name): New arg.
19991 (ange-ftp-file-local-copy): Use it.
19992
19993 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
19994
19995 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
19996 no-conversion (Bug#8870).
19997
19998 2011-06-27 Martin Rudalics <rudalics@gmx.at>
19999
20000 * window.el (window-right, window-left, window-child)
20001 (window-child-count, window-last-child)
20002 (window-iso-combination-p, walk-window-tree-1)
20003 (window-atom-check-1, window-tree-1, delete-window)
20004 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20005 new naming conventions - window-vchild, window-hchild,
20006 window-next and window-prev are now called window-top-child,
20007 window-left-child, window-next-sibling and window-prev-sibling
20008 respectively.
20009 (resize-window-reset): Rename to window-resize-reset.
20010 (resize-window-reset-1): Rename to window-resize-reset-1.
20011 (resize-window): Rename to window-resize.
20012 (window-min-height, window-min-width)
20013 (resize-mini-window, resize-this-window, resize-root-window)
20014 (resize-root-window-vertically, adjust-window-trailing-edge)
20015 (enlarge-window, shrink-window, maximize-window)
20016 (minimize-window, delete-window, quit-restore-window)
20017 (split-window, balance-windows, balance-windows-area-adjust)
20018 (balance-windows-area, window-state-put-2)
20019 (display-buffer-even-window-sizes, display-buffer-set-height)
20020 (display-buffer-set-width, set-window-text-height)
20021 (fit-window-to-buffer): Rename all "resize-window" prefixed
20022 calls to use the "window-resize" prefix convention.
20023 (display-buffer-alist): Fix symbol for label specifier.
20024 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20025 corresponding specifier.
20026 Reported by Juanma Barranquero <lekktu@gmail.com>.
20027
20028 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20029
20030 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20031 convention.
20032 (ses-call-printer): Does not pass an empty string to formatter when the
20033 cell is empty to keep from barking printer Calc math-format-value.
20034
20035 2011-06-27 Richard Stallman <rms@gnu.org>
20036
20037 * battery.el (battery-mode-line-limit): New variable.
20038 (battery-update): Handle it.
20039
20040 * mail/rmailmm.el (rmail-mime-process-multipart):
20041 Handle truncated messages.
20042
20043 2011-06-27 Glenn Morris <rgm@gnu.org>
20044
20045 * progmodes/flymake.el (flymake-err-line-patterns):
20046 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20047
20048 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20049
20050 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20051 (ses--clean-!, ses--clean-_): New functions.
20052 (ses-range): Add configurability of readout order, and conversion
20053 to Calc vector.
20054
20055 * ses.el (ses-repair-cell-reference-all): New function.
20056 (ses-cell-symbol): Set macro as safe, so that it can be used in
20057 formulas.
20058
20059 * ses.el: Update cycle detection algorithm.
20060 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20061 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20062 (ses-set-localvars): New function.
20063 (ses-make-cell): Add property-list as a cell element.
20064 (ses-cell-property-get-fun, ses-cell-property-get)
20065 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20066 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20067 New functions.
20068 (ses-cell-property-set, ses-cell-property-pop)
20069 (ses-cell-property-get-handle): New macro.
20070 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20071 New aliases, used for code readability.
20072 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20073 cycle detection.
20074 (ses-self-reference-early-detection): New defcustom.
20075 (ses-formula-references): Robustify against self-referring cells.
20076 (ses-mode): Use ses-set-localvars.
20077 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20078 before lauching the update processing.
20079 (ses-initialize-Dijkstra-attempt): New function.
20080 (ses-recalculate-cell): Update for cycle detection based on
20081 Dijkstra algorithm.
20082
20083 * ses.el: Fix commenting and indenting convention.
20084
20085 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20086
20087 * bs.el (bs-cycle-next): Complete last change.
20088
20089 2011-06-27 Drew Adams <drew.adams@oracle.com>
20090
20091 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20092
20093 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20094
20095 * net/network-stream.el (network-stream-open-starttls):
20096 Don't re-get capabilities unless we've reestablished connection.
20097 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20098
20099 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20100 to binary to possibly avoid line encoding issues on Windows (among
20101 other things).
20102
20103 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20104
20105 * net/network-stream.el (open-network-stream): Return an :error
20106 saying what the problem was, if possible.
20107
20108 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20109 server.
20110
20111 * net/network-stream.el (network-stream-open-starttls): If we
20112 wanted to use STARTTLS, and the server offered it, but we weren't
20113 able to because we had no STARTTLS support, then close the connection.
20114 (open-network-stream): Return an :error element, if present.
20115
20116 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20117
20118 * hl-line.el (hl-line-sticky-flag): Doc fix.
20119 (global-hl-line-sticky-flag): New option (Bug#8323).
20120 (global-hl-line-highlight): Obey it.
20121
20122 * vc/vc.el (vc-revert-show-diff): Default to t.
20123
20124 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20125
20126 * allout-widgets.el (allout-widgets-post-command-business):
20127 Stop decorating intermediate isearch matches. They're not being
20128 undecorated when an isearch is continued past, and isearch
20129 automatically collapses them. This leads to "widget leaks", where
20130 decorated items accumulate in collapsed areas. Lines with lots of
20131 hidden widgets can slow down cursor travel, substantially.
20132 Too much complicated machinery would be needed to ensure undecoration,
20133 so we're doing without this nicety.
20134
20135 (allout-widgets-tally-string): Don't try to do a hash-table-count
20136 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20137 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20138 *Messages* when allout-widgets-maintain-tally is t.
20139
20140 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20141
20142 * window.el (display-buffer-normalize-argument): Rename to
20143 display-buffer-normalize-arguments. Handle special meaning of
20144 LABEL argument. Respect special-display-function when popping up
20145 a new frame. Fix code searching for a window showing the buffer
20146 on another frame.
20147 (display-buffer-normalize-specifiers):
20148 Call display-buffer-normalize-arguments.
20149 (display-buffer-in-window): Don't undedicate the window if its
20150 buffer remains the same.
20151 Reported by Drew Adams <drew.adams@oracle.com>.
20152 (display-buffer-alist): Add choice for same-window macro
20153 specfier.
20154 (display-buffer): Mention special meaning of LABEL argument in
20155 doc-string. Fix quoting. Don't pop up a new frame even as
20156 fallback.
20157
20158 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20159
20160 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20161 avoid deleting the current window in some cases (bug#8911).
20162
20163 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20164
20165 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20166 (Bug#8934)
20167
20168 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20169
20170 * net/network-stream.el (network-stream-open-starttls):
20171 Use built-in TLS support if `gnutls-available-p' is true.
20172 (network-stream-open-tls): Ditto.
20173
20174 2011-06-26 Leo Liu <sdl.web@gmail.com>
20175
20176 * register.el (registerv): New struct.
20177 (registerv-make): New function.
20178 (jump-to-register, describe-register-1, insert-register):
20179 Support the jump-func, print-func and insert-func slot of a registerv
20180 struct. (Bug#8415)
20181
20182 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20183
20184 * vc/vc.el (vc-revert-show-diff): New defcustom.
20185 (vc-diff-internal): New arg specifying diff buffer.
20186 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20187 reuse an existing *vc-diff* buffer (Bug#8927).
20188
20189 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20190
20191 2011-06-26 Glenn Morris <rgm@gnu.org>
20192
20193 * progmodes/f90.el (f90-critical-indent): New option.
20194 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20195 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20196 (f90-mode): Doc fix.
20197 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20198 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20199 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20200 (f90-match-end): Handle block, critical.
20201
20202 2011-06-25 Glenn Morris <rgm@gnu.org>
20203
20204 * calendar/diary-lib.el (diary-included-files): Doc fix.
20205 (diary-include-files): New function, extracted from
20206 diary-include-other-diary-files and diary-mark-included-diary-files.
20207 (diary-include-other-diary-files, diary-mark-included-diary-files):
20208 Just call diary-include-files.
20209 (diary-mark-entries): Reset diary-included-files on first call.
20210
20211 * calendar/diary-lib.el (diary-mark-entries)
20212 (diary-mark-included-diary-files):
20213 Visit included diary-files in temp buffers.
20214
20215 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20216 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20217 (f90-start-block-re, f90-imenu-generic-expression)
20218 (f90-looking-at-program-block-start, f90-no-block-limit):
20219 Add support for submodules.
20220
20221 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20222 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20223
20224 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20225
20226 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20227 buffer-file-type before setting its value, to avoid disastrous
20228 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20229
20230 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20231
20232 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20233
20234 * ses.el (ses-unload-function):
20235 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20236
20237 * proced.el (proced-unload-function):
20238 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20239
20240 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20241
20242 * server.el (server-create-window-system-frame): Add parameters arg.
20243 (server-process-filter): Doc fix. Handle frame-parameters.
20244
20245 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20246
20247 Fix bug#8730, bug#8781.
20248
20249 * loadhist.el (unload--set-major-mode): New function.
20250 (unload-feature): Use it.
20251
20252 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20253 (python-unload-function): New function.
20254
20255 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20256
20257 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20258
20259 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20260
20261 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20262 the candidates list.
20263
20264 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20265
20266 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20267
20268 2011-06-23 Richard Stallman <rms@gnu.org>
20269
20270 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20271 (rmail-variables): Set next-error-move-function.
20272 (rmail-what-message): Take argument POS.
20273 (rmail-next-error-move): New function.
20274
20275 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20276
20277 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20278 messages for adjacent non-terminals.
20279
20280 2011-06-23 Richard Stallman <rms@gnu.org>
20281
20282 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20283 (rmail-show-message-1): Preserve buffer modified flag.
20284 (rmail-start-mail): Don't specify use of rmail-mail-return;
20285 that's done by mail-bury now.
20286 (rmail-mail-return): Handle arg NEWBUF.
20287
20288 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20289
20290 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20291 SIZE is a number.
20292
20293 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20294
20295 * window.el (get-lru-window, get-mru-window)
20296 (get-largest-window): Never return a minibuffer window.
20297 (display-buffer-pop-up-window): Fix a bug that could lead to
20298 reusing the minibuffer window.
20299 (display-buffer): Pass original specifier argument to
20300 display-buffer-function instead of the normalized one.
20301 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20302
20303 2011-06-22 Leo Liu <sdl.web@gmail.com>
20304
20305 * minibuffer.el (completing-read-function)
20306 (completing-read-default): Move from minibuf.c.
20307
20308 2011-06-22 Richard Stallman <rms@gnu.org>
20309
20310 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20311 to Rmail even if not started by a special Rmail command.
20312
20313 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20314 Copy the buffer currently showing just one message.
20315
20316 2011-06-22 Roland Winkler <winkler@gnu.org>
20317
20318 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20319 (bibtex-clean-entry): First delete the old key so that a
20320 customized algorithm for generating the new key does not get
20321 confused by the old key.
20322 (bibtex-url): Obey regexp of first step.
20323 (bibtex-search-entries): Do not use add-to-list with local
20324 list-var.
20325
20326 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20327
20328 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20329 stored a user name, then query for the password first, instead of
20330 waiting for SMTP to give an error message and the trying again.
20331
20332 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20333
20334 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20335 BUFFER in call-process.
20336
20337 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20338
20339 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20340 QUIT twice.
20341 (smtpmail-try-auth-methods): Require user name and password from
20342 auth-source.
20343
20344 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20345
20346 * window.el (display-buffer-default-specifiers)
20347 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20348 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20349 (split-window): Normalize SIDE argument (Bug#8916).
20350
20351 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20352 (special-display-frame-alist, special-display-popup-frame):
20353 Remove duplicate declarations. These are now in window.el.
20354
20355 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20356
20357 * mail/smtpmail.el (smtpmail-via-smtp):
20358 Set :use-starttls-if-possible so that we always use STARTTLS if the
20359 server supports it. SMTP servers that support STARTTLS commonly
20360 require it.
20361
20362 * net/network-stream.el (network-stream-open-starttls): Support
20363 upgrading to STARTTLS always, even if we don't have built-in support.
20364 (open-network-stream): Add the :always-query-capabilities keyword.
20365
20366 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20367 upgrades with `open-network-stream', and rely solely on
20368 auth-source for all credentials. Big changes throughout the file,
20369 but in particular:
20370 (smtpmail-auth-credentials): Remove.
20371 (smtpmail-starttls-credentials): Remove.
20372 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20373 MAIL FROM, too.
20374
20375 * net/network-stream.el (network-stream-open-starttls):
20376 Provide support for client certificates both for external and built-in
20377 STARTTLS.
20378 (auth-source): Require.
20379 (open-network-stream): Document the :client-certificate keyword.
20380 (network-stream-certificate): Change cert-cert to cert and
20381 cert-key to key.
20382
20383 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20384
20385 * net/tramp-cache.el (top): Don't load the persistency file when
20386 "emacs -Q" has been called.
20387
20388 2011-06-21 Tim Harper <timcharper@gmail.com>
20389
20390 * term/ns-win.el (ns-initialize-window-system):
20391 Set application-specific `ApplePressAndHoldEnabled' system
20392 resource to NO as it is not yet supported by the NS port.
20393
20394 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20395
20396 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20397 (list-dynamic-libraries): ...not here.
20398
20399 2011-06-21 Leo Liu <sdl.web@gmail.com>
20400
20401 * subr.el (sha1): Implement sha1 using secure-hash.
20402
20403 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20404
20405 * window.el (display-buffer-alist): In default value do not
20406 enforce searching a window on any but the selected frame.
20407 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20408 (display-buffer-select-window): Remove function.
20409 (display-buffer-in-window): When a window on another frame gets
20410 reused, do not select it any more but just raise its frame if
20411 necessary (Bug#8851) and (Bug#8856).
20412 (display-buffer-normalize-options): Handle pop-up-frames related
20413 options more faithfully.
20414 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20415 window if it is on another frame.
20416 (display-buffer-alist, display-buffer-default-specifiers):
20417 Don't make new frame unsplittable by default.
20418 (display-buffer-normalize-argument): Fix doc-string typo and use
20419 'same-frame-other-window instead of 'other-window when associating
20420 with display-buffer-macro-specifiers.
20421
20422 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20423
20424 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20425 New functions.
20426 (5x5-mode-map, 5x5-mode-menu): Bind them.
20427 (5x5-draw-grid): Tweak the solver's rendering.
20428
20429 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20430
20431 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20432 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20433
20434 2011-06-21 Drew Adams <drew.adams@oracle.com>
20435
20436 * menu-bar.el: Use function variable instead of switch-to-buffer.
20437 (menu-bar-select-buffer-function): New variable.
20438 (menu-bar-update-buffers): Use it (bug#8876).
20439
20440 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20443 variable's status.
20444
20445 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20446
20447 * x-dnd.el (x-dnd-version-from-flags)
20448 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20449 and long as number (Bug#8899).
20450 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20451
20452 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20453
20454 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20455 (completion-try-completion, completion-all-completions): Compute the
20456 metadata argument if it's missing; make it optional (bug#8795).
20457
20458 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20459 (widget-complete): Use new :completion-function property.
20460 (widget-completions-at-point): New function.
20461 (default): Use :completion-function instead of :complete.
20462 (widget-default-completions): Rename from widget-default-complete;
20463 Rewrite.
20464 (widget-string-complete, widget-file-complete, widget-color-complete):
20465 Remove functions.
20466 (file, symbol, function, variable, coding-system, color):
20467 * international/mule-cmds.el (default-input-method, charset)
20468 (language-info-custom-alist):
20469 * cus-edit.el (face): Use new property :completions.
20470
20471 * progmodes/pascal.el (pascal-completions-at-point): New function.
20472 (pascal-mode): Use it.
20473 (pascal-mode-map): Use completion-at-point.
20474 (pascal-toggle-completions): Make obsolete.
20475 (pascal-complete-word, pascal-show-completions):
20476 * progmodes/octave-mod.el (octave-complete-symbol):
20477 Redefine as obsolete alias.
20478 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20479 Signal absence of completion info for old Octave,
20480 (inferior-octave-complete): Redefine as obsolete alias.
20481 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20482 (meta-completions-at-point): Rename from meta-complete-symbol and
20483 adapt it for use on completion-at-point-functions.
20484 (meta-common-mode): Use it.
20485 (meta-looking-at-backward, meta-match-buffer): Remove.
20486 (meta-complete-symbol): Redefine as obsolete alias.
20487 (meta-common-mode-map): Use completion-at-point.
20488 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20489 (makefile-mode-map): Use completion-at-point.
20490 (makefile-completions-at-point): Rename from makefile-complete and
20491 adapt it for use on completion-at-point-functions.
20492 (makefile-mode): Use it.
20493 (makefile-complete): Redefine as obsolete alias.
20494
20495 2011-06-20 Deniz Dogan <deniz@dogan.se>
20496
20497 * net/rcirc.el: Delete trailing whitespaces once and for all.
20498
20499 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20500
20501 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20502
20503 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20504
20505 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20506
20507 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20508
20509 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20510
20511 * window.el (display-buffer-other-window-means-other-frame):
20512 Call display-buffer-normalize-alist.
20513 (display-buffer-normalize-specifiers-1): Rename to
20514 display-buffer-normalize-argument. New argument other-frame.
20515 Rewrite.
20516 (display-buffer-normalize-specifiers-2): Rename to
20517 display-buffer-normalize-options.
20518 (display-buffer-normalize-alist-1): New function.
20519 (display-buffer-normalize-specifiers-3): Rename to
20520 display-buffer-normalize-alist.
20521 Call display-buffer-normalize-alist-1.
20522 (display-buffer-normalize-options-inhibit): New variable.
20523 (display-buffer-normalize-specifiers): Rewrite calling
20524 display-buffer-normalize-alist,
20525 display-buffer-normalize-argument, and
20526 display-buffer-normalize-options. Don't call the latter if
20527 display-buffer-normalize-options-inhibit is non-nil.
20528 (frame-auto-delete): New option.
20529 (window-deletable-p): Use frame-auto-delete.
20530 (window-list-no-nils, window-state-ignored-parameters)
20531 (window-state-get-1, window-state-get, window-state-put-list)
20532 (window-state-put-1, window-state-put-2, window-state-put):
20533 New functions.
20534 (display-buffer-normalize-options): Move special-display-p group
20535 after pop-up-frame group (Bug#8851) and (Bug#8856).
20536
20537 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20538
20539 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20540 groups (Bug#8776).
20541 (rx-submatch-n): New function.
20542 (rx): Document it.
20543
20544 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20545 (Bug#8768).
20546
20547 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20548
20549 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20550
20551 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20552 anytime existing face settings are present (Bug#8889).
20553
20554 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20555 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20556 Remove unused argument.
20557
20558 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20559
20560 * window.el (display-buffer-default-specifiers):
20561 Remove pop-up-frame. Add pop-up-window-min-height,
20562 pop-up-window-min-width, and another reuse-window specifier
20563 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20564 (display-buffer-normalize-specifiers-2):
20565 Handle split-height-threshold and split-width-threshold also when
20566 pop-up-windows is unset. Add a reuse-window specifier for the
20567 case popping up a new window fails.
20568 (special-display-popup-frame): Remove double quoting.
20569 (display-buffer-normalize-specifiers-1): Fix thinko.
20570
20571 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20572
20573 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20574 according to comint-completion-addsuffix.
20575
20576 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20577 (pcomplete-suffix-list): Mark as obsolete.
20578 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20579 pcomplete-seen in the closure.
20580 (pcomplete-comint-setup): Setup completion-at-point as well.
20581 (pcomplete--entries): New function.
20582 (pcomplete--env-regexp): New var.
20583 (pcomplete-entries): Rewrite to work with partial-completion and
20584 without relying on pcomplete-suffix-list.
20585 (pcomplete-pare-list): Remove, unused.
20586
20587 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20588
20589 * window.el (display-buffer-alist): Set pop-up-window-min-height
20590 and pop-up-window-min-width in default value. Reported by
20591 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20592 other-window-means-other-frame.
20593 (display-buffer-macro-specifiers): Comment out entry for
20594 other-window specifier.
20595 (display-buffer-other-window-means-other-frame): New function.
20596 (display-buffer-normalize-specifiers-1): New arguments
20597 buffer-name and label. Treat other-window case specially.
20598 (display-buffer-normalize-specifiers-2): Treat other-window case
20599 specially.
20600 (display-buffer-normalize-specifiers-3): New function.
20601 (display-buffer-normalize-specifiers):
20602 Call display-buffer-normalize-specifiers-3.
20603
20604 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20605
20606 * window.el (same-window-p): Fix two typos introduced when
20607 adding with-no-warnings.
20608 (display-buffer-normalize-specifiers-1): Don't check
20609 pop-up-frames for 'unset initialization.
20610 (display-buffer-normalize-specifiers-2): Major rewrite using
20611 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20612 (pop-up-frames, display-buffer-reuse-frames)
20613 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20614 Suggested by David Engster <deng@randomsample.de>.
20615 (even-window-heights): Initialize to 'unset.
20616 (display-buffer-alist-set): Handle new 'unset initializations.
20617 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20618 other window case.
20619
20620 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20621
20622 * window.el (display-buffer-normalize-specifiers-1):
20623 Respect current value of pop-up-frames for most reasonable values of
20624 second argument of display-buffer (Bug#8865).
20625 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20626 (switch-to-buffer-other-window-same-frame)
20627 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20628 Adams (Bug#8875).
20629 (display-buffer): Don't check noninteractive when calling
20630 display-buffer-pop-up-frame.
20631 (display-buffer-pop-up-frame): Never pop up a frame in
20632 noninteractive mode (Bug#8857).
20633 (enlarge-window, shrink-window): Don't report an error when the
20634 window can't be resized as requested (Bug#8862).
20635
20636 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20637
20638 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20639
20640 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20641
20642 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20643
20644 2011-06-15 Alan Mackenzie <acm@muc.de>
20645
20646 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20647 for declarators, disable knr checking to speed up for normal files.
20648 2: Refactor, replacing a sequence of nested if forms by a cond form.
20649
20650 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20651
20652 * net/network-stream.el (open-network-stream): Add the keyword
20653 :always-query-capabilities for the case where you want to force a
20654 `plain' network connection, but the protocol still requires the
20655 capabilitiy command (i.e., SMTP and EHLO).
20656
20657 * subr.el (process-live-p): Rename from `process-alive-p' for
20658 consistency with other `-live-p' functions.
20659
20660 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20661
20662 * window.el (same-window-buffer-names, same-window-regexps)
20663 (special-display-frame-alist, special-display-popup-frame)
20664 (special-display-function, special-display-buffer-names)
20665 (special-display-regexps, pop-up-frame-alist)
20666 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20667 (pop-up-windows, split-window-preferred-function)
20668 (split-height-threshold, split-width-threshold, even-window-heights)
20669 (display-buffer-mark-dedicated): Don't encourage the use of
20670 display-buffer-alist from Elisp code.
20671
20672 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20673
20674 * progmodes/python.el (python-mode): Derive from prog-mode.
20675 * progmodes/ps-mode.el (ps-mode):
20676 * progmodes/mixal-mode.el (mixal-mode):
20677 * progmodes/cfengine.el (cfengine-mode):
20678 * progmodes/ld-script.el (ld-script-mode): Likewise.
20679
20680 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20681
20682 * window.el (display-buffer-alist): Trim default value to avoid
20683 popping up a new frame (Bug#8857) or reusing an arbitrary window
20684 on another frame.
20685 (display-buffer): Do not fall back on popping up a new frame in
20686 batch mode (Bug#8857).
20687
20688 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20689
20690 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20691 (custom-theme-summary): New function.
20692 (customize-themes): Use it.
20693
20694 2011-06-13 Glenn Morris <rgm@gnu.org>
20695
20696 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20697
20698 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20699
20700 * help.el (help-window): Remove variable.
20701 (help-window-point-marker, temp-buffer-max-height)
20702 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20703 (help-print-return-message): Don't set help-window.
20704 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20705 (help-window-setup-finish): Remove.
20706 (help-window-display-message, help-window-setup)
20707 (with-help-window): Major rewrite based on new
20708 display-buffer-window variable.
20709
20710 * help-mode.el (help-mode-finish): Remove help-window related
20711 code.
20712
20713 * view.el (view-exits-all-viewing-windows): Remove reference to
20714 view-return-to-alist in doc-string.
20715 (view-return-to-alist): Make obsolete.
20716 (view-buffer): Call pop-to-buffer-same-window and remove
20717 undo-window code.
20718 (view-buffer-other-window): Call pop-to-buffer-other-window and
20719 simplify code. Ignore second argument.
20720 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20721 simplify code. Ignore second argument.
20722 (view-return-to-alist-update): Make obsolete.
20723 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20724 Rewrite using quit-restore window parameters.
20725 (view-mode-exit): Rename second argument to EXIT-ONLY.
20726 Rewrite using quit-restore-window.
20727 (View-exit, View-exit-and-edit, View-leave, View-quit)
20728 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20729 appropriate arguments.
20730 (view-end-message): Use quit-restore window parameter.
20731
20732 * window.el (display-buffer-function): Rewrite doc-string.
20733 (display-buffer-window, display-buffer-alist): New variables.
20734 (display-buffer-split-specifiers)
20735 (display-buffer-side-specifiers)
20736 (display-buffer-macro-specifiers): New constants.
20737 (display-buffer-even-window-sizes, display-buffer-set-height)
20738 (display-buffer-set-width, display-buffer-select-window)
20739 (display-buffer-in-window, display-buffer-reuse-window)
20740 (display-buffer-split-window-1, display-buffer-split-window)
20741 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20742 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20743 (display-buffer-in-side-window, normalize-buffer-to-display)
20744 (display-buffer-normalize-specifiers-1)
20745 (display-buffer-normalize-specifiers-2)
20746 (display-buffer-normalize-specifiers, display-buffer-frame):
20747 New functions.
20748 (display-buffer): Major rewrite.
20749 (display-buffer-other-window, display-buffer-other-frame)
20750 (pop-to-buffer, switch-to-buffer-other-window)
20751 (switch-to-buffer-other-frame): Rewrite.
20752 (display-buffer-same-window, display-buffer-same-frame)
20753 (display-buffer-same-frame-other-window)
20754 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20755 (pop-to-buffer-other-window)
20756 (pop-to-buffer-same-frame-other-window)
20757 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20758 (switch-to-buffer-other-window-same-frame): New functions.
20759 (same-window-p, special-display-p): Rewrite disabling warnings.
20760 Make obsolete.
20761 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20762 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20763 Make obsolete
20764 (same-window-buffer-names, same-window-regexps)
20765 (special-display-frame-alist, special-display-popup-frame)
20766 (special-display-function, special-display-buffer-names)
20767 (special-display-regexps, pop-up-frame-alist)
20768 (pop-up-frame-function, split-window-preferred-function)
20769 (split-height-threshold, split-width-threshold)
20770 (even-window-heights): Make obsolete.
20771
20772 2011-06-12 Glenn Morris <rgm@gnu.org>
20773
20774 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20775 Misc simplifications.
20776
20777 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20778
20779 * window.el (window-safely-shrinkable-p): Restore function which
20780 was inadvertently removed in change from 2011-06-11. Declare as
20781 obsolete.
20782
20783 * calendar/calendar.el (calendar-generate-window):
20784 Use window-iso-combined-p instead of combination of one-window-p and
20785 window-safely-shrinkable-p.
20786
20787 2011-06-12 Glenn Morris <rgm@gnu.org>
20788
20789 * progmodes/fortran.el (fortran-mode-syntax-table):
20790 * progmodes/f90.el (f90-mode-syntax-table):
20791 Set % to punctuation. (Bug#8820)
20792 (f90-find-tag-default): Remove, no longer needed.
20793
20794 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20795
20796 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20797
20798 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20799
20800 * image.el (image-animated-p): Return animation delay in seconds.
20801 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20802 (image-animate-timeout): Remove DELAY argument. Don't assume
20803 every subimage has the same delay; get it from image-animated-p.
20804 (image-animate): Caller changed.
20805
20806 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20807
20808 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20809 to ignored backtrace functions.
20810
20811 2011-06-11 Glenn Morris <rgm@gnu.org>
20812
20813 * calendar/appt.el (appt-disp-window-function): Doc fix.
20814 (appt-check): Handle overlapping appointments. (Bug#8337)
20815
20816 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20817
20818 * window.el (window-tree-1, window-tree): New functions, moving
20819 the latter to window.el.
20820 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20821 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20822 (bw-refresh-edges): Remove.
20823 (balance-windows-1, balance-windows-2): New functions.
20824 (balance-windows): Rewrite in terms of window tree functions,
20825 balance-windows-1 and balance-windows-2.
20826 (bw-adjust-window): Remove.
20827 (balance-windows-area-adjust): New function with functionality of
20828 bw-adjust-window but using resize-window.
20829 (set-window-text-height): Rewrite doc-string.
20830 Use normalize-live-window and resize-window.
20831 (enlarge-window-horizontally, shrink-window-horizontally):
20832 Rename argument to DELTA.
20833 (window-buffer-height): New function.
20834 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20835 Rewrite using new window resize routines.
20836 (kill-buffer-and-window, mouse-autoselect-window-select):
20837 Use ignore-errors instead of condition-case.
20838 (quit-window): Call delete-frame instead of delete-windows-on
20839 for the only buffer on frame.
20840
20841 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20842
20843 * loadup.el (top-level): Load window before files for the sake
20844 of replace-buffer-in-windows.
20845
20846 * files.el (read-buffer-to-switch)
20847 (switch-to-buffer-other-window)
20848 (switch-to-buffer-other-frame, display-buffer-other-frame):
20849 Move to window.el.
20850
20851 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20852 (previous-buffer): Move to window.el.
20853
20854 * bindings.el (unbury-buffer): Move to window.el.
20855
20856 * window.el (delete-other-windows-vertically): Move after
20857 definition of delete-other-windows.
20858 (other-window, delete-windows-on, replace-buffer-in-windows):
20859 Move here from window.c.
20860 (record-window-buffer, unrecord-window-buffer)
20861 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20862 (switch-to-next-buffer): New functions.
20863 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20864 from simple.el. Call switch-to-next-buffer.
20865 (previous-buffer): Move here from simple.el.
20866 Call switch-to-prev-buffer.
20867 (bury-buffer): Move here from buffer.c. Switch to previous
20868 buffer when window cannot be deleted.
20869 (unbury-buffer): Move here from bindings.el.
20870 (ctl-x-map): Move binding for other-window from window.c to
20871 here.
20872 (read-buffer-to-switch, switch-to-buffer-other-window)
20873 (switch-to-buffer-other-frame): Move here from files.el.
20874 (normalize-buffer-to-switch-to): New functions.
20875 (switch-to-buffer): Move here from buffer.c.
20876 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20877
20878 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20879
20880 * window.el (window-min-height, window-min-width): Move here
20881 from window.c. Add defcustoms and rewrite doc-strings.
20882 (resize-mini-window, resize-window): New functions.
20883 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20884 Move here from window.c.
20885 (maximize-window, minimize-window): New functions.
20886 (delete-window, delete-other-windows, split-window): Move here
20887 from window.c.
20888 (window-split-min-size): New function.
20889 (split-window-keep-point): Mention split-window-above-each-other
20890 instead of split-window-vertically.
20891 (split-window-above-each-other, split-window-vertically):
20892 Rename split-window-vertically to split-window-above-each-other
20893 and provide defalias for old definition.
20894 (split-window-side-by-side, split-window-horizontally):
20895 Rename split-window-horizontally to split-window-side-by-side
20896 and provide defalias for the old definition.
20897 (ctl-x-map): Move bindings for delete-window,
20898 delete-other-windows and enlarge-window here from window.c.
20899 Replace bindings for split-window-vertically and
20900 split-window-horizontally by bindings for
20901 split-window-above-each-other and split-window-side-by-side.
20902
20903 * cus-start.el (all): Remove entries for window-min-height and
20904 window-min-width. Add entries for window-splits and
20905 window-nest.
20906
20907 2011-06-09 Glenn Morris <rgm@gnu.org>
20908
20909 * calendar/appt.el (appt-mode-line): New function.
20910 (appt-check, appt-disp-window): Use it.
20911
20912 * files.el (hack-one-local-variable-eval-safep):
20913 Allow minor-modes with explicit +/-1 arguments.
20914
20915 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20916
20917 * term/xterm.el (xterm): Add defgroup.
20918 (xterm-extra-capabilities): Add defcustom to supply known xterm
20919 capabilities, skip querying them, or query them (default).
20920 (terminal-init-xterm): Use it.
20921 (terminal-init-xterm-modify-other-keys): New function to set up
20922 modifyOtherKeys support to simplify `terminal-init-xterm'.
20923
20924 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20925
20926 * window.el (resize-window-reset, resize-window-reset-1)
20927 (resize-subwindows-skip-p, resize-subwindows-normal)
20928 (resize-subwindows, resize-other-windows, resize-this-window)
20929 (resize-root-window, resize-root-window-vertically)
20930 (window-deletable-p, window-or-subwindow-p)
20931 (frame-root-window-p): New functions.
20932
20933 2011-06-09 Glenn Morris <rgm@gnu.org>
20934
20935 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
20936 (ange-ftp-get-files): Use it.
20937
20938 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20939
20940 * mail/sendmail.el (mail-recover-1, mail-recover):
20941 * files.el (recover-file, recover-session):
20942 Handle dired-listing-switches not being just a single short option.
20943
20944 2011-06-09 Glenn Morris <rgm@gnu.org>
20945
20946 * calendar/appt.el (appt-display-message, appt-disp-window):
20947 Handle lists of appointments.
20948
20949 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20950
20951 * window.el (one-window-p): Move down in code.
20952 Rewrite doc-string.
20953 (window-current-scroll-bars): Rewrite doc-string.
20954 Normalize live window argument.
20955 (walk-windows, get-window-with-predicate, count-windows):
20956 Rewrite doc-string. Use window-list-1.
20957 (window-in-direction-2, window-in-direction, get-mru-window):
20958 New functions.
20959
20960 2011-06-08 Reuben Thomas <rrt@sc3d.org>
20961
20962 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
20963 Doc fix (Bug#8713).
20964
20965 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
20966
20967 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
20968
20969 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
20970
20971 * loadhist.el (unload-feature-special-hooks):
20972 Add `comint-output-filter-functions'.
20973
20974 2011-06-08 Ivan Kanis <gnu@kanis.fr>
20975
20976 * calendar/appt.el (appt-check): Move some initializations into the let.
20977
20978 2011-06-08 Martin Rudalics <rudalics@gmx.at>
20979
20980 * window.el (window-height): Defalias to window-total-height.
20981 (window-width): Defalias to window-body-width.
20982
20983 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
20984
20985 * image-mode.el (image-toggle-animation): New command.
20986 (image-mode-map): Bind it to RET.
20987 (image-mode): Update message.
20988 (image-toggle-display-image): Avoid a spurious cache flush.
20989 (image-transform-rotation): Doc fix.
20990 (image-transform-properties): Return quickly in the normal case.
20991 (image-animate-loop): Rename from image-animate-max-time.
20992
20993 * image.el (image-animate-max-time): Move to image-mode.el.
20994 (create-animated-image): Remove unnecessary function.
20995 (image-animate): Rename from image-animate-start. New arg.
20996 (image-animate-stop): Remove; just use image-animate-timer.
20997 (image-animate-timer): Use car-safe.
20998 (image-animate-timeout): Rename argument.
20999
21000 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21001
21002 * window.el (get-lru-window, get-largest-window): Move here from
21003 window.c. Rename first argument to ALL-FRAMES.
21004 Rephrase doc-strings.
21005 (get-buffer-window-list): Rewrite using window-list-1.
21006 Rephrase doc-string.
21007 (window-safe-min-height, window-safe-min-width): New constants.
21008 (window-size-ignore, window-min-size, window-min-size-1)
21009 (window-sizable, window-sizable-p, window-size-fixed-1)
21010 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21011 (window-max-delta-1, window-max-delta, window-resizable)
21012 (window-resizable-p, window-total-height, window-total-width)
21013 (window-body-width): New functions.
21014 (window-full-height-p, window-full-width-p): Rewrite using
21015 window-total-size.
21016 (window-body-height): Rewrite using window-body-size.
21017
21018 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21019
21020 * window.el (window-right, window-left, window-child)
21021 (window-child-count, window-last-child, window-any-p)
21022 (normalize-live-buffer, normalize-live-frame)
21023 (normalize-any-window, normalize-live-window)
21024 (window-iso-combination-p, window-iso-combined-p)
21025 (window-iso-combinations)
21026 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21027 (windows-with-parameter, window-with-parameter)
21028 (window-atom-root, make-window-atom, window-atom-check-1)
21029 (window-atom-check, window-side-check, window-check):
21030 New functions.
21031 (ignore-window-parameters, window-sides, window-sides-vertical)
21032 (window-sides-slots): New variables.
21033 (window-size-fixed): Move down in code. Minor doc-string fix.
21034
21035 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21036
21037 * comint.el (comint-dynamic-complete-as-filename)
21038 (comint-dynamic-complete-filename): Correctly call
21039 completion-in-region.
21040
21041 2011-06-05 Deniz Dogan <deniz@dogan.se>
21042
21043 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21044 in last change.
21045
21046 2011-06-05 Deniz Dogan <deniz@dogan.se>
21047
21048 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21049 (rcirc): Use it to prompt for encryption.
21050
21051 2011-06-05 Roland Winkler <winkler@gnu.org>
21052
21053 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21054 (bibtex-search-entries): New command bound to C-c C-a.
21055 (bibtex-display-entries): New function.
21056
21057 2011-06-05 Roland Winkler <winkler@gnu.org>
21058
21059 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21060 (bibtex-insert-kill): After yanking insert newline if necessary.
21061 (bibtex-initialize): Call bibtex-string-files-init only once.
21062 (bibtex-mode): Do not call easy-menu-add.
21063 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21064 (bibtex-yank): Set arg properly if nil.
21065
21066 2011-06-05 Roland Winkler <winkler@gnu.org>
21067
21068 * textmodes/bibtex.el (bibtex-search-entry-globally):
21069 New variable.
21070 (bibtex-search-entry): Use it.
21071
21072 2011-06-05 Roland Winkler <winkler@gnu.org>
21073
21074 * textmodes/bibtex.el (bibtex-entry-format): New option
21075 sort-fields.
21076 (bibtex-format-entry, bibtex-reformat): Honor this option.
21077 (bibtex-parse-entry): Return fields in proper order.
21078
21079 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21080
21081 * doc-view.el (doc-view-remove-if): Move computation of result out
21082 of `dolist' to silence misleading lexical-binding warning.
21083
21084 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21085
21086 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21087 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21088
21089 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21090
21091 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21092 "SunOS 5.10".
21093
21094 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21095
21096 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21097 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21098 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21099 (tramp-parse-putty):
21100 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21101 (tramp-completion-function-alist-ssh)
21102 (tramp-completion-function-alist-telnet)
21103 (tramp-completion-function-alist-su)
21104 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21105 cookie.
21106
21107 * net/tramp-ftp.el:
21108 * net/tramp-sh.el:
21109 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21110 load "tramp.el" `tramp-set-completion-function'.
21111
21112 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21113
21114 * shell.el: Require and use pcomplete.
21115 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21116 (shell-completion-vars): Set pcomplete-default-completion-function.
21117
21118 2011-06-04 Deniz Dogan <deniz@dogan.se>
21119
21120 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21121 `memq' (Bug#8799).
21122
21123 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21124
21125 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21126
21127 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21128
21129 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21130 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21131 * vc/log-view.el (log-view-beginning-of-defun):
21132 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21133 (smerge-refine-forward, smerge-refine-chopup-region):
21134 Silence warning for unused `dotimes' counter variables.
21135
21136 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21137
21138 * net/tramp.el (tramp-with-progress-reporter): Rename from
21139 with-progress-reporter. Use `declare'.
21140 * net/tramp-smb.el:
21141 * net/tramp-sh.el:
21142 * net/tramp-gvfs.el: Update all uses.
21143
21144 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21145
21146 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21147 buffer isn't killed before making it current.
21148
21149 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21150
21151 Silence various byte-compiler warnings.
21152 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21153 `access-type' and new obsolescence format.
21154 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21155 new format.
21156 (byte-compile-check-variable): New `access-type' argument.
21157 Only warn if the access-type is obsolete.
21158 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21159 (byte-compile-variable-set): Adjust callers.
21160 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21161 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21162 setting it as obsolete.
21163 * simple.el (minibuffer-completing-symbol):
21164 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21165 access as obsolete.
21166 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21167 obsolete yet.
21168 * international/quail.el (quail-mouse-choose-completion): Remove unused
21169 code referring to obsolete var.
21170 (quail-choose-completion-string): Remove.
21171 * server.el (server-clients-with, server-kill-buffer-query-function)
21172 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21173 * proced.el (proced-send-signal):
21174 * emacs-lisp/lisp.el (lisp-complete-symbol):
21175 Replace completion-annotate-function with completion-extra-properties.
21176
21177 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21178
21179 * simple.el (goto-line): Use read-number.
21180 (overriding-map-is-bound): Remove.
21181 (saved-overriding-map): Change default.
21182 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21183 Take the map as argument.
21184 (universal-argument, negative-argument, digit-argument): Use it.
21185 (restore-overriding-map): Adjust.
21186 (do-auto-fill): Use fill-forward-paragraph.
21187 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21188
21189 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21190 (minibuffer-inactive-mode): New major mode.
21191 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21192 the *Messages* buffer" hack.
21193 (mouse-popup-menubar): Don't burp if the event is a normal key.
21194
21195 Miscellaneous tweaks.
21196 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21197 lexical scoping as in subr.el's dolist and dotimes.
21198 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21199 Silence compiler warning.
21200 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21201 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21202 * international/ccl.el (ccl-compile): Trivial simplification.
21203 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21204 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21205 `printflag' argument.
21206 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21207 Purecopy the whole obsolescence data.
21208
21209 2011-06-01 Leo Liu <sdl.web@gmail.com>
21210
21211 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21212 improve doc-string as suggested by Marco Pessotto
21213 <melmothx@gmail.com>.
21214 (rcirc-print): Fix last change.
21215
21216 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21217
21218 * minibuffer.el (complete-with-action): Return nil for the metadata and
21219 boundaries of non-functional tables.
21220 (completion-table-dynamic): Return nil for the metadata.
21221 (completion-table-with-terminator): Add default case, using
21222 complete-with-action.
21223 (completion--metadata): New function.
21224 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21225 to try and avoid pathological performance problems.
21226 (completion--embedded-envvar-table): Return `category' metadata.
21227
21228 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21229
21230 * subr.el (process-alive-p): New tiny convenience function.
21231
21232 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21233
21234 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21235 content but also its previous major mode.
21236
21237 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21238
21239 * emacs-lisp/debug.el (debug): Restore the previous content of the
21240 *Backtrace* buffer when we exit with C-M-c.
21241
21242 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21243
21244 * minibuffer.el: Add metadata method to completion tables.
21245 (completion-category-overrides): New defcustom.
21246 (completion-metadata, completion--field-metadata)
21247 (completion-metadata-get, completion--styles)
21248 (completion--cycle-threshold): New functions.
21249 (completion-try-completion, completion-all-completions):
21250 Add `metadata' argument to choose completion-styles.
21251 (completion--do-completion): Use metadata to choose cycling.
21252 (completion-all-sorted-completions): Use metadata for sorting.
21253 Remove :completion-cycle-penalty which is not needed any more.
21254 (completion--try-word-completion): Add `metadata' argument.
21255 (minibuffer-completion-help): Check metadata for annotation function
21256 and sorting.
21257 (completion-file-name-table): Return `category' metadata.
21258 (minibuffer-completing-file-name): Make obsolete.
21259 * simple.el (minibuffer-completing-symbol): Make obsolete.
21260 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21261 completion-try-completion.
21262
21263 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21264
21265 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21266
21267 2011-05-30 Leo Liu <sdl.web@gmail.com>
21268
21269 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21270 (rcirc-print): Decode all incoming messages (bug#8744).
21271 (rcirc-decode-coding-system): Allow value nil for automatic coding
21272 system detection.
21273
21274 2011-06-01 Glenn Morris <rgm@gnu.org>
21275
21276 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21277
21278 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21279
21280 * image.el (image-animate-max-time): Allow nil and t values.
21281 Default to nil.
21282 (create-animated-image): Doc fix.
21283 (image-animate-start): Remove second arg; just use
21284 image-animate-max-time.
21285 (image-animate-timeout): Doc fix. Args changed.
21286
21287 * image-mode.el (image-toggle-display-image): Ensure that the
21288 image spec passed to the animate timer is the same object as in
21289 the buffer's display property (Bug#6981).
21290 (image-transform-properties): Doc fix.
21291
21292 * image.el (image-animate-max-time): Default to nil.
21293
21294 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21295
21296 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21297 entire buffer list (Bug#8184).
21298
21299 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21300
21301 * image.el (imagemagick-types-inhibit)
21302 (imagemagick-register-types): Doc fix.
21303
21304 2011-05-29 Deniz Dogan <deniz@dogan.se>
21305
21306 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21307 default.
21308
21309 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21310
21311 * select.el: Don't perform clipboard-manager saving in hooks;
21312 leave the hooks empty.
21313
21314 2011-05-28 Leo Liu <sdl.web@gmail.com>
21315
21316 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21317 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21318 (occur-edit-mode): New major mode (Bug#8463).
21319 (occur-after-change-function): New function.
21320 (occur-engine): Give Occur tags a read-only property.
21321
21322 2011-05-28 Kevin Ryde <user42@zip.com.au>
21323
21324 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21325
21326 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21327
21328 * bindings.el (help-echo): Make the initial non-indicator dash
21329 empty on graphical terminals (Bug#7295).
21330
21331 * files.el (auto-mode-alist): Move config rule after the
21332 in-stripping one (Bug#8547).
21333
21334 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21335
21336 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21337 setting (Bug#8740).
21338
21339 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21340
21341 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21342 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21343 (Bug#8539).
21344
21345 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21348
21349 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21350
21351 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21352 (hs-hide-block-at-point, hs-find-block-beginning)
21353 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21354 (Bug#8279).
21355
21356 2011-05-28 Glenn Morris <rgm@gnu.org>
21357
21358 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21359
21360 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21361
21362 * help-fns.el (describe-function-1): If the function is a derived
21363 major mode, print the parent mode.
21364
21365 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21366 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21367
21368 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21369
21370 * minibuffer.el (completion--capf-wrapper): Check applicability before
21371 returning non-nil for non-exclusive completion data.
21372 * progmodes/etags.el (tags-completion-at-point-function):
21373 * info-look.el (info-lookup-completions-at-point): Mark as
21374 non-exclusive.
21375 (info-complete): Adjust accordingly.
21376
21377 * info-look.el: Convert to lexical-binding and completion-at-point.
21378 (info-lookup-completions-at-point): New function.
21379 (info-complete): Use it and completion-in-region.
21380
21381 2011-05-28 Drew Adams <drew.adams@oracle.com>
21382
21383 * isearch.el: Let M-e start with point at the first mismatched char.
21384 (isearch-fail-pos): New function.
21385 (isearch-edit-string): Use it.
21386
21387 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21388
21389 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21390
21391 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21392
21393 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21394 traversal functions for avl-trees.
21395 (avl-tree--stack): New struct.
21396 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21397 (avl-tree-enter): Add optional `updatefun' arg.
21398 (avl-tree--do-enter): Add optional `updatefun' arg.
21399 Change return value.
21400 (avl-tree-delete): Add optional `test' and `nilflag' args.
21401 (avl-tree--do-delete): Add `test' and `nilflag' args.
21402 Change return value.
21403 (avl-tree-member): Add optional `nilflag'
21404 (avl-tree-member-p): New function.
21405 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21406 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21407 (avl-tree-stack-empty-p): New functions.
21408
21409 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21410 avl-tree--del-balance1 and make it work both ways.
21411 (avl-tree--del-balance2): Remove.
21412 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21413 make it work both ways.
21414 (avl-tree--enter-balance2): Remove.
21415 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21416 New macros.
21417 (avl-tree--mapc, avl-tree-map): Add direction argument.
21418
21419 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21420
21421 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21422
21423 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21424
21425 * select.el: Support clipboard managers with built-in function
21426 x-clipboard-manager-save, via delete-frame-functions and
21427 kill-emacs-hook.
21428 (xselect-convert-to-targets): Add MULTIPLE target to list.
21429 (xselect-convert-to-save-targets): New function.
21430
21431 2011-05-27 Kenichi Handa <handa@m17n.org>
21432
21433 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21434 let-binding rfc2047-encode-encoded-words to nil.
21435
21436 2011-05-27 Glenn Morris <rgm@gnu.org>
21437
21438 * mail/emacsbug.el: Don't require url-util.
21439
21440 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21441
21442 * files.el (set-auto-mode):
21443 Also respect mode: entries at the end of the file. (Bug#8586)
21444
21445 2011-05-26 Glenn Morris <rgm@gnu.org>
21446
21447 * files.el (hack-local-variables-prop-line, hack-local-variables):
21448 Downcase mode names, as seems to be traditional.
21449 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21450
21451 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21452 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21453
21454 2011-05-25 Julien Danjou <julien@danjou.info>
21455
21456 * textmodes/rst.el (rst-define-level-faces): Do not define face
21457 symbol if it is already defined.
21458
21459 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21460
21461 * play/5x5.el (5x5-new-game, 5x5-randomize):
21462 Reset 5x5-solver-output to nil when a new grid is cast.
21463 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21464 these debugging traces, as defmacro breaks the compiled code.
21465
21466 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21467
21468 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21469
21470 2011-05-24 Leo Liu <sdl.web@gmail.com>
21471
21472 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21473 (vc-bzr-sha1): Adapt.
21474
21475 * sha1.el: Remove. Function `sha1' is now builtin.
21476
21477 * bindings.el: Provide sha1 feature.
21478
21479 2011-05-24 Kenichi Handa <handa@m17n.org>
21480
21481 * mail/sendmail.el: Require `rfc2047'.
21482 (mail-insert-from-field): Do not perform RFC2047 encoding.
21483 (mail-encode-header): New function.
21484 (sendmail-send-it): Set buffer-file-coding-system of the work
21485 buffer to the return value of select-message-coding-system.
21486 Call mail-encode-header.
21487
21488 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21489
21490 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21491
21492 * mail/supercite.el (sc-default-cite-frame):
21493 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21494
21495 2011-05-24 Glenn Morris <rgm@gnu.org>
21496
21497 * progmodes/python.el (brm-menu): Declare.
21498
21499 * emulation/viper.el (viper-set-hooks): Declare.
21500
21501 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21502 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21503 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21504 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21505 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21506 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21507
21508 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21509
21510 Add an :exit-function for completion-at-point.
21511
21512 * minibuffer.el (completion--done): New fun.
21513 (completion--do-completion): Use it. New arg `expect-exact'.
21514 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21515 since completion--do-completion does it for us now.
21516 (minibuffer-force-complete): Use completion--done and
21517 completion--replace. Handle sole-completion case with more care.
21518 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21519 (completion-extra-properties): New var.
21520 (completion-annotate-function): Make obsolete.
21521 (minibuffer-completion-help): Adjust accordingly.
21522 Use completion-list-insert-choice-function.
21523 (completion-at-point, completion-help-at-point):
21524 Bind completion-extra-properties.
21525 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21526 * simple.el (completion-list-insert-choice-function): New var.
21527 (completion-setup-function): Preserve it.
21528 (choose-completion): Pay attention to it, shuffle the code a bit.
21529 (choose-completion-string): New arg `insert-function'.
21530
21531 * textmodes/bibtex.el: Convert to lexical binding.
21532 (bibtex-mode-map): Use completion-at-point.
21533 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21534 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21535 (bibtex-complete): Define as obsolete alias.
21536 (bibtex-complete-internal): Remove.
21537 (bibtex-format-entry): Remove unused sub-group in regexp.
21538 * shell.el (shell--command-completion-data)
21539 (shell-environment-variable-completion):
21540 * pcomplete.el (pcomplete-completions-at-point):
21541 * comint.el (comint--complete-file-name-data): Use :exit-function
21542 instead of completion-table-with-terminator so it also works for
21543 choose-completion.
21544
21545 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21546
21547 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21548
21549 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21550 (bug#8710).
21551
21552 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21553
21554 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21555
21556 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21557 customization variable and implement: If non-nil, auto-fill will
21558 be inhibited while on topic's header line.
21559
21560 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21561
21562 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21563 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21564 always have a solution in grid size = 5 cases.
21565 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21566 (5x5-solver-output, 5x5-log-buffer): New vars.
21567 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21568 Make these variables buffer local to achieve 5x5 multi-session-ness.
21569 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21570 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21571 (5x5-solve-suggest): New funs.
21572 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21573 randomize a grid so that we ensure that there is always a solution.
21574 (5x5-make-random-grid): Allow other movement than flipping.
21575
21576 2011-05-23 Kevin Ryde <user42@zip.com.au>
21577
21578 * emacs-lisp/advice.el (ad-read-advised-function):
21579 Use `function-called-at-point' as the default, if it has
21580 advice and passes PREDICATE.
21581
21582 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21583
21584 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21585 byte-compile-lambda if it's actually a lambda.
21586
21587 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21588 Fix function quoting. Use backquote better.
21589
21590 2011-05-22 Yuanle Song <sylecn@gmail.com>
21591
21592 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21593 matching (Bug#8516).
21594
21595 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21596
21597 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21598 different face (Bug#8178).
21599
21600 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21601
21602 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21603 defface (Bug#8144).
21604
21605 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21606
21607 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21608 funcall as well (bug#8712). Warn when performing those conversions.
21609 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21610
21611 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21612
21613 2011-05-22 Glenn Morris <rgm@gnu.org>
21614
21615 * files.el (hack-local-variables-prop-line): Small simplifications.
21616 (hack-local-variables, hack-local-variables-prop-line):
21617 If MODE-ONLY, return the mode, rather than just `t'.
21618
21619 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21620
21621 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21622
21623 2011-05-21 Glenn Morris <rgm@gnu.org>
21624
21625 * files.el (hack-local-variables-prop-line, hack-local-variables):
21626 If only interested in the mode, don't bother doing the other stuff.
21627
21628 * image-mode.el (image-after-revert-hook):
21629 Redraw all frames on which the image is visible. (Bug#8567)
21630
21631 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21632
21633 * wid-edit.el (widget-checklist-match-inline):
21634 Fix 2011-04-19 change. (Bug#8649)
21635
21636 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21637
21638 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21639 Also allow singlespace after single-letter capitals followed by a dot.
21640
21641 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21642 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21643
21644 2011-05-20 Nix <nix@esperi.org.uk>
21645
21646 * files.el (basic-save-buffer-2):
21647 Fix handling of break-hardlink-on-save with non-existent files.
21648
21649 2011-05-19 Deniz Dogan <deniz@dogan.se>
21650
21651 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21652 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21653
21654 2011-05-19 Glenn Morris <rgm@gnu.org>
21655
21656 * progmodes/f90.el (f90-type-def-re):
21657 Handle "type, bind(c)". (Bug#8691)
21658
21659 * emacs-lisp/autoload.el (batch-update-autoloads):
21660 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21661
21662 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21663
21664 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21665 property for the correct connection in case of multihops.
21666
21667 2011-05-18 Glenn Morris <rgm@gnu.org>
21668
21669 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21670 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21671
21672 Rationalize calendar handling of day and month abbrev-arrays.
21673 * calendar/calendar.el (calendar-customized-p): New function.
21674 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21675 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21676 Add :set function.
21677 (calendar-abbrev-length, calendar-day-abbrev-array)
21678 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21679 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21680 Elements may no longer be nil.
21681 (calendar-day-name, calendar-month-name):
21682 Update for changed nature of abbrev arrays.
21683 * calendar/diary-lib.el (diary-name-pattern):
21684 Update for changed nature of abbrev arrays.
21685 (diary-mark-entries-1): Update calendar-make-alist calls.
21686 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21687 * calendar/cal-html.el (cal-html-day-abbrev-array):
21688 Simply inherit from calendar-day-abbrev-array.
21689
21690 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21691
21692 * progmodes/grep.el (grep-mode): Disable default
21693 compilation-directory-matcher setting (bug#8684).
21694
21695 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21696
21697 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21698 instead of "head" and "tail". There were problems with SunOS 5.9,
21699 and it performs better.
21700
21701 2011-05-17 Glenn Morris <rgm@gnu.org>
21702
21703 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21704
21705 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21706 Replace obsolete function.
21707
21708 * shell.el (pcomplete-parse-arguments-function): Declare.
21709
21710 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21711 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21712 (appt-check): Doc fixes.
21713 (appt-disp-window-function, appt-delete-window-function):
21714 Remove needless special case in custom :type.
21715 (appt-display-count): Default to 0, not nil.
21716 (appt-check): Reset appt-display-count to 0, not nil.
21717
21718 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21719
21720 * progmodes/python.el (python-font-lock-keywords):
21721 Add the Python 3.X keyword "nonlocal" (bug#8639).
21722
21723 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21724
21725 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21726
21727 2011-05-16 Kevin Ryde <user42@zip.com.au>
21728
21729 * info-look.el (makefile-automake-mode): New setups, looking in
21730 automake manual, then makefile-mode.
21731 (makefile-mode): Remove automake manual, have it just in
21732 makefile-automake-mode since there's various things different or
21733 not relevant to plain make.
21734 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21735 believe a hypothetical automake-mode would go to makefile-mode,
21736 not the other way around.
21737
21738 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21739
21740 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21741 hunk-end tags (Bug#8672).
21742
21743 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21744 vc-annotate-show-diff-revision-at-line (Bug#8671).
21745
21746 2011-05-14 Glenn Morris <rgm@gnu.org>
21747
21748 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21749 in the middle of an existing one with multiple authors. (Bug#8645)
21750 (change-log-font-lock-keywords): Also handle multiple author lines
21751 with leading tabs. (Bug#8644)
21752
21753 * calendar/appt.el (appt-check): Rename some local variables.
21754 Some simplification/reordering.
21755
21756 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21757 (feedmail-sendmail-f-doesnt-sell-me-out)
21758 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21759 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21760 (feedmail-queue-runner-message-sender): Set :version.
21761 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21762 (bbdb-dwim-net-address, vm-mail): Declare.
21763 (feedmail-binmail-gnulinuxish-template):
21764 Rename from feedmail-binmail-linuxish-template.
21765 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21766 Use insert-buffer-substring.
21767
21768 2011-05-14 Bill Carpenter <bill@carpenter.org>
21769
21770 * mail/feedmail.el (feedmail-patch-level): Increase.
21771 (feedmail-debug): New custom group.
21772 (feedmail-confirm-outgoing-timeout)
21773 (feedmail-sendmail-f-doesnt-sell-me-out)
21774 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21775 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21776 (feedmail-sender-line, feedmail-from-line)
21777 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21778 (feedmail-spray-this-address)
21779 (feedmail-spray-address-fiddle-plex-list)
21780 (feedmail-queue-use-send-time-for-date)
21781 (feedmail-queue-use-send-time-for-message-id)
21782 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21783 (feedmail-buffer-eating-function):
21784 Doc fixes.
21785 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21786 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21787 (feedmail-message-action-scroll-down): New functions.
21788 (feedmail-queue-directory, feedmail-queue-draft-directory):
21789 Use expand-file-name.
21790 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21791 Remove C-v help entry.
21792 (feedmail-queue-buffer-file-name): New variable.
21793 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21794 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21795 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21796 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21797 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21798 (feedmail-message-action-toggle-spray)
21799 (feedmail-run-the-queue-no-prompts)
21800 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21801 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21802 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21803 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21804 (feedmail-envelope-deducer, feedmail-fiddle-from)
21805 (feedmail-fiddle-sender, feedmail-default-date-generator)
21806 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21807 (feedmail-fiddle-spray-address)
21808 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21809 (feedmail-fiddle-list-of-fiddle-plexes)
21810 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21811 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21812 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21813 Change default. Doc fix.
21814 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21815 (feedmail-binmail-linuxish-template): New constant.
21816 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21817 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21818 (feedmail-send-it): Add debug call.
21819 Use feedmail-queue-buffer-file-name, and
21820 feedmail-send-it-immediately-wrapper.
21821 (feedmail-message-action-send): Add debug call.
21822 Use feedmail-send-it-immediately-wrapper.
21823 (feedmail-queue-express-to-queue): Add debug call.
21824 Run feedmail-queue-express-hook.
21825 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21826 (feedmail-message-action-help-blat):
21827 Rename from feedmail-queue-send-edit-prompt-help-first.
21828 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21829 Check line-endings. Handle errors better.
21830 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21831 Doc fix. Add debug call.
21832 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21833 Use feedmail-queue-send-edit-prompt-inner.
21834 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21835 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21836 from feedmail-queue-send-edit-prompt.
21837 (feedmail-queue-send-edit-prompt-help)
21838 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21839 (feedmail-tidy-up-slug): Add debug call.
21840 Respect feedmail-queue-slug-suspect-regexp.
21841 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21842 (feedmail-dump-message-to-queue): Add debug call.
21843 Expand queue-directory.
21844 (feedmail-dump-message-to-queue): Change message slightly.
21845 Use feedmail-say-chatter.
21846 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21847 (feedmail-send-it-immediately-wrapper): New function.
21848 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21849 Insert empty string rather than newline. Handle full-frame case.
21850 Use catch/throw. Use feedmail-say-chatter.
21851 (feedmail-fiddle-from): Try mail-host-address.
21852 (feedmail-default-message-id-generator): Doc fix.
21853 Bind system-time-locale. Handle missing end.
21854 (feedmail-fiddle-x-mailer): Add debug call.
21855 Handle feedmail-x-mailer-line being nil.
21856 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21857 Add debug call. Use buffer-substring-no-properties.
21858 (feedmail-say-debug, feedmail-say-chatter): New functions.
21859 (feedmail-find-eoh): Give an explicit error.
21860
21861 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21862
21863 * net/newst-treeview.el (newsticker-treeview-face): Change default
21864 family from helvetica to sans.
21865 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21866 etc/images/newsticker.
21867
21868 * net/newst-reader.el (newsticker-feed-face): Change default
21869 family from helvetica to sans.
21870
21871 * net/newst-plainview.el (newsticker-new-item-face)
21872 (newsticker-old-item-face, newsticker-immortal-item-face)
21873 (newsticker-obsolete-item-face, newsticker-date-face)
21874 (newsticker-statistics-face): Change default family from
21875 helvetica to sans.
21876 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21877 etc/images/newsticker.
21878
21879 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21880 (newsticker--process-auto-mark-filter-match): Tell user about
21881 auto-marking.
21882
21883 2011-05-13 Didier Verna <didier@xemacs.org>
21884
21885 Common Lisp indentation improvements on defmethod and lambda-lists.
21886 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21887 TODO entries.
21888 (lisp-lambda-list-keyword-parameter-indentation)
21889 (lisp-lambda-list-keyword-parameter-alignment)
21890 (lisp-lambda-list-keyword-alignment): New customizable user options.
21891 (lisp-indent-defun-method): Improve docstring.
21892 (extended-loop-p): Fix comment.
21893 (lisp-indent-lambda-list-keywords-regexp): New variable.
21894 (lisp-indent-lambda-list): New function.
21895 (lisp-indent-259): Use it.
21896 (lisp-indent-defmethod): Support for more than one
21897 method qualifier and properly indent methods lambda-lists.
21898 (defgeneric): Provide a missing common-lisp-indent-function property.
21899
21900 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21901
21902 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21903 bounds for the empty string (bug#8667).
21904
21905 2011-05-13 Glenn Morris <rgm@gnu.org>
21906
21907 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21908
21909 * mail/sendmail.el (sendmail-program): Try executable-find first.
21910 (sendmail-send-it): `sendmail-program' cannot be unbound.
21911
21912 * calendar/appt.el (appt-make-list): Simplify.
21913 (appt-time-msg-list): Doc fix.
21914 (appt-check): Change mode-line message at the time of the appointment.
21915
21916 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21917
21918 * progmodes/ld-script.el (ld-script-keywords)
21919 (ld-script-builtins): Update keywords list.
21920
21921 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21922
21923 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21924
21925 * shell.el (shell-completion-vars): New function.
21926 (shell-mode):
21927 * simple.el (read-shell-command): Use it.
21928 (blink-matching-open): No need for " [...]" in minibuffer-message.
21929
21930 2011-05-12 Glenn Morris <rgm@gnu.org>
21931
21932 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
21933 (appt-check): Simplify.
21934
21935 2011-05-12 Eli Zaretskii <eliz@gnu.org>
21936
21937 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
21938 literal "/dev/null".
21939
21940 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21941
21942 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
21943 Fix typo.
21944
21945 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
21946
21947 * progmodes/which-func.el (which-function):
21948 Use add-log-current-defun instead of add-log-current-defun-function,
21949 which might not be defined (Bug#8260).
21950
21951 2011-05-12 Glenn Morris <rgm@gnu.org>
21952
21953 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
21954 Let byte-compile-initial-macro-environment always take precedence.
21955
21956 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21957
21958 * net/rcirc.el: Add support for SSL/TLS connections.
21959 (rcirc-server-alist): New field `encryption'.
21960 (rcirc): Check `encryption' settings.
21961 (rcirc-connect): New arg `encryption'. Use open-network-stream.
21962 Merge make-local-variable into `set'.
21963 (rcirc--connection-open-p): New function.
21964 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
21965 the process is not a network process (e.g. running gnutls-cli).
21966 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
21967 Make rcirc-(en|de)code-coding-system local here.
21968 (rcirc-mode): Merge make-local-variable into `set'.
21969 (rcirc-parent-buffer): Make permanent buffer-local.
21970 (rcirc-multiline-minor-mode): Don't do it here.
21971 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
21972 there's no server buffer.
21973
21974 2011-05-11 Glenn Morris <rgm@gnu.org>
21975
21976 * newcomment.el (comment-kill): Prefix "unused" local.
21977
21978 * term/w32console.el (get-screen-color): Declare.
21979
21980 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
21981 Handle symbol elements of byte-compile-initial-macro-environment.
21982
21983 2011-05-10 Leo Liu <sdl.web@gmail.com>
21984
21985 * bookmark.el (bookmark-bmenu-mode-map):
21986 Bind bookmark-bmenu-search to `/'.
21987
21988 * mail/footnote.el: Convert to utf-8 encoding.
21989 (footnote-unicode-string, footnote-unicode-regexp): New variable.
21990 (Footnote-unicode): New function.
21991 (footnote-style-alist): Add unicode style to the list.
21992 (footnote-style): Doc fix.
21993
21994 2011-05-10 Jim Meyering <meyering@redhat.com>
21995
21996 Fix doubled-word typos.
21997 * international/quail.el (quail-insert-kbd-layout): and and -> and
21998 * kermit.el: and and -> and
21999 * net/ldap.el (ldap-search-internal): to to -> to
22000 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22001 * progmodes/js.el (js-mode): and and -> and
22002 * textmodes/artist.el (artist-move-to-xy): at at -> at
22003 (artist-draw-region-trim-line-endings): if if -> if
22004 And Safetyc -> Safety.
22005 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22006
22007 2011-05-10 Glenn Morris <rgm@gnu.org>
22008 Stefan Monnier <monnier@iro.umontreal.ca>
22009
22010 * files.el (hack-one-local-variable-eval-safep):
22011 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22012
22013 2011-05-10 Glenn Morris <rgm@gnu.org>
22014
22015 * calendar/diary-lib.el (diary-list-entries-hook)
22016 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22017 (diary-nongregorian-marking-hook, diary-list-entries)
22018 (diary-include-other-diary-files, diary-mark-entries)
22019 (diary-mark-included-diary-files): Doc fixes.
22020
22021 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22022
22023 * misc.el: Require tabulated-list.el during compilation.
22024
22025 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22026
22027 * progmodes/compile.el (compilation-start):
22028 Run compilation-filter-hook for the async case too.
22029 (compilation-filter-hook): Doc fix.
22030
22031 2011-05-09 Deniz Dogan <deniz@dogan.se>
22032
22033 * wdired.el: Remove outdated installation comment. Fix usage
22034 comment.
22035
22036 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22037
22038 * misc.el: Implement new command `list-dynamic-libraries'.
22039 (list-dynamic-libraries--loaded-only-p): New variable.
22040 (list-dynamic-libraries--refresh): New function.
22041 (list-dynamic-libraries): New command.
22042
22043 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22044
22045 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22046 Fix the ant regexp to handle end-line and end-column info from jikes.
22047 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22048 higher priority to avoid clobbering by gnu.
22049
22050 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22051
22052 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22053 if the face has existing theme settings (Bug#8454).
22054
22055 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22056
22057 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22058 Only match variables declared via `my' or `our' (Bug#8261).
22059
22060 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22061 special file names `.' and `..' (Bug#8259).
22062
22063 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22064
22065 * progmodes/grep.el (grep-mode-font-lock-keywords):
22066 Remove buffer-changing entries.
22067 (grep-filter): New function.
22068 (grep-mode): Add it to compilation-filter-hook.
22069
22070 * progmodes/compile.el (compilation-filter-hook)
22071 (compilation-filter-start): New defvars.
22072 (compilation-filter): Call compilation-filter-hook prior to
22073 updating the process mark.
22074
22075 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22076
22077 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22078
22079 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22080
22081 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22082 mailclient-send-it even if window-system is nil. (Bug#8595)
22083
22084 * term/w32console.el (terminal-init-w32console):
22085 Call get-screen-color and use its output to set the frame
22086 background-mode. (Bug#8597)
22087
22088 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22089
22090 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22091 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22092 New functions.
22093 (defgeneric, eieio--defmethod): Use them.
22094 (eieio-defgeneric): Remove.
22095 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22096
22097 2011-05-07 Glenn Morris <rgm@gnu.org>
22098
22099 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22100 Use let rather than let*.
22101 (timeclock-find-discrep): Remove unused local.
22102
22103 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22104
22105 * calendar/appt.el (appt-time-msg-list): Doc fix.
22106
22107 2011-05-06 Noah Friedman <friedman@splode.com>
22108
22109 * apropos.el (apropos-print-doc): Only use
22110 emacs-lisp-docstring-fill-column when it is bound to an integer,
22111 per that variable's documentation.
22112
22113 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22114
22115 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22116 and warnings are not silently discarded (e.g. use -d instead of -P).
22117
22118 2011-05-06 Glenn Morris <rgm@gnu.org>
22119
22120 * calendar/appt.el (appt-message-warning-time): Doc fix.
22121 (appt-warning-time-regexp): New option.
22122 (appt-make-list): Respect appt-message-warning-time.
22123
22124 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22125 New options.
22126 (diary-add-to-list): Strip comments from the displayed string.
22127 (diary-mode): Set comment-start and comment-end.
22128
22129 * vc/diff-mode.el (smerge-refine-subst): Declare.
22130 (diff-refine-hunk): Don't require smerge-mode when compiling.
22131
22132 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22133
22134 * simple.el (list-processes): Return nil as the docstring says.
22135
22136 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22137
22138 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22139 to "".
22140 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22141 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22142 determining of binary transfer. (Bug#7383)
22143
22144 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22145
22146 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22147 Fix port computation bug. (Bug#8618)
22148
22149 2011-05-05 Glenn Morris <rgm@gnu.org>
22150
22151 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22152
22153 * simple.el (shell-dynamic-complete-functions)
22154 (comint-dynamic-complete-functions): Declare.
22155
22156 * net/network-stream.el (gnutls-negotiate):
22157 * simple.el (tabulated-list-print): Fix declarations.
22158
22159 * progmodes/gud.el (syntax-symbol, syntax-point):
22160 Remove unnecessary and incorrect declarations.
22161
22162 * emacs-lisp/check-declare.el (check-declare-scan):
22163 Handle byte-compile-initial-macro-environment in bytecomp.el.
22164
22165 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22166
22167 Fix earlier half-done eieio-defmethod change (bug#8338).
22168 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22169 Streamline and change calling convention.
22170 (defmethod): Adjust accordingly and simplify.
22171 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22172 new eieio--defmethod.
22173 (slot-boundp): Minor CSE simplification.
22174
22175 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22176
22177 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22178 (glasses-make-readable): Use glasses-separate-capital-groups.
22179
22180 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22181
22182 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22183 (warning-series): Doc fix.
22184 (display-warning): Don't try to create the buffer if we just found it.
22185
22186 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22187
22188 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22189 (autoload-find-generated-file): New function.
22190 (generate-file-autoloads): Bind generated-autoload-file to
22191 buffer-file-name.
22192 (update-file-autoloads, update-directory-autoloads):
22193 Use autoload-find-generated-file. If called interactively, prompt for
22194 output file (Bug#7989).
22195 (batch-update-autoloads): Doc fix.
22196
22197 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22198
22199 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22200
22201 2011-05-04 Glenn Morris <rgm@gnu.org>
22202
22203 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22204 function, so it follows changes in calendar-date-style.
22205 (diary-fancy-date-matcher): New function.
22206 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22207 (diary-fancy-font-lock-fontify-region-function):
22208 Use diary-fancy-date-pattern as a function.
22209
22210 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22211 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22212
22213 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22214
22215 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22216 instead of positional arguments. Allow :keylist and :crlfiles
22217 arguments.
22218 (open-gnutls-stream): Call it.
22219
22220 * net/network-stream.el (network-stream-open-starttls): Adjust to
22221 call `gnutls-negotiate' with :process and :hostname arguments.
22222
22223 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22224
22225 * minibuffer.el (completion--message): New function.
22226 (completion--do-completion, minibuffer-complete)
22227 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22228 (completion--do-completion): Don't ignore completion-auto-help when in
22229 icomplete-mode.
22230
22231 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22232 internal encoding (e.g. tibetan zero is not whitespace).
22233 (global-whitespace-mode): Prefer save-current-buffer.
22234 (whitespace-trailing-regexp): Remove useless save-match-data.
22235 (whitespace-empty-at-bob-regexp): Minor simplification.
22236
22237 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22238
22239 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22240
22241 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22242
22243 * textmodes/ispell.el (ispell-add-per-file-word-list):
22244 Use `concat' to create string for insertion.
22245
22246 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22247
22248 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22249 Avoid open-line which runs post-self-insert-hook.
22250 (bibtex-fill-entry): Remove unused `end' var.
22251
22252 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22253
22254 * textmodes/ispell.el (ispell-add-per-file-word-list):
22255 Protect against `nil' value of `comment-start' (Bug#8579).
22256
22257 2011-05-03 Leo Liu <sdl.web@gmail.com>
22258
22259 * isearch.el (isearch-yank-pop): New command.
22260 (isearch-mode-map): Bind it to `M-y'.
22261 (isearch-forward): Mention it.
22262
22263 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22264
22265 * simple.el (minibuffer-complete-shell-command): Remove.
22266 (minibuffer-local-shell-command-map): Use completion-at-point.
22267 (read-shell-command): Setup completion vars here instead.
22268 (read-expression-map): Bind TAB to symbol completion.
22269
22270 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22271 error directly rather via storing it into `results'.
22272
22273 2011-05-02 Leo Liu <sdl.web@gmail.com>
22274
22275 * vc/diff.el: Fix description.
22276
22277 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22278
22279 * server.el (server-eval-at): New function.
22280
22281 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22282
22283 * net/network-stream.el (open-network-stream): Take a :nowait
22284 parameter and pass it on to `make-network-process'.
22285 (network-stream-open-plain): Ditto.
22286
22287 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22288
22289 * faces.el (face-spec-set-match-display): Don't match toolkit
22290 options on terminal frames.
22291
22292 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22293
22294 * progmodes/pascal.el: Use lexical binding.
22295 (pascal-mode-map): Remove author preferences.
22296
22297 * pcomplete.el (pcomplete-std-complete): Don't abuse
22298 completion-at-point.
22299
22300 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22301
22302 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22303 removing code that has been dead since 1991 or so.
22304
22305 * startup.el (command-line): When warning about "_emacs", use a
22306 delayed warning to allow the user to filter it out.
22307
22308 2011-04-28 Deniz Dogan <deniz@dogan.se>
22309
22310 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22311 user has not joined.
22312
22313 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22314
22315 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22316 aren't any completions at point.
22317
22318 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22319
22320 * subr.el (display-delayed-warnings): New function.
22321 (delayed-warnings-hook): New variable.
22322
22323 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22324
22325 * minibuffer.el (completion-at-point, completion-help-at-point):
22326 Don't presume that a given completion-at-point-function will always
22327 use the same calling convention.
22328
22329 * pcomplete.el (pcomplete-completions-at-point):
22330 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22331 pcomplete-seen is non-nil.
22332 (pcomplete-comint-setup): Also recognize the new comint/shell
22333 completion functions.
22334 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22335 pcomplete-seen is non-nil.
22336
22337 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22338
22339 * calendar/icalendar.el (diary-lib): Add require statement.
22340 (icalendar--create-uid): Read out a uid from a text-property on
22341 the first character in the entry. This allows for code to add its
22342 own uid to the entry.
22343 (icalendar--convert-float-to-ical): Add export of
22344 `diary-float'-entries save for those with the optional DAY
22345 argument.
22346
22347 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22348
22349 * subr.el (shell-quote-argument): Use alternate escaping strategy
22350 when we spot a variable reference in a string.
22351
22352 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22353
22354 * cus-start.el (all): Define customization for debug-on-event.
22355
22356 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22357
22358 * subr.el (shell-quote-argument): Escape correctly under Windows.
22359
22360 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22361
22362 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22363
22364 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22365
22366 * net/tramp.el (tramp-process-actions): Add POS argument.
22367 Delete region between POS and (pos).
22368
22369 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22370 Use `nil' position in `tramp-process-actions' call.
22371 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22372
22373 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22374 position in `tramp-process-actions' call.
22375
22376 * net/trampver.el: Update release number.
22377
22378 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22379
22380 * custom.el (defcustom): Obey lexical-binding.
22381
22382 Fix octave-inf completion problems reported by Alexander Klimov.
22383 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22384 Inherit from octave-mode-syntax-table.
22385 (inferior-octave-mode): Set info-lookup-mode.
22386 (inferior-octave-completion-at-point): New function.
22387 (inferior-octave-complete): Use it and completion-in-region.
22388 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22389 comint-filename-completion.
22390 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22391 symbol elements which shouldn't be word elements.
22392 (octave-font-lock-keywords, octave-beginning-of-defun)
22393 (octave-function-header-regexp): Adjust regexps accordingly.
22394 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22395
22396 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22397
22398 * net/gnutls.el (gnutls-errorp): Declare before first use.
22399
22400 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22401
22402 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22403 verify-error, and verify-hostname-error parameters. Check whether
22404 default trustfile exists before going to use it. Add missing
22405 argument to gnutls-message-maybe call. Return value.
22406 Reported by Claudio Bley <claudio.bley@gmail.com>.
22407 (open-gnutls-stream): Add usage example.
22408
22409 * net/network-stream.el (network-stream-open-starttls): Give host
22410 parameter to `gnutls-negotiate'.
22411 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22412 * subr.el (shell-quote-argument): Escape correctly under Windows.
22413
22414 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22415
22416 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22417 Use correct match group (bug#8438).
22418
22419 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22420
22421 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22422 (package-menu--generate): New arg specifying packages to show.
22423 (package-menu-refresh, package-menu-execute, list-packages):
22424 Callers changed.
22425 (package-show-package-list): New function, replacing deleted
22426 package--list-packages (renamed because it is non-internal).
22427
22428 * finder.el (finder-list-matches): Use package-show-package-list
22429 instead of deleted package--list-packages.
22430
22431 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22432 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22433 (vc-annotate-mode-map): Bind it to RET.
22434
22435 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22436
22437 * progmodes/etags.el (next-file): Don't use set-buffer to change
22438 buffers (Bug#8478).
22439
22440 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22441
22442 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22443
22444 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22445 (apropos-accumulator): Doc fix.
22446 (apropos-function, apropos-macro, apropos-command)
22447 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22448 (apropos-plist): Add face property.
22449 (apropos-symbols-internal): Fix indentation.
22450 (apropos-print): Simplify help, and recognize apropos-multi-type.
22451 (apropos-print-doc): Use button-type-get to extract the button's
22452 face property. Fill docstring (Bug#8352).
22453
22454 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22455
22456 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22457
22458 * play/mpuz.el (mpuz-silent): Doc fix.
22459 (mpuz-mode-map): Use mapc.
22460 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22461 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22462 Fix typos in docstrings.
22463
22464 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22465 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22466
22467 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22468
22469 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22470
22471 * minibuffer.el (completion--do-completion): Avoid the "Next char
22472 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22473
22474 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22475 mouse-2 into unread-command-events, it is interpreted correctly.
22476
22477 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22478 (image-toggle-display): Doc fix.
22479
22480 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22481
22482 * textmodes/page.el (what-page): Use line-number-at-pos to
22483 calculate line number (Bug#6825).
22484
22485 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22486
22487 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22488 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22489 Pass argument NO-DEFAULT to `find-tag-interactive'.
22490
22491 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22492
22493 Lexical-binding cleanup.
22494
22495 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22496 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22497 * progmodes/ada-prj.el (ada-prj-initialize-values)
22498 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22499 (ada-prj-show-value):
22500 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22501 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22502 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22503 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22504 * progmodes/bug-reference.el (bug-reference-push-button):
22505 * progmodes/fortran.el (fortran-line-length):
22506 * progmodes/glasses.el (glasses-change):
22507 * progmodes/octave-mod.el (octave-fill-paragraph):
22508 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22509 (python-pdbtrack-grub-for-buffer, python-sentinel):
22510 * progmodes/sql.el (sql-save-connection):
22511 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22512 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22513 Mark unused parameters.
22514
22515 * progmodes/compile.el (compilation--flush-directory-cache)
22516 (compilation--flush-parse, compile-internal): Mark unused parameters.
22517 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22518 (compilation-next-error-function): Remove unused variable `timestamp'.
22519
22520 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22521 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22522
22523 * progmodes/dcl-mode.el (dcl-end-of-command):
22524 Remove unused variable `start'.
22525 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22526 (dcl-option-value-basic, dcl-option-value-offset)
22527 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22528 Mark unused parameters.
22529 (dcl-save-local-variable): Remove unused variable `val'.
22530 (mode): Declare.
22531
22532 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22533 Mark unused parameters.
22534 (delphi-ignore-changes): Move before first use.
22535 (delphi-charset-token-at): Remove unused variable `start'.
22536 (delphi-else-start): Remove unused variable `if-count'.
22537 (delphi-comment-block-start, delphi-comment-block-end):
22538 Remove unused variable `kind'.
22539 (delphi-indent-line): Remove unused variable `new-point'.
22540
22541 * progmodes/ebrowse.el (ebrowse-files-list)
22542 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22543 Mark unused parameters. Don't quote `lambda'.
22544 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22545 Don't quote `lambda'.
22546 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22547 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22548 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22549 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22550 Use `ignore-errors'.
22551 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22552 (ebrowse-view/find-file-and-search-pattern)
22553 (ebrowse-view/find-member-declaration/definition):
22554 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22555 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22556 Rename parameter PREFIX-ARG to PREFIX.
22557 (ebrowse-tags-read-name): Remove unused variables `start' and
22558 `member-info'.
22559 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22560 to `tags-file'.
22561
22562 * progmodes/etags.el (local-find-tag-hook): Declare.
22563 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22564 Mark unused parameters.
22565
22566 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22567 (executable-interpret): Mark unused parameter.
22568
22569 * progmodes/flymake.el (flymake-process-sentinel)
22570 (flymake-after-change-function)
22571 (flymake-create-temp-with-folder-structure)
22572 (flymake-get-include-dirs-dot): Mark unused parameters.
22573 (flymake-safe-delete-directory): Remove unused variable `err'.
22574
22575 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22576 (speedbar-timer-fn, speedbar-line-text)
22577 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22578 (speedbar-center-buffer-smartly): Declare functions.
22579 (gdb-find-watch-expression): Remove unused variable `array'.
22580 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22581 (gdb-starting): Mark unused parameters.
22582 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22583 (gdb-table-string): Remove unused variable `res'.
22584 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22585 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22586 (gdb-display-buffer): Remove unused variable `cur-size'.
22587
22588 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22589 allow lexical-binding compilation.
22590 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22591 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22592 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22593 Mark unused parameters.
22594 (gud-gdb-marker-filter): Remove unused variable `match'.
22595 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22596 lambda expressions and funcall them, instead of using `fset'.
22597
22598 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22599 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22600
22601 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22602 variable `header-beg'; use `let'.
22603
22604 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22605 `restart', `last-sexp' and `at-do'.
22606
22607 * progmodes/js.el (js--debug): Mark unused parameter.
22608 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22609 (js--splice-into-items): Remove unused variable `item'.
22610 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22611
22612 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22613 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22614 (makefile-complete): Remove unused variable `try'.
22615 (makefile-fill-paragraph, makefile-match-function-end):
22616 Mark unused parameters.
22617
22618 * progmodes/octave-inf.el (inferior-octave-complete):
22619 Remove unused variable `proc'.
22620 (inferior-octave-output-digest): Mark unused parameter.
22621
22622 * progmodes/perl-mode.el (perl-calculate-indent):
22623 Remove unused variable `err'.
22624
22625 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22626 (prolog-indent-line): Mark unused parameters.
22627 (prolog-indent-line): Remove unused variable `beg'.
22628
22629 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22630 (reporter-dont-compact-list): Declare.
22631
22632 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22633 Remove unused variable `char'.
22634 (sh-debug): Mark unused parameter.
22635 (sh-get-indent-info): Remove unused variable `start'.
22636 (sh-calculate-indent): Remove unused variable `var'.
22637
22638 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22639 (simula-electric-keyword): Remove unused variable `null'.
22640 (simula-search-backward, simula-search-forward): Remove unused
22641 variables `begin' and `end'.
22642
22643 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22644 Remove unused variable `pos'.
22645 (vera-electric-tab, vera-comment-uncomment-region):
22646 Mark unused parameters.
22647 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22648
22649 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22650
22651 * emacs-lisp/package.el (package--builtins, package-alist)
22652 (package-load-descriptor, package-built-in-p, package-activate)
22653 (define-package, package-installed-p)
22654 (package-compute-transaction, package-buffer-info)
22655 (package--push): Doc fix. Distinguish more clearly between
22656 version strings and version lists.
22657
22658 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22659
22660 Lexical-binding cleanup.
22661
22662 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22663 (5x5-make-mutate-best):
22664 * play/fortune.el (fortune-in-buffer):
22665 * play/gomoku.el (gomoku-init-display):
22666 * play/solitaire.el (solitaire, solitaire-do-check):
22667 * play/tetris.el (tetris-default-update-speed-function):
22668 Mark unused parameters.
22669
22670 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22671 (bubbles--shift): Remove unused variable `char-org'.
22672 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22673 (bubbles--show-images): Remove unused variable `char'.
22674
22675 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22676 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22677 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22678 (decipher-analyze-buffer): Use ?\s.
22679 (decipher-make-checkpoint): Remove unused variable `mapping'.
22680
22681 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22682
22683 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22684 Remove unused variable `result'; use `let'.
22685
22686 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22687 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22688 (gametree-children-shown-p, gametree-compute-reduced-score):
22689 Use `ignore-errors'.
22690
22691 * play/handwrite.el (ps-lpr-switches): Declare.
22692 (handwrite): Remove unused variables `pmin' and `lastp'.
22693
22694 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22695
22696 * play/landmark.el (landmark-init-display)
22697 (landmark-update-naught-weights): Mark unused parameters.
22698 (landmark-y): Remove unused variable `noise'. Simplify.
22699 (landmark-human-plays): Remove unused variable `score'.
22700
22701 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22702 (mpuz-try-proposal): Remove unused variable `game'.
22703
22704 * play/zone.el (life-patterns): Declare.
22705
22706 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22707
22708 * vc/vc.el (ediff-vc-internal): Declare function.
22709
22710 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22711
22712 * shell.el: Use lexical-binding and std completion UI.
22713 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22714 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22715 comint-preoutput-filter-functions rather than on
22716 comint-output-filter-functions.
22717 (shell-command-completion, shell--command-completion-data)
22718 (shell-filename-completion, shell-environment-variable-completion)
22719 (shell-c-a-p-replace-by-expanded-directory): New functions.
22720 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22721 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22722 (shell-dynamic-complete-environment-variable): Use them.
22723 (shell-dynamic-complete-as-environment-variable)
22724 (shell-dynamic-complete-as-command): Remove.
22725 (shell-match-partial-variable): Match past point.
22726 * comint.el: Clean up use of completion-at-point-functions.
22727 (comint-completion-at-point): New function.
22728 (comint-mode): Use it completion-at-point-functions.
22729 (comint-dynamic-complete): Make it obsolete.
22730 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22731 (comint-c-a-p-replace-by-expanded-history): New function.
22732 (comint-dynamic-complete-functions)
22733 (comint-replace-by-expanded-history): Use it.
22734 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22735 termination strings. Try harder to avoid second try-completion.
22736 (completion-in-region-mode-map): Disable bindings that don't work yet.
22737
22738 * comint.el: Use lexical-binding. Require CL.
22739 (comint-dynamic-complete-functions): Use comint-filename-completion.
22740 (comint-completion-addsuffix): Tweak custom type.
22741 (comint-filename-completion, comint--common-suffix)
22742 (comint--common-quoted-suffix, comint--table-subvert)
22743 (comint--complete-file-name-data): New functions.
22744 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22745 (comint-dynamic-list-filename-completions): Use them.
22746 (comint-dynamic-simple-complete): Make obsolete.
22747
22748 * minibuffer.el (completion-in-region-mode):
22749 Keep completion-in-region-mode--predicate global.
22750 (completion-in-region--postch):
22751 Assume completion-in-region-mode--predicate is not null.
22752
22753 * progmodes/flymake.el (flymake-start-syntax-check-process):
22754 Obey `dir'. Simplify.
22755
22756 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22757 we're in VC after all.
22758
22759 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22760
22761 * vc/vc.el (vc-diff-build-argument-list-internal)
22762 (vc-version-ediff, vc-ediff): New commands.
22763 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22764
22765 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22766
22767 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22768 add sanity check.
22769
22770 * obsolete/erc-hecomplete.el: Make obsolete.
22771 * obsolete/: Standardize obsolescence info in the header.
22772
22773 2011-04-20 Glenn Morris <rgm@gnu.org>
22774
22775 * calendar/solar.el (solar-horizontal-coordinates):
22776 Use the longitude argument rather than `calendar-longitude'.
22777 (solar-date-next-longitude): Remove unused locals.
22778
22779 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22780
22781 * whitespace.el: New version 13.2.1.
22782
22783 2011-04-20 felix <EmacsWiki> (tiny change)
22784
22785 * whitespace.el (global-whitespace-mode): Keep highlight when
22786 switching between major modes on a file.
22787
22788 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22789
22790 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22791 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22792 multi-line comments as well.
22793
22794 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22795
22796 Lexical-binding cleanup.
22797
22798 * arc-mode.el (archive-mode-revert):
22799 * cmuscheme.el (scheme-interactively-start-process):
22800 * custom.el (custom-initialize-delay):
22801 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22802 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22803 * emacs-lock.el (emacs-lock-clear-sentinel):
22804 * ezimage.el (defezimage):
22805 * follow.el (follow-avoid-tail-recenter):
22806 * fringe.el (set-fringe-mode-1):
22807 * generic-x.el (bat-generic-mode-compile):
22808 * help-mode.el (help-info-variable, help-do-xref)
22809 (help-mode-revert-buffer):
22810 * help.el (view-emacs-todo):
22811 * iswitchb.el (iswitchb-completion-help):
22812 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22813 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22814 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22815 * locate.el (locate-update):
22816 * longlines.el (longlines-encode-region)
22817 (longlines-after-change-function):
22818 * outline.el (outline-isearch-open-invisible):
22819 * ps-def.el (declare-function, charset-dimension, char-width)
22820 (encode-char):
22821 * ps-mule.el (ps-mule-plot-string):
22822 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22823 (recentf-edit-list-select, recentf-edit-list-validate)
22824 (recentf-open-files-action):
22825 * rect.el (delete-whitespace-rectangle-line)
22826 (rectangle-number-line-callback):
22827 * register.el (window-configuration-to-register)
22828 (frame-configuration-to-register):
22829 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22830 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22831 (xselect-convert-to-targets, xselect-convert-to-delete)
22832 (xselect-convert-to-filename, xselect-convert-to-charpos)
22833 (xselect-convert-to-lineno, xselect-convert-to-colno)
22834 (xselect-convert-to-os, xselect-convert-to-host)
22835 (xselect-convert-to-user, xselect-convert-to-class)
22836 (xselect-convert-to-name, xselect-convert-to-integer)
22837 (xselect-convert-to-atom, xselect-convert-to-identity):
22838 * subr.el (declare, ignore, process-kill-without-query)
22839 (text-clone-maintain):
22840 * terminal.el (te-get-char, te-tic-sentinel):
22841 * tool-bar.el (tool-bar-make-keymap):
22842 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22843 * type-break.el (type-break-mode, type-break-noninteractive-query):
22844 * view.el (View-back-to-mark):
22845 * wid-browse.el (widget-browse-action, widget-browse-widget)
22846 (widget-browse-widgets, widget-browse-sexp):
22847 * widget.el (define-widget-keywords):
22848 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22849 Mark unused parameters.
22850
22851 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22852 (align-areas): Remove unused variable `look'.
22853 (align-region): Remove unused variables `real-end' and `pos-list'.
22854
22855 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22856
22857 * bindings.el (mode-line-modified, mode-line-remote):
22858 Mark unused parameters.
22859 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22860
22861 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22862 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22863
22864 * comint.el (comint-history-isearch-pop-state)
22865 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22866 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22867 (comint-substitute-in-file-name): Doc fix.
22868
22869 * completion.el (cmpl-statistics-block): Mark unused parameter.
22870 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22871 (save-completions-to-file, load-completions-from-file):
22872 Remove unused local variable `e'.
22873
22874 * composite.el (compose-chars): Remove unused variable `len'.
22875 (lgstring-insert-glyph): Remove unused variable `g'.
22876 (compose-glyph-string): Remove unused variables `ascent',
22877 `descent', `lbearing' and `rbearing'.
22878 (compose-glyph-string-relative): Remove unused variables
22879 `lbearing', `rbearing' and `wadjust'.
22880 (compose-gstring-for-graphic): Remove unused variables `header',
22881 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22882 (compose-gstring-for-terminal): Remove unused variables `header'
22883 and `nchars'. Use `let', not `let*'.
22884
22885 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22886 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22887 (Custom-buffer-done, custom-buffer-create-internal)
22888 (custom-browse-visibility-action, custom-browse-group-tag-action)
22889 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22890 (widget-magic-mouse-down-action, custom-toggle-parent)
22891 (custom-add-parent-links, custom-toggle-hide-variable)
22892 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22893 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22894 (custom-face-menu-create, custom-variable-menu-create, get)
22895 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22896 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22897 (customize-apropos): Remove unused variable `tests'.
22898 (custom-group-value-create): Remove unused variable `hidden-p'.
22899 (sort-fold-case): Declare.
22900
22901 * cus-theme.el (custom-reset-standard-faces-list)
22902 (custom-reset-standard-variables-list): Declare.
22903 (customize-create-theme, custom-theme-revert, custom-theme-write)
22904 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22905 Mark unused parameters.
22906
22907 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22908
22909 * delim-col.el (delimit-columns-max): Move defvar before first use.
22910
22911 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22912 (describe-char): Don't quote `lambda'. Mark unused parameter.
22913
22914 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22915 (auto-insert): Declare.
22916 (desktop-restore-file-buffer): Rename desktop-* parameters;
22917 mark unused ones.
22918 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22919 (desktop-buffer): Rename desktop-* parameters.
22920
22921 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22922 (dframe-reposition-frame-xemacs, dframe-help-echo)
22923 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22924 Mark unused parameters.
22925
22926 * dired-aux.el (backup-extract-version-start, overwrite-query)
22927 (overwrite-backup-query, rename-regexp-query)
22928 (rename-non-directory-query): Declare.
22929 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
22930 (dired-add-entry): Remove unused variable `orig-file-name'.
22931 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
22932 Use parameter PRESERVE-TIME instead of accessing dynamic variable
22933 `dired-copy-preserve-time' directly.
22934 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
22935 (dired-insert-subdir-newpos): Rename unused variable `pos'.
22936
22937 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
22938 (dired-virtual-revert, dired-make-relative-symlink):
22939 Mark unused parameters.
22940 (manual-program): Declare.
22941 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
22942 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
22943 wrapped in `with-no-warnings' to avoid replacing one warning by another.
22944
22945 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
22946
22947 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
22948
22949 * echistory.el (electric-history-in-progress, Helper-return-blurb):
22950 Declare.
22951
22952 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
22953
22954 * electric.el (Electric-command-loop): Rename parameter
22955 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
22956
22957 * expand.el (expand-in-literal): Remove unused variable `here'.
22958
22959 * facemenu.el (facemenu-add-new-color):
22960 Remove unused variable `docstring'.
22961
22962 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
22963 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
22964 (face-attr-construct): Mark unused parameter. Doc fix.
22965 (read-color): Remove unused variable `hex-string'.
22966
22967 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
22968 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
22969 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
22970 (display-buffer-other-frame): Remove unused variable `old-window'.
22971 (kill-buffer-hook): Declare.
22972 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
22973 Mark unused parameters.
22974 (after-find-file): Pass 1 to `auto-save-mode', not t.
22975
22976 * files-x.el (auto-insert): Declare.
22977 (modify-file-local-variable-prop-line): Remove unused variable `val'.
22978
22979 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
22980 variable `buf'. Mark unused parameter.
22981 (find-lisp-insert-directory): Mark unused parameter.
22982
22983 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
22984 (format-encode-region): Remove unused variables `cur-buf' and `result'.
22985 (format-common-tail): Remove, unused.
22986 (format-deannotate-region): Remove unused variable `loc'.
22987 (format-annotate-region): Remove unused variable `p'.
22988 (format-annotate-single-property-change): Remove unused variables
22989 `default' and `tail'.
22990
22991 * forms.el (read-file-filter): Declare.
22992 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
22993
22994 * frame.el (frame-creation-function-alist): Mark unused parameter.
22995 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
22996
22997 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
22998 Remove unused parameters.
22999 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23000 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23001
23002 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23003 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23004 (hfy-prepare-tag-map): Mark unused parameters.
23005 (htmlfontify-buffer): Use `called-interactively-p'.
23006
23007 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23008 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23009 (ibuffer-do-occur): Mark unused parameters.
23010 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23011 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23012
23013 * ibuffer.el: Don't quote `lambda'.
23014 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23015 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23016 Mark unused parameters.
23017
23018 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23019 (ido-completing-read): Mark unused parameters.
23020 (ido-copy-current-word): Mark unused parameters;
23021 remove unused variable `name'.
23022 (ido-sort-merged-list): Remove unused parameter `dirs'.
23023
23024 * ielm.el (ielm-input-sender): Mark unused parameter.
23025 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23026 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23027 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23028 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23029 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23030
23031 * image-dired.el (image-dired-display-thumbs): Remove unused
23032 variables `curr-file' and `count'.
23033 (image-dired-remove-tag): Remove unused variable `start'.
23034 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23035 variable `curr-file'
23036 (image-dired-rotate-original): Remove unused variable `temp-file'.
23037 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23038 Remove unused variable `file'.
23039 (image-dired-gallery-generate): Remove unused variable `curr'.
23040 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23041
23042 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23043
23044 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23045
23046 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23047
23048 * isearch.el (minibuffer-history-symbol): Declare.
23049 (isearch-edit-string): Remove unused variable `err'.
23050 (isearch-message-prefix, isearch-message-suffix):
23051 Mark unused parameters.
23052
23053 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23054
23055 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23056
23057 * makesum.el (double-column): Remove unused variable `cnt'.
23058
23059 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23060 (ido-ignore-item-temp-list): Declare.
23061
23062 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23063 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23064 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23065 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23066 `mouse-col-delta'.
23067
23068 * mouse-sel.el (mouse-extend-internal):
23069 Remove unused variable `orig-window-frame'.
23070
23071 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23072 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23073 Move declarations before first use.
23074 (pcomplete-opt): Mark unused parameters; doc fix.
23075
23076 * proced.el (proced-revert): Mark unused parameter.
23077 (proced-send-signal): Remove unused variable `err'.
23078
23079 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23080 Rename parameter PREFIX-ARG to ARG.
23081 (ps-basic-plot-string, ps-basic-plot-whitespace):
23082 Mark unused parameters.
23083
23084 * replace.el (replace-count): Define.
23085 (occur-revert-function): Mark unused parameters.
23086 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23087 (isearch-case-fold-search, isearch-string): Declare.
23088 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23089 bind `case-fold-search'. Remove unused variables `beg' and `end',
23090 and simplify.
23091 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23092 COUNT and bind `replace-count'.
23093 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23094 to COUNT.
23095
23096 * savehist.el (print-readably, print-string-length): Declare.
23097
23098 * shadowfile.el (shadow-expand-cluster-in-file-name):
23099 Remove unused variable `cluster'.
23100 (shadow-copy-file): Remove unused variable `i'.
23101 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23102 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23103 (shadow-define-literal-group, shadow-define-regexp-group)
23104 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23105
23106 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23107 (shell): Use `called-interactively-p'.
23108 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23109
23110 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23111 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23112 (delete-backward-char): Remove unused variable `ocol'.
23113 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23114 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23115 (event-apply-hyper-modifier, event-apply-shift-modifier)
23116 (event-apply-control-modifier, event-apply-meta-modifier):
23117 Mark unused parameters.
23118 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23119 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23120
23121 * speedbar.el (speedbar-ignored-directory-expressions)
23122 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23123 (speedbar-find-file, speedbar-dir-follow)
23124 (speedbar-directory-buttons-follow, speedbar-tag-find)
23125 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23126 (speedbar-buffers-line-directory, speedbar-buffer-click):
23127 Mark unused parameters.
23128 (speedbar-tag-file): Remove unused variable `mode'.
23129 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23130
23131 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23132
23133 * talk.el (talk): Remove unused variable `display'.
23134
23135 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23136 (tar-write-region-annotate): Mark unused parameter.
23137
23138 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23139 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23140 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23141 warning by another.
23142
23143 * time-stamp.el (time-stamp-string-preprocess):
23144 Remove unused variable `require-padding'.
23145
23146 * tree-widget.el (widget-glyph-enable): Declare.
23147 (tree-widget-action): Mark unused parameter.
23148
23149 * w32-fns.el (x-get-selection): Mark unused parameter.
23150 (autoload-make-program, generated-autoload-file): Declare.
23151
23152 * wdired.el (wdired-revert): Mark unused parameters.
23153 (wdired-xcase-word): Remove unused variable `err'.
23154
23155 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23156 (whitespace-help-scroll): Remove unused variable `data-help'.
23157
23158 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23159 (widget-image-insert, widget-after-change, default)
23160 (widget-default-format-handler, widget-default-notify)
23161 (widget-default-prompt-value, widget-info-link-action)
23162 (widget-url-link-action, widget-function-link-action)
23163 (widget-variable-link-action, widget-file-link-action)
23164 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23165 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23166 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23167 (widget-insert-button-action, widget-delete-button-action, visibility)
23168 (widget-documentation-link-action, widget-documentation-string-action)
23169 (widget-const-prompt-value, widget-regexp-match, symbol)
23170 (widget-coding-system-prompt-value)
23171 (widget-key-sequence-value-to-external, sexp)
23172 (widget-sexp-value-to-internal, character, vector, cons)
23173 (widget-choice-prompt-value, widget-boolean-prompt-value)
23174 (widget-color--choose-action): Mark unused parameters.
23175 (widget-item-match-inline, widget-choice-match-inline)
23176 (widget-checklist-match, widget-checklist-match-inline)
23177 (widget-group-match): Rename parameter VALUES to VALS.
23178 (widget-field-value-set): Remove unused variable `size'.
23179 (widget-color-action): Remove unused variables `value' and `start'.
23180
23181 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23182 variable `dir'. Doc fix.
23183 (windmove-find-other-window): Don't pass it.
23184
23185 * window.el (count-windows): Mark unused parameter.
23186 (bw-adjust-window): Remove unused variable `err'.
23187
23188 * woman.el (woman-file-name): Remove unused variable `default'.
23189 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23190 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23191 (global-font-lock-mode): Declare.
23192 (woman-decode-region): Mark unused parameter.
23193 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23194
23195 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23196 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23197 (x-dnd-handle-moz-url): Remove unused variable `title'.
23198 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23199
23200 * xml.el (xml-parse-tag, xml-parse-attlist):
23201 Remove unused variable `pos'.
23202
23203 2011-04-19 Glenn Morris <rgm@gnu.org>
23204
23205 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23206 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23207 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23208 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23209 * calendar/cal-html.el (cal-html-insert-minical):
23210 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23211 (calendar-mark-date-pattern):
23212 Prefix "unused" locals.
23213
23214 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23215 optional argument `style'.
23216
23217 * calendar/appt.el (appt-make-list):
23218 * calendar/cal-china.el (calendar-chinese-date-string):
23219 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23220 (diary-hebrew-yahrzeit):
23221 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23222 * calendar/calendar.el (calendar-generate-window):
23223 * calendar/time-date.el (time-to-days):
23224 Remove unused local variables.
23225
23226 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23227
23228 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23229 glyphless-char-display table.
23230 (tabulated-list-glyphless-char-display): New var.
23231
23232 2011-04-18 Sam Steingold <sds@gnu.org>
23233
23234 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23235 to acknowledgments.
23236
23237 2011-04-17 Glenn Morris <rgm@gnu.org>
23238
23239 * calendar/diary-lib.el (diary-sexp-entry):
23240 * calendar/holidays.el (holiday-sexp):
23241 Set debug-on-error rather than the removed stack-trace-on-error.
23242
23243 2011-04-16 Glenn Morris <rgm@gnu.org>
23244
23245 * progmodes/f90.el: Use lexical-binding.
23246 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23247
23248 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23249
23250 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23251 (mail-mode): Setup mailalias completion here instead.
23252 * mail/mailalias.el: Use lexical-binding.
23253 (pattern, mailalias-done): Declare dynamic.
23254 (mail-completion-at-point-function): New function, from mail-complete.
23255 (mail-complete): Use it.
23256 (mail-completion-expand): New function.
23257 (mail-get-names): Use it.
23258 (mail-directory, mail-directory-process, mail-directory-stream):
23259 Don't use `pattern' for lexically bound arg.
23260
23261 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23262
23263 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23264 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23265 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23266
23267 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23268 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23269 (byte-interactive-p): Define them again, for use when inlining
23270 old code.
23271
23272 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23273
23274 * loadup.el: Use `string-to-number', not `string-to-int'.
23275
23276 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23277
23278 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23279 gud-gdb-complete-command.
23280 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23281 (gud-gdb-completion-at-point): New function.
23282 (gud-gdb-completions): Remove.
23283
23284 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23285
23286 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23287 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23288 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23289 whether `executable-find' is bound.
23290
23291 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23292
23293 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23294
23295 * minibuffer.el (completion-in-region-mode-predicate)
23296 (completion-in-region-mode--predicate): New vars.
23297 (completion-in-region, completion-in-region--postch)
23298 (completion-in-region-mode): Use them.
23299 (completion--capf-wrapper): Also return the hook function.
23300 (completion-at-point, completion-help-at-point):
23301 Adjust and provide a predicate.
23302
23303 Preserve arg names for advice of subr and lexical functions (bug#8457).
23304 * help-fns.el (help-function-arglist): Consolidate the subr and
23305 new-byte-code cases. Add argument `preserve-names' to extract names
23306 from the docstring when needed.
23307 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23308 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23309 (ad-arglist): Use help-function-arglist's new arg.
23310 (ad-definition-type): Use cond.
23311
23312 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23313
23314 * autorevert.el (auto-revert-handler):
23315 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23316 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23317 Don't quote lambda.
23318
23319 * image-mode.el (image-transform-set-scale):
23320 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23321
23322 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23323
23324 * net/network-stream.el (network-stream-open-starttls): Only do
23325 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23326 Upgrades via gnutls-cli are too slow to be done opportunistically.
23327
23328 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23329
23330 * dframe.el (dframe-current-frame): Remove spurious quote.
23331
23332 2011-04-12 Glenn Morris <rgm@gnu.org>
23333
23334 * calendar/cal-tex.el (cal-tex-end-document):
23335 Try to automatically use latin1 input if needed.
23336
23337 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23338 Don't try to cons a mark onto an empty element.
23339
23340 2011-04-11 Leo Liu <sdl.web@gmail.com>
23341
23342 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23343 buffers.
23344 (ido-kill-buffer-at-head): Support killing virtual buffers.
23345
23346 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23347
23348 * minibuffer.el (completion-show-inline-help): New var.
23349 (completion--do-completion, minibuffer-complete)
23350 (minibuffer-force-complete, minibuffer-complete-word):
23351 Inhibit minibuffer messages if completion-show-inline-help is nil.
23352
23353 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23354 to avoid interference from inline help (Bug#5849).
23355
23356 2011-04-10 Leo Liu <sdl.web@gmail.com>
23357
23358 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23359 Fix typo.
23360
23361 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23362
23363 * image-mode.el (image-toggle-display-image): Signal an error if
23364 not in Image mode.
23365 (image-transform-mode, image-transform-resize)
23366 (image-transform-set-rotation): Doc fix.
23367 (image-transform-set-resize): Delete.
23368 (image-transform-set-scale, image-transform-fit-to-height)
23369 (image-transform-fit-to-width): Handle image-toggle-display-image
23370 and image-transform-resize directly.
23371
23372 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23373
23374 * doc-view.el (doc-view-fit-width-to-window)
23375 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23376 New functions for fitting the shown image to the Emacs window size.
23377 (doc-view-mode-map): Add bindings for the new functions.
23378
23379 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23380
23381 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23382 Fix typo in docstring.
23383
23384 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23385
23386 * files.el (file-size-human-readable): Produce one digit after
23387 decimal, like "ls -lh" does.
23388
23389 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23390 the file size representation.
23391
23392 * simple.el (list-processes): If async subprocesses are not
23393 available, error out with a clear error message.
23394
23395 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23396
23397 * help.el (help-form-show): New function, to be called from C.
23398 Put help-form output in a buffer named differently than *Help*.
23399
23400 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23401
23402 * files.el (file-size-human-readable): New function.
23403
23404 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23405 computing the representation inline. Don't require `cl'.
23406
23407 2011-04-08 Glenn Morris <rgm@gnu.org>
23408
23409 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23410
23411 * net/browse-url.el (browse-url-firefox):
23412 Test system-type, not system-configuration.
23413
23414 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23415 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23416 Use log-edit-empty-buffer-p. (Bug#7598)
23417
23418 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23419 (rlogin-mode-map): Initialize in the defvar.
23420 (rlogin): Use ignore-errors.
23421
23422 * replace.el (occur-mode-map): Some fixes for menu items.
23423
23424 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23425
23426 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23427
23428 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23429
23430 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23431 issuing unused warnings.
23432
23433 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23434 macro directly.
23435
23436 * simple.el: Lisp reimplement of list-processes. Based on an
23437 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23438 (process-menu-mode): New major mode.
23439 (list-processes--refresh, list-processes):
23440 (process-menu-visit-buffer): New functions.
23441
23442 * files.el (save-buffers-kill-emacs): Don't assume any return
23443 value of list-processes, which is undocumented anyway.
23444
23445 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23446
23447 * emacs-lisp/tabulated-list.el: New file.
23448
23449 * emacs-lisp/package.el: Use Tabulated List mode.
23450 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23451 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23452 table format using Tabulated List mode variables.
23453 (package--push): New macro, replacing package-list-maybe-add.
23454 (package-menu--generate): Use package--push. Renamed from
23455 package--generate-package-list.
23456 (package-menu-refresh, list-packages): Use it.
23457 (package-menu--print-info): Rename from package-print-package.
23458 Return insertion data instead of inserting it directly.
23459 (package-menu-describe-package, package-menu-execute):
23460 Use tabulated-list-get-id.
23461 (package-menu-mark-delete, package-menu-mark-install)
23462 (package-menu-mark-unmark, package-menu-backup-unmark)
23463 (package-menu-mark-obsolete-for-deletion):
23464 Use tabulated-list-put-tag.
23465 (package--list-packages, package-menu-revert)
23466 (package-menu-get-package, package-menu-get-version)
23467 (package-menu-sort-by-column): Functions deleted.
23468 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23469 (package-menu--status-predicate, package-menu--version-predicate)
23470 (package-menu--name-predicate)
23471 (package-menu--description-predicate): Handle arguments in the
23472 Tabulated List format.
23473 (package-list-packages-no-fetch): Call list-packages.
23474
23475 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23476
23477 * files.el (after-find-file-from-revert-buffer): Remove variable.
23478 (after-find-file): Don't bind it.
23479 (revert-buffer-in-progress-p): New variable.
23480 (revert-buffer): Bind it.
23481 Pass nil for `after-find-file-from-revert-buffer'.
23482
23483 * saveplace.el (save-place-find-file-hook): Use new variable
23484 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23485
23486 2011-04-06 Glenn Morris <rgm@gnu.org>
23487
23488 * Makefile.in (AUTOGEN_VCS): New variable.
23489 (autoloads): Use $AUTOGEN_VCS.
23490
23491 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23492 * calendar/calendar.el (calendar-mode-map):
23493 Check for toolkit scroll bars. (Bug#8305)
23494
23495 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23496
23497 * minibuffer.el (completion-in-region--postch)
23498 (completion-in-region-mode): Remove unnecessary messages.
23499
23500 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23501
23502 * font-lock.el (font-lock-refresh-defaults):
23503 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23504 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23505
23506 * info.el (Info-directory-list, Info-read-node-name-2)
23507 (Info-split-parameter-string): Doc fixes.
23508 (Info-virtual-nodes): Reflow docstring.
23509 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23510 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23511 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23512 Fix typos in docstrings.
23513 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23514 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23515 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23516 (Info-restore-desktop-buffer): Mark unused parameters.
23517 (Info-directory-find-file, Info-directory-find-node)
23518 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23519 (Info-virtual-index-find-node, Info-apropos-find-file)
23520 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23521 Mark unused parameters; fix typos in docstrings.
23522 (Info-virtual-index): Remove unused local variable `nodename'.
23523
23524 2011-04-05 Deniz Dogan <deniz@dogan.se>
23525
23526 * net/rcirc.el: Update my e-mail address.
23527 (rcirc-mode-map): Remove M-o binding.
23528
23529 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23530
23531 * startup.el (command-line): Save the cursor's theme-face
23532 directly, instead of using face-override-spec.
23533
23534 * custom.el (load-theme): Minor optimization in assigning faces.
23535
23536 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23537
23538 * help-fns.el (describe-variable): Complete all variables having
23539 documentation, including keywords.
23540 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23541
23542 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23543
23544 Convert to lexical-binding.
23545
23546 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23547 (bs--get-marked-string, bs--get-modified-string)
23548 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23549 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23550 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23551
23552 * ehelp.el (electric-help-execute-extended)
23553 (electric-help-ctrl-x-prefix):
23554 * hexl.el (hexl-revert-buffer-function):
23555 * linum.el (linum-after-change, linum-after-scroll):
23556 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23557
23558 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23559
23560 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23561
23562 * epa-dired.el:
23563 * epa-mail.el:
23564 * epa-hook.el:
23565 * epa-file.el:
23566 * epa.el:
23567 * epg.el: Use lexical binding.
23568
23569 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23570
23571 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23572
23573 * textmodes/flyspell.el (flyspell-word): Recognize default
23574 dictionary case for flyspell-mark-duplications-exceptions.
23575 Use regexp matching for languages.
23576 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23577 default dictionary (Bug#7926).
23578
23579 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23580
23581 * emacs-lisp/package.el (package--with-work-buffer):
23582 Recognize https URLs.
23583
23584 * net/network-stream.el: Move from gnus/proto-stream.el.
23585 Change prefix to network-stream throughout.
23586 (open-protocol-stream): Merge into open-network-stream, leaving
23587 open-protocol-stream as an alias. Handle nil BUFFER args.
23588
23589 * subr.el (open-network-stream): Move to net/network-stream.el.
23590
23591 2011-04-02 Glenn Morris <rgm@gnu.org>
23592
23593 * find-dired.el (find-exec-terminator): New option.
23594 (find-ls-option): Test for -ls support.
23595 (find-ls-subdir-switches): Test for -b in find-ls-option.
23596 (find-dired, find-grep-dired): Doc fixes.
23597 (find-dired): Use find-exec-terminator.
23598
23599 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23600 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23601 (find-name-arg): Remove purecopy.
23602
23603 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23604 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23605 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23606 accordingly. Don't add the null-device if not needed.
23607
23608 * files.el (save-some-buffers): Doc fix.
23609
23610 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23611
23612 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23613
23614 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23615
23616 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23617 Use `dolist' rather than `mapcar'.
23618
23619 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23620
23621 Add lexical binding.
23622
23623 * subr.el (apply-partially): Use new closures rather than CL.
23624 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23625 (dolist, dotimes): Use slightly different expansion for lexical code.
23626 (functionp): Move to C.
23627 (letrec): New macro.
23628 (with-wrapper-hook): Use it and apply-partially instead of CL.
23629 (eval-after-load): Preserve lexical-binding.
23630 (save-window-excursion, with-output-to-temp-buffer): Turn them
23631 into macros.
23632
23633 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23634
23635 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23636 than the arglist.
23637 (help-add-fundoc-usage): Don't add `Not documented'.
23638 (help-function-arglist): Handle closures, subroutines, and new
23639 byte-code-functions.
23640 (help-make-usage): Remove leading underscores.
23641 (describe-function-1): Handle closures.
23642 (describe-variable): Use special-variable-p for completion.
23643
23644 * files.el (lexical-binding): Declare safe.
23645
23646 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23647 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23648 (pcase): Add `let' pattern.
23649 Change memoization so it actually works.
23650 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23651 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23652 <let>: New case.
23653
23654 * emacs-lisp/macroexp.el: Use lexical binding.
23655 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23656 Don't convert ' to #' without checking that it's indeed quoting
23657 a lambda.
23658
23659 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23660 Use eval-sexp-add-defvars.
23661 (eval-sexp-add-defvars): New fun.
23662
23663 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23664
23665 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23666 Don't autoload.
23667 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23668 than the internal `byte-compile-lambda'.
23669 (defmethod): Don't hide code under quotes.
23670 (eieio-defmethod): New `code' argument.
23671
23672 * emacs-lisp/eieio-comp.el: Remove.
23673
23674 * emacs-lisp/edebug.el (edebug-eval-defun)
23675 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23676 (edebug-toggle): Avoid `eval'.
23677
23678 * emacs-lisp/disass.el (disassemble-internal): Handle new
23679 `closure' objects.
23680 (disassemble-1): Handle new byte codes.
23681
23682 * emacs-lisp/cl.el (pushnew): Silence warning.
23683
23684 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23685 (cl-byte-compile-throw): Remove.
23686 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23687
23688 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23689 closures.
23690
23691 * emacs-lisp/cconv.el: New file.
23692
23693 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23694 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23695 (byte-compile-initial-macro-environment):
23696 Handle declare-function here.
23697 (byte-compile--lexical-environment): New var.
23698 (byte-stack-ref, byte-stack-set, byte-discardN)
23699 (byte-discardN-preserve-tos): New lap codes.
23700 (byte-interactive-p): Don't use any more.
23701 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23702 New macros.
23703 (byte-compile-lapcode): Use them and handle new lap codes.
23704 (byte-compile-obsolete): Remove.
23705 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23706 (byte-compile-arglist-warn): Check late def of inlinable funs.
23707 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23708 since they should have been expanded by now.
23709 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23710 (byte-compile-from-buffer): Remove unused second arg.
23711 (byte-compile-preprocess): New function.
23712 (byte-compile-toplevel-file-form): New function to distinguish
23713 file-form calls from outside from file-form calls from hunk-handlers.
23714 (byte-compile-file-form): Simplify.
23715 (byte-compile-file-form-defsubst): Remove.
23716 (byte-compile-file-form-defmumble): Simplify now that
23717 byte-compile-lambda always returns a byte-code-function.
23718 (byte-compile): Preprocess.
23719 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23720 Remove, not used any more.
23721 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23722 (byte-compile-make-args-desc): New funs.
23723 (byte-compile-lambda): Handle lexical functions. Always return
23724 a byte-code-function.
23725 (byte-compile-reserved-constants): New var, to make up room for
23726 closed-over variables.
23727 (byte-compile-constants-vector): Obey it.
23728 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23729 (byte-compile-macroexpand-declare-function): New function.
23730 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23731 byte-code-functions.
23732 (byte-compile-form): Check obsolescence here.
23733 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23734 (byte-compile-variable-ref): Remove.
23735 (byte-compile-dynamic-variable-op): New fun.
23736 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23737 (byte-compile-variable-set): New funs.
23738 (byte-compile-discard): Add 2 args.
23739 (byte-compile-stack-ref, byte-compile-stack-set)
23740 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23741 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23742 macroexpand-all instead.
23743 (byte-compile-quote-form): Remove.
23744 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23745 (byte-compile-bind, byte-compile-unbind): New funs.
23746 (byte-compile-let): Handle let* and lexical binding.
23747 (byte-compile-let*): Remove.
23748 (byte-compile-catch, byte-compile-unwind-protect)
23749 (byte-compile-track-mouse, byte-compile-condition-case):
23750 Handle a new :fun-body form, used for lexical scoping.
23751 (byte-compile-save-window-excursion)
23752 (byte-compile-with-output-to-temp-buffer): Remove.
23753 (byte-compile-defun): Simplify.
23754 (byte-compile-stack-adjustment): New fun.
23755 (byte-compile-out): Use it.
23756 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23757
23758 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23759 handler any more.
23760
23761 * emacs-lisp/byte-opt.el: Use lexical binding.
23762 (byte-inline-lapcode): Remove (to bytecomp).
23763 (byte-compile-inline-expand): Pay attention to inlining to/from
23764 lexically bound code.
23765 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23766 any more.
23767 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23768 any more and don't call compiler-macros.
23769 (byte-compile-splice-in-already-compiled-code): Remove.
23770 (byte-code): Don't inline any more.
23771 (disassemble-offset): Receive `bytes' as argument rather than via
23772 dynamic scoping.
23773 (byte-compile-tag-number): Declare before first use.
23774 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23775 `return' even if make-spliceable.
23776 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23777 obsolete interactive-p.
23778 (byte-optimize-lapcode): Optimize new lap-codes.
23779 Don't trip up on new form of `byte-constant' lap code.
23780
23781 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23782
23783 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23784
23785 * custom.el (custom-initialize-default, custom-declare-variable):
23786 Use `defvar'.
23787
23788 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23789 New variables.
23790 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23791 (COMPILE_FIRST): Add macroexp and cconv.
23792 * makefile.w32-in: Mirror changes in Makefile.in.
23793
23794 * vc/cvs-status.el:
23795 * vc/diff-mode.el:
23796 * vc/log-edit.el:
23797 * vc/log-view.el:
23798 * vc/smerge-mode.el:
23799 * textmodes/bibtex-style.el:
23800 * textmodes/css-mode.el:
23801 * startup.el:
23802 * uniquify.el:
23803 * minibuffer.el:
23804 * newcomment.el:
23805 * reveal.el:
23806 * server.el:
23807 * mpc.el:
23808 * emacs-lisp/smie.el:
23809 * doc-view.el:
23810 * dired.el:
23811 * abbrev.el: Use lexical binding.
23812
23813 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23814
23815 * info.el (info-display-manual): New function.
23816
23817 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23818
23819 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23820
23821 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23822
23823 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23824 an entry for that server in rcirc-authinfo. (Bug#8385)
23825
23826 2011-03-31 Glenn Morris <rgm@gnu.org>
23827
23828 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23829
23830 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23831
23832 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23833
23834 * progmodes/python.el (python-default-interpreter)
23835 (python-python-command-args, python-jython-command-args)
23836 (python-which-shell, python-which-args, python-which-bufname)
23837 (python-file-queue, python-comint-output-filter-function)
23838 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23839 variables and functions.
23840
23841 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23842
23843 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23844 (completion-in-region-mode): New minor mode.
23845 (completion-in-region): Use it.
23846 (completion-in-region--data, completion-in-region-mode-map): New vars.
23847 (completion-in-region--postch): New function.
23848 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23849 New vars.
23850 (completion--capf-wrapper): New function.
23851 (completion-at-point): Use it to track well-behavedness of
23852 hook functions.
23853 (completion-help-at-point): New command.
23854
23855 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23856
23857 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23858 syntax class to search for whitespace on a single line
23859 (Message-ID: <4D938140.4030905@redhat.com>).
23860
23861 2011-03-30 Leo Liu <sdl.web@gmail.com>
23862
23863 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23864 New commands.
23865 (edit-abbrevs-map): Bind them here.
23866 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23867
23868 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23869
23870 * allout.el (allout-hide-by-annotation, allout-flag-region):
23871 Reduce possibility of overlay leakage by making them volatile.
23872
23873 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23874 hash is not shared between buffers. Mode initialization is
23875 responsible for giving it a useful starting value.
23876 (allout-item-span): Reduce possibility of overlay leakage by
23877 making them volatile.
23878 (allout-widgets-count-buttons-in-region): Add diagnostic function
23879 for tracking down button overlay leaks.
23880
23881 2011-03-29 Leo Liu <sdl.web@gmail.com>
23882
23883 * ido.el (ido-read-internal): Use the default history var
23884 minibuffer-history if no HISTORY is specified.
23885
23886 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23887
23888 * net/imap.el (imap-shell-open, imap-process-connection-type):
23889 Use imap-process-connection-type for 'shell' streams as well as
23890 Kerberos, SSL, other subprocesses.
23891
23892 2011-03-28 Leo Liu <sdl.web@gmail.com>
23893
23894 * abbrev.el (abbrev-table-empty-p): New function.
23895 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23896 nonempty ones. (Bug#5937)
23897
23898 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23899
23900 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23901
23902 2011-03-27 Leo Liu <sdl.web@gmail.com>
23903
23904 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23905 for foreground and background colors.
23906 (ansi-color-make-color-map): Adapt.
23907
23908 2011-03-25 Leo Liu <sdl.web@gmail.com>
23909
23910 * midnight.el (midnight-time-float): Remove. Note it calculates
23911 the microsecond component incorrectly and seconds-to-time does the
23912 same job.
23913 Remove redundant (require 'timer).
23914
23915 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23916 (ido-completions): Remove unused arguments. (Bug#8329)
23917
23918 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23919
23920 * minibuffer.el (completion--flush-all-sorted-completions):
23921 Remove itself from hook.
23922 (completion-at-point): Let the functions perform the completion
23923 immediately and return nil or t.
23924 * comint.el (comint-dynamic-complete-functions): Now identical to
23925 completion-at-point-functions.
23926 (comint-dynamic-list-input-ring): Remove unused var `index'.
23927 (comint--match-partial-filename, comint--unquote&expand-filename):
23928 New funs, split from comint-match-partial-filename.
23929 (comint-dynamic-complete): Use completion-at-point.
23930 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
23931
23932 2011-03-24 Drew Adams <drew.adams@oracle.com>
23933
23934 * thingatpt.el: Support `defun'.
23935
23936 2011-03-23 Leo Liu <sdl.web@gmail.com>
23937
23938 * abbrevlist.el: Move to obsolete/abbrevlist.el.
23939
23940 * help-mode.el (help-mode-finish): Tweak regexp.
23941
23942 2011-03-23 Glenn Morris <rgm@gnu.org>
23943
23944 * eshell/esh-opt.el (eshell-eval-using-options):
23945 Do not bind unused local variable `eshell-option-stub'.
23946
23947 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
23948
23949 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23950
23951 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
23952 keymap variable in `with-no-warnings' to avoid a warning when the
23953 keymap has been already `defconst'ed.
23954
23955 2011-03-22 Leo Liu <sdl.web@gmail.com>
23956
23957 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
23958 encode all chars in abbrevs; otherwise use emacs-mule or
23959 utf-8-emacs. (Bug#8308)
23960
23961 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
23962
23963 * simple.el (backward-delete-char-untabify):
23964 Avoid warning about using `delete-backward-char'.
23965
23966 * image.el (image-type-file-name-regexps): Make it variable.
23967 `imagemagick-register-types' modifies it, and the user may want
23968 to add new extensions for known image types.
23969 (imagemagick-register-types): Throw error if not using ImageMagick.
23970
23971 2011-03-22 Leo Liu <sdl.web@gmail.com>
23972
23973 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
23974 located before rcirc-prompt-end-marker.
23975 (rcirc-complete): Error if point is not after rcirc prompt.
23976 Handle the case when table is nil.
23977 (rcirc-user-authenticated): Define to fix compiler warning.
23978
23979 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
23980
23981 * custom.el (custom--inhibit-theme-enable): Make it affect only
23982 custom-theme-set-variables and custom-theme-set-faces.
23983 (provide-theme): Ignore custom--inhibit-theme-enable.
23984 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
23985 (custom-enabling-themes): Delete variable.
23986 (enable-theme): Accept only loaded themes as arguments.
23987 Ignore the special custom-enabled-themes variable.
23988 (custom-enabled-themes): Forbid themes from setting this.
23989 Eliminate use of custom-enabling-themes.
23990 (custom-push-theme): Quote "changed" custom var entry.
23991
23992 2011-03-21 Leo Liu <sdl.web@gmail.com>
23993
23994 * ido.el (ido-read-internal): Add ido-selected to history instead
23995 of user input.
23996
23997 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23998
23999 * subr.el (deferred-action-list, deferred-action-function):
24000 Mark obsolete.
24001
24002 2011-03-21 Leo Liu <sdl.web@gmail.com>
24003
24004 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24005 change on 2011-02-13 (bug#8309).
24006
24007 * minibuffer.el (read-file-name-function): Change default value.
24008 (read-file-name--defaults): Rename from read-file-name-defaults.
24009 (read-file-name-default): Rename from read-file-name.
24010 (read-file-name): Call read-file-name-function.
24011
24012 2011-03-21 Glenn Morris <rgm@gnu.org>
24013
24014 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24015 Doc fixes.
24016
24017 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24018
24019 * cus-theme.el: Add missing provide statement.
24020 (customize-create-theme): Extract theme value correctly.
24021 (custom-theme-visit-theme): Autoload.
24022 (customize-create-theme): Prompt before inserting default faces.
24023
24024 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24025
24026 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24027 units and musical notes.
24028
24029 2011-03-20 Leo Liu <sdl.web@gmail.com>
24030
24031 * ido.el (ido-read-internal): Use completing-read-default.
24032 (ido-completing-read): Fix compatibility with completing-read.
24033
24034 2011-03-20 Christian Ohler <ohler@gnu.org>
24035
24036 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24037 (ert-delete-all-tests): Use `called-interactively-p' rather than
24038 `interactive-p'.
24039 (ert--make-xrefs-region): Respect END.
24040
24041 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24042
24043 * dired-aux.el (dired-create-directory): Signal an error if the
24044 directory already exists (Bug#8246).
24045
24046 * facemenu.el (list-colors-display): Call list-faces-display
24047 inside with-help-window.
24048 (list-colors-print): Use display property to align the final
24049 column, instead of checking window-width.
24050
24051 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24052
24053 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24054 windows-nt systems.
24055 (emerge-protect-metachars): Quote correctly for ms-dos and
24056 windows-nt systems.
24057
24058 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24059
24060 * info.el (info-initialize): Replace all uses of `:' with
24061 path-separator for compatibility with non-Unix systems.
24062 Cache quoting of path-separator. (Bug#8258)
24063
24064 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24065
24066 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24067 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24068 (mouse-avoidance-mode): Fix typos in docstrings.
24069
24070 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24071
24072 * startup.el (package-subdirectory-regexp): Move from package.el.
24073 Omit \\` and \\', and let callers add them.
24074
24075 * emacs-lisp/package.el (package-strip-version)
24076 (package-load-all-descriptors): Add \\` and \\' to
24077 package-subdirectory-regexp before using it.
24078 (package-untar-buffer): New arg DIR; ensure that file untars only
24079 into this expected directory. Remove superfluous delete-region.
24080 (package-unpack): Caller changed.
24081 (package-tar-file-info): Use package-subdirectory-regexp.
24082
24083 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24084
24085 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24086 diff-mode-shared-map (bug#8284).
24087 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24088
24089 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24090
24091 * calendar/time-date.el (format-seconds): Use assoc instead of
24092 assoc-string, since assoc-string doesn't exist in XEmacs.
24093
24094 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24095
24096 * custom.el (custom-known-themes): Reflow docstring.
24097 (custom-theme-load-path): Fix typo in docstring.
24098 (load-theme): Fix typo in error message.
24099 (custom-available-themes, custom-variable-theme-value):
24100 Use `let', not `let*'.
24101
24102 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24103
24104 * calc/README: Mention inclusion of musical notes.
24105
24106 * calc/calc-units.el (calc-lu-quant): Rename from
24107 `calc-logunits-quantity'.
24108 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24109 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24110 (calc-db): Rename from `calc-dblevel'.
24111 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24112 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24113 (calc-np): Rename from `calc-nplevel'.
24114 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24115 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24116 (calc-lu-plus): Rename from `calc-logunits-add'.
24117 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24118 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24119 (calc-lu-minus): Rename from `calc-logunits-sub'.
24120 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24121 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24122 (calc-lu-times): Rename from `calc-logunits-mul'.
24123 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24124 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24125 (calc-lu-divide): Rename from `calc-logunits-div'.
24126 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24127 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24128
24129 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24130 functions being autoloaded.
24131
24132 * calc/calc.el (calc-lu-power-reference): Rename from
24133 `calc-logunits-power-reference'.
24134 (calc-lu-field-reference): Rename from
24135 `calc-logunits-field-reference'.
24136
24137 * calc/calc-help.el (calc-l-prefix-help):
24138 Mention musical note functions.
24139
24140 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24141
24142 * minibuffer.el (completion-all-sorted-completions):
24143 Use :completion-cycle-penalty text property if present.
24144
24145 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24146
24147 * allout.el (allout-yank-processing): Adjust for new rebulleting
24148 regime so bullet being yanked is used without prompting the user
24149 for a choice.
24150
24151 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24152
24153 * startup.el (command-line): Warn the user that _emacs is deprecated.
24154
24155 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24156
24157 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24158 (delphi-verbose, delphi-comment-face, delphi-string-face)
24159 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24160 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24161 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24162 (delphi-new-comment-line, delphi-font-lock-defaults)
24163 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24164 Fix typos in docstrings.
24165
24166 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24167
24168 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24169 Invert the roles of character and string values for INSTEAD, so a
24170 string is used for the more common case of a defaulting prompt.
24171
24172 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24173
24174 * progmodes/ruby-mode.el (ruby-backward-sexp):
24175 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24176 * play/gamegrid.el (gamegrid-make-face):
24177 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24178 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24179 * notifications.el (notifications-notify):
24180 * net/xesam.el (xesam-search-engines):
24181 * net/quickurl.el (quickurl-list-insert):
24182 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24183
24184 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24185
24186 * startup.el (command-line): Update package subdirectory regexp.
24187
24188 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24189
24190 * allout.el (allout-abbreviate-flattened-numbering)
24191 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24192
24193 * subr.el (read-char-choice): Only show the cursor after the prompt,
24194 not after the answer.
24195
24196 2011-03-15 Kevin Ryde <user42@zip.com.au>
24197
24198 * help-fns.el (variable-at-point): Skip leading quotes, if any
24199 (bug#8253).
24200
24201 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24202
24203 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24204 warning message.
24205
24206 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24207
24208 * shell.el (shell): When called interactively, offer to change the
24209 shell file name on remote hosts.
24210
24211 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24212
24213 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24214 integration for LDAP parameters. The host, base, user or binddn,
24215 and secret tokens can be specified in a netrc file, for instance.
24216 This is optional because an `auth-source' parameter must be
24217 specified in the search attributes.
24218
24219 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24220
24221 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24222
24223 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24224
24225 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24226 into declaration. Remove redundant and harmful binding.
24227
24228 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24229
24230 * files.el (file-ownership-preserved-p): Pass `integer' as an
24231 explicit 2nd argument to `file-attributes'. If the file's owner
24232 is the Administrators group on Windows, and the current user is
24233 Administrator, consider that a match.
24234
24235 * server.el (server-ensure-safe-dir): Consider server directory
24236 safe on MS-Windows if its owner is the Administrators group while
24237 the current Emacs user is Administrator. Use `=' to compare
24238 numerical UIDs, since they could be integers or floats.
24239
24240 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24241
24242 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24243
24244 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24245
24246 Sync with Tramp 2.2.1.
24247
24248 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24249
24250 * net/trampver.el: Update release number.
24251
24252 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24253
24254 * progmodes/compile.el (compilation--previous-directory): Fix up
24255 various nil/dead-marker mismatches (bug#8014).
24256 (compilation-directory-properties, compilation-error-properties):
24257 Don't call it at a position past the one we're about to change.
24258
24259 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24260 Disable obsolescence warnings in the file that declares it.
24261
24262 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24263
24264 * allout-widgets.el (allout-widgets-tally):
24265 Initialize allout-widgets-tally as a hash table rather than nil to
24266 prevent mode-line redisplay warnings. Also, clarify the module
24267 description and fix a comment typo.
24268
24269 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24270
24271 * help-fns.el (describe-variable): Don't complete keywords.
24272 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24273
24274 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24275
24276 * emacs-lisp/package.el (package-version-join): Impose a standard
24277 string representation for pre/alpha/beta version lists.
24278 (package-unpack-single): Standardize the directory name by passing
24279 it through package-version-join.
24280 (package-strip-rcs-id): Accept any version string that does not
24281 signal an error in version-to-list.
24282
24283 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24284
24285 * simple.el (delete-trailing-whitespace): Return nil for the
24286 benefit of `write-file-functions'.
24287
24288 2011-03-10 Glenn Morris <rgm@gnu.org>
24289
24290 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24291
24292 * vc/vc-git.el (vc-git-program): New option.
24293 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24294 (vc-git--call): Use it.
24295
24296 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24297
24298 * cus-edit.el (Custom-newline): If no button at point, look
24299 for a subgroup button at start-of-line. (Bug#2298)
24300
24301 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24302
24303 2011-03-10 Julien Danjou <julien@danjou.info>
24304
24305 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24306 `cursor-type' is nil.
24307
24308 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24309
24310 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24311
24312 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24313
24314 * allout.el: Change so yank of distinctive-bullet items
24315 preserves the existing header prefix, rebulleting it if necessary,
24316 rather than replacing it. This is necessary for proper operation
24317 of cooperative addons like allout-widgets.
24318 (allout-make-topic-prefix, allout-rebullet-heading):
24319 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24320 value as alternate bullet to be used, instead of prompting the user
24321 for a bullet character.
24322
24323 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24324
24325 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24326 Do not use `tramp-file-name-port', because this returns also
24327 `tramp-default-port'.
24328
24329 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24330
24331 * net/rcirc.el (rcirc-handler-001): Remove useless
24332 with-rcirc-process-buffer.
24333 (rcirc-check-auth-status): Swap arguments to string-match.
24334
24335 2011-03-09 Glenn Morris <rgm@gnu.org>
24336
24337 * shell.el (shell-mode):
24338 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24339
24340 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24341 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24342
24343 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24344
24345 * emacs-lisp/package.el (package-refresh-contents)
24346 (package-menu-execute): Use condition-case-no-debug.
24347
24348 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24349
24350 * simple.el (shell-command-to-string): Use `process-file'.
24351
24352 * emacs-lisp/package.el (package-tar-file-info): Handle also
24353 remote files.
24354
24355 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24356 Use `equal' for upload base check.
24357
24358 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24359
24360 * textmodes/texinfo.el (texinfo-environments):
24361 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24362
24363 2011-03-08 Glenn Morris <rgm@gnu.org>
24364
24365 * cus-start.el (cursor-in-non-selected-windows):
24366 Fix :set quoting oddness. (Bug#8192)
24367
24368 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24369 in some setf expressions. (Bug#2159)
24370
24371 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24372
24373 * custom.el (custom-available-themes): Return themes in
24374 alphabetical order.
24375
24376 See ChangeLog.15 for earlier changes.
24377
24378 ;; Local Variables:
24379 ;; coding: utf-8
24380 ;; End:
24381
24382 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24383
24384 This file is part of GNU Emacs.
24385
24386 GNU Emacs is free software: you can redistribute it and/or modify
24387 it under the terms of the GNU General Public License as published by
24388 the Free Software Foundation, either version 3 of the License, or
24389 (at your option) any later version.
24390
24391 GNU Emacs is distributed in the hope that it will be useful,
24392 but WITHOUT ANY WARRANTY; without even the implied warranty of
24393 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24394 GNU General Public License for more details.
24395
24396 You should have received a copy of the GNU General Public License
24397 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.