]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
[gnu-emacs] / lisp / ChangeLog
1 2013-02-16 Glenn Morris <rgm@gnu.org>
2
3 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
4
5 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
8
9 2013-02-15 Alan Mackenzie <acm@muc.de>
10
11 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
12 global minor mode has been enabled, call the minor mode function
13 for a new buffer once only, after the major mode hook, whilst
14 allowing that hook explicitly to disable the minor mode.
15 (MODE-disable-in-buffer): New (generated) function.
16 (disable-MODE): New (generated) buffer local variable.
17
18 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
19
20 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
21 `iswitchb-next-match' and `iswitchb-prev-match' resply.
22 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
23 `ido-next-match' and `ido-prev-match' resply.
24 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
25 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
26 `icomplete-backward-completions' (Bug#13708).
27
28 2013-02-15 Glenn Morris <rgm@gnu.org>
29
30 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
31
32 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * net/goto-addr.el (goto-address-fontify): Add start and end args.
35 (goto-address-fontify-region): Use them instead of narrowing, so
36 syntax-ppss has access to the whole buffer.
37
38 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
39
40 * progmodes/python.el: Explain how to restore "cc-mode"-like
41 forward-sexp movement in header documentation (Bug#13642).
42 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
43 comments and strings (GH bug 114).
44
45 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
46
47 * progmodes/python.el (python-info-current-defun): Fix current
48 defun detection (Bug#13618).
49
50 2013-02-15 Chong Yidong <cyd@gnu.org>
51
52 * xml.el (xml-parse-string): Fix typo in handling of bad character
53 references.
54
55 2013-02-15 Glenn Morris <rgm@gnu.org>
56
57 * play/fortune.el (fortune-compile): Simplify and fix previous change.
58
59 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
60
61 * net/tramp.el (tramp-debug-message):
62 Add `tramp-condition-case-unless-debug'.
63 (tramp-debug-on-error): New defvar.
64 (tramp-condition-case-unless-debug): New defun.
65 (tramp-file-name-handler): Use it.
66
67 2013-02-14 Juri Linkov <juri@jurta.org>
68
69 * info.el (Info-isearch-filter): Treat non-nil values of
70 `search-invisible' including its default value `open'
71 like the value `t' to match hidden text. (Bug#13402)
72
73 2013-02-14 Glenn Morris <rgm@gnu.org>
74
75 * help-fns.el (find-lisp-object-file-name): Give special treatment
76 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
77
78 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
79
80 * net/quickurl.el (quickurl-save-urls):
81 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
82
83 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
84
85 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
86 depth for unfinished percent literal. Not using it in the caller.
87 (ruby-move-to-block): Jump over multiline literals of all types,
88 ignoring code-looking contents inside them.
89 (ruby-add-log-current-method): Improve performance at the expense
90 of accuracy. `ruby-block-contains-point' is relatively slow, so
91 only use it for method and singleton class blocks.
92
93 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
94
95 Use ControlMaster where applicable. (Bug#13677)
96
97 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
98 replacing `tramp-detect-ssh-controlmaster'.
99 (tramp-default-method): Use it.
100
101 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
102 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
103 arguments.
104 [scpc, rsyncc]: Remove methods.
105 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
106 and "ssh2_old".
107 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
108 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
109
110 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * emacs-lisp/package.el (package--initialized): Move before first use.
113
114 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
115
116 * icomplete.el (icomplete-hide-common-prefix): New user option.
117 (icomplete-first-match): New face.
118 (icomplete-completions): Correct handling of "complete but not
119 unique" (Bug#12638).
120
121 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
122
123 * descr-text.el (describe-char): Display the script (bug#13698).
124
125 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * tmm.el: Use lexical-binding and current-active-maps.
128 (tmm-menubar): Use map-keymap and pcase.
129 (tmm--completion-table): New function.
130 (tmm-prompt): Use it to fix the menu order.
131 (tmm-get-keybind): Use current-active-maps.
132
133 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
134
135 Add dired-hide-details-mode. (Bug#6799)
136
137 * locate.el (locate-mode): Set parent mode property to dired-mode.
138
139 * find-dired.el (find-dired): Call dired-insert-set-properties on
140 initial information line. Set process mark on end of buffer.
141 (find-dired-sentinel):
142 Call dired-insert-set-properties on summary.
143
144 * dired.el (dired-hide-details-hide-symlink-targets)
145 (dired-hide-details-hide-information-lines): New options.
146 (dired-insert-directory):
147 Set properties after final treatment of output.
148 (dired-insert-set-properties):
149 Set dired-hide-details-* properties.
150 (dired-mode-map): Bind dired-hide-details-mode.
151 (dired-mode): Set buffer-invisibility-spec to a list.
152 (dired-next-line): Skip hidden lines.
153 (dired-previous-line): Use dired-next-line.
154 (dired-hide-details-mode): New minor mode.
155 (dired-hide-details-update-invisibility-spec): New function.
156
157 2013-02-13 Glenn Morris <rgm@gnu.org>
158
159 * play/yow.el: Move to obsolete/. (Bug#9384)
160
161 2013-02-13 Juri Linkov <juri@jurta.org>
162
163 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
164 to select `ediff-control-frame' and set input focus correctly on Xfce.
165 (Bug#12218)
166
167 2013-02-13 Juri Linkov <juri@jurta.org>
168
169 * image-mode.el (image-mode-map):
170 * doc-view.el (doc-view-mode-map):
171 * vc/ediff-util.el (ediff-setup-keymap):
172 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
173
174 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
175
176 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
177 performance. Instead of recalculating indentation fully for each
178 line, sum up indentation depth based only on visited lines.
179 (ruby-parse-partial): Increase the depth after "do" even when END
180 is right after it.
181 (ruby-parse-partial): When END is in the middle of a percent
182 literal, increase the depth if the delimiter chars belong to the
183 paren syntax class.
184
185 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
186
187 * play/fortune.el (fortune-compile): Also make the compiled file
188 if it does not exist at all, not just if it is old. (Bug#5338)
189
190 2013-02-13 Glenn Morris <rgm@gnu.org>
191
192 * emacs-lisp/package.el (package-menu-execute): Doc fix.
193
194 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
195
196 * lisp/emacs-lisp/package.el (package-menu-execute):
197 Add optional noquery argument. (Bug#13625)
198
199 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
200
201 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
202 if DIR exists and PARENTS is non-nil.
203
204 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
205
206 * progmodes/js.el (js--multi-line-declaration-indentation):
207 Silence byte-compiler warning.
208
209 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
210
211 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
212
213 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
214 only if it doesn't exist.
215
216 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
217 Set process marker.
218
219 2013-02-12 Tassilo Horn <tsdh@gnu.org>
220
221 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
222 UserInstallation when calling soffice to work around LibreOffice
223 bug 37531.
224
225 2013-02-12 Glenn Morris <rgm@gnu.org>
226
227 * files.el (basic-save-buffer):
228 Offer to create a non-existing directory. (Bug#3016)
229
230 * calc/calc-graph.el (calc-graph-show-dumb):
231 * calendar/calendar.el (calendar-mode-map):
232 * cus-edit.el (custom-mode-map):
233 * ehelp.el (electric-help-map):
234 * emulation/vip.el (vip-mode-map):
235 * epa.el (epa-key-list-mode-map):
236 * info.el (Info-mode-map):
237 * mail/rmail.el (rmail-mode-map):
238 * mail/rmailsum.el (rmail-summary-mode-map):
239 * man.el (Man-mode-map):
240 * net/newst-plainview.el (newsticker-mode-map):
241 * progmodes/cpp.el (cpp-edit-mode-map):
242 * progmodes/grep.el (grep-mode-map):
243 * progmodes/idlw-help.el (idlwave-help-mode-map):
244 * simple.el (special-mode-map):
245 * startup.el (splash-screen-keymap):
246 * view.el (view-mode-map):
247 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
248
249 2013-02-11 Elias Pipping <pipping@lavabit.com>
250
251 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
252 (bug#13679).
253
254 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
257
258 2013-02-11 Glenn Morris <rgm@gnu.org>
259
260 * vc/diff.el (diff-use-labels): New variable.
261 (diff-no-select): Use --label rather than -L, and first
262 check that it is supported. (Bug#11067)
263
264 * files.el (enable-dir-local-variables): New variable.
265 (hack-dir-local-variables): Respect enable-dir-local-variables.
266 * tutorial.el (help-with-tutorial):
267 Ignore directory-local variables. (Bug#11127)
268
269 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
270 (vc-svn-global-switches): ... to here. (Bug#13513)
271
272 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
273
274 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
275 Handle "foo (bar, default: xxx): " prompts.
276
277 2013-02-10 Chong Yidong <cyd@gnu.org>
278
279 * files.el (basic-save-buffer-1): Do not set
280 buffer-file-coding-system-explicit (Bug#4533).
281
282 * mail/emacsbug.el (report-emacs-bug): Change binding of
283 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
284
285 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
286
287 * calc/calc.el (calc-allow-units-as-numbers): New variable.
288 * calc/calc-units.el (calc-convert-units): Use new variable.
289
290 2013-02-09 Eli Zaretskii <eliz@gnu.org>
291
292 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
293
294 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
295 buffer-file-type.
296
297 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
298 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
299 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
300 coding-system-for-write instead.
301
302 * jka-compr.el (jka-compr-write-region): Don't bind
303 buffer-file-type.
304
305 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
306 buffer-file-type.
307
308 * files.el (file-name-buffer-file-type-alist): Remove defvar.
309 (insert-file-contents-literally): Remove reference to
310 file-name-buffer-file-type-alist.
311
312 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
313 make-obsolete.
314 (find-buffer-file-type-match, find-buffer-file-type): Remove.
315 (find-buffer-file-type-coding-system): Remove references to
316 find-buffer-file-type-match, find-buffer-file-type, and
317 buffer-file-type.
318 Don't put find-buffer-file-type-coding-system into
319 file-coding-system-alist.
320 (find-file-binary, find-file-text): Bind coding-system-for-read
321 instead of file-name-buffer-file-type-alist.
322
323 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
324
325 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
326 converter (Bug#13622).
327 (doc-view-unoconv-program): Make obsolete alias.
328 (doc-view-odf->pdf-converter-program): New variable.
329 (doc-view-odf->pdf-converter-function): New variable.
330 (doc-view-mode-p): Use it.
331 (doc-view-odf->pdf-converter-unoconv):
332 Rename from `doc-view-odf->pdf-converter-unoconv'.
333 (doc-view-odf->pdf-converter-soffice): New function.
334 (doc-view-convert-current-doc):
335 Use `doc-view-odf->pdf-converter-function'.
336
337 2013-02-09 Chong Yidong <cyd@gnu.org>
338
339 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
340 view-echo-area-messages (Bug#13340).
341
342 * help.el (view-echo-area-messages): Use display-buffer.
343
344 * dired-x.el (dired-do-run-mail): Prompt for confirmation
345 (Bug#13561).
346
347 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
350 Eval body right away, now that we do eager macroexpansion (bug#13605).
351
352 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
353 (fundamental-mode): Use run-mode-hooks.
354
355 * eshell/esh-proc.el (eshell/kill): Fix last change.
356 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
357
358 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
359
360 * eshell/esh-proc.el (eshell/kill): Rewrite.
361
362 * eshell/em-ls.el (show-almost-all): Declare.
363 (eshell-do-ls): Add support for -A argument.
364
365 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
366
367 * icomplete.el (icomplete-forward-completions)
368 (icomplete-backward-completions): Handle corner case (bug#13602).
369
370 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
371
372 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
373 be nil. Handle this. (Bug#13636)
374
375 2013-02-07 Richard Stallman <rms@gnu.org>
376
377 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
378 `save-buffer-coding-system'.
379
380 2013-02-07 Alan Mackenzie <acm@muc.de>
381
382 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
383 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
384 (c-parse-state-get-strategy): Don't return 'BOD any more.
385 (c-append-lower-brace-pair-to-state-cache):
386 Extra parameter HERE instead of narrowing.
387 Widen to top of buffer before searching backwards for a brace pair.
388 (c-state-push-any-brace-pair): Add HERE parameter to function call.
389 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
390 Narrow to parameter HERE, in place of being called narrowed.
391 (c-remove-stale-state-cache): Extra parameter HERE in place of
392 narrowing. Check there's an open brace in the cache before
393 searching for its match.
394 (c-invalidate-state-cache-1): Add HERE parameter to function call.
395 (c-parse-state-1): Don't narrow here for 'forward strategy,
396 instead passing extra parameter HERE to several functions.
397 Remove 'BOD strategy.
398
399 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
400
401 * emacs-lisp/package.el (describe-package-1): Tell what archive is
402 used to install the package.
403
404 2013-02-06 Glenn Morris <rgm@gnu.org>
405
406 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
407 if we can't get user input. (Bug#6567)
408
409 * startup.el (command-line): If simple.el is missing,
410 test and warn about for some possible causes.
411
412 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
413
414 * cus-start.el (all): Add ns-use-native-fullscreen.
415
416 2013-02-05 Glenn Morris <rgm@gnu.org>
417
418 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
419
420 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
421 Fix directory creation in fallback case.
422
423 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
424
425 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
426 (vc-update-change-log): Use dolist.
427
428 2013-02-04 Chong Yidong <cyd@gnu.org>
429
430 * thingatpt.el: Rewrite the URL detection routines, absorbing some
431 code from ffap.el.
432 (thing-at-point-beginning-of-url-regexp): New var.
433 (thing-at-point-uri-schemes): Update list of URI schemes.
434 (thing-at-point-url-regexp): Variable deleted.
435 (thing-at-point-markedup-url-regexp): Disallow newlines.
436 (thing-at-point-newsgroup-regexp)
437 (thing-at-point-newsgroup-heads)
438 (thing-at-point-default-mail-uri-scheme): New variables.
439 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
440 method to find the possible bounds of the URI at point.
441 New optional argument to find ill-formed URIs.
442 (thing-at-point-url-at-point): Rewrite. New arguments for finding
443 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
444 the scheme-adding heuristics from ffap-url-at-point.
445 (thing-at-point--bounds-of-well-formed-url): New function.
446 Do parens matching to decide whether to include parens in the URI
447 (Bug#9153).
448
449 * ffap.el: Require thingatpt.
450 (ffap-url-at-point): Delegate URI detection to thing-at-point.
451 All URI-valid characters are now recognized (Bug#5673).
452 (ffap-string-at-point): Use use-region-p.
453 (ffap-url-regexp): Extra character is handled by thing-at-point.
454 (ffap-string-at-point-mode-alist): Allow parentheses.
455 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
456 Convert to aliases; code moved to thingatpt.el.
457 (ffap-gnus-hook): Use setq-local.
458
459 2013-02-04 Glenn Morris <rgm@gnu.org>
460
461 * emacs-lisp/ert.el (ert--explain-format-atom):
462 Don't try to print non-characters as characters. (Bug#13543)
463
464 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
465
466 * net/tramp.el (tramp-debug-message): Extend function exclude list.
467 (tramp-backtrace): New defun.
468 (tramp-handle-insert-file-contents): Use `visit' when inserting
469 the local copy.
470
471 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
472 Use `remote-file-name-inhibit-cache'.
473
474 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
475
476 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
477 (bug#13614).
478
479 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
480 current-load-list (bug#13366).
481
482 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
483
484 * progmodes/compile.el (compilation-error-regexp-alist-alist):
485 Identify g++ template instantiation trace. (Bug#12287)
486 (compilation-mode-hook, compilation-start-hook)
487 (compilation-window-height): Simplify docstrings. (Bug#13379)
488
489 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * mouse.el (mouse-drag-track): Always deactivate the mark before
492 running the final event's command since that command is in charge of
493 activating the mark if needed (bug#13523).
494
495 2013-02-02 Juri Linkov <juri@jurta.org>
496
497 * replace.el (perform-replace): Move let-bindings of isearch-*
498 variables deeper to the loop that searches for the next match.
499 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
500 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
501 (Bug#13579)
502
503 * isearch.el (isearch-search-fun-default): Check for null
504 first element of isearch-cmds as a precaution when it's used
505 with inactive isearch.
506
507 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
508
509 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
510 error when buffer in question is narrowed so position 1 is out of
511 visible part.
512
513 2013-02-02 Glenn Morris <rgm@gnu.org>
514
515 * textmodes/remember.el (remember-clipboard): Doc fix.
516
517 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
520 properties (bug#13179).
521
522 2013-02-02 Juri Linkov <juri@jurta.org>
523
524 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
525 instead of hard-coded default face `match'. (Bug#9438)
526
527 2012-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
528
529 * vc/vc-arch.el (vc-arch-registered):
530 * vc/vc-bzr.el (vc-bzr-registered):
531 * vc/vc-cvs.el (vc-cvs-registered):
532 * vc/vc-git.el (vc-git-registered):
533 * vc/vc-hg.el (vc-hg-registered):
534 * vc/vc-mtn.el (vc-mtn-registered):
535 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
536 (Bug#13139)
537
538 * info.el (Info-next-reference, Info-prev-reference): Add numeric
539 prefix argument. (Bug#11656)
540
541 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
544
545 2013-02-01 Glenn Morris <rgm@gnu.org>
546
547 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
548 if the backend is known not to support it.
549
550 * imenu.el (imenu-default-create-index-function):
551 Tweak infinite loop test to check for forward motion as well as none.
552
553 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
554
555 * net/soap-client.el (soap-invoke): Encode the string for
556 `url-request-data' as UTF-8.
557 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
558
559 2013-02-01 Glenn Morris <rgm@gnu.org>
560
561 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
562
563 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
564
565 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
566
567 * net/tramp.el (tramp-tramp-file-p): Comment check for
568 `string-as-unibyte'. The function does not exist on XEmacs, and
569 likely we need another approach.
570
571 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
572 `tramp-gw-*' variables are bound.
573
574 2013-01-31 Glenn Morris <rgm@gnu.org>
575
576 * files.el (basic-save-buffer-2): Choose coding system for
577 writing the file before backing it up, to reduce delay between
578 backing up and writing the new version. (Bug#13522)
579
580 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
581
582 * simple.el (cycle-spacing): New command.
583 (just-one-space): Use it.
584
585 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
586
587 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
588 (opascal-newline-always-indents): Remove custom.
589 (opascal-tab, opascal-newline): Remove commands.
590 (opascal-new-comment-line): Insert "\n" instead of calling newline.
591 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
592 (opascal-save-match-data): Remove, use save-match-data instead.
593 (opascal-save-state): Use with-silent-modifications.
594
595 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
596 (bug#13585).
597
598 2013-01-30 Juri Linkov <juri@jurta.org>
599
600 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
601 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
602 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
603
604 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
607 column if we're just deleting the backslashes.
608 (makefile-fill-paragraph): Use eolp.
609
610 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
611
612 * autorevert.el (auto-revert-use-notify): Fix docstring.
613
614 2013-01-30 Leo Liu <sdl.web@gmail.com>
615
616 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
617
618 2013-01-30 Glenn Morris <rgm@gnu.org>
619
620 * mouse.el (mouse-drag-line): Avoid pushing same event onto
621 unread-command-events twice in some cases. This tries to implement
622 the 2012-07-26 changes in a different way. (Bug#13560)
623
624 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
625
626 * progmodes/python.el
627 (python-pdbtrack-comint-output-filter-function): Enhancements on
628 stacktrace detection. (thanks @gnovak)
629
630 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
633 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
634 Use defvar-local.
635 (jit-lock-register): Use setq-local.
636
637 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
638
639 * calc-units.el (math-default-units-table): Remove initial value.
640 (calc-convert-units): Treat expressions where all the units cancel as
641 if they didn't have units.
642
643 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
644
645 * net/tramp.el (tramp-process-connection-type): Fix docstring.
646 (tramp-completion-reread-directory-timeout): Fix type.
647 (tramp-connection-min-time-diff): New defcustom.
648
649 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
650
651 2013-01-30 Glenn Morris <rgm@gnu.org>
652
653 * imenu.el (imenu-default-create-index-function):
654 Put back a version of the infinite loop test removed 2013-01-23.
655
656 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
657
658 * progmodes/python.el (python-shell-parse-command):
659 Find python-shell-interpreter with modified environment.
660
661 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
664
665 2013-01-29 Alan Mackenzie <acm@muc.de>
666
667 Amend to fontify /regexp/s in actions correctly.
668 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
669 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
670 are no longer included.
671 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
672 What used to be these variables without "-line" in the name.
673 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
674 (c-awk-non-arith-op-bra-re): Now also matches {.
675 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
676 "return", and "case".
677 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
678 by /.
679 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
680 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
681
682 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
683
684 * autorevert.el (auto-revert-use-notify):
685 Use `custom-initialize-default' for initialization. (Bug#13583)
686
687 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
688
689 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
690 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
691 in `tramp-file-name-handler'.
692 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
693 compatibility.
694 (tramp-compute-multi-hops): Check, whether
695 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
696
697 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
700 (bug#13297).
701
702 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
703
704 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
705 checks made superfluous by the \_< operator.
706 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
707 temporarily) broken indentation.
708 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
709 Highlight nested constants, too. \_< broke that.
710
711 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
712
713 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
714 instead of "\\b".
715
716 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
717
718 * autorevert.el (auto-revert-handler): Notifications which result
719 from a saved file shall not be taken into account. (Bug#13557)
720
721 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
722
723 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
724 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
725 (lisp-mode): Pass t for it. (Bug#13556)
726
727 2013-01-25 Alan Mackenzie <acm@muc.de>
728
729 AWK Mode: Fix indentation bug at top level. Bug #12274.
730
731 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
732 just before CASE 5D.
733
734 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
735
736 * net/socks.el (socks-nslookup-host): Use string-to-number.
737
738 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
739
740 * autorevert.el (auto-revert-remote-files)
741 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
742 (auto-revert-notify-enabled, auto-revert-use-notify)
743 (auto-revert-notify-watch-descriptor-hash-list)
744 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
745 (auto-revert-notify-event-descriptor)
746 (auto-revert-notify-event-action)
747 (auto-revert-notify-event-file-name): Doc fix.
748 (global-auto-revert-mode): Reorder checks.
749 (auto-revert-notify-rm-watch): Respect changed values of
750 `auto-revert-notify-watch-descriptor-hash-list'.
751 (auto-revert-notify-add-watch): Check for
752 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
753 `inotify-add-watch'. Watch `default-directory' instead of
754 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
755 has a changed meaning now. (Bug#13540)
756 (auto-revert-notify-handler): Change implementation wrt events
757 returning from a directory.
758 (auto-revert-handler): Reorder implementation for checks of remote
759 files.
760 (auto-revert-buffers): Fix parentheses error.
761
762 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
763
764 * progmodes/python.el: Enhancements to header documentation about
765 skeletons. (Bug#5716)
766
767 * imenu.el (imenu-default-create-index-function): Remove useless
768 infinite loop check. (Bug#13438)
769
770 2013-01-25 Alan Mackenzie <acm@muc.de>
771
772 Fix a bug in the state cache mechanism. Refactor this a bit.
773
774 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
775 `cache-pos' element from the return value.
776 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
777 buffer to enable proper searching from beyond HERE. Amend the
778 test for detecting the sought brace pair. Amend the value written
779 to the "brace desert cache" when the brace isn't found.
780 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
781 and several other variables analogously.
782 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
783 parameter to a locally calculated variable.
784 (c-parse-state-1): Change the calling conventions to the two
785 defuns involving `cache-pos'.
786
787 2013-01-25 Chong Yidong <cyd@gnu.org>
788
789 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
790
791 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
792
793 * paren.el (show-paren-function): Make sure to set 'priority and
794 'face only if the overlay does exist.
795
796 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
797
798 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
799
800 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
801 basic attributes.
802 (tramp-sh-handle-set-file-acl): Improve error checking.
803
804 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
805
806 * doc-view.el (doc-view-display): Force mode line update until all
807 document is converted. Suggested by Stefan Monnier (Bug#13164).
808
809 2013-01-23 Bastien Guerry <bzg@gnu.org>
810
811 * paren.el (show-paren-function): Make sure an overlay exists
812 before trying to delete it. Also use `pos' as a position only
813 when it is an integer.
814
815 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
816
817 * play/gametree.el (gametree-break-line-here): Use point-marker.
818
819 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
820
821 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
822 Mark descriptive parts with `display' property.
823
824 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
825
826 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
827 New variable to map standard dict names to hunspell ones.
828 (ispell-set-spellchecker-params): Make sure specific dict names
829 are used for standard dicts with hunspell.
830
831 2013-01-21 Tassilo Horn <tsdh@gnu.org>
832
833 * textmodes/reftex-cite.el (reftex-format-citation): Add format
834 chars for note (%N) and url (%U).
835 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
836
837 2013-01-21 Juri Linkov <juri@jurta.org>
838
839 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
840 in addition to existing separate binding `meta f10' in `global-map'.
841 (Bug#13484)
842
843 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
844
845 Improve XEmacs compatibility.
846
847 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
848
849 * net/tramp-adb.el (top): Require `time-date'.
850 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
851 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
852 Use `tramp-file-name-handler'.
853 (tramp-adb-maybe-open-connection):
854 Use `tramp-compat-set-process-query-on-exit-flag'.
855
856 * net/tramp-sh.el (tramp-sh-handle-file-acl):
857 Use `tramp-compat-funcall'.
858
859 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
860 `tramp-compat-funcall'.
861
862 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
863
864 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
865 reimplementation using "adb shell command ..." instead of running
866 remote shell interactively.
867
868 2013-01-20 Glenn Morris <rgm@gnu.org>
869
870 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
871 Add native profiler menu entries.
872
873 * profiler.el (profiler-running-p): New function.
874 (profiler-cpu-profile): Use profiler-running-p.
875 (profiler-report-mode-map): Add some more menu entries.
876
877 2013-01-19 Glenn Morris <rgm@gnu.org>
878
879 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
880 fixes 2012-12-07 change. (Bug#13499)
881
882 2013-01-19 Leo Liu <sdl.web@gmail.com>
883
884 * dired.el (dired-get-marked-files): Prune erroneous values due to
885 last change. (Bug#13152)
886
887 2013-01-19 Glenn Morris <rgm@gnu.org>
888
889 * progmodes/etags.el (tags-table-check-computed-list):
890 Preserve point in tags buffer. (Bug#13412)
891
892 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
893
894 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
895 Chong Yidong <cyd@gnu.org>
896
897 * image-mode.el (image-next-file, image-previous-file):
898 New commands (Bug#8453).
899 (image-mode-map): Bind them to n and p.
900 (image-mode--images-in-directory): New helper function.
901
902 2013-01-19 Chong Yidong <cyd@gnu.org>
903
904 * image-mode.el (image-mode-fit-frame): Add a frame argument.
905 Suggested by Drew Adams (Bug#7730). Handle window decorations;
906 save and restore the old window configuration.
907
908 2013-01-18 Leo Liu <sdl.web@gmail.com>
909
910 * progmodes/js.el: Tweak autoload cookie for alias.
911
912 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
913
914 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
915 buffer local, again. This was lost with the fix on 2013-01-12.
916
917 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
918
919 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
920 order to support several eshell buffers in parallel.
921
922 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
923
924 * autorevert.el (auto-revert-use-notify): In the :set function, do
925 not modify `kill-buffer-hook'.
926 (auto-revert-notify-rm-watch):
927 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
928 (auto-revert-notify-add-watch): Do not call
929 `auto-revert-notify-rm-watch', but add it to a buffer local
930 `kill-buffer-hook'.
931
932 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
935 call to `eval' rather than a backquoted lambda.
936
937 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
940 to return an explicit nil.
941 (advice--remove-function): Change accordingly.
942
943 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
944 the use of nadvice.el.
945
946 * progmodes/which-func.el (which-function): Silence imenu errors
947 (bug#13433).
948
949 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
950
951 * progmodes/sql.el: (sql-imenu-generic-expression):
952 (sql-mode-font-lock-object-name): Match schema qualified names.
953 (sql-connect): Use string keys.
954 (sql-product-interactive): Wait for interpreter prompt.
955 (sql-comint-oracle): Set process coding based on NLS_LANG.
956
957 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
958
959 * progmodes/sql.el (sql-output-to-send): Remove, unused.
960 (sql-interactive-remove-continuation-prompt):
961 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
962
963 2013-01-14 Leo Liu <sdl.web@gmail.com>
964
965 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
966 (Bug#13420)
967
968 2013-01-14 Glenn Morris <rgm@gnu.org>
969
970 * progmodes/compile.el (compilation-error-regexp-alist-alist):
971 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
972
973 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
974
975 * progmodes/python.el (python-nav-end-of-statement):
976 Fix cornercase when handling multiline strings.
977
978 2013-01-13 Richard Stallman <rms@gnu.org>
979
980 * mail/sendmail.el (mail-position-on-field): Add doc string.
981
982 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
983 Get current message boundaries and pass them to
984 message-forward-make-body-mime. Minor style changes.
985
986 2013-01-13 Eli Zaretskii <eliz@gnu.org>
987
988 * cus-start.el (all): Avoid warnings about
989 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
990
991 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
992
993 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
994
995 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * jit-lock.el (jit-lock-debug-mode): New minor mode.
998 (jit-lock--debug-fontifying): New var.
999 (jit-lock--debug-fontify): New function.
1000 * subr.el (condition-case-unless-debug): Don't prevent catching the
1001 error, just let the debbugger run.
1002 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
1003 timer code and don't drop errors silently.
1004
1005 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
1006
1007 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
1008 `permanent-local' property.
1009 (auto-revert-notify-handler): Use `file-equal-p'.
1010
1011 2013-01-12 Eli Zaretskii <eliz@gnu.org>
1012
1013 * autorevert.el (auto-revert-notify-handler): Fix filtering of
1014 file notification by ACTION. For filtering by file name, compare
1015 only the non-directory part of the file name.
1016
1017 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * autorevert.el: Use cl-lib instead of cl.
1020
1021 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
1022 (vc-bzr-checkin): Use it.
1023 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
1024 will preserve match-data.
1025
1026 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
1027
1028 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
1029 (js--declaration-keyword-re): New var.
1030 (js--multi-line-declaration-indentation): New function.
1031 (js--proper-indentation): Use it.
1032
1033 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1034
1035 * calc/calc.el (calc-highlight-selections-with-faces)
1036 (calc-dispatch):
1037 * comint.el (comint-history-isearch-message):
1038 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
1039 * ffap.el (ffap-string-at-point-region, ffap-next)
1040 (ffap-string-at-point, ffap-string-around)
1041 (ffap-copy-string-as-kill, ffap-highlight-overlay)
1042 (ffap-literally):
1043 * font-lock.el (font-lock-keywords-alist)
1044 (font-lock-removed-keywords-alist):
1045 * help-mode.el (help-xref-symbol-regexp):
1046 * info.el (Info-find-emacs-command-nodes):
1047 * international/mule.el (add-to-coding-system-list):
1048 * isearch.el (isearch-message-function, isearch-fail-pos):
1049 * misearch.el (multi-isearch-next-buffer-function):
1050 * newcomment.el (comment-box):
1051 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
1052 (pr-setting-database):
1053 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
1054 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
1055 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
1056 (pike-font-lock-keywords-3):
1057 * progmodes/compile.el (compile):
1058 * progmodes/etags.el (tags-table-files)
1059 (tags-table-files-function, tags-included-tables-function):
1060 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
1061 (gdb-restore-windows):
1062 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
1063 (ps-n-up-filling-database):
1064 * server.el (server-buffer, server-log):
1065 * simple.el (newline, delete-backward-char, delete-forward-char)
1066 (minibuffer-history-isearch-message, kill-line, track-eol)
1067 (temporary-goal-column):
1068 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
1069 (flyspell-default-deplacement-commands):
1070 * textmodes/ispell.el (ispell-accept-output):
1071 * textmodes/sgml-mode.el (html-tag-help):
1072 * vc/compare-w.el (compare-ignore-whitespace)
1073 (compare-ignore-case, compare-windows-dehighlight):
1074 * vc/diff.el (diff):
1075 * whitespace.el (whitespace-point)
1076 (whitespace-font-lock-refontify, whitespace-bob-marker)
1077 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
1078
1079 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
1080
1081 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
1082 (auto-revert-notify-rm-watch): Ignore errors.
1083 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
1084 inotify, and '(size last-write-time) for w32notify.
1085 Set buffer-local `auto-revert-use-notify' to nil when adding a file
1086 watch fails - this is a fallback to the file modification check.
1087 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
1088 (auto-revert-notify-event-action)
1089 (auto-revert-notify-event-file-name): New defuns.
1090 (auto-revert-notify-handler): Use them. Implement first
1091 plausibility checks.
1092 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
1093
1094 2013-01-11 Julien Danjou <julien@danjou.info>
1095
1096 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
1097 max are almost equal. Also return the correct value for V which is
1098 already between 0 and 1.
1099
1100 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1101
1102 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
1103
1104 2013-01-11 Eli Zaretskii <eliz@gnu.org>
1105
1106 * autorevert.el (auto-revert-notify-rm-watch)
1107 (auto-revert-notify-add-watch): Fix typos in w32notify function
1108 names.
1109
1110 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1111
1112 * autorevert.el (auto-revert-notify-enabled): Move up.
1113 (auto-revert-use-notify): New defcustom.
1114 (auto-revert-mode, global-auto-revert-mode)
1115 (auto-revert-notify-add-watch, auto-revert-handler)
1116 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
1117 `auto-revert-notify-enabled'.
1118
1119 2013-01-10 Elias Pipping <pipping@exherbo.org>
1120
1121 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
1122 * doc-view.el (doc-view-document->bitmap):
1123 Use doc-view-single-page-converter-function instead of
1124 single-page-converter arg; adjust callers.
1125
1126 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
1127
1128 * progmodes/which-func.el (which-function): Understand Semantic's use
1129 of overlays in imenu--index-alist.
1130
1131 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
1132
1133 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
1134 (Man-man-k-use-anchor): New var.
1135 (Man-parse-man-k): New function.
1136 (Man-completion-table): Use it.
1137 (man): Flush the completion cache between uses.
1138
1139 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
1140
1141 * autorevert.el: Add file watch support.
1142 (auto-revert-notify-enabled): New defconst.
1143 (auto-revert-notify-watch-descriptor-hash-list)
1144 (auto-revert-notify-watch-descriptor)
1145 (auto-revert-notify-modified-p): New defvars.
1146 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
1147 (auto-revert-notify-handler): New defuns.
1148 (auto-revert-mode, global-auto-revert-mode): Remove file watches
1149 when mode is disabled.
1150 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
1151 (auto-revert-buffers): Add file watches for active buffers.
1152
1153 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
1154
1155 * cus-start.el (toplevel): Only allow float values for
1156 scroll-up-aggressively and scroll-down-aggressively.
1157 Allow any number for line-spacing.
1158
1159 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1160
1161 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
1162 (doc-view-pdf->png-converter-function): Use mupdf if available.
1163 (doc-view-djvu->png-converter-function)
1164 (doc-view-ps->png-converter-function): Remove.
1165 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
1166 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
1167 (doc-view-already-converted-p): Adjust accordingly.
1168 (doc-view-mode-p): Simplify.
1169 (doc-view-enlarge): Use setq-local.
1170 (doc-view-pdf->png-converter-ghostscript)
1171 (doc-view-djvu->png-converter-ddjvu)
1172 (doc-view-pdf->png-converter-mupdf): Rework to call
1173 doc-view-start-process directly.
1174 (doc-view-pdf/ps->png): Simplify accordingly.
1175 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
1176 (doc-view-document->bitmap): Rename from doc-view-document->png.
1177 (doc-view-convert-current-doc): Merge pdf and djvu cases.
1178 (doc-view-set-slice-from-bounding-box): Fix completion table.
1179 (doc-view-mode): Use add-hook for after-revert-hook.
1180
1181 2013-01-10 Glenn Morris <rgm@gnu.org>
1182
1183 * emacs-lisp/authors.el (authors-ignored-files)
1184 (authors-valid-file-names, authors-renamed-files-alist):
1185 Add some more entries.
1186
1187 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1188
1189 * image-mode.el (image-mode-winprops): Don't throw away the fallback
1190 `t' pseudo-window entry.
1191
1192 2013-01-10 Alan Mackenzie <acm@muc.de>
1193
1194 Fix bugs in the c-parse-state mechanism. Reuse some markers
1195 instead of continually generating new ones.
1196
1197 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
1198 (c-state-old-cpp-end-marker): New variables.
1199 (c-append-lower-brace-pair-to-state-cache): Start a backward
1200 search for "}" definitively outside CPP constructs.
1201 (c-remove-stale-state-cache): Inform the caller of a need to
1202 search back for a brace pair in certain circumstances.
1203 (c-state-maybe-marker): New macro.
1204 (c-parse-state): Reuse markers when appropriate.
1205
1206 2013-01-10 Glenn Morris <rgm@gnu.org>
1207
1208 * simple.el (execute-extended-command): Doc fix.
1209 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
1210
1211 2013-01-10 Chong Yidong <cyd@gnu.org>
1212
1213 * faces.el (read-face-name): Doc fix.
1214
1215 2013-01-10 Roland Winkler <winkler@gnu.org>
1216
1217 * emacs-lisp/crm.el: Allow any regexp for separators.
1218 (crm-default-separator): All spaces around the default comma separator.
1219 (crm--completion-command): New macro.
1220 (crm-completion-help, crm-complete, crm-complete-word): Use it.
1221 (crm-complete-and-exit): Handle non-single-char separators.
1222
1223 2013-01-09 Elias Pipping <pipping@lavabit.com>
1224
1225 * doc-view.el: Add support for DjVu (bug#13164).
1226 (doc-view-djvu->png-converter-function): New config var.
1227 (doc-view-single-page-converter-function, doc-view--image-type)
1228 (doc-view--image-file-extension): New vars.
1229 (doc-view-mode): Initialize them.
1230 (doc-view-goto-page): Use them.
1231 (doc-view-mode-p): Add support for ddjvu.
1232 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
1233 (doc-view-set-up-single-converter): New funs.
1234 (doc-view-pdf/ps->png): Extend for djvu.
1235 (doc-view-document->png): Rename from doc-view-pdf->png.
1236 (doc-view-convert-current-doc): Handle djvu.
1237 (doc-view-insert-image, doc-view-display)
1238 (doc-view-already-converted-p): Don't hardcode png.
1239 (doc-view-set-doc-type): Recognize djvu docs.
1240
1241 2013-01-09 Elias Pipping <pipping@lavabit.com>
1242
1243 * doc-view.el: Add support for mupdf converter (bug#13164).
1244 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
1245 (doc-view-ps->png-converter-function): New config vars.
1246 (doc-view-pdf->png-converter-ghostscript)
1247 (doc-view-ps->png-converter-ghostscript)
1248 (doc-view-pdf->png-converter-mupdf): New functions.
1249 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
1250
1251 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
1252
1253 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
1254 first in session cache: When `tramp-own-remote-path' is in
1255 `tramp-remote-path', the remote path is only set in the session
1256 cache.
1257
1258 2013-01-09 Glenn Morris <rgm@gnu.org>
1259
1260 * emacs-lisp/trace.el (trace-function-foreground)
1261 (trace-function-background): Doc fix.
1262
1263 2013-01-09 Juri Linkov <juri@jurta.org>
1264
1265 * international/mule-cmds.el (read-char-by-name): Move let-binding
1266 of completion-ignore-case around completing-read to fix regression
1267 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
1268 `string-match-p' using the nil value of `case-fold-search' and
1269 `completion-ignore-case' in `completion-pcm--all-completions'.
1270 (Bug#12615).
1271
1272 2013-01-09 Glenn Morris <rgm@gnu.org>
1273
1274 * progmodes/compile.el (compilation-parse-errors):
1275 Fix typo. (Bug#13369)
1276
1277 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1278
1279 * comint.el (comint-send-input): Check size of buffer before
1280 waiting for process output, in case already accepted. (Bug#13290)
1281
1282 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
1283
1284 Spelling fixes.
1285 * net/tramp-adb.el (tramp-adb-get-toolbox):
1286 Fix misspelling of 'unknown'.
1287
1288 2013-01-08 Juri Linkov <juri@jurta.org>
1289
1290 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1291 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1292 Use underline style wave on terminals that support it. (Bug#13000)
1293
1294 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
1297 the predicate returns nil.
1298
1299 * simple.el: Use lexical-binding.
1300 (primitive-undo): Use pcase.
1301 (minibuffer-history-isearch-push-state): Use a closure.
1302
1303 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
1304
1305 * simple.el (primitive-undo): Move from undo.c.
1306
1307 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
1308
1309 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
1310 (cvs-mode-remove-handled): Use it (bug#13380).
1311
1312 * emacs-lisp/nadvice.el (advice--tweak): New function.
1313 (advice--remove-function, advice--subst-main): Use it.
1314
1315 * emacs-lisp/advice.el: Update commentary.
1316
1317 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
1318
1319 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1320 Remove spurious entry.
1321
1322 2013-01-08 Glenn Morris <rgm@gnu.org>
1323
1324 * net/tramp.el (tramp-default-host-alist): Add :version.
1325
1326 2013-01-08 Juri Linkov <juri@jurta.org>
1327
1328 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
1329 single completion. (Bug#12456)
1330 (info--manual-names): Expand node completions into an explicit list
1331 before appending it to another list. Filter out internal buffers
1332 with the leading space in the buffer name. (Bug#10771)
1333
1334 2013-01-08 Juri Linkov <juri@jurta.org>
1335
1336 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
1337 that defaults to the Top node.
1338 (Info-goto-node, Info-read-node-name): Doc fix to mention that
1339 the short format (FILENAME) goes to the Top node.
1340 (Info-build-node-completions): Rename arg `file' to `filename'.
1341 (Bug#13365)
1342
1343 2013-01-07 Bastien Guerry <bzg@gnu.org>
1344
1345 * menu-bar.el (menu-bar-search-documentation-menu):
1346 Use `apropos-user-option' and fix the help message.
1347
1348 2013-01-07 Bastien Guerry <bzg@gnu.org>
1349
1350 * apropos.el (apropos-do-all): Update docstring.
1351 (apropos-user-option-button): New face.
1352 (apropos-user-option): Rename from `apropos-variable' and update
1353 docstring.
1354 (apropos-variable): Rewrite, now show all variables by default.
1355 (apropos-print): Mention "User option" instead of "Variable" when
1356 printing doc for user options. (Bug#13276)
1357
1358 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
1359
1360 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1361 Handle filename correctly, when parsing "source -> target" symlink
1362 output.
1363 (tramp-adb-handle-set-file-times): New defun.
1364
1365 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
1368 advice list when the interactive-spec of ad-Advice-* changes.
1369
1370 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1371
1372 * wid-edit.el (widget-default-get): Work for inlined elements.
1373 (Bug#12670)
1374
1375 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
1376
1377 * net/tramp.el (tramp-default-host-alist): New defcustom.
1378 (tramp-find-host): Use it.
1379 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
1380 `eshell-directory-change-hook'.
1381
1382 * net/tramp-adb.el (top): Add adb specific entry in
1383 `tramp-default-host-alist'.
1384 (tramp-adb-file-name-host): Remove function.
1385 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1386 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
1387
1388 * net/tramp-sh.el: Move eshell integration code to tramp.el.
1389
1390 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
1391
1392 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
1393
1394 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
1395
1396 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
1397 consist of more than one digit.
1398 (tramp-adb-file-name-handler-alist):
1399 Use `tramp-handle-file-exists-p' consistently.
1400 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
1401 (tramp-adb-handle-file-exists-p): Remove function.
1402 (tramp-adb-file-name-host): New defun.
1403 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
1404 Use it.
1405 (tramp-adb-maybe-open-connection): Set "remote-path" property.
1406
1407 2013-01-06 Chong Yidong <cyd@gnu.org>
1408
1409 * vc/vc.el (vc-next-action): Detect buffer modifications
1410 conflicting with locking VCS operation (Bug#11490).
1411
1412 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
1413
1414 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
1415
1416 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
1417 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
1418
1419 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
1420
1421 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
1422 parsing of ls output using regular expression (handle filenames
1423 with spaces). Use virtual device number.
1424 (tramp-do-parse-file-attributes-with-ls): New defun (Code
1425 cleanup).
1426
1427 2013-01-04 Daiki Ueno <ueno@gnu.org>
1428
1429 * epg.el: Silence byte-compiler warnings.
1430 (epg--start): Use delete-char instead of delete-backward-char.
1431 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
1432
1433 2013-01-04 Daiki Ueno <ueno@gnu.org>
1434
1435 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
1436 Suggested by Eli Zaretskii <eliz@gnu.org>.
1437
1438 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
1439
1440 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
1441 non-negative integers. Otherwise, the default values are used.
1442 (tramp-convert-file-attributes): Convert uid and gid to integers.
1443
1444 2013-01-04 Glenn Morris <rgm@gnu.org>
1445
1446 * term.el (term-handle-colors-array): Ensure face attributes
1447 are fully specified, not nil. (Bug#13337)
1448
1449 * term.el (term-default-fg-color, term-default-bg-color):
1450 Fix custom type.
1451
1452 * progmodes/etags.el (tags-compression-info-list): Doc fix.
1453 (tag-find-file-of-tag-noselect): Check auto-compression-mode
1454 rather than 'jka-compr being loaded. (Bug#13338)
1455
1456 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
1457
1458 * icomplete.el (icomplete-completions):
1459 Honor icomplete-prospects-height once more following
1460 2012-11-29 changes. (Bug#13224)
1461
1462 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * subr.el (internal--called-interactively-p--get-frame): Find aliases
1465 of called-interactively-p as well (bug#13237).
1466
1467 * view.el (view--enable, view--disable): Rename from view-mode-enable
1468 and view-mode-disable and assume it's called from view-mode.
1469 (view-mode-enable, view-mode-disable): Redefine as obsolete
1470 compatibility layer above view-mode.
1471 (view-mode-enter): Call `view-mode'.
1472
1473 * files.el (after-find-file): Call `view-mode'.
1474
1475 * doc-view.el (doc-view-scale-internally): New var.
1476 (doc-view-enlarge, doc-view-insert-image): Obey it.
1477
1478 2013-01-03 Daiki Ueno <ueno@gnu.org>
1479
1480 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
1481 exist. (Bug#13344)
1482
1483 2013-01-03 Glenn Morris <rgm@gnu.org>
1484
1485 * mail/rmail.el (rmail-set-header-1): Ignore case.
1486 Handle multi-line headers. (Bug#13330)
1487
1488 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
1489 Handle paragraph starting at beginning of buffer.
1490
1491 * subr.el (eval-after-load): Don't purecopy the form, so that it
1492 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
1493
1494 * emacs-lisp/byte-run.el (defun): Place cl declarations
1495 after any interactive spec. (Bug#13265)
1496
1497 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1498
1499 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
1500 defun. Don't check for DECL if DOCSTRING isn't a string.
1501 (defun): Likewise.
1502
1503 2013-01-02 Glenn Morris <rgm@gnu.org>
1504
1505 * eshell/em-cmpl.el (eshell-pcomplete):
1506 More thoroughly imitate pcomplete. (Bug#13293)
1507
1508 * files.el (parse-colon-path): Doc fix. (Bug#12351)
1509 Return nil for empty path elements. (Bug#13296)
1510
1511 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
1512
1513 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
1514 order to improve efficiency (Based on Daniel Colascione's
1515 <dancol@dancol.org> patch). (Bug#13182)
1516
1517 2013-01-02 Glenn Morris <rgm@gnu.org>
1518
1519 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
1520
1521 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
1522
1523 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
1524 neither DOCSTRING nor DECL was given. (Bug#13316)
1525
1526 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
1527
1528 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
1529 `error' call.
1530 (tramp-do-copy-or-rename-file): Ignore errors when calling
1531 `set-file-extended-attributes'.
1532
1533 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1534 Add handler for `file-acl'.
1535 (tramp-smb-handle-file-acl): New defun.
1536
1537 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
1538
1539 * calc/README: Mention ISO 8601 week-numbering dates.
1540
1541 2013-01-01 Martin Rudalics <rudalics@gmx.at>
1542
1543 * view.el (view-mode-enable): New argument run-view-mode-hook.
1544 Run view-mode-hook only when it's non-nil (Bug#13315).
1545 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
1546 argument t.
1547
1548 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
1549
1550 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
1551 (No device connected, invalid device name). (Bug #13299)
1552
1553 2012-12-31 Martin Rudalics <rudalics@gmx.at>
1554
1555 * window.el (window-resizable--p): Rename to window-resizable-p.
1556 (window-resize-no-error): New function.
1557
1558 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
1559 broken in fix from 2012-12-28.
1560
1561 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * subr.el (special-form-p): Don't signal errors on undef aliases.
1564
1565 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
1566
1567 * calc/calc-forms.el (math-parse-date): Try using
1568 `math-parse-iso-date' when it looks like it might be needed.
1569 Allow times of 24:00.
1570 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
1571 of 24:00.
1572
1573 2012-12-30 Glenn Morris <rgm@gnu.org>
1574
1575 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
1576 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
1577 (rmail-summary-displayed, rmail-summary): Declare.
1578 (mairix-rmail-display): Just require rmail.
1579
1580 2012-12-30 Chong Yidong <cyd@gnu.org>
1581
1582 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
1583 check for the tarball contents.
1584
1585 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
1586
1587 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
1588 tarfile content listings (Bug#13136).
1589
1590 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
1591
1592 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
1593 Insert the undecoded text of the message being forwarded. (Bug#9521)
1594
1595 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
1596
1597 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
1598 integers, if they are real numbers. (Bug#13282)
1599
1600 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
1601 Return `t' on success.
1602
1603 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1604 Add handler for `set-file-selinux-context'.
1605
1606 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
1607
1608 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
1609 (tramp-sh-handle-set-file-acl): Return `t' on success.
1610
1611 2012-12-29 Eli Zaretskii <eliz@gnu.org>
1612
1613 * files.el (backup-buffer-copy, basic-save-buffer-2):
1614 If set-file-extended-attributes fails, fall back on set-file-modes
1615 instead of signaling an error. (Bug#13298)
1616 (basic-save-buffer): Likewise.
1617
1618 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1619
1620 * progmodes/python.el: Support other commands triggering
1621 python-indent-line so indentation cycling continues to work.
1622 (python-indent-trigger-commands): New defcustom.
1623 (python-indent-line): Use it.
1624
1625 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1626
1627 * progmodes/python.el (python-shell-send-region): Add blank lines
1628 for non sent code so backtraces remain correct.
1629
1630 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
1631
1632 * progmodes/python.el: Remove cl dependency.
1633 (python-syntax-count-quotes): Replace incf call.
1634 (python-fill-string): Replace setf call.
1635
1636 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
1637
1638 * info.el (info-other-window): New arg, for consistency with info.
1639
1640 2012-12-28 Martin Rudalics <rudalics@gmx.at>
1641
1642 * mail/rmail.el (rmail-maybe-display-summary):
1643 Rewrite (Bug#13066).
1644
1645 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
1646
1647 * epg.el (epg--start): Modify process-environment locally.
1648
1649 2012-12-28 Daiki Ueno <ueno@gnu.org>
1650
1651 * epg.el: Support pinentry-curses.
1652 Suggested by Werner Koch in
1653 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
1654 (epg-agent-file, epg-agent-mtime): New variable.
1655 (epg--start): Record the modified time of gpg-agent socket file,
1656 to restore Emacs frame after pinentry-curses termination.
1657 (epg-wait-for-completion): Restore Emacs frame here.
1658
1659 2012-12-27 Juri Linkov <juri@jurta.org>
1660
1661 * info.el (Info-file-completions): New variable.
1662 (Info-read-node-name-1): Complete node names in the Info file
1663 when a file name is given. Call `Info-build-node-completions'
1664 with a file name.
1665 (Info-build-node-completions): Add new arg `file'. When it is
1666 non-nil, visit it in a temporary buffer and cache its completions in
1667 `Info-current-file-completions'. Move most of the function body to
1668 `Info-build-node-completions-1'.
1669 (Info-build-node-completions-1): New function with the body from
1670 `Info-build-node-completions'. (Bug#12456)
1671
1672 2012-12-27 Juri Linkov <juri@jurta.org>
1673
1674 * frame.el (frame-maximization-style): Remove user option.
1675 (cycle-frame-maximized): Remove function.
1676 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
1677 (toggle-frame-fullscreen): New command bound to <f11> instead of
1678 `toggle-frame-maximized'.
1679 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
1680
1681 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
1682
1683 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
1684
1685 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
1686 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1687 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
1688 for `file-accessible-directory-p'. (Bug#13275)
1689
1690 2012-12-27 Sam Steingold <sds@gnu.org>
1691
1692 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
1693 continuations, see <http://stackoverflow.com/questions/3582436>.
1694
1695 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
1696
1697 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
1698 "module" and "def" to have indentation before them.
1699 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
1700
1701 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
1702
1703 2012-12-27 Alan Mackenzie <acm@muc.de>
1704
1705 Speed up fontification where there's large brace blocks.
1706 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
1707 to a call of c-beginning-of-decl-1.
1708
1709 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
1710
1711 * comint.el (comint-adjust-window-point): New function.
1712 (comint-postoutput-scroll-to-bottom):
1713 Call comint-adjust-window-point (Bug#13248).
1714
1715 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
1716
1717 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
1718 Rakefile regexp.
1719 (auto-mode-alist): Associate .gemspec files with ruby-mode
1720 (https://bugs.ruby-lang.org/issues/5453).
1721
1722 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
1723
1724 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
1725 Suppress coloring, if possible (required for BusyBox based systems like
1726 CyanogenMod).
1727 (tramp-adb-handle-file-attributes)
1728 (tramp-adb-handle-insert-directory)
1729 (tramp-adb-handle-file-name-all-completions): Use it.
1730 (tramp-adb-get-toolbox): New defun. Check for remote shell
1731 implementation (BusyBox or Toolbox).
1732
1733 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
1734
1735 * startup.el (initial-buffer-choice): Allow function as value
1736 (Bug#13251).
1737 (command-line-1): Handle case where initial-buffer-choice
1738 specifies a function.
1739 * server.el (server-execute): Handle case where
1740 initial-buffer-choice specifies a function.
1741
1742 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1743
1744 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
1745 its own function.
1746 (smtpmail-try-auth-methods): Forget the user name/password if the
1747 login is unsuccessful (bug#12424).
1748
1749 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
1750
1751 * notifications.el (notifications-notify): Protect body with
1752 `with-demoted-errors'.
1753
1754 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1755 Check properties of remote device. Restart connection, if there is a
1756 change.
1757
1758 2012-12-21 Chong Yidong <cyd@gnu.org>
1759
1760 * sort.el (sort-subr): Doc fix (Bug#13056).
1761
1762 2012-12-21 Bastien Guerry <bzg@gnu.org>
1763
1764 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
1765
1766 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
1767
1768 * simple.el (process-file): Overwrite stderr file, if exists.
1769
1770 2012-12-21 Daiki Ueno <ueno@gnu.org>
1771
1772 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
1773 (epg-error): Set `error-message' property.
1774
1775 2012-12-21 Chong Yidong <cyd@gnu.org>
1776
1777 * international/mule-cmds.el (read-char-by-name): Signal an error
1778 if the user does not supply a valid character (Bug#13177).
1779
1780 * simple.el (transpose-subr-1): Preserve marker positions by
1781 changing the insertion sequence (Bug#13122).
1782
1783 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1784
1785 * simple.el (kill-region): Deactivate mark even for empty regions
1786 (Bug#13169).
1787
1788 2012-12-21 Chong Yidong <cyd@gnu.org>
1789
1790 * help-fns.el (describe-variable): Make sure we get the right
1791 buffer name (Bug#13105). Suggested by Kelly Dean.
1792
1793 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
1794
1795 * comint.el (comint-redirect-previous-input-string): New variable.
1796 (comint-redirect-setup, comint-redirect-cleanup)
1797 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
1798 (comint-redirect-preoutput-filter): Fix verbose message.
1799
1800 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
1801
1802 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
1803 is too long for Tramp. See discussion in
1804 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
1805
1806 * progmodes/compile.el (compilation-start): Remove line escape
1807 template.
1808
1809 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
1810
1811 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
1812 Adjust comment.
1813
1814 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
1815
1816 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
1817 following non-comment text (bug#13207).
1818 (lm-header-multiline): Continuation lines need to be indented more than
1819 the first line.
1820 (lm-homepage): New function.
1821 (lm-with-file): Don't be confused if narrowing is in effect.
1822
1823 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
1824
1825 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
1826 very beginning of a hunk (e.g. killing the first line).
1827
1828 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
1829
1830 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
1831 and text properties from returned ACL string.
1832 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
1833 for "setfacl" command.
1834
1835 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
1836
1837 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
1838 `tramp-cleanup-this-connection', when the process has died.
1839 (Bug#13151)
1840
1841 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
1842
1843 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
1844
1845 2012-12-17 Kevin Ryde <user42@zip.com.au>
1846
1847 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
1848
1849 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
1850
1851 Add support for preserving ACL entries of files.
1852
1853 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
1854 `set-file-acl' handlers.
1855
1856 * net/tramp-adb.el (tramp-adb-handle-copy-file):
1857 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1858
1859 * net/tramp-compat.el (tramp-compat-copy-file):
1860 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1861
1862 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1863 Add `file-acl' and `set-file-acl' handlers.
1864 (tramp-gvfs-handle-copy-file):
1865 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1866 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
1867 New defuns.
1868
1869 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1870 Add `file-acl' and `set-file-acl' handlers.
1871 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
1872 (tramp-sh-handle-set-file-acl): New defuns.
1873 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
1874 Handle PRESERVE-EXTENDED-ATTRIBUTES.
1875
1876 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1877 Add `file-acl' and `set-file-acl' handlers.
1878 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
1879
1880 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
1881
1882 * help-macro.el (make-help-screen): Instead of switch-to-buffer
1883 use pop-to-buffer with NORECORD argument t. As buffer name, use
1884 *Metahelp* with a leading space (Bug#13190).
1885
1886 2012-12-16 Romain Francoise <romain@orebokech.com>
1887
1888 * files.el (file-extended-attributes)
1889 (set-file-extended-attributes): New functions.
1890 (backup-buffer): Use them to handle both SELinux context and ACL
1891 entries.
1892 (backup-buffer-copy): Work with an alist of extended attributes,
1893 rather than an SELinux context.
1894 (basic-save-buffer-2): Ditto.
1895
1896 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
1897
1898 * battery.el (battery-bsd-apm): New function.
1899
1900 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
1901
1902 * calc/calc.el (calc-standard-date-formats): Adjust one of the
1903 standard date formats.
1904
1905 2012-12-15 Juri Linkov <juri@jurta.org>
1906
1907 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
1908 `isearch-insert-char-by-name'.
1909 (with-isearch-suspended): New defmacro with body mostly from
1910 `isearch-edit-string' except the part that sets
1911 `isearch-new-string' and `isearch-new-message'.
1912 (isearch-edit-string): Use new macro `with-isearch-suspended' with
1913 body that sets `isearch-new-string' and `isearch-new-message'.
1914 (isearch-insert-char-by-name): New command.
1915 * international/mule-cmds.el (read-char-by-name): Let-bind
1916 `enable-recursive-minibuffers' to t.
1917 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
1918
1919 2012-12-15 Juri Linkov <juri@jurta.org>
1920
1921 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
1922 (Bug#13175)
1923
1924 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
1925
1926 * dired-x.el (dired-guess-shell-command): Put colon at the end of
1927 the prompt. (Bug#13045)
1928
1929 2012-12-14 Glenn Morris <rgm@gnu.org>
1930
1931 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
1932 Try to include filename in non-bytecomp warning. (Bug#13132)
1933
1934 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
1935
1936 Fix permissions bugs with setgid directories etc. (Bug#13125)
1937 * files.el (backup-buffer): Don't rely on 9th output of
1938 file-attributes, as it's now a placeholder. Instead, use the new
1939 optional arg of file-ownership-preserved-p.
1940 (file-ownership-preserved-p): New optional arg GROUP.
1941 Fix mishandling of setuid directories that would cause this
1942 function to return t when it should have returned nil.
1943 Document what happens if the file does not exist, and when
1944 it's not known whether the ownership will be preserved.
1945 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
1946 Likewise.
1947 (tramp-get-local-gid): Use group-gid for integer, as that's
1948 faster and more reliable.
1949
1950 2012-12-14 Julien Danjou <julien@danjou.info>
1951
1952 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
1953 Update keywords list, data type and PL/pgSQL.
1954
1955 2012-12-14 Dave Abrahams <dave@boostpro.com>
1956
1957 * vc/ediff-util.el (ediff-buffer-type): New function.
1958 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
1959 rather than taking it as as argument.
1960 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
1961
1962 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
1963
1964 * json.el: Add pretty-print option (bug#12634).
1965 (json-encoding-separator, json-encoding-default-indentation)
1966 (json--encoding-current-indentation, json-encoding-pretty-print)
1967 (json-encoding-lisp-style-closings): New vars.
1968 (json--with-indentation): New macro.
1969 (json-encode-hash-table, json-encode-alist, json-encode-plist)
1970 (json-encode-array): Use it to obey json-encoding-pretty-print.
1971 (json-pretty-print-buffer, json-pretty-print): New commands.
1972
1973 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
1974
1975 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1976 Extract `ruby-syntax-propertize-expansions'.
1977 (ruby-syntax-propertize-expansions): Only change syntax on
1978 certain string delimiters, to punctuation. This way the common
1979 functions like forward-word and thing-at-point still work.
1980 (ruby-match-expression-expansion): Improve readability.
1981 (ruby-block-contains-point): New function.
1982 (ruby-add-log-current-method): Handle several edge cases.
1983
1984 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
1987 unload-feature finishes even when aborting an ongoing edebug session.
1988 Also, do not worry about edebug-mode, unload-feature takes care of it.
1989
1990 2012-12-13 Andreas Schwab <schwab@suse.de>
1991
1992 * net/tls.el (tls-program): Update customize type.
1993
1994 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
1997 (edebug-setup-hook, cl-read-load-hooks): Use it.
1998 (edebug-unload-function): New function. (Bug#13163)
1999
2000 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
2001
2002 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
2003 Otherwise, there could be errors in autoloading. (Bug#13151)
2004
2005 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
2006
2007 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
2008 sequences.
2009
2010 2012-12-13 Alan Mackenzie <acm@muc.de>
2011
2012 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
2013 * progmodes/cc-engine.el (c-backward-comments): Add code to work
2014 around `forward-comment' not recognizing ^M as whitespace.
2015
2016 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
2017
2018 * progmodes/python.el (python-skeleton-class)
2019 (python-skeleton-def): Do not add space after defun name.
2020
2021 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
2024 (cl--symbol-function): Remove (now that funbound is like nil).
2025
2026 2012-12-12 Glenn Morris <rgm@gnu.org>
2027
2028 * button.el (button--area-button-p): Fix typo.
2029
2030 2012-12-12 Sam Steingold <sds@gnu.org>
2031
2032 * frame.el (frame-maximization-style): New user option.
2033 (toggle-frame-maximized): Toggle frame maximization according to
2034 `frame-maximization-style', bound to <f11>.
2035 (cycle-frame-maximized): Cycle between all maximization styles and
2036 non-maximized frame, bound to shift-<f11>.
2037
2038 2012-12-12 David Cadé <codename68@gmail.com>
2039
2040 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
2041
2042 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
2043
2044 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
2045 (eieio-override-prin1): Don't quote kewords and booleans.
2046 (object-write) <eieio-default-superclass>: Don't put closing parens
2047 on new line, avoid needless empty lines, align values that are objects
2048 with the slot keyword (instead of beginning on the same line).
2049 (eieio-list-prin1): Align value with slot keyword; increase
2050 eieio-print-depth before printing members of the list.
2051
2052 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2053
2054 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
2055 a display text-property.
2056 (report-emacs-bug-hook): Don't bother deleting it any more.
2057
2058 * hilit-chg.el (highlight-save-buffer-state): Delete.
2059 Use with-silent-modifications instead.
2060 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
2061
2062 * button.el: Handle buttons in display text-properties.
2063 (button--area-button-p, button--area-button-string):
2064 Use (STRING . STRING-POS) representation instead of just STRING.
2065
2066 2012-12-11 Eli Zaretskii <eliz@gnu.org>
2067
2068 * makefile.w32-in (compile4-SH): Fix a typo that caused term
2069 subdirectory be skipped.
2070
2071 2012-12-11 Glenn Morris <rgm@gnu.org>
2072
2073 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
2074
2075 * progmodes/f90.el (f90-line-continued, f90-indent-region):
2076 Treat preprocessor lines embedded in continuations like comments.
2077 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
2078
2079 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
2080
2081 * calc/calc.el (calc-standard-date-formats): Add more date
2082 formats.
2083 * calc/calc-forms.el (math-parse-iso-date): New function.
2084 (math-parse-date): Use `math-parse-iso-date' when appropriate.
2085 (math-parse-iso-date-validate): Add extra error checking.
2086 (calc-date-notation): Add ability to access new date formats.
2087
2088 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2089
2090 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
2091 font-lock as well as when there's no text-property.
2092
2093 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
2094
2095 * hi-lock.el: Refine the choice of default face.
2096 (hi-lock-keyword->face): New function. Use it wherever we used
2097 cadadadr instead.
2098 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
2099 (hi-lock--last-face): Remove var.
2100 (hi-lock--unused-faces): New var to replace it.
2101 (hi-lock-read-face-name): Use/maintain it.
2102 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
2103 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
2104 if it has another face.
2105
2106 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2107
2108 * subr.el (w32notify-handle-event): New function.
2109 (inotify-handle-event): Doc fix.
2110
2111 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2112
2113 * subr.el (inotify-event-p, inotify-handle-event): New functions.
2114
2115 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
2116
2117 * simple.el (just-one-space): Doc fix.
2118
2119 2012-12-10 Eli Zaretskii <eliz@gnu.org>
2120
2121 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
2122
2123 2012-12-10 Le Wang <l26wang@gmail.com>
2124
2125 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
2126 narrowed buffer (bug#12361).
2127
2128 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
2129
2130 * vc/vc-hooks.el (vc-state): Doc fix.
2131
2132 2012-12-10 Glenn Morris <rgm@gnu.org>
2133
2134 * mail/rmail.el (rmail-maybe-display-summary):
2135 Preserve buffer, in case select-window changes it. (Bug#13066)
2136
2137 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
2140 cl-load-hook where they belong.
2141
2142 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
2145
2146 2012-12-09 Eli Zaretskii <eliz@gnu.org>
2147
2148 Parallelize byte compilation on MS-Windows.
2149 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
2150 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
2151 (WINS_BASIC): Define as concatenation of the above.
2152 (compile): Subdivide into 4 separate and independent jobs that can
2153 be run in parallel.
2154 (compile0-CMD, compile0-SH): New targets for compiling
2155 COMPILE_FIRST files, which are prerequisites for the rest of the
2156 byte-compilation.
2157 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
2158 New targets for parallel compilation with cmd.exe.
2159 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
2160 compiling under a Unixy shell.
2161
2162 2012-12-09 Chong Yidong <cyd@gnu.org>
2163
2164 * simple.el (set-mark-default-inactive): Delete this
2165 accidentally-introduced option.
2166 (set-mark-command, exchange-point-and-mark): Remove calls.
2167
2168 2012-12-09 Glenn Morris <rgm@gnu.org>
2169
2170 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
2171 Respect a defcustom's :set function, if appropriate. (Bug#109)
2172 (eval-defun): Doc fix.
2173
2174 2012-12-08 Juri Linkov <juri@jurta.org>
2175
2176 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
2177 (Info-fontify-node, Info-bookmark-make-record): Remove the
2178 file extension from Info-current-file (Bug#13016).
2179
2180 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2181
2182 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
2183 point, still provide some default.
2184 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
2185 names, since we don't use it right now. Actually return the list.
2186 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
2187
2188 2012-12-07 Chong Yidong <cyd@gnu.org>
2189
2190 * novice.el (disabled-command-function): Remove a spurious help
2191 xref (Bug#13043). Suggested by Kelly Dean.
2192
2193 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
2194 syntax is specified (Bug#13025).
2195
2196 * info.el (Info-set-mode-line): Remove the file extension from
2197 Info-current-file if there is one (Bug#13016).
2198
2199 2012-12-07 Glenn Morris <rgm@gnu.org>
2200
2201 * mail/rmail.el (rmail-mime-decoded): New permanent local.
2202 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
2203 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
2204 and rmail-mime-decoded. (Bug#9841)
2205
2206 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
2207 (batch-unrmail, unrmail): Doc fixes.
2208 (unrmail): Respect unrmail-mbox-format.
2209 * mail/rmail.el (rmail-mbox-format): New option.
2210 (rmail-show-message-1): Respect rmail-mbox-format.
2211
2212 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
2215
2216 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2217
2218 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
2219 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
2220 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
2221 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
2222 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
2223 (cl-progv): Don't rely on dynamic scoping to find the body.
2224 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
2225 (cl--proclaims-deferred): Rename from the "cl-" prefix.
2226 (cl-declaim): Use backquotes.
2227 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
2228 Use "cl--" prefix for the object's tag.
2229
2230 * ses.el: Use advice-add/remove.
2231 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
2232 (copy-region-as-kill, yank): Use advice-add.
2233 (ses-unload-function): Use advice-remove.
2234
2235 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
2236
2237 * button.el: Make them work in header-lines (bug#12817).
2238 (button-map): Add bindings for header-line and mode-line use.
2239 (button-get, button-put, button-label): `button' may now be a string.
2240 (button-activate): Don't make it a defsubst.
2241 (button--area-button-p, button--area-button-string): New functions.
2242 (make-text-button): Fix the return value when `beg' was a string.
2243 (push-button): Handle the mode-line case.
2244
2245 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2246
2247 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
2248 (sql-signum): Remove. Use `cl-signum' instead.
2249 (sql-read-passwd): Remove; use read-passwd instread.
2250 (sql-get-login-ext): Use read-string.
2251 (sql-get-login): Use dolist and pcase.
2252 (sql--completion-table): Rename from sql-try-completion.
2253 Use complete-with-action.
2254 (sql-mode): Don't change abbrev-all-caps globally.
2255 (sql-connect): Don't rely on dynamic scoping for `new-name'.
2256 (sql-postgres-completion-object): Initialize vars in their `let'.
2257 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
2258 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
2259 (sql-comint-interbase): Use a single append, without setq.
2260 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
2261
2262 * hi-lock.el: Rework the default face and the serialize regexp code.
2263 (hi-lock--auto-select-face-defaults): Remove.
2264 (hi-lock-string-serialize-serial): Remove.
2265 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
2266 make weak.
2267 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
2268 equal string.
2269 (hi-lock-set-pattern): Adjust accordingly.
2270 (hi-lock--regexps-at-point): Simplify accordingly.
2271 (hi-lock--auto-select-face-defaults): Remove.
2272 (hi-lock--last-face): New var to replace it.
2273 (hi-lock-read-face-name): Rewrite (bug#11095).
2274 (hi-lock-unface-buffer): Arrange for the face to be the next default.
2275
2276 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
2277
2278 * net/tramp.el (tramp-replace-environment-variables):
2279 Hide compiler warning.
2280 (tramp-file-name-for-operation): Remove `executable-find',
2281 `start-process', `call-process' and `call-process-region'.
2282
2283 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
2284
2285 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
2286 compatibility.
2287
2288 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
2289
2290 2012-12-06 Chong Yidong <cyd@gnu.org>
2291
2292 * ffap.el (ffap-replace-file-component): Fix typo.
2293
2294 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
2297 fix open-paren-like token test (bug#12785).
2298
2299 2012-12-06 Glenn Morris <rgm@gnu.org>
2300
2301 * mail/rmailsum.el (rmail-new-summary): Tweak for
2302 rmail-maybe-display-summary changing buffer. (Bug#13066)
2303
2304 2012-12-06 Juri Linkov <juri@jurta.org>
2305
2306 * info.el (Info-fontify-node): Don't hide the last newline.
2307 (Bug#12272)
2308
2309 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
2310
2311 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
2312 so as to enable message-read-from-minibuffer to expand mail aliases.
2313
2314 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2315
2316 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
2317 the `intangible' property.
2318 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
2319
2320 2012-12-05 Deniz Dogan <deniz@dogan.se>
2321
2322 * net/rcirc.el (rcirc-urls): Update documentation.
2323 (rcirc-condition-filter): New function.
2324 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
2325 and exclude consecutive duplicate URLs (Bug#6082).
2326
2327 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
2328
2329 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2330 Check return code of copy command.
2331
2332 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
2333 Use group `tramp'. Add version.
2334
2335 2012-12-05 Chong Yidong <cyd@gnu.org>
2336
2337 * ffap.el (ffap-url-regexp): Don't require matching at front of
2338 string (Bug#4952).
2339 (ffap-url-p): If only a substring matches, return that.
2340 (ffap-url-at-point): Use the return value of ffap-url-p.
2341 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
2342 (find-file-at-point, dired-at-point, dired-at-point-prompter)
2343 (ffap-guess-file-name-at-point): Likewise.
2344 (ffap-replace-file-component): Fix typo.
2345
2346 * info.el (info-display-manual): Add existing Info buffers, whose
2347 files may not be in Info-directory-list, to the completion.
2348 (info--manual-names): New helper function.
2349
2350 2012-12-05 Glenn Morris <rgm@gnu.org>
2351
2352 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
2353 New functions, for detecting and resolving conflicts. (Bug#10709)
2354
2355 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
2356
2357 * hi-lock.el (hi-lock-auto-select-face): New user variable.
2358 (hi-lock-auto-select-face-defaults): New buffer local variable.
2359 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
2360 (hi-lock-unface-buffer): Prompt user with useful defaults.
2361 With prefix arg, unhighlight all hi-lock patterns in buffer.
2362
2363 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
2366
2367 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
2368
2369 * Makefile.in (TRAMP_SRC):
2370 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
2371
2372 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
2373
2374 * net/tramp-adb.el: New package.
2375
2376 2012-12-04 Chong Yidong <cyd@gnu.org>
2377
2378 * terminal.el: Move to obsolete/.
2379
2380 * longlines.el: Move to obsolete/.
2381
2382 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2383 Remove code referring to longlines mode.
2384
2385 2012-12-03 Juri Linkov <juri@jurta.org>
2386
2387 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
2388
2389 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2390
2391 * textmodes/ispell.el (ispell-init-process)
2392 (ispell-start-process, ispell-internal-change-dictionary):
2393 Make sure personal dictionary name is expanded after initial
2394 `default-directory' value. Use expanded strings for
2395 keep/restart checks and for value (Bug#13019).
2396
2397 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2398
2399 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
2400
2401 2012-12-03 Leo Liu <sdl.web@gmail.com>
2402
2403 * files.el (dir-locals-read-from-file): Check file non-empty
2404 before reading. (Bug#13038)
2405
2406 2012-12-03 Glenn Morris <rgm@gnu.org>
2407
2408 * jka-cmpr-hook.el (jka-compr-get-compression-info):
2409 Remove any version extension before checking filename. (Bug#13006)
2410 (jka-compr-compression-info-list): Belated :version bump.
2411
2412 2012-12-03 Chong Yidong <cyd@gnu.org>
2413
2414 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
2415
2416 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
2417 (buffer-menu): Doc fix (Bug#12294).
2418
2419 2012-12-03 Roland Winkler <winkler@gnu.org>
2420
2421 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
2422 of diary-show-all-entries in the diary buffer (Bug#12994).
2423
2424 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
2425
2426 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
2427 "<STDIN>". This is binary safe.
2428
2429 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
2430
2431 * calc/calc-forms.el (math-absolute-from-iso-dt)
2432 (math-date-to-iso-dt, math-parse-iso-date-validate)
2433 (math-iso-dt-to-date): New functions.
2434 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
2435 (math-fd-isoweekday): New variables.
2436 (calc-date-notation, math-parse-standard-date, math-format-date)
2437 (math-format-date-part): Add support for more formatting codes.
2438
2439 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
2440
2441 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
2442 current buffer's file name when called interactively (Bug#12488).
2443
2444 2012-12-02 Juri Linkov <juri@jurta.org>
2445
2446 * info.el (info-display-manual): Don't clobber an existing Info
2447 buffer (Bug#10770). Add completion (Bug#10771).
2448
2449 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
2450
2451 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
2452 before using it for comparison (Bug#5297).
2453
2454 2012-12-01 Jari Aalto <jari.aalto@cante.net>
2455
2456 * textmodes/css-mode.el (css-current-defun-name): New function.
2457 (css-mode): Use it.
2458
2459 * textmodes/sgml-mode.el (html-current-defun-name): New function.
2460 (html-mode): Use it.
2461
2462 2012-12-01 Chong Yidong <cyd@gnu.org>
2463
2464 Modularize add-log-current-defun (Bug#2224).
2465 Suggested by Jari Aalto.
2466
2467 * vc/add-log.el (add-log-current-defun-function): Doc fix.
2468 (add-log-current-defun): Move mode-specific code to other files.
2469 (add-log-lisp-like-modes, add-log-c-like-modes)
2470 (add-log-tex-like-modes): Variables deleted.
2471
2472 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
2473 (lisp-mode-variables): Use it.
2474
2475 * progmodes/cc-mode.el (c-common-init):
2476 * progmodes/cperl-mode.el (cperl-mode): Set a value for
2477 add-log-current-defun-function.
2478
2479 * progmodes/m4-mode.el (m4-current-defun-name): New function.
2480 (m4-mode): Use it.
2481
2482 * progmodes/perl-mode.el (perl-current-defun-name): New.
2483 (perl-mode): Use it.
2484
2485 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2486 Use lisp-current-defun-name.
2487
2488 * textmodes/tex-mode.el (tex-current-defun-name): New.
2489 (tex-common-initialization): Use it.
2490
2491 * textmodes/texinfo.el (texinfo-current-defun-name): New.
2492 (texinfo-mode): Use it.
2493
2494 2012-12-01 Chong Yidong <cyd@gnu.org>
2495
2496 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
2497 * progmodes/autoconf.el (autoconf-mode):
2498 * progmodes/js.el (js-mode):
2499 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
2500 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
2501 * progmodes/perl-mode.el (perl-mode):
2502 * progmodes/sh-script.el (sh-mode, sh-set-shell):
2503 * textmodes/css-mode.el (css-mode):
2504 * textmodes/sgml-mode.el (html-mode, sgml-mode)
2505 (sgml-tags-invisible, sgml-guess-indent):
2506 * textmodes/tex-mode.el (tex-common-initialization)
2507 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
2508 (doctex-mode, plain-tex-mode, latex-mode):
2509 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
2510
2511 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
2512
2513 * vc/vc-hg.el (vc-hg-next-revision):
2514 Ensure use of default "tip" output format. (Bug#6968)
2515
2516 2012-12-01 Kim F. Storm <storm@cua.dk>
2517
2518 * startup.el (fancy-startup-tail): Add a clickable link
2519 (Bug#2176).
2520
2521 2012-12-01 Chong Yidong <cyd@gnu.org>
2522
2523 * startup.el (fancy-startup-tail): Improve the message about
2524 auto-save files (Bug#2176).
2525
2526 * files.el (recover-session): Improve the descriptive message, and
2527 use substitute-command-keys.
2528
2529 2012-12-01 Glenn Morris <rgm@gnu.org>
2530
2531 * ido.el (ido-file-internal):
2532 Handle other-window, other-frame for dired. (Bug#13036)
2533
2534 2012-11-30 Glenn Morris <rgm@gnu.org>
2535
2536 * icomplete.el (icomplete-separator): Fix :version.
2537
2538 2012-11-30 Chong Yidong <cyd@gnu.org>
2539
2540 * shell.el (shell): For C-u M-x shell, use an inactive shell
2541 buffer as the default (Bug#1975).
2542 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
2543 (shell-mode): Use them to reapply ansi colorization if Shell mode
2544 is re-enabled.
2545
2546 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
2547
2548 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
2549
2550 2012-11-30 Samuel Bronson <naesten@gmail.com>
2551
2552 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
2553 flag to xargs, for compatibility with BSD xargs (Bug#11703).
2554
2555 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
2556
2557 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
2558 by move-to-column (Bug#3234).
2559
2560 2012-11-30 Chong Yidong <cyd@gnu.org>
2561
2562 * longlines.el (longlines-wrap-line, longlines-encode-region):
2563 Preserve text properties (Bug#1425).
2564
2565 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2566
2567 * vc/vc.el (vc-register): Allow registering a file which is
2568 already registered with a different backend (Bug#10589).
2569
2570 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
2571 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * icomplete.el: Change separator; add ido-style commands.
2574 (icomplete-show-key-bindings): Remove custom var.
2575 (icomplete-get-keys): Remove function.
2576 (icomplete-forward-completions, icomplete-backward-completions):
2577 New commands.
2578 (icomplete-minibuffer-map): New var.
2579 (icomplete-minibuffer-setup): Use it.
2580 (icomplete-exhibit): Don't delay if the list of completions is known.
2581 (icomplete-separator): New custom.
2582 (icomplete-completions): Use it.
2583 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
2584 (minibuffer-force-complete-and-exit): New command.
2585 (minibuffer--complete-and-exit): New function extracted from
2586 minibuffer-complete-and-exit.
2587 (minibuffer-complete-and-exit): Use it.
2588
2589 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
2590 error message when the file doesn't exist (bug#12974).
2591
2592 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2593
2594 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
2595
2596 2012-11-29 Glenn Morris <rgm@gnu.org>
2597
2598 * files.el (hack-dir-local-variables): Warn if try to set
2599 coding via dir-locals, since it doesn't work. (Bug#7169)
2600
2601 Add desktop support for restoring vc-dir buffers. (Bug#10606)
2602 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
2603 Set buffer-local value of desktop-save-buffer.
2604 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
2605 New functions.
2606 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
2607 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
2608
2609 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
2610 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
2611 Doc fix.
2612 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
2613 Doc fixes.
2614
2615 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
2616
2617 * calc/calc-forms.el (calc-date-notation): Fix regexp
2618 used to find time codes. Fix symbol for seconds.
2619
2620 2012-11-27 Glenn Morris <rgm@gnu.org>
2621
2622 * emacs-lisp/derived.el (derived-mode-make-docstring):
2623 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
2624
2625 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * textmodes/table.el (table-insert): Don't use `symbol-name' on
2628 lexically scoped variables (bug#13005).
2629
2630 2012-11-27 Glenn Morris <rgm@gnu.org>
2631
2632 * vc/vc-hooks.el (vc-mistrust-permissions):
2633 Default to t, to avoid data-loss. (Bug#11490)
2634
2635 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
2636
2637 * progmodes/python.el (python-indent-guess-indent-offset):
2638 If indentation is guessed make python-indent-offset buffer-local.
2639
2640 Fix Imenu regression.
2641 * progmodes/python.el (python-nav-beginning-of-defun):
2642 Fix forward movement when statement(s) separates point from defun.
2643 (python-imenu-prev-index-position): New function.
2644
2645 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2646
2647 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
2648
2649 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2650 Don't set buffer-file-type. Return nil. (Bug#12989)
2651
2652 2012-11-27 Glenn Morris <rgm@gnu.org>
2653
2654 * hippie-exp.el (hippie-expand-try-functions-list):
2655 Re-autoload it. (Bug#12982)
2656
2657 2012-11-27 Eli Zaretskii <eliz@gnu.org>
2658
2659 * descr-text.el (describe-char-padded-string):
2660 Call internal-char-font only on GUI frames. (Bug#11964)
2661
2662 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
2663
2664 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
2665 and obsoletion message.
2666
2667 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
2670 the constructs to keep outside of the `cl-block' (bug#12977).
2671
2672 2012-11-27 Chong Yidong <cyd@gnu.org>
2673
2674 * mouse.el (mouse-drag-line): Even if the line is not draggable,
2675 keep reading until we get the up-event anyway, in order to process
2676 the up-event for mouse-1-click-follows-link (Bug#12971).
2677
2678 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2679
2680 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
2681 base function is not yet defined (bug#12965).
2682 (ad-activate-advised-definition): Use ad-compile-function.
2683 (ad-activate): Use cond.
2684
2685 2012-11-25 Leo Liu <sdl.web@gmail.com>
2686
2687 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
2688 (Bug#12979)
2689
2690 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2691
2692 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
2693 reftex-section-info-function in order to be compatible with
2694 Texinfo integration.
2695
2696 * textmodes/reftex.el (reftex-section-pre-regexp)
2697 (reftex-section-post-regexp, reftex-section-info-function):
2698 New variable.
2699 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
2700 reftex-section-post-regexp, and reftex-section-info-function in order
2701 to be compatible with Texinfo integration.
2702
2703 * textmodes/reftex-toc.el (reftex-toc-promote-action):
2704 use reftex-section-pre-regexp variable in order to be compatible with
2705 Texinfo integration.
2706
2707 2012-11-25 Chong Yidong <cyd@gnu.org>
2708
2709 * faces.el: Make face-spec-set more analogous to setq.
2710 (face-spec-set): Change the third arg to specify whether this
2711 function is being called via defface, customize, or a third party.
2712 Set the appropriate symbol properties. Clear the override spec if
2713 setting via Custom. Initialize face if necessary. (Bug#4988)
2714 (face-spec-recalc): Allow theme faces to completely replace the
2715 defface spec, in the same way as custom faces (Bug#8454).
2716
2717 * cus-face.el (custom-declare-face): Move face initialization to
2718 face-spec-set.
2719 (custom-theme-set-faces): Don't initialize the face name here, as
2720 that is now done in face-spec-set.
2721
2722 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
2723 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
2724 Simplify by using the new arg to face-spec-set.
2725
2726 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
2727 reset face-override-spec too, and use custom-declare-face.
2728
2729 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
2730
2731 * term/ns-win.el (ns-initialize-window-system): Move creation of
2732 fontsets here (Bug#11964).
2733
2734 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
2735
2736 * ses.el (ses-rename-cell): Correct bug on mode-line update after
2737 cell renaming.
2738
2739 2012-11-24 Chong Yidong <cyd@gnu.org>
2740
2741 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
2742 obsolete.
2743
2744 * custom.el (custom-theme-set-variables): Use a topological sort
2745 for ordering by custom dependencies (Bug#12952).
2746 (custom--sort-vars, custom--sort-vars-1): New functions.
2747
2748 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2749
2750 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
2751 lexical-binding (bug#12938).
2752
2753 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
2754
2755 * image-mode.el (image-transform-check-size): Use assertions only
2756 for images of type imagemagick.
2757
2758 Otherwise no error, image-transform-fit-to-{width,height} is
2759 silently ignored, as before. Doc fix.
2760
2761 2012-11-24 Chong Yidong <cyd@gnu.org>
2762
2763 * faces.el (color-defined-p): Doc fix (Bug#12853).
2764
2765 2012-11-24 Juri Linkov <juri@jurta.org>
2766
2767 * dired.el (dired-mark): Add optional arg `interactive'.
2768 Check for `use-region-p' if `interactive' is non-nil.
2769 (dired-unmark, dired-flag-file-deletion): Add optional arg
2770 `interactive'. Call `dired-mark' with the arg `interactive'.
2771 (Bug#10624)
2772
2773 * wdired.el: Revert 2012-10-17 change partly and replace it with
2774 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
2775 (wdired-finish-edit): Add marks for new file names to
2776 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
2777 after `revert-buffer'.
2778 (wdired-do-renames): Remove calls to `dired-remove-file',
2779 `dired-add-file', `dired-add-entry'. (Bug#11795)
2780
2781 2012-11-24 Alan Mackenzie <acm@muc.de>
2782
2783 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
2784
2785 Fix bugs in the state cache. Enhance a debugging mechanism.
2786 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
2787 "brace at column zero" strategy for C++.
2788 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
2789 (c-parse-state-point): New variable.
2790 (c-record-parse-state-state): Record old parse state with
2791 `copy-tree'. Record previous value of point.
2792 (c-debug-parse-state-double-cons): New debugging function.
2793 (c-debug-parse-state): Call the above new function.
2794 (c-toggle-parse-state-debug): Output a confirmatory message.
2795
2796 * progmodes/cc-mode.el (c-before-change, c-after-change):
2797 Call c-invalidate-state-cache from `c-before-change' instead of
2798 `c-after-change'.
2799
2800 2012-11-23 Chong Yidong <cyd@gnu.org>
2801
2802 * find-cmd.el (find-constituents): Add executable, ipath,
2803 readable, samefile, writable, daystart, regextype (Bug#12856).
2804
2805 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
2806
2807 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
2808
2809 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
2810
2811 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
2812 definition. This fixes a bootstrap failure.
2813 (calc-gregorian-switch): In menu, put dates before regions.
2814 This is easier to follow, lines up better in the menu, and lets us
2815 coalesce regions that switch at the same time. Give country
2816 names, not "Vatican", as that's better for non-expert users.
2817 Use names that are stable between the date of switch and now, e.g.,
2818 Bohemia and Moravia (which existed then and now) and not
2819 Czechoslovakia (which didn't exist then and doesn't exist now).
2820 What is now the U.S. mostly did not switch at the same time as
2821 Britain, so omit the U.S. Correct spelling of "Britain".
2822 Catholic Switzerland was too much of a mess, so omit it.
2823
2824 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
2825
2826 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
2827 after the variable is changed.
2828
2829 2012-11-21 Daniel Colascione <dancol@dancol.org>
2830
2831 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
2832 in SQL declarations for font-lock.
2833 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
2834
2835 2012-11-21 Glenn Morris <rgm@gnu.org>
2836
2837 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
2838 (face-italic-p): Add optional argument "inherit".
2839
2840 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
2841 Remove -p suffix from names, for consistency with other set-face-*.
2842 (set-face-inverse-video): Fix interactive spec.
2843 * play/gamegrid.el (gamegrid-make-mono-tty-face):
2844 * textmodes/table.el (table--update-cell-face):
2845 Use set-face-inverse-video rather than now obsolete alias.
2846
2847 2012-11-21 Eli Zaretskii <eliz@gnu.org>
2848
2849 * simple.el (line-move): Don't call line-move-partial if
2850 scroll-conservatively is in effect. (Bug#12927)
2851
2852 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
2855 Fallback on completion-at-point rather than
2856 pcomplete-expand-and-complete, and only if pcomplete actually failed.
2857 (eshell-cmpl-initialize): Setup completion-at-point.
2858
2859 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
2860
2861 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
2862
2863 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
2864
2865 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
2866 are remote, check out-of-band property for both.
2867
2868 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
2869
2870 * window.el (switch-to-buffer): Re-add the warning that was lost in the
2871 code rewrite.
2872
2873 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2874
2875 More minor time fixes.
2876 * calendar/time-date.el: Commentary fix.
2877 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
2878 too much other code depends on (0 0) time stamps.
2879 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
2880 Add a couple of FIXME comments.
2881
2882 Minor cleanup for times as lists of four integers.
2883 * files.el (dir-locals-directory-cache):
2884 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
2885 Doc fixes.
2886 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
2887 * ps-bdf.el (bdf-file-newer-than-time):
2888 Process four-integers time stamps, not two. Doc fixes.
2889
2890 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * uniquify.el (uniquify-managed): Use defvar-local.
2893 (rename-buffer, create-file-buffer): Advise with advice-add.
2894 (uniquify-unload-function): Unadvise accordingly.
2895
2896 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
2897 (trace-buffer): Don't purecopy.
2898 (trace-entry-message, trace-exit-message): Add `context' arg.
2899 (trace--timer): New var.
2900 (trace-make-advice): Adjust for use in nadvice.
2901 Add `context' argument. Delay `display-buffer' via a timer.
2902 (trace-function-internal): Use advice-add.
2903 (trace--read-args): New function.
2904 (trace-function-foreground, trace-function-background): Use it.
2905 (trace-function): Rename to trace-function-foreground and redefine as
2906 an alias to that new name.
2907 (untrace-function, untrace-all): Adjust to the use of nadvice.
2908
2909 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
2910
2911 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
2912
2913 * subr.el (called-interactively-p-functions): New var.
2914 (internal--called-interactively-p--get-frame): New macro.
2915 (called-interactively-p, interactive-p): Rewrite in Lisp.
2916 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
2917 (called-interactively-p-functions): Use it.
2918 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
2919 (called-interactively-p-functions): Use it.
2920 * allout.el (allout-called-interactively-p): Don't assume
2921 called-interactively-p is a subr.
2922
2923 2012-11-20 Glenn Morris <rgm@gnu.org>
2924
2925 * profiler.el (profiler-report-mode-map): Add a menu.
2926 No need to bind `q' because we derive from special-mode.
2927 (profiler-report-find-entry): Handle calls from the menu-bar.
2928
2929 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2930
2931 * emacs-lisp/byte-run.el (defun-declarations-alist):
2932 Allow a compiler-macro to be a lambda expression.
2933
2934 * progmodes/python.el: Use cl-lib. Move var declarations outside of
2935 eval-when-compile.
2936 (python-syntax-context): Add compiler-macro.
2937 (python-font-lock-keywords): Simplify with De Morgan.
2938
2939 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
2940
2941 * files.el (load-file): Require match in minibuffer selection, as was
2942 the case in Emacs-20 before we changed the spec to allow .elc files
2943 (bug#12935).
2944
2945 * json.el: Don't require cl since we don't use it.
2946 * color.el: Don't require cl.
2947 (color-complement): `caddr' -> `nth 2'.
2948
2949 * calendar/time-date.el (time-to-seconds): De-obsolete.
2950
2951 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
2952
2953 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
2954 year numbers.
2955 (math-date-to-julian-dt): Adjust the initial approximation for the
2956 year to deal with the new definition of the DATE.
2957
2958 2012-11-19 Daniel Colascione <dancol@dancol.org>
2959
2960 * term/w32-win.el (cygwin-convert-path-from-windows):
2961 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
2962
2963 2012-11-18 Chong Yidong <cyd@gnu.org>
2964
2965 * filecache.el (file-cache--read-list): New function.
2966 (file-cache-add-directory-list, file-cache-add-file-list)
2967 (file-cache-delete-file-list, file-cache-delete-directory-list):
2968 Use it to read a list of files or directories (Bug#12846).
2969 (file-cache-add-file, file-cache-add-directory)
2970 (file-cache-delete-file-list, file-cache-delete-file-regexp)
2971 (file-cache-delete-directory): Print an message.
2972
2973 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
2974
2975 * calc/calc-forms.el (math-date-to-dt): Use integer date when
2976 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
2977
2978 2012-11-18 Glenn Morris <rgm@gnu.org>
2979
2980 * image.el (insert-image, insert-sliced-image): Doc fix.
2981
2982 2012-11-18 Chong Yidong <cyd@gnu.org>
2983
2984 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
2985 (Bug#12810).
2986
2987 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
2988
2989 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
2990 response when the target file is in a subdirectory (Bug#12757).
2991
2992 2012-11-18 Chong Yidong <cyd@gnu.org>
2993
2994 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
2995
2996 2012-11-18 Glenn Morris <rgm@gnu.org>
2997
2998 * emacs-lisp/cl-lib.el (face-underline-p):
2999 Use set-face-underline rather than the alias set-face-underline-p.
3000
3001 * window.el (with-temp-buffer-window): Doc fix.
3002 * subr.el (with-output-to-temp-buffer):
3003 Add doc xref to with-temp-buffer-window.
3004
3005 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
3008 * calc/calc.el (math-format-date-cache): Declare.
3009
3010 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
3011
3012 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
3013 It also uses January 1, 1 AD as its day number 1.
3014 * calc/calc-forms.el (math-julian-date-beginning)
3015 (math-julian-date-beginning-int): Implement this.
3016
3017 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * descr-text.el (quail-find-key):
3020 * dired.el (desktop-file-name):
3021 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
3022 * generic-x.el (comint-mode, comint-exec):
3023 * image-dired.el (widget-forward):
3024 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
3025 (speedbar-change-expand-button-char)
3026 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
3027 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
3028 * printing.el (easy-menu-add-item, easy-menu-remove-item)
3029 (widget-field-action, widget-value-set):
3030 * speedbar.el (imenu--make-index-alist):
3031 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
3032 (ring-length, ring-insert):
3033 * vcursor.el (compare-windows-skip-whitespace):
3034 * woman.el (dired-get-filename):
3035 Declare functions.
3036
3037 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
3038
3039 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
3040
3041 * calc/calc.el (calc-gregorian-switch): New variable.
3042
3043 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
3044 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
3045 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
3046 (math-leap-year-p): Add option to distinguish between Julian
3047 and Gregorian calendars.
3048 (math-day-number): Use `math-day-in-year' to do the computations.
3049 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
3050 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
3051 to do the computations.
3052 (math-date-to-dt): Use `math-date-to-julian-dt' and
3053 `math-date-to-gregorian-dt' to do the computations.
3054 (calcFunc-weekday, math-format-date-part): Use the new version of
3055 the DATE to determine the weekday.
3056 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
3057 when necessary.
3058
3059 2012-11-17 Eli Zaretskii <eliz@gnu.org>
3060
3061 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
3062 Cygwin; otherwise use 'file:'. (Bug#12914)
3063 (cygwin-convert-path-from-windows): Declare, to avoid
3064 byte-compiler warnings.
3065
3066 2012-11-17 Andreas Politz <politza@fh-trier.de>
3067
3068 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
3069 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
3070 prefix and negative numeric prefix args (Bug#12795).
3071
3072 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
3073
3074 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
3075 Don't signal an error with a score that is too low to add to the
3076 list of top scores. (Bug#12779)
3077
3078 2012-11-17 Chong Yidong <cyd@gnu.org>
3079
3080 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
3081
3082 * filecache.el (file-cache-add-file): Handle relative file name in
3083 the argument (Bug#12694).
3084
3085 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
3086
3087 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
3088
3089 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
3092
3093 * emacs-lisp/cl-lib.el: Set more meaningful version number.
3094
3095 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3096
3097 * window.el (enlarge-window, shrink-window): Don't mention return
3098 value in doc-string (Bug#12896).
3099 (window--display-buffer): Don't resize frames - it won't work
3100 with all window managers and defeat pop-up-frame-alist.
3101 (display-buffer-alist): In doc-string explain that CONDITION can
3102 be a function and which arguments are passed to it (Bug#12854).
3103 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
3104 expressions (Bug#12854).
3105 (display-buffer): Pass ACTION argument to
3106 display-buffer-assq-regexp.
3107
3108 2012-11-16 Glenn Morris <rgm@gnu.org>
3109
3110 * window.el (fit-frame-to-buffer-bottom-margin)
3111 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
3112
3113 * faces.el (face-underline-p): Use face-attribute-specified-or.
3114
3115 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
3116
3117 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
3118
3119 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
3122
3123 2012-11-16 Glenn Morris <rgm@gnu.org>
3124
3125 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
3126 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
3127
3128 * faces.el (face-underline-p): Doc fix. Handle :underline being
3129 things other than `t' (a string, a list).
3130 (face-inverse-video-p): Doc fix.
3131 (set-face-underline): Rename it back from set-face-underline-p.
3132 Doc fix. Allow interactive input of values other than t.
3133 (read-face-attribute): Apply formatting to :underline,
3134 since like :box and :stipple it can take list values.
3135
3136 * term.el (ansi-term): Don't let C-x escape-char binding
3137 clobber the more standard C-c binding. (Bug#12842)
3138
3139 * subr.el (set-temporary-overlay-map): Doc fix.
3140
3141 2012-11-16 Martin Rudalics <rudalics@gmx.at>
3142
3143 * window.el (record-window-buffer)
3144 (display-buffer-record-window): When copying the markers to
3145 window-point preserve window-point-insertion-type. (Bug#12588)
3146
3147 2012-11-16 Glenn Morris <rgm@gnu.org>
3148
3149 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
3150 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
3151 Use new names for hooks rather than obsolete aliases.
3152
3153 2012-11-15 Daniel Colascione <dancol@dancol.org>
3154
3155 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
3156 prefix instead of "file:" so that when FILE-NAME begins with "//",
3157 as it does when the target file is on a network share, url-handler
3158 isn't confused.
3159
3160 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3161
3162 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
3163 a preactivated advice from an old advice.el; they're not compatible!
3164
3165 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3166
3167 * emacs-lisp/nadvice.el (advice--make-interactive-form):
3168 Fix string-spec case.
3169
3170 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
3171
3172 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
3175 (advice--buffer-local-function-sample): New var.
3176 (advice--set-buffer-local, advice--buffer-local): New functions.
3177 (add-function, remove-function): Use them.
3178
3179 2012-11-15 Drew Adams <drew.adams@oracle.com>
3180
3181 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
3182
3183 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
3186 potential binding of print-gensym to t, and prettify (back)quotes in
3187 case they appear in args's default values (bug#12884).
3188
3189 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3190
3191 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
3192 (advice-eval-interactive-spec): New function.
3193 (advice--make-interactive-form): Support around advice (bug#12844).
3194
3195 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
3196
3197 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
3198 more strict. Add docstring.
3199 (ruby-expression-expansion-re): Extract from
3200 `ruby-match-expression-expansion'.
3201 (ruby-syntax-propertize-function): After everything else, search
3202 for expansions in string literals, mark their insides as
3203 whitespace syntax and save match data for font-lock.
3204 (ruby-font-lock-keywords): Use the 2nd group from expression
3205 expansion matches.
3206 (ruby-match-expression-expansion): Use the match data saved to the
3207 text property in ruby-syntax-propertize-function.
3208
3209 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
3212 (bug#12879).
3213
3214 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3215
3216 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
3217 start/end keyword a bit harder. Works with different values of N.
3218 Add more comments.
3219 (ruby-end-of-block): Update accordingly.
3220
3221 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3222
3223 * woman.el (woman-file-name): Don't mess with unread-command-events
3224 (bug#12861).
3225
3226 * emacs-lisp/advice.el: Layer on top of nadvice.el.
3227 Remove out of date self-require hack.
3228 (ad-do-advised-functions): Use simple `dolist'.
3229 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
3230 (ad-advice-definition): Redefine as functions.
3231 (ad-advice-classes): Move before first use.
3232 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
3233 (ad-make-mapped-call, ad-make-advised-docstring,ad-make-plain-docstring)
3234 (ad--defalias-fset): Remove functions.
3235 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
3236 (ad-get-orig-definition): Rewrite.
3237 (ad-make-advised-definition-docstring): Change base docstring.
3238 (ad-real-orig-definition): Rewrite.
3239 (ad-map-arglists): Change name of called function.
3240 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
3241 (ad-make-advised-definition): Simplify.
3242 (ad-assemble-advised-definition): Tweak for new calling context.
3243 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
3244 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
3245 function and call ad-activate if needed.
3246 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
3247 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
3248 (ad-compile-function): Compile ad-Advice-*.
3249 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
3250 (ad-start-advice, ad-stop-advice): Remove.
3251
3252 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3253
3254 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
3255 period before class method names, not after. Remove handling of
3256 one impossible case. Add comments.
3257
3258 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3259
3260 * emacs-lisp/advice.el: Remove support for freezing.
3261 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
3262 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
3263 Remove support for `freeze'.
3264
3265 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
3266 override the default.
3267 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
3268 cl--dotimes/dolist.
3269 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
3270 `cl' is loaded.
3271
3272 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
3273 from add-advice.
3274 (advice--strip-macro): New function.
3275 (advice--defalias-fset): Use them to handle macros.
3276 (advice-add): Use them.
3277 (advice-member-p): Correctly handle macros.
3278
3279 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3280
3281 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3282 Never font-lock the beginning of singleton class as heredoc.
3283
3284 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
3287
3288 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
3289
3290 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
3291 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
3292 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
3293
3294 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
3295
3296 Fix end-of-defun misbehavior.
3297 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
3298 python-beginning-of-defun-function. Handle nested defuns
3299 correctly.
3300 (python-nav-end-of-defun): Rename from
3301 python-end-of-defun-function. Ensure forward movement.
3302 (python-info-current-defun): Reimplement to work as intended
3303 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
3304 parent defuns as soon as possible.
3305
3306 2012-11-13 Glenn Morris <rgm@gnu.org>
3307
3308 * progmodes/flymake.el (flymake-error-bitmap)
3309 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
3310 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
3311
3312 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
3313
3314 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
3315 backward, always stop at indentation. Reverts the change from
3316 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
3317
3318 2012-11-13 Glenn Morris <rgm@gnu.org>
3319
3320 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
3321 Add ibuffer-filter-by-derived-mode.
3322
3323 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
3324 the same name shadowing each other.
3325
3326 * window.el (with-temp-buffer-window): Doc tweak.
3327
3328 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
3329
3330 * help.el (temp-buffer-max-height):
3331 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
3332 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
3333
3334 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * emacs-lisp/nadvice.el: New package.
3337 * subr.el (special-form-p): New function.
3338 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
3339 (elp-all-instrumented-list): Remove var.
3340 (elp-not-profilable): Remove elp-wrapper.
3341 (elp-profilable-p): Use autoloadp and special-form-p.
3342 (elp--advice-name): New const.
3343 (elp-instrument-function): Use advice-add.
3344 (elp--instrumented-p): New predicate.
3345 (elp-restore-function): Use advice-remove.
3346 (elp-restore-all, elp-reset-all): Use mapatoms.
3347 (elp-set-master): Use elp--instrumented-p.
3348 (elp--make-wrapper): Rename from elp-wrapper, return a function
3349 suitable for advice-add. Use cl-inf.
3350 (elp-results): Use mapatoms+elp--instrumented-p.
3351 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
3352 (debug-function-list): Remove var.
3353 (debug): Rename arg, and then let-bind it explicitly inside.
3354 (debugger-setup-buffer): Rename arg.
3355 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
3356 (debugger-frame-number): Adjust to new debug-on-entry setup.
3357 (debug--implement-debug-on-entry): Rename from
3358 implement-debug-on-entry, add argument.
3359 (debugger-special-form-p): Remove, use special-form-p instead.
3360 (debug-on-entry): Use advice-add.
3361 (debug--function-list): New function.
3362 (cancel-debug-on-entry): Use it, along with advice-remove.
3363 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
3364 (debugger-list-functions): Use debug--function-list instead of
3365 debug-function-list.
3366 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
3367 (ad-special-form-p): Remove, use special-form-p instead.
3368 (ad-set-advice-info): Use add-function and remove-function.
3369 (ad--defalias-fset): Adjust accordingly.
3370
3371 2012-11-10 Glenn Morris <rgm@gnu.org>
3372
3373 * mail/emacsbug.el (report-emacs-bug-tracker-url)
3374 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
3375 (report-emacs-bug-create-existing-bugs-buffer)
3376 (report-emacs-bug-parse-query-results)
3377 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
3378
3379 * term.el (term-default-fg-color, term-default-bg-color):
3380 Make obsolete, rather than just saying "deprecated" in the doc.
3381
3382 * term.el (term): Rename from `term-face'.
3383 (term-current-face, ansi-term-color-vector)
3384 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
3385 Update all users.
3386
3387 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
3388
3389 * server.el (server-create-window-system-frame): Handle Nextstep
3390 specially (Bug#12780).
3391
3392 2012-11-10 Glenn Morris <rgm@gnu.org>
3393
3394 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
3395 Unautoload, and make obsolete. (Bug#7449)
3396
3397 2012-11-10 Chong Yidong <cyd@gnu.org>
3398
3399 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
3400 rename from diff-remove-trailing-whitespace (Bug#12831).
3401
3402 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3403
3404 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
3405 miscompilation of trace.el.
3406
3407 2012-11-10 Glenn Morris <rgm@gnu.org>
3408
3409 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
3410
3411 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
3414 (bug#12812).
3415
3416 2012-11-10 Chong Yidong <cyd@gnu.org>
3417
3418 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
3419 a defcustom with an appropriate :set function.
3420 (minibuffer-default--in-prompt-regexps): New function.
3421
3422 2012-11-10 Glenn Morris <rgm@gnu.org>
3423
3424 * emacs-lisp/cl.el (define-setf-expander, defsetf)
3425 (define-modify-macro): Doc fixes.
3426
3427 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
3428 (gv-define-simple-setter): Update doc of `fix-return'.
3429
3430 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
3433 twice when `fix-return' is set (bug#12813).
3434
3435 * emacs-lisp/cl.el (defsetf): Pass the third arg to
3436 gv-define-simple-setter (bug#12812).
3437
3438 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
3439 (bug#12756).
3440
3441 2012-11-10 Glenn Morris <rgm@gnu.org>
3442
3443 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
3444
3445 * emacs-lisp/cl-extra.el (cl-prettyexpand):
3446 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
3447 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
3448 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
3449
3450 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
3451
3452 2012-11-10 Leo Liu <sdl.web@gmail.com>
3453
3454 * ido.el (ido-set-matches-1): Improve flex matching performance by
3455 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
3456
3457 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
3460 (ad--defalias-fset): New function.
3461 (ad-safe-fset): Remove.
3462 (ad-make-freeze-definition): Use cl-letf*.
3463
3464 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3465
3466 * subr.el (dolist): Don't bind VAR in RESULT.
3467
3468 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
3469 (fset, documentation): Don't save real def since we don't advise.
3470 (ad-do-advised-functions): Remove problematic `result-form'.
3471 (ad-safe-fset): `ad-real-fset' => `fset'.
3472 (ad-read-advised-function): Don't assume that ad-do-advised-functions
3473 uses CL's dolist internally.
3474 (ad-arglist): Remove unused arg `name'.
3475 (ad-docstring, ad-make-advised-docstring):
3476 `ad-real-documentation' => `documentation'.
3477 (warning-suppress-types): Declare.
3478 (ad-set-arguments): Simple CSE.
3479 (ad-recover-normality): Sanity check.
3480
3481 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
3482 (funcall '(lambda ..) ..) into ((lambda ..) ..).
3483
3484 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
3485
3486 * ses.el: symbol to coordinate mapping is made by symbol property
3487 `ses-cell'. This means that the same mapping is done for all SES
3488 sheets. That is good enough for cells with standard A1 names, but
3489 not for named cell. So a hash map is added for the latter.
3490 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
3491 (ses-sym-rowcol): Use hashmap for named cell.
3492 (ses-is-cell-sym-p): New defun.
3493 (ses-decode-cell-symbol): New defun.
3494 (ses-create-cell-variable): Add cell to hashmap when name is not
3495 A1-like.
3496 (ses-rename-cell): Check that cell new name is not already in
3497 spreadsheet with the use of ses-is-cell-sym-p
3498 (ses-rename-cell): Use hash map for named cells, but accept also
3499 renaming back to A1-like.
3500
3501 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * emacs-lisp/advice.el: Use new dynamic docstrings.
3504 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3505 Use dynamic-docstring-function instead of ad-advice-info.
3506 (ad--make-advised-docstring): New function extracted from
3507 ad-make-advised-docstring.
3508 (ad-make-advised-docstring): Use it.
3509 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
3510 from sql-help.
3511 (sql-help): Use it with dynamic-docstring-function.
3512
3513 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
3514
3515 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3516
3517 * files.el (hack-one-local-variable--obsolete): New function.
3518 (hack-one-local-variable): Use it for obsolete settings.
3519
3520 * subr.el (locate-user-emacs-file): If both old and new name exist, use
3521 the new name.
3522
3523 * progmodes/js.el (js--filling-paragraph): New var.
3524 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
3525 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
3526 less sneaky.
3527
3528 2012-11-08 Julien Danjou <julien@danjou.info>
3529
3530 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
3531 `auto-mode-alist' (Bug#12835).
3532
3533 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
3536 (perl--prettify-symbols-alist): New const.
3537 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
3538 New functions.
3539 (perl-font-lock-keywords-2): Use them.
3540 (perl-electric-noindent-p): New function.
3541 (perl-mode): Use it to set up electric-indent-mode.
3542 (perl-electric-terminator, perl-indent-command): Mark obsolete.
3543 (perl-mode-map): Remove bindings for them.
3544 (perl-imenu-generic-expression, perl-outline-level):
3545 Match functions&packages in column>0.
3546
3547 * env.el (env--substitute-vars-regexp): New const.
3548 (substitute-env-vars): Use it. Add `only-defined' arg.
3549 * net/tramp.el (tramp-replace-environment-variables): Use it.
3550
3551 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3552 Byte-compile *before* eval in eval-and-compile.
3553 (byte-compile-log-warning): Remove redundant inhibit-read-only.
3554 (byte-compile-file-form-autoload): Don't hide actual definition.
3555 (byte-compile-maybe-guarded): Accept `functionp' as well.
3556
3557 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
3558
3559 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
3560
3561 * notifications.el (notifications-get-server-information-method):
3562 New defconst.
3563 (notifications-get-capabilities): Fix docstring.
3564 (notifications-get-server-information): New defun.
3565
3566 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3567
3568 * textmodes/ispell.el (ispell-region): Standard re-indent for better
3569 readability.
3570
3571 * textmodes/ispell.el: Experimental support for support debugging.
3572 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
3573 buffer for ispell.
3574 (ispell-print-if-debug): New function to print stuff to
3575 `ispell-debug-buffer' if debugging is enabled.
3576 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
3577 show some debugging info.
3578 (ispell-buffer-with-debug): New function that creates a debugging
3579 buffer and calls `ispell-buffer' with debugging enabled.
3580
3581 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
3582 comment in autoconf mode. (Bug#12768)
3583
3584 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
3585
3586 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
3587 frame-first-window, frame-root-window, frame-selected-window,
3588 minibuffer-selected-window, minibuffer-window,
3589 window-absolute-pixel-edges, window-at, window-body-height,
3590 window-body-width, window-display-table, window-combination-limit,
3591 window-frame, window-fringes, window-inside-absolute-pixel-edges,
3592 window-inside-edges, window-inside-pixel-edges, window-left-child,
3593 window-left-column, window-margins, window-next-buffers,
3594 window-next-sibling, window-new-normal, window-new-total,
3595 window-normal-size, window-parameter, window-parameters, window-parent,
3596 window-pixel-edges, window-point, window-prev-buffers,
3597 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
3598 window-start, window-text-height, window-top-child, window-top-line,
3599 window-total-height, window-total-width and window-use-time to the list
3600 of functions without side-effects.
3601 (toplevel): Add window-valid-p to the list of error-free functions
3602 without side-effects.
3603
3604 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3605
3606 * textmodes/ispell.el (ispell-program-name):
3607 Update spellchecker parameters when customized.
3608
3609 2012-11-04 Glenn Morris <rgm@gnu.org>
3610
3611 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
3612
3613 2012-11-04 Chong Yidong <cyd@gnu.org>
3614
3615 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
3616 same-window-* variables.
3617
3618 2012-11-04 Juri Linkov <juri@jurta.org>
3619
3620 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
3621 (isearch-describe-key, isearch-describe-mode): Use a display
3622 action instead of binding same-window-* variables (Bug#10040).
3623
3624 2012-11-03 Glenn Morris <rgm@gnu.org>
3625
3626 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
3627 Rename handler properties back from cl-- to cl-. (Bug#12788)
3628
3629 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
3630
3631 2012-11-03 Eli Zaretskii <eliz@gnu.org>
3632
3633 * term/pc-win.el: Don't load term/internal from here.
3634
3635 * loadup.el: Load term/internal from here.
3636
3637 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
3638
3639 * progmodes/python.el (inferior-python-mode): Fix hang in
3640 jit-lock (Bug#12645).
3641
3642 2012-11-03 Martin Rudalics <rudalics@gmx.at>
3643
3644 * window.el (switch-to-visible-buffer)
3645 (switch-to-buffer-preserve-window-point): Fix doc-strings.
3646
3647 2012-11-03 Glenn Morris <rgm@gnu.org>
3648
3649 * emacs-lisp/cl-lib.el (cl--random-time):
3650 Rename from cl-random-time. (Bug#12773)
3651 (cl--gensym-counter, cl--random-state): Update callers.
3652 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
3653
3654 2012-11-03 Chong Yidong <cyd@gnu.org>
3655
3656 * cus-start.el: Make cursor-type customizable (Bug#11633).
3657
3658 2012-11-02 Glenn Morris <rgm@gnu.org>
3659
3660 * filecache.el: No need to load find-lisp when compiling.
3661 (find-lisp-find-files): Autoload it.
3662 (file-cache-add-directory-recursively): Don't require find-lisp.
3663
3664 * image.el (image-type-from-file-name): Trivial simplification.
3665
3666 * emacs-lisp/bytecomp.el (byte-compile-eval):
3667 Decouple "noruntime" and "cl-functions" warnings.
3668
3669 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
3670
3671 * play/gomoku.el (gomoku-display-statistics): Update mode line
3672 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
3673
3674 2012-10-31 Martin Rudalics <rudalics@gmx.at>
3675
3676 * window.el (quit-restore-window): If the window has been
3677 created on an existing frame and ended up as the sole window on
3678 that frame, do not delete it (Bug#12764).
3679
3680 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3683 Rename from sh--inside-arithmetic-expression, handle more cases
3684 (bug#11263).
3685
3686 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
3687 (sh-font-lock-open-heredoc): Use it (bug#12770).
3688
3689 2012-10-30 Glenn Morris <rgm@gnu.org>
3690
3691 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
3692
3693 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
3694
3695 2012-10-29 Chong Yidong <cyd@gnu.org>
3696
3697 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
3698 function key is stored in a keyboard macro (Bug#4894).
3699
3700 * thingatpt.el (number-at-point): Apply a thing-at-point property.
3701
3702 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3703
3704 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
3705 header comments".
3706 (diff-unified->context, diff-context->unified)
3707 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
3708
3709 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
3710
3711 * files.el (find-alternate-file): Only ask one question (bug#12487).
3712
3713 2012-10-29 Chong Yidong <cyd@gnu.org>
3714
3715 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
3716 Suggested by Dan Nicolaescu (Bug#6326).
3717
3718 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
3719
3720 * startup.el (fancy-about-screen): Don't message (Bug#12680).
3721
3722 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
3723
3724 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
3725
3726 * face-remap.el (face-remap-add-relative): Handle the case where a
3727 face-remapping-alist entry is a cons cell (Bug#12762).
3728
3729 2012-10-29 Kevin Ryde <user42@zip.com.au>
3730
3731 * woman.el (woman-parse-numeric-value): Handle picas correctly
3732 (Bug#12639).
3733
3734 2012-10-29 Glenn Morris <rgm@gnu.org>
3735
3736 * emacs-lisp/cl.el (defsetf): Doc fix.
3737
3738 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
3741 syntax to the matching opener, if any (bug#12547).
3742 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
3743 matching open as a "case-(".
3744 (sh-smie-rc-grammar): Add a corresponding rule for it.
3745
3746 2012-10-28 Daniel Hackney <dan@haxney.org>
3747
3748 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
3749 "PKGNAME-autoloads.el" in case we created it.
3750
3751 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
3754 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
3755 (completion--twq-all): Disable too-strict assertions.
3756
3757 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
3758
3759 2012-10-27 Eli Zaretskii <eliz@gnu.org>
3760
3761 * profiler.el (profiler-report-make-entry-part): Fix help-echo
3762 text to match the real keybindings.
3763
3764 2012-10-27 Juri Linkov <juri@jurta.org>
3765
3766 * wdired.el (wdired-keep-marker-rename): New defcustom.
3767 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
3768 (Bug#11795)
3769
3770 * dired.el (dired-keep-marker-rename): Add reference to
3771 `wdired-keep-marker-rename' in the docstring.
3772 Add default character value ?R to display initially in
3773 Customization UI instead of ?@.
3774
3775 2012-10-27 Martin Rudalics <rudalics@gmx.at>
3776
3777 * window.el (display-buffer): In doc-string describe
3778 window-height and window-width alist entries.
3779
3780 * time.el (display-time-world): Restore fit-window-to-buffer
3781 behavior.
3782
3783 2012-10-27 Chong Yidong <cyd@gnu.org>
3784
3785 * subr.el (insert-buffer-substring-as-yank): Doc fix.
3786
3787 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
3788
3789 * minibuffer.el (completion-category-overrides): New completion
3790 category `bookmark' (bug#11131).
3791
3792 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * emacs-lisp/advice.el (ad-assemble-advised-definition):
3795 Silence bogus compiler warnings for ad-do-it.
3796
3797 * bookmark.el (bookmark-completing-read): Set the completion category
3798 to `bookmark' (bug#11131).
3799
3800 2012-10-26 Bastien <bzg@altern.org>
3801 Stefan Monnier <monnier@iro.umontreal.ca>
3802
3803 * face-remap.el: Use lexical-binding.
3804 (text-scale-adjust): Improve docstring. Use itself for the temporary
3805 overlay-map bindings, so as to repeat the "Use..." message each time.
3806
3807 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * emacs-lisp/macroexp.el (macroexp--expand-all):
3810 Obey byte-compile-warning-enabled-p (bug#12486).
3811
3812 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
3813 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
3814
3815 2012-10-26 Martin Rudalics <rudalics@gmx.at>
3816
3817 * mouse.el (mouse-drag-line): Move last form into preceding when
3818 clause (Bug#12731).
3819
3820 * help.el (resize-temp-buffer-window): Fix doc-string.
3821
3822 2012-10-25 David Engster <deng@randomsample.de>
3823
3824 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
3825 Remove. This feature is already integrated in imenu.
3826
3827 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
3828 always loaded. Require `speedbar' unconditionally.
3829
3830 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
3833
3834 * minibuffer.el (minibuffer-force-complete): Fix thinko.
3835
3836 * net/ldap.el (ldap-search-internal): The official ldif format starts
3837 with a "version: 1" header (bug#12724).
3838
3839 * emacs-lisp/package.el (package-installed-p): Warn if not ready
3840 (bug#12721).
3841
3842 2012-10-25 Glenn Morris <rgm@gnu.org>
3843
3844 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
3845
3846 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3847
3848 * minibuffer.el (minibuffer-force-complete): Use one more marker
3849 for the temporary-overlay-map command (bug#12619).
3850
3851 2012-10-24 Chong Yidong <cyd@gnu.org>
3852
3853 * time.el (display-time-world-mode): Derive from special-mode.
3854 (display-time-world): Use display-buffer (Bug#12708).
3855 (display-time-world-mode-map): Variable deleted.
3856 (display-time-world-display): Wrap the final delete-char inside
3857 inhibit-read-only.
3858
3859 2012-10-24 Chong Yidong <cyd@gnu.org>
3860
3861 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
3862 Doc fix.
3863
3864 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
3865
3866 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * minibuffer.el (completion--all-sorted-completions-location): New var.
3869 (completion--cache-all-sorted-completions)
3870 (completion--flush-all-sorted-completions): Use it.
3871 (completion-in-region, completion-in-region--postch)
3872 (completion-at-point, completion-help-at-point): Use markers in
3873 completion-in-region--data (bug#12619).
3874
3875 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * progmodes/compile.el (compilation-start): Try to handle common
3878 quoting of `cd' argument (bug#12640).
3879
3880 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
3881 (bug#12671).
3882
3883 2012-10-23 Glenn Morris <rgm@gnu.org>
3884
3885 * progmodes/gud.el (gud-menu-map):
3886 Check gdb-active-process is bound. (Bug#12358)
3887
3888 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3889
3890 * repeat.el (repeat): Set real-this-command (bug#12232).
3891
3892 * htmlfontify.el (hfy-post-html-hook):
3893 * filesets.el (filesets-cache-fill-content-hook):
3894 * arc-mode.el (archive-extract-hook):
3895 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
3896 * net/rcirc.el (rcirc-sentinel-functions)
3897 (rcirc-receive-message-functions, rcirc-activity-functions)
3898 (rcirc-print-functions):
3899 * net/dbus.el (dbus-event-error-functions):
3900 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
3901 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
3902 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
3903 * term/sun.el (sun-raw-prefix-hooks):
3904 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
3905
3906 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
3907
3908 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3909 Set `tramp-chunksize' to 1. This improves the performance.
3910 (tramp-smb-wait-for-output): Add timeout to
3911 `tramp-accept-process-output' calls.
3912
3913 2012-10-23 Chong Yidong <cyd@gnu.org>
3914
3915 * faces.el (font-list-limit): Define as an obsolete variable.
3916
3917 * startup.el (command-line):
3918 * cus-start.el: Don't refer to font-list-limit.
3919
3920 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
3921
3922 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * subr.el (internal-temp-output-buffer-show): Rename from
3925 temp-output-buffer-show, since previously compiled files expect this name.
3926
3927 2012-10-23 Glenn Morris <rgm@gnu.org>
3928
3929 * image.el (image-type-from-file-name): If multiple types match,
3930 return the first one that is supported. (Bug#9045)
3931
3932 2012-10-22 Glenn Morris <rgm@gnu.org>
3933
3934 * image.el (imagemagick-enabled-types): Doc fix.
3935
3936 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
3937
3938 * progmodes/which-func.el (which-func-current): The hash-table may have
3939 an explicit nil (bug#12338).
3940
3941 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * electric.el (electric-pair-delete-selection-self-insert-function):
3944 Rename to electric-pair-will-use-region, return a boolean.
3945 (electric-pair-mode): Adjust accordingly. Don't require delsel.
3946
3947 * delsel.el (delete-selection-helper): Use a function instead of a hook.
3948 (delete-selection-pre-hook): Use use-region-p.
3949 (delete-selection-self-insert-function): Remove.
3950 (self-insert-command): Obey self-insert-uses-region-functions.
3951 (self-insert-iso): Revert to previous setting, since we don't actually
3952 know what that command does.
3953 (delete-selection-self-insert-hooks): Remove.
3954
3955 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
3956
3957 * delsel.el (delete-selection-helper): New function, extracted from
3958 delete-selection-pre-hook.
3959 (delete-selection-pre-hook): Use it.
3960 (delete-selection-self-insert-function): New function.
3961 (delete-selection-self-insert-hooks): New hook.
3962 (self-insert-command, self-insert-iso): Use it.
3963 * electric.el (electric-pair-syntax): New function, extracted from
3964 electric-pair-post-self-insert-function.
3965 (electric-pair-post-self-insert-function): Use it.
3966 (electric-pair-delete-selection-self-insert-function): New function.
3967 (electric-pair-mode): Require delsel and setup
3968 delete-selection-self-insert-hooks (bug#11520).
3969
3970 2012-10-20 Chong Yidong <cyd@gnu.org>
3971
3972 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
3973 no changes to show (Bug#12586).
3974
3975 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
3976 list explicitly (Bug#12571).
3977
3978 2012-10-20 Arne Jørgensen <arne@arnested.dk>
3979
3980 * progmodes/flymake.el (flymake-create-temp-inplace):
3981 Use file-truename.
3982
3983 2012-10-20 Eli Zaretskii <eliz@gnu.org>
3984
3985 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
3986
3987 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
3988
3989 * calc/calc-units.el (math-extract-units): Properly extract powers
3990 of units.
3991
3992 2012-10-20 Daniel Colascione <dancol@dancol.org>
3993
3994 * frame.el (make-frame): Set x-display-name as we used to in order
3995 to unbreak creating an X11 frame from an Emacs daemon started
3996 without a display.
3997
3998 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
3999
4000 * minibuffer.el (minibuffer-force-complete): Make the next completion use
4001 the same completion-field (bug#12221).
4002
4003 2012-10-19 Martin Rudalics <rudalics@gmx.at>
4004
4005 * emacs-lisp/debug.el (debug): Record height of debugger window
4006 also when debugger will be back (Bug#8789).
4007
4008 2012-10-18 Chong Yidong <cyd@gnu.org>
4009
4010 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
4011 Convert to defcustom.
4012 (gdb-get-source-file): Don't bind pop-up-windows.
4013
4014 * progmodes/gud.el (gud-display-line): Don't specially re-use
4015 other frames for the gdb-mi case (Bug#12648).
4016
4017 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
4018
4019 * emacs-lisp/advice.el: Clean up commentary a bit.
4020 (ad-do-advised-functions, ad-with-originals): Use `declare'.
4021 (byte-code-function-p): Never redefine.
4022
4023 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
4024
4025 2012-10-18 Glenn Morris <rgm@gnu.org>
4026
4027 * dired.el (dired-sort-toggle): Some ls implementations only allow
4028 a single option string. (Bug#12666)
4029
4030 * minibuffer.el (completion-cycle-threshold): Doc fix.
4031
4032 2012-10-17 Kenichi Handa <handa@gnu.org>
4033
4034 * international/mule.el (set-keyboard-coding-system):
4035 Recover input meta mode when the new coding system doesn not use 8-bit.
4036 Supply TERMINAL arg to set-input-meta-mode.
4037
4038 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
4039
4040 * wdired.el (wdired-old-marks): New variable.
4041 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
4042 (wdired-do-renames): Move point with renamed file and don't lose
4043 mark status (Bug#11795).
4044
4045 2012-10-16 Juri Linkov <juri@jurta.org>
4046
4047 * replace.el (query-replace-help): Mention multi-buffer replacement
4048 keys in the Help message. (Bug#12655)
4049
4050 2012-10-15 Chong Yidong <cyd@gnu.org>
4051
4052 * emacs-lisp/byte-run.el (defsubst): Doc fix.
4053
4054 2012-10-14 Eli Zaretskii <eliz@gnu.org>
4055
4056 * window.el (display-buffer): Doc fix.
4057
4058 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4059 Adjust the msft regexp to the output of Studio 2010, and move msft
4060 before edg-1. See the discussion on emacs-devel,
4061 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
4062 for the details.
4063
4064 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
4065
4066 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
4067 (oset): Move uses of object-class-fast macro after its definition.
4068
4069 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
4070
4071 2012-10-13 Chong Yidong <cyd@gnu.org>
4072
4073 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
4074 enabled, re-enable it (Bug#11963).
4075
4076 2012-10-13 Martin Rudalics <rudalics@gmx.at>
4077
4078 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
4079 non-nil, restore window configuration (Bug#12623).
4080
4081 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
4082
4083 * help-fns.el (describe-variable, describe-function-1):
4084 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
4085
4086 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
4087
4088 2012-10-12 Glenn Morris <rgm@gnu.org>
4089
4090 * mail/rmailsum.el (rmail-header-summary):
4091 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
4092
4093 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
4094
4095 * progmodes/python.el (python-mode-map):
4096 Replace subtitute-key-definition with proper command remapping.
4097 (python-nav--up-list): Fix behavior for blocks on the same level.
4098
4099 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
4100
4101 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
4102
4103 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
4104 changes to the format of load-history.
4105
4106 * international/mule-cmds.el (read-char-by-name): Move let-binding of
4107 completion-ignore-case in case that var is buffer-local (bug#12615).
4108
4109 2012-10-11 Kenichi Handa <handa@gnu.org>
4110
4111 * international/eucjp-ms.el: Re-generated.
4112
4113 2012-10-10 Kenichi Handa <handa@gnu.org>
4114
4115 * select.el (xselect--encode-string): If a coding is specified for
4116 selection, and that is compatible with COMPOUND_TEXT, use it.
4117
4118 2012-10-10 Martin Rudalics <rudalics@gmx.at>
4119
4120 * window.el (switch-to-buffer-preserve-window-point): New option.
4121 (switch-to-buffer):
4122 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
4123
4124 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
4127 Don't document nil as a useful value (bug#12583).
4128
4129 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
4130
4131 * net/tramp.el (tramp-debug-message):
4132 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
4133 (with-tramp-progress-reporter): Rename from
4134 `tramp-with-progress-reporter'.
4135 (with-tramp-file-property, with-tramp-connection-property):
4136 Move from tramp-cache.el, rename from `with-file-property' and
4137 `with-connection-property', respectively.
4138
4139 * net/tramp-cache.el: Remove `with-file-property' and
4140 `with-connection-property'.
4141
4142 * net/tramp.el:
4143 * net/tramp-gvfs.el:
4144 * net/tramp-sh.el:
4145 * net/tramp-smb.el: Adapt callees.
4146
4147 * net/trampver.el: Update release number.
4148
4149 2012-10-09 Glenn Morris <rgm@gnu.org>
4150
4151 * w32-fns.el (set-message-beep):
4152 * term/w32-win.el (set-message-beep): Update declarations.
4153
4154 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4155
4156 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
4157 (mode-line-widen, mode-line-input-method-map)
4158 (mode-line-coding-system-map, mode-line-remote)
4159 (mode-line-unbury-buffer, mode-line-bury-buffer)
4160 (mode-line-next-buffer, mode-line-previous-buffer):
4161 Replace save-selected-window+select-window => with-selected-window.
4162
4163 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
4164 * progmodes/cc-vars.el (bq-process): Remove, unused.
4165
4166 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
4167
4168 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
4169
4170 Implemented `backward-up-list'-like navigation.
4171 * progmodes/python.el (python-nav-up-list)
4172 (python-nav-backward-up-list): New functions.
4173 (python-mode-map): Define substitute key for backward-up-list to
4174 python-nav-backward-up-list.
4175
4176 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4177
4178 * progmodes/python.el (python-fill-paragraph): Rename from
4179 python-fill-paragraph-function. Fixed fill-paragraph for
4180 decorators (Bug#12605).
4181
4182 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4183
4184 * progmodes/python.el (python-shell-output-filter): Handle extra
4185 carriage return in OSX (Bug#12409).
4186
4187 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4188
4189 Fix shell handling of unbalanced quotes and parens in output.
4190 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
4191 (python-syntax-propertize-function): Use it.
4192 (python-shell-output-syntax-table): New var.
4193 (inferior-python-mode): Prevent unbalanced parens/quotes from
4194 previous output mess with current input context.
4195
4196 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
4197
4198 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
4199 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
4200
4201 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
4202
4203 * ffap.el (ffap-replace-file-component): Support Tramp file name
4204 syntax, not only ange-ftp's one.
4205
4206 2012-10-08 Glenn Morris <rgm@gnu.org>
4207
4208 * cus-start.el (message-log-max): Set :version.
4209
4210 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
4211
4212 2012-10-08 Martin Rudalics <rudalics@gmx.at>
4213
4214 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
4215 the minibuffer window (Bug#10851).
4216
4217 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
4218
4219 Enhancements on forward-sexp movement.
4220 * progmodes/python.el (python-nav-beginning-of-statement)
4221 (python-nav-end-of-statement): Return point-marker.
4222 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
4223 (python-info-current-symbol)
4224 (python-info-statement-starts-block-p): Rename from
4225 python-info-beginning-of-block-p.
4226 (python-info-statement-ends-block-p): Rename from
4227 python-info-end-of-block-p.
4228 (python-info-beginning-of-statement-p)
4229 (python-info-end-of-statement-p)
4230 (python-info-beginning-of-block-p, python-info-end-of-block-p):
4231 New functions.
4232
4233 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
4236 frame-selected-windows.
4237
4238 2012-10-08 Daniel Colascione <dancol@dancol.org>
4239
4240 * battery.el (battery-status-function): Check for
4241 w32-battery-status itself, not system-time windows-nt.
4242
4243 * frame.el: Require cl-lib.
4244 (display-format-alist): New variable mapping frame types to
4245 functions that initialize them.
4246 (window-system-for-display): New function: interprets
4247 display-format-alist.
4248 (make-frame-on-display): Remove existing display-selection logic
4249 and just forward to make-frame, which will now DTRT.
4250 (make-frame): Restructure to use window-system-for-display to
4251 figure out how to create a frame on a given display.
4252 (display-mouse-p): Look for frame-type w32, not a particular
4253 system-type.
4254
4255 * loadup.el: Load w32 lisp code when we have the w32 feature.
4256
4257 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
4258 system-type windows-nt.
4259
4260 * server.el (server-create-window-system-frame): Look for window
4261 type.
4262 (server-proces-filter): Only force a window system when windows-nt
4263 _and_ w32. Explain why.
4264
4265 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
4266 of window systems we configure for the mode.
4267
4268 * startup.el (command-line): Mark window system is initialized
4269 after we've done it.
4270
4271 * common-win.el (x-select-text): Look for w32, not windows-nt.
4272
4273 * ns-win.el: Require cl-lib. Add ourselves to
4274 display-format-alist.
4275 (ns-initialize-window-system): Assert we're not initialized twice.
4276
4277 * w32-win.el: Enable lexical binding; require cl-lib; add
4278 ourselves to display-format-alist.
4279 (w32-handle-dropped-file): Convert incoming dropped files from
4280 Windows paths to Cygwin ones before passing them on to the rest of
4281 Emacs.
4282 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
4283 (w32-initialize-window-system): Assert we're not initialized twice.
4284
4285 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
4286 (x-initialize-window-system): Assert we're not initialized twice.
4287
4288 * w32-common-fns.el: New File.
4289 (w32-version, w32-using-nt, w32-get-clipboard-data)
4290 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4291 (w32-charset-info-alist, x-last-selected, text)
4292 (x-get-selection-value, x-selection-value): Move here.
4293
4294 * w32-fns.el: Require w32-common-fns.
4295 (w32-version, w32-using-nt, w32-get-clipboard-data)
4296 (w32-set-clipboard-data, x-set-selection, x-get-selection)
4297 (w32-charset-info-alist, x-last-selected, text)
4298 (x-get-selection-value, x-selection-value): Move to
4299 w32-common-fns.
4300
4301 * w32-vars.el:
4302 (w32-allow-system-shell, w32-system-shells): Define only in
4303 non-cygwin case.
4304
4305 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4306
4307 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
4308 (read-passwd): Remove a few more potential sources of leaks.
4309
4310 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4311
4312 * progmodes/python.el (inferior-python-mode)
4313 (python-shell-make-comint): Fix initialization of local
4314 variables copied from parent buffer.
4315
4316 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
4317
4318 * term/ns-win.el (ns-read-file-name): Update declaration to match
4319 nsfns.m.
4320 (ns-respond-to-change-font): Change fontsize separatly so we are sure
4321 it is set when font is acted upon.
4322
4323 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4324
4325 Enhancements to indentation.
4326 * progmodes/python.el (python-indent-context): Give priority to
4327 inside-string context. Make comments indentation markers.
4328 (python-indent-region): Do not mess with strings, unless it's the
4329 enclosing set of quotes.
4330
4331 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * window.el (internal--before-save-selected-window)
4334 (internal--after-save-selected-window): New functions extracted from
4335 save-selected-window. Make sure we return the `alist' we construct.
4336 (save-selected-window): Use them.
4337
4338 * textmodes/tex-mode.el (tex-recenter-output-buffer):
4339 Use with-selected-window.
4340
4341 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
4342 forms that define macros (bug#12593).
4343
4344 2012-10-07 Kenichi Handa <handa@gnu.org>
4345
4346 * international/mule-conf.el (compound-text-with-extensions):
4347 Add :mime-charset property as x-ctext.
4348
4349 2012-10-07 Stefan Merten <smerten@oekonux.de>
4350
4351 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4352 (rst-indent-literal-normal, rst-indent-literal-minimized)
4353 (rst-indent-comment): Correct :version tag.
4354 (rst-official-cvs-rev): Correct version string.
4355
4356 2012-10-07 Glenn Morris <rgm@gnu.org>
4357
4358 * mail/rmailmm.el (rmail-mime-process-multipart):
4359 Do not confuse a multipart message with an epilogue
4360 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
4361
4362 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
4363
4364 Fix shell output retrieval and comint-prompt-regexp init.
4365 * progmodes/python.el (inferior-python-mode):
4366 (python-shell-make-comint): Fix initialization of
4367 comint-prompt-regexp from copied file local variables.
4368 (python-shell-fetched-lines): Remove var.
4369 (python-shell-output-filter-in-progress): Rename from
4370 python-shell-fetch-lines-in-progress.
4371 (python-shell-output-filter-buffer): Rename from
4372 python-shell-fetch-lines-string.
4373 (python-shell-fetch-lines-filter): Delete function.
4374 (python-shell-output-filter): New function.
4375 (python-shell-send-string-no-output): Use them.
4376
4377 2012-10-07 Glenn Morris <rgm@gnu.org>
4378
4379 * hi-lock.el (hi-lock-process-phrase):
4380 Try to make it less fragile. (Bug#7161)
4381
4382 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
4383
4384 2012-10-06 Glenn Morris <rgm@gnu.org>
4385
4386 * ehelp.el (electric-help-mode): Use help-mode rather than
4387 non-existent mode `help'.
4388 (electric-help-map): Use button-buffer-map. (Bug#10917)
4389
4390 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
4391 (reftex-create-bibtex-footer): Fix custom types.
4392
4393 * progmodes/sh-script.el (sh-indent-after-continuation):
4394 Add explicit :group.
4395
4396 * textmodes/rst.el (rst-preferred-decorations)
4397 (rst-shift-basic-offset): Clarify obsolescence versions.
4398
4399 * profiler.el (profiler): Add missing group :version tag.
4400 * avoid.el (mouse-avoidance-banish-position):
4401 * proced.el (proced-renice-command):
4402 * calc/calc.el (calc-ensure-consistent-units):
4403 * calendar/icalendar.el (icalendar-import-format-uid):
4404 * net/tramp.el (tramp-save-ad-hoc-proxies):
4405 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4406 * progmodes/flymake.el (flymake-error-bitmap)
4407 (flymake-warning-bitmap, flymake-fringe-indicator-position):
4408 * progmodes/sh-script.el (sh-indent-after-continuation):
4409 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
4410 (verilog-before-save-font-hook, verilog-after-save-font-hook):
4411 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
4412 (vhdl-array-index-record-field-in-sensitivity-list)
4413 (vhdl-indent-comment-like-next-code-line):
4414 * textmodes/reftex-vars.el (reftex-ref-style-alist)
4415 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
4416 (reftex-cite-key-separator, reftex-create-bibtex-header)
4417 (reftex-create-bibtex-footer):
4418 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
4419 (rst-indent-literal-normal, rst-indent-literal-minimized)
4420 (rst-indent-comment): Add missing custom :version tags.
4421
4422 * calendar/timeclock.el (timeclock-modeline-display):
4423 Add missing obsolete alias for renamed user option.
4424
4425 * strokes.el (strokes-modeline-string):
4426 * emulation/crisp.el (crisp-mode-modeline-string):
4427 * eshell/esh-mode.el (eshell-status-in-modeline):
4428 Aliases to defcustoms must come before the defcustom.
4429
4430 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
4431 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
4432 (cal-tex-cursor-week-monday): Doc fixes.
4433 (cal-tex-cursor-week2-summary): Doc fix.
4434 Rename from cal-tex-cursor-week-at-a-glance.
4435
4436 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
4437 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
4438
4439 * calendar/calendar.el (calendar-mode-map):
4440 Add cal-tex-cursor-week2-summary.
4441
4442 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
4443
4444 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
4445
4446 * subr.el (read-passwd-map): New var.
4447 (read-passwd): Use `read-string' again.
4448 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
4449
4450 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
4451
4452 * register.el (append-to-register, prepend-to-register):
4453 Deactivate mark, as does `copy-to-register' (bug#12389).
4454
4455 2012-10-06 Chong Yidong <cyd@gnu.org>
4456
4457 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
4458
4459 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
4460
4461 * international/characters.el: Fix simple mistake ((car chars) ->
4462 elt), delete duplicated code.
4463
4464 2012-10-06 Glenn Morris <rgm@gnu.org>
4465
4466 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
4467
4468 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
4469
4470 * color.el (color-hsl-to-rgb): Fix incorrect results for
4471 small and large hue values. (Bug#12559)
4472
4473 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
4474
4475 Enhancements to docstring formatting when filling paragraphs.
4476 * progmodes/python.el (python-fill-docstring-style): Rename from
4477 python-fill-string-style. Added new style.
4478 (python-fill-string): Use new style. Better checks for
4479 docstrings.
4480
4481 2012-10-05 Glenn Morris <rgm@gnu.org>
4482
4483 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
4484
4485 * color.el (color-name-to-rgb, color-rgb-to-hex)
4486 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
4487 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
4488 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
4489 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
4490
4491 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
4492
4493 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
4494
4495 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
4496 to get the correct size across symlinks.
4497
4498 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
4499
4500 2012-10-04 Juri Linkov <juri@jurta.org>
4501
4502 * replace.el (query-replace-interactive): Declare obsolete.
4503 (query-replace-read-from): Add the last incremental search string
4504 to the list of default values accessible via M-n.
4505 (map-query-replace-regexp): Use `read-regexp'.
4506 (query-replace, query-replace-regexp, query-replace-regexp-eval)
4507 (map-query-replace-regexp, replace-string, replace-regexp):
4508 Fix docstrings to replace mentions of `query-replace-interactive'
4509 with alternatives. (Bug#12526)
4510
4511 2012-10-04 Juri Linkov <juri@jurta.org>
4512
4513 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
4514 (dired-pop-to-buffer): Declare obsolete.
4515 (dired-mark-pop-up): Doc fix.
4516
4517 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
4518
4519 Allow user to set docstring style for fill-paragraph.
4520 * progmodes/python.el
4521 (python-fill-comment-function, python-fill-string-function)
4522 (python-fill-decorator-function, python-fill-paren-function):
4523 Remove :safe for defcustoms.
4524 (python-fill-string-style): New defcustom
4525 (python-fill-paragraph-function): Enhance context detection.
4526 (python-fill-string): Honor python-fill-string-style settings.
4527
4528 2012-10-04 Martin Rudalics <rudalics@gmx.at>
4529
4530 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
4531 after setting its buffer (Bug#10805).
4532
4533 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
4534
4535 Fix cornercase for string syntax.
4536 * progmodes/python.el (python-syntax-propertize-function):
4537 Simplify and enhance the regexp for unescaped quotes. Now it also
4538 matches quotes in weird situations like the single quote in
4539 "something\"'".
4540 (python-syntax-stringify): Simplify num-quotes detecting code.
4541
4542 2012-10-03 Glenn Morris <rgm@gnu.org>
4543
4544 * help-macro.el (three-step-help):
4545 Revert 2012-09-29 change. (Bug#12567)
4546
4547 2012-10-03 Martin Rudalics <rudalics@gmx.at>
4548
4549 * menu-bar.el (kill-this-buffer): Don't do anything when
4550 `menu-frame' is not alive or visible (Bug#8184).
4551
4552 * emacs-lisp/debug.el (debug): When quitting the debugger window
4553 restore current buffer (Bug#12502).
4554
4555 2012-10-02 Chong Yidong <cyd@gnu.org>
4556
4557 * progmodes/hideif.el (hif-lookup, hif-defined):
4558 Handle semantic-c-takeover-hideif.
4559
4560 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
4561
4562 Change sampling interval units from ms to ns.
4563 * profiler.el (profiler-sampling-interval): Change units
4564 from ms to ns, multiplying the default by 1000000 so that
4565 it remains 1 ms.
4566 (profiler-report-cpu-line-format): Give enough room for
4567 the maximum counters on 64-bit hosts.
4568 (profiler-report-render-calltree-1): Call them "CPU samples",
4569 not "Time (ms)", since they are not milliseconds now (and
4570 never really were).
4571
4572 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4573
4574 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
4575 Fix querying BBDB for entries without a last name (Bug#11580).
4576
4577 2012-10-02 Chong Yidong <cyd@gnu.org>
4578
4579 * emacs-lisp/eieio.el: Restore Version header.
4580
4581 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * vc/diff-mode.el (diff--auto-refine-data): New var.
4584 (diff-hunk): Use it to delay refinement.
4585 (diff-mode): Remove overlays when we turn off font-lock.
4586
4587 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
4588 (table-initialize-table-fixed-width-mode)
4589 (table-set-table-fixed-width-mode): Remove functions.
4590 (table-command-list): Move initialization into declaration.
4591 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
4592 (table-with-cache-buffer): Use `declare'.
4593 (table-span-cell): Simplify via CSE.
4594 (table-fixed-width-mode): Use define-minor-mode.
4595 (table-call-interactively, table-funcall, table-apply): Remove.
4596 (table-function): New function, to replace them.
4597
4598 * bookmark.el (bookmark-search-pattern): Remove var.
4599 (bookmark-read-search-input): Remove function.
4600 (bookmark-bmenu-search): Reimplement using a minibuffer.
4601
4602 * faces.el (modeline): Remove obsolete face name.
4603
4604 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
4605 and give a non-nil default value.
4606 (add-change-log-entry): Simplify accordingly.
4607
4608 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
4609
4610 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
4611 (vc-git-log-edit-toggle-amend): New function.
4612 (vc-git-log-edit-toggle-signoff): New function.
4613 (vc-git-log-edit-mode): New major mode.
4614 (vc-git-log-edit-mode-map): Keymap for it.
4615 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
4616
4617 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
4618 header names.
4619 (log-edit-toggle-header): New function.
4620 (log-edit-extract-headers): Accept function values in HEADERS alist.
4621
4622 2012-10-01 David Engster <deng@randomsample.de>
4623
4624 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
4625 from symbol property and change message to be more consistent with
4626 Emacs proper.
4627 (eieio-describe-generic): Add filename for each implementation.
4628 Fix indices for generic and normal methods.
4629 (eieio-method-def, eieio-class-def): New buttons.
4630 (eieio-help-find-method-definition)
4631 (eieio-help-find-class-definition): New functions.
4632 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
4633 class, constructor and method definitions.
4634
4635 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
4636 information in symbol property.
4637 (scoped-class): Remove.
4638 (eieio-slot-name-index, call-next-method): Check if it is bound.
4639
4640 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
4641
4642 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
4643 (eieio-custom-mode): New major mode.
4644 (eieio-customize-object): Use it.
4645
4646 2012-10-01 Eric Ludlam <zappo@gnu.org>
4647
4648 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
4649 specifying the expected class, and whether subclassing is allowed.
4650 (eieio-persistent-convert-list-to-object):
4651 (eieio-persistent-validate/fix-slot-value)
4652 (eieio-persistent-slot-type-is-class-p): New functions.
4653 (eieio-named::slot-missing): Doc fix.
4654
4655 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
4656 Stop using unused publd variable.
4657
4658 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
4659 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
4660 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
4661 (eieio-speedbar-handle-click): Do not specify a class for the
4662 method. Fixes method invocation order problems with EDE.
4663
4664 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4665
4666 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
4667 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
4668
4669 2012-10-01 Karl Fogel <kfogel@red-bean.com>
4670
4671 * bookmark.el (bookmark-version-control): Give tags in the
4672 :type choices (Bug#12309), and improve doc string.
4673 (bookmark-write-file): Bind `print-circle' to `t' to allow
4674 circular custom bookmark types. (Bug#12503)
4675
4676 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
4677
4678 Revert the FOLLOW-SYMLINKS change for file-attributes.
4679 * files.el (remote-file-name-inhibit-cache, after-find-file):
4680 * time.el (display-time-file-nonempty-p): Undo last change.
4681
4682 * profiler.el (profiler-sampling-interval): Change default back to 1.
4683 See Stefan Monnier in
4684 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
4685
4686 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
4687
4688 Shell output catching a la gud-gdb.
4689 * progmodes/python.el (python-shell-fetch-lines-in-progress)
4690 (python-shell-fetch-lines-string, python-shell-fetched-lines):
4691 New Vars.
4692 (python-shell-fetch-lines-filter): New function.
4693 (python-shell-send-string-no-output): Use them.
4694
4695 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
4696
4697 * profiler.el (profiler-sampling-interval): Rename from
4698 profiler-sample-interval.
4699 (profiler-sampling-interval): Default to 10.
4700 (profiler-find-profile): New command (was profiler-find-log).
4701 (profiler-find-profile-other-window): New command.
4702 (profiler-find-profile-other-frame): New command.
4703 (profiler-profile): Introduce API-level data structure.
4704
4705 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
4706
4707 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4708 * files.el (remote-file-name-inhibit-cache):
4709 * time.el (display-time-file-nonempty-p): Use it.
4710 * files.el (after-find-file): Don't chase links before calling
4711 file-exists-p, as file-exists-p already does the right thing.
4712
4713 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
4714
4715 Merge from standalone RefTeX repository.
4716
4717 The following ChangeLog entries are shortened versions of the
4718 original ones with file paths adapted. A not so strongly edited
4719 version of the original ChangeLog can be found in the commit log.
4720
4721 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
4722 (reftex-arg-cite): Use `reftex-cite-key-separator'.
4723 Correctly handle new value type returned by `reftex-citation'.
4724
4725 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
4726 that entries with whitespace at various places are found.
4727 Doc fix. Include entries that are cross-referenced from cited entries.
4728 Include @String definitions in the resulting bib file. Add header
4729 and footer defined in `reftex-create-bibtex-header' and
4730 `reftex-create-bibtex-footer'.
4731 (reftex-do-citation): Make it possible again to insert
4732 non-existent entries. Save match data when asking for optional
4733 arguments. Return all keys, not just the first one.
4734 (reftex-all-used-citation-keys): Fix regexp to correctly extract
4735 all citations in the same line.
4736 (reftex-parse-bibtex-entry): Accept additional optional argument
4737 `raw' and keep quotes or braces if it is non-nil. Match fields
4738 containing hyphens besides word constituents.
4739 (reftex-get-string-refs): New function.
4740 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
4741 and ask if it should be reread in case it did.
4742 (reftex-pop-to-bibtex-entry)
4743 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
4744 entries with spaces or tabs in front of arguments.
4745 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
4746 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
4747 Match entries containing numbers and symbol constituents.
4748 (reftex-do-citation, reftex-figure-out-cite-format):
4749 Use `reftex-cite-key-separator'.
4750
4751 * textmodes/reftex-dcr.el: Move provide statement to end of file.
4752 (reftex-mouse-view-crossref): Explain why point is set.
4753
4754 * textmodes/reftex-global.el: Whitespace changes.
4755
4756 * textmodes/reftex-index.el: Move provide statement to end of
4757 file.
4758 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
4759 (reftex-index-visit-phrases-buffer): Set marker when visiting
4760 buffer. This allows for returning from the phrases file to the
4761 file one was just editing instead of the file where the last
4762 phrases was added from.
4763 (reftex-index-phrases-syntax-table): New variable. Give ?\"
4764 punctuation syntax as it usually is not used as string quote in
4765 TeX-related modes and may occur unmatched. The change also
4766 prevents fontification of quoted content.
4767 (reftex-index-phrases-mode): Use it.
4768
4769 * textmodes/reftex-parse.el (reftex-parse-from-file):
4770 Move backward one char if a `\' was matched after a section macro.
4771 (reftex-parse-from-file): Use beginning of match instead of end as
4772 bound.
4773
4774 * textmodes/reftex-ref.el: Adapt creation of
4775 `reftex-<package>-<macro>' functions to new structure of
4776 `reftex-ref-style-alist'.
4777 (reftex-reference): Use `reftex-ref-style-list' function.
4778 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
4779 reference macro if `reftex-ref-macro-prompt' is non-nil.
4780 (reftex-reference): Pass refstyle to `reftex-format-special'.
4781 Determine reference macro by looking at
4782 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
4783 Use only one special format function.
4784 (reftex-varioref-vref, reftex-fancyref-fref)
4785 (reftex-fancyref-Fref): Remove definitions. The functions are now
4786 generated from `reftex-ref-style-alist'.
4787 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
4788 Remove.
4789 (reftex-format-special): New function.
4790
4791 * textmodes/reftex-sel.el
4792 (reftex-select-cycle-ref-style-internal): Adapt to new structure
4793 of `reftex-ref-style-alist'. Remove code for testing macro type.
4794 (reftex-select-toggle-varioref)
4795 (reftex-select-toggle-fancyref): Remove.
4796 (reftex-select-cycle-ref-style-internal)
4797 (reftex-select-cycle-ref-style-forward)
4798 (reftex-select-cycle-ref-style-backward): New functions.
4799 (reftex-select-label-map): Use `v' and `V' for general cycling
4800 through reference styles. Add `p' for switching between number
4801 and page reference types.
4802
4803 * textmodes/reftex-toc.el (reftex-re-enlarge):
4804 Call `enlarge-window' only if there is something to do because in Emacs
4805 the horizontal version throws an error even if the parameter is 0.
4806
4807 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
4808 (reftex-plug-into-AUCTeX): Doc fix.
4809 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
4810 string. Adapt to new name.
4811 (reftex-ref-style-alist): Change structure so that it is not
4812 possible to use multiple different package names within a style.
4813 Remove the symbols for symbols for macro type distinction.
4814 Add characters for macro selection.
4815 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
4816 (reftex-create-bibtex-footer): New variables.
4817 (reftex-format-ref-function): Mention third argument of special
4818 format function.
4819 (reftex-ref-style-alist, reftex-ref-style-default-list):
4820 New variables.
4821 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
4822 to new implementation. Mark as obsolete. Add compatibility code
4823 for honoring the variable values in case they are set.
4824 (reftex-cite-format-builtin, reftex-bibliography-commands):
4825 Add support for ConTeXt.
4826 (reftex-format-ref-function, reftex-format-cite-function):
4827 Fix custom type.
4828 (reftex-cite-key-separator): New variable.
4829
4830 * textmodes/reftex.el (reftex-syntax-table-for-bib)
4831 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
4832 `reftex-syntax-table' because parens have to retain their paren
4833 syntax in order for parsing of BibTeX entries like @book(...) to
4834 work.
4835 (reftex-in-comment): Do not error out if `comment-start-skip' is
4836 not set. Deal correctly with escaped comment characters.
4837 (reftex-tie-multifile-symbols): Add doc string.
4838 Initialize `reftex-ref-style-list'.
4839 (reftex-untie-multifile-symbols): Add doc string.
4840 (reftex-add-index-macros): Doc fix.
4841 (reftex-ref-style-activate, reftex-ref-style-toggle)
4842 (reftex-ref-style-list): New functions.
4843 (reftex-mode-menu): Use them. Adapt to new structure of
4844 `reftex-ref-style-alist'.
4845 (reftex-select-with-char): Kill the RefTeX Select buffer when
4846 done.
4847 (reftex-remove-if): New function.
4848 (reftex-erase-all-selection-and-index-buffers)
4849 (reftex-mode-menu): Reference styles are now computed from
4850 `reftex-ref-style-alist'. Fix typo.
4851 (reftex-report-bug): New function.
4852 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
4853 algorithms with O(n log n). Introduce optional argument SORT (not
4854 yet used).
4855
4856 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
4857
4858 Enhancements for triple-quote string syntax.
4859 * progmodes/python.el (python-syntax-propertize-function):
4860 Match both quote cases in one regexp.
4861 (python-syntax-stringify): Handle matches properly.
4862
4863 2012-09-30 Juri Linkov <juri@jurta.org>
4864
4865 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
4866 to nil around the call to `insert' to prevent
4867 directory time modification by lock_file. (Bug#2295)
4868 * tar-mode.el (tar-summarize-buffer): Idem.
4869
4870 2012-09-30 Juri Linkov <juri@jurta.org>
4871
4872 * facemenu.el (list-colors-sort): Add option "Luminance".
4873 (list-colors-sort-key): Implement it.
4874
4875 * vc/diff-mode.el (diff-refine-removed):
4876 * vc/ediff-init.el (ediff-fine-diff-A):
4877 * vc/smerge-mode.el (smerge-refined-removed):
4878 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
4879
4880 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
4881
4882 * term/ns-win.el (x-file-dialog): New function.
4883
4884 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * ido.el (ido-max-directory-size): Default to nil; the current
4887 default is small for POSIX systems, and impractical on Windows 7
4888 now that lstat returns directory sizes for NTFS.
4889
4890 2012-09-30 Martin Rudalics <rudalics@gmx.at>
4891
4892 In buffer display functions handle window-height/window-width
4893 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
4894 * window.el (window--display-buffer): New argument ALIST.
4895 Obey window-height and window-width alist entries.
4896 (window--try-to-split-window): New argument ALIST.
4897 Bind window-combination-limit to t when the window's size shall be
4898 changed and window-combination-limit equals `window-size'.
4899 (display-buffer-in-atom-window)
4900 (display-buffer-in-major-side-window)
4901 (display-buffer-in-side-window, display-buffer-same-window)
4902 (display-buffer-reuse-window, display-buffer-pop-up-frame)
4903 (display-buffer-pop-up-window, display-buffer-below-selected)
4904 (display-buffer-at-bottom, display-buffer-in-previous-window)
4905 (display-buffer-use-some-window): Adjust all callers of
4906 window--display-buffer and window--try-to-split-window.
4907 (fit-frame-to-buffer): New option.
4908 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
4909 is non-nil.
4910 (display-buffer-in-major-side-window): Evaluate window-height /
4911 window-width alist entries.
4912
4913 * help.el (temp-buffer-resize-frames)
4914 (temp-buffer-resize-regexps): Remove options.
4915 (temp-buffer-resize-mode): Adjust doc-string.
4916 (resize-temp-buffer-window): Don't consult
4917 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
4918 temp-buffer-resize-frames.
4919
4920 * dired.el (dired-mark-pop-up):
4921 Call display-buffer-below-selected with a fit-window-to-buffer alist
4922 entry.
4923
4924 2012-09-30 Chong Yidong <cyd@gnu.org>
4925
4926 * server.el (server-host): Document the security implications.
4927 (server-auth-key): Doc fix.
4928
4929 * startup.el (initial-buffer-choice): Doc fix.
4930
4931 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
4932
4933 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
4934 restriction change.
4935
4936 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
4937
4938 * help-fns.el (help-fns--obsolete): Fix last change.
4939
4940 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
4943 (minor-mode-map-alist): Remove redundant code.
4944
4945 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
4946 visited in a buffer.
4947 (cvs-insert-visited-file): New function.
4948 (find-file-hook): Use it.
4949
4950 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
4951
4952 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
4953 chose face.
4954 (log-edit-empty-buffer-p): Don't require a space after a header.
4955
4956 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
4957
4958 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
4959
4960 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
4961 a proper minor-mode.
4962
4963 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
4964
4965 2012-09-29 Glenn Morris <rgm@gnu.org>
4966
4967 * winner.el (winner-mode): Remove variable (let define-minor-mode
4968 handle it).
4969 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
4970 Doc fixes.
4971 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
4972 (winner-mode): Use define-minor-mode.
4973
4974 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
4975 the full definition in loaddefs, rather than duplicating it.
4976
4977 * help-macro.el (three-step-help): No need to autoload defcustom.
4978
4979 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4980 (inferior-lisp-program, inferior-lisp-load-command)
4981 (inferior-lisp-prompt, inferior-lisp-mode-hook):
4982 No need to autoload defcustoms.
4983
4984 * hippie-exp.el (hippie-expand-try-functions-list)
4985 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
4986 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
4987 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
4988 (hippie-expand-only-buffers): No need to autoload defcustoms.
4989 * progmodes/vhdl-mode.el (vhdl-line-expand):
4990 Explicitly load hippie-exp, so it does not get autoloaded
4991 while hippie-expand-try-functions-list is let-bound.
4992
4993 2012-09-28 Glenn Morris <rgm@gnu.org>
4994
4995 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
4996
4997 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
4998 Only "cl.el" counts as cl these days.
4999
5000 2012-09-28 Juri Linkov <juri@jurta.org>
5001
5002 Display archive errors in the echo area instead of inserting
5003 to the file buffer.
5004
5005 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
5006 to STDERR-TEST that can be a regexp matching a successful output.
5007 Create a temporary file and redirect stderr to it. Search for
5008 STDERR-TEST in the stderr output and display it in the echo area
5009 if no match is found.
5010 (archive-extract-by-file): New function like
5011 `archive-extract-by-stdout' but extracting archives to files
5012 and looking for successful matches in stdout. Function body is
5013 mostly copied from `archive-rar-extract'.
5014 (archive-rar-extract): Use `archive-extract-by-file'.
5015 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
5016
5017 2012-09-28 Leo Liu <sdl.web@gmail.com>
5018
5019 * pcomplete.el (pcomplete-show-completions):
5020 Use minibuffer-message to make pcomplete usable in minibuffer.
5021
5022 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
5023
5024 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * type-break.el: Use lexical-binding.
5027 (type-break-mode): Use define-minor-mode.
5028
5029 * emacs-lisp/pcase.el (pcase--mark-used): New.
5030 (pcase--u1): Use it (bug#12512).
5031
5032 * custom.el (load-theme): Set buffer-file-name so the load is recorded
5033 in load-history with the right file name.
5034
5035 2012-09-28 Tassilo Horn <tsdh@gnu.org>
5036
5037 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
5038 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
5039 (doc-view-get-bounding-box): Make bounding box slicing work for
5040 ODF and DVI documents.
5041
5042 2012-09-28 Glenn Morris <rgm@gnu.org>
5043
5044 * type-break.el (type-break-mode, type-break-interval)
5045 (type-break-good-rest-interval, type-break-keystroke-threshold):
5046 No need to autoload.
5047 (type-break-good-rest-interval, type-break-keystroke-threshold):
5048 Add :set-after.
5049
5050 2012-09-28 Chong Yidong <cyd@gnu.org>
5051
5052 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
5053 Add :version tag.
5054
5055 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
5058
5059 2012-09-27 Glenn Morris <rgm@gnu.org>
5060
5061 * faces.el (x-display-name): Declare (for without-x builds).
5062
5063 * linum.el (linum-format): Don't autoload it. Improve :type.
5064
5065 * progmodes/tcl.el: Don't require outline when compiling.
5066 (outline-regexp, outline-level): Declare.
5067 * textmodes/sgml-mode.el: Don't require outline when compiling.
5068 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
5069
5070 * term.el (term-ansi-reset):
5071 Try setting term-ansi-face-already-done to nil. (Bug#11785)
5072
5073 * vc/vc.el (vc-next-action): Only gripe about committing read-only
5074 files for RCS and SCCS. (Bug#9781)
5075
5076 2012-09-27 Chong Yidong <cyd@gnu.org>
5077
5078 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
5079 change; value should be t.
5080
5081 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * image-mode.el: Use lexical-binding.
5084 (image-mode-winprops): Use t to stand for the window of
5085 a buffer that's not displayed.
5086 * doc-view.el (doc-view-new-window-function): Handle the new
5087 t in winprops.
5088 (doc-view-enlarge): Make it a real nop if the size is not changed.
5089 (doc-view-display): Handle the case where the buffer is not (yet?)
5090 displayed in any window.
5091 (doc-view-saved-settings): New var.
5092 (doc-view-mode): Use it.
5093 (doc-view-fallback-mode): Set it.
5094
5095 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
5096 Set lexical-binding.
5097 (minibuffer-eldef-shorten-default): New var.
5098 (minibuffer-default-in-prompt-regexps): Use it for new default.
5099 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
5100
5101 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5102
5103 * international/uni-bidi.el:
5104 * international/uni-category.el:
5105 * international/uni-name.el:
5106 * international/uni-numeric.el: Regenerate.
5107
5108 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
5109 Stefan Monnier <monnier@iro.umontreal.ca>
5110
5111 * profiler.el: New file.
5112
5113 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
5116 (testcover-reinstrument): Simplify with CSE.
5117
5118 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
5119
5120 * window.el (temp-buffer-window-setup): Fix typo in docstring.
5121
5122 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
5123
5124 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
5125 (verilog-auto-input, verilog-auto-insert-lisp)
5126 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5127 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
5128 (verilog-auto-unused, verilog-auto-wire)
5129 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
5130 newline. Reported by Andrew Jones.
5131 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
5132 Reported by Brad Dobbie.
5133 (verilog-batch-delete-trailing-whitespace):
5134 Create verilog-batch-delete-trailing-whitespace.
5135 Reported by Brad Dobbie.
5136 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
5137 parameters from another module. Reported by Dan Katz.
5138 (verilog-auto, verilog-auto-assign-modport)
5139 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
5140 AUTOINOUTMODPORT for UVM interface module shell generation.
5141 Reported by Brad Dobbie.
5142 (verilog-auto-inst-interfaced-ports): Make default nil, as more
5143 standard behavior.
5144 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
5145 Reported by Matt Martin.
5146
5147 2012-09-25 Martin Rudalics <rudalics@gmx.at>
5148
5149 * window.el (window--resize-child-windows): When resizing child
5150 windows proportionally, process them in reverse order to
5151 preserve the "when splitting a window the new one gets the odd
5152 line" behavior.
5153 (window--resize-root-window-vertically): When resizing the
5154 minibuffer window try to affect only windows at the bottom of the
5155 frame. (Bug#12419)
5156
5157 2012-09-25 Chong Yidong <cyd@gnu.org>
5158
5159 * subr.el (declare): Doc fix.
5160
5161 * help-fns.el (help-fns--obsolete): Handle macros properly.
5162
5163 2012-09-25 Chong Yidong <cyd@gnu.org>
5164
5165 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
5166 this function obsolete.
5167
5168 * calendar/cal-x.el (calendar-two-frame-setup)
5169 (calendar-only-one-frame-setup, calendar-one-frame-setup):
5170 * calendar/calendar.el (american-calendar, european-calendar)
5171 (calendar-for-loop):
5172 * comint.el (comint-dynamic-simple-complete)
5173 (comint-dynamic-complete-as-filename, comint-unquote-filename):
5174 * desktop.el (desktop-load-default):
5175 * dired-x.el (dired-omit-here-always)
5176 (dired-hack-local-variables, dired-default-directory):
5177 * emacs-lisp/derived.el (derived-mode-class):
5178 * emacs-lisp/timer.el (timer-set-time-with-usecs):
5179 * emacs-lock.el (toggle-emacs-lock):
5180 * epa.el (epa-display-verify-result):
5181 * epg.el (epg-sign-keys, epg-start-sign-keys)
5182 (epg-passphrase-callback-function):
5183 * eshell/esh-util.el (eshell-for):
5184 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
5185 (eshell-add-to-window-buffer-names):
5186 * files.el (locate-file-completion):
5187 * imenu.el (imenu-example--create-c-index)
5188 (imenu-example--create-lisp-index)
5189 (imenu-example--lisp-extract-index-name)
5190 (imenu-example--name-and-position):
5191 * international/mule-cmds.el (princ-list):
5192 * international/mule-diag.el (decode-codepage-char):
5193 * international/mule-util.el (detect-coding-with-priority):
5194 * iswitchb.el (iswitchb-read-buffer):
5195 * mail/mailalias.el (mail-complete):
5196 * mail/sendmail.el (mail-sent-via):
5197 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
5198 (mouse-major-mode-menu):
5199 * password-cache.el (password-read-and-add):
5200 * pcomplete.el (pcomplete-parse-comint-arguments):
5201 * progmodes/sh-script.el (sh-maybe-here-document):
5202 * replace.el (query-replace-regexp-eval):
5203 * savehist.el (savehist-load):
5204 * simple.el (choose-completion-delete-max-match):
5205 * term.el (term-dynamic-simple-complete):
5206 * vc/ediff-init.el (ediff-check-version):
5207 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
5208 * vc/vc.el (vc-diff-switches-list):
5209 * view.el (view-return-to-alist-update): Likewise.
5210
5211 * subr.el (eval-next-after-load, makehash, insert-string)
5212 (assoc-ignore-representation, assoc-ignore-case): Use declare to
5213 mark obsolete.
5214 (mode-line-inverse-video): Variable deleted.
5215
5216 * international/mule-util.el (string-to-sequence): Remove.
5217
5218 * calendar/calendar.el (calendar-version):
5219 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
5220 (icalendar-convert-diary-to-ical):
5221 * cus-edit.el (custom-mode):
5222 * ansi-color.el (ansi-color-unfontify-region):
5223 * international/latin1-disp.el (latin1-char-displayable-p):
5224 * progmodes/cwarn.el (turn-on-cwarn-mode):
5225 * progmodes/which-func.el (which-func-update-1):
5226 Use define-obsolete-function-alias.
5227
5228 * net/newst-backend.el (newsticker-cache-filename):
5229 * net/newst-treeview.el (newsticker-groups-filename):
5230 Fix incorrect obsolescence declaration.
5231
5232 * allout.el (allout-passphrase-hint-string): Likewise.
5233 (allout-init): Use a declare form to mark obsolete.
5234
5235 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
5236 this applies to functions.
5237
5238 * iswitchb.el (iswitchb-read-buffer): Move code of
5239 iswitchb-define-mode-map here, and delete that obsolete function.
5240
5241 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
5242 font-lock-reference-face.
5243
5244 2012-09-25 Glenn Morris <rgm@gnu.org>
5245
5246 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
5247 Doc fixes.
5248
5249 * eshell/em-term.el (eshell-term-name):
5250 Default to term-term-name. (Bug#12485)
5251
5252 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5253
5254 * progmodes/python.el (python-shell-send-buffer): Better handling
5255 of "if __name__ == '__main__':" conditionals when sending the buffer.
5256
5257 2012-09-24 Glenn Morris <rgm@gnu.org>
5258
5259 * eshell/esh-cmd.el (eshell-find-alias-function):
5260 Tighten up file-name regexp. (Bug#12499)
5261
5262 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
5263
5264 Enhancements for triple-quote string syntax.
5265 * progmodes/python.el (python-quote-syntax): Remove.
5266 (python-syntax-propertize-function): New value.
5267 (python-syntax-count-quotes, python-syntax-stringify):
5268 New functions.
5269
5270 2012-09-24 Chong Yidong <cyd@gnu.org>
5271
5272 * mail/supercite.el (sc-version): Remove obsolete function.
5273 (sc-describe): Don't mark as obsolete, since it is bound.
5274 (sc-submit-bug-report): Remove.
5275
5276 * vc/log-edit.el (cvs-changelog-full-paragraphs)
5277 (cvs-commit-buffer-require-final-newline): Remove.
5278 (log-edit-require-final-newline)
5279 (log-edit-changelog-full-paragraphs): Default to t.
5280
5281 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
5282 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
5283 * vc/vc.el (vc-checkout-carefully): Likewise.
5284
5285 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
5286 (emerge-version): Remove.
5287
5288 * progmodes/compile.el (compile-internal): Remove.
5289 (compilation-parse-errors-function): Fix typo.
5290
5291 * international/mule.el (set-char-table-default): Remove.
5292 (set-coding-priority, make-coding-system, generic-char-p)
5293 (charset-list, charset-bytes, charset-id): Use declare to mark
5294 functions as obsolete.
5295
5296 * vc/pcvs-defs.el (cvs-buffer-name-alist)
5297 (cvs-invert-ignore-marks): Remove references to obsolete vars.
5298 * vc/vc-hooks.el (vc-default-registered): Don't use
5299 vc-master-templates.
5300
5301 * font-lock.el (font-lock-reference-face):
5302 Use define-obsolete-variable-alias.
5303
5304 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
5305 * calendar/calendar.el (calendar-font-lock-keywords):
5306 * calendar/diary-lib.el (diary-font-lock-keywords)
5307 (diary-fancy-font-lock-keywords):
5308 * textmodes/reftex-sel.el (reftex-insert-docstruct):
5309 * textmodes/reftex-index.el (reftex-insert-index):
5310 * textmodes/reftex-cite.el (reftex-format-bib-entry):
5311 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5312 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
5313 * progmodes/prolog.el (prolog-font-lock-keywords):
5314 * progmodes/idlwave.el (idlwave-idl-keywords):
5315 * progmodes/ada-mode.el (ada-font-lock-keywords):
5316 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
5317
5318 2012-09-24 Glenn Morris <rgm@gnu.org>
5319
5320 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
5321
5322 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
5323
5324 * progmodes/python.el (python-indent-line): More consistent cursor
5325 movement behavior.
5326
5327 2012-09-23 Stefan Merten <smerten@oekonux.de>
5328
5329 * textmodes/rst.el: Fix compiler warning.
5330
5331 2012-09-23 Roland Winkler <winkler@gnu.org>
5332
5333 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
5334 Transcribe also LaTeX hyphenation.
5335 (bibtex-reformat): Bug fix. Do not quote twice the elements of
5336 bibtex-reformat-previous-options.
5337
5338 2012-09-23 Roland Winkler <winkler@gnu.org>
5339
5340 * proced.el (proced-renice-command): New variable.
5341 (proced-marked-processes): New function.
5342 (proced-with-processes-buffer): New macro.
5343 (proced-send-signal): Use them.
5344 (proced-renice): New command bound to r.
5345
5346 2012-09-23 Roland Winkler <winkler@gnu.org>
5347
5348 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
5349 ibuffer-saved-filter-groups has one element, shortcut the call of
5350 completing-read. (Bug#12331)
5351
5352 2012-09-23 Chong Yidong <cyd@gnu.org>
5353
5354 * bindings.el (mode-line-toggle-read-only):
5355 * bs.el (bs-toggle-readonly):
5356 * buff-menu.el (Buffer-menu-toggle-read-only):
5357 * dired.el (dired-toggle-read-only):
5358 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
5359
5360 2012-09-23 Chong Yidong <cyd@gnu.org>
5361
5362 * image.el (image-type-available-p): Adapt to init-image-library
5363 argument changes.
5364
5365 2012-09-22 Juri Linkov <juri@jurta.org>
5366
5367 * dired.el (dired-mode-map): Add [remap read-only-mode] for
5368 `dired-toggle-read-only'. (Bug#12462)
5369
5370 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5371
5372 * subr.el (temp-output-buffer-show): New function.
5373 (with-output-to-temp-buffer): Call temp-output-buffer-show
5374 instead of internal-temp-output-buffer-show.
5375
5376 2012-09-22 Chong Yidong <cyd@gnu.org>
5377
5378 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
5379 (Bug#12462).
5380
5381 * repeat.el (repeat): Doc fix (Bug#12348).
5382
5383 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
5384 (Bug#10909).
5385
5386 * simple.el (shell-command-on-region): Doc fix.
5387 (read-only-mode): Doc fix.
5388
5389 2012-09-22 Eli Zaretskii <eliz@gnu.org>
5390
5391 * emacs-lisp/timer.el (run-with-idle-timer)
5392 (timer-activate-when-idle): Warn against reinvoking an idle timer
5393 from within its own timer action. (Bug#12447)
5394
5395 2012-09-22 Martin Rudalics <rudalics@gmx.at>
5396
5397 * cus-start.el (window-combination-limit): Add new optional
5398 values.
5399 * window.el (temp-buffer-window-show)
5400 (window--try-to-split-window): Handle new values of
5401 window-combination-limit (Bug#1806).
5402 (split-window): Test window-combination-limit for t instead of
5403 non-nil.
5404 (display-buffer-at-bottom): New buffer display action function.
5405 * help.el (temp-buffer-resize-regexps): New option.
5406 (temp-buffer-resize-mode): Rewrite doc-string.
5407 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
5408 Don't resize reused window. Suggested by Glenn Morris.
5409
5410 2012-09-22 Stefan Merten <smerten@oekonux.de>
5411
5412 * textmodes/rst.el: Revamp section title faces.
5413 (rst-official-version)
5414 (rst-package-emacs-version-alist): Sync with official version
5415 V1.4.0.
5416 (rst-faces-defaults, rst-set-level-default)
5417 (rst-level-face-max, rst-level-face-base-color)
5418 (rst-level-face-base-light, rst-level-face-format-light)
5419 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
5420 (rst-adornment-faces-alist): Match new setup.
5421 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
5422 (rst-level-5, rst-level-6): New faces.
5423
5424 2012-09-22 Chong Yidong <cyd@gnu.org>
5425
5426 * simple.el (undo): Handle indirect buffers (Bug#8207).
5427
5428 2012-09-21 Leo Liu <sdl.web@gmail.com>
5429
5430 IDO: Disable match re-ordering for buffer switching.
5431 * ido.el (ido-buffer-disable-smart-matches): New variable.
5432 (ido-set-matches-1): Use it. (Bug#2042)
5433
5434 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
5435
5436 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
5437 Fix 2011-05-17 change. (Bug#12418)
5438
5439 2012-09-21 Leo Liu <sdl.web@gmail.com>
5440
5441 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
5442
5443 2012-09-21 Glenn Morris <rgm@gnu.org>
5444
5445 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
5446 Be more robust about locating simple.el.
5447
5448 2012-09-21 Glenn Morris <rgm@gnu.org>
5449
5450 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
5451
5452 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
5453
5454 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
5455
5456 2012-09-20 Juri Linkov <juri@jurta.org>
5457
5458 * replace.el (query-replace-read-from): Use `read-regexp' instead
5459 of `read-from-minibuffer' when `regexp-flag' is non-nil.
5460 (occur-read-primary-args): Use `read-regexp' instead of
5461 `read-string'.
5462 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
5463 `read-from-minibuffer'.
5464 * isearch.el (isearch-occur): Use `read-regexp' instead of
5465 `read-string'.
5466 * dired.el (dired-read-regexp): Use `read-regexp' instead of
5467 `read-from-minibuffer'.
5468 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
5469 of `read-string'. (Bug#7567)
5470
5471 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
5472 and allow accepting a list of strings prepended to a list of
5473 standard default values. Doc fix. (Bug#12321)
5474
5475 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
5476
5477 * replace.el (read-regexp): Don't add ": " when PROMPT already
5478 ends with a colon and space. (Bug#12321)
5479
5480 2012-09-20 Tassilo Horn <tsdh@gnu.org>
5481
5482 * doc-view.el (doc-view-display): Better fix for the cl-assertion
5483 error.
5484
5485 2012-09-20 Stefan Merten <smerten@oekonux.de>
5486
5487 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
5488 Fixes feature request bug#11711.
5489 (rst-mode): Create `imenu-create-index-function'.
5490 (rst-get-stripped-line): Delete after refactoring.
5491 (rst-section-tree, rst-section-tree-rec)
5492 (rst-section-tree-point): Refactor and document properly.
5493 (rst-imenu-find-adornments-for-position)
5494 (rst-imenu-convert-cell, rst-imenu-create-index):
5495 New function.
5496
5497 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
5500 (macroexp--expand-all): Use it.
5501 (macroexp--funcall-and-return): Remove by folding it into its sole
5502 caller (macroexp--warn-and-return).
5503 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
5504 Use macroexp--obsolete-warning.
5505
5506 * calc/calc.el: Fix last change by removing the whole chunk, since it
5507 was only needed back when Calc was not bundled.
5508
5509 2012-09-20 Martin Rudalics <rudalics@gmx.at>
5510
5511 * emacs-lisp/debug.el (debug): Restore assignment to
5512 debugger-old-buffer removed on 2012-09-08.
5513
5514 2012-09-20 Juri Linkov <juri@jurta.org>
5515
5516 * dired-aux.el (dired-diff): Remove (require 'diff) since
5517 `diff-latest-backup-file' is now autoloaded.
5518
5519 2012-09-20 Chong Yidong <cyd@gnu.org>
5520
5521 * vc/diff.el (diff-latest-backup-file): Autoload.
5522
5523 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * calc/calc.el: Remove redundant autoload shape check.
5526 (sel-mode): Don't defvar.
5527 (calc-get-stack-element): Add `sel-mode' arg instead.
5528 (calc-top, calc-top-list): Pass it this additional argument.
5529 * calc/calc-store.el (calc-store-map):
5530 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
5531 (calc-map-equation, calc-outer-product, calc-inner-product):
5532 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
5533
5534 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
5535
5536 2012-09-19 Juri Linkov <juri@jurta.org>
5537
5538 * dired-aux.el (dired-diff): Add (require 'diff) because
5539 `diff-latest-backup-file' is not autoloaded.
5540 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
5541 of `dired-get-filename' to t to not report error when there is
5542 no default file on the current line.
5543
5544 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
5547 macroexp--eval-if-compile.
5548 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
5549 (macroexp--expand-all): Use them (bug#12371).
5550
5551 * doc-view.el (doc-view-guess-paper-size)
5552 (doc-view-scale-bounding-box): Fix unbound `caddr'.
5553
5554 2012-09-19 Tassilo Horn <tsdh@gnu.org>
5555
5556 New feature: set optimal slice from BoundingBox information.
5557 * doc-view.el (doc-view-mode-map): Add keybinding.
5558 (doc-view-menu): Add menu entry.
5559 (doc-view-set-slice): Adapt docstring.
5560 (doc-view-get-bounding-box, doc-view-guess-paper-size)
5561 (doc-view-scale-bounding-box)
5562 (doc-view-set-slice-from-bounding-box): New functions.
5563 (doc-view-paper-sizes): New defvar.
5564
5565 2012-09-19 Glenn Morris <rgm@gnu.org>
5566
5567 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
5568 (byte-compile-log-warning): Autoload. (Bug#12371)
5569
5570 * calendar/calendar.el (calendar-american-month-header)
5571 (calendar-european-month-header, calendar-iso-month-header)
5572 (calendar-month-header): New options.
5573 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
5574 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
5575
5576 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
5577
5578 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
5579
5580 2012-09-18 Juri Linkov <juri@jurta.org>
5581
5582 * dired-aux.el (dired-diff): Restore original functionality of
5583 getting the default value, but keep new feature of using the
5584 latest existing backup file (`diff-latest-backup-file').
5585
5586 2012-09-18 Juri Linkov <juri@jurta.org>
5587
5588 * dired.el (dired-mark): If the region is active in Transient Mark
5589 mode, mark all files in the active region. Doc fix.
5590 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
5591 Doc fix. (Bug#10624)
5592
5593 2012-09-18 Juri Linkov <juri@jurta.org>
5594
5595 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
5596 attributes for M-n are pulled from the file at point.
5597 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
5598 Suggested by Drew Adams. (Bug#10624)
5599
5600 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
5601
5602 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
5603 whitespace after "end".
5604 (ruby-do-end-to-brace): Collapse block to one line if it fits
5605 within fill-column.
5606
5607 2012-09-18 Martin Rudalics <rudalics@gmx.at>
5608
5609 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
5610 value.
5611 (debug): Don't remove debugger window when debugger is expected
5612 to be back.
5613
5614 2012-09-18 Chong Yidong <cyd@gnu.org>
5615
5616 * custom.el (defface): Doc fix.
5617
5618 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
5619
5620 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
5621
5622 * progmodes/compile.el (compilation-start): Use compilation-always-kill
5623 to initialize query-on-exit; then test that instead (bug#12288).
5624
5625 2012-09-17 Stefan Merten <smerten@oekonux.de>
5626
5627 * textmodes/rst.el: Add support for `testcover'.
5628 (rst-defcustom-testcover, rst-testcover-add-compose)
5629 (rst-testcover-add-1value): New functions.
5630 (rst-portable-mark-active-p): Replace by `use-region-p'.
5631 (rst-update-section, rst-classify-adornment)
5632 (rst-find-title-line): Mark `1value' forms.
5633 (rst-classify-adornment): Remove superfluous form.
5634 (rst-update-section, rst-get-adornments-around)
5635 (rst-adornment-complete-p, rst-get-next-adornment)
5636 (rst-adjust, rst-promote-region)
5637 (rst-display-adornments-hierarchy, rst-straighten-adornments)
5638 (rst-find-pfx-in-region, rst-section-tree-rec)
5639 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
5640 (rst-toc-node, rst-toc, rst-forward-section)
5641 (rst-iterate-leftmost-paragraphs)
5642 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
5643 (rst-bullet-list-region)
5644 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
5645 (rst-compile-find-conf, rst-compile)
5646 (rst-repeat-last-character): Fix style.
5647
5648 2012-09-17 Chong Yidong <cyd@gnu.org>
5649
5650 * comint.el (comint--complete-file-name-data): Don't add a space
5651 if the status is `sole'; that adds a gratuitous space in the
5652 completion-cycling case (Bug#12092).
5653
5654 * pcomplete.el (pcomplete-completions-at-point): Likewise.
5655
5656 2012-09-17 Richard Stallman <rms@gnu.org>
5657
5658 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
5659 only in the mime-shown mode, not in raw mode.
5660 (rmail-mime): Toggle off mime by displaying the message without
5661 mime processing. (Bug#12305)
5662
5663 * mail/rmail.el (rmail-retry-failure):
5664 Turn off mime processing first. (Bug#12037)
5665
5666 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
5667
5668 2012-09-17 Chong Yidong <cyd@gnu.org>
5669
5670 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
5671 (shell-dynamic-complete-functions): Convert to defcustom.
5672 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
5673
5674 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
5675 * comint.el (comint-prompt-read-only):
5676 * custom.el (defcustom):
5677 * hi-lock.el (hi-lock-mode):
5678 * ibuffer.el (ibuffer-formats):
5679 * ielm.el (ielm-prompt-read-only):
5680 * novice.el (disable-command):
5681 * saveplace.el (toggle-save-place):
5682 * speedbar.el (speedbar-supported-extension-expressions):
5683 * startup.el (auto-save-list-file-prefix, init-file-user)
5684 (after-init-hook, inhibit-startup-echo-area-message):
5685 * strokes.el (strokes-help):
5686 * time-stamp.el (time-stamp):
5687 * calendar/calendar.el (calendar, diary-file):
5688 * calendar/diary-lib.el (diary-mail-entries, diary)
5689 (diary-list-entries-hook):
5690 * calendar/holidays.el (holidays, calendar-holidays):
5691 * calendar/lunar.el (lunar-phases):
5692 * calendar/solar.el (sunrise-sunset):
5693 * emulation/edt.el (edt-load-keys):
5694 * emulation/viper.el (viper-mode):
5695 * eshell/em-alias.el (eshell-command-aliases-list):
5696 * eshell/esh-util.el (eshell-convert-numeric-arguments):
5697 * international/ogonek.el (ogonek-information):
5698 * net/tramp-cmds.el (tramp-bug):
5699 * net/quickurl.el (quickurl-reread-hook-postfix):
5700 * play/decipher.el (decipher-font-lock-keywords):
5701 * progmodes/cc-styles.el (c-set-style):
5702 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
5703 * progmodes/inf-lisp.el (inferior-lisp-prompt):
5704 * progmodes/octave-mod.el (octave-mode):
5705 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
5706 * progmodes/verilog-mode.el (verilog-read-defines):
5707 * textmodes/two-column.el (2C-mode): Likewise.
5708
5709 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5710
5711 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
5712 that holds many addresses.
5713
5714 2012-09-16 Chong Yidong <cyd@gnu.org>
5715
5716 * align.el (align-areas): Call the indication function with
5717 positions instead of markers for arguments (Bug#12343).
5718
5719 * files.el (parse-colon-path): Use split-string (Bug#12351).
5720
5721 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
5722 (display-buffer-function): Mark as obsolete.
5723
5724 * progmodes/compile.el (compilation-parse-errors): Accept list
5725 values similar to font-lock-keywords (Bug#12136).
5726 Suggested by Oleksandr Manzyuk.
5727 (compilation-error-regexp-alist): Doc fix.
5728
5729 2012-09-15 Glenn Morris <rgm@gnu.org>
5730
5731 * version.el (emacs-bzr-version-bzr): New function.
5732 (emacs-bzr-get-version): Add optional EXTERNAL argument.
5733
5734 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
5735 checkouts, check the parent dirstate matches the branch.
5736 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
5737 empty string.
5738
5739 * version.el (emacs-bzr-version): Doc fix.
5740 (emacs-bzr-version-dirstate): New function.
5741 (emacs-bzr-get-version): For lightweight checkouts, if the parent
5742 is local try and check that it matches the branch. If not, just
5743 use dirstate information. (Bug#12441)
5744
5745 2012-09-14 Juri Linkov <juri@jurta.org>
5746
5747 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
5748 (Bug#12399)
5749
5750 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
5753
5754 * emacs-lisp/edebug.el: Miscellaneous cleanup.
5755 Remove obsolete byte-compiler hack that tried to silence some warnings.
5756 (edebug-submit-bug-report): Remove.
5757 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
5758 Remove aliases, use the un-prefixed name instead.
5759 (edebug-pop-to-buffer): Consider other frames.
5760 (edebug-original-read):: Make it more obvious that it's always defined.
5761 (edebug--make-form-data-entry, edebug--form-data-name)
5762 (edebug--form-data-begin, edebug--form-data-end): Rename from the
5763 single-dashed name, and implement with cl-defstruct.
5764 (edebug-set-form-data-entry): Use the standard accessors.
5765 (edebug-make-top-form-data-entry): Use push.
5766 (edebug-no-match): Drop useless `funcall'.
5767 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
5768 to functions.
5769 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
5770 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
5771 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
5772 (easy-menu-define, with-custom-print): Remove redundant specs.
5773 (edebug-outside-overriding-local-map)
5774 (edebug-outside-overriding-terminal-local-map): Remove, unused.
5775 (edebug--display): Bind unread-command-events directly to nil rather
5776 than binding it to unread-command-events and later setting it to nil.
5777 (edebug--display): Kill edebug-eval-buffer here...
5778 (edebug--recursive-edit): ...rather than here.
5779 Bind standard-output and standard-input.
5780 (edebug-eval): Check cl-macroexpand-all is fboundp.
5781 (edebug-temp-display-freq-count): Fix last change.
5782
5783 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
5784 * subr.el (noreturn, 1value): Add `debug' spec.
5785 * emacs-lisp/advice.el: Require cl-lib.
5786 (ad-copy-tree): Remove, use copy-tree instead.
5787 (ad-dolist): Remove use dolist or cl-dolist instead.
5788 (ad-do-return): Remove, use cl-return instead.
5789 (defadvice): Add `debug' spec.
5790
5791 2012-09-13 Juri Linkov <juri@jurta.org>
5792
5793 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
5794 (Bug#12399)
5795
5796 2012-09-13 Glenn Morris <rgm@gnu.org>
5797
5798 * calc/calc.el (math-compose-expr):
5799 * calc/calc-ext.el (math-compose-expr):
5800 * progmodes/cc-defs.el (cl-macroexpand-all):
5801 * progmodes/cc-langs.el (delete-duplicates, mapcan)
5802 (cl-macroexpand-all): Update declarations.
5803
5804 * vc/vc.el: No need to require ediff.
5805 (ediff-load-version-control): Declare.
5806 (ediff-vc-internal): Fix declaration.
5807 (vc-version-ediff): Require ediff.
5808
5809 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5810
5811 Use a more backwards-compatible timer format (Bug#12430).
5812 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
5813 being right after USECS, as that better supports old code that
5814 inadvisedly looked directly at the timer vector.
5815
5816 2012-09-13 Kenichi Handa <handa@gnu.org>
5817
5818 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5819 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
5820 `coding-priority' property of these language environment.
5821
5822 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
5823
5824 Fix glitches caused by addition of psec to timers (Bug#12430).
5825 * image.el (image-animate-timer):
5826 * time.el (display-time-world-timer):
5827 Use timer--function and timer--args rather than raw access to
5828 timer vector.
5829
5830 2012-09-13 Glenn Morris <rgm@gnu.org>
5831
5832 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5833 If not compiling a file, try using load-file-name.
5834
5835 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
5836
5837 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
5838 Fix last change.
5839 (edebug-update-eval-list): Use `push'.
5840
5841 * emacs-lisp/edebug.el: Use lexical-binding.
5842 Remove the "edebug-" prefix from non-dynamically-scoped variables.
5843 Mark unused args with underscore.
5844 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
5845 (edebug-form-data): Use defvar-local.
5846 (edebug-make-before-and-after-form, edebug-make-after-form):
5847 Use backquote.
5848 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
5849 Not dynamically scoped any more.
5850 (edebug--enter-trace): Add arguments `function' and `args'.
5851 Rename from edebug-enter-trace.
5852 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
5853 (edebug--update-coverage): Add `after-index' and `value' args.
5854 Rename from edebug-update-coverage.
5855 (edebug-slow-after): Call it accordingly.
5856 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
5857 edebug-recursive-edit.
5858 (edebug--display): Call it accordingly. Add args `value',
5859 `offset-index', and `arg-mode'. Rename from edebug-display.
5860 (edebug-debugger, edebug): Call it accordingly.
5861 (edebug-eval-display-list): Use dolist.
5862
5863 2012-09-12 Juri Linkov <juri@jurta.org>
5864
5865 * info.el (Info-search): Don't check for isearch-mode and
5866 isearch-regexp before let-binding search-spaces-regexp to
5867 Info-search-whitespace-regexp.
5868 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
5869 search-whitespace-regexp if isearch-lax-whitespace or
5870 isearch-regexp-lax-whitespace is non-nil.
5871 (Info-mode): Don't set local variable search-whitespace-regexp.
5872 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
5873
5874 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
5877 (debugger-env-macro): Remove support for unread-command-char.
5878
5879 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
5880 the temporary map re-appearing on emulation-mode-map-alists.
5881
5882 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
5883 since 22.1.
5884
5885 * ehelp.el (with-electric-help): Accept functions in
5886 electric-help-form-to-execute.
5887 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
5888 And replace unread-command-char -> unread-command-events.
5889
5890 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
5891
5892 Sync with Tramp 2.2.6.
5893
5894 * net/tramp.el (tramp-accept-process-output): Don't use
5895 JUST-THIS-ONE in the XEmacs case.
5896
5897 * net/trampver.el: Update release number.
5898
5899 2012-09-12 Martin Rudalics <rudalics@gmx.at>
5900
5901 * emacs-lisp/debug.el (debugger-previous-window-height):
5902 New variable.
5903 (debug): When debugger-jumping-flag is non-nil try to restore
5904 height of debugger window. (Bug#8789)
5905
5906 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5907
5908 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
5909 overriding-local-map and pre/post-command-hook here.
5910 (edebug-recursive-edit): Do it here instead (bug#12345).
5911 (edebug-outside-unread-command-char): Remove all uses of
5912 unread-command-char.
5913
5914 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
5915 inhibit-debugger is bound instead.
5916
5917 2012-09-11 Bastien Guerry <bzg@gnu.org>
5918
5919 * subr.el (set-temporary-overlay-map): Add a docstring.
5920 (Bug#12346)
5921
5922 2012-09-11 Bastien Guerry <bzg@gnu.org>
5923
5924 * minibuffer.el (completion-table-subvert): Fix docstring.
5925 (Bug#12347)
5926
5927 2012-09-11 Bastien Guerry <bzg@gnu.org>
5928
5929 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
5930
5931 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
5932
5933 * progmodes/sql.el: Version 3.1
5934 (sql-db2-escape-newlines): New variable.
5935 (sql-escape-newlines-filter): Use it.
5936
5937 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
5938
5939 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
5940
5941 2012-09-10 Dan Nicolaescu <dann@gnu.org>
5942
5943 * vc/diff-mode.el (diff-mode-menu):
5944 Bind diff-remove-trailing-whitespace.
5945
5946 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
5947
5948 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
5949 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
5950 (emacs-lisp-byte-code-mode): New functions.
5951 (eval-sexp-add-defvars): Don't skip defvars in column >0.
5952 (eval-defun-2): Remove bogus interactive spec.
5953 (lisp-indent-line): Remove redundant whole-exp code, now done in
5954 indent-according-to-mode.
5955 (save-match-data): Remove redundant indent data.
5956
5957 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
5958 Use `declare'.
5959
5960 2012-09-09 Juri Linkov <juri@jurta.org>
5961
5962 * replace.el (replace-regexp-lax-whitespace): New defcustom.
5963 (replace-lax-whitespace, query-replace-regexp)
5964 (query-replace-regexp-eval, replace-regexp): Doc fix.
5965 (perform-replace, replace-highlight): Let-bind
5966 isearch-lax-whitespace to replace-lax-whitespace and
5967 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
5968
5969 * isearch.el (isearch-query-replace): Let-bind
5970 replace-lax-whitespace to isearch-lax-whitespace and
5971 replace-regexp-lax-whitespace to
5972 isearch-regexp-lax-whitespace. (Bug#10885)
5973
5974 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
5977
5978 2012-09-09 Alan Mackenzie <acm@muc.de>
5979
5980 * progmodes/cc-engine.el (c-state-cache-init):
5981 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
5982 (c-record-parse-state-state):
5983 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
5984
5985 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
5986
5987 * register.el (register-separator): Rename from
5988 separator-register. All uses changed. Doc fix.
5989 (register): Fix version.
5990
5991 2012-09-09 Chong Yidong <cyd@gnu.org>
5992
5993 * replace.el (query-replace-map): Bind four new symbols for
5994 requesting window scrolling.
5995
5996 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
5997 query-replace-map (Bug#8948).
5998
5999 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
6000
6001 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
6002 since they are now in query-replace-map.
6003
6004 * window.el (scroll-other-window-down): Make the arg optional.
6005
6006 2012-09-09 Chong Yidong <cyd@gnu.org>
6007
6008 * files.el (hack-local-variables-confirm): Use quit-window to kill
6009 the *Local Variables* buffer.
6010
6011 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6012
6013 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
6014 not just expect to be at its beginning. Adjust callees.
6015 Succeed when do-end block has no space before the pipe character.
6016 (ruby-brace-to-do-end): When the original block is one-liner,
6017 convert to multiline. Reindent the result.
6018
6019 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
6020
6021 * register.el (register): New group.
6022 (separator-register): New user option.
6023 (increment-register): Route it to `append-to-register', if
6024 register contains text. Implication is that `C-x r +' can now be
6025 used for appending to a text register (bug#12217).
6026 (append-to-register, prepend-to-register): Add separator based on
6027 `separator-register'.
6028
6029 2012-09-08 Alan Mackenzie <acm@muc.de>
6030
6031 AWK Mode: make auto-newline work when there's "==" in the pattern.
6032 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
6033 correctly.
6034 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
6035 Test more rigorously for "=" token.
6036
6037 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
6038
6039 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
6040 Only fail when reached LIMIT.
6041
6042 2012-09-08 Chong Yidong <cyd@gnu.org>
6043
6044 * dired.el (dired-mode-map): Don't bind M-=.
6045
6046 * dired-aux.el (dired-diff): Use backup file as default.
6047
6048 2012-09-08 Drew Adams <drew.adams@oracle.com>
6049
6050 * subr.el (add-to-history): Fix delete usage (Bug#12314).
6051
6052 2012-09-08 Chong Yidong <cyd@gnu.org>
6053
6054 * subr.el (syntax-after, syntax-class): Doc fix.
6055
6056 2012-09-08 Martin Rudalics <rudalics@gmx.at>
6057
6058 * window.el (display-buffer-in-previous-window): New buffer
6059 display action function.
6060
6061 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
6062 (debugger-previous-window): New variable.
6063 (debug): Rewrite using display-buffer-in-previous-window,
6064 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
6065
6066 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
6069
6070 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
6071
6072 * progmodes/python.el (python-shell-send-string):
6073 When default-directory is remote, create temp file on remote
6074 filesystem.
6075 (python-shell-send-file): When file is remote, pass local view of
6076 file paths to remote Python interpreter. (Bug#12340)
6077
6078 2012-09-07 Chong Yidong <cyd@gnu.org>
6079
6080 * window.el (switch-to-buffer): Doc fix (Bug#12181).
6081
6082 * files.el (after-find-file): Don't fail on a read-only buffer if
6083 require-final-newline is `visit' or `visit-save' (Bug#11156).
6084
6085 * subr.el (read-char-choice): Allow quitting via ESC ESC.
6086
6087 * userlock.el (ask-user-about-supersession-threat):
6088 Use read-char-choice (Bug#12093).
6089
6090 2012-09-07 Chong Yidong <cyd@gnu.org>
6091
6092 * subr.el (buffer-narrowed-p): New function.
6093
6094 * ses.el (ses-widen):
6095 * simple.el (count-words--buffer-message):
6096 * net/browse-url.el (browse-url-of-buffer): Use it.
6097
6098 * simple.el (count-words-region): Don't signal an error if there
6099 is a non-nil prefix arg and the mark is not set.
6100
6101 * help.el (describe-key-briefly): Allow the message to be seen
6102 when invoked from the minibuffer (Bug#7014).
6103
6104 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6105
6106 * progmodes/ruby-mode.el (ruby-end-of-defun)
6107 (ruby-beginning-of-defun): Simplify, allow indentation before
6108 block beginning and end keywords.
6109 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
6110 (ruby-end-of-defun): Expect that the point is at the beginning of
6111 the defun.
6112
6113 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6114
6115 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
6116 (bug#12367).
6117 (cl--make-usage-args): Strip _ from argument names.
6118
6119 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6120
6121 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
6122 obsolete alias speedbar-key-map.
6123 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
6124 (vhdl-index-menu-init): Don't use obsolete variable
6125 font-lock-maximum-size.
6126
6127 2012-09-06 Chong Yidong <cyd@gnu.org>
6128
6129 * frame.el (window-system-version): Mark as obsolete.
6130
6131 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
6132 of obsolete variable speedbar-key-map.
6133
6134 2012-09-06 Juri Linkov <juri@jurta.org>
6135
6136 * replace.el (replace-lax-whitespace): New defcustom.
6137 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6138 (replace-string, replace-regexp): Mention it in docstrings.
6139 (perform-replace, replace-highlight): Let-bind
6140 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
6141 to the values of replace-lax-whitespace and regexp-flag.
6142 Don't let-bind search-whitespace-regexp. (Bug#10885)
6143
6144 * isearch.el (isearch-query-replace): Let-bind
6145 replace-lax-whitespace instead of let-binding
6146 replace-search-function and replace-re-search-function.
6147 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
6148 and isearch-regexp-lax-whitespace to lazy-highlight variables.
6149 (isearch-toggle-symbol): Set isearch-regexp to nil
6150 in isearch-word mode (like in isearch-toggle-word).
6151
6152 2012-09-06 Juri Linkov <juri@jurta.org>
6153
6154 * replace.el (replace-search-function)
6155 (replace-re-search-function): Set default values to nil.
6156 (perform-replace): Let-bind isearch-related variables based on
6157 replace-related values, call `isearch-search-fun' and let-bind
6158 the result to `search-function'. Remove code that sets
6159 `search-function' and `search-string' separately for
6160 `delimited-flag'.
6161 (replace-highlight): Add new argument `delimited-flag' and
6162 rename other arguments to the names used in `perform-replace'.
6163 Let-bind `isearch-word' to the argument `delimited-flag'.
6164 (Bug#10885, bug#10887)
6165
6166 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
6167
6168 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
6169 ruby-beginning-of-indent, simplify, allow all keywords to have
6170 indentation before them.
6171 (ruby-beginning-of-indent): Adjust for above. Search until the
6172 found point is not inside a string or comment.
6173 (ruby-font-lock-keywords): Allow symbols to start with "@"
6174 character, give them higher priority than variables.
6175 (ruby-syntax-propertize-function)
6176 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
6177 matchers. Expression expansions are not comments when inside a
6178 string, and there comment syntax status is irrelevant.
6179 (ruby-match-expression-expansion): New function. Check that
6180 expression expansion is inside a string, and it's not escaped.
6181 (ruby-font-lock-keywords): Use it.
6182
6183 2012-09-05 Martin Rudalics <rudalics@gmx.at>
6184
6185 * help.el (temp-buffer-max-height): New default value.
6186 (temp-buffer-resize-frames): New option.
6187 (resize-temp-buffer-window): Optionally resize frame.
6188
6189 * window.el (fit-frame-to-buffer-bottom-margin): New option.
6190 (fit-frame-to-buffer): New function.
6191
6192 2012-09-05 Glenn Morris <rgm@gnu.org>
6193
6194 * emulation/cua-rect.el (cua--init-rectangles):
6195 * textmodes/picture.el (picture-mode-map):
6196 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
6197 like forward-char and backward-char. (Bug#12317)
6198
6199 2012-09-05 Leo Liu <sdl.web@gmail.com>
6200
6201 * progmodes/flymake.el (flymake-warning-re): New variable.
6202 (flymake-parse-line): Use it.
6203
6204 2012-09-05 Glenn Morris <rgm@gnu.org>
6205
6206 * calendar/holidays.el (holiday-christian-holidays):
6207 Rename an entry. (Bug#12289)
6208
6209 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
6212 (bug#12222).
6213
6214 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * loadup.el: Load macroexp. Remove hack.
6217 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
6218 (macroexp--expand-all): Use it to get better warnings.
6219 (macroexp--backtrace, macroexp--trim-backtrace-frame)
6220 (internal-macroexpand-for-load): New functions.
6221 (macroexp--pending-eager-loads): New var.
6222 (emacs-startup-hook): New hack to replace one in loadup.el.
6223 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
6224 (cl--compiler-macro-cXXr): Move to top, before they can be used.
6225 (cl-psetf): Simplify.
6226 (cl-defstruct): Add indent rule.
6227
6228 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
6229
6230 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
6231 over `user-mail-address' for the SMTP MAIL FROM envelope.
6232 (smtpmail-via-smtp): Ditto.
6233
6234 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
6235
6236 * progmodes/ruby-mode.el: Clean up keybindings.
6237 (ruby-mode-map): Don't bind ruby-electric-brace,
6238 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
6239 backward-kill-word, reindent-then-newline-and-indent.
6240 (ruby-mark-defun): Remove.
6241 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
6242 (ruby-mode): Set local beginning-of-defun-function and
6243 end-of-defun-function values.
6244
6245 2012-09-03 Martin Rudalics <rudalics@gmx.at>
6246
6247 * window.el (temp-buffer-window-setup-hook)
6248 (temp-buffer-window-show-hook): New hooks.
6249 (temp-buffer-window-setup, temp-buffer-window-show)
6250 (with-temp-buffer-window): New functions.
6251 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
6252 (special-display-popup-frame): Make sure the window used shows BUFFER.
6253
6254 * help.el (temp-buffer-resize-mode): Fix doc-string.
6255 (resize-temp-buffer-window): New optional argument WINDOW.
6256
6257 * files.el (recover-file, save-buffers-kill-emacs):
6258 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
6259
6260 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
6261
6262 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
6263 remote definition of `default-directory', ensure we can connect.
6264
6265 2012-09-02 Juri Linkov <juri@jurta.org>
6266
6267 Toggle whitespace matching mode with M-s SPC.
6268 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
6269
6270 * isearch.el (search-whitespace-regexp): Doc fix.
6271 Remove cons cell customization.
6272 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
6273 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
6274 New variables.
6275 (isearch-forward, isearch-forward-regexp): Doc fix.
6276 (isearch-toggle-lax-whitespace): New command.
6277 (search-forward-lax-whitespace, search-backward-lax-whitespace)
6278 (re-search-forward-lax-whitespace)
6279 (re-search-backward-lax-whitespace): New functions.
6280 (isearch-whitespace-regexp): Remove function.
6281 (isearch-query-replace): Let-bind replace-search-function and
6282 replace-re-search-function.
6283 (isearch-occur): Let-bind search-spaces-regexp according to the
6284 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
6285 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
6286 condition for C-q SPC.
6287 (isearch-search-fun-default): Use new functions mentioned above.
6288 (isearch-search-forward, isearch-search-backward): Remove functions.
6289 (isearch-search): Don't let-bind search-spaces-regexp.
6290 (isearch-lazy-highlight-space-regexp): Remove variable.
6291 (isearch-lazy-highlight-lax-whitespace)
6292 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
6293 (isearch-lazy-highlight-new-loop): Use them.
6294 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
6295
6296 2012-09-02 Chong Yidong <cyd@gnu.org>
6297
6298 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
6299
6300 2012-09-02 Glenn Morris <rgm@gnu.org>
6301
6302 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
6303
6304 2012-09-01 Glenn Morris <rgm@gnu.org>
6305
6306 * term.el: Tidy up menu definitions.
6307 (term-mode-map): Use easymenu for In/Out, Complete menus.
6308 (term-pager-break-map): Initialize in the defvar.
6309 (term-terminal-menu, term-signals-menu): Define with easymenu.
6310 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
6311 (term-pager-menu): New, extracted from term-process-pager.
6312 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
6313 (term-update-mode-line): Propertize line/char and page items.
6314 (term-process-pager): Move keymap initialization elsewhere.
6315
6316 2012-09-01 Martin Rudalics <rudalics@gmx.at>
6317
6318 * window.el (switch-to-prev-buffer): Handle additional values of
6319 BURY-OR-KILL argument. Don't switch in minibuffer window.
6320 (switch-to-next-buffer): Don't switch in minibuffer window.
6321 (quit-restore-window): New function based on quit-window.
6322 Handle additional values of former KILL argument.
6323 (quit-window): Call quit-restore-window with appropriate
6324 interpretation of KILL argument.
6325 (display-buffer-below-selected): New buffer display action
6326 function.
6327
6328 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * minibuffer.el (completion-at-point-functions): Complete docstring
6331 (bug#12254).
6332
6333 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
6334
6335 Better seed support for (random).
6336 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
6337 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
6338 * play/mpuz.el, play/tetris.el, play/zone.el:
6339 * calc/calc-comb.el (math-init-random-base):
6340 * play/blackbox.el (bb-init-board):
6341 * play/life.el (life):
6342 * server.el (server-use-tcp):
6343 * type-break.el (type-break):
6344 Remove unnecessary call to (random t).
6345 * net/sasl.el (sasl-unique-id-function):
6346 Change (random t) to (random), now that the latter is more random.
6347 * play/life.el (life-initialized): Remove no-longer-needed var.
6348
6349 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
6350
6351 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
6352 Consider frame's buffer predicate when choosing the buffer.
6353 (Bug#12081)
6354
6355 2012-08-30 Richard Stallman <rms@gnu.org>
6356
6357 * simple.el (special-mode-map): Delete binding for `z'.
6358
6359 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
6360
6361 * progmodes/compile.el (compilation-always-kill): Doc fix.
6362
6363 2012-08-30 Chong Yidong <cyd@gnu.org>
6364
6365 * window.el (display-buffer-reuse-frames): Make the obsolescence
6366 message more informative.
6367
6368 2012-08-30 Glenn Morris <rgm@gnu.org>
6369
6370 * paren.el (show-paren-delay):
6371 Add a :set function. Doc fix. (Bug#12297)
6372
6373 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
6374
6375 * progmodes/compile.el (compilation-always-kill): New var.
6376 (compilation-start): Use it.
6377
6378 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * simple.el (read-only-mode): Move from files.el for bootstrapping.
6381 * files.el (read-only-mode): Move to simple.el.
6382
6383 * files.el (read-only-mode): New minor mode.
6384 (toggle-read-only): Use it and mark obsolete.
6385 (find-file--read-only):
6386 * vc/vc.el (vc-next-action, vc-checkout):
6387 * vc/vc-cvs.el (vc-cvs-checkout):
6388 * obsolete/vc-mcvs.el (vc-mcvs-update):
6389 * ffap.el (ffap--toggle-read-only): Update callers.
6390
6391 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
6392
6393 * eshell/esh-ext.el (eshell-external-command): Do not examine
6394 remote shell scripts.
6395 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
6396
6397 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
6398 "/usr/local/sbin".
6399
6400 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
6403
6404 2012-08-28 Leo Liu <sdl.web@gmail.com>
6405
6406 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
6407 completion-at-point. (Bug#12220)
6408
6409 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
6410
6411 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
6412
6413 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
6416 be buffer-local; add delete-trailing-whitespace (bug#12259).
6417
6418 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
6419
6420 * progmodes/hideif.el (hif-compress-define-list):
6421 Fix typo. (Bug#11951)
6422
6423 2012-08-28 Dan Nicolaescu <dann@gnu.org>
6424
6425 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
6426 buffer local setting.
6427
6428 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
6429 rcirc-encode-coding-system.
6430
6431 2012-08-28 Leo Liu <sdl.web@gmail.com>
6432
6433 * net/rcirc.el (rcirc-split-message): New function.
6434 (rcirc-send-message): Use it. (Bug#12051)
6435
6436 2012-08-28 Juri Linkov <juri@jurta.org>
6437
6438 * info.el (Info-fontify-node): Hide empty lines at the end of
6439 the node. (Bug#12272)
6440
6441 2012-08-27 Drew Adams <drew.adams@oracle.com>
6442
6443 * dired.el (dired-pop-to-buffer): Make window start at beginning
6444 of buffer (Bug#12281).
6445
6446 2012-08-26 Chong Yidong <cyd@gnu.org>
6447
6448 * window.el (special-display-regexps, special-display-frame-alist)
6449 (special-display-buffer-names, special-display-function)
6450 (display-buffer-reuse-frames): Mark as obsolete.
6451
6452 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
6453
6454 * help.el (help-print-return-message): Don't treat
6455 display-buffer-reuse-frames specially.
6456
6457 2012-08-26 Chong Yidong <cyd@gnu.org>
6458
6459 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
6460 New variable, replacing gdb-frame-parameters.
6461 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
6462 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
6463 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
6464 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
6465 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
6466 the functions directly with gdb-display-buffer-other-frame-action.
6467 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
6468 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
6469 (gdb-display-stack-buffer, gdb-display-locals-buffer)
6470 (gdb-display-registers-buffer): Define directly.
6471 (def-gdb-display-buffer): Macro deleted.
6472 (gdb-display-buffer): Remove second and third args, callers don't
6473 use them. Defer to the default display-buffer behavior, apart
6474 from making windows dedicated.
6475 (gdb-setup-windows): Don't call display-buffer unnecessarily.
6476
6477 * progmodes/gud.el (gud-display-line): Just use display-buffer.
6478
6479 * window.el (display-buffer-pop-up-frame): Handle a
6480 pop-up-frame-parameters alist entry.
6481 (display-buffer): Document it.
6482
6483 2012-08-26 Chong Yidong <cyd@gnu.org>
6484
6485 * isearch.el (search-whitespace-regexp): Make string and nil
6486 values apply to both ordinary and regexp search. Allow a cons
6487 cell value to distinguish between the two.
6488 (isearch-whitespace-regexp, isearch-search-forward)
6489 (isearch-search-backward): New functions.
6490 (isearch-occur, isearch-search-fun-default, isearch-search)
6491 (isearch-lazy-highlight-new-loop): Use them.
6492 (isearch-forward, isearch-forward-regexp): Doc fix.
6493
6494 2012-08-26 Chong Yidong <cyd@gnu.org>
6495
6496 * faces.el (help-argument-name): Always inherit from italic
6497 (Bug#12213).
6498
6499 2012-08-25 Martin Rudalics <rudalics@gmx.at>
6500
6501 * window.el (window--even-window-heights): Even heights when
6502 WINDOW and the selected window form a vertical combination.
6503 (display-buffer-use-some-window): Provide that window used gets
6504 sized back by quit-window. (Bug#11880) and (Bug#12091)
6505
6506 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
6507
6508 Fix file time stamp problem with bzr and CVS (Bug#12001).
6509 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
6510 in the file's time stamp, since the version control system loses
6511 that information.
6512
6513 2012-08-22 Juri Linkov <juri@jurta.org>
6514
6515 * info.el (Info-fontify-node): Hide the suffix of the
6516 Info file name in the header line. (Bug#12187)
6517
6518 2012-08-22 Glenn Morris <rgm@gnu.org>
6519
6520 * calendar/cal-tex.el (cal-tex-weekly-common):
6521 Restore leading blank page.
6522
6523 2012-08-22 Le Wang <l26wang@gmail.com>
6524
6525 * misc.el (forward-to-word, backward-to-word): Activate or extend
6526 the region under `shift-select-mode'. (Bug#12231)
6527
6528 2012-08-22 Bastien Guerry <bzg@gnu.org>
6529
6530 * progmodes/executable.el (executable-prefix): Set to "#!" instead
6531 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
6532 gives details on why the space is never needed.
6533
6534 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6535
6536 * window.el (walk-window-tree, window-with-parameter):
6537 New optional argument MINIBUF to control whether these functions
6538 should run on the minibuffer window.
6539 (window-at-side-list): Don't operate on minibuffer window.
6540 (window-in-direction): Simplify and rewrite doc-string.
6541 (window--size-ignore): Rename to window--size-ignore-p.
6542 Update callers.
6543 (display-buffer-in-atom-window, window--major-non-side-window)
6544 (window--major-side-window, display-buffer-in-major-side-window)
6545 (delete-side-window, display-buffer-in-side-window):
6546 New functions.
6547 (window--side-check, window-deletable-p, delete-window)
6548 (delete-other-windows, split-window): Handle side windows and
6549 atomic windows appropriately.
6550 (window--display-buffer): Call display-buffer-record-window also
6551 when the window buffer did not change.
6552
6553 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
6554
6555 * help-fns.el (help-fns--key-bindings):
6556 Abbreviate non-symbol remap targets. (Bug#12174)
6557
6558 2012-08-22 Martin Rudalics <rudalics@gmx.at>
6559
6560 * dired.el (dired-mark-remembered): Don't clobber point.
6561 (Bug#11795)
6562
6563 2012-08-22 Glenn Morris <rgm@gnu.org>
6564
6565 * progmodes/bug-reference.el (bug-reference): New custom group.
6566 (bug-reference-bug-regexp): Make it a defcustom.
6567
6568 2012-08-22 Daiki Ueno <ueno@unixuser.org>
6569
6570 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
6571 (js-paren-indent-offset, js-square-indent-offset)
6572 (js-curly-indent-offset): Add :safe (Bug#12257).
6573
6574 2012-08-22 Edward O'Connor <hober0@gmail.com>
6575
6576 * json.el (json-key-format): Add error properties.
6577 (json-encode-key): New function.
6578 (json-encode-hash-table, json-encode-alist, json-encode-plist):
6579 Use json-encode-key.
6580
6581 2012-08-22 Glenn Morris <rgm@gnu.org>
6582
6583 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
6584 (cal-tex-leftday, cal-tex-rightday): Remove functions.
6585 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
6586 Update for above change.
6587
6588 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
6589
6590 * cus-face.el (custom-face-attributes): Fix customize type for the
6591 :underline attribute. (Bug#11805)
6592
6593 2012-08-21 Martin Rudalics <rudalics@gmx.at>
6594
6595 * window.el (window-point-1, set-window-point-1): Remove.
6596 (window-in-direction, record-window-buffer)
6597 (set-window-buffer-start-and-point, split-window-below)
6598 (window--state-get-1, display-buffer-record-window):
6599 Replace calls to window-point-1 and set-window-point-1 by calls to
6600 window-point and set-window-point respectively.
6601
6602 2012-08-21 Glenn Morris <rgm@gnu.org>
6603
6604 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
6605 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
6606 Use it.
6607
6608 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
6609 (cal-tex-shortday): New function.
6610 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
6611 (cal-tex-cursor-filofax-daily): Use the above.
6612
6613 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
6614 New functions.
6615 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6616 (cal-tex-cursor-filofax-week): Use them.
6617
6618 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
6619 New constants.
6620 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
6621 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
6622
6623 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
6624 (cal-tex-end-document): Don't rely on buffer name.
6625
6626 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
6627 Use cal-tex-vspace.
6628 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
6629 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
6630 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
6631 Use cal-tex-arg.
6632
6633 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
6634 (cal-tex-cursor-week, cal-tex-cursor-week2)
6635 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
6636 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6637 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
6638 (cal-tex-insert-preamble, cal-tex-b-document)
6639 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
6640 Improve cal-tex-cmd usage.
6641
6642 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
6643 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
6644 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
6645 (cal-tex-weekly-paper): New function.
6646 (cal-tex-cursor-week, cal-tex-cursor-week2)
6647 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
6648 (cal-tex-cursor-day): Use it.
6649
6650 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
6651 (cal-tex-cursor-filofax-week): Remove leading blank page.
6652
6653 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6654 Add autoload cookie. For now at least, don't use color, since
6655 no other cal-tex function does.
6656
6657 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
6658 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
6659 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
6660
6661 2012-08-21 Juri Linkov <juri@jurta.org>
6662
6663 * info.el (Info-file-attributes): New variable.
6664 (info-insert-file-contents): Add file attributes to
6665 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
6666 `Info-toc-nodes' when previous modtime of the Info file is less
6667 than new modtime.
6668 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
6669 of info.el. (Bug#12230)
6670
6671 2012-08-20 Glenn Morris <rgm@gnu.org>
6672
6673 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
6674 * calendar/holidays.el (calendar-holiday-list):
6675 Report errors with display-warning rather than beep'n'sleep.
6676
6677 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
6678
6679 * net/tramp.el (tramp-accept-process-output): Accept only output
6680 from PROC. Otherwise, process filters and sentinels might be
6681 confused. (Bug#12145)
6682
6683 2012-08-20 Chong Yidong <cyd@gnu.org>
6684
6685 * descr-text.el (describe-text-properties-1): Use overlays-in to
6686 report on empty overlays (Bug#3322).
6687
6688 2012-08-20 Glenn Morris <rgm@gnu.org>
6689
6690 * mail/rmailout.el (rmail-output-read-file-name):
6691 Trap and report errors in rmail-output-file-alist elements.
6692
6693 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
6694 since most non-font-lock faces are not also variables).
6695
6696 2012-08-20 Edward Reingold <reingold@iit.edu>
6697
6698 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
6699 New function. (Bug12160)
6700
6701 2012-08-19 Glenn Morris <rgm@gnu.org>
6702
6703 * mail/rmailout.el (rmail-output-read-file-name):
6704 Fix previous change (when the alist is nil or does not match).
6705
6706 2012-08-19 Chong Yidong <cyd@gnu.org>
6707
6708 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
6709 (Bug#12228).
6710
6711 2012-08-18 Chong Yidong <cyd@gnu.org>
6712
6713 * simple.el (yank-handled-properties): New defcustom.
6714 (yank-excluded-properties): Add font-lock-face and category.
6715 (yank): Doc fix.
6716
6717 * subr.el (remove-yank-excluded-properties):
6718 Obey yank-handled-properties. The special handling of font-lock-face
6719 and category is now done this way, instead of being hard-coded.
6720 (insert-for-yank-1): Remove font-lock-face handling.
6721 (yank-handle-font-lock-face-property)
6722 (yank-handle-category-property): New function.
6723
6724 2012-08-17 Glenn Morris <rgm@gnu.org>
6725
6726 * mail/rmailout.el (rmail-output-read-file-name):
6727 Check rmail-output-file-alist against the full message body
6728 in the correct rmail buffer. (Bug#12214)
6729
6730 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
6731
6732 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6733 Eliminate superfluous prompt. (Bug#12203)
6734
6735 2012-08-17 Chong Yidong <cyd@gnu.org>
6736
6737 * mouse.el (mouse-appearance-menu): If x-select-font returns a
6738 font spec, set the font directly (Bug#3228).
6739
6740 2012-08-17 Martin Rudalics <rudalics@gmx.at>
6741
6742 * window.el (delete-window): Fix last fix.
6743
6744 2012-08-16 Martin Rudalics <rudalics@gmx.at>
6745
6746 * window.el (window-valid-p): Move to window.c.
6747 (window-child, window-child-count, window-last-child)
6748 (window-normalize-window, window-combined-p)
6749 (window-combinations, window-atom-root, window-min-size)
6750 (window-sizable, window-sizable-p, window-size-fixed-p)
6751 (window-min-delta, window-max-delta, window--resizable)
6752 (window--resizable-p, window-resizable, window-total-size)
6753 (window-full-height-p, window-full-width-p, window-body-size)
6754 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
6755 (minimize-window, window-deletable-p, delete-window)
6756 (delete-other-windows, set-window-buffer-start-and-point)
6757 (next-buffer, previous-buffer, split-window, balance-windows-2)
6758 (set-window-text-height, window-buffer-height)
6759 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
6760 (truncated-partial-width-window-p): Minor code adjustments.
6761 In doc-strings state whether the argument window has to denote a
6762 live, valid or any window.
6763
6764 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
6765
6766 * progmodes/subword.el (subword-forward-function)
6767 (subword-backward-function, subword-forward-regexp)
6768 (subword-backward-regexp): New variables.
6769 (subword-forward, subword-forward-internal, subword-backward-internal):
6770 Use new variables, eg so that different "word" definitions
6771 can be easily used. (Bug#11411)
6772
6773 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6774
6775 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
6776 for composite selectors.
6777 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
6778 operation just because we can't find a previous revision.
6779
6780 2012-08-15 Chong Yidong <cyd@gnu.org>
6781
6782 * frame.el (set-frame-font): Accept font objects.
6783
6784 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
6787
6788 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
6789
6790 * man.el (Man-overstrike-face, Man-underline-face)
6791 (Man-reverse-face): Remove variables.
6792 (Man-overstrike, Man-underline, Man-reverse): New faces.
6793 (Man-fontify-manpage): Use them instead of the variables.
6794 (Man-cleanup-manpage): Comment change.
6795 (Man-ansi-color-map): New variable.
6796 (Man-fontify-manpage): Use it.
6797 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
6798
6799 Implement ANSI SGR parameters 22-27 (bug#12146).
6800 * ansi-color.el (ansi-colors): Doc fix.
6801 (ansi-color-context, ansi-color-context-region): Doc fix.
6802 (ansi-color--find-face): New function.
6803 (ansi-color-apply, ansi-color-apply-on-region): Use it.
6804 Rename the local variable `face' to `codes' since it is now a list of
6805 ansi codes. Doc fix.
6806 (ansi-color-get-face): Remove.
6807 (ansi-color-parse-sequence): New function, derived from
6808 ansi-color-get-face.
6809 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
6810 codes 22-27.
6811
6812 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * subr.el (read-passwd): Allow use from a minibuffer.
6815
6816 2012-08-14 Eli Zaretskii <eliz@gnu.org>
6817
6818 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
6819 inside comments and strings as identifiers.
6820
6821 * progmodes/gud.el (gud-tooltip-print-command): Quote the
6822 expression to evaluate. This allows to evaluate expressions with
6823 embedded whitespace.
6824 (gud-tooltip-tips): Add a blank before the newline in the
6825 message-box text, for the benefit of message-box emulation on
6826 MS-Windows.
6827
6828 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
6829 messages from GDB, pop them up in a tooltip to give feedback to
6830 user.
6831 (gdb-tooltip-print-1): Quote the expression to evaluate.
6832 This allows to evaluate expressions with embedded whitespace.
6833 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
6834 if the TTY name is nil or empty (which happens when communicating
6835 with the inferior via pipes, e.g. on MS-Windows).
6836 (gdb-internals): If GDB sends a "&\n" empty debugging message,
6837 don't send that to the GUD buffer.
6838
6839 2012-08-14 Glenn Morris <rgm@gnu.org>
6840
6841 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
6842 Optimize away setq-default with no args, as for setq. (Bug#12195)
6843
6844 2012-08-14 Chong Yidong <cyd@gnu.org>
6845
6846 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
6847
6848 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
6849 (Bug#12085).
6850
6851 2012-08-14 Glenn Morris <rgm@gnu.org>
6852
6853 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
6854
6855 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
6856
6857 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
6858 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6859 Use cached shell name.
6860
6861 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6862
6863 * progmodes/python.el (python-shell-send-string):
6864 (python-shell-send-setup-code): Do not use `format' with `message'.
6865
6866 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
6867
6868 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
6869 (ruby-percent-literal-beg-re): New constant.
6870 (ruby-syntax-general-delimiters-goto-beg): Rename to
6871 `ruby-syntax-enclosing-percent-literal', improve literal type check.
6872 (ruby-syntax-propertize-general-delimiters): Rename to
6873 `ruby-syntax-propertize-percent-literal', it's a shorter and more
6874 popular term. Adjust comments everywhere.
6875 (ruby-syntax-propertize-percent-literal): Only propertize when not
6876 inside a simple string or comment. When the literal is unclosed,
6877 leave the text after it unpropertized.
6878 (ruby-syntax-methods-before-regexp): New constant.
6879 (ruby-syntax-propertize-function): Use it to recognize regexps.
6880 Don't look at the text after regexp, just use the whitelist.
6881
6882 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
6883
6884 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
6885 non-nil always load the compiled file if it exists. (Bug#12197)
6886
6887 2012-08-14 Chong Yidong <cyd@gnu.org>
6888
6889 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
6890 (hi-lock-set-pattern): When deciding whether to use font lock or
6891 overlays, look at font-lock-mode instead of font-lock-fontified
6892 (Bug#12168).
6893 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
6894 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
6895
6896 2012-08-14 Daiki Ueno <ueno@unixuser.org>
6897
6898 * subr.el (internal--after-with-selected-window): Fix typo
6899 (Bug#12193).
6900
6901 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
6902
6903 Use `completion-table-dynamic' for completion functions.
6904 * progmodes/python.el
6905 (python-shell-completion--do-completion-at-point)
6906 (python-shell-completion--get-completions):
6907 Remove functions.
6908 (python-shell-completion-complete-at-point): New function.
6909 (python-completion-complete-at-point): Use it.
6910
6911 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
6912
6913 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
6914 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
6915
6916 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * subr.el (function-get): Refine `autoload' arg so it can also
6919 autoload functions for gv.el (bug#12191).
6920 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
6921 autoloads macros.
6922
6923 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
6924 Prefer pcase-let over destructuring-bind.
6925 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
6926 Also, remove whitespace as we go, rather than after accumulating the
6927 various places.
6928
6929 * subr.el (internal--before-with-selected-window)
6930 (internal--after-with-selected-window): Fix typo seleted->selected.
6931 (with-selected-window): Adjust callers.
6932 Reported by Dmitry Gutov <dgutov@yandex.ru>.
6933
6934 2012-08-13 Bastien Guerry <bzg@gnu.org>
6935
6936 * window.el (special-display-popup-frame): Minor docstring
6937 enhancement. (Bug#12172)
6938
6939 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
6940
6941 * tar-mode.el (tar-header-data-end): Only ignore size for files of
6942 type 1-6.
6943 (tar-header-block-summarize, tar-get-descriptor): Handle pax
6944 extended headers.
6945
6946 * files.el (hack-local-variables-filter): Remove useless eval.
6947
6948 2012-08-13 Martin Rudalics <rudalics@gmx.at>
6949
6950 * subr.el (with-selected-window): Fix last change.
6951
6952 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6953
6954 * subr.el (internal--before-with-seleted-window)
6955 (internal--after-with-seleted-window): New functions.
6956 (with-selected-window): Use them, to replace dependency on
6957 tty-top-frame.
6958
6959 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
6960
6961 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
6962 binding for `newline'.
6963 (ruby-move-to-block): When moving backward, stop at block opening,
6964 not indentation.
6965 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
6966 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
6967 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6968 `ruby-toggle-block'.
6969
6970 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
6971
6972 * ibuffer.el (ibuffer-do-toggle-read-only):
6973 * dired.el (dired-toggle-read-only):
6974 * buff-menu.el (Buffer-menu-toggle-read-only):
6975 * bindings.el (mode-line-toggle-read-only):
6976 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
6977
6978 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
6979
6980 * descr-text.el (describe-char): Put the overlays over the
6981 "displayed as" character.
6982
6983 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
6984
6985 * calc/calc-units.el (math-default-units-table): Give an
6986 initial value.
6987 (math-put-default-units): Add options to put composite units and
6988 unit systems in the default units table.
6989 (calc-convert-units): Send composite units to
6990 `math-put-default-units' when appropriate.
6991
6992 2012-08-11 Glenn Morris <rgm@gnu.org>
6993
6994 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
6995
6996 * tutorial.el (help-with-tutorial):
6997 * emacs-lisp/copyright.el (copyright-update-directory):
6998 * emacs-lisp/autoload.el (autoload-find-generated-file)
6999 (autoload-find-file): Disable local eval: (for insurance).
7000
7001 * files.el (hack-local-variables-filter): If an eval: form is not
7002 known to be safe, and enable-local-variables is :safe, then ignore
7003 the form totally, as is done for non-eval forms. (Bug#12155)
7004 This is CVE-2012-3479.
7005
7006 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
7009 (rx-form): Simplify.
7010
7011 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
7012
7013 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
7014 ?, _, and : are symbol constituents, ! is not (but kinda should be).
7015 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
7016 (ruby-syntax-propertize-function): Adjust for changes in
7017 `ruby-syntax-propertize-heredoc'.
7018
7019 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
7020
7021 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
7022 binding (use `M-;' instead).
7023 (ruby-singleton-class-p): New function.
7024 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
7025
7026 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
7029
7030 2012-08-10 Chong Yidong <cyd@gnu.org>
7031
7032 * progmodes/python.el (python-shell-get-process-name): Don't mess
7033 with same-window-buffer-names.
7034
7035 * eshell/eshell.el (eshell-add-to-window-buffer-names)
7036 (eshell-remove-from-window-buffer-names): Make obsolete.
7037 (eshell-buffer-name, eshell-unload-hook): Don't use them.
7038 (eshell): Just use pop-to-buffer-same-window instead.
7039
7040 2012-08-10 Chong Yidong <cyd@gnu.org>
7041
7042 * bindings.el: Bind M-= back to count-words-region.
7043
7044 * simple.el (count-words-region): Accept a prefix arg for acting
7045 on the entire buffer.
7046 (count-words--buffer-message): New helper function.
7047
7048 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
7051 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
7052 (event-start, event-end): Use posn-at-point to return a more
7053 informative posn.
7054 (posnp): New function.
7055 * mouse.el (popup-menu-normalize-position): Use it.
7056
7057 2012-08-10 Masatake YAMATO <yamato@redhat.com>
7058
7059 * mouse.el (popup-menu-normalize-position): New function.
7060 (popup-menu): Use `popup-menu-normalize-position' to normalize
7061 the form for POSITION argument.
7062
7063 * term/x-win.el (x-menu-bar-open):
7064 Use the value returend from (posn-at-point) as position
7065 passed to `popup-menu'.
7066
7067 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7068
7069 * calc/calccomp.el (math-compose-expr): Add extra argument
7070 indicating that parentheses should be put around products in
7071 denominators. Give multiplication precedence over division during
7072 composition.
7073
7074 2012-08-09 Chong Yidong <cyd@gnu.org>
7075
7076 * man.el (Man-switches, Man-sed-command, Man-awk-command)
7077 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
7078 (Man-untabify-command, manual-program): Convert to defcustom
7079 (Bug#10429).
7080
7081 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
7082
7083 * descr-text.el (describe-char): Don't insert extra newlines
7084 (Bug#10127).
7085
7086 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
7087 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
7088
7089 * align.el (align-region): Delete temporary markers (Bug#10047).
7090 Plus some code cleanups.
7091
7092 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7093
7094 * progmodes/python.el (python-pdbtrack-tracked-buffer)
7095 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
7096 (python-shell-internal-last-output): Use make-local-variable
7097 instead of make-variable-buffer-local.
7098
7099 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
7100
7101 * progmodes/python.el: Enhancements to forward-sexp.
7102 (python-nav-forward-sexp): Rename from
7103 python-nav-forward-sexp-function.
7104 (python-nav--forward-sexp, python-nav--backward-sexp):
7105 New functions.
7106
7107 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
7108
7109 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
7110 modes and simplification modes.
7111
7112 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * delsel.el (delete-selection-pre-hook): Don't propagate the
7115 file-supersession signals (bug#12161).
7116
7117 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7118
7119 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
7120 (cl-map-extents): Add compatibility aliases (bug#12135).
7121
7122 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
7123
7124 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
7125 tests by `ignore-error'.
7126 (tramp-find-shell): Open also a new shell, when cache is already
7127 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
7128
7129 2012-08-08 Juri Linkov <juri@jurta.org>
7130
7131 * bookmark.el: Add `defaults' property to the bookmark record.
7132 (bookmark-current-buffer): Doc fix.
7133 (bookmark-make-record): Add `defaults' property with default values
7134 to the bookmark record.
7135 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
7136 with `bookmark-insert-current-bookmark'.
7137 (bookmark-set): Get `defaults' property from the bookmark record
7138 and use it in `read-from-minibuffer'.
7139 (bookmark-insert-current-bookmark): Remove function.
7140
7141 * info.el (Info-bookmark-make-record): Add `defaults' property
7142 with values of canonical Info node name, the current Info file
7143 name and the current Info node name. (Bug#12107)
7144
7145 2012-08-08 Juri Linkov <juri@jurta.org>
7146
7147 * files.el (basic-save-buffer): Use `buffer-name' as the default
7148 of `read-file-name' when buffer is not visiting a file (bug#12128).
7149
7150 2012-08-08 Juri Linkov <juri@jurta.org>
7151
7152 * info.el (Info-isearch-search): Doc fix.
7153 (Info-search): Change search-failed message from "initial node" to
7154 "end of node" (bug#12078).
7155 (Info-isearch-search): Change `isearch-string-state' to
7156 `isearch--state-string'.
7157
7158 2012-08-08 Glenn Morris <rgm@gnu.org>
7159
7160 * language/persian.el: Remove file.
7161 * language/misc-lang.el: Move unique part of persian.el here.
7162 * loadup.el: Remove language/persian.
7163
7164 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
7165
7166 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
7167
7168 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
7169
7170 * progmodes/python.el: Fix defsubst warning.
7171 (python-syntax-context) Rename from python-info-ppss-context.
7172 (python-syntax-context-type): Rename from
7173 python-info-ppss-context-type.
7174 (python-syntax-comment-or-string-p): Rename from
7175 python-info-ppss-comment-or-string-p.
7176
7177 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
7178
7179 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
7180
7181 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
7182
7183 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
7184 a defcustom that is quoted with backquote.
7185
7186 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
7187 Fix handling of interactive spec when the body uses return.
7188 (math-do-arg-check, math-define-function-body): Use backquote forms.
7189 * calc/calc-ext.el (math-defcache): Likewise.
7190 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
7191 * allout.el (allout-new-exposure): Likewise.
7192 * calc/calcalg2.el (math-tracing-integral): Likewise.
7193 * info.el (Info-last-menu-item): Likewise.
7194 * emulation/vip.el (vip-loop): Likewise.
7195 * textmodes/artist.el (artist-funcall): Likewise.
7196 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
7197 Construct menu-item directly.
7198
7199 * progmodes/autoconf.el (font-lock-syntactic-keywords):
7200 Don't declare.
7201
7202 2012-08-07 Chong Yidong <cyd@gnu.org>
7203
7204 * simple.el (deactivate-mark): Preserve text properties when
7205 saving the primary selection (Bug#8384).
7206
7207 2012-08-07 Kevin Ryde <user42@zip.com.au>
7208
7209 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
7210 (woman-parse-numeric-value): On a bad .IP line, issue a warning
7211 and continue processing (Bug#12110).
7212
7213 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
7216 syntax-propertize-function (bug#10095).
7217
7218 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * help-fns.el (help-fns--key-bindings, help-fns--signature)
7221 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
7222 describe-function-1.
7223 (describe-function-1): Use them. Move compiler macro after sig.
7224 (help-fns--compiler-macro): Use function-get. Assume we're already in
7225 standard-output. Adjust layout to new call order.
7226
7227 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
7228 re-binding a symbol that has a symbol-macro (bug#12119).
7229
7230 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
7231
7232 * language/persian.el: New file. (Bug#11812)
7233 * loadup.el: Add language/persian.el.
7234
7235 2012-08-06 Chong Yidong <cyd@gnu.org>
7236
7237 * window.el (window--maybe-raise-frame): New function.
7238 (window--display-buffer): Split off from here.
7239 (display-buffer-reuse-window, display-buffer-pop-up-frame)
7240 (display-buffer-pop-up-window, display-buffer-use-some-window):
7241 Obey an inhibit-switch-frame action alist entry.
7242 (display-buffer): Update doc.
7243
7244 * replace.el (occur-after-change-function): Avoid losing focus by
7245 using the inhibit-switch-frame display parameter (Bug#12139).
7246
7247 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
7248
7249 Make internal shell process buffer names start with space.
7250 * progmodes/python.el (python-shell-make-comint): Add optional
7251 argument INTERNAL.
7252 (run-python-internal): Use it.
7253 (python-shell-internal-get-or-create-process): Check for new
7254 internal buffer names.
7255
7256 2012-08-06 Glenn Morris <rgm@gnu.org>
7257
7258 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
7259 Do less getting and setting of environment variables.
7260
7261 2012-08-05 Chong Yidong <cyd@gnu.org>
7262
7263 * proced.el (proced): Add substitution string to docstring to
7264 trigger autoloading of the proced library on C-h f (Bug#1768).
7265
7266 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7267 Don't show defvars which have no second argument (Bug#8638).
7268
7269 * imenu.el (imenu-generic-expression): Move documentation here
7270 from imenu--generic-function.
7271 (imenu--generic-function): Refer to imenu-generic-expression.
7272
7273 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
7274
7275 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
7276 indentation declaration.
7277 (viper-loop): Add indentation declaration (Bug#7025).
7278
7279 2012-08-05 Chong Yidong <cyd@gnu.org>
7280
7281 * help-fns.el (describe-variable): Add hyperlink for
7282 directory-local variables files. Improve buffer-local and
7283 permanent-local reporting; suggested by MON KEY (Bug#6644).
7284
7285 * help-mode.el (help-dir-local-var-def): New button type.
7286
7287 * files.el (kill-buffer-hook): Provide a defvar.
7288
7289 2012-08-05 Glenn Morris <rgm@gnu.org>
7290
7291 * eshell/esh-ext.el (eshell/addpath):
7292 Also update eshell-path-env. (Bug#12013)
7293
7294 2012-08-05 Chong Yidong <cyd@gnu.org>
7295
7296 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
7297
7298 * fringe.el (fringe-styles): Add docstring.
7299 (fringe--check-mode): New function.
7300 (set-fringe-mode, set-fringe-style): Use it.
7301 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
7302
7303 * files.el (set-auto-mode): Fix invalid setq call.
7304
7305 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
7306
7307 * isearch.el: Misc simplification; use defstruct.
7308 (isearch-mode-map): Dense maps now work like sparse ones.
7309 (isearch--state): New defstruct.
7310 (isearch-string-state, isearch-message-state, isearch-point-state)
7311 (isearch-success-state, isearch-forward-state)
7312 (isearch-other-end-state, isearch-word-state, isearch-error-state)
7313 (isearch-wrapped-state, isearch-barrier-state)
7314 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
7315 replaced by defstruct's accessors.
7316 (isearch--set-state): Rename from isearch-top-state and change
7317 calling convention.
7318 (isearch-push-state): Use new isearch--get-state.
7319 (isearch-toggle-word): Disable regexp when enabling word.
7320 (isearch-message-prefix): Remove unused arg _c-q-hack.
7321 (isearch-message-suffix): Remove unused arg _ellipsis.
7322
7323 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
7324
7325 * simple.el (list-processes--refresh): For a server use :host or
7326 :local as the address.
7327 (list-processes): Doc fix.
7328
7329 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
7330
7331 * lisp/mpc.el: Support password in host argument.
7332 (mpc--proc-connect): Parse and use new password element.
7333 Set mpc-proc variable instead of returning process.
7334 (mpc-proc): Adjust accordingly.
7335
7336 2012-08-03 Eli Zaretskii <eliz@gnu.org>
7337
7338 * whitespace.el (whitespace-display-mappings): Use Unicode
7339 codepoints, instead of emacs-mule codepoints. See
7340 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
7341 for the details.
7342
7343 * files.el (file-truename): Don't skip symlink-chasing part on
7344 windows-nt. Incorporate the resolution of 8+3 short aliases on
7345 Windows into the loop that recursively chases symlinks.
7346 Compare directory and its parent case-insensitively on MS-Windows and
7347 MS-DOS.
7348
7349 2012-08-03 Chong Yidong <cyd@gnu.org>
7350
7351 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
7352
7353 * sort.el (sort-regexp-fields): Doc fix.
7354
7355 2012-08-03 Tassilo Horn <tsdh@gnu.org>
7356
7357 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
7358 labels regex position point at the expected place.
7359
7360 2012-08-03 MON KEY <monkey@sandpframing.com>
7361
7362 * net/imap.el (imap-interactive-login, imap-authenticate)
7363 (imap-mailbox-lsub, imap-mailbox-list)
7364 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
7365 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
7366 (imap-parse-response): Doc fix.
7367
7368 2012-08-03 João Távora <joaotavora@gmail.com>
7369
7370 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
7371 if sexp scanning does not move point (Bug#5734).
7372
7373 2012-08-02 Tassilo Horn <tsdh@gnu.org>
7374
7375 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
7376 Add listings, minted, and ctable packages.
7377 (reftex-label-alist-builtin): Move listings, minted, and ctable
7378 entries before LaTeX.
7379 (reftex-label-alist): Docfix.
7380
7381 2012-08-02 Bastien Guerry <bzg@gnu.org>
7382
7383 * replace.el (occur): Fix docstring (bug#12122).
7384
7385 2012-08-02 Glenn Morris <rgm@gnu.org>
7386
7387 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
7388
7389 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
7390
7391 Obsolete alias inactivate-current-input-method-function (Bug#10150).
7392 * international/mule-cmds.el: Create
7393 inactivate-current-input-method-function as an obsolete alias for
7394 deactivate-current-input-method-function. See Katsumi Yamaoka in
7395 <http://bugs.gnu.org/10150#46>.
7396
7397 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
7398
7399 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
7400 of nested `if's.
7401
7402 2012-08-01 Glenn Morris <rgm@gnu.org>
7403
7404 * progmodes/autoconf.el (autoconf-definition-regexp):
7405 Add AH_TEMPLATE, adjust submatch numbering.
7406 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
7407 (autoconf-current-defun-function): Update for above change.
7408 (autoconf-current-defun-function): First skip to end of current word.
7409
7410 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
7411
7412 * calendar/cal-html.el (cal-html-insert-agenda-days):
7413 Fix typo. (Bug#12018)
7414
7415 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7416
7417 Shell processes: enhancements to startup and CEDET compatibility.
7418 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
7419 (python-shell-make-comint): accept-process-output at startup.
7420 (run-python-internal): Set inferior-python-mode-hook to nil.
7421 (python-shell-internal-get-or-create-process): call sit-for.
7422 (python-preoutput-result): Add obsolete alias.
7423 (python-shell-internal-send-string): Use it.
7424 (python-shell-send-setup-code): Remove call to
7425 accept-process-output.
7426
7427 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
7428
7429 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
7430 (Bug#12108)
7431
7432 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
7433
7434 * calc-mode.el (calc-basic-simplification-mode): Rename from
7435 `calc-limited-simplification-mode'.
7436 (calc-alg-simplification-mode): New function.
7437 (calc-set-simplify-mode): Adjust message.
7438
7439 * calc.el (calc-set-mode-line): Adjust mode line display for
7440 basic simplification mode.
7441
7442 * calc-help.el (calc-m-prefix-help): Update help message.
7443
7444 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
7445 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
7446
7447 2012-07-31 Bastien Guerry <bzg@gnu.org>
7448
7449 * man.el (man): Fix comment. (bug#12101)
7450
7451 2012-07-31 Martin Rudalics <rudalics@gmx.at>
7452
7453 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
7454 Don't return a non-nil value when no suitable buffer was found.
7455
7456 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
7457
7458 * progmodes/python.el (run-python-internal): Disable font lock for
7459 internal shells.
7460
7461 2012-07-30 Stefan Merten <smerten@oekonux.de>
7462
7463 * textmodes/rst.el: Silence `checkdoc-ispell'.
7464 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
7465 (rst-official-version, rst-official-cvs-rev)
7466 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
7467 (rst-mode-map): New key binding.
7468
7469 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7470
7471 Update .PHONY listings in makefiles.
7472 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
7473 autoloads, update-subdirs, updates, bzr-update, update-authors,
7474 compile-onefile, compile-calc, backup-compiled-files,
7475 compile-after-backup, compile-one-process, mh-autoloads,
7476 bootstrap-clean, distclean, maintainer-clean.
7477
7478 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
7479
7480 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
7481 (calc-set-mode-line): Don't display "AlgSimp ".
7482
7483 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
7484 (calc-lim-simplify-mode): New function.
7485 (calc-set-simplify-mode): Default to 'alg.
7486 (calc-default-simplify-mode): Make algebraic simplifications
7487 the default.
7488
7489 * calc/calc-ext.el (calc-init-extensions): Remove binding for
7490 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
7491
7492 * calc/calc-help.el (calc-m-prefix-help): Change messages to
7493 indicate new simplification modes.
7494
7495 * calc/README: Mention new default simplification mode.
7496
7497 * calc/calc.el (math-normalize-error): New variable.
7498 (math-normalize): Set `math-normalize-error' to t
7499 when there's an error.
7500
7501 * calc/calc-alg.el (math-simplify): Don't simplify when
7502 `math-normalize' returns an error.
7503
7504 2012-07-29 Eli Zaretskii <eliz@gnu.org>
7505
7506 * international/mule-cmds.el (set-locale-environment): Revert last
7507 change, since display-graphic-p returns nil when this function is
7508 called during startup. Instead...
7509
7510 * term/w32console.el (terminal-init-w32console): ...setup the
7511 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
7512
7513 2012-07-29 Juri Linkov <juri@jurta.org>
7514
7515 * simple.el (goto-line): Don't display default line number in the
7516 prompt because it should be displayed by `read-number' (bug#9952).
7517 Add the current line number to the defaults of `goto-line' to
7518 allow its easier modification by users with `M-n' (bug#9201).
7519
7520 * subr.el (read-number): Support multiple default values like in
7521 other minibuffer reading functions. Replace `read' with
7522 `string-to-number' for consistency with `number-to-string'.
7523
7524 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
7525
7526 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
7527 * emulation/viper-init.el (viper-deactivate-input-method-action):
7528 Rename from viper-inactivate-input-method-action.
7529 (viper-deactivate-input-method):
7530 Rename from viper-inactivate-input-method.
7531 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
7532 * international/mule-cmds.el (deactivate-input-method):
7533 Rename from inactivate-input-method.
7534 Also run input-method-deactivate-hook.
7535 (deactivate-current-input-method-function):
7536 Rename from inactivate-current-input-method-function.
7537 (input-method-deactivate-hook): New hook.
7538 (input-method-inactivate-hook): Mark obsolete.
7539 (inactivate-input-method): Mark obsolete.
7540
7541 * international/quail.el (quail-activate):
7542 Also run quail-deactivate-hook.
7543 (quail-deactivate): Rename from quail-inactivate.
7544 * international/robin.el (robin-activate):
7545 Also run robin-deactivate-hook.
7546 (robin-deactivate): Rename from robin-inactivate.
7547
7548 2012-07-29 Chong Yidong <cyd@gnu.org>
7549
7550 * simple.el (indicate-copied-region): New function.
7551 (kill-ring-save): Split off from here.
7552
7553 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
7554 (kill-rectangle): Set deactivate-mark to t on read-only error.
7555
7556 * register.el (copy-to-register, copy-rectangle-to-register):
7557 Deactivate the mark, and use indicate-copied-region (Bug#10056).
7558 (append-to-register, prepend-to-register): Call indicate-copied-region.
7559
7560 2012-07-29 Juri Linkov <juri@jurta.org>
7561
7562 * simple.el (async-shell-command-buffer): New defcustom.
7563 (shell-command): Use it. (Bug#4719)
7564
7565 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7566
7567 * international/mule-cmds.el (set-locale-environment): In a
7568 console session on MS-Windows, set up keyboard and terminal
7569 encoding from the OEM codepage, not the ANSI codepage.
7570 (Bug#12055)
7571
7572 2012-07-28 Chong Yidong <cyd@gnu.org>
7573
7574 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
7575 gdb-get-location.
7576
7577 2012-07-28 Leo Liu <sdl.web@gmail.com>
7578
7579 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
7580 the alist (bug#12029).
7581
7582 2012-07-28 Eli Zaretskii <eliz@gnu.org>
7583
7584 * makefile.w32-in (custom-deps, finder-data, updates, compile)
7585 (compile-always, compile-first)
7586 ($(lisp)/calendar/cal-loaddefs.el)
7587 ($(lisp)/calendar/diary-loaddefs.el)
7588 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7589 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
7590 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
7591 instead of on update-subdirs.
7592 (bootstrap-clean): Delete $(lisp)/subdirs.el.
7593
7594 2012-07-28 Chong Yidong <cyd@gnu.org>
7595
7596 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
7597 directory if vc-deduce-backend returns nil (Bug#7350).
7598
7599 * simple.el (delete-trailing-lines): New option.
7600 (delete-trailing-whitespace): Obey it (Bug#11879).
7601
7602 2012-07-28 David Engster <deng@randomsample.de>
7603
7604 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
7605 Explanation of new 'symbol-qnames feature in doc-strings.
7606 (xml-maybe-do-ns): Return expanded names as plain symbols if
7607 'symbol-qnames was provided in XML-NS argument (Bug#11916).
7608 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
7609
7610 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7611
7612 Consistent completion in inferior python with emacs -nw.
7613 * progmodes/python.el (inferior-python-mode): replace "<tab>"
7614 binding in inferior-python-mode-map with "\t".
7615 (python-shell-completion-complete-at-point)
7616 (python-completion-complete-at-point): Remove interactive spec.
7617
7618 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7619
7620 * calc/calccomp.el (math-compose-expr): Undo previous change.
7621
7622 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
7623
7624 * progmodes/python.el (python-mode-map): Add keybinding for
7625 run-python.
7626 (python-shell-make-comint): Fix pop-to-buffer call.
7627 (run-python): Autoload. New arg SHOW.
7628 (python-shell-get-or-create-process): Do not pop python process
7629 buffer.
7630
7631 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
7632
7633 * notifications.el (notifications-on-action-signal)
7634 (notifications-on-closed-signal): Use also the bus address for the map.
7635 (notifications-notify, notifications-close-notification)
7636 (notifications-get-capabilities): Add optional argument BUS.
7637
7638 2012-07-27 Tassilo Horn <tsdh@gnu.org>
7639
7640 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7641 Add support for the lstlisting and minted environments, and for the
7642 ctable macro.
7643 * textmodes/reftex.el (reftex-compile-variables): Also recognize
7644 labels written in keyvals syntax.
7645
7646 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
7647
7648 * calc/calccomp.el (math-compose-expr): Use parentheses when
7649 there is a product in the denominator of a fraction.
7650
7651 2012-07-26 Eli Zaretskii <eliz@gnu.org>
7652
7653 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7654 ($(lisp)/calendar/diary-loaddefs.el)
7655 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
7656 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
7657 Fixes failures in parallel bootstrap because subdirs.el is being
7658 rewritten while the autoload files are built at the same time,
7659 which needs to load subdirs.el.
7660
7661 2012-07-26 Martin Rudalics <rudalics@gmx.at>
7662
7663 * mouse.el (popup-menu): Fix doc-string and re-indent code.
7664 (mouse-drag-line): Don't exit tracking when a switch-frame or
7665 switch-window event occurs (Bug#12006).
7666
7667 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * mouse.el (popup-menu): Fix last change.
7670
7671 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7672
7673 Autoload from Lisp with more care. Follow aliases when looking for
7674 function properties.
7675 * subr.el (autoloadp): New function.
7676 (symbol-file): Use it.
7677 (function-get): New function.
7678 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
7679 autoload-do-load.
7680 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
7681 (lisp-indent-function):
7682 * emacs-lisp/gv.el (gv-get):
7683 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
7684 * emacs-lisp/byte-opt.el (byte-optimize-form):
7685 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
7686 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
7687 Use function-get.
7688 * emacs-lisp/cl.el: Don't propagate function properties any more.
7689
7690 * speedbar.el (speedbar-add-localized-speedbar-support):
7691 * emacs-lisp/disass.el (disassemble-internal):
7692 * desktop.el (desktop-load-file):
7693 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
7694 (describe-function-1):
7695 * emacs-lisp/find-func.el (find-function-noselect):
7696 * emacs-lisp/elp.el (elp-instrument-function):
7697 * emacs-lisp/advice.el (ad-has-proper-definition):
7698 * apropos.el (apropos-safe-documentation, apropos-macrop):
7699 * emacs-lisp/debug.el (debug-on-entry):
7700 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
7701 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7702 * calc/calc.el (name): Use autoloadp & autoload-do-load.
7703
7704 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
7705
7706 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
7707 function, not an obsolete variable (Bug#12046).
7708
7709 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
7710
7711 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
7712
7713 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
7714
7715 * emacs-lisp/pp.el (pp-display-expression): Select old selected
7716 window only if it is still live (Bug#12034).
7717
7718 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7719
7720 * subr.el (redirect-frame-focus): Add advertised calling
7721 convention (Bug#12030).
7722
7723 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
7724
7725 Prefer typical American spelling for "acknowledgment".
7726 * vc/add-log.el (change-log-acknowledgment): Rename from
7727 change-log-acknowledgement, with an alias for the old name.
7728
7729 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
7730
7731 * calc-alg.el (math-simplify-divide): Don't cross multiply
7732 in an equation when the lhs is a variable.
7733
7734 2012-07-24 Julien Danjou <julien@danjou.info>
7735
7736 * net/netrc.el (netrc-find-service-number, netrc-store-data):
7737 Remove, unused.
7738
7739 2012-07-23 Eli Zaretskii <eliz@gnu.org>
7740
7741 * startup.el (command-line): Don't display an empty user name in
7742 the error message about non-existent home directory, when
7743 init-file-user was set to an empty string. See
7744 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
7745 for the details and context.
7746
7747 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
7748
7749 * ses.el (ses-cell-formula-aset): New macro.
7750 (ses-cell-references-aset): New macro.
7751 (ses-cell-p): New function.
7752 (ses-rename-cell): Do no longer rely on complex operations like
7753 ses-cell-set-formula or ses-set-cell to change the cell and handle
7754 the undo at the same time, but rather use lower level new macros
7755 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
7756 the undo directly. Refresh the mode line.
7757
7758 2012-07-21 Leo Liu <sdl.web@gmail.com>
7759
7760 * progmodes/cc-cmds.el (c-defun-name):
7761 Use match-string-no-properties instead for consistency.
7762
7763 2012-07-20 Leo Liu <sdl.web@gmail.com>
7764
7765 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
7766 (Bug#7879)
7767
7768 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
7769
7770 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
7773 * progmodes/bug-reference.el, misearch.el: Provide themselves
7774 (bug#11915).
7775
7776 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
7777 of narrowed buffer (bug#11966).
7778
7779 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
7780
7781 * ses.el (ses-rename-cell): Set new name also in reference list of
7782 cells of which the renamed cell depends.
7783
7784 2012-07-20 Masatake YAMATO <yamato@redhat.com>
7785
7786 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
7787 to check whether menu-bar is shown or not. If not shown,
7788 show the menu-bar as a popup menu instead of using tmm.
7789 * mouse.el (popup-menu): Accept `point' as `position' argument.
7790
7791 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
7792
7793 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
7794 up inside string symbol literal (bug#11923).
7795
7796 2012-07-20 Eli Zaretskii <eliz@gnu.org>
7797
7798 * startup.el (fancy-startup-text): Read the whole tutorial, not
7799 just its first 256 bytes. Prevents gibberish in display of the
7800 tutorial title.
7801
7802 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
7803
7804 Drop idle buffer compaction due to an absence of the
7805 proved efficiency.
7806 * compact.el: Remove.
7807
7808 2012-07-19 Sam Steingold <sds@gnu.org>
7809
7810 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
7811 vc-bzr-pull & vc-bzr-merge-branch.
7812 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
7813 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
7814 for consistency with compilation-error-regexp-alist.
7815 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
7816 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
7817 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
7818 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
7819
7820 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * emacs-lisp/chart.el: Use lexical-binding.
7823 (chart-emacs-storage): Don't hardcode the list of entries.
7824
7825 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7826
7827 Next round of tweaks caused by Fgarbage_collect changes.
7828 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
7829
7830 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
7831
7832 Compact buffers when idle.
7833 * compact.el: New file.
7834
7835 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 * subr.el (eventp): Presume that if it looks vaguely like an event,
7838 it's an event (bug#10190).
7839
7840 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
7841
7842 Enhancements to ppss related code (thanks Stefan).
7843 * progmodes/python.el (python-indent-context)
7844 (python-indent-calculate-indentation, python-indent-dedent-line)
7845 (python-indent-electric-colon, python-nav-forward-block)
7846 (python-mode-abbrev-table)
7847 (python-info-assignment-continuation-line-p): Simplify checks
7848 for ppss context.
7849 (python-info-continuation-line-p): Cleanup.
7850 (python-info-ppss-context): Do not catch 'quote.
7851 (python-info-ppss-context-type)
7852 (python-info-ppss-comment-or-string-p): Simplify.
7853
7854 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
7855
7856 * progmodes/python.el: Enhancements to eldoc support.
7857 (python-info-current-symbol): New function.
7858 (python-eldoc-at-point): Use python-info-current-symbol.
7859 (python-info-current-defun): Fix cornercase on first defun scan.
7860 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
7861 and signal error when no inferior python process is available.
7862
7863 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
7864
7865 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
7866 assume it's always t.
7867 (vc-git-registered): Remove caching, the function is only called
7868 once.
7869 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
7870
7871 2012-07-18 Chong Yidong <cyd@gnu.org>
7872
7873 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
7874
7875 * simple.el (count-words): Report on narrowing (Bug#9959).
7876
7877 * bindings.el: Bind M-= to count-words.
7878
7879 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
7880
7881 2012-07-18 Masatake YAMATO <yamato@redhat.com>
7882
7883 * progmodes/sh-script.el (sh-imenu-generic-expression):
7884 Capture a function with `function' keyword and without parentheses
7885 like "function FOO" (bug#11856).
7886
7887 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
7888
7889 * window.el (split-window-sensibly): Make WINDOW argument
7890 optional.
7891
7892 2012-07-18 Chong Yidong <cyd@gnu.org>
7893
7894 * subr.el (keyboard-translate): Doc fix (Bug#7261).
7895
7896 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
7897 and make C-x 8 RET exit isearch (Bug#11439).
7898
7899 * international/iso-transl.el: Move isearch-mode-map key
7900 definitions to isearch.el.
7901
7902 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7903
7904 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
7905 (eieio-defclass): Use gv-define-setter when possible.
7906
7907 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
7908
7909 Reflect recent changes in Fgarbage_collect.
7910 * emacs-lisp/chart.el (chart-emacs-storage): Change to
7911 reflect new format of data returned by Fgarbage_collect.
7912
7913 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7914
7915 New utility functions + python-info-ppss-context fix (Bug#11910).
7916 * progmodes/python.el (python-info-beginning-of-block-statement-p)
7917 (python-info-ppss-comment-or-string-p): New functions.
7918 (python-info-ppss-context): Small fix for string check.
7919
7920 2012-07-17 Juri Linkov <juri@jurta.org>
7921
7922 * dired-aux.el (dired-do-async-shell-command): Doc fix.
7923 (dired-do-async-shell-command): Don't add `*' at the end of the
7924 command (Bug#11815).
7925 (dired-do-shell-command): Doc fix.
7926 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
7927 Join the individual commands using either "&" or ";" as the
7928 separator depending on the values of these trailing characters.
7929 At the end re-add the trailing "&". (Bug#10598)
7930
7931 * simple.el (async-shell-command): Sync the interactive spec with
7932 `shell-command'. Doc fix.
7933 (shell-command): Doc fix.
7934
7935 2012-07-17 Juri Linkov <juri@jurta.org>
7936
7937 * descr-text.el (describe-char): Fix format args. (Bug#10129)
7938
7939 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7940
7941 Final renames and doc fixes for movement commands (bug#11899).
7942 * progmodes/python.el (python-nav-beginning-of-statement):
7943 Rename from python-nav-statement-start.
7944 (python-nav-end-of-statement): Rename from
7945 python-nav-statement-end.
7946 (python-nav-beginning-of-block): Rename from
7947 python-nav-block-start.
7948 (python-nav-end-of-block): Rename from python-nav-block-end.
7949
7950 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7951
7952 * progmodes/python.el (python-shell-send-string-no-output):
7953 Allow accept-process-output to quit, keeping shell process ready for
7954 future interactions (Bug#11868).
7955
7956 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
7959
7960 * emacs-lisp/elint.el (elint-find-args-in-code):
7961 Use help-function-arglist, so as to handle lexical byte-code.
7962
7963 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
7964 change (bug#11826).
7965
7966 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
7969 Avoid spuriously marking the buffer as modified because of c-is-sws.
7970
7971 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
7972 as not-a-comment (bug#11946).
7973
7974 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
7975 for uninterned vars.
7976
7977 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
7978 Use read-event since we don't really want to read chars but bytes.
7979
7980 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
7981 $$..$$ but also $..$ using regexps (bug#11953).
7982 Use tex-verbatim for \url and \path.
7983 (tex-font-lock-keywords): Define as defconst like the others.
7984 (tex-common-initialization): Don't use font-lock-syntax-table any more.
7985
7986 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
7987
7988 * international/mule-cmds.el (ucs-insert): Make it an obsolete
7989 alias for insert-char.
7990
7991 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
7992
7993 * progmodes/python.el: Simplified imenu implementation.
7994 (python-nav-jump-to-defun): Remove command.
7995 (python-mode-map): Use `imenu' instead.
7996 (python-nav-list-defun-positions-cache)
7997 (python-imenu-include-defun-type, python-imenu-make-tree)
7998 (python-imenu-subtree-root-label, python-imenu-index-alist):
7999 Remove vars.
8000 (python-nav-list-defun-positions, python-nav-read-defun)
8001 (python-imenu-tree-assoc, python-imenu-make-element-tree)
8002 (python-imenu-make-tree, python-imenu-create-index):
8003 Remove functions.
8004 (python-mode): Update to interact with imenu by setting
8005 `imenu-extract-index-name-function' only.
8006
8007 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
8008
8009 * progmodes/python.el: Enhancements to navigation commands.
8010 (python-nav-backward-sentence)
8011 (python-nav-forward-sentence): Remove.
8012 (python-nav-backward-statement, python-nav-forward-statement)
8013 (python-nav-statement-start, python-nav-statement-end)
8014 (python-nav-backward-block, python-nav-forward-block)
8015 (python-nav-block-start, python-nav-block-end)
8016 (python-nav-forward-sexp-function)
8017 (python-info-current-line-comment-p)
8018 (python-info-current-line-empty-p): New functions.
8019 (python-indent-context): Use `python-nav-statement-start'.
8020
8021 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
8022
8023 * eshell/em-ls.el (eshell/ls): Use `apply'.
8024
8025 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
8026 multi-hops, instead of Tramp internals.
8027
8028 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
8029
8030 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
8031 when F1 and F2 are located on different hosts.
8032
8033 2012-07-14 Chong Yidong <cyd@gnu.org>
8034
8035 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
8036 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
8037 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
8038 (xterm-mouse--read-event-sequence-1000)
8039 (xterm-mouse--read-event-sequence-1006): New functions. For old
8040 mouse protocol, handle M-mouse-X events correctly.
8041 (xterm-mouse-event): New arg specifying mouse protocol.
8042 (turn-on-xterm-mouse-tracking-on-terminal)
8043 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
8044 sequence to toggle extended coordinates on newer XTerms.
8045 This appears to be harmless on terminals which do not support this.
8046
8047 2012-07-14 Leo Liu <sdl.web@gmail.com>
8048
8049 Add fringe bitmap indicators for flymake. (Bug#11253)
8050 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
8051 (flymake-make-overlay): New arg BITMAP.
8052 (flymake-error-bitmap, flymake-warning-bitmap)
8053 (flymake-fringe-indicator-position): New user variables.
8054
8055 * fringe.el: New bitmap exclamation-mark.
8056
8057 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
8058
8059 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
8060 also (Bug#7879).
8061
8062 2012-07-14 Chong Yidong <cyd@gnu.org>
8063
8064 * electric.el (electric-pair-post-self-insert-function): Fix pair
8065 insertion in empty-region case (Bug#11520).
8066
8067 2012-07-14 Chong Yidong <cyd@gnu.org>
8068
8069 * bindings.el: Consolidate ctl-x-r-map bindings.
8070 Bind copy-rectangle-as-kill to C-x r w.
8071
8072 * rect.el, register.el: Move bindings to bindings.el.
8073
8074 2012-07-14 Reuben Thomas <rrt@sc3d.org>
8075
8076 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
8077
8078 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
8079
8080 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
8081
8082 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
8083
8084 * bindings.el (top): Use `mapc' instead of `mapcar'.
8085
8086 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
8087
8088 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
8089
8090 * progmodes/sql.el (sql-comint): Suppress the check for program on
8091 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
8092 (Bug#11908)
8093
8094 2012-07-13 Chong Yidong <cyd@gnu.org>
8095
8096 * bindings.el: Assign a non-nil permanent-local property to
8097 per-buffer variables which lack a default value (Bug#11930).
8098
8099 * help-fns.el (describe-variable): In the "automatically becomes
8100 local" notice, take note of permanent-local variables.
8101
8102 2012-07-13 Chong Yidong <cyd@gnu.org>
8103
8104 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
8105 to allow printing the message when called from Lisp.
8106
8107 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8108 Remove toggle-read-only.
8109
8110 * bs.el (bs-toggle-readonly):
8111 * buff-menu.el (Buffer-menu-toggle-read-only):
8112 Remove with-no-warnings around toggle-read-only.
8113
8114 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
8115 Remove with-no-warnings around toggle-read-only.
8116 (ffap-read-only, ffap-read-only-other-window)
8117 (ffap-read-only-other-frame): Callers changed.
8118
8119 * help-mode.el: Don't require view package.
8120 (help-mode-finish): Set buffer-read-only instead of calling
8121 toggle-read-only.
8122
8123 * bindings.el (mode-line-toggle-read-only):
8124 * dired.el (dired-toggle-read-only):
8125 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
8126 with non-nil second arg.
8127
8128 * emacs-lisp/eieio-custom.el (eieio-customize-object):
8129 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
8130 directly.
8131
8132 2012-07-12 Eli Zaretskii <eliz@gnu.org>
8133
8134 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
8135 not incf.
8136
8137 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 More CL cleanups and reduction of use of cl.el.
8140 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
8141 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
8142 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
8143 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
8144 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
8145 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
8146 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
8147 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
8148 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
8149 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
8150 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
8151 * eshell/em-cmpl.el, eshell/em-banner.el:
8152 * calendar/parse-time.el: Use cl-lib.
8153 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
8154 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
8155 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
8156 * term/ns-win.el, term.el, shell.el, ps-samp.el:
8157 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
8158 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
8159 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
8160 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
8161 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
8162 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
8163 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
8164 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
8165 `lambda' rather than with `quote'.
8166 (eshell-do-opt): Adjust accordingly.
8167 (eshell-process-option): Simplify.
8168 * eshell/esh-var.el:
8169 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
8170 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
8171 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
8172 to `pcase--dontcare'.
8173 * emacs-lisp/cl.el (labels): Mark obsolete.
8174 (cl--letf, letf): Move to cl-lib.
8175 (cl--letf*, letf*): Remove.
8176 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
8177 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
8178 (cl-progv): Rewrite.
8179 (cl--letf, cl-letf): Move from cl.el.
8180 (cl-letf*): New macro.
8181 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
8182
8183 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
8184
8185 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
8186
8187 2012-07-11 Chong Yidong <cyd@gnu.org>
8188
8189 * vc/log-edit.el (log-edit-vc-backend): New variable.
8190 (log-edit): Doc fix.
8191
8192 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
8193 argument of log-edit to set up all local variables.
8194 (vc-start-logentry): New optional arg specifying VC backend.
8195
8196 * vc/vc.el (vc-checkin): Use it.
8197 (vc-deduce-fileset): Handle Log Edit buffers.
8198 (vc-diff): Make first argument optional too.
8199
8200 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
8201
8202 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
8203
8204 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
8205 command, just in case. The function is not needed anymore.
8206 (eshell-external-command): Do not call `eshell-remote-command'.
8207
8208 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 Reduce use of (require 'cl).
8211 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
8212 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
8213 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
8214 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
8215 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
8216 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
8217 * battery.el, avoid.el, abbrev.el: Use cl-lib.
8218 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
8219 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
8220 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
8221 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
8222 * calculator.el, autorevert.el, apropos.el: Don't require CL.
8223 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
8224 (byte-compile-unfold-bcf, byte-compile-check-variable):
8225 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
8226 (byte-compile-nilconstp):
8227 * emacs-lisp/autoload.el (make-autoload): Use pcase.
8228 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
8229
8230 * emacs-lisp/gv.el (cond): Make it a valid place.
8231 (if): Simplify slightly.
8232
8233 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
8234 (pcase--self-quoting-p): New function.
8235 (pcase--u1): Use it.
8236
8237 2012-07-10 Glenn Morris <rgm@gnu.org>
8238
8239 * emacs-lisp/authors.el (authors-fixed-entries):
8240 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
8241
8242 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
8243
8244 Rename configure.in to configure.ac (Bug#11603).
8245 * emacs-lisp/authors.el (authors-canonical-file-name):
8246 * progmodes/autoconf.el (autoconf-mode):
8247 Prefer configure.ac to configure.in.
8248
8249 2012-07-08 Chong Yidong <cyd@gnu.org>
8250
8251 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
8252 Implement the mouse-1-click-follows-link handling properly.
8253
8254 * info.el (Info-link-keymap): Use follow-link mechanism for
8255 header-line links (Bug#374).
8256
8257 * simple.el (deactivate-mark): Do not set the primary selection
8258 if another program has acquired it (Bug#11772).
8259
8260 2012-07-07 Kevin Ryde <user42@zip.com.au>
8261
8262 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
8263 (woman-decode-region): Replace escaped-escapes without destroying
8264 bold or underline (Bug#11552).
8265 (woman2-process-escapes): Handle nofill regions (Bug#11591).
8266
8267 2012-07-07 Chong Yidong <cyd@gnu.org>
8268
8269 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
8270 (interprogram-cut-function, interprogram-paste-function):
8271 Mention that we typically mean the clipboard.
8272
8273 2012-07-06 Glenn Morris <rgm@gnu.org>
8274
8275 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
8276
8277 * files.el (toggle-read-only): Restrict message to interactive use.
8278
8279 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
8280
8281 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
8282
8283 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
8284
8285 2012-07-06 Glenn Morris <rgm@gnu.org>
8286
8287 * Makefile.in (compile-one-process): Rename from "recompile".
8288
8289 * Makefile.in (bzr-update): "compile" is the same as "recompile
8290 autoloads", but parallelizable, so use that instead.
8291
8292 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
8293
8294 * window.el (quit-window): Always restore window height when
8295 it's saved in quit-restore parameter (Bug#11810).
8296
8297 2012-07-06 Glenn Morris <rgm@gnu.org>
8298
8299 * simple.el (kill-whole-line): Doc tweak.
8300
8301 2012-07-06 Eli Zaretskii <eliz@gnu.org>
8302
8303 * files.el (file-relative-name): Compare file names
8304 case-insensitively if on MS-Windows or MS-DOS, or if
8305 read-file-name-completion-ignore-case is non-nil. Don't use
8306 case-fold-search for this purpose. (Bug#11827)
8307
8308 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
8309
8310 * calendar/cal-dst.el (calendar-current-time-zone):
8311 Return calendar-current-time-zone-cache if non-nil.
8312
8313 2012-07-17 Masatake YAMATO <yamato@redhat.com>
8314 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
8315
8316 * calendar/cal-dst.el (calendar-current-time-zone):
8317 Return calendar-current-time-zone-cache if non-nil.
8318
8319 2012-07-06 Glenn Morris <rgm@gnu.org>
8320
8321 * Makefile.in (cvs-update): Remove old alias.
8322
8323 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
8324
8325 Sync with Tramp 2.2.6-pre.
8326
8327 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
8328 compatible declaration.
8329
8330 * net/tramp-cmds.el (tramp-append-tramp-buffers):
8331 Protect `list-load-path-shadows' call.
8332
8333 * net/tramp-compat.el (top): Require packages, which aren't
8334 autoloaded anymore for XEmacs. Protect call of
8335 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
8336 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
8337 it hurts at least for SXEmacs.
8338 (tramp-compat-temporary-file-directory): In XEmacs, there is no
8339 standard-value for `temporary-file-directory'.
8340
8341 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
8342 Redirect stderr to /dev/null.
8343 (tramp-sh-handle-write-region): uid and gid can be floats.
8344 Reported by Russell Sim <russell.sim@gmail.com>.
8345 (tramp-sh-handle-vc-registered): Hide errors.
8346 (tramp-vc-file-name-handler): Use dummy results for `process-file'
8347 and `start-file-process'.
8348 (tramp-maybe-open-connection): Check also whether `non-essential'
8349 is bound.
8350
8351 2012-07-04 Chong Yidong <cyd@gnu.org>
8352
8353 * xml.el (xml--parse-buffer): Use xml-syntax-table.
8354 (xml-parse-tag): Likewise, and avoid changing entity tables.
8355 (xml-syntax-table): Define from scratch, making sure not to give
8356 x2000 and other Unicode spaces whitespace syntax, since those are
8357 not spaces in XML.
8358 (xml-parse-fragment): Delete unused function.
8359 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
8360 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
8361 (xml-entity-ref, xml-pe-reference-re)
8362 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
8363 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
8364 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
8365 (xml-entity-value-re): Use syntax references in regexps where
8366 possible; no need to define inside a let-binding.
8367 (xml-parse-dtd): Use xml-pe-reference-re.
8368 (xml-entity-or-char-ref-re): New defconst.
8369 (xml-parse-string, xml-substitute-special): Use it.
8370
8371 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * files.el (locate-dominating-file): Allow `name' to be a predicate.
8374 (find-file--read-only): New function.
8375 (find-file-read-only, find-file-read-only-other-window)
8376 (find-file-read-only-other-frame): Use it.
8377 (insert-file-contents-literally): Don't `fset'.
8378 (get-free-disk-space): Use locate-dominating-file.
8379
8380 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
8381 function is already compiled.
8382
8383 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
8384
8385 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
8386
8387 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
8388 files on the same host.
8389
8390 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
8391
8392 * help-fns.el (describe-function-1): Only call
8393 help-fns--autoloaded-p when we have a file name. (Bug#11848)
8394
8395 2012-07-03 Chong Yidong <cyd@gnu.org>
8396
8397 * xml.el: Protect parser against XML bombs.
8398 (xml-entity-expansion-limit): New variable.
8399 (xml-parse-string, xml-substitute-special): Use it.
8400 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
8401
8402 2012-07-03 Glenn Morris <rgm@gnu.org>
8403
8404 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8405 Allow linking to specific messages in debbugs reports (eg 123#5).
8406
8407 2012-07-02 Chong Yidong <cyd@gnu.org>
8408
8409 * xml.el: Fix entity and character reference expansion, allowing
8410 them to expand into markup as per XML spec.
8411 (xml-default-ns): New variable.
8412 (xml-entity-alist): Use XML spec definitions for lt and amp.
8413 (xml-parse-region): Make first two arguments optional.
8414 Discard text properties.
8415 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
8416 All callers changed.
8417 (xml-parse-tag): Call xml-parse-tag-1. For backward
8418 compatibility, this function should not modify buffer contents.
8419 (xml-parse-tag-1): Fix opening-tag regexp.
8420 (xml-parse-string): Rewrite, handling entity and character
8421 references properly.
8422 (xml--entity-replacement-text): Signal an error if a parameter
8423 entity is undefined.
8424
8425 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * comint.el (comint-output-filter): Filter out repeated prompts.
8428
8429 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
8430 and file-name-absolute-p.
8431 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
8432 internal calls.
8433
8434 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
8435
8436 Spelling fixes.
8437 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
8438 Rename from byte-compile--refiy-function. All uses changed.
8439
8440 2012-07-01 Chong Yidong <cyd@gnu.org>
8441
8442 * xml.el (xml--parse-buffer): New function. Move most of
8443 xml-parse-region here.
8444 (xml-parse-region): Copy region into a temporary buffer, since
8445 parameter entity substitution requires changing buffer contents.
8446 Use xml--parse-buffer.
8447 (xml-parse-file): Use xml--parse-buffer.
8448 (xml-parse-dtd): Make parameter entity substitution work right.
8449 Use proper regexps for ELEMENT declarations (Bug#7172).
8450
8451 2012-06-30 Glenn Morris <rgm@gnu.org>
8452
8453 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
8454
8455 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
8456 Remove outdated and unnecessary dbus declarations.
8457
8458 2012-06-30 Eli Zaretskii <eliz@gnu.org>
8459
8460 * emacs-lisp/timer.el (timer-until): Subtract results of
8461 float-time, instead of taking float-time of the result of
8462 time-subtract, since float-time signals an error for negative time
8463 arguments.
8464
8465 2012-06-30 Chong Yidong <cyd@gnu.org>
8466
8467 * xml.el (xml-*-re): Convert defvars into defconsts, and
8468 eval-and-compile them so eval-and-compile works on derivatives.
8469 (xml--entity-replacement-text): Use eval-and-comple.
8470
8471 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
8472
8473 * vc/vc-git.el (vc-git-registered): Use cache property
8474 `git-registered'.
8475 (vc-git-mode-line-string): Call `vc-working-revision' instead of
8476 `vc-git-working-revision' in order to benefit from the cache.
8477 (vc-git-root): Use cache property `git-root'. (Bug#11757)
8478
8479 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
8480
8481 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
8482 removed (likely outside Emacs). (Bug#11757)
8483
8484 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * emacs-lisp/cl-lib.el: Require macroexp.
8487
8488 2012-06-30 Chong Yidong <cyd@gnu.org>
8489
8490 * xml.el: Implement XML parameter entities.
8491 (xml-parameter-entity-alist): New variable.
8492 (xml-parse-region, xml-parse-fragment): Preserve previous values
8493 of xml-entity-alist and xml-parameter-entity-alist, so that
8494 repeated calls on different documents do not change them.
8495 (xml-parse-tag): Fix doctype regexp.
8496 (xml--entity-replacement-text): New function.
8497 (xml-parse-dtd): Use it. Don't handle system entities; doing that
8498 properly requires url retrieval which is unimplemented.
8499 (xml-escape-string): Doc fix.
8500
8501 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
8504
8505 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
8506
8507 * fringe.el (fringe-mode): Doc fix.
8508
8509 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
8510
8511 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
8512 is non-nil.
8513 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
8514 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
8515
8516 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
8517
8518 * calendar/cal-dst.el (calendar-current-time-zone):
8519 Return calendar-current-time-zone-cache if non-nil.
8520
8521 2012-06-29 Masatake YAMATO <yamato@redhat.com>
8522
8523 * progmodes/which-func.el (which-func-format):
8524 Add mouse-face. (Bug#11698)
8525
8526 2012-06-29 Leo Liu <sdl.web@gmail.com>
8527
8528 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
8529
8530 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * minibuffer.el (minibuffer-confirm-exit-commands):
8533 Add completion-at-point (bug#11725).
8534
8535 2012-06-29 Glenn Morris <rgm@gnu.org>
8536
8537 * progmodes/f90.el (f90-font-lock-keywords-2):
8538 Add some preprocessor elements. (Bug#10499)
8539
8540 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * progmodes/cperl-mode.el (cperl-update-syntaxification):
8543 Use syntax-propertize (bug#11739).
8544
8545 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
8546
8547 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
8548
8549 2012-06-28 Julien Danjou <julien@danjou.info>
8550
8551 * term.el (term-handle-colors-array): Use a set of new faces to
8552 color the terminal. Also uses :inverse-video property.
8553 (term-default-fg-color): Set to nil by default, deprecate in favor
8554 of `term-face'.
8555 (term-default-bg-color): Set to nil by default, deprecate in favor
8556 of `term-face'.
8557 (term-current-face): Use `term-face' by default.
8558 (term-bold-attribute): Variable deleted.
8559
8560 2012-06-28 Glenn Morris <rgm@gnu.org>
8561
8562 * simple.el (completion-list-mode-finish):
8563 Don't use toggle-read-only. (Since completion-list-mode has
8564 a special mode-class, it wasn't doing anything extra anyway.)
8565
8566 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 Make inlining of other-mode interpreted functions work (bug#11799).
8569 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
8570 (byte-compile): Use it to fix compilation of lexical-binding closures.
8571 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
8572 function, if needed.
8573
8574 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * help-mode.el (help-make-xrefs): Don't just withstand
8577 cyclic-variable-indirection but any error in documentation-property.
8578
8579 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
8580 memory use.
8581 * bindings.el (bindings--define-key): New function.
8582 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
8583 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
8584 * bindings.el: Use it to purecopy define-key bindings.
8585
8586 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
8587
8588 * emacs-lisp/cl.el (flet): Mark obsolete.
8589 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
8590 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
8591 * progmodes/js.el (js-c-fill-paragraph):
8592 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
8593 (ebrowse-switch-member-buffer-to-derived-class):
8594 * play/5x5.el (5x5-solver): Use cl-flet.
8595
8596 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
8597 (cl--symbol-function): New macro.
8598 (cl--letf, cl--letf*): Use it.
8599
8600 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
8601 Strip "toggle-" if any.
8602
8603 2012-06-27 Glenn Morris <rgm@gnu.org>
8604
8605 * info.el (Info-default-directory-list): Move here from paths.el.
8606 * paths.el: Remove file, which is now empty.
8607 * loadup.el: No longer load "paths".
8608
8609 * custom.el (custom-initialize-delay): Doc fix.
8610
8611 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8612 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
8613 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
8614 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
8615 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
8616 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
8617 * eshell/eshell.el (eshell-defgroup): Remove alias.
8618
8619 2012-06-27 Chong Yidong <cyd@gnu.org>
8620
8621 * help.el (help-enable-auto-load): New variable.
8622
8623 * help-fns.el (help-fns--autoloaded-p): New function.
8624 (describe-function-1): Refer to a function as "autoloaded" if it
8625 was autoloaded at any time in the past. Perform autoloading if
8626 help-enable-auto-load is non-nil.
8627
8628 2012-06-26 Eli Zaretskii <eliz@gnu.org>
8629
8630 * makefile.w32-in (compile, compile-always): Depend on
8631 update-subdirs, not on subdirs.el. Otherwise, several different
8632 sub-targets of 'bootstrap' running in parallel could
8633 simultaneously write to subdirs.el, producing a garbled file.
8634
8635 2012-06-26 Sam Steingold <sds@gnu.org>
8636
8637 * files.el (file-name-base): New convenience function.
8638 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
8639 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
8640 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
8641 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
8642 * textmodes/ispell.el, textmodes/reftex-ref.el:
8643 * textmodes/tex-mode.el: Use it.
8644 Did not touch cedet and org because they are maintained elsewhere.
8645
8646 2012-06-26 Martin Rudalics <rudalics@gmx.at>
8647
8648 * calendar/calendar.el (calendar-exit): Don't try to delete or
8649 iconify last frame. See:
8650 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
8651
8652 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
8653
8654 * server.el (server-process-filter): Remember dir in the
8655 process's `server-client-directory' properties.
8656
8657 2012-06-24 Chong Yidong <cyd@gnu.org>
8658
8659 * xml.el (xml-parse-tag): Correctly handle comment embedded in
8660 non-tag text.
8661
8662 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
8663
8664 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
8665
8666 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8667
8668 * help-fns.el (describe-variable): Don't croak when doc is not found.
8669 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
8670 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
8671 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
8672 * emacs-lisp/smie.el (smie-next-sexp): CSE.
8673 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
8674 ((lambda ..) ..).
8675 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
8676
8677 2012-06-23 Chong Yidong <cyd@gnu.org>
8678
8679 * info.el (Info-mouse-follow-link): Accept symbol values of
8680 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
8681 (Info-fontify-node): Use Info-link-keymap for all navigation
8682 buttons, with link-args property to perform the desired action.
8683 (Info-link-keymap): Doc fix.
8684 (Info-next-link-keymap, Info-prev-link-keymap)
8685 (Info-up-link-keymap): Delete now-unused keymaps.
8686
8687 2012-06-23 Chong Yidong <cyd@gnu.org>
8688
8689 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
8690
8691 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
8692 system abbrevs.
8693
8694 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
8695
8696 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
8699 (bug#11719).
8700
8701 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
8702 the requote function doesn't work properly (bug#11714).
8703
8704 2012-06-23 Glenn Morris <rgm@gnu.org>
8705
8706 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
8707
8708 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8709
8710 Further GV/CL cleanups.
8711 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
8712 gv-expander.
8713 (gv--defun-declaration): New function.
8714 (defun-declarations-alist): Use it.
8715 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
8716 (gv-place): Autoload.
8717 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
8718 original definition of dotimes and dolist.
8719 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
8720 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
8721 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
8722 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
8723 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
8724 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
8725 to the function's definition.
8726 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
8727 * window.el:
8728 * files.el:
8729 * faces.el:
8730 * env.el: Don't use CL.
8731
8732 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
8733
8734 Support higher-resolution time stamps (Bug#9000).
8735
8736 * calendar/time-date.el (with-decoded-time-value): New arg
8737 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
8738 (encode-time-value): New optional arg PICO. New type 3.
8739 (time-to-seconds) [!float-time]: Support the new picoseconds
8740 component if it's used.
8741 (seconds-to-time, time-subtract, time-add):
8742 Support ps-resolution time stamps as well.
8743
8744 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
8745 (timerp): Timer vectors now have length 9, not 8.
8746 (timer--time): Support new-style (4-part) time stamps.
8747 (timer-next-integral-multiple-of-time): Time stamps now have
8748 picosecond resolution, so take a bit more care about rounding.
8749 (timer-relative-time, timer-inc-time): New optional arg psecs.
8750 (timer-set-time-with-usecs): Set psecs to 0.
8751 (timer--activate): Check psecs component, too.
8752
8753 * proced.el (proced-time-lessp): Support ps-resolution stamps.
8754
8755 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8756
8757 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
8758 Move the non-essential binding to the post/pre-command-hook where it is
8759 more obviously correct.
8760
8761 * subr.el (read-passwd): Don't use a history at all.
8762 * savehist.el (savehist-save): Remove password saved accidentally
8763 because of the above bug.
8764
8765 2012-06-22 Bastien Guerry <bzg@gnu.org>
8766
8767 * files.el (toggle-read-only): Display a message telling whether
8768 the buffer is read-only or not (bug#11726).
8769
8770 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * emacs-lisp/gv.el: New file.
8773 * subr.el (push, pop): Extend to generalized variables.
8774 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
8775 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
8776 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
8777 gv-define-simple-setter, and gv-define-expander.
8778 Remove setf-methods defined in gv. Rename cl-setf -> setf.
8779 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
8780 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
8781 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
8782 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
8783 gv-letplace.
8784 (cl-defstruct): Don't define setf-method any more.
8785 * emacs-lisp/cl.el (flet): Don't autoload.
8786 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
8787 (define-setf-expander, defsetf, define-modify-macro)
8788 (cl-struct-setf-expander): Move from cl-lib.el.
8789 * emacs-lisp/syntax.el:
8790 * emacs-lisp/ewoc.el:
8791 * emacs-lisp/smie.el:
8792 * emacs-lisp/cconv.el:
8793 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
8794 (timer--time): Use gv-define-simple-setter.
8795 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
8796 to avoid coding-system problems in subr.el. Adjust all users.
8797 (macroexp--maxsize, macroexp-small-p): New functions.
8798 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
8799 * scroll-bar.el (scroll-bar-mode):
8800 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
8801 (normal-erase-is-backspace-mode): Don't use the `eq' place.
8802 * winner.el (winner-configuration, winner-make-point-alist)
8803 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
8804 * files.el (locate-file-completion-table): Avoid list*.
8805
8806 2012-06-22 Chong Yidong <cyd@gnu.org>
8807
8808 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
8809 (dired-create-files): Doc fix (Bug#11329).
8810 (dired-do-copy): Doc fix (Bug#11334).
8811 (dired-mark-read-string): Doc fix (Bug#11553).
8812
8813 * dired.el (dired-recursive-copies, dired-recursive-deletes):
8814 Doc fix (Bug#11326).
8815 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
8816 (dired-dwim-target): Doc fix.
8817
8818 * wdired.el (wdired-mode): Doc fix.
8819
8820 2012-06-22 Glenn Morris <rgm@gnu.org>
8821
8822 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
8823 (pcmpl-rpm-cache-stamp-file): New constant.
8824 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
8825 (pcmpl-rpm-packages): Optionally cache list of packages.
8826
8827 * pcmpl-rpm.el (pcmpl-rpm): New group.
8828 (pcmpl-rpm-query-options): New option.
8829 (pcmpl-rpm-packages): No need to inline it.
8830 Use pcmpl-rpm-query-options.
8831
8832 * calendar/calendar.el (calendar-in-read-only-buffer):
8833 Avoid some needless mode changes.
8834
8835 2012-06-21 Chong Yidong <cyd@gnu.org>
8836
8837 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
8838 (desktop-path): Remove . from the default value (Bug#10977).
8839 (desktop-read): Use user-emacs-directory if desktop-path is nil.
8840
8841 2012-06-20 Chong Yidong <cyd@gnu.org>
8842
8843 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
8844
8845 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
8846
8847 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
8848 (bug#11201).
8849
8850 2012-06-20 Chong Yidong <cyd@gnu.org>
8851
8852 * term.el (term-window-width): Handle the case of a missing right
8853 fringe (Bug#8837).
8854 (term-check-size): Use window-text-height (Bug#5445).
8855 (term-mode): Use define-derived-mode. Minor cleanups.
8856 Set font-lock-defaults (Bug#7692).
8857 (term-move-columns, term-insert-char, term-emulate-terminal)
8858 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
8859
8860 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
8861
8862 * net/ange-ftp.el (ange-ftp-get-passwd):
8863 Bind `enable-recursive-minibuffers'.
8864 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
8865
8866 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
8867
8868 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
8869
8870 2012-06-19 Glenn Morris <rgm@gnu.org>
8871
8872 * progmodes/python.el (python-mode): Derive from prog-mode.
8873
8874 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
8875
8876 * emulation/edt.el (edt-default-menu-bar-update-buffers)
8877 (edt-user-menu-bar-update-buffers): New functions.
8878 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
8879
8880 2012-06-19 Chong Yidong <cyd@gnu.org>
8881
8882 * subr.el (with-selected-window): Preserve the selected window's
8883 terminal's top-frame (Bug#4702).
8884
8885 * window.el (save-selected-window): Likewise.
8886
8887 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * progmodes/python.el (python-rx-constituents): Move backquote.
8890 (python-skeleton-define, python-define-auxiliary-skeleton):
8891 Use `declare'.
8892
8893 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
8894
8895 * minibuffer.el (read-file-name-default): Revert the patch from
8896 2012-06-17.
8897
8898 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
8901 (pcase--u1, pcase--q1): Don't use apply-partially.
8902
8903 2012-06-18 Glenn Morris <rgm@gnu.org>
8904
8905 * progmodes/python.el (python-proc, python-buffer)
8906 (python-send-receive, python-send-string): Fix obsolete versions.
8907
8908 2012-06-18 Martin Rudalics <rudalics@gmx.at>
8909
8910 * window.el (special-display-p): Completely remove stringp
8911 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
8912
8913 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
8914
8915 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
8916
8917 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
8918
8919 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
8920 * net/tramp-sh.el (tramp-maybe-open-connection):
8921 Throw if `non-essential' is non-nil.
8922
8923 2012-06-17 Martin Rudalics <rudalics@gmx.at>
8924
8925 * window.el (special-display-p): Signal an error if BUFFER-NAME
8926 is not a string (Bug#11713).
8927
8928 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
8929
8930 * progmodes/python.el (python-info-beginning-of-backslash):
8931 Rename from python-info-beginning-of-backlash, as a spelling fix.
8932
8933 2012-06-17 Chong Yidong <cyd@gnu.org>
8934
8935 * term.el (term-emulate-terminal): If term-check-size is called,
8936 move point to the process mark without resetting point (Bug#4635).
8937
8938 2012-06-17 Glenn Morris <rgm@gnu.org>
8939
8940 * international/mule-cmds.el (mule-menu-keymap)
8941 (set-language-environment, set-locale-environment): Doc tweaks.
8942
8943 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
8944
8945 * cus-face.el (custom-face-attributes): Add wave-style underline
8946 attribute.
8947 * faces.el (set-face-attribute): Update docstring to describe
8948 wave-style underline attribute.
8949
8950 2012-06-16 Chong Yidong <cyd@gnu.org>
8951
8952 * term/xterm.el (terminal-init-xterm): Discard input before
8953 querying background mode (Bug#10959).
8954
8955 2012-06-16 Stefan Merten <smerten@oekonux.de>
8956
8957 * textmodes/rst.el: Added and corrected some comments.
8958 (rst-re-alist-def): Improve symbol syntax.
8959 (rst-mode-syntax-table): Correct syntax entries.
8960 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
8961 (rst-official-version, rst-official-cvs-rev): Update version
8962 information.
8963
8964 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
8965
8966 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
8967 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
8968
8969 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
8970
8971 * progmodes/python.el: New python.el merge.
8972 (python-guess-indent): Obsolete var.
8973 (python-indent-guess-indent-offset): New defcustom.
8974 (python-indent): Obsolete var.
8975 (python-indent-offset): New defcustom.
8976 (python-python-command, python-jython-command): Delete var.
8977 (python-shell-interpreter): New defcustom.
8978 (python-pdbtrack-do-tracking-p): Delete var.
8979 (python-pdbtrack-activate): New defcustom.
8980 (python-use-skeletons): Obsolete var.
8981 (python-skeleton-autoinsert): New defcustom.
8982 (inferior-python-filter-regexp, python-continuation-offset)
8983 (python-honour-comment-indentation, python-indent-string-contents)
8984 (python-jython-packages, python-mode-hook)
8985 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
8986 (python-shell-prompt-alist)
8987 (python-source-modes): Delete defcustoms.
8988 (python-check-buffer-name, python-eldoc-setup-code)
8989 (python-eldoc-string-code, python-ffap-setup-code)
8990 (python-ffap-string-code, python-fill-comment-function)
8991 (python-fill-decorator-function, python-fill-paren-function)
8992 (python-fill-string-function, python-imenu-include-defun-type)
8993 (python-imenu-make-tree, python-imenu-subtree-root-label)
8994 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
8995 (python-shell-compilation-regexp-alist)
8996 (python-shell-completion-module-string-code)
8997 (python-shell-completion-pdb-string-code)
8998 (python-shell-completion-setup-code)
8999 (python-shell-completion-string-code)
9000 (python-shell-enable-font-lock, python-shell-exec-path)
9001 (python-shell-extra-pythonpaths)
9002 (python-shell-internal-buffer-name, python-shell-interpreter-args)
9003 (python-shell-process-environment)
9004 (python-shell-prompt-block-regexp)
9005 (python-shell-prompt-output-regexp)
9006 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
9007 (python-shell-send-setup-max-wait, python-shell-setup-codes)
9008 (python-shell-virtualenv-path): New defcustoms.
9009 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
9010 (inferior-python-mode-syntax-table, python--prompt-regexp)
9011 (python-buffer, python-command python-python-command)
9012 (python-default-template, python-imports, python-indent-index)
9013 (python-indent-list, python-indent-list-length)
9014 (python-mode-running, python-pdbtrack-is-tracking-p)
9015 (python-preoutput-continuation, python-preoutput-leftover)
9016 (python-preoutput-result, python-preoutput-skip-next-prompt)
9017 (python-prev-dir/file, python-recursing)
9018 (python-saved-check-command, python-version-checked)
9019 (python-which-func-length-limit)
9020 (view-return-to-alist): Delete vars.
9021 (python-check-custom-command, python-dotty-syntax-table)
9022 (python-imenu-index-alist, python-indent-current-level)
9023 (python-indent-dedenters, python-indent-levels)
9024 (python-nav-beginning-of-defun-regexp)
9025 (python-nav-list-defun-positions-cache)
9026 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
9027 (python-shell-internal-buffer)
9028 (python-skeleton-available): New vars.
9029 (def-python-skeleton): Delete macro.
9030 (python-skeleton-define): New macro.
9031 (python-define-auxiliary-skeleton, python-rx): New macros.
9032 (python-insert-class): Delete command.
9033 (python-skeleton-class): New command.
9034 (python-insert-def): Delete command.
9035 (python-skeleton-def): New command.
9036 (python-insert-for): Delete command.
9037 (python-skeleton-for): New command.
9038 (python-insert-if): Delete command.
9039 (python-skeleton-if): New command.
9040 (python-insert-try/except, python-insert-try/finally): Delete commands.
9041 (python-skeleton-try): New command.
9042 (python-insert-while): Delete command.
9043 (python-skeleton-while): New command.
9044 (python-backspace): Delete command.
9045 (python-indent-dedent-line-backspace): New command.
9046 (python-electric-colon): Delete command.
9047 (python-indent-electric-colon): New command.
9048 (python-guess-indent): Delete command.
9049 (python-indent-guess-indent-offset): New command.
9050 (python-shift-left): Delete command.
9051 (python-indent-shift-left): New command.
9052 (python-shift-right): Delete command.
9053 (python-indent-shift-right): New command.
9054 (python-find-function): Delete command.
9055 (python-nav-jump-to-defun): New command.
9056 (python-next-statement): Delete command.
9057 (python-nav-forward-sentence): New command.
9058 (python-previous-statement): Delete command.
9059 (python-nav-backward-sentence): New command.
9060 (python-fill-paragraph): Delete command.
9061 (python-fill-paragraph-function): New command.
9062 (python-send-buffer): Delete command.
9063 (python-shell-send-buffer): New command.
9064 (python-send-defun): Delete command.
9065 (python-shell-send-defun): New command.
9066 (python-send-region, python-send-region-and-go): Delete commands.
9067 (python-shell-send-region)
9068 (python-shell-switch-to-shell): New commands.
9069 (python-send-string): Delete command.
9070 (python-shell-send-string): New command.
9071 (python-switch-to-python): Delete command.
9072 (python-shell-switch-to-shell): New command.
9073 (python-describe-symbol): Delete command.
9074 (python-eldoc-at-point): New command.
9075 (python--set-prompt-regexp, python-args-to-list)
9076 (python-after-info-look, python-check-version)
9077 (python-check-comint-prompt, python-find-imports)
9078 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
9079 (python-unload-function, python-expand-template)
9080 (python-maybe-jython, python-preoutput-filter)
9081 (python-pdbtrack-get-source-buffer)
9082 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
9083 (python-pdbtrack-toggle-stack-tracking)
9084 (python-pdbtrack-track-stack-file, python-initial-text)
9085 (python-first-word, python-comment-line-p, python-send-command)
9086 (python-setup-brm, python-sentinel, python-set-proc)
9087 (python-skip-out, python-input-filter, python-outdent-p)
9088 (python-outline-level, python-backslash-continuation-line-p)
9089 (python-end-of-block, python-end-of-statement, python-mark-block)
9090 (python-beginning-of-block, python-beginning-of-statement)
9091 (python-blank-line-p, python-beginning-of-string)
9092 (python-open-block-statement-p): Delete functions.
9093 (python-indent-line, python-indent-line-1): Delete functions.
9094 (python-indent-line): New function.
9095 (python-indentation-levels): Delete function.
9096 (python-indent-calculate-levels): New function.
9097 (python-proc): Delete function.
9098 (python-shell-get-process): New function.
9099 (python-send-receive): Delete function.
9100 (python-shell-send-string-no-output): New function.
9101 (python-module-path): Delete function.
9102 (python-ffap-module-path): New function.
9103 (python-completion-at-point)
9104 (python-symbol-completions): Delete functions.
9105 (python-completion-complete-at-point): New function.
9106 (python-load-file): Delete function.
9107 (python-shell-send-file): New function.
9108 (python-calculate-indentation): Delete function.
9109 (python-indent-calculate-indentation): New function.
9110 (python-skip-comments/blanks): Delete function.
9111 (python-util-forward-comment): New function.
9112 (python-continuation-line-p): Delete function.
9113 (python-info-continuation-line-p): New function.
9114 (python-which-func, python-current-defun): Delete function.
9115 (python-info-current-defun): New function.
9116 (python-beginning-of-defun): Delete function.
9117 (python-nav-beginning-of-defun): New function.
9118 (python-close-block-statement-p)
9119 (python-block-end-p): Delete function.
9120 (python-info-closing-block): New function.
9121 (python-comint-output-filter-function)
9122 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
9123 (python-fill-comment, python-fill-decorator, python-fill-paren)
9124 (python-fill-string, python-imenu-make-element-tree)
9125 (python-imenu-make-tree, python-imenu-tree-assoc)
9126 (python-indent-context, python-indent-dedent-line)
9127 (python-indent-line-function)
9128 (python-indent-post-self-insert-function)
9129 (python-indent-toggle-levels)
9130 (python-info-assignment-continuation-line-p)
9131 (python-info-beginning-of-backlash)
9132 (python-info-block-continuation-line-p)
9133 (python-info-closing-block-message)
9134 (python-info-line-ends-backslash-p)
9135 (python-info-looking-at-beginning-of-defun)
9136 (python-info-ppss-context, python-info-ppss-context-type)
9137 (python-nav-list-defun-positions, python-nav-read-defun)
9138 (python-nav-sentence-end, python-nav-sentence-start)
9139 (python-pdbtrack-comint-output-filter-function)
9140 (python-pdbtrack-set-tracked-buffer)
9141 (python-shell-calculate-exec-path)
9142 (python-shell-calculate-process-environment)
9143 (python-shell-completion--do-completion-at-point)
9144 (python-shell-completion--get-completions)
9145 (python-shell-completion-complete-at-point)
9146 (python-shell-completion-complete-or-indent)
9147 (python-shell-get-or-create-process)
9148 (python-shell-get-process-name)
9149 (python-shell-internal-get-or-create-process)
9150 (python-shell-internal-get-process-name)
9151 (python-shell-internal-send-string, python-shell-make-comint)
9152 (python-shell-parse-command, python-shell-send-setup-code)
9153 (python-skeleton-add-menu-items)
9154 (python-util-clone-local-variables, python-util-position)
9155 (run-python-internal, python-indentation-levels)
9156 (python-nav-beginning-of-defun)
9157 (python-completion-complete-at-point): New functions.
9158 (run-python): Change arguments. New API requirements.
9159
9160 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9161
9162 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
9163 (bug#11649).
9164
9165 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
9166 (macroexp--expand-all): Use it.
9167
9168 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
9169 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
9170 Use `cl-function' instead.
9171
9172 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
9173
9174 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
9175 Suggested by Stefan Monnier while discussing bug#11657.
9176
9177 2012-06-14 Sam Steingold <sds@gnu.org>
9178
9179 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
9180
9181 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
9182
9183 * play/doctor.el (doctor-doc): Remove parameter and use
9184 doctor-sent instead of sent.
9185 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
9186
9187 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9188
9189 * files.el: Require cl-lib.
9190 (file-name-non-special): Replace case -> cl-case.
9191
9192 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
9193
9194 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
9195 mapping from #' to function*.
9196
9197 2012-06-13 Chong Yidong <cyd@gnu.org>
9198
9199 * mouse.el (mouse-drag-track): Do not set the mark if the user
9200 releases the mouse without selecting anything (Bug#11588).
9201
9202 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9203
9204 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
9205 as well (bug#11646).
9206
9207 * loadup.el: Count byte-code functions as well.
9208
9209 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
9210 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
9211
9212 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
9213 (bug#11649). Add cl-defun and cl-defmacro.
9214
9215 2012-06-13 Drew Adams <drew.adams@oracle.com>
9216
9217 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9218 Fix last change.
9219
9220 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
9221
9222 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
9223 Otherwise, it blocks in batch mode.
9224
9225 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
9226
9227 * help-mode.el (bookmark-make-record-default): Declare.
9228
9229 2012-06-13 Chong Yidong <cyd@gnu.org>
9230
9231 * emacs-lisp/package.el (list-packages): Compute a list of
9232 packages that are newly-available since the last list-packages
9233 invocation.
9234 (package-menu--new-package-list): New var.
9235 (package-menu--generate, package-menu--print-info)
9236 (package-menu--status-predicate, package-menu-mark-install):
9237 Handle new status label "new".
9238
9239 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
9242 conversion to backquotes.
9243
9244 2012-06-12 Chong Yidong <cyd@gnu.org>
9245
9246 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
9247 Rename from gud-inhibit-global-bindings.
9248
9249 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
9250
9251 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
9252 hook from nxml-glyph-set-hook.
9253
9254 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
9255 declaration.
9256
9257 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
9258
9259 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
9260 Convert to defcustom.
9261
9262 2012-06-12 Drew Adams <drew.adams@oracle.com>
9263
9264 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
9265 New functions.
9266 (help-mode): Use them.
9267
9268 2012-06-11 Glenn Morris <rgm@gnu.org>
9269
9270 * progmodes/fortran.el (fortran-font-lock-keywords-3):
9271 Use preprocessor face for directives.
9272 (fortran-directive-re): Doc fix.
9273
9274 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9275
9276 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
9277 conversion to backquotes (bug#11652).
9278
9279 Fix compiler-expansion of CL's cXXr functions (bug#11673).
9280 * emacs-lisp/cl-lib.el (cl--defalias): New function.
9281 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
9282 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
9283 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
9284 (cl-ninth, cl-tenth): Mark them as inlinable.
9285 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
9286 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
9287 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
9288 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
9289 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
9290 (cl-list*, cl-adjoin): Don't put an autoload manually.
9291 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
9292 (cl--compiler-macro-list*): Add autoload cookie.
9293 (cl--compiler-macro-cXXr): New function.
9294
9295 * help-fns.el (help-fns--compiler-macro): New function extracted from
9296 describe-function-1; follow aliases and use `compiler-macro' property.
9297 (describe-function-1): Use it.
9298
9299 2012-06-11 Chong Yidong <cyd@gnu.org>
9300
9301 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
9302 is uninstalled, if imagemagick is installed.
9303
9304 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9305
9306 * emacs-lisp/cl-lib.el: Use lexical-binding.
9307 (cl-map-extents, cl-maclisp-member): Remove.
9308 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
9309 (cl--set-substring, cl--block-wrapper, cl--block-throw)
9310 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
9311 * emacs-lisp/cl-extra.el: Use lexical-binding.
9312 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
9313 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
9314 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
9315 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
9316 * emacs-lisp/cl-seq.el: Use lexical-binding.
9317 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
9318 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
9319 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
9320 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
9321 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
9322 CL's internals.
9323
9324 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
9325
9326 Sync with Tramp 2.2.6-pre.
9327
9328 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
9329 `print-length' and `print-level' to nil, in order to avoid
9330 truncation. Reported by Christopher Schmidt
9331 <christopher@ristopher.com>.
9332
9333 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
9334
9335 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
9336 New defmacro.
9337 (tramp-compat-copy-directory): Add optional argument
9338 COPY-CONTENTS. It is not handled yet.
9339
9340 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
9341 (tramp-ftp-file-name-p): Simplify.
9342
9343 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
9344 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
9345 connection vector.
9346
9347 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
9348 (tramp-methods): Do not use `tramp-password-end-of-line'.
9349 (tramp-completion-function-alist-putty): Handle UNIX case.
9350 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
9351 (tramp-do-file-attributes-with-stat)
9352 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
9353 gid as real numbers. They could run out of integer range on cygwin.
9354 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
9355 (tramp-sh-handle-expand-file-name): Handle hops.
9356 (tramp-open-connection-setup-interactive-shell):
9357 Use `tramp-cleanup'. Move check for busyboxes ...
9358 (tramp-find-shell): ... here. Simplify implementation.
9359 Set "remote-shell" property also for alternative shells.
9360 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
9361 If failing, a regular file would be written otherwise.
9362 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
9363 (tramp-find-inline-encoding): Cache the coding commands in the
9364 process cache. Apply test command on the remote side, if defined.
9365 (tramp-find-inline-compress): Cache the compress commands in the
9366 process cache.
9367 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
9368 when requested. Handle hops.
9369 (tramp-current-connection): New defvar.
9370 (tramp-maybe-open-connection): Use `tramp-cleanup'.
9371 Throw `suppress', if there was a failed connection shortly before.
9372 Handle user interrupt. (Bug#10187)
9373 (tramp-get-inline-compress, tramp-get-inline-coding):
9374 Read connection properties from the process cache.
9375
9376 * net/tramp-smb.el (tramp-smb-server-version)
9377 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
9378 New defconsts.
9379 (tramp-smb-prompt): Extend for powershell prompt.
9380 (tramp-smb-file-name-handler-alist): Add handlers for
9381 `process-file', `shell-command' and `start-file-process'.
9382 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
9383 (tramp-smb-winexe-shell-command-switch): New defcustoms.
9384 (tramp-smb-file-name-p): Simplify.
9385 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
9386 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
9387 (tramp-smb-shell-quote-argument): New defuns.
9388 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
9389 Implement using "tar". By this, time-stamps are preserved.
9390 (tramp-smb-handle-copy-file): Handle also the case of directories.
9391 (tramp-smb-do-file-attributes-with-stat)
9392 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
9393 Use `tramp-get-connection-buffer').
9394 (tramp-smb-handle-rename-file): Use "rename", when source and
9395 target are on the same share.
9396 (tramp-smb-maybe-open-connection): Handle wrong passwords.
9397 Use `tramp-smb-server-version'.
9398 (tramp-smb-wait-for-output): Remove prompt.
9399
9400 * net/tramp.el (top): Require 'cl.
9401 (tramp-methods, tramp-rsh-end-of-line):
9402 Remove `tramp-password-end-of-line' from docstring.
9403 (tramp-save-ad-hoc-proxies): New defcustom.
9404 (tramp-completion-function-alist): Adapt docstring.
9405 (tramp-default-password-end-of-line): Remove defcustom.
9406 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
9407 (tramp-user-regexp, tramp-file-name-regexp-unified)
9408 (tramp-file-name-regexp-url): Extend regexp by hop separator.
9409 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
9410 (tramp-remote-file-name-spec-regexp): New defconst.
9411 (tramp-file-name-structure): Extend structure for hops.
9412 (tramp-get-method-parameter): Move up.
9413 (tramp-file-name-p, tramp-dissect-file-name)
9414 (with-parsed-tramp-file-name): Handle hops.
9415 (tramp-file-name-hop): New defun.
9416 (tramp-make-tramp-file-name): New optional arg HOP.
9417 (tramp-message-show-progress-reporter-message): New defvar.
9418 (tramp-with-progress-reporter): Use it. We cannot use
9419 `tramp-message-show-message' here, because this suppresses also
9420 error buffers.
9421 (tramp-error-with-buffer): Suppress buffer view, if
9422 `tramp-message-show-message' is nil.
9423 Use `tramp-get-connection-buffer'.
9424 (tramp-cleanup): New defun.
9425 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
9426 (tramp-file-name-handler): If `debug-on-error' is set, propagate
9427 an error unchanged.
9428 (tramp-completion-handle-file-name-all-completions): Handle hops.
9429 Fix an error when called from ido.
9430 (tramp-completion-dissect-file-name): Use better local variable
9431 name. Add hop to the vector.
9432 (tramp-handle-insert-file-contents): Use progress-reporter for the
9433 whole scenario.
9434 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
9435 to `t'.
9436 (tramp-check-for-regexp): Simplify search.
9437 (tramp-enter-password): Remove it. Move implementation ...
9438 (tramp-action-password): ... here.
9439 (tramp-mode-string-to-int, tramp-local-host-p)
9440 (tramp-make-tramp-temp-file, tramp-read-passwd)
9441 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
9442 Set tramp-autoload cookie.
9443
9444 * net/trampver.el: Update release number.
9445
9446 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9447 Michael Albinus <michael.albinus@gmx.de>
9448
9449 * net/tramp.el (tramp-set-completion-function): Fix docstring.
9450 (tramp-parse-group, tramp-parse-file)
9451 (tramp-parse-shostkeys-sknownhosts): New defuns.
9452 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
9453 (tramp-parse-shosts-group, tramp-parse-sconfig)
9454 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
9455 (tramp-parse-sknownhosts, tramp-parse-hosts)
9456 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
9457 Use them.
9458 (tramp-parse-passwd-group, tramp-parse-netrc-group)
9459 (tramp-parse-putty-group): Don't narrow.
9460 (tramp-parse-putty): Make a loop.
9461 (tramp-file-name-handler): Catch the `suppress' signal.
9462
9463 2012-06-11 Chong Yidong <cyd@gnu.org>
9464
9465 * image.el (imagemagick-register-types): Put the ImageMagick entry
9466 at the end of image-type-file-name-regexps.
9467
9468 2012-06-11 Johan Bockgård <bojohan@gnu.org>
9469
9470 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
9471 (pcase, pcase-let*, pcase-dolist): Use them.
9472
9473 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * emacs-lisp/pcase.el (pcase--let*): New function.
9476 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
9477 (pcase--expand): Use macroexp-let².
9478
9479 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
9482 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
9483 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
9484 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
9485 * emacs-lisp/derived.el: Use pcase instead of `cl'.
9486 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
9487
9488 2012-06-10 Glenn Morris <rgm@gnu.org>
9489
9490 * mail/rmail.el (rmail-yank-current-message): Leave point at
9491 correct position. (Bug#11660)
9492
9493 2012-06-10 Chong Yidong <cyd@gnu.org>
9494
9495 * allout-widgets.el: Fix code header.
9496
9497 2012-06-10 Chong Yidong <cyd@gnu.org>
9498
9499 * cus-edit.el (customize-changed-options-previous-release):
9500 Bump to 24.1.
9501
9502 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
9503
9504 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
9505
9506 2012-06-09 Chong Yidong <cyd@gnu.org>
9507
9508 * ebuff-menu.el (electric-buffer-list): Preserve header line.
9509
9510 2012-06-09 Martin Rudalics <rudalics@gmx.at>
9511
9512 * window.el (special-display-popup-frame): Don't use
9513 window--display-buffer (Bug#11651).
9514
9515 2012-06-09 Eli Zaretskii <eliz@gnu.org>
9516
9517 Fix parallel builds: make sure loaddefs.el is not being written
9518 while Lisp files are compiled.
9519 (compile): Don't depend on 'mh-autoloads'.
9520 (compile-CMD, compile-SH): Depend on 'autoloads'.
9521 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
9522
9523 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
9524
9525 2012-06-09 Chong Yidong <cyd@gnu.org>
9526
9527 * face-remap.el (face-remap-add-relative, face-remap-set-base)
9528 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
9529 Doc fixes (Bug#11225).
9530
9531 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
9534 a function if there's a clear indication that it has a compiler-macro.
9535 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
9536 (macro-declarations-alist): Add arglist to declaration functions.
9537 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
9538 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
9539 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
9540 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
9541 Also add autoload to find the compiler macro.
9542 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
9543 (cl--compiler-macro-member, cl--compiler-macro-assoc)
9544 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
9545 (cl--compiler-macro-get): New functions, replacing calls to
9546 cl-define-compiler-macro.
9547 (cl-typep) [compiler-macro]: Use macroexp-let².
9548
9549 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
9550
9551 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
9552 string properly, fixes Bug#11473.
9553
9554 2012-06-08 Chong Yidong <cyd@gnu.org>
9555
9556 * faces.el (set-face-attribute): Doc fix.
9557 (modify-face): Don't use :bold and :italic.
9558 (error, warning, success): Tweak definitions.
9559
9560 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
9561 (custom-modified, custom-set, custom-changed, custom-themed)
9562 (custom-saved, custom-button, custom-button-mouse)
9563 (custom-button-pressed, custom-state, custom-comment-tag)
9564 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
9565 (custom-group-subtitle): Use new-style face specs.
9566 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9567 (custom-set-face, custom-changed-face, custom-saved-face)
9568 (custom-button-face, custom-button-pressed-face)
9569 (custom-documentation-face, custom-state-face)
9570 (custom-comment-face, custom-comment-tag-face)
9571 (custom-variable-tag-face, custom-variable-button-face)
9572 (custom-face-tag-face, custom-group-tag-face-1)
9573 (custom-group-tag-face): Remove obsolete face alias.
9574
9575 * epa.el (epa-validity-high, epa-validity-medium)
9576 (epa-validity-low, epa-mark, epa-field-name, epa-string)
9577 (epa-field-name, epa-field-body):
9578 * font-lock.el (font-lock-comment-face, font-lock-string-face)
9579 (font-lock-keyword-face, font-lock-builtin-face)
9580 (font-lock-function-name-face, font-lock-variable-name-face)
9581 (font-lock-type-face, font-lock-constant-face):
9582 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9583 (ido-virtual, ido-indicator, ido-incomplete-regexp):
9584 * speedbar.el (speedbar-button-face, speedbar-file-face)
9585 (speedbar-directory-face, speedbar-tag-face)
9586 (speedbar-selected-face, speedbar-highlight-face)
9587 (speedbar-separator-face):
9588 * whitespace.el (whitespace-newline, whitespace-space)
9589 (whitespace-hspace, whitespace-tab, whitespace-trailing)
9590 (whitespace-line, whitespace-space-before-tab)
9591 (whitespace-space-after-tab, whitespace-indentation)
9592 (whitespace-empty):
9593 * emulation/cua-base.el (cua-global-mark):
9594 * eshell/em-prompt.el (eshell-prompt):
9595 * net/newst-plainview.el (newsticker-new-item-face)
9596 (newsticker-old-item-face, newsticker-immortal-item-face)
9597 (newsticker-obsolete-item-face, newsticker-date-face)
9598 (newsticker-statistics-face, newsticker-default-face):
9599 * net/newst-reader.el (newsticker-feed-face)
9600 (newsticker-extra-face, newsticker-enclosure-face):
9601 * net/newst-treeview.el (newsticker-treeview-face)
9602 (newsticker-treeview-new-face, newsticker-treeview-old-face)
9603 (newsticker-treeview-immortal-face)
9604 (newsticker-treeview-obsolete-face)
9605 (newsticker-treeview-selection-face):
9606 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
9607 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
9608 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
9609 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
9610 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
9611 (nxml-outline-active-indicator, nxml-outline-ellipsis):
9612 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9613 (mpuz-text):
9614 * progmodes/vera-mode.el (vera-font-lock-number)
9615 (vera-font-lock-function, vera-font-lock-interface):
9616 * textmodes/table.el (table-cell): Use new-style face specs, and
9617 don't use the old :bold and :italic attributes.
9618
9619 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
9620 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
9621 (ebrowse-member-class, ebrowse-progress): Likewise.
9622 (ebrowse-tree-mark-face, ebrowse-root-class-face)
9623 (ebrowse-file-name-face, ebrowse-default-face)
9624 (ebrowse-member-attribute-face, ebrowse-member-class-face)
9625 (ebrowse-progress-face): Remove obsolete faces.
9626
9627 * progmodes/flymake.el (flymake-errline, flymake-warnline):
9628 Inherit from error and warning faces respectively.
9629
9630 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9631 Likewise.
9632 (flyspell-incorrect-face, flyspell-duplicate-face):
9633 Remove obsolete aliases.
9634
9635 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
9636
9637 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9638 Avoid infloop.
9639
9640 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * startup.el (argv, argi): Make lexically scoped.
9643 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
9644 * emacs-lisp/cl-macs.el: Use lexical-binding.
9645 Rename cl-bind-* to cl--bind-*.
9646 * files.el: Don't require `cl' since it doesn't use it.
9647 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
9648
9649 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
9650
9651 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
9652 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
9653 instead of calling external sort utility.
9654 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
9655
9656 2012-06-08 Eli Zaretskii <eliz@gnu.org>
9657
9658 * descr-text.el (describe-char): Mention how to insert the
9659 character, if the current input method doesn't support it.
9660 See the discussion in this thread for the details:
9661 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
9662
9663 2012-06-08 Sam Steingold <sds@gnu.org>
9664
9665 * bindings.el (global-map): Bind XF86Forward to next-buffer and
9666 XF86Back to previous-buffer.
9667 (minibuffer-local-map): Bind them to next-history-element and
9668 previous-history-element respectively.
9669 * help-mode.el (help-mode-map): Bind them to help-go-forward and
9670 help-go-back respectively.
9671 * info.el (Info-mode-map): Bind them to Info-history-forward and
9672 Info-history-back respectively.
9673 These are the keys next to Up on the ThinkPad keyboard.
9674
9675 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9676
9677 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
9678 * emacs-lisp/cl-macs.el: Provide itself.
9679 (cl--labels-convert-cache): New var.
9680 (cl--labels-convert): New function.
9681 (cl-flet, cl-labels): New implementation with new semantics, relying on
9682 lexical-binding.
9683 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
9684 (cl-closure-vars, cl--function-convert-cache)
9685 (cl--function-convert): Move from cl-macs.el.
9686 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
9687 rename by removing the "cl-" prefix.
9688 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
9689
9690 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
9693 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
9694 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
9695 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
9696 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
9697 (cl-hash-table-count): Add old compatibility aliases.
9698
9699 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
9700 Use macroexpand-all-environment instead.
9701 (cl--old-macroexpand): New var.
9702 (cl--sm-macroexpand): New function.
9703 (cl-symbol-macrolet): Use it during macro expansion.
9704 (cl--function-convert-cache): New var.
9705 (cl--function-convert): New function, extracted from
9706 cl-macroexpand-all.
9707 (cl-lexical-let): Use it.
9708
9709 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
9710 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
9711 (cl-member): Remove old alias.
9712
9713 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
9714 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
9715 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
9716 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
9717 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
9718 (cl-macroexpand-cmacs): Remove var.
9719 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
9720 Use macroexpand-all instead.
9721
9722 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
9725 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
9726 (macroexp-copyable-p): New functions and macros.
9727 * emacs-lisp/edebug.el (edebug-unwrap):
9728 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
9729 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
9730 (pcase--let*): Remove.
9731 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
9732 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
9733 macroexp-const-p instead.
9734 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
9735
9736 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
9737 instead of "cl-" for internal definitions. Use macroexp-const-p.
9738 (cl-old-bc-file-form): Remove var.
9739 (cl-const-exprs-p): Remove fun.
9740 (cl-labels, cl-macrolet): Use backquote.
9741 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
9742 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
9743 (cl-define-setf-expander): Rename from cl-define-setf-method.
9744 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
9745
9746 * international/mule-cmds.el: Don't require CL.
9747 (view-hello-file): Don't use `letf'.
9748
9749 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * tmm.el (tmm-prompt): Use string-prefix-p.
9752 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
9753 (tmm-add-prompt): Use minibuffer-completion-help.
9754 (tmm-delete-map): Remove.
9755
9756 * subr.el (kbd): Make it its own function.
9757
9758 2012-06-07 Stefan Merten <smerten@oekonux.de>
9759
9760 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
9761 Silence compiler warnings. Fix versions.
9762 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
9763 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
9764 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
9765 (rst-package-emacs-version-alist): Correct Emacs version to
9766 represent major merge with upstream.
9767 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
9768
9769 2012-06-06 Glenn Morris <rgm@gnu.org>
9770
9771 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
9772 Only print environment variables if set.
9773
9774 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
9777 (macroexp--cons): Rename from maybe-cons.
9778 (macroexp--accumulate): Rename from macroexp-accumulate.
9779 (macroexp--all-forms): Rename from macroexpand-all-forms.
9780 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
9781 (macroexp--expand-all): Rename from macroexpand-all-1.
9782
9783 2012-06-06 Sam Steingold <sds@gnu.org>
9784
9785 * calendar/calendar.el (calendar-in-read-only-buffer):
9786 Call `special-mode' to enable the standard read-only keybindings.
9787
9788 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9789
9790 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
9791 with "loading" messages (bug#11635).
9792
9793 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
9794
9795 * files.el (enable-remote-dir-locals): New option.
9796 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
9797
9798 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
9799 Ensure, that the temp directory is local.
9800
9801 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
9802 `temporary-file-directory'.
9803
9804 * progmodes/python.el (python-send-region): Ensure, that the
9805 temporary file is created also in the remote case.
9806
9807 2012-06-06 Glenn Morris <rgm@gnu.org>
9808
9809 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
9810 (vc-rcs-update-changelog): Use it.
9811
9812 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
9813
9814 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
9815 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
9816 (vc-sccs-diff): Replace use of the external vcdiff script.
9817
9818 2012-06-05 Glenn Morris <rgm@gnu.org>
9819
9820 * ledit.el: Move to obsolete/.
9821
9822 2012-06-05 Sam Steingold <sds@gnu.org>
9823
9824 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
9825 patch (Bug#11140).
9826
9827 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * emacs-lisp/cust-print.el: Move to obsolete.
9830
9831 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
9832 compiler-macro expansion.
9833
9834 Add native compiler-macro support.
9835 * emacs-lisp/macroexp.el (macroexpand-all-1):
9836 Support compiler-macros directly. Properly follow aliases and apply
9837 the compiler macros more thoroughly.
9838 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
9839 macroexpand now properly follows aliases.
9840 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
9841 (cl-compiler-macroexpand): Use new prop.
9842 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
9843
9844 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
9845
9846 2012-06-05 Martin Rudalics <rudalics@gmx.at>
9847
9848 * window.el (get-lru-window, get-mru-window, get-largest-window):
9849 New argument NOT-SELECTED to avoid picking the selected window.
9850 (window--display-buffer-1, window--display-buffer-2): Replace by
9851 new function window--display-buffer
9852 (display-buffer-same-window, display-buffer-reuse-window)
9853 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9854 Use window--display-buffer.
9855 (display-buffer-use-some-window): Remove temporary dedication
9856 hack by calling get-lru-window and get-largest-window with
9857 NOT-SELECTED argument non-nil. Call window--display-buffer.
9858
9859 2012-06-05 Glenn Morris <rgm@gnu.org>
9860
9861 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
9862 Replace external vcdiff script.
9863
9864 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
9867
9868 2012-06-04 Chong Yidong <cyd@gnu.org>
9869
9870 * image.el (imagemagick-types-inhibit): Revert last change.
9871 Add INFO and M.
9872 (imagemagick-enabled-types): Remove CIN and EPS*.
9873
9874 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * emacs-lisp/cl-lib.el: Rename from cl.el.
9877 * emacs-lisp/cl.el: New compatibility file.
9878 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
9879 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
9880 to obey the "cl-" prefix.
9881 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
9882
9883 2012-06-03 Glenn Morris <rgm@gnu.org>
9884
9885 * emacs-lisp/authors.el (authors-aliases): Addition.
9886
9887 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
9888 Fix :version.
9889
9890 2012-06-03 Stefan Merten <smerten@oekonux.de>
9891
9892 * textmodes/rst.el: Add comments.
9893 (rst-transition, rst-adornment): New faces.
9894 (rst-adornment-faces-alist): Make default safe to reevaluate.
9895 Fixes
9896 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
9897 Improve customization tags.
9898 (rst-define-level-faces): Clarify meaning.
9899
9900 2012-06-03 Chong Yidong <cyd@gnu.org>
9901
9902 * progmodes/compile.el (compilation-mode-line-fail)
9903 (compilation-mode-line-run, compilation-mode-line-exit):
9904 New faces.
9905 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
9906
9907 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
9908
9909 * progmodes/which-func.el (which-func-update-ediff-windows):
9910 New function. Use it in ediff-select-hook (Bug#11478).
9911
9912 2012-06-03 Chong Yidong <cyd@gnu.org>
9913
9914 * bindings.el: Remove explicit help text from format-mode-line.
9915 It is now supplied by mode-line-default-help-echo.
9916 (mode-line-front-space, mode-line-end-spaces)
9917 (mode-line-misc-info): New variables.
9918 (mode-line-modes, mode-line-position): Move the default value to
9919 the variable definition.
9920 (mode-line-default-help-echo): New defcustom.
9921 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
9922 (mode-line-modified-help-echo): New functions.
9923 (mode-line-mule-info, mode-line-modified): Use them.
9924 (mode-line-eol-desc, propertized-buffer-identification):
9925 Consistency fixes for help text.
9926 (mode-line-coding-system-map): Allow using mouse-3 to invoke
9927 set-buffer-file-coding-system (Bug#289).
9928 (mode-line-mule-info-help-echo): Update help text.
9929
9930 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * simple.el (execute-extended-command): Set real-this-command
9933 (bug#11506).
9934
9935 2012-06-02 Chong Yidong <cyd@gnu.org>
9936
9937 Remove incorrect uses of "modeline" in comments, docstrings, and
9938 function/variable names (Bug#10329).
9939
9940 * cus-edit.el (mode-line):
9941 * dframe.el (dframe-mouse-hscroll):
9942 * emacs-lisp/re-builder.el:
9943 * emacs-lisp/easy-mmode.el (define-minor-mode):
9944 * frame.el (set-frame-name):
9945 * help.el (lookup-minor-mode-from-indicator):
9946 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
9947 * progmodes/cc-cmds.el (c-toggle-auto-newline)
9948 (c-toggle-hungry-state):
9949 * progmodes/antlr-mode.el (antlr-language-alist):
9950 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
9951 * progmodes/vhdl-mode.el (vhdl-mode):
9952 * progmodes/which-func.el (which-func, which-func-cleanup-function):
9953 * term/ns-win.el (ns-face-at-pos):
9954 * term/sup-mouse.el (sup-mouse-report):
9955 * textmodes/flyspell.el (flyspell-mode-line-string):
9956 * textmodes/ispell.el (ispell-highlight-face):
9957 * textmodes/reftex-global.el:
9958 * vc/vc-arch.el (vc-arch-mode-line-string):
9959 * vc/vc-cvs.el (vc-cvs-mode-line-string):
9960 * vc/vc-git.el (vc-git-mode-line-string):
9961 * vc/vc-hooks.el (vc-display-status)
9962 (vc-default-mode-line-string):
9963 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
9964
9965 * ansi-color.el (ansi-color-faces-vector): Change default faces.
9966
9967 * dired.el (dired-sort-set-mode-line): Rename from
9968 dired-sort-set-modeline. All callers changed.
9969
9970 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
9971 eshell-status-in-modeline.
9972
9973 * foldout.el (foldout-mode-line-string): Rename from
9974 foldout-modeline-string. All callers changed.
9975 (foldout-update-mode-line): Rename from foldout-update-modeline.
9976
9977 * subr.el (redraw-modeline): Make into obsolete alias.
9978
9979 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
9980 timeclock-modeline-display. Make old name an alias.
9981 (timeclock-update-mode-line): Likewise. All callers changed.
9982 (timeclock-mode-line-display): No need to check before using
9983 add-hook.
9984 (timeclock-relative, timeclock-day-over-hook)
9985 (timeclock-use-elapsed, timeclock-mode-string)
9986 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
9987
9988 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
9989 crisp-mode-modeline-string.
9990
9991 * play/solitaire.el (solitaire-build-mode-line): Rename from
9992 solitaire-build-modeline. All callers changed.
9993
9994 * play/zone.el (zone-hiding-mode-line): Rename from
9995 zone-hiding-modeline. All callers changed.
9996 (zone): Remove unusued `modeline-hidden-level' property.
9997
9998 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
9999 xscheme-modeline-initialize. All callers changed.
10000
10001 * strokes.el (strokes-lighter): Rename from
10002 strokes-modeline-string.
10003
10004 * textmodes/sgml-mode.el (html-face-tag-alist)
10005 (html-tag-face-alist): Use mode-line face instead of obsolete
10006 alias modeline.
10007
10008 2012-06-02 Stefan Merten <smerten@oekonux.de>
10009
10010 * textmodes/rst.el: Always require `cl'.
10011 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
10012
10013 2012-06-02 Chong Yidong <cyd@gnu.org>
10014
10015 * image.el (imagemagick-enabled-types): Rename from
10016 imagemagick-types-enable. Add many more types.
10017 (imagemagick-types-inhibit): Change default to nil.
10018 (imagemagick-filter-types): Caller changed.
10019
10020 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10021
10022 * emacs-lisp/cl-macs.el: Use backquotes.
10023 (cl-transform-function-property): Use eval-and-compile rather than
10024 abusing `require'.
10025 (defstruct): Use declare-function instead of with-no-warnings.
10026
10027 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
10028 (byte-compile-output-docform): Re-add the print-circle bindings.
10029 (byte-compile-fix-header): Use #$ just because it's shorter.
10030 (byte-compile-output-file-form): Remove defun/defmacro.
10031
10032 2012-06-01 Martin Rudalics <rudalics@gmx.at>
10033
10034 * simple.el (choose-completion): Remove now obsolete binding for
10035 owindow.
10036
10037 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
10038
10039 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
10040 in order to avoid "Stack overflow in regexp matcher".
10041
10042 2012-05-31 Glenn Morris <rgm@gnu.org>
10043
10044 * image.el: For clarity, call imagemagick-register-types at
10045 top-level, rather than relying on a custom :initialize.
10046 (imagemagick-types-enable): New option. (Bug#11557)
10047 (imagemagick-filter-types): New function. (Bug#7406)
10048 (imagemagick-register-types): Use imagemagick-filter-types.
10049 If disabling support, remove elements altogether rather
10050 than using an impossible regexp.
10051 (imagemagick-types-inhibit): Give it the default init function.
10052
10053 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10054
10055 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
10056 Handle arbitrary file name lengths (Bug#11585).
10057
10058 2012-05-31 Martin Rudalics <rudalics@gmx.at>
10059
10060 * desktop.el (desktop-read): Clear previous and next buffers for
10061 all windows and bury *Messages* buffer (bug#11556).
10062
10063 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10064
10065 Add `declare' for `defun'. Align `defmacro's with it.
10066 * emacs-lisp/easy-mmode.el (define-minor-mode)
10067 (define-globalized-minor-mode): Don't autoload the var definitions.
10068 * emacs-lisp/byte-run.el: Use lexical-binding.
10069 (defun-declarations-alist, macro-declarations-alist): New vars.
10070 (defmacro, defun): Use them.
10071 (make-obsolete, define-obsolete-function-alias)
10072 (make-obsolete-variable, define-obsolete-variable-alias):
10073 Use `declare'.
10074 (macro-declaration-function): Mark obsolete.
10075 * emacs-lisp/autoload.el: Use lexical-binding.
10076 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
10077
10078 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10079
10080 * textmodes/ispell.el (ispell-with-no-warnings):
10081 Define as a macro.
10082 (ispell-kill-ispell, ispell-change-dictionary):
10083 Use `called-interactively-p' for Emacs instead of obsolete
10084 `interactive-p'.
10085
10086 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10087
10088 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
10089 (macro-declaration-function): Move var from C code.
10090 (macro-declaration-function): Define function with defalias.
10091 * emacs-lisp/macroexp.el (macroexpand-all-1):
10092 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
10093 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
10094 defun/defmacro any more.
10095 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
10096 Provide fallback for unknown arglist.
10097 (byte-compile-arglist-warn): Change calling convention.
10098 (byte-compile-output-file-form): Move print-vars binding.
10099 (byte-compile-output-docform): Simplify accordingly.
10100 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
10101 (byte-compile-defmacro-declaration): Remove.
10102 (byte-compile-file-form-defmumble): Generalize to defalias.
10103 (byte-compile-output-as-comment): Return byte-positions.
10104 Simplify callers accordingly.
10105 (byte-compile-lambda): Use `assert'.
10106 (byte-compile-defun, byte-compile-defmacro): Remove.
10107 (byte-compile-file-form-defalias):
10108 Use byte-compile-file-form-defmumble.
10109 (byte-compile-defalias-warn): Remove.
10110
10111 2012-05-29 Stefan Merten <smerten@oekonux.de>
10112
10113 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
10114 possible. Fix authors. Improve comments. Improve loading of `cl'.
10115
10116 (rst-mode-abbrev-table): Merge definition.
10117 (rst-mode): Make sure `font-lock-defaults' is buffer local.
10118 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
10119
10120 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
10121
10122 * calendar/icalendar.el
10123 (icalendar-export-region): Export UID properly.
10124
10125 2012-05-29 Leo Liu <sdl.web@gmail.com>
10126 * calendar/icalendar.el (icalendar-import-format):
10127 Add `icalendar-import-format-uid' (Bug#11525).
10128 (icalendar-import-format-uid): New.
10129 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
10130 Export UID.
10131
10132 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
10135 different alternative patterns.
10136 (pcase-codegen): Be more careful to preserve identity.
10137 (pcase--u1): Don't forget to mark vars as used.
10138
10139 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
10140 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
10141 (byte-compile-from-buffer): ...rather than here.
10142
10143 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
10144 functions from byte-compile-function-environment.
10145
10146 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
10147
10148 * window.el (window-deletable-p): Avoid deleting the root window
10149 of a frame with an active minibuffer.
10150
10151 2012-05-29 Martin Rudalics <rudalics@gmx.at>
10152
10153 * simple.el (choose-completion): Use quit-window (Bug#11567).
10154
10155 2012-05-29 Chong Yidong <cyd@gnu.org>
10156
10157 * whitespace.el (whitespace-cleanup): Fix usage of
10158 whitespace-empty-at-bob-regexp (Bug#11492).
10159
10160 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10161
10162 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
10163 revert (Bug#11488).
10164
10165 2012-05-29 Juri Linkov <juri@jurta.org>
10166
10167 * isearch.el (isearch-mode-map): Bind `M-s _' to
10168 `isearch-toggle-symbol'. Bind `M-s c' to
10169 `isearch-toggle-case-fold'.
10170 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
10171 (isearch-forward): Add `M-s _' to the docstring.
10172 (isearch-forward-symbol, isearch-toggle-case-fold)
10173 (isearch-symbol-regexp): New functions. (Bug#11381)
10174
10175 2012-05-29 Juri Linkov <juri@jurta.org>
10176
10177 * isearch.el (isearch-word): Add docstring. (Bug#11381)
10178 (isearch-occur, isearch-search-and-update): If `isearch-word' is
10179 a function, call it to get the regexp.
10180 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
10181 property `isearch-message-prefix' instead of the string "word ".
10182 (isearch-search-fun-default): For the case of `isearch-word',
10183 return a lambda that calls re-search-forward/re-search-backward
10184 with a regexp returned by `word-search-regexp' or by the function
10185 in `isearch-word'.
10186
10187 2012-05-29 Juri Linkov <juri@jurta.org>
10188
10189 * isearch.el (isearch-search-fun-default): New function.
10190 (isearch-search-fun): Move default part to the new function
10191 `isearch-search-fun-default'.
10192 (isearch-search-fun-function): Set the default value to
10193 `isearch-search-fun-default'. (Bug#11381)
10194
10195 * comint.el (comint-history-isearch-end):
10196 Use `isearch-search-fun-default'.
10197 (comint-history-isearch-search): Use `isearch-search-fun-default'
10198 and remove spacial case for `isearch-word'.
10199 (comint-history-isearch-wrap): Remove spacial case for
10200 `isearch-word'.
10201
10202 * hexl.el (hexl-isearch-search-function):
10203 Use `isearch-search-fun-default'.
10204
10205 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
10206 Use `word-search-regexp' for `isearch-word'.
10207
10208 * misearch.el (multi-isearch-search-fun):
10209 Use `isearch-search-fun-default'.
10210
10211 * simple.el (minibuffer-history-isearch-search):
10212 Use `isearch-search-fun-default' and remove spacial case for
10213 `isearch-word'.
10214 (minibuffer-history-isearch-wrap): Remove spacial case for
10215 `isearch-word'.
10216
10217 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
10218 Remove spacial case for `isearch-word'.
10219 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
10220
10221 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10222
10223 Decrease XEmacs incompatibilities.
10224 * textmodes/flyspell.el (flyspell-check-pre-word-p):
10225 Use `string-match'.
10226 (flyspell-delete-region-overlays): Use alternative definition for
10227 XEmacs.
10228 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
10229 (flyspell-word): Use `process-kill-without-query' if XEmacs.
10230 (flyspell-mode-on): Use `interactive-p' if XEmacs.
10231 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
10232 `define-obsolete-face-alias' under XEmacs, but old method.
10233
10234 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
10235 `with-no-warnings' definition or Emacs alias.
10236 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
10237 (ispell-word): Do not use `region-p' if XEmacs.
10238
10239 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10240
10241 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10242 Check for `ispell-dictionary-base-alist' instead of full
10243 `ispell-dictionary-alist'.
10244 (ispell-init-process): Show spellchecker when starting new Ispell
10245 process.
10246
10247 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
10250 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
10251
10252 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
10253
10254 * version.el (motif-version-string, gtk-version-string)
10255 (ns-version-string): Declare.
10256
10257 2012-05-27 Juri Linkov <juri@jurta.org>
10258
10259 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
10260 after the `eval-defun-1' specialcaseing
10261 like in `edebug-eval-defun' (bug#10181).
10262
10263 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
10264 like in `eval-defun-1'.
10265
10266 2012-05-27 Eli Zaretskii <eliz@gnu.org>
10267
10268 * mail/sendmail.el (mail-yank-region):
10269 Recognize rmail-yank-current-message in addition to insert-buffer.
10270 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
10271 a *mail* buffer created through rmail-start-mail with sendmail as
10272 mail-user-agent.
10273
10274 2012-05-27 Chong Yidong <cyd@gnu.org>
10275
10276 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
10277 Default to 256 (Bug#11267).
10278
10279 * help.el (describe-mode): Doc fix.
10280
10281 2012-05-26 Glenn Morris <rgm@gnu.org>
10282
10283 * w32-fns.el (w32-init-info): Remove.
10284 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
10285
10286 * info.el (info-initialize): For self-contained NS builds, put the
10287 included info/ directory at the front. (Bug#2791)
10288
10289 * paths.el (Info-default-directory-list): Make it a defcustom,
10290 mainly so that we can use custom-initialize-delay.
10291
10292 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10293
10294 * subr.el (buffer-has-markers-at): Mark obsolete.
10295
10296 * subr.el (lambda): Use declare.
10297
10298 * emacs-lisp/lisp-mode.el (lambda):
10299 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
10300
10301 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10302
10303 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
10304
10305 2012-05-26 Glenn Morris <rgm@gnu.org>
10306
10307 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
10308
10309 2012-05-25 Glenn Morris <rgm@gnu.org>
10310
10311 * paths.el: Remove no-byte-compile.
10312 * loadup.el: No need to load paths.el uncompiled.
10313
10314 * image.el (imagemagick-types-inhibit): Doc fix.
10315
10316 * version.el: Remove no-byte-compile and associated formatting.
10317 * loadup.el: No need to load version.el uncompiled. AFAICS, this
10318 is ancient code from when there was an "inc-vers.el".
10319
10320 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10321
10322 * progmodes/gdb-mi.el: Minor style changes.
10323 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
10324 Turn into minor modes.
10325 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
10326 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
10327 (gdb-shell): Remove unneeded let-binding.
10328 (gdb-get-many-fields): Eliminate O(n²) behavior.
10329
10330 2012-05-25 Eli Zaretskii <eliz@gnu.org>
10331
10332 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
10333 platforms that don't link in fontset.c.
10334
10335 2012-05-25 Juri Linkov <juri@jurta.org>
10336
10337 Use the same diff color scheme as in modern VCSes (bug#10181).
10338
10339 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
10340 to avoid confusion with `diff-added' that now uses green colors.
10341 (diff-removed): Use shades of red.
10342 (diff-added): Use shades of green.
10343 (diff-changed): Leave just the yellow color.
10344 (diff-use-changed-face): New variable.
10345 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
10346 how to highlight context diff changes.
10347 (diff-refine-change): Use shades of yellow.
10348 (diff-refine-removed): New face that uses shades of red.
10349 (diff-refine-added): New face that uses shades of green.
10350 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
10351 `diff-refine-removed' in the call to `smerge-refine-subst'
10352 depending on the value of `diff-use-changed-face'.
10353
10354 * vc/smerge-mode.el (smerge-mine): Use shades of red.
10355 (smerge-other): Use shades of green.
10356 (smerge-base): Use shades of yellow.
10357 (smerge-refined-change): Empty face.
10358 (smerge-refined-removed): New face that uses shades of red.
10359 (smerge-refined-added): New face that uses shades of green.
10360 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
10361 args `props-r' and `props-a', and use them. Doc fix.
10362 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
10363 on its value use different faces `smerge-refined-change',
10364 `smerge-refined-removed', `smerge-refined-added' in the call to
10365 `smerge-refine-subst'.
10366
10367 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
10368 Add face condition `min-colors 88' with shades of red.
10369 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
10370 `min-colors 88' with shades of green.
10371 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
10372 `min-colors 88' with shades of yellow.
10373
10374 2012-05-24 Glenn Morris <rgm@gnu.org>
10375
10376 * paths.el (prune-directory-list, remote-shell-program): Move to...
10377 * files.el (prune-directory-list, remote-shell-program): ...here.
10378 For the latter, delay initialization, prefer ssh, just search PATH.
10379
10380 * paths.el (term-file-prefix): Move to faces.el (the only user).
10381 * faces.el (term-file-prefix): Move here, make it a defcustom.
10382
10383 * paths.el (news-directory, news-path, news-inews-program):
10384 Move to gnus/nnspool.el.
10385
10386 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10387
10388 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
10389 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
10390 Make the latter a defcustom, with a delayed initialization.
10391
10392 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
10393 These were deleted from Gnus itself late 2010.
10394
10395 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
10396
10397 * progmodes/which-func.el (which-func-ff-hook):
10398 Check against user-error, not error.
10399
10400 * emacs-lisp/edebug.el (top): Do not load or set up loading of
10401 cl-specs.el, which no longer exists.
10402
10403 2012-05-22 Glenn Morris <rgm@gnu.org>
10404
10405 * info.el (info-emacs-bug): New command.
10406 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
10407 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
10408
10409 2012-05-21 Glenn Morris <rgm@gnu.org>
10410
10411 * makefile.w32-in (update-subdirs-SH):
10412 * Makefile.in (update-subdirs): Update for moved update-subdirs.
10413
10414 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
10417
10418 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10419 Simplify Maven regexp, and make sure the file can't start with a space
10420 (bug#11517).
10421
10422 2012-05-21 Glenn Morris <rgm@gnu.org>
10423
10424 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10425 Scrap superfluous subshells.
10426
10427 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
10430 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
10431
10432 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
10433
10434 * calc/calc.el (calc-ensure-consistent-units): New variable.
10435
10436 * calc/calc-units.el (math-consistent-units-p)
10437 (math-check-unit-consistency): New functions.
10438 (calc-quick-units, calc-convert-units):
10439 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
10440 is non-nil.
10441 (calc-extract-units): Fix typo.
10442
10443 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
10446
10447 * textmodes/flyspell.el: Commenting style, plus code simplifications.
10448 (flyspell-default-deplacement-commands): Don't spell check after
10449 repeated window/frame switches (e.g. triggered by mouse-movement).
10450 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
10451 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
10452 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
10453 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
10454 Remove unused vars.
10455 (flyspell-get-casechars, flyspell-get-not-casechars):
10456 Simplify; Don't bother removing a ] just to add it back.
10457 * textmodes/ispell.el (ispell-program-name): Use executable-find.
10458
10459 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10460
10461 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
10462 New functions.
10463 (math-function-table): Add support for more C functions.
10464
10465 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10466
10467 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10468 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10469 Protect delay handling for otherchars against empty otherchars.
10470
10471 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
10474 their respective macro declarations.
10475 * skeleton.el (define-skeleton):
10476 * progmodes/compile.el (define-compilation-mode):
10477 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
10478 (define-ibuffer-filter):
10479 * emacs-lisp/generic.el (define-generic-mode):
10480 * emacs-lisp/easy-mmode.el (define-minor-mode)
10481 (define-globalized-minor-mode):
10482 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
10483 * emacs-lisp/byte-run.el (defsubst):
10484 * custom.el (deftheme): Add doc-string metadata.
10485
10486 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
10489
10490 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10491
10492 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
10493
10494 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
10495 * emacs-lisp/cl-macs.el: Idem.
10496 * emacs-lisp/cl-specs.el: Remove.
10497
10498 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 Minor renaming of internal CL functions and variables.
10501 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
10502 (cl--position): Rename from cl-position.
10503 (cl--delete-duplicates): Rename from cl-delete-duplicates.
10504 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
10505 (cl--random-state): Rename from *random-state*.
10506
10507 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10508
10509 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
10510 parens around the arg list (bug#11499).
10511
10512 2012-05-17 Juri Linkov <juri@jurta.org>
10513
10514 * isearch.el (word-search-regexp, word-search-backward)
10515 (word-search-forward, word-search-backward-lax)
10516 (word-search-forward-lax): Move functions from search.c
10517 (bug#10145, bug#11381).
10518
10519 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10520
10521 * textmodes/flyspell.el (flyspell-check-pre-word-p)
10522 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
10523 Delay for otherchars as for normal word components.
10524
10525 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10526
10527 * minibuffer.el (completion--sifn-requote): Fix last change.
10528 (minibuffer-local-must-match-filename-map):
10529 Move define-obsolete-variable-alias before its var.
10530
10531 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
10534
10535 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
10536 behavior.
10537 (completion--string-equal-p): New function.
10538 (completion--twq-all): Use it to get better assertion failure data.
10539
10540 Only handle ".." and '..' quoting in shell-mode (bug#11466).
10541 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
10542 (shell--requote-argument): New functions.
10543 (shell-completion-vars): Use them.
10544 (shell--parse-pcomplete-arguments): Rename from
10545 shell-parse-pcomplete-arguments.
10546 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
10547 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
10548 Obey comint-file-name-quote-list.
10549
10550 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
10551 (smie-indent-keyword): Use it.
10552
10553 2012-05-14 Stefan Merten <smerten@oekonux.de>
10554
10555 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
10556
10557 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10558
10559 * net/rlogin.el (rlogin-mode-map): Fix last change.
10560
10561 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
10562
10563 * mail/smtpmail.el (smtpmail-send-command): Send the command and
10564 the following \r\n using a single `process-send-string', since the
10565 Lotus SMTP server refuses to accept any commands if they are sent
10566 with two `process-send-string's (Bug#11444).
10567
10568 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
10569
10570 * shell.el (shell-parse-pcomplete-arguments):
10571 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
10572
10573 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10574
10575 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
10576 (image-transform-scale, image-transform-right-angle-fudge): New vars.
10577 (image-transform-width, image-transform-fit-width): New functions.
10578 (image-transform-properties): Use them.
10579 (image-transform-check-size): New function.
10580 (image-toggle-display-image): Use it (for testing).
10581 (image-transform-set-rotation): Reduce angle mod 360.
10582 Delete obsolete comment.
10583
10584 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
10585
10586 * image-mode.el: Fix scaling (bug#11399).
10587 (image-transform-resize): Doc fix.
10588 (image-transform-properties): Default scale is 1 and height should
10589 be an integer.
10590
10591 2012-05-13 Johan Bockgård <bojohan@gnu.org>
10592
10593 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
10594 than hard-coding `car', to fix misbehavior when moving forward.
10595
10596 2012-05-13 Chong Yidong <cyd@gnu.org>
10597
10598 * emacs-lisp/tabulated-list.el (tabulated-list-format)
10599 (tabulated-list-entries, tabulated-list-padding)
10600 (tabulated-list-sort-key): Make permanent-local.
10601
10602 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
10603 (electric-buffer-list): Put electric buffer menu
10604 command descriptions in this docstring, instead of the docstring
10605 of electric-buffer-menu-mode. Code cleanups.
10606 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
10607 Electric-buffer-menu-mode.
10608 (electric-buffer-update-highlight): Minor code cleanup.
10609
10610 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
10611
10612 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
10613 (Bug#11447)
10614
10615 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 Move define-obsolete-variable-alias before the var's definition.
10618 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
10619 * tooltip.el (tooltip-hook):
10620 * textmodes/reftex-toc.el (reftex-toc-map):
10621 * textmodes/reftex-sel.el (reftex-select-label-map)
10622 (reftex-select-bib-map):
10623 * textmodes/reftex-index.el (reftex-index-map)
10624 (reftex-index-phrases-map):
10625 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
10626 * progmodes/meta-mode.el (meta-mode-map):
10627 * novice.el (disabled-command-hook):
10628 * loadhist.el (unload-hook-features-list):
10629 * frame.el (blink-cursor):
10630 * files.el (find-file-not-found-hooks, write-file-hooks)
10631 (write-contents-hooks):
10632 * emulation/tpu-edt.el (GOLD-map):
10633 * emacs-lock.el (emacs-lock-from-exiting):
10634 * emacs-lisp/generic.el (generic-font-lock-defaults):
10635 * emacs-lisp/chart.el (chart-map):
10636 * dos-fns.el (register-name-alist):
10637 * dired-x.el (dired-omit-files-p):
10638 * desktop.el (desktop-enable):
10639 * cus-edit.el (custom-mode-hook):
10640 * buff-menu.el (buffer-menu-mode-hook):
10641 * bookmark.el (bookmark-read-annotation-text-func)
10642 (bookmark-exit-hooks):
10643 * allout.el (allout-mode-deactivate-hook)
10644 (allout-exposure-change-hook, allout-structure-added-hook)
10645 (allout-structure-deleted-hook, allout-structure-shifted-hook):
10646 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
10647 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
10648 comes before the corresponding variable's definition.
10649
10650 2012-05-12 Chong Yidong <cyd@gnu.org>
10651
10652 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
10653 (Buffer-menu-mouse-select): Restore function (Bug#11459).
10654 (Buffer-menu-mode-map): Bind it.
10655 (Buffer-menu--pretty-name): Add a mouse-face property.
10656
10657 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
10660 (prolog-upper-case-string, prolog-lower-case-string)
10661 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
10662 (prolog-use-smie, prolog-smie-grammar): New vars.
10663 (prolog-smie-forward-token, prolog-smie-backward-token)
10664 (prolog-smie-rules): New funs.
10665 (prolog-comment-indent): Remove.
10666 (prolog-mode-variables): Use default comment indentation instead.
10667 Setup SMIE.
10668 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
10669 (prolog-mode): Don't call them any more.
10670 (prolog-electric-colon, prolog-electric-dash)
10671 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
10672
10673 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
10674
10675 * minibuffer.el (completion--twq-all): Again, allow case differences.
10676
10677 * term.el: Move keymap initialization code to be more idiomatic.
10678 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
10679 (term-terminal-menu): Move initialization into declaration.
10680 (term-escape-char): Let the user set it in her .emacs.
10681
10682 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
10683 Provide SMIE-based indentation (not enabled by default yet).
10684 (sh-mode-map): Don't bind electric keys.
10685 Use electric-pair-mode instead of skeleton-pair.
10686 (sh-assignment-regexp): Fit within 80 columns.
10687 (sh-indent-supported): Specify actual shell name instead of boolean.
10688 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
10689 (sh-maybe-here-document): Use it. Make obsolete.
10690 (sh-electric-here-document-mode) New minor mode.
10691 (sh-mode): Use it. Don't set sh-indent-supported-here here.
10692 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
10693 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
10694 (sh-smie-rc-grammar, sh-use-smie): New vars.
10695 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
10696 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
10697 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
10698 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
10699 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
10700 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
10701 (sh-set-shell): Use smie-setup if requested.
10702
10703 * term.el (term-set-escape-char): Properly set term-escape-char.
10704 See http://stackoverflow.com/questions/10524656.
10705
10706 2012-05-10 Chong Yidong <cyd@gnu.org>
10707
10708 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
10709 Use url-generic-parse-url, and handle host names and Windows
10710 filenames properly.
10711 (ffap-url-unwrap-remote): Use url-generic-parse-url.
10712 (ffap-url-unwrap-remote): Accept list values, specifying a list of
10713 URL schemes to work on.
10714 (ffap--toggle-read-only): New function.
10715 (ffap-read-only, ffap-read-only-other-window)
10716 (ffap-read-only-other-frame): Use it.
10717 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
10718 necessary for ffap-url-unwrap-remote.
10719
10720 2012-05-10 Dave Abrahams <dave@boostpro.com>
10721
10722 * cus-start.el (create-lockfiles): Add it.
10723
10724 2012-05-09 Chong Yidong <cyd@gnu.org>
10725
10726 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
10727 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
10728
10729 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * shell.el (shell-completion-vars): Fix last change (bug#11348).
10732
10733 2012-05-09 Chong Yidong <cyd@gnu.org>
10734
10735 * ansi-color.el (ansi-color-process-output): Check for validity of
10736 comint-last-output-start before using it. This avoids a bad
10737 interaction with gdb-mi's input/output buffer.
10738
10739 2012-05-09 Glenn Morris <rgm@gnu.org>
10740
10741 * files.el (dir-locals-read-from-file):
10742 Mention dir-locals in any error message.
10743
10744 2012-05-09 Chong Yidong <cyd@gnu.org>
10745
10746 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
10747 package (Bug#11410).
10748
10749 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
10750 variables into description.
10751
10752 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
10755 shell-delimiter-argument-list (bug#11348).
10756 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
10757
10758 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
10759
10760 * textmodes/rst.el: Silence byte-compiler warnings.
10761 (rst-re-alist, rst-reset-section-caches): Move around.
10762 (rst-re): Use `characterp', not `char-valid-p'.
10763 (font-lock-beg, font-lock-end): Declare.
10764
10765 * progmodes/idlw-shell.el (specs): Remove reference to deleted
10766 variable `idlwave-shell-activate-alt-keybindings' and simplify.
10767
10768 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
10769
10770 2012-05-08 Glenn Morris <rgm@gnu.org>
10771
10772 * files.el (auto-mode-alist): Treat ".make" like ".mk".
10773
10774 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * vc/log-edit.el: Add GNU coding standards highlighting.
10777 (log-edit-font-lock-gnu-style)
10778 (log-edit-font-lock-gnu-keywords): New vars.
10779 (log-edit-font-lock-keywords): New fun.
10780 (log-edit-mode): Don't fold case in font-lock.
10781 (log-edit-font-lock-keywords): Do not assume case-folding.
10782
10783 * imenu.el: Misc cleanup. Make docstrings out of comments.
10784 Use lexical-binding.
10785 (imenu--index-alist, imenu--last-menubar-index-alist)
10786 (imenu-menubar-modified-tick): Use defvar-local.
10787 (imenu--split-menu): Remove unused var.
10788 (imenu--cleanup-seen): Declare as global.
10789 (imenu--cleanup): Use dolist.
10790
10791 * subr.el (defvar-local): Add debug spec and doc-string position.
10792
10793 2012-05-08 Glenn Morris <rgm@gnu.org>
10794
10795 * language/burmese.el, language/cham.el, language/czech.el:
10796 * language/english.el, language/georgian.el, language/greek.el:
10797 * language/japanese.el, language/khmer.el, language/korean.el:
10798 * language/lao.el, language/misc-lang.el, language/romanian.el:
10799 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
10800 * language/thai.el, language/utf-8-lang.el:
10801 Remove no-byte-compile setting.
10802
10803 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
10804
10805 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10806
10807 * progmodes/make-mode.el (makefile-browse):
10808 Remove unnecessary interactive. (Bug#11324)
10809
10810 2012-05-07 Glenn Morris <rgm@gnu.org>
10811
10812 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
10813
10814 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
10815
10816 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * loadup.el: Preload newcomment.el.
10819 * newcomment.el: Move autoload-only code to toplevel.
10820
10821 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
10822 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
10823 Handle new :right-align column property.
10824 (tabulated-list-print-col): Idem, plus use `display' text-property to
10825 try and preserve alignment for variable pitch fonts.
10826
10827 2012-05-07 Chong Yidong <cyd@gnu.org>
10828
10829 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
10830 (tabulated-list-use-header-line): New var.
10831 (tabulated-list-init-header): Use it.
10832 (tabulated-list-print-fake-header): New function.
10833 (tabulated-list-print): Use it.
10834 (tabulated-list-sort-button-map): Add non-header-line commands.
10835 (tabulated-list-init-header): Add column name property to basic
10836 labels as well.
10837 (tabulated-list-col-sort): Handle non-header-line button case.
10838 (tabulated-list--sort-by-column-name): Fix a corner case.
10839
10840 * buff-menu.el (list-buffers--refresh):
10841 Handle Buffer-menu-use-header-line.
10842
10843 2012-05-06 Chong Yidong <cyd@gnu.org>
10844
10845 * buff-menu.el: Convert to Tabulated List mode.
10846 (Buffer-menu-buffer+size-width): Make obsolete.
10847 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
10848 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
10849 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
10850 documentation into docstring of buffer-menu.
10851 (Buffer-menu-toggle-files-only): Add an informative message.
10852 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
10853 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
10854 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
10855 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
10856 (Buffer-menu-execute, Buffer-menu-select)
10857 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
10858 (Buffer-menu-bury): Use Tabulated List machinery.
10859 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
10860 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
10861 Delete.
10862 (list-buffers--refresh): New function.
10863 (list-buffers-noselect): Use it.
10864 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
10865 (Buffer-menu--pretty-file-name): New helper functions.
10866
10867 * loadup.el: Preload tabulated-list.
10868
10869 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
10870 tabulated-list-sort-column.
10871 (tabulated-list-init-header): Add the initial aligning space even
10872 if tabulated-list-padding is zero.
10873
10874 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
10875
10876 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
10877 whose cdr is not a cons cell correctly (bug#11038).
10878
10879 2012-05-06 Chong Yidong <cyd@gnu.org>
10880
10881 * emacs-lisp/tabulated-list.el (tabulated-list-format):
10882 Accept additional plist in column descriptors.
10883 (tabulated-list-init-header): Obey it.
10884 (tabulated-list-get-entry): New function.
10885 (tabulated-list-put-tag): Use it. Use string-width instead of
10886 length.
10887 (tabulated-list--column-number): New function.
10888 (tabulated-list-print): Use it.
10889 (tabulated-list-print-col): New function.
10890 Set `tabulated-list-column-name' property on each column's text.
10891 (tabulated-list-print-entry): Use it.
10892 (tabulated-list-delete-entry, tabulated-list-set-col):
10893 New functions.
10894 (tabulated-list-sort-column): New command (Bug#11337).
10895
10896 * buff-menu.el (list-buffers): Move C-x C-b binding from
10897 buff-menu.el to bindings.el.
10898
10899 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
10900 :advertised-binding feature.
10901
10902 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
10903
10904 * progmodes/compile.el (compilation-internal-error-properties):
10905 Calculate start position correctly when end-col is set but
10906 end-line is not (Bug#11382).
10907
10908 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
10909
10910 * man.el (Man-unindent): Use text-property-default-nonsticky to
10911 prevent untabify from inheriting face properties (Bug#11408).
10912
10913 2012-05-05 Stefan Merten <smerten@oekonux.de>
10914
10915 * textmodes/rst.el: Major merge with upstream development up to
10916 Docutils SVN r7399 / rst.el V1.2.1.
10917
10918 Clarify maintainership and authors.
10919
10920 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
10921 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
10922 (rst-official-version, rst-official-cvs-rev, rst-version)
10923 (rst-package-emacs-version-alist): New functions and variables
10924 for version information.
10925
10926 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
10927 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
10928 (rst-mode-syntax-table, rst-mode): New and corrected functions
10929 and variables representing reStructuredText features.
10930
10931 (rst-re): New function for reStructuredText regexes. Use in
10932 many places.
10933
10934 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
10935 (rst-mode-map): Rebind keys.
10936
10937 (rst-mode-lazy, rst-font-lock-keywords)
10938 (rst-font-lock-extend-region)
10939 (rst-font-lock-extend-region-internal)
10940 (rst-font-lock-extend-region-extend)
10941 (rst-font-lock-find-unindented-line-limit)
10942 (rst-font-lock-find-unindented-line-match)
10943 (rst-adornment-level, rst-font-lock-adornment-level)
10944 (rst-font-lock-adornment-match)
10945 (rst-font-lock-handle-adornment-pre-match-form)
10946 (rst-font-lock-handle-adornment-matcher): Major revision of
10947 font-locking. Integrate with other code. Use `jit-lock-mode'.
10948
10949 (rst-preferred-adornments, rst-adjust-hook)
10950 (rst-new-adornment-down, rst-preferred-bullets)
10951 (rst-preferred-bullets, rst-indent, rst-indent-width)
10952 (rst-indent-field, rst-indent-literal-normal)
10953 (rst-indent-literal-minimized, rst-indent-comment): Change,
10954 extend and improve customization.
10955
10956 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
10957 (rst-normalize-cursor-position, rst-get-decoration)
10958 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
10959 (rst-rstrip, rst-toc-insert-find-delete-contents)
10960 (rst-shift-fill-region, rst-compute-bullet-tabs)
10961 (rst-debug-print-tabs, rst-debug-mark-found)
10962 (rst-shift-region-guts, rst-shift-region-right)
10963 (rst-shift-region-left, rst-use-char-classes)
10964 (rst-font-lock-keywords-function)
10965 (rst-font-lock-indentation-point)
10966 (rst-font-lock-find-unindented-line-begin)
10967 (rst-font-lock-find-unindented-line-end)
10968 (rst-font-lock-find-unindented-line)
10969 (rst-font-lock-adornment-point, rst-font-lock-level)
10970 (rst-adornment-level-alist): Remove functions and variables.
10971
10972 (rst-compare-adornments, rst-get-adornment-match)
10973 (rst-suggest-new-adornment, rst-get-adornments-around)
10974 (rst-adornment-complete-p, rst-get-next-adornment)
10975 (rst-adjust-adornment, rst-display-adornments-hierarchy)
10976 (rst-straighten-adornments): Standardize function names to
10977 use "adornment" instead of "decoration". Correct callers.
10978 Similar standardizing in many places.
10979
10980 (rst-update-section, rst-adjust, rst-promote-region)
10981 (rst-enumerate-region, rst-bullet-list-region)
10982 (rst-repeat-last-character): Correct use of `interactive'.
10983
10984 (rst-classify-adornment, rst-find-all-adornments)
10985 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
10986 (rst-find-leftmost-column, rst-repeat-last-character):
10987 Refactor functions.
10988
10989 (rst-find-title-line, rst-reset-section-caches)
10990 (rst-get-adornments-around, rst-adjust-adornment-work)
10991 (rst-arabic-to-roman, rst-roman-to-arabic)
10992 (rst-insert-list-pos, rst-insert-list-new-item)
10993 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
10994 New functions.
10995
10996 (rst-all-sections, rst-section-hierarchy)
10997 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
10998 New variables.
10999
11000 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
11001 configuration instead of only buffer. Change where necessary.
11002
11003 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
11004 (rst-shift-region, rst-adaptive-fill): New functions for
11005 indentation and filling.
11006
11007 (rst-comment-line-break, rst-comment-indent)
11008 (rst-comment-insert-comment, rst-comment-region)
11009 (rst-uncomment-region): New functions for handling comments.
11010
11011 (rst-compile): Quote shell arguments.
11012
11013 (rst-compile-pdf-preview, rst-compile-slides-preview):
11014 Delete temporary files after use.
11015
11016 2012-05-05 Glenn Morris <rgm@gnu.org>
11017
11018 * calendar/cal-html.el: Optionally include holidays in the output.
11019 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
11020 (cal-html-holidays): New option.
11021 (cal-html-css-default): Add holiday entry.
11022 (holiday-in-range): Autoload it.
11023 (cal-html-htmlify-entry): Add optional class argument.
11024 (cal-html-htmlify-list): Add optional holidays argument.
11025 (cal-html-insert-agenda-days): Include holidays in the output.
11026 (cal-html-one-month): Maybe include holidays.
11027
11028 * calendar/holidays.el (holiday-in-range):
11029 Move here from cal-tex-list-holidays.
11030 * calendar/cal-tex.el (cal-tex-list-holidays):
11031 Make it an obsolete alias for holiday-in-range. Update all callers.
11032
11033 2012-05-05 Chong Yidong <cyd@gnu.org>
11034
11035 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
11036 Nextstep.
11037
11038 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
11039
11040 * files.el (file-auto-mode-skip): New var.
11041 (set-auto-mode-1): Use it.
11042
11043 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * repeat.el: Use lexical-binding.
11046 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
11047 (repeat-undo-count): Remove.
11048 (repeat):
11049 * progmodes/octave-mod.el (octave-abbrev-start):
11050 * progmodes/f90.el (f90-abbrev-start):
11051 * face-remap.el (text-scale-adjust):
11052 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
11053
11054 * emacs-lisp/pcase.el (pcase--let*): New function.
11055 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
11056 a bit more.
11057 (pcase--split-pred): Be more clever about ruling out overlap between
11058 a predicate and some constant pattern.
11059 (pcase--q1): Use `null' instead of (eq foo nil).
11060
11061 * subr.el (setq-local, defvar-local): New macros.
11062 (kbd): Redefine as an alias.
11063 (with-selected-window): Leave unrelated frames alone.
11064 (set-temporary-overlay-map): New function.
11065
11066 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11067
11068 * subr.el (user-error): New function.
11069 * window.el (switch-to-buffer):
11070 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
11071 (smerge-match-conflict):
11072 * simple.el (previous-matching-history-element)
11073 (next-matching-history-element, goto-history-element, undo-more)
11074 (undo-start):
11075 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
11076 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
11077 (next-file, tags-loop-scan, list-tags, complete-tag):
11078 * progmodes/compile.el (compilation-loop):
11079 * mouse.el (mouse-minibuffer-check):
11080 * man.el (Man-bgproc-sentinel, Man-goto-page):
11081 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
11082 (Info-history-forward, Info-follow-reference, Info-menu)
11083 (Info-extract-menu-item, Info-extract-menu-counting)
11084 (Info-forward-node, Info-backward-node, Info-next-menu-item)
11085 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
11086 (Info-next-reference, Info-prev-reference, Info-index)
11087 (Info-index-next, Info-follow-nearest-node)
11088 (Info-copy-current-node-name):
11089 * imenu.el (imenu--make-index-alist)
11090 (imenu-default-create-index-function, imenu-add-to-menubar):
11091 * files.el (basic-save-buffer, recover-file):
11092 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11093 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
11094 (checkdoc-message-text, checkdoc-defun):
11095 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
11096 * cus-edit.el (customize-changed-options, customize-rogue)
11097 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
11098 (custom-variable-mark-to-reset-standard)
11099 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
11100 (custom-file):
11101 * completion.el (check-completion-length):
11102 * comint.el (comint-search-arg)
11103 (comint-previous-matching-input-string-position)
11104 (comint-previous-matching-input)
11105 (comint-replace-by-expanded-history-before-point, comint-send-input)
11106 (comint-copy-old-input, comint-backward-matching-input)
11107 (comint-goto-process-mark, comint-set-process-mark):
11108 * calendar/calendar.el (calendar-cursor-to-date): Use it.
11109 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
11110
11111 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
11112
11113 * dabbrev.el (dabbrev--ignore-case-p): New function.
11114 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
11115 Use it.
11116
11117 * files.el (automount-dir-prefix): Mark as obsolete.
11118
11119 2012-05-04 Glenn Morris <rgm@gnu.org>
11120
11121 * patcomp.el, play/bruce.el: Move to obsolete/.
11122
11123 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
11124
11125 Fix minor Y10k bugs.
11126 * arc-mode.el (archive-unixdate):
11127 * autoinsert.el (auto-insert-alist):
11128 * calc/calc-forms.el (math-this-year):
11129 * emacs-lisp/copyright.el (copyright-current-year)
11130 (copyright-update-year, copyright):
11131 * tar-mode.el (tar-clip-time-string):
11132 * time.el (display-time-update):
11133 Don't assume years have 4 digits.
11134
11135 2012-05-04 Chong Yidong <cyd@gnu.org>
11136
11137 * dos-w32.el (file-name-buffer-file-type-alist)
11138 (direct-print-region-use-command-dot-com):
11139 * ffap.el (ffap-menu-regexp):
11140 * find-file.el (ff-special-constructs):
11141 * follow.el (follow-debug):
11142 * forms.el (forms--debug):
11143 * iswitchb.el (iswitchb-all-frames):
11144 * ido.el (ido-all-frames):
11145 * emacs-lisp/timer.el (timer-max-repeats):
11146 * mail/feedmail.el (feedmail-mail-send-hook)
11147 (feedmail-mail-send-hook-queued):
11148 * mail/footnote.el (footnote-signature-separator):
11149 * mail/mailabbrev.el (mail-alias-separator-string)
11150 (mail-abbrev-mode-regexp):
11151 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
11152 * progmodes/idlwave.el (idlwave-libinfo-file)
11153 (idlwave-default-completion-case-is-down)
11154 (idlwave-library-routines): Convert defvars to defcustoms.
11155
11156 * mail/rmail.el (rmail-decode-mime-charset):
11157 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
11158 (idlwave-shell-fix-inserted-breaks)
11159 (idlwave-shell-activate-alt-keybindings)
11160 (idlwave-shell-use-breakpoint-glyph):
11161 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
11162
11163 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11164
11165 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
11166
11167 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
11168
11169 * progmodes/verilog-mode.el (font-lock-keywords):
11170 Fix mis-highligting auto. Reported by Craig Barner.
11171 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
11172 defines from global name space. Reported by Dan Dever.
11173 (verilog-auto-reset, verilog-auto-reset-widths)
11174 (verilog-auto-tieoff): Support using unbased numbers for
11175 AUTORESET and AUTOTIEOFF.
11176 (verilog-submit-bug-report): Update variable list.
11177 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
11178 parenthesis from not matching. Reported by Michael Rytting.
11179 (verilog-auto-template-lint): Fix hash error when linting modules
11180 with no used templates.
11181 (verilog-warn, verilog-warn-error)
11182 (verilog-warn-fatal): When non-interactive report multiple
11183 warnings before exiting. Suggested by Brad Dobbie.
11184 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
11185 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
11186 to report unused template errors. Reported by Brad Dobbie.
11187 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
11188 nets, bug438. Reported by Vns Blore.
11189 (verilog-auto-inout-module, verilog-auto-reg)
11190 (verilog-read-decls, verilog-read-sub-decls-sig)
11191 (verilog-signals-edit-wire-reg, verilog-signals-with):
11192 Fix passing of Verilog data types in ANSI input/output ports
11193 such as "output logic" into the AUTOs. Special case "wire" and
11194 "reg" for backwards compatibility presuming Verilog 2001.
11195 (verilog-auto-ascii-enum): Add "auto enum" as alias.
11196 (verilog-preprocess): Fix replication of preprocess output.
11197 Reported by Brad Dobbie.
11198 (verilog-auto-inst-interfaced-ports):
11199 Create verilog-auto-inst-interfaced-ports, bug429.
11200 Reported by Julian Gorfajn.
11201 (verilog-after-save-font-hook)
11202 (verilog-before-save-font-hook): New variable.
11203 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
11204 (verilog-save-font-mods): Wrap disabling fontification, reported
11205 by David Rogoff.
11206 (verilog-do-indent, verilog-pretty-declarations-auto)
11207 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
11208 Reported by Pierre-David Pfister.
11209 (verilog-set-auto-endcomments): Fix endtask auto comments outside
11210 of class declarations, bug292. Reported by Kevin Heilman.
11211 (verilog-read-decls): Fix 'parameter type' not appearing in
11212 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
11213 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
11214 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
11215 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
11216 Reported by David Kravitz.
11217
11218 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
11219
11220 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
11221 assignment with tests in ifs and for loops.
11222 (verilog-extended-complete-re, verilog-complete-reg): Change so
11223 that DPI inport functions don't look like fuction declarations.
11224 (verilog-pretty-expr): Don't line up assignment
11225 operations to the test and increment in if and for loops
11226 (verilog-extended-complete-re, verilog-complete-reg): Change so
11227 that DPI inport functions don't look like fuction declarations.
11228
11229 2012-05-03 Kenichi Handa <handa@m17n.org>
11230
11231 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
11232 decoding, and show a warning message without signaling an error
11233 (Bug#11282).
11234
11235 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * emacs-lisp/bytecomp.el
11238 (byte-compile-file-form-custom-declare-variable): Compile all elements,
11239 since cconv.el might have introduced :fun-body, internal-make-closure,
11240 and friends for bytecomp to handle (bug#11391).
11241 * custom.el (defcustom): Avoid ((λ ..) ..).
11242
11243 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
11246
11247 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
11248
11249 * notifications.el (dbus-debug):
11250 * term/linux.el (gpm-mouse-enable):
11251 * term/screen.el (xterm-register-default-colors): Declare.
11252
11253 2012-05-02 Chong Yidong <cyd@gnu.org>
11254
11255 * cus-start.el (gc-cons-percentage, exec-suffixes)
11256 (dos-display-scancodes, dos-hyper-key, dos-super-key)
11257 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
11258 (make-cursor-line-fully-visible, void-text-area-pointer)
11259 (font-list-limit): Add customization data.
11260
11261 * allout.el (allout-exposure-change-functions)
11262 (allout-structure-added-functions)
11263 (allout-structure-deleted-functions)
11264 (allout-structure-shifted-functions): Rename abnormal hooks from
11265 *-hook, and convert to defcustoms.
11266 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
11267 Convert to defcustoms.
11268 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
11269
11270 * allout-widgets.el: Hook callers changed.
11271
11272 2012-05-02 Eli Zaretskii <eliz@gnu.org>
11273
11274 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
11275 the yanked message in preference to the default value of
11276 buffer-file-coding-system.
11277
11278 2012-05-02 Martin Rudalics <rudalics@gmx.at>
11279
11280 * window.el (display-buffer--action-function-custom-type):
11281 Fix entry.
11282
11283 2012-05-02 Alan Mackenzie <acm@muc.de>
11284
11285 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
11286
11287 2012-05-01 Glenn Morris <rgm@gnu.org>
11288
11289 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
11290
11291 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
11292
11293 * cus-edit.el (custom-variable-documentation): Simplify with format.
11294
11295 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
11296 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * simple.el (suggest-key-bindings, execute-extended-command):
11299 Move from keyboard.c.
11300
11301 2012-05-01 Chong Yidong <cyd@gnu.org>
11302
11303 * follow.el: Eliminate advice.
11304 (set-process-filter, process-filter, sit-for): Advice deleted.
11305 (follow-mode-off-hook): Obsolete hook removed.
11306 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
11307 Vars deleted.
11308 (follow-auto): Use a :set function.
11309 (follow-mode): Rewritten. Don't advise process filters.
11310 (follow-switch-to-current-buffer-all, follow-scroll-up)
11311 (follow-scroll-down): Assume follow-mode is bound.
11312 (follow-comint-scroll-to-bottom)
11313 (follow-align-compilation-windows): New functions.
11314 (follow--window-sorter): New function.
11315 (follow-all-followers): Use it to explicitly sort windows by their
11316 positions; don't make assumptions about next-window order.
11317 (follow-windows-start-end, follow-delete-other-windows-and-split)
11318 (follow-calc-win-start): Doc fix.
11319 (follow-windows-aligned-p, follow-select-if-visible): Don't call
11320 vertical-motion unnecessarily.
11321 (follow-adjust-window): New function.
11322 (follow-post-command-hook): Use it.
11323 (follow-call-set-process-filter, follow-call-process-filter)
11324 (follow-intercept-process-output, follow-tidy-process-filter-alist)
11325 (follow-stop-intercept-process-output, follow-generic-filter):
11326 Functions deleted.
11327 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
11328 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
11329 New functions, replacing advice on scroll-bar-* commands.
11330 (follow-mwheel-scroll): New function (Bug#4112).
11331
11332 * comint.el (comint-adjust-point): New function.
11333 (comint-postoutput-scroll-to-bottom): Use it.
11334 Call follow-comint-scroll-to-bottom for Follow mode buffers.
11335
11336 2012-05-01 Glenn Morris <rgm@gnu.org>
11337
11338 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
11339 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
11340 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
11341 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
11342 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
11343 Remove no-byte-compile setting.
11344
11345 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11346
11347 * minibuffer.el (completion-table-with-quoting): Fix compatibility
11348 all-completions code to not return a number in the last cdr.
11349
11350 2012-04-30 Leo Liu <sdl.web@gmail.com>
11351
11352 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
11353 read-only error.
11354
11355 2012-04-29 Chong Yidong <cyd@gnu.org>
11356
11357 * follow.el (follow-calc-win-end): Rewrite to handle partial
11358 screen lines correctly (Bug#8390).
11359 (follow-avoid-tail-recenter): Minor cleanup.
11360
11361 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 Avoid the obsolete `assoc' package.
11364 * speedbar.el (speedbar-refresh): Avoid adelete.
11365 (speedbar-file-lists): Simplify and avoid aput.
11366 * man.el (Man--sections, Man--refpages): New vars, replacing
11367 Man-sections-alist and Man-refpages-alist.
11368 (Man-build-section-alist, Man-build-references-alist):
11369 Use them; avoid aput.
11370 (Man--last-section, Man--last-refpage): New vars.
11371 (Man-follow-manual-reference): Use them.
11372 Use the `default' arg of completing-read.
11373 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
11374
11375 2012-04-27 Chong Yidong <cyd@gnu.org>
11376
11377 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
11378
11379 * startup.el (x-apply-session-resources): New function.
11380
11381 * term/ns-win.el (ns-initialize-window-system):
11382 * term/w32-win.el (w32-initialize-window-system):
11383 * term/x-win.el (x-initialize-window-system): Use it to properly
11384 set menu-bar-mode and other vars from X resources, even if the
11385 initial frame is not a window-system frame (Bug#2299).
11386
11387 * subr.el (read-key): Avoid running filter function when setting
11388 up temporary tool bar entries (Bug#9922).
11389
11390 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11391
11392 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
11393 (Bug#11344)
11394
11395 2012-04-27 Chong Yidong <cyd@gnu.org>
11396
11397 * select.el (xselect--encode-string): New function, split from
11398 xselect-convert-to-string.
11399 (xselect-convert-to-string): Use it.
11400 (xselect-convert-to-filename, xselect-convert-to-os)
11401 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
11402 returned strings are properly encoded (Bug#11315).
11403
11404 2012-04-27 Chong Yidong <cyd@gnu.org>
11405
11406 * simple.el (delete-active-region): Move to killing custom group.
11407
11408 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
11409
11410 * progmodes/which-func.el (which-func-current): Quote %
11411 characters for mode-line processing.
11412
11413 2012-04-27 Chong Yidong <cyd@gnu.org>
11414
11415 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
11416 reaching eob (Bug#11286).
11417
11418 2012-04-27 Eli Zaretskii <eliz@gnu.org>
11419
11420 * progmodes/gdb-mi.el (gdb-control-level): New variable.
11421 (gdb): Make it buffer-local and init to zero.
11422 (gdb-control-commands-regexp): New variable.
11423 (gdb-send): Don't wrap in "-interpreter-exec console" if
11424 gdb-control-level is positive. Increment gdb-control-level
11425 whenever the command matches gdb-control-commands-regexp, and
11426 decrement it each time the command is "end". (Bug#11279)
11427
11428 2012-04-27 Martin Rudalics <rudalics@gmx.at>
11429
11430 * window.el (adjust-window-trailing-edge, enlarge-window)
11431 (shrink-window, window-resize):
11432 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
11433 windows (Bug#11276).
11434
11435 2012-04-27 Chong Yidong <cyd@gnu.org>
11436
11437 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
11438 fix "missing prefix" warning. All callers changed.
11439
11440 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11441
11442 * emacs-lisp/assoc.el: Move to obsolete/.
11443
11444 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
11447
11448 * term/ns-win.el (ns-define-service):
11449 * progmodes/pascal.el (pascal-goto-defun):
11450 * progmodes/js.el (js--read-tab):
11451 * progmodes/etags.el (tags-lazy-completion-table):
11452 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
11453 * emacs-lisp/ewoc.el (ewoc--wrap):
11454 * emacs-lisp/assoc.el (aput, adelete, amake):
11455 * doc-view.el (doc-view-convert-current-doc):
11456 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
11457
11458 2012-04-26 Chong Yidong <cyd@gnu.org>
11459
11460 * image.el (image-type-from-buffer): Only return supported image
11461 type (Bug#9045).
11462
11463 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
11464 value, for symmetry with diff-end-of-hunk.
11465 (diff-split-hunk, diff-find-source-location)
11466 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
11467 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
11468 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
11469 compute the relevant hunk or file properly (Bug#6005).
11470 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
11471
11472 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11473
11474 * vc/vc-mtn.el:
11475 * vc/vc-hg.el:
11476 * vc/vc-git.el:
11477 * vc/vc-dir.el:
11478 * vc/vc-cvs.el:
11479 * vc/vc-bzr.el:
11480 * vc/vc-arch.el:
11481 * vc/vc.el: Replace lexical-let by lexical-binding.
11482 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
11483 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
11484 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
11485
11486 2012-04-26 Chong Yidong <cyd@gnu.org>
11487
11488 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
11489 (diff-mode-shared-map): Bind it to / and [remap undo].
11490
11491 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
11492 (ediff-window-setup-function): Use it as the default, to set up
11493 windows based on whether the current frame is graphical (Bug#2138).
11494 (ediff-choose-window-setup-function-automatically): Make obsolete.
11495
11496 * vc/ediff-init.el: Always define ediff-pixel-width/height.
11497
11498 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * ffap.el: Remove old code for obsolete package.
11501 (ffap-complete-as-file-p): Remove.
11502
11503 Use completion-table-with-quoting for comint and pcomplete.
11504 * comint.el (comint--unquote&requote-argument)
11505 (comint--unquote-argument, comint--requote-argument): New functions.
11506 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
11507 (comint-quote-filename): Use regexp-opt-charset.
11508 (comint--common-suffix, comint--common-quoted-suffix)
11509 (comint--table-subvert): Remove.
11510 (comint-unquote-function, comint-requote-function): New vars.
11511 (comint--complete-file-name-data): Use them with
11512 completion-table-with-quoting.
11513 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
11514 * pcomplete.el (pcomplete-arg-quote-list)
11515 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
11516 (pcomplete-unquote-argument-function): Default to non-nil.
11517 (pcomplete-unquote-argument): Simplify.
11518 (pcomplete--common-quoted-suffix): Remove.
11519 (pcomplete-requote-argument-function): New var.
11520 (pcomplete--common-suffix): New function.
11521 (pcomplete-completions-at-point): Use completion-table-with-quoting
11522 and completion-table-subvert.
11523
11524 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
11525 (minibuffer--double-dollars): Preserve properties.
11526 (completion--sifn-requote): New function.
11527 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
11528
11529 * minibuffer.el: Add support for completion of quoted/escaped data.
11530 (completion-table-with-quoting, completion-table-subvert): New funs.
11531 (completion--twq-try, completion--twq-all): New functions.
11532 (completion--nth-completion): New function.
11533 (completion-try-completion, completion-all-completions): Use it.
11534
11535 2012-04-25 Leo Liu <sdl.web@gmail.com>
11536
11537 * progmodes/python.el (python-pdbtrack-get-source-buffer):
11538 Use compilation-message if available to find real filename.
11539
11540 2012-04-25 Chong Yidong <cyd@gnu.org>
11541
11542 * vc/diff-mode.el (diff-setup-whitespace): New function.
11543 (diff-mode): Use it.
11544
11545 * vc/diff.el (diff-sentinel):
11546 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
11547 Whitespace mode variables based on diff style (Bug#8612).
11548
11549 2012-04-25 Leo Liu <sdl.web@gmail.com>
11550
11551 * progmodes/python.el (python-send-region): Add suffix .py to the
11552 temp file.
11553
11554 * files.el (auto-mode-alist): Use javascript-mode instead.
11555
11556 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
11557
11558 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
11559
11560 * net/soap-client.el (soap-resolve-references-for-sequence-type)
11561 (soap-resolve-references-for-array-type): Hack to prevent self
11562 references, see Bug#9.
11563 (soap-parse-envelope): Report the contents of the 'detail' node
11564 when receiving a fault reply.
11565 (soap-parse-envelope): Report the contents of the entire 'detail' node.
11566
11567 * net/soap-inspect.el (soap-sample-value-for-simple-type)
11568 (soap-inspect-simple-type): New function.
11569
11570 * net/soap-client.el (soap-simple-type): New struct.
11571 (soap-default-xsd-types, soap-default-soapenc-types)
11572 (soap-decode-basic-type, soap-encode-basic-type):
11573 support unsignedInt and double basic types.
11574 (soap-resolve-references-for-simple-type)
11575 (soap-parse-simple-type, soap-encode-simple-type): New function.
11576 (soap-parse-schema): Parse xsd:simpleType declarations.
11577
11578 * net/soap-client.el (soap-default-xsd-types)
11579 (soap-default-soapenc-types): Add integer, byte and anyURI types.
11580 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
11581 the local name of "soapenc:Array".
11582 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
11583 decoding integer, byte and anyURI xsd types.
11584
11585 2012-04-25 Chong Yidong <cyd@gnu.org>
11586
11587 * cus-edit.el (custom-buffer-create-internal): Update header text.
11588
11589 2012-04-25 Eli Zaretskii <eliz@gnu.org>
11590
11591 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
11592 settings on 'system-type', not on 'window-system'. On MS-Windows,
11593 set interactive-mode on in GDB.
11594
11595 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
11598 (ruby-syntax-propertize-regexp): Remove.
11599 (ruby-syntax-propertize-function): Split regexp into chunks.
11600 Match following code directly.
11601
11602 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
11603
11604 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
11605 (ruby-syntax-propertize-regexp): New function.
11606 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
11607 by a special keyword.
11608
11609 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
11610 (ruby-syntax-general-delimiters-goto-beg)
11611 (ruby-syntax-propertize-general-delimiters): New functions.
11612 (ruby-syntax-propertize-function): Use them to handle GDL.
11613 (ruby-font-lock-keywords): Move old handling of GDL...
11614 (ruby-font-lock-syntactic-keywords): .. to here.
11615 (ruby-calculate-indent): Adjust indentation for GDL.
11616
11617 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
11618
11619 * notifications.el (top): Remove unneeded declarations.
11620 (notifications-specification-version): Change to "1.2".
11621 (notifications-interface, notifications-notify-method)
11622 (notifications-close-notification-method): Fix docstring.
11623 (notifications-get-capabilities-method): New defconst.
11624 (notifications-notify): Add :action-items, :resident and
11625 :transient hints. Change "image_data" to "image-data" and
11626 "image_path" to "image-path".
11627 (notifications-get-capabilities): New defun.
11628
11629 2012-04-24 Leo Liu <sdl.web@gmail.com>
11630
11631 * progmodes/python.el: Move hideshow setup to the end.
11632
11633 2012-04-24 Martin Rudalics <rudalics@gmx.at>
11634
11635 * window.el (handle-select-window): Clear echo area since this is
11636 no more done by read_char (Bug#11304).
11637
11638 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
11641 and `/ M' to filter-derived-mode.
11642 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
11643 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
11644 (ibuffer-mark-by-mode): Use default rather than initial-input.
11645 (ibuffer-filter-by-derived-mode): Autoload and require-match.
11646
11647 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
11648
11649 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
11650 (ibuffer-filter-by-derived-mode): New filter.
11651 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
11652
11653 2012-04-23 Andreas Politz <politza@fh-trier.de>
11654
11655 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
11656
11657 2012-04-23 Chong Yidong <cyd@gnu.org>
11658
11659 * cus-edit.el (customize-apropos, customize-apropos-options):
11660 Disable matching of non-option variables (Bug#11176).
11661 (customize-option, customize-option-other-window)
11662 (customize-changed-options): Doc fix.
11663 (customize-apropos-options, customize-apropos-faces)
11664 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
11665
11666 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
11667 Fix word list splitting (Bug#11132).
11668 (apropos-symbol, apropos-keybinding, apropos-label)
11669 (apropos-property, apropos-function-button)
11670 (apropos-variable-button, apropos-misc-button): New faces.
11671 (apropos-symbol-face, apropos-keybinding-face)
11672 (apropos-label-face, apropos-property-face, apropos-match-face):
11673 Variables removed (Bug#8396).
11674 (apropos-library-button, apropos-format-plist, apropos-print)
11675 (apropos-print-doc, apropos-describe-plist): Callers changed.
11676
11677 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
11678
11679 * net/xesam.el (xesam-mode-map): Use let-bound map in
11680 initialization. (Bug#11292)
11681
11682 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11683
11684 Preserve ispell session localwords when switching back to
11685 original buffer.
11686
11687 * textmodes/ispell.el (ispell-buffer-session-localwords):
11688 New buffer-local variable to hold buffer session localwords.
11689 (ispell-kill-ispell): Add option 'clear to delete session
11690 localwords.
11691 (ispell-command-loop, ispell-change-dictionary)
11692 (ispell-buffer-local-words): Preserve session localwords when
11693 needed.
11694
11695 * textmodes/flyspell.el (flyspell-process-localwords)
11696 (flyspell-do-correct): Preserve session localwords when needed.
11697
11698 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
11699
11700 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
11701 using obsolete `translation-table-for-input'.
11702 (ispell-word, ispell-process-line, ispell-complete-word):
11703 Use plain `insert' instead of removed `ispell-insert-word'.
11704
11705 2012-04-22 Chong Yidong <cyd@gnu.org>
11706
11707 * cus-edit.el (custom-variable-menu)
11708 (custom-variable-reset-saved, custom-face-menu)
11709 (custom-face-reset-saved): If there is no saved value, make the
11710 "reset-saved" operation bring back the default (Bug#9509).
11711 (custom-face-state): Properly detect themed faces.
11712
11713 * faces.el (face-spec-set): Stop supporting deprecated form of
11714 third arg.
11715
11716 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
11717
11718 Move functions from C to Lisp. Make non-blocking method calls
11719 the default. Implement further D-Bus standard interfaces.
11720
11721 * net/dbus.el (dbus-message-internal): Declare function.
11722 Remove unneeded function declarations.
11723 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
11724 (dbus-message-type-method-return, dbus-message-type-error)
11725 (dbus-message-type-signal): Declare variables. Remove local
11726 definitions.
11727 (dbus-interface-dbus, dbus-interface-peer)
11728 (dbus-interface-introspectable, dbus-interface-properties)
11729 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
11730 Adapt docstring.
11731 (dbus-interface-objectmanager): New defconst.
11732 (dbus-call-method, dbus-call-method-asynchronously)
11733 (dbus-send-signal, dbus-method-return-internal)
11734 (dbus-method-error-internal, dbus-register-service)
11735 (dbus-register-signal, dbus-register-method): New defuns, moved
11736 from dbusbind.c
11737 (dbus-call-method-handler, dbus-setenv)
11738 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
11739 New defuns.
11740 (dbus-call-method-non-blocking): Make it an obsolete function.
11741 (dbus-unregister-object, dbus-unregister-service)
11742 (dbus-handle-event, dbus-register-property)
11743 (dbus-property-handler): Obey the new structure of
11744 `bus-registered-objects'.
11745 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
11746 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11747 Use `dbus-call-method'.
11748
11749 2012-04-22 Chong Yidong <cyd@gnu.org>
11750
11751 * cus-edit.el (custom-commands, custom-reset-menu)
11752 (Custom-reset-standard): Tweak labels.
11753 (custom-reset-button-menu): Change default to t.
11754 (custom-buffer-create-internal): For the custom-reset-button-menu
11755 case, put the revert button first.
11756 (custom-group-subtitle): New face.
11757 (custom-group-value-create): Align docstring to a specific column.
11758
11759 * wid-edit.el (widget-documentation-link-add): Don't handle
11760 indentation in this function.
11761 (widget-documentation-string-indent-to): New function.
11762 (widget-documentation-string-value-create): Use it.
11763
11764 * autorevert.el (auto-revert):
11765 * epg-config.el (epg):
11766 * ibuffer.el (ibuffer):
11767 * mpc.el (mpc):
11768 * ses.el (ses):
11769 * eshell/eshell.el (eshell):
11770 * net/ange-ftp.el (ange-ftp):
11771 * progmodes/ebnf2ps.el (postscript):
11772 * progmodes/flymake.el (flymake):
11773 * progmodes/prolog.el (prolog):
11774 * progmodes/verilog-mode.el (verilog-mode):
11775 * progmodes/which-func.el (which-func):
11776 * term/xterm.el (xterm):
11777 * textmodes/picture.el (picture):
11778 * textmodes/tildify.el (tildify):
11779 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
11780 customization buffers.
11781
11782 2012-04-22 Alan Mackenzie <acm@muc.de>
11783
11784 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
11785 Adding a ) can hide the resulting (..) from searches. Fix it.
11786 Bound the backward search to the position of the existing (.
11787
11788 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
11789
11790 * progmodes/verilog-mode.el (verilog-mode): Check whether
11791 which-func-modes is t before adding verilog-mode.
11792 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
11793
11794 2012-04-21 Leo Liu <sdl.web@gmail.com>
11795
11796 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
11797
11798 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
11799
11800 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
11801 filling of the last column of a table (Bug#5635).
11802 (woman-find-next-control-line): New arg, specifying an additional
11803 regexp component for the control line.
11804 (woman2-roff-buffer): Use it.
11805 (woman-break-table): New function.
11806 (woman2-TS): Use it.
11807
11808 2012-04-21 Chong Yidong <cyd@gnu.org>
11809
11810 * woman.el (woman-set-buffer-display-table, woman-decode-region)
11811 (woman-horizontal-escapes, woman-negative-vertical-space)
11812 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
11813 (WoMan-warn-ignored): Use ?\s instead of ?\ .
11814
11815 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * minibuffer.el (completion-file-name-table): Complete user names.
11818
11819 2012-04-20 Leo Liu <sdl.web@gmail.com>
11820
11821 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
11822 and pcase-let*.
11823
11824 2012-04-20 Chong Yidong <cyd@gnu.org>
11825
11826 * server.el (server-execute): Respect initial-buffer-choice if it
11827 is a string and there are no files to open (Bug#2825).
11828 (server-create-window-system-frame, server-create-tty-frame):
11829 Don't switch buffers here.
11830 (server-process-filter): Only try to open a window system frame if
11831 compiled with graphical support (Bug#8314).
11832
11833 2012-04-20 Dan Nicolaescu <dann@gnu.org>
11834
11835 * battery.el (battery-echo-area-format): Display remaining time
11836 for sysfs backend too (Bug#11269).
11837 (battery-linux-sysfs): Fix conditional for the charge.
11838
11839 2012-04-20 Chong Yidong <cyd@gnu.org>
11840
11841 * progmodes/gdb-mi.el (gdb): Revert previous change.
11842 (gdb-inferior-io--init-proc): New function.
11843 (gdb-init-1): Use it.
11844 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
11845 responsible for allocating a new pty and hooking it to gdb when
11846 the old pty gets an EIO due to process exit.
11847 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
11848 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
11849 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
11850
11851 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11852
11853 * window.el (window-min-size, window-sizable, window-min-delta)
11854 (window-max-delta, window--resizable, window-resizable)
11855 (window-total-size, window-full-height-p, window-full-width-p)
11856 (window-in-direction, window--resize-mini-window, window-resize)
11857 (window--resize-child-windows-normal)
11858 (window--resize-child-windows, window--resize-siblings)
11859 (window--resize-this-window, adjust-window-trailing-edge)
11860 (enlarge-window, shrink-window): Doc fixes.
11861
11862 2012-04-20 Chong Yidong <cyd@gnu.org>
11863
11864 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
11865 New function to call delete-process on the gdb-inferior buffer's pty.
11866 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
11867 pty process (Bug#11273).
11868 (gdb-update): New arg to suppress talking to the gdb process.
11869 (gdb-done-or-error): Use it.
11870 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
11871 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
11872 sentinel not being called.
11873
11874 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
11875
11876 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
11877
11878 2012-04-20 Glenn Morris <rgm@gnu.org>
11879
11880 * net/network-stream.el (open-network-stream): Doc fix.
11881
11882 2012-04-20 Chong Yidong <cyd@gnu.org>
11883
11884 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
11885
11886 2012-04-20 Alan Mackenzie <acm@muc.de>
11887
11888 Ensure searching for keywords is case sensitive.
11889
11890 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
11891 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
11892 (c-defun-name, c-mark-function, c-cpp-define-name)
11893 (c-comment-indent, c-scan-conditionals, c-indent-defun)
11894 (c-context-line-break): Bind case-fold-search to nil.
11895
11896 * progmodes/cc-mode.el (c-font-lock-fontify-region):
11897 Bind case-fold-search to nil.
11898
11899 2012-04-20 Chong Yidong <cyd@gnu.org>
11900
11901 * mail/sendmail.el (mail-bury): Call return action with the right
11902 Rmail buffer (Bug#11242).
11903
11904 * server.el (server-process-filter): Handle corner case where both
11905 tty and nowait options are present (Bug#11102).
11906
11907 2012-04-20 Eli Zaretskii <eliz@gnu.org>
11908
11909 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
11910 (top level): Put into the executable the ident-style '$Id:' tag on
11911 windows-nt as well.
11912
11913 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11914
11915 * electric.el (electric-indent-post-self-insert-function): Check that
11916 electric-indent-mode is enabled in current buffer.
11917
11918 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11919
11920 * imenu.el (imenu-progress-message): Restore; it is "used" in
11921 erc/erc-imenu.el and net/snmp-mode.el.
11922
11923 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
11924
11925 * avoid.el (mouse-avoidance-mode): Mark unused arg.
11926 (mouse-avoidance-nudge-mouse): Remove unused binding.
11927
11928 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
11929
11930 * descr-text.el (describe-char):
11931 * progmodes/python.el (python-describe-symbol):
11932 Don't call `toggle-read-only', set `buffer-read-only'.
11933
11934 * imenu.el (imenu-default-goto-function): Mark unused args.
11935 (imenu-progress-message): Remove obsolete macro; all callers changed.
11936
11937 * subr.el (keymap-canonicalize): Remove unused binding.
11938 (read-passwd): Mark unused arg.
11939
11940 * tutorial.el (tutorial--display-changes): Remove unused binding.
11941 (tutorial--save-tutorial-to): Remove unused variable.
11942
11943 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
11944 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
11945 (package-generate-autoloads, package-menu--generate)
11946 (package-menu--find-upgrades): Remove unused bindings.
11947
11948 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
11949 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
11950 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
11951 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
11952 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
11953 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
11954 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
11955 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
11956 (cua-delete-char-rectangle): Mark unused args.
11957 (cua-align-rectangle): Remove unused binding.
11958
11959 * mail/rmail.el (compilation--message->loc)
11960 (epa--find-coding-system-for-mime-charset): Declare.
11961
11962 * net/dbus.el (dbus-register-service): Declare.
11963 (dbus-name-owner-changed-handler): Remove unused binding.
11964
11965 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
11966 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
11967 (nxml-scan-backward-within): Mark unused arg.
11968 (nxml-dynamic-markup-word): Remove unused binding.
11969
11970 * mouse.el (mouse-menu-major-mode-map):
11971 * emacs-lisp/authors.el (authors-scan-change-log)
11972 (authors-add-to-author-list):
11973 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
11974 * emacs-lisp/smie.el (smie-auto-fill):
11975 * mail/sendmail.el (mail-bury):
11976 * mail/unrmail.el (unrmail):
11977 * net/tls.el (open-tls-stream):
11978 * textmodes/picture.el (picture-mouse-set-point):
11979 Remove unused bindings.
11980
11981 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
11982
11983 * net/tramp.el (tramp-action-password): Let-bind
11984 `enable-recursive-minibuffers' to t.
11985
11986 2012-04-18 Sam Steingold <sds@gnu.org>
11987
11988 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
11989 instead of 'string to accommodate values like [f11].
11990 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
11991 * progmodes/gdb-mi.el: Likewise.
11992
11993 2012-04-18 Leo Liu <sdl.web@gmail.com>
11994
11995 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
11996 current buffer.
11997 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
11998 LOCAL is nil.
11999
12000 2012-04-18 Chong Yidong <cyd@gnu.org>
12001
12002 * simple.el (line-move): Use forward-line if in batch mode
12003 (Bug#11053).
12004
12005 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
12006
12007 * files.el (after-find-file): Do not try to add a final newline if
12008 the buffer is read-only (Bug#11156).
12009
12010 2012-04-17 Richard Stallman <rms@gnu.org>
12011
12012 * mail/rmail.el (rmail-start-mail):
12013 Pass (rmail-mail-return...) for the return-action.
12014 Pass (rmail-yank-current-message...) for the yank-action.
12015 (rmail-yank-current-message): New function.
12016 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
12017 (rmail-reply): Likewise.
12018 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
12019
12020 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
12021 buffer, not the last. Reject temp buffers. Use the rmail-mode
12022 buffer, not newbuf.
12023
12024 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
12025
12026 * server.el (server-ensure-safe-dir): Simplify.
12027
12028 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * emacs-lisp/smie.el: Provide smarter auto-filling.
12031 (smie-auto-fill): New function.
12032 (smie-setup): Use it.
12033
12034 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
12035
12036 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
12037
12038 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
12039 (comment-indent): Use it.
12040
12041 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
12042
12043 * ses.el: The overall change is to add cell renaming, that is
12044 setting fancy names for cell symbols other than name matching
12045 "\\`[A-Z]+[0-9]+\\'" regexp .
12046 (ses-localvars): Add ses--renamed-cell-symb-list.
12047 (ses-create-cell-variable): New defun.
12048 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
12049 (ses-relocate-formula): Relocate formulas only for cells the
12050 symbols of which are not renamed, i.e. symbols whose names do not
12051 match regexp "\\`[A-Z]+[0-9]+\\'".
12052 (ses-relocate-all): Relocate values only for cells the symbols of
12053 which are not renamed.
12054 (ses-load): Create cells variables as the (ses-cell ...) are read,
12055 in order to check row col consistency with cell symbol name only
12056 for cells that are not renamed.
12057 (ses-replace-name-in-formula): New defun.
12058 (ses-rename-cell): New defun.
12059
12060 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
12061
12062 * progmodes/perl-mode.el (perl-indent-parens-as-block):
12063 New option (bug#11118).
12064 (perl-calculate-indent): Respect it.
12065
12066 2012-04-17 Glenn Morris <rgm@gnu.org>
12067
12068 * dired-aux.el (dired-mark-read-string): Doc fix.
12069
12070 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
12071
12072 * dired-aux.el (dired-mark-read-string): Offer optional completion.
12073 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
12074
12075 2012-04-17 Glenn Morris <rgm@gnu.org>
12076
12077 * mouse.el (mouse-drag-track):
12078 * speedbar.el (speedbar-frame-mode):
12079 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
12080
12081 2012-04-16 Leo Liu <sdl.web@gmail.com>
12082
12083 * progmodes/python.el: Trivial cleanup.
12084
12085 2012-04-16 Glenn Morris <rgm@gnu.org>
12086
12087 * vc/vc.el (vc-string-prefix-p):
12088 * vc/pcvs-util.el (cvs-string-prefix-p):
12089 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
12090 * mpc.el (mpc-string-prefix-p):
12091 Make all of these into obsolete aliases for string-prefix-p.
12092 Update callers.
12093 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
12094
12095 * textmodes/two-column.el: Move custom options to the start.
12096 (frame-width): Remove compat definition.
12097 (2C-associate-buffer, 2C-dissociate):
12098 Use with-current-buffer rather than save-excursion.
12099 (2C-dissociate): Force a mode-line update.
12100 (2C-autoscroll): Use ignore-errors.
12101
12102 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
12103 Autoload trivia.
12104
12105 * emacs-lisp/cl-extra.el (*random-state*):
12106 Remove unnecessary declaration.
12107
12108 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
12109
12110 * play/cookie1.el (cookie-snarf):
12111 Give an explicit error if input file cannot be read.
12112
12113 * play/yow.el (yow-file): Use expand-file-name rather than concat.
12114
12115 * progmodes/perl-mode.el (c-macro-expand):
12116 Remove unnecessary autoload (it is in loaddefs.el).
12117
12118 * textmodes/picture.el (picture-desired-column)
12119 (picture-update-desired-column): Convert comments to doc-strings.
12120 (picture-substitute): Remove function.
12121 (picture-mode-map): Initialize in the defvar.
12122
12123 * woman.el: Remove eval-after-load for tar-mode.
12124 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
12125 (woman-tar-extract-file): Autoload it.
12126
12127 * frame.el (automatic-hscrolling): Make this alias obsolete.
12128
12129 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12130
12131 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
12132 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
12133 (ispell-dictionary-base-alist): Revert to original XEmacs
12134 friendly version for default. [:alpha:] will be added in
12135 `ispell-set-spellchecker-params' if needed.
12136
12137 2012-04-16 Chong Yidong <cyd@gnu.org>
12138
12139 * image.el (imagemagick--file-regexp): New variable.
12140 (imagemagick-register-types): Use it.
12141 (imagemagick-types-inhibit): Add :set function. Allow new value
12142 of t to inhibit all types.
12143
12144 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
12145 so we can preload it.
12146
12147 * loadup.el (fboundp): Preload regexp-opt, needed by
12148 imagemagick-register-types.
12149
12150 2012-04-15 Chong Yidong <cyd@gnu.org>
12151
12152 * frame.el (scrolling): Remove nearly unused customization group.
12153
12154 * scroll-all.el (scroll-all-mode): Move to windows group.
12155
12156 2012-04-15 Chong Yidong <cyd@gnu.org>
12157
12158 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
12159
12160 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 Avoid the use of ((lambda ...) ...) in lexical-binding code.
12163 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
12164
12165 2012-04-15 Glenn Morris <rgm@gnu.org>
12166
12167 * simple.el (process-file-side-effects): Doc fix.
12168
12169 2012-04-15 Glenn Morris <rgm@gnu.org>
12170
12171 * international/mule-cmds.el (set-language-environment): Doc fix.
12172
12173 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12174
12175 * server.el (server-auth-key, server-generate-key): Doc fixes.
12176 (server-get-auth-key): Doc fix. Use `string-match-p'.
12177 (server-start): Reflow docstring.
12178
12179 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
12180
12181 * server.el (server-generate-key): `called-interactively-p'
12182 requires a parameter.
12183
12184 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
12185
12186 * server.el (server-auth-key): New variable.
12187 (server-generate-key, server-get-auth-key): New function.
12188 (server-start): Use the new variable and functions to allow
12189 setting a permanent server key (bug#9423).
12190
12191 2012-04-14 Leo Liu <sdl.web@gmail.com>
12192
12193 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
12194
12195 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
12196
12197 Spelling fixes.
12198 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
12199 Emacs uses American spelling.
12200
12201 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
12202
12203 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
12204 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
12205 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
12206 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
12207
12208 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * progmodes/which-func.el (which-func-modes): Change default.
12211
12212 2012-04-14 Kim F. Storm <storm@cua.dk>
12213
12214 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
12215 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
12216
12217 2012-04-14 Chong Yidong <cyd@gnu.org>
12218
12219 * custom.el (custom-theme-set-variables): Doc fix.
12220
12221 2012-04-14 Glenn Morris <rgm@gnu.org>
12222
12223 * international/mule.el (set-auto-coding-for-load): Doc fix.
12224
12225 2012-04-14 Alan Mackenzie <acm@muc.de>
12226
12227 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
12228 imenu work again for Objective C Mode. Correct the *-index values,
12229 these having been disturbed by a previous change in 2011-08.
12230
12231 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
12232 Correct two search limits.
12233
12234 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12235
12236 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
12237
12238 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
12239
12240 * international/characters.el: Fix sorting.
12241
12242 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12243
12244 * international/characters.el: Add more missing Latin case pairs.
12245
12246 2012-04-14 Glenn Morris <rgm@gnu.org>
12247
12248 * files.el (dir-locals-set-class-variables): Doc fix.
12249
12250 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12251
12252 * international/characters.el: Add set-case-syntax-pair call for
12253 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
12254 counterpart. (Bug#11209)
12255
12256 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
12257
12258 2012-04-14 Glenn Morris <rgm@gnu.org>
12259
12260 * calendar/holidays.el (calendar-check-holidays): Doc fix.
12261
12262 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12263
12264 * textmodes/ispell.el (ispell-dictionary-base-alist):
12265 Add data for Hebrew.
12266
12267 2012-04-14 Chong Yidong <cyd@gnu.org>
12268
12269 * net/rcirc.el (rcirc-cmd-quit):
12270 Revert 2012-03-18 change (Bug#11192).
12271
12272 2012-04-14 Glenn Morris <rgm@gnu.org>
12273
12274 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
12275
12276 2012-04-14 Eli Zaretskii <eliz@gnu.org>
12277
12278 * minibuffer.el (completion-in-region-mode-map):
12279 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
12280
12281 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
12282
12283 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
12284
12285 2012-04-13 Masatake YAMATO <yamato@redhat.com>
12286
12287 * minibuffer.el (minibuffer-local-filename-syntax): New variable
12288 to allow `C-M-f' and `C-M-b' to move to the nearest path
12289 separator (bug#9511).
12290
12291 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
12292
12293 * avoid.el: Require cl when compiling. And also move the
12294 `provide' to the end.
12295
12296 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12297
12298 * avoid.el (mouse-avoidance-banish-position): New variable.
12299 (mouse-avoidance-banish-destination): Use it (bug#10165).
12300
12301 2012-04-13 Leo Liu <sdl.web@gmail.com>
12302
12303 * progmodes/which-func.el (which-func-modes): Add objc-mode.
12304
12305 2012-04-13 Ken Brown <kbrown@cornell.edu>
12306
12307 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
12308 this is no longer needed now that cygstart understands file:// URLs.
12309 (browse-url-filename-alist): For the same reason, don't modify
12310 file:// URLs on Cygwin.
12311
12312 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
12313
12314 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
12315 the region on shift if the binding is already shifted (bug#11221).
12316
12317 2012-04-12 Glenn Morris <rgm@gnu.org>
12318
12319 * mail/mailpost.el: Move to obsolete/.
12320
12321 2012-04-12 Drew Adams <drew.adams@oracle.com>
12322
12323 * imenu.el (imenu--generic-function): Ignore invisible definitions
12324 (bug#10123).
12325
12326 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
12327
12328 * hexl.el (hexl-bits): New variable.
12329 (hexl-options): Mention the variable in the doc string.
12330 (hexl-rulerise, hexl-line-displen): New functions.
12331 (hexl-mode): Mention the new variable.
12332 (hexl-mode, hexl-current-address, hexl-current-address):
12333 Use the displen.
12334 (hexl-ascii-start-column): New function.
12335 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
12336 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
12337
12338 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12339
12340 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
12341 '("-i" ENCODING), in 2 separate command-line arguments, to specify
12342 the encoding, as expected by hunspell.
12343
12344 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
12345
12346 * battery.el (battery--linux-sysfs-regexp): New const.
12347 (battery-status-function): Use it. Remove yeeloong special case.
12348 (battery-yeeloong-sysfs): Remove.
12349 (battery-echo-area-format): Remove yeeloong special case.
12350
12351 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12352
12353 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
12354 Reported by Noah Friedman.
12355
12356 * subr.el (read-passwd): Use read-string.
12357
12358 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
12359
12360 * vcursor.el (vcursor-move): Increase the priority of the overlay
12361 (bug#9663).
12362
12363 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
12364
12365 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
12366 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
12367
12368 2012-04-11 William Stevenson <yhvh2000@gmail.com>
12369
12370 * textmodes/artist.el (artist-mode): Convert artist-mode to use
12371 define-minor-mode (bug#10760).
12372
12373 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12374
12375 * progmodes/grep.el (rgrep): Tweak the find command line so
12376 that directories matching `grep-find-ignored-files' won't be
12377 pruned (bug#10351).
12378
12379 2012-04-11 Chong Yidong <cyd@gnu.org>
12380
12381 * startup.el (command-line): Remove support for long-obsolete
12382 variable font-lock-face-attributes.
12383
12384 2012-04-11 Glenn Morris <rgm@gnu.org>
12385
12386 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
12387
12388 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * window.el (window--state-get-1): Obey window-point-insertion-type.
12391
12392 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
12393
12394 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
12395 to previous function when point is on the first character of a
12396 function. Take care of that in `narrow-to-defun' (bug#6157).
12397
12398 2012-04-11 Glenn Morris <rgm@gnu.org>
12399
12400 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
12401 not just file-errors.
12402
12403 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
12404 (vc-bzr-sha1): Use internal sha1.
12405
12406 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
12407
12408 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
12409
12410 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
12411
12412 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
12413 that start in the middle of the line (bug#10496).
12414
12415 2012-04-10 Dan Nicolaescu <dann@gnu.org>
12416
12417 * battery.el (battery-linux-proc-acpi): Only one battery is
12418 discharged at a time, but that seems to confuse battery.el when
12419 computing `rate-type' for the battery not being discharged
12420 (bug#10332).
12421
12422 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
12425
12426 * international/quail.el: Use dolist and simplify.
12427 (quail-define-package, quail-update-keyboard-layout)
12428 (quail-define-rules): Use dolist.
12429 (quail-insert-kbd-layout, quail-get-translation): CSE.
12430
12431 * tmm.el: Use dolist, remove left over hook.
12432 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
12433 Use dolist.
12434 (calendar-load-hook): Don't mess with it.
12435
12436 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
12437 Use derived-mode-p. Run the diff asynchronously.
12438
12439 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12440
12441 * obsolete/mouse-sel.el: Add an Obsolete-since header.
12442
12443 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
12444
12445 * misc.el: Display absolute path of loaded DLLs (bug#10424).
12446 (list-dynamic-libraries--loaded): New function.
12447 (list-dynamic-libraries--refresh): Use it.
12448
12449 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
12450
12451 * progmodes/python.el (python-fill-paragraph):
12452 Make python-fill-region in a multiline string work when font-lock is
12453 disabled (bug#7018).
12454
12455 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
12456
12457 * language/european.el (cp775): Add oem/legacy (en)coding on
12458 DOS/MS Windows for the Baltic languages. There are still plenty
12459 of texts written in this encoding/codepage (bug#6519).
12460
12461 2012-04-10 Glenn Morris <rgm@gnu.org>
12462
12463 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
12464 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
12465
12466 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
12467
12468 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
12469 next-line "n" and previous-line "p" in order to make recentf more
12470 consistent with ibuffer, dired or org-mode (bug#9387).
12471
12472 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
12473
12474 * image.el (put-image): Return the overlay created instead of the
12475 optional input string (bug#7834). Note that this may break code
12476 that is (for some reason or other) depending on `put-image'
12477 returning the string.
12478
12479 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
12480
12481 * simple.el (zap-to-char): Allow zapping using input methods
12482 (bug#1580).
12483
12484 * textmodes/fill.el (fill-region): Leave point and mark where they
12485 were before filling (bug#5399).
12486
12487 2012-04-09 Glenn Morris <rgm@gnu.org>
12488
12489 * version.el (emacs-bzr-get-version):
12490 Handle lightweight checkouts of local branches.
12491
12492 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
12493
12494 * international/characters.el: Recover lost case pairs. (Bug#11209)
12495
12496 2012-04-09 Chong Yidong <cyd@gnu.org>
12497
12498 * custom.el (custom-variable-p): Return nil for non-symbol
12499 arguments instead of signaling an error.
12500 (user-variable-p): Obsolete alias for custom-variable-p.
12501
12502 * apropos.el (apropos-variable):
12503 * files-x.el (read-file-local-variable):
12504 * simple.el (set-variable):
12505 * woman.el (woman-mini-help):
12506 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
12507
12508 2012-04-09 Glenn Morris <rgm@gnu.org>
12509
12510 * startup.el (normal-top-level): Don't look for leim-list.el
12511 in places where it will not be found. (Bug#910)
12512
12513 * international/mule-cmds.el (set-default-coding-systems):
12514 * files.el (normal-mode):
12515 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
12516 This function was removed with ucs-tables.el in 2008.
12517
12518 2012-04-08 Eli Zaretskii <eliz@gnu.org>
12519
12520 * textmodes/ispell.el (ispell-check-version): For hunspell, set
12521 ispell-encoding8-command to "-i", without a trailing space.
12522 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
12523 separate command-line arguments, to specify the encoding, since
12524 that's how hunspell expects it.
12525
12526 2012-04-08 Glenn Morris <rgm@gnu.org>
12527
12528 * loadup.el: Load bindings before cus-start.
12529 This reduces somewhat the number of "rogue" settings in emacs -Q.
12530
12531 2012-04-07 Glenn Morris <rgm@gnu.org>
12532
12533 * version.el (emacs-bzr-get-version): New function.
12534 (emacs-bzr-version): New variable.
12535 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
12536 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
12537
12538 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12539
12540 * international/uni-bidi.el, international/uni-category.el:
12541 * international/uni-combining.el, international/uni-decimal.el:
12542 * international/uni-decomposition.el, international/uni-digit.el:
12543 * international/uni-lowercase.el, international/uni-mirrored.el:
12544 * international/uni-name.el, international/uni-numeric.el:
12545 * international/uni-titlecase.el, international/uni-uppercase.el:
12546 Update for Unicode 6.1.
12547
12548 2012-04-07 Eli Zaretskii <eliz@gnu.org>
12549
12550 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
12551
12552 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
12553
12554 * window.el (shrink-window): Mention the `window-min-height'
12555 variable in the doc string.
12556
12557 2012-04-05 Bastien Guerry <bzg@altern.org>
12558
12559 * color.el (color-lighten-name): Fix typo.
12560
12561 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * server.el (server--on-display-p): New function.
12564 (server--on-display-p): Use it.
12565
12566 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
12567
12568 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
12569 (bug#11145).
12570
12571 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
12572
12573 * comint.el (comint--common-quoted-suffix): Check string boundary
12574 before comparing (bug#11158).
12575 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
12576
12577 2012-04-04 Chong Yidong <cyd@gnu.org>
12578
12579 * minibuffer.el (completion-extra-properties): Doc fix.
12580
12581 * subr.el (delayed-warnings-hook): Doc fix.
12582
12583 2012-04-04 Daiki Ueno <ueno@unixuser.org>
12584
12585 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
12586 selection (Bug#11159).
12587 (epa-insert-keys): Inform that the default public key will be
12588 exported if no key is selected.
12589
12590 2012-04-04 Richard Stallman <rms@gnu.org>
12591
12592 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
12593
12594 2012-04-03 Chong Yidong <cyd@gnu.org>
12595
12596 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
12597 mail-insert-file, not its obsolete alias mail-attach-file.
12598
12599 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
12600
12601 * notifications.el (notifications-notify): Fix docstring.
12602
12603 2012-04-02 Glenn Morris <rgm@gnu.org>
12604
12605 * emacs-lisp/authors.el (authors-aliases): Another addition.
12606
12607 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
12608
12609 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
12610 `tramp-compat-call-process' instead of `tramp-local-call-process'.
12611 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
12612
12613 2012-04-01 Chong Yidong <cyd@gnu.org>
12614
12615 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
12616 Handle root directory properly.
12617 (copy-directory): Caller changed.
12618
12619 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12620 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
12621
12622 2012-03-31 Glenn Morris <rgm@gnu.org>
12623
12624 * term/xterm.el (xterm-extra-capabilities): Doc fix.
12625
12626 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
12627
12628 * calendar/calendar.el (calendar-window-list)
12629 (calendar-hide-window): Restore. (Bug#11140)
12630 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
12631
12632 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
12633
12634 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
12635
12636 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
12637 Check if file is a symlink (Bug#10489).
12638
12639 * files.el (copy-directory): Likewise.
12640
12641 2012-03-30 Chong Yidong <cyd@gnu.org>
12642
12643 * image.el (imagemagick-types-inhibit)
12644 (imagemagick-register-types): Doc fix.
12645
12646 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
12647
12648 * textmodes/ispell.el (ispell-get-extended-character-mode):
12649 Disable extended-char-mode for hunspell. hunspell does not support it
12650 and treats ~word as ordinary words in pipe mode.
12651
12652 2012-03-30 Glenn Morris <rgm@gnu.org>
12653
12654 * tutorial.el (help-with-tutorial): Ensure local variables don't
12655 happen to make the buffer read-only. (Bug#11127)
12656
12657 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
12660 (perl-calculate-indent): Return `noindent' in strings.
12661
12662 2012-03-28 Sam Steingold <sds@gnu.org>
12663
12664 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
12665 instead of the broken adhockery which does not prevent calendar
12666 buffers from being displayed at random after exit.
12667 (calendar-window-list, calendar-hide-window): Remove the broken
12668 adhockery.
12669
12670 2012-03-28 Glenn Morris <rgm@gnu.org>
12671
12672 * replace.el (query-replace-map): Doc fix.
12673
12674 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
12675
12676 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
12677 contents. (Bug#11109)
12678
12679 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12680
12681 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
12682 (bug#11077).
12683 (avl-tree--check, avl-tree--check-node): New funs.
12684
12685 2012-03-27 Martin Rudalics <rudalics@gmx.at>
12686
12687 * window.el (switch-to-visible-buffer): New option.
12688 (switch-to-prev-buffer, switch-to-next-buffer):
12689 Observe switch-to-visible-buffer. Make sure that checking for a window
12690 showing a buffer already is done on the same frame.
12691
12692 2012-03-27 Glenn Morris <rgm@gnu.org>
12693
12694 * startup.el (mail-host-address): Doc fix.
12695
12696 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
12699 than 197 variables.
12700
12701 2012-03-26 Ami Fischman <ami@fischman.org>
12702
12703 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
12704
12705 2012-03-26 Glenn Morris <rgm@gnu.org>
12706
12707 * files.el (save-buffers-kill-emacs): Doc fix.
12708
12709 * startup.el (normal-top-level, command-line, command-line-1):
12710 Give them doc strings.
12711
12712 2012-03-25 Eli Zaretskii <eliz@gnu.org>
12713
12714 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
12715 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
12716
12717 2012-03-25 Chong Yidong <cyd@gnu.org>
12718
12719 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
12720 theme if it was previously enabled before (Bug#11031).
12721
12722 * cus-theme.el (custom-theme-write-faces): Retrieve current face
12723 spec with custom-face-get-current-spec if its :shown-value is not
12724 determined yet (Bug#9337).
12725 (customize-create-theme, custom-theme-revert): Doc fixes.
12726
12727 * button.el (button-at): Minor addition to docstring.
12728
12729 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
12730
12731 * vc/vc.el (vc-merge): Fix a prompt.
12732
12733 2012-03-24 Chong Yidong <cyd@gnu.org>
12734
12735 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
12736 point (Bug#9623).
12737
12738 * button.el (button-at): Minor addition to docstring.
12739
12740 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
12741
12742 * newcomment.el (comment-choose-indent): No space after BOL.
12743
12744 2012-03-22 Sam Steingold <sds@gnu.org>
12745
12746 * window.el (switch-to-prev-buffer): Revert last patch because the
12747 bug turned out to be an advertised feature (Elisp manual 28.14).
12748
12749 2012-03-22 Glenn Morris <rgm@gnu.org>
12750
12751 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
12752 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
12753
12754 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12755
12756 * net/network-stream.el (network-stream-open-starttls): Make error
12757 message under Windows be less misleading.
12758
12759 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
12760
12761 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
12762 understands (bug#9942).
12763
12764 2012-03-22 Chong Yidong <cyd@gnu.org>
12765
12766 * simple.el (end-of-visible-line): Handle return value of
12767 next-single-property-change properly (Bug#9371).
12768
12769 2012-03-22 Kenichi Handa <handa@m17n.org>
12770
12771 * international/quail.el (quail-insert-kbd-layout): Fix previous
12772 change. To avoid unwanted bidi reordering, use
12773 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
12774
12775 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
12776
12777 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
12778 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
12779 (ruby-beginning-of-indent): Be more careful with the difference
12780 between word-boundary and symbol boundary.
12781 (ruby-mode-syntax-table): Make : a symbol constituent.
12782
12783 2012-03-21 Andreas Politz <politza@fh-trier.de>
12784
12785 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
12786
12787 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12788
12789 * progmodes/etags.el (tags-completion-at-point-function):
12790 Improve last fix.
12791
12792 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
12793
12794 2012-03-21 Sam Steingold <sds@gnu.org>
12795
12796 * progmodes/etags.el (tags-completion-at-point-function):
12797 Avoid the error when point is inside the pattern.
12798
12799 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
12800
12801 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
12802 line (Bug#10855).
12803
12804 2012-03-21 Drew Adams <drew.adams@oracle.com>
12805
12806 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
12807
12808 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
12809
12810 * ido.el (ido-set-current-directory, ido-read-internal)
12811 (ido-choose-completion-string, ido-completion-help): Handle nil
12812 value of ido-completion-buffer (Bug#11008).
12813
12814 2012-03-21 Sam Steingold <sds@gnu.org>
12815
12816 * window.el (switch-to-prev-buffer): Do not switch to a visible
12817 window previous buffer, just like with the frame previous buffers.
12818
12819 2012-03-21 Chong Yidong <cyd@gnu.org>
12820
12821 * faces.el (make-face, make-empty-face, copy-face):
12822 * face-remap.el (face-remap-add-relative, face-remap-set-base):
12823 Doc fixes.
12824
12825 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * wid-edit.el (widget-complete-field): Remove (bug#11051).
12828 (widget-complete): Remove broken use of it.
12829
12830 2012-03-20 Chong Yidong <cyd@gnu.org>
12831
12832 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
12833 Use string-width and truncate-string-width to handle arbitrary
12834 characters.
12835
12836 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
12837
12838 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
12839 to draw rectangles, not squares. (Regression introduced by revno
12840 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
12841
12842 2012-03-18 Chong Yidong <cyd@gnu.org>
12843
12844 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
12845 it is not yet defined (for temacs).
12846
12847 2012-03-18 Leo Liu <sdl.web@gmail.com>
12848
12849 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
12850 prefix.
12851
12852 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12853
12854 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
12855 (ispell-choices-win-default-height, ispell-silently-savep)
12856 (ispell-dictionary-alist, ispell-encoding8-command)
12857 (ispell-check-version, ispell-aspell-find-dictionary)
12858 (ispell-valid-dictionary-list, ispell-words-keyword)
12859 (ispell-get-word, ispell-internal-change-dictionary)
12860 (ispell-region, ispell-skip-region-list)
12861 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
12862 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
12863 (ispell-message-text-end, ispell-message)
12864 (ispell-buffer-local-parsing): Doc fix.
12865
12866 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
12867
12868 * htmlfontify.el: Add support for code block fontification for ODT
12869 export (Bug #9914).
12870 (hfy-optimisations): Define new option
12871 `body-text-only'
12872 (hfy-fontify-buffer): Honor above setting.
12873 (hfy-begin-span, hfy-end-span): New routines factored out form
12874 `hfy-fontify-buffer'.
12875 (hfy-begin-span-handler, hfy-end-span-handler): New variables
12876 that permit insertion of custom tags.
12877 (hfy-fontify-buffer): Use above handlers.
12878 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
12879 (hfy-face-to-css): Re-defined to be a variable.
12880 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
12881 over multiple runs. This is made possible by having the caller let
12882 bind a special variable `hfy-user-sheet-assoc'.
12883 (htmlfontify-string): New defun.
12884 (hfy-compile-face-map): Make sure that the last char in the
12885 buffer is correctly fontified.
12886 (hfy-face-resolve-face): Whitespace only change.
12887
12888 2012-03-17 Eli Zaretskii <eliz@gnu.org>
12889
12890 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
12891 message more clear.
12892
12893 2012-03-16 Leo Liu <sdl.web@gmail.com>
12894
12895 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
12896
12897 2012-03-16 Alan Mackenzie <acm@muc.de>
12898
12899 Further optimize the handling of large macros.
12900
12901 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
12902 limit to a call of `c-literal-limits'.
12903 (c-determine-+ve-limit): New function.
12904 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
12905 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
12906 In CASE 5B, restrict a search limit to 500.
12907 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
12908
12909 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
12910 Restrict macro bounds to +-500 from after-change's BEG END.
12911
12912 2012-03-16 Leo Liu <sdl.web@gmail.com>
12913
12914 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
12915
12916 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
12917
12918 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
12919 `special-mode' setting of `buffer-read-only'. (Bug#11010)
12920
12921 2012-03-16 Glenn Morris <rgm@gnu.org>
12922
12923 * view.el (view-buffer, view-buffer-other-window)
12924 (view-buffer-other-frame): Doc fixes re special mode-class.
12925
12926 * subr.el (eval-after-load): If named feature is provided not from
12927 a file, run after-load forms. (Bug#10946)
12928
12929 * calendar/calendar.el (calendar-insert-at-column):
12930 Handle non-unit-width characters a bit better. (Bug#10978)
12931
12932 2012-03-15 Chong Yidong <cyd@gnu.org>
12933
12934 * emacs-lisp/ring.el (ring-extend): New function.
12935 (ring-insert+extend): Extend the ring correctly (Bug#11019).
12936
12937 * comint.el (comint-read-input-ring)
12938 (comint-add-to-input-history): Grow comint-input-ring lazily.
12939
12940 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
12943 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
12944
12945 * imenu.el: Fix multiple inheritance breakage (bug#9199).
12946 (imenu-add-to-menubar): Don't add a redundant index.
12947 (imenu-update-menubar): Handle a dynamically composed keymap.
12948
12949 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
12950
12951 * mail/sendmail.el (mail-encode-header):
12952 Bind rfc2047-encode-encoded-words to nil.
12953
12954 2012-03-13 Glenn Morris <rgm@gnu.org>
12955
12956 * calendar/calendar.el (calendar-string-spread):
12957 Handle non-unit-width characters a bit better. (Bug#10978)
12958
12959 2012-03-13 Leo Liu <sdl.web@gmail.com>
12960
12961 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
12962 directory and file as argument (Bug#10822).
12963
12964 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
12965
12966 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
12967 For dynamically generated code, follow $PC.
12968 (gdb-disassembly-handler-custom): Handle no function name case.
12969
12970 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
12971
12972 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
12973 * emulation/ws-mode.el (ws-query-replace):
12974 * sort.el (sort-regexp-fields):
12975 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
12976
12977 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * dabbrev.el: Fix cycle completion order (bug#10963).
12980 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
12981 (dabbrev-completion): Don't use an obarray; provide
12982 a cycle-sort-function.
12983
12984 2012-03-12 Leo Liu <sdl.web@gmail.com>
12985
12986 * simple.el (kill-new): Use equal-including-properties for comparison.
12987 (kill-do-not-save-duplicates): Doc fix.
12988
12989 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * dabbrev.el: Fix cycle completion (bug#10963).
12992 Use lexical binding and wrap to 80 columns.
12993 (dabbrev-completion): Delay computing the list of completions.
12994
12995 2012-03-12 Kenichi Handa <handa@m17n.org>
12996
12997 * international/quail.el (quail-insert-kbd-layout): Surround each
12998 row by LRO and PDF instead of inserting many LRMs. Pad the left
12999 and right of each non-spacing marks. Insert invisible space
13000 between lower and upper characters to prevent composition.
13001
13002 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * minibuffer.el (minibuffer-complete): Don't get confused when the
13005 function is run twice via different commands (bug#10958).
13006 (complete-with-action): Fix docstring.
13007
13008 2012-03-12 Chong Yidong <cyd@gnu.org>
13009
13010 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
13011 (nxml-completion-at-point-function): New function.
13012 (nxml-mode): Use it.
13013 (nxml-bind-meta-tab-to-complete-flag): Default to t.
13014
13015 * emacs-lisp/package.el (package-unpack, package-unpack-single):
13016 Load generated autoloads file before byte compiling (Bug#10970).
13017 (package--make-autoloads-and-compile): New helper fun.
13018
13019 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
13020
13021 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
13022
13023 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
13024
13025 * autorevert.el (auto-revert-handler): Ensure, that
13026 file-readable-p is applied only for local files or in
13027 auto-revert-tail-mode.
13028
13029 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
13030
13031 * server.el (server-eval-at): Handle non-tcp connections.
13032 Decode result string.
13033
13034 * server.el (server-msg-size): New constant.
13035 (server-reply-print): New function.
13036 (server-eval-and-print): Use it.
13037 (server-eval-at): Use server-quote-arg and server-unquote-arg.
13038 Handle -print-nonl.
13039
13040 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
13041
13042 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
13043 (Bug#10987).
13044
13045 2012-03-11 Chong Yidong <cyd@gnu.org>
13046
13047 * simple.el (goto-line): Doc fix (Bug#9938).
13048
13049 * subr.el (save-window-excursion): Doc fix (Bug#9979).
13050
13051 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
13052 when finished (Bug#10963).
13053
13054 2012-03-11 Martin Rudalics <rudalics@gmx.at>
13055
13056 * window.el (split-window-below): Fix bug in case where
13057 split-window-keep-point is nil (Bug#10971).
13058
13059 2012-03-11 Juri Linkov <juri@jurta.org>
13060
13061 * replace.el (replace-highlight): Set isearch-word to nil
13062 unconditionally. (Bug#10887)
13063
13064 2012-03-10 Eli Zaretskii <eliz@gnu.org>
13065
13066 * net/mairix.el (mairix-replace-invalid-chars): Rename from
13067 mairix-replace-illegal-chars; all callers changed. Don't remove
13068 ^, ~, and = characters: they are meaningful in mairix search specs.
13069 (mairix-widget-create-query): Add usage information about mairix
13070 search forms: negating words, searching for substrings, etc.
13071
13072 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
13073
13074 * international/fontset.el (font-encoding-alist): Add an entry for
13075 ksx1001 (Bug#5667).
13076
13077 2012-03-10 Richard Stallman <rms@gnu.org>
13078
13079 * mail/sendmail.el (mail-encode-header):
13080 Set rfc2047-encode-encoded-words.
13081
13082 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
13083
13084 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
13085 view buffer means not swapped.
13086 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
13087 (rmail-write-region-annotate): Error if real text has disappeared.
13088
13089 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
13090
13091 2012-03-10 Chong Yidong <cyd@gnu.org>
13092
13093 * emulation/cua-rect.el (cua--init-rectangles):
13094 * emulation/cua-base.el (cua--init-keymaps):
13095 Add delete-forward-char to remappings (Bug#9666).
13096
13097 2012-03-10 Martin Rudalics <rudalics@gmx.at>
13098
13099 * speedbar.el (speedbar-unhighlight-one-tag-line):
13100 Avoid unhighlighting due to frame switching (Bug#10275).
13101
13102 2012-03-10 Chong Yidong <cyd@gnu.org>
13103
13104 * minibuffer.el (completion-in-region, completion-help-at-point):
13105 Give the completion field overlay a high priority (Bug#6830).
13106
13107 * dired.el (dired-goto-file): Recognize absolute file name
13108 listings (Bug#7126).
13109 (dired-goto-file-1): New helper function.
13110 (dired-toggle-read-only): Inhibit warnings.
13111
13112 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
13113
13114 * net/dbus.el (dbus-property-handler): Return empty array if
13115 there are no properties.
13116
13117 2012-03-09 Leo Liu <sdl.web@gmail.com>
13118
13119 * savehist.el (savehist-printable): Stricter check for string
13120 value (Bug#10937).
13121
13122 2012-03-09 Eli Zaretskii <eliz@gnu.org>
13123
13124 * mail/smtpmail.el (smtpmail-send-it):
13125 Bind coding-system-for-write to *-unix, so that FCC files are kept in
13126 valid mbox format.
13127
13128 2012-03-09 Glenn Morris <rgm@gnu.org>
13129
13130 * files.el (dir-locals-find-file):
13131 Don't check result is regular, readable.
13132 (dir-locals-read-from-file): Demote errors.
13133
13134 2012-03-08 Eli Zaretskii <eliz@gnu.org>
13135
13136 * international/quail.el (quail-insert-kbd-layout):
13137 Insert invisible LRM characters before each character in a keyboard
13138 layout cell, to prevent their reordering by bidi display engine.
13139 For details, see the discussion in
13140 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
13141
13142 2012-03-08 Alan Mackenzie <acm@muc.de>
13143
13144 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
13145 the starting position; make it extend the marked region when
13146 invoked repeatedly - all under appropriate circumstances.
13147 Fixes bugs #5525, #10906.
13148
13149 2012-03-08 Glenn Morris <rgm@gnu.org>
13150
13151 * files.el (locate-dominating-file, dir-locals-find-file):
13152 Undo 2012-03-06 change.
13153
13154 2012-03-07 Eli Zaretskii <eliz@gnu.org>
13155
13156 * international/quail.el (quail-help):
13157 Force bidi-paragraph-direction be left-to-right. See discussion in
13158 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
13159 for the reason.
13160
13161 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
13162
13163 Avoid superfluous registering of signals. (Bug#10807)
13164
13165 * notifications.el (notifications-on-action-object)
13166 (notifications-on-close-object): New defvars.
13167 (notifications-on-action-signal, notifications-on-closed-signal):
13168 Unregister the signal if not needed any longer.
13169 (notifications-notify): Register `notifications-action-signal' or
13170 `notifications-closed-signal', if :on-action or :on-close has been
13171 passed as argument.
13172
13173 2012-03-07 Chong Yidong <cyd@gnu.org>
13174
13175 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
13176 non-X platforms.
13177
13178 2012-03-06 Glenn Morris <rgm@gnu.org>
13179
13180 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13181 (x-disown-selection-internal, x-get-selection-internal):
13182 Doc fix (add arglist signatures). (Bug#10783)
13183
13184 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
13185
13186 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13187 Handle breakpoints with no "type".
13188
13189 2012-03-06 Glenn Morris <rgm@gnu.org>
13190
13191 * files.el (locate-dominating-file): Add optional predicate argument.
13192 (dir-locals-find-file): Make use of above change.
13193
13194 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
13195
13196 * info.el (Info-insert-dir): Also try "dir.gz".
13197
13198 2012-03-06 Glenn Morris <rgm@gnu.org>
13199
13200 * files.el (dir-locals-find-file):
13201 Ignore non-readable or non-regular files. (Bug#10928)
13202
13203 * files.el (locate-dominating-file): Doc fix.
13204
13205 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
13206
13207 * calendar/calendar.el (calendar-set-mode-line):
13208 `getenv' returns a string. (Bug#10951)
13209
13210 2012-03-05 Leo Liu <sdl.web@gmail.com>
13211
13212 * simple.el (backward-delete-char-untabify): Constrain point to
13213 field (Bug#10939).
13214
13215 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
13216
13217 2012-03-05 Chong Yidong <cyd@gnu.org>
13218
13219 * simple.el (count-words): If called from Lisp, return the word
13220 count, for symmetry with `count-lines'. Arglist changed.
13221 (count-words--message): Args changed. Consolidate counting code
13222 from count-words and count-words-region.
13223 (count-words-region): Caller changed.
13224 (count-lines-region): Make it an obsolete alias.
13225
13226 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
13227
13228 * saveplace.el (save-place-to-alist)
13229 (save-place-ignore-files-regexp): Allow value nil to disable this
13230 feature.
13231
13232 2012-03-04 Chong Yidong <cyd@gnu.org>
13233
13234 * faces.el (face-spec-reset-face): For the default face, reset the
13235 attributes to default values (Bug#10748).
13236
13237 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13238
13239 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
13240 previous patch: Check `message-send-mail-function', and not the
13241 default function (bug#10897).
13242
13243 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
13244
13245 * notifications.el (notifications-on-action-signal)
13246 (notifications-on-closed-signal): Check for unique service name of
13247 incoming event. Fix error in removing entry.
13248 (top): Register for signals with wildcard service name.
13249 (notifications-notify): Use daemon unique service name for map entries.
13250
13251 2012-03-04 Chong Yidong <cyd@gnu.org>
13252
13253 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
13254
13255 2012-03-04 Glenn Morris <rgm@gnu.org>
13256
13257 * abbrev.el (copy-abbrev-table, abbrev-table-p)
13258 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
13259 (expand-abbrev, define-abbrev-table): Doc fixes.
13260
13261 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13262
13263 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
13264 `message-default-send-mail-function' and not `send-mail-function'
13265 when doing the prompting for `sendmail-query-once' before sending
13266 in Message buffers (bug#10897).
13267
13268 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
13269 This is inconsistent with all the other stream functions, which leave
13270 the setting up to the higher levels (if so wanted) (bug#10931).
13271
13272 2012-03-02 Alan Mackenzie <acm@muc.de>
13273
13274 Depessimize the handling of very large macros.
13275
13276 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
13277 (c-macro-cache-syntactic): New variables to implement a one
13278 element macro cache.
13279 (c-invalidate-macro-cache): New function.
13280 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
13281 Adapt to use the new cache.
13282 (c-state-safe-place): Use better the cache of safe positions.
13283 (c-state-semi-nonlit-pos-cache)
13284 (c-state-semi-nonlit-pos-cache-limit):
13285 New variables for...
13286 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
13287 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
13288 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
13289 Use c-state-semi-safe-place.
13290
13291 * progmodes/cc-langs.el (c-get-state-before-change-functions):
13292 Add c-invalidate-macro-cache to the C, C++, Obj entries.
13293
13294 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
13295
13296 * jka-compr.el (jka-compr-call-process):
13297 Apply `file-accessible-directory-p' only when the default directory is
13298 not remote.
13299
13300 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
13301
13302 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
13303 access of FILE2, if FILE1 does not exist.
13304
13305 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
13306 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
13307
13308 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
13309 Add "PAGER=" to `process-environment'.
13310
13311 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
13312
13313 * progmodes/sql.el: Bug fix
13314 (sql-get-login-ext): Save login values in globals.
13315 (sql-get-login): Use new version of `sql-get-login-ext'.
13316 (sql-interactive-mode): Set global `sql-connection' to nil.
13317 (sql-connect): Set global values for connection.
13318 (sql-product-interactive): Save global values as buffer local.
13319
13320 2012-02-29 Leo Liu <sdl.web@gmail.com>
13321
13322 * abbrev.el (define-abbrevs): Reset sys to nil.
13323
13324 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13325
13326 * files.el (file-equal-p): Rename from `files-equal-p'.
13327 Return nil when one or both files don't exist.
13328 (file-subdir-of-p): Now only top directory must exists,
13329 return nil if it doesn't.
13330 (copy-directory): No need to test with `file-subdir-of-p' after
13331 creating dir.
13332 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
13333 to `file-equal-p'.
13334
13335 2012-02-28 Glenn Morris <rgm@gnu.org>
13336
13337 * shell.el (shell-mode):
13338 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
13339 * play/landmark.el (landmark-font-lock-face-O):
13340 * play/handwrite.el (handwrite):
13341 * play/gomoku.el (gomoku-O):
13342 * net/browse-url.el (browse-url-browser-display):
13343 * international/mule.el (define-charset):
13344 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
13345 * filesets.el (filesets-find-file-delay):
13346 * eshell/em-xtra.el (eshell-xtra):
13347 * eshell/em-unix.el (eshell-grep):
13348 * emulation/viper.el (viper-mode):
13349 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13350 * emacs-lisp/easymenu.el (easy-menu-define):
13351 * calendar/timeclock.el (timeclock-use-display-time):
13352 * bs.el (bs-mode):
13353 * bookmark.el (bookmark-save-flag):
13354 Doc fix (standardize possessive apostrophe usage).
13355
13356 2012-02-27 Chong Yidong <cyd@gnu.org>
13357
13358 * emulation/viper-cmd.el (viper-intercept-ESC-key):
13359 Fix key-binding lookup for ESC key (Bug#9146).
13360
13361 * font-lock.el (font-lock-specified-p): Rename from
13362 font-lock-spec-present. Callers changed.
13363
13364 2012-02-27 Daniel Hackney <dan@haxney.org>
13365
13366 * emacs-lisp/package.el (package-compute-transaction):
13367 Handle holding a package version to t in package-load-list.
13368
13369 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
13370
13371 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
13372 (tramp-get-inode, tramp-get-device): Use cached values.
13373
13374 2012-02-26 Alan Mackenzie <acm@muc.de>
13375
13376 Check there is a font-lock specification before doing initial
13377 fontification.
13378
13379 * font-core.el (font-lock-mode): Move the conditional from
13380 :after-hook to font-lock-initial-fontify.
13381 (font-lock-default-function): Move the check for a specification
13382 to font-lock-spec-present.
13383
13384 * font-lock.el (font-lock-initial-fontify): Call ...
13385 (font-lock-spec-present): New function.
13386
13387 2012-02-26 Jim Blandy <jimb@red-bean.com>
13388
13389 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
13390 (gdb-send): Apply it to the operand of the '-interpreter-exec
13391 console' command, so that we can pass arguments with (say) quotes
13392 in them. Store exact string sent in gdb-debug-log (Bug#10765).
13393
13394 2012-02-26 Chong Yidong <cyd@gnu.org>
13395
13396 * help-fns.el (describe-function-1): Clarify description of
13397 remapping (Bug#10844).
13398
13399 * files.el (files-equal-p): Doc fix.
13400 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
13401 and quit the loop once a mismatch is found.
13402
13403 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
13404
13405 * bs.el (bs--show-with-configuration): Don't throw an error
13406 if the window cannot be split; otherwise, subsequent calls to
13407 bs-show fail, restoring a stale window config. (Bug#10882)
13408
13409 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
13410
13411 * term/ns-win.el (global-map): Bind ns-drag-file to
13412 ns-find-file (Bug#5855, Bug#10050).
13413
13414 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
13415
13416 * calendar/parse-time.el (parse-time-string): Allow extractor to
13417 return nil.
13418
13419 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
13420
13421 * net/tramp.el (tramp-file-name-for-operation):
13422 Add `files-equal-p' and `file-subdir-of-p'.
13423
13424 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
13425 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
13426 Add COPY-CONTENTS argument.
13427
13428 2012-02-25 Chong Yidong <cyd@gnu.org>
13429
13430 Add custom groups for VC backends, for consistency with vc-bzr.
13431
13432 * vc/vc-arch.el (vc-arch):
13433 * vc/vc-cvs.el (vc-cvs):
13434 * vc/vc-git.el (vc-git):
13435 * vc/vc-hg.el (vc-hg):
13436 * vc/vc-mtn.el (vc-mtn):
13437 * vc/vc-rcs.el (vc-rcs):
13438 * vc/vc-sccs.el (vc-sccs):
13439 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
13440 All relevant defcustoms reassigned.
13441
13442 2012-02-25 Chong Yidong <cyd@gnu.org>
13443
13444 * newcomment.el (comment-styles): Add autoload (Bug#10868).
13445
13446 * term/x-win.el (x-initialize-window-system): Reduce default for
13447 x-selection-timeout to 5 seconds (Bug#8869).
13448
13449 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13450
13451 * files.el (files-equal-p, file-subdir-of-p): New functions.
13452 (copy-directory): Error when trying to copy a directory on itself.
13453 Add missing copy-contents arg to tramp handler.
13454 * dired-aux.el (dired-copy-file-recursive): Same.
13455 (dired-create-files): Modify destination when source is equal to
13456 dest when copying files.
13457 Return also when dest is a subdir of source. (Bug#10489)
13458
13459 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
13460
13461 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
13462 (Bug#10874)
13463
13464 2012-02-23 Alan Mackenzie <acm@muc.de>
13465
13466 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
13467 parameter "after-hook:" to allow the expansion to run code after
13468 the execution of the mode hooks.
13469
13470 * font-lock.el (font-lock-initial-fontify): New function extracted
13471 from font-lock-mode-internal.
13472
13473 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
13474 :after-hook.
13475
13476 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13477
13478 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
13479 (completion--cache-all-sorted-completions): New function.
13480 (completion-all-sorted-completions): Use it.
13481 (completion--do-completion, minibuffer-force-complete):
13482 Use it to re-instate the flush hook.
13483
13484 * icomplete.el (icomplete-completions): Replace last fix with a better
13485 one (bug#10850).
13486
13487 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
13488
13489 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
13490 when it might call us back infinitely (bug#10797).
13491
13492 2012-02-23 Glenn Morris <rgm@gnu.org>
13493
13494 * minibuffer.el (completion-category-overrides): Doc fix.
13495
13496 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 * minibuffer.el (completion-table-with-context): Fix inf-loop.
13499 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
13500
13501 2012-02-23 Glenn Morris <rgm@gnu.org>
13502
13503 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
13504 (authors-obsolete-files-regexps, authors-ignored-files)
13505 (authors-ambiguous-files, authors-renamed-files-alist):
13506 Add more entries.
13507
13508 2012-02-23 Juri Linkov <juri@jurta.org>
13509
13510 * isearch.el (isearch-occur): Sync interactive spec with occur's
13511 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
13512
13513 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
13514
13515 2012-02-22 Juri Linkov <juri@jurta.org>
13516
13517 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
13518 (ucs-insert): Doc fix. Check for hex digits in the string.
13519 Don't display `nil' in the error message. (Bug#10857)
13520
13521 2012-02-22 Alan Mackenzie <acm@muc.de>
13522
13523 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
13524
13525 2012-02-22 Glenn Morris <rgm@gnu.org>
13526
13527 * ffap.el (ffap-c-path):
13528 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
13529
13530 2012-02-22 Chong Yidong <cyd@gnu.org>
13531
13532 * custom.el (load-theme): Doc fix.
13533
13534 2012-02-22 Glenn Morris <rgm@gnu.org>
13535
13536 * dired-x.el (dired-guess-shell-alist-default):
13537 Remove escape sequences from nroff output. (Bug#172)
13538
13539 2012-02-21 Glenn Morris <rgm@gnu.org>
13540
13541 * vc/emerge.el (emerge-defvar-local):
13542 Set `permanent-local' property rather than unused `preserved'.
13543
13544 * textmodes/picture.el (picture-delete-char): New alias.
13545 (picture-mode-map): Use it. (Bug#10860)
13546 (picture-mode): Doc fix.
13547
13548 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
13549
13550 * newcomment.el (uncomment-region-default): Remove unused binding.
13551
13552 2012-02-21 Glenn Morris <rgm@gnu.org>
13553
13554 * textmodes/picture.el (picture-motion, picture-motion-reverse)
13555 (picture-self-insert, picture-tab-chars): Doc fix.
13556 (picture-mode-map): Fix C-a, C-e.
13557
13558 2012-02-20 Glenn Morris <rgm@gnu.org>
13559
13560 * emacs-lisp/authors.el (authors-aliases): Add another entry.
13561
13562 2012-02-20 Leo Liu <sdl.web@gmail.com>
13563
13564 * icomplete.el (icomplete-completions): Check FROM arg before
13565 passing to substring (Bug#10850).
13566
13567 2012-02-19 Chong Yidong <cyd@gnu.org>
13568
13569 * comint.el: Require ansi-color.
13570 (comint-output-filter-functions): Add ansi-color-process-output.
13571
13572 * ansi-color.el: Don't set comint-output-filter-functions; it is
13573 now in the initial value defined in comint.el.
13574 (ansi-color-apply-face-function): New variable.
13575 (ansi-color-apply-on-region): Use it.
13576 (ansi-color-apply-overlay-face): New function.
13577
13578 * shell.el (shell): No need to require ansi-color.
13579 (shell-mode): Use ansi-color-apply-face-function to highlight
13580 color escapes using font-lock-face property (Bug#10835).
13581
13582 2012-02-19 Chong Yidong <cyd@gnu.org>
13583
13584 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
13585 mode-line formats (Bug#10839).
13586
13587 2012-02-18 Glenn Morris <rgm@gnu.org>
13588
13589 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
13590
13591 * mail/undigest.el (unforward-rmail-message): Doc fix.
13592
13593 * saveplace.el (save-place-ignore-files-regexp): Add :version.
13594
13595 2012-02-18 Eli Zaretskii <eliz@gnu.org>
13596
13597 * international/characters.el (script-list): Sync with the latest
13598 Unicode Character Database.
13599
13600 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
13601
13602 * international/titdic-cnv.el: Remove duplicate coding tag.
13603 * language/cham.el: Likewise.
13604 * language/tai-viet.el: Likewise.
13605
13606 2012-02-18 Glenn Morris <rgm@gnu.org>
13607
13608 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
13609 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
13610 (calendar-bahai-all-holidays-flag, calendar-other-dates):
13611 * calendar/diary-lib.el (diary-abbreviated-year-flag):
13612 * calendar/holidays.el (holiday-bahai-holidays)
13613 (calendar-holidays, list-holidays):
13614 Use utf-8 Bahá'í in doc-strings, menus, etc.
13615
13616 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
13617
13618 * saveplace.el (save-place-ignore-files-regexp): New variable
13619 allowing for excluding files from saving their location of point.
13620 The default value matches the temporary commit message editing
13621 files from Git, SVN, Bazaar, and Mercurial.
13622 (save-place-to-alist): Use it.
13623
13624 2012-02-17 Lawrence Mitchell <wence@gmx.li>
13625 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * newcomment.el (uncomment-region-default): Don't leave extra space
13628 when an arg is provided (bug#8150).
13629
13630 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
13631
13632 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
13633
13634 2012-02-17 Glenn Morris <rgm@gnu.org>
13635
13636 * net/socks.el: Require network-stream. (Bug#10599)
13637
13638 2012-02-17 Kenichi Handa <handa@m17n.org>
13639
13640 * international/charprop.el:
13641 * international/uni-name.el:
13642 * international/uni-old-name.el:
13643 * international/uni-comment.el: Regenerate.
13644
13645 2012-02-16 Glenn Morris <rgm@gnu.org>
13646
13647 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
13648 Interactively in calendar buffer, give an error if not on a date.
13649
13650 2012-02-15 Glenn Morris <rgm@gnu.org>
13651
13652 * shell.el (shell-delimiter-argument-list):
13653 Revert 2011-02-17 change. (Bug#8027)
13654
13655 2012-02-15 Chong Yidong <cyd@gnu.org>
13656
13657 * minibuffer.el (completion-at-point-functions): Doc fix.
13658
13659 * custom.el (defcustom): Doc fix; note use of defvar.
13660
13661 2012-02-15 Glenn Morris <rgm@gnu.org>
13662
13663 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
13664 Doc fixes.
13665
13666 2012-02-14 Glenn Morris <rgm@gnu.org>
13667
13668 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
13669
13670 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
13671
13672 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
13673 way the ports list is computed.
13674 (smtpmail-query-smtp-server): Prompt the user for a port number if
13675 we can't connect to any of the standard ports (bug#10810).
13676
13677 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
13678
13679 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
13680
13681 2012-02-13 Glenn Morris <rgm@gnu.org>
13682
13683 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
13684
13685 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
13686
13687 * net/gnutls.el (gnutls-trustfiles): New variable.
13688 (gnutls-negotiate): Use it.
13689
13690 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
13691
13692 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
13693 does its stuff if Gnus is running.
13694
13695 2012-02-13 Alan Mackenzie <acm@muc.de>
13696
13697 Fix a loop in c-set-fl-decl-start.
13698
13699 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
13700 c-backward-syntactic-ws actually moves backwards.
13701
13702 2012-02-13 Leo Liu <sdl.web@gmail.com>
13703
13704 * net/rcirc.el (rcirc-markup-attributes): Move point to the
13705 beginning so that all \C-o chars are removed.
13706
13707 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
13708
13709 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
13710
13711 2012-02-12 Alan Mackenzie <acm@muc.de>
13712
13713 Fix infinite loop with long macros.
13714 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
13715
13716 2012-02-12 Chong Yidong <cyd@gnu.org>
13717
13718 * window.el (display-buffer): Doc fix (Bug#10785).
13719
13720 2012-02-12 Glenn Morris <rgm@gnu.org>
13721
13722 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13723 (x-disown-selection-internal, x-get-selection-internal):
13724 Sync docs with the xselect.c versions.
13725
13726 * allout-widgets.el: Add missing license notice.
13727
13728 2012-02-11 Glenn Morris <rgm@gnu.org>
13729
13730 * select.el (x-get-selection-internal, x-own-selection-internal)
13731 (x-disown-selection-internal):
13732 * x-dnd.el (x-get-selection-internal): Update declarations.
13733
13734 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
13735
13736 * window.el (window-sides-slots):
13737 * tool-bar.el (tool-bar-position):
13738 * term/xterm.el (xterm-extra-capabilities):
13739 * ses.el (ses-self-reference-early-detection):
13740 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
13741 (verilog-auto-wire-type)
13742 (verilog-auto-delete-trailing-whitespace)
13743 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
13744 (verilog-auto-tieoff-declaration):
13745 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
13746 (sql-oracle-statement-starters, sql-oracle-scan-on):
13747 * progmodes/prolog.el (prolog-align-comments-flag)
13748 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
13749 (prolog-left-indent-regexp, prolog-paren-indent-p)
13750 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
13751 (prolog-types, prolog-mode-specificators)
13752 (prolog-determinism-specificators, prolog-directives)
13753 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
13754 (prolog-electric-dot-flag)
13755 (prolog-electric-dot-full-predicate-template)
13756 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
13757 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
13758 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
13759 (prolog-program-switches, prolog-prompt-regexp)
13760 (prolog-debug-on-string, prolog-debug-off-string)
13761 (prolog-trace-on-string, prolog-trace-off-string)
13762 (prolog-zip-on-string, prolog-zip-off-string)
13763 (prolog-use-standard-consult-compile-method-flag)
13764 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
13765 (prolog-imenu-max-lines, prolog-info-predicate-index)
13766 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
13767 (prolog-char-quote-workaround):
13768 * progmodes/cc-vars.el (c-defun-tactic):
13769 * net/tramp.el (tramp-encoding-command-interactive)
13770 (tramp-local-end-of-line):
13771 * net/soap-client.el (soap-client):
13772 * net/netrc.el (netrc-file):
13773 * net/gnutls.el (gnutls):
13774 * minibuffer.el (completion-category-overrides)
13775 (completion-cycle-threshold)
13776 (completion-pcm-complete-word-inserts-delimiters):
13777 * man.el (Man-name-local-regexp):
13778 * mail/feedmail.el (feedmail-display-full-frame):
13779 * international/characters.el (glyphless-char-display-control):
13780 * eshell/em-ls.el (eshell-ls-date-format):
13781 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
13782 (lisp-lambda-list-keyword-parameter-indentation)
13783 (lisp-lambda-list-keyword-parameter-alignment):
13784 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
13785 * dired-x.el (dired-omit-verbose):
13786 * cus-theme.el (custom-theme-allow-multiple-selections):
13787 * calc/calc.el (calc-highlight-selections-with-faces)
13788 (calc-lu-field-reference, calc-lu-power-reference)
13789 (calc-note-threshold):
13790 * battery.el (battery-mode-line-limit):
13791 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
13792 (archive-7z-update):
13793 * allout.el (allout-prefixed-keybindings)
13794 (allout-unprefixed-keybindings)
13795 (allout-inhibit-auto-fill-on-headline)
13796 (allout-flattened-numbering-abbreviation):
13797 * allout-widgets.el (allout-widgets-auto-activation)
13798 (allout-widgets-icons-dark-subdir)
13799 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
13800 (allout-widgets-theme-dark-background)
13801 (allout-widgets-theme-light-background)
13802 (allout-widgets-item-image-properties-emacs)
13803 (allout-widgets-item-image-properties-xemacs)
13804 (allout-widgets-run-unit-tests-on-load)
13805 (allout-widgets-time-decoration-activity)
13806 (allout-widgets-hook-error-post-time)
13807 (allout-widgets-track-decoration):
13808 Add missing :version tags to new defcustoms and defgroups.
13809
13810 * progmodes/sql.el (sql-ansi-statement-starters)
13811 (sql-oracle-statement-starters): Add custom type.
13812
13813 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
13814 (prolog-system-version): Give it a type.
13815
13816 2012-02-11 Eli Zaretskii <eliz@gnu.org>
13817
13818 * term/pc-win.el (x-select-text, x-selection-owner-p)
13819 (x-own-selection-internal, x-disown-selection-internal)
13820 (x-get-selection-internal): Sync doc strings and argument lists
13821 with xselect.c, common-win.el and x-win.el. (Bug#10783)
13822
13823 2012-02-11 Leo Liu <sdl.web@gmail.com>
13824
13825 * progmodes/python.el (python-end-of-statement): Fix infinite
13826 loop. (Bug#10788)
13827
13828 2012-02-10 Glenn Morris <rgm@gnu.org>
13829
13830 * international/mule-cmds.el (unify-8859-on-encoding-mode)
13831 (unify-8859-on-decoding-mode): Properly mark as obsolete.
13832
13833 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
13834
13835 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
13836 about SMTP before checking the From header.
13837
13838 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
13839 into own function for reuse by emacsbug.el.
13840
13841 2012-02-10 Leo Liu <sdl.web@gmail.com>
13842
13843 * subr.el (condition-case-unless-debug): Rename from
13844 condition-case-no-debug. All callers changed.
13845 (with-demoted-errors): Fix caller.
13846
13847 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
13848 * nxml/rng-valid.el (rng-do-some-validation):
13849 * emacs-lisp/package.el (package-refresh-contents)
13850 (package-menu-execute):
13851 * desktop.el (desktop-create-buffer):
13852 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
13853
13854 2012-02-10 Glenn Morris <rgm@gnu.org>
13855
13856 * textmodes/bibtex.el:
13857 Add missing :version tags for new/changed defcustoms.
13858
13859 * files.el (remote-file-name-inhibit-cache): Doc fixes.
13860
13861 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
13862
13863 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
13864 (smtpmail-via-smtp): Use it, or fall back on the From address.
13865 (smtpmail-send-it): Ditto.
13866
13867 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
13870 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
13871 (byte-compile-tmp-var): New const.
13872 (byte-compile-defvar): Use it to minimize .elc size.
13873 Just use `defvar' rather than simulate it (bug#10761).
13874
13875 2012-02-09 Glenn Morris <rgm@gnu.org>
13876
13877 * files.el (rename-uniquely): Doc fix. (Bug#3806)
13878
13879 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
13880 Add :version tags.
13881
13882 * progmodes/compile.el (compilation-error-screen-columns)
13883 (compilation-first-column, compilation-filter-start): Doc fixes.
13884
13885 * vc/log-view.el (log-view-toggle-entry-display):
13886 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
13887
13888 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
13889 (report-emacs-bug-can-use-xdg-email):
13890 (report-emacs-bug-insert-to-mailer): Doc fixes.
13891 (report-emacs-bug): Message fix.
13892
13893 * net/browse-url.el (browse-url-can-use-xdg-open)
13894 (browse-url-xdg-open): Doc fixes.
13895
13896 * electric.el (electric-indent-mode, electric-pair-mode)
13897 (electric-layout-rules, electric-layout-mode): Doc fixes.
13898 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
13899
13900 2012-02-08 Martin Rudalics <rudalics@gmx.at>
13901
13902 * server.el (server-unselect-display): Don't inadvertently kill
13903 the current buffer. (Bug#10729)
13904
13905 2012-02-08 Glenn Morris <rgm@gnu.org>
13906
13907 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
13908 (sql-list-table): Doc fixes.
13909
13910 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
13911 Comment out (does nothing).
13912
13913 * completion.el (dynamic-completion-mode):
13914 * dirtrack.el (dirtrack-debug-mode):
13915 * electric.el (electric-layout-mode):
13916 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
13917 * face-remap.el (text-scale-mode, buffer-face-mode):
13918 * iimage.el (iimage-mode):
13919 * image-mode.el (image-transform-mode):
13920 * minibuffer.el (completion-in-region-mode):
13921 * scroll-lock.el (scroll-lock-mode):
13922 * simple.el (next-error-follow-minor-mode):
13923 * tar-mode.el (tar-subfile-mode):
13924 * tooltip.el (tooltip-mode):
13925 * vcursor.el (vcursor-use-vcursor-map):
13926 * wid-browse.el (widget-minor-mode):
13927 * emulation/tpu-edt.el (tpu-edt-mode):
13928 * emulation/tpu-extras.el (tpu-cursor-free-mode):
13929 * international/iso-ascii.el (iso-ascii-mode):
13930 * language/thai-util.el (thai-word-mode):
13931 * mail/supercite.el (sc-minor-mode):
13932 * net/goto-addr.el (goto-address-mode):
13933 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
13934 * progmodes/cwarn.el (cwarn-mode):
13935 * progmodes/flymake.el (flymake-mode):
13936 * progmodes/glasses.el (glasses-mode):
13937 * progmodes/hideshow.el (hs-minor-mode):
13938 * progmodes/pascal.el (pascal-outline-mode):
13939 * textmodes/enriched.el (enriched-mode):
13940 * vc/smerge-mode.el (smerge-mode):
13941 Doc fixes (minor mode argument).
13942
13943 2012-02-07 Eli Zaretskii <eliz@gnu.org>
13944
13945 * ls-lisp.el (ls-lisp-sanitize): New function.
13946 (ls-lisp-insert-directory): Use it to fix or remove any elements
13947 in file-alist with missing attributes. (Bug#4673)
13948
13949 2012-02-07 Alan Mackenzie <acm@muc.de>
13950
13951 Fix spurious recognition of c-in-knr-argdecl.
13952
13953 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
13954 putative K&R region.
13955
13956 2012-02-07 Alan Mackenzie <acm@muc.de>
13957
13958 * progmodes/cc-engine.el (c-forward-objc-directive):
13959 Prevent looping in "#pragma mark @implementation".
13960
13961 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
13962
13963 * notifications.el (notifications-on-closed-signal): Make `reason'
13964 optional. (Bug#10744)
13965
13966 2012-02-07 Glenn Morris <rgm@gnu.org>
13967
13968 * emacs-lisp/easy-mmode.el (define-minor-mode):
13969 Doc fixes for the macro and the mode it defines.
13970
13971 * image.el (imagemagick-types-inhibit): Doc fix.
13972
13973 * cus-start.el (imagemagick-render-type): Add it.
13974
13975 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
13976
13977 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
13978 Set the default at load time, too, so that `font-lock-fontify-buffer'
13979 can be called without setting up the entire mode first. This fixes
13980 a bug in `mm-inline-text' with C MIME parts.
13981
13982 2012-02-06 Chong Yidong <cyd@gnu.org>
13983
13984 * simple.el (list-processes--refresh): Delete exited processes
13985 (Bug#8094).
13986
13987 * comint.el (comint-next-prompt): next-single-char-property-change
13988 and prev-single-char-property-change never return nil (Bug#8657).
13989
13990 * custom.el (defcustom): Doc fix (Bug#9711).
13991
13992 2012-02-05 Chong Yidong <cyd@gnu.org>
13993
13994 * cus-edit.el (custom-variable-reset-backup): Quote the value
13995 before storing it in the customized-value property (Bug#6712).
13996 (custom-display): Add a customization type tag.
13997 (custom-buffer-create-internal): Improve tooltip message.
13998
13999 * wid-edit.el (widget-field-value-get): New optional arg to
14000 suppress trailing whitespace truncation.
14001 (character): Use it (Bug#2689).
14002
14003 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
14004
14005 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
14006 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
14007
14008 2012-02-05 Chong Yidong <cyd@gnu.org>
14009
14010 * cus-edit.el (custom-variable-value-create): For mismatched
14011 types, show the current value (Bug#7600).
14012
14013 * custom.el (defcustom): Doc fix.
14014
14015 2012-02-05 Glenn Morris <rgm@gnu.org>
14016
14017 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
14018
14019 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
14020
14021 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
14022 (pp-buffer): Use `ignore-errors', `looking-at-p'.
14023 (pp-last-sexp): Use `looking-at-p'.
14024
14025 2012-02-04 Glenn Morris <rgm@gnu.org>
14026
14027 * files.el (revert-buffer):
14028 Doc fix (mention revert-buffer-in-progress-p).
14029
14030 * emacs-lisp/ert-x.el (ert-simulate-command):
14031 Check deferred-action-list (which is obsolete) is bound.
14032
14033 * subr.el (with-wrapper-hook): Doc fixes.
14034
14035 * simple.el (filter-buffer-substring-functions)
14036 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
14037
14038 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
14039
14040 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
14041 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
14042
14043 2012-02-04 Leo Liu <sdl.web@gmail.com>
14044
14045 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
14046
14047 2012-02-04 Glenn Morris <rgm@gnu.org>
14048
14049 * image.el (image-extension-data): Add obsolete alias.
14050
14051 * isearch.el (isearch-update): Doc fix.
14052
14053 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
14054
14055 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
14056
14057 2012-02-03 Glenn Morris <rgm@gnu.org>
14058
14059 * image.el (image-animated-p): Doc fix. Use image-animated-types.
14060 (image-animate-timeout): Doc fix.
14061
14062 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
14063
14064 2012-02-02 Glenn Morris <rgm@gnu.org>
14065
14066 * server.el (server-auth-dir): Doc fix.
14067 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
14068
14069 * subr.el (run-mode-hooks): Doc fix.
14070
14071 2012-02-02 Juri Linkov <juri@jurta.org>
14072
14073 * image-mode.el (image-toggle-display-image): Remove tautological
14074 `major-mode' from the `derived-mode-p' test.
14075
14076 2012-02-02 Kenichi Handa <handa@m17n.org>
14077
14078 * composite.el (compose-region): Cancel previous change.
14079
14080 2012-02-02 Kenichi Handa <handa@m17n.org>
14081
14082 * composite.el (compose-region, compose-string): Signal error for
14083 a null string component (Bug#6988).
14084
14085 2012-02-01 Chong Yidong <cyd@gnu.org>
14086
14087 * view.el (view-buffer-other-window, view-buffer-other-frame):
14088 Handle special modes like view-buffer (Bug#10650).
14089 (view-buffer): Simplify.
14090
14091 * frame.el (set-frame-font): Tweak meaning of third argument.
14092
14093 * dynamic-setting.el (font-setting-change-default-font):
14094 Use set-frame-font (Bug#9982).
14095
14096 2012-02-01 Glenn Morris <rgm@gnu.org>
14097
14098 * progmodes/compile.el (compilation-internal-error-properties):
14099 Respect compilation-first-column in the "*compilation*" buffer.
14100
14101 * emacs-lisp/easy-mmode.el (define-minor-mode):
14102 Relax :variable's test for a named function.
14103
14104 2012-01-31 Alan Mackenzie <acm@muc.de>
14105
14106 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
14107 off by one error.
14108
14109 2012-01-31 Chong Yidong <cyd@gnu.org>
14110
14111 * frame.el (set-frame-font): New arg ALL-FRAMES.
14112
14113 * menu-bar.el (menu-set-font): Use set-frame-font.
14114
14115 * faces.el (face-spec-reset-face): Don't apply unspecified
14116 attribute values to the default face.
14117
14118 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
14119
14120 * progmodes/cwarn.el (cwarn): Remove dead link.
14121 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
14122 Remove * from defcustom docstrings.
14123 (turn-on-cwarn-mode): Make obsolete.
14124 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
14125 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
14126
14127 2012-01-31 Glenn Morris <rgm@gnu.org>
14128
14129 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
14130 Fix :variable handling of mode a symbol not equal to modefun.
14131 Allow named functions to be used as the cdr of :variable.
14132
14133 2012-01-30 Glenn Morris <rgm@gnu.org>
14134
14135 * emacs-lisp/authors.el (authors-fixed-entries):
14136 Remove reference to deleted file rnewspost.el.
14137
14138 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
14139
14140 * window.el (window-with-parameter): Remove unused variable `windows'.
14141 (window--side-check): Remove unused variable `code'.
14142 (window--resize-siblings): Remove unused variable `first'.
14143 (adjust-window-trailing-edge): Remove unused variable `failed'.
14144 (window-deletable-p, window--delete): Remove unused variable `buffer'.
14145 Use `let', not `let*'.
14146 (balance-windows-2): Remove unused variable `found'.
14147 (window--state-put-2): Remove unused variable `splits'.
14148 (window-state-put): Remove unused variable `selected'.
14149 (same-window-p): Use `string-match-p'.
14150 (display-buffer-assq-regexp): Remove unused variable `value'.
14151 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14152 Mark argument ALIST as ignored.
14153 (pop-to-buffer): Remove unused variable `old-window'.
14154
14155 2012-01-29 Eli Zaretskii <eliz@gnu.org>
14156
14157 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
14158 and .lzma compressed files.
14159
14160 2012-01-29 Chong Yidong <cyd@gnu.org>
14161
14162 * frame.el (window-system-default-frame-alist): Doc fix.
14163
14164 * dynamic-setting.el (font-setting-change-default-font): Don't
14165 change the default face if SET-FONT argument is non-nil (Bug#9982).
14166
14167 2012-01-29 Samuel Bronson <naesten@gmail.com>
14168
14169 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
14170
14171 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
14172
14173 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
14174 breakpoints in files outside current directory (Bug#6098).
14175
14176 2012-01-29 Chong Yidong <cyd@gnu.org>
14177
14178 * progmodes/python.el: Require ansi-color at top-level.
14179
14180 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
14181 Define and use in Emacs Lisp mode (Bug#9360).
14182 (lisp-mode-abbrev-table): Add doc.
14183 (lisp-mode-variables): Don't set local-abbrev-table.
14184 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
14185
14186 2012-01-28 Roland Winkler <winkler@gnu.org>
14187
14188 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
14189
14190 2012-01-28 Roland Winkler <winkler@gnu.org>
14191
14192 * textmodes/bibtex.el (bibtex-entry-alist): New function.
14193 (bibtex-set-dialect): Use it. Either set global values of
14194 dialect-dependent variables or bind these variables buffer-locally
14195 (Bug#10254).
14196 (bibtex-mode): Call bibtex-set-dialect via
14197 hack-local-variables-hook.
14198 (bibtex-dialect): Update docstring.
14199 Add safe-local-variable predicate.
14200 (bibtex-entry-alist, bibtex-field-alist): Initialize via
14201 bibtex-set-dialect.
14202 (bibtex-mode-map): Define menu for each dialect.
14203 (bibtex-entry): Fix docstring.
14204
14205 2012-01-28 Chong Yidong <cyd@gnu.org>
14206
14207 * eshell/esh-arg.el (eshell-quote-argument): New function.
14208
14209 * eshell/esh-ext.el (eshell-invoke-batch-file):
14210 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
14211 first arg to eshell-parse-command (Bug#10523).
14212
14213 2012-01-28 Drew Adams <drew.adams@oracle.com>
14214
14215 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
14216 `default-directory' is non-nil.
14217
14218 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14219
14220 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
14221 line that displays system-configuration-options. (Bug#9924)
14222
14223 2012-01-28 Drew Adams <drew.adams@oracle.com>
14224
14225 * descr-text.el (describe-char): Show information about POS, in
14226 addition to information about the character at POS. Improve and
14227 update the doc string. Change "code point" to "code point in
14228 charset", to avoid confusion with the character's Unicode code
14229 point shown above that. (Bug#10129)
14230
14231 2012-01-28 Eli Zaretskii <eliz@gnu.org>
14232
14233 * descr-text.el (describe-char): Show the raw character, not only
14234 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
14235 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
14236 for the reasons.
14237
14238 2012-01-28 Phil Hagelberg <phil@hagelb.org>
14239
14240 * emacs-lisp/package.el (package-install):
14241 Run package-refresh-contents if there is no archive yet (Bug#9798).
14242
14243 2012-01-28 Chong Yidong <cyd@gnu.org>
14244
14245 * emacs-lisp/package.el (package-maybe-load-descriptor):
14246 New function, split from package-maybe-load-descriptor.
14247 (package-maybe-load-descriptor): Use it.
14248 (package-download-transaction): Fully load required packages
14249 inside the loop, so that `require' calls work (Bug#10593).
14250 (package-install): No need to call package-initialize now.
14251
14252 2012-01-28 Chong Yidong <cyd@gnu.org>
14253
14254 * simple.el (deactivate-mark): Doc fix (Bug#8614).
14255
14256 * tooltip.el (tooltip-mode): Doc fix.
14257 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
14258
14259 * frame.el (set-cursor-color): Doc fix (Bug#352).
14260
14261 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
14262 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
14263
14264 * cus-edit.el (custom-buffer-create-internal): Fix search button
14265 action (Bug#10542).
14266 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
14267
14268 2012-01-27 Eduard Wiebe <usenet@pusto.de>
14269
14270 * dired.el (dired-mark-files-regexp):
14271 Include any subdirectory components. (Bug#10445)
14272
14273 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
14274
14275 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
14276 Handle [host]:port syntax. (Bug#10533)
14277
14278 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
14279
14280 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
14281
14282 2012-01-26 Glenn Morris <rgm@gnu.org>
14283
14284 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
14285 * term.el (term-raw-escape-map): Use Control-X-prefix.
14286 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
14287
14288 2012-01-25 Martin Rudalics <rudalics@gmx.at>
14289
14290 * window.el (window-state-get, window--state-get-1): Don't deal
14291 with fixed-sizeness of windows. Simplify code.
14292
14293 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
14294
14295 * window.el (window--state-get-1, window--state-put-2):
14296 Don't save and restore the mark.
14297
14298 2012-01-25 Chong Yidong <cyd@gnu.org>
14299
14300 * custom.el (custom-variable-p): Doc fix.
14301
14302 2012-01-25 Glenn Morris <rgm@gnu.org>
14303
14304 * dired.el (dired-goto-file): Handle some of the more common
14305 characters that `ls -b' escapes. (Bug#10596)
14306
14307 * progmodes/compile.el (compilation-next-error-function):
14308 Respect compilation-first-column in the "*compilation*" buffer.
14309 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
14310
14311 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
14312
14313 2012-01-24 Glenn Morris <rgm@gnu.org>
14314
14315 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
14316
14317 2012-01-24 Julien Danjou <julien@danjou.info>
14318
14319 * color.el (color-rgb-to-hsl): Fix value computing.
14320 (color-hue-to-rgb): New function.
14321 (color-hsl-to-rgb): New function.
14322 (color-clamp, color-saturate-hsl, color-saturate-name)
14323 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
14324 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
14325
14326 2012-01-24 Glenn Morris <rgm@gnu.org>
14327
14328 * vc/vc-rcs.el (vc-rcs-create-tag):
14329 * vc/vc-sccs.el (vc-sccs-create-tag):
14330 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
14331
14332 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
14333
14334 * eshell/esh-util.el (eshell-read-hosts-file):
14335 Skip comment lines. (Bug#10549)
14336
14337 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
14338
14339 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
14340
14341 * subr.el (display-delayed-warnings): Doc fix.
14342 (collapse-delayed-warnings): New function to collapse identical
14343 adjacent warnings.
14344 (delayed-warnings-hook): Add it.
14345
14346 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
14347
14348 * net/tramp.el (tramp-action-login): Set connection property "login-as".
14349
14350 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
14351 (tramp-default-user-alist): Don't add "pscp".
14352 (tramp-do-copy-or-rename-file-out-of-band): Use connection
14353 property "login-as", if set. (Bug#10530)
14354
14355 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
14356
14357 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
14358 "plink1" and "psftp". (Bug#10530)
14359
14360 2012-01-21 Kenichi Handa <handa@m17n.org>
14361
14362 * international/mule-cmds.el (prefer-coding-system): Show a
14363 warning message if the default value of file-name-coding-system
14364 was not changed.
14365
14366 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14367
14368 * windmove.el (windmove-reference-loc):
14369 Fix windmove-reference-loc miscalculation.
14370
14371 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
14372
14373 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
14374 default unit.
14375
14376 2012-01-21 Glenn Morris <rgm@gnu.org>
14377
14378 * international/mule.el (auto-coding-alist): Add .tbz.
14379
14380 * files.el (local-enable-local-variables): Doc fix.
14381 (inhibit-local-variables-regexps): Rename from
14382 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
14383 Doc fix. Add some extensions from auto-coding-alist.
14384 (inhibit-local-variables-suffixes):
14385 Rename from inhibit-first-line-modes-suffixes. Doc fix.
14386 (inhibit-local-variables-p):
14387 New function, extracted from set-auto-mode-1.
14388 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
14389 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
14390 (hack-local-variables): Doc fix. Make the mode-only case
14391 respect enable-local-variables and friends.
14392 Respect inhibit-local-variables-regexps for file-locals, but
14393 not for directory-locals.
14394 (set-visited-file-name):
14395 Take account of inhibit-local-variables-regexps.
14396 Whether it applies may change as the file name is changed.
14397 * jka-cmpr-hook.el (jka-compr-install):
14398 * jka-compr.el (jka-compr-uninstall):
14399 Update for inhibit-first-line-modes-suffixes name change.
14400
14401 2012-01-20 Martin Rudalics <rudalics@gmx.at>
14402
14403 * help-macro.el (make-help-screen): Temporarily restore original
14404 binding for minor-mode-map-alist (Bug#10454).
14405
14406 2012-01-19 Julien Danjou <julien@danjou.info>
14407
14408 * color.el (color-name-to-rgb): Use the white color to find the max
14409 color component value and return correctly computed values.
14410 (color-name-to-rgb): Add missing float conversion for max value.
14411
14412 2012-01-19 Martin Rudalics <rudalics@gmx.at>
14413
14414 * window.el (window--state-get-1, window-state-get): Do not use
14415 special state value for window-persistent-parameters.
14416 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
14417 (window--state-put-2): Reset all window parameters to nil before
14418 assigning values of persistent parameters.
14419
14420 2012-01-18 Alan Mackenzie <acm@muc.de>
14421
14422 Eliminate sluggishness and hangs in fontification of "semicolon
14423 deserts".
14424
14425 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
14426 Change value 10000 -> 3000.
14427 (c-state-safe-place): Reformulate so it doesn't stack up an
14428 infinite number of wrong entries in c-state-nonlit-pos-cache.
14429 (c-determine-limit-get-base, c-determine-limit): New functions to
14430 determine backward search limits disregarding literals.
14431 (c-find-decl-spots): Amend commenting.
14432 (c-cheap-inside-bracelist-p): New function which detects "={".
14433
14434 * progmodes/cc-fonts.el
14435 (c-make-font-lock-BO-decl-search-function): Give a limit to a
14436 backward search.
14437 (c-font-lock-declarations): Fix an occurrence of point being
14438 undefined. Check additionally for point being in a bracelist or
14439 near a macro invocation without a semicolon so as to avoid a
14440 fruitless time consuming search for a declarator. Give a more
14441 precise search limit for declarators using the new
14442 c-determine-limit.
14443
14444 2012-01-18 Glenn Morris <rgm@gnu.org>
14445
14446 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
14447 (set-auto-mode): Doc fixes.
14448
14449 2012-01-17 Glenn Morris <rgm@gnu.org>
14450
14451 * isearch.el (search-nonincremental-instead): Fix doc typo.
14452
14453 * dired.el (dired-insert-directory): Handle newlines in directory name.
14454 (dired-build-subdir-alist): Unescape newlines in directory name.
14455
14456 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
14457
14458 * net/tramp.el (tramp-local-end-of-line): New defcustom.
14459 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
14460 (tramp-action-terminal): Use it. (Bug#10530)
14461
14462 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * minibuffer.el (completion--replace): Strip properties (bug#10062).
14465
14466 2012-01-16 Martin Rudalics <rudalics@gmx.at>
14467
14468 * window.el (window-state-ignored-parameters): Remove variable.
14469 (window--state-get-1): Rename argument MARKERS to IGNORE.
14470 Handle persistent window parameters. Make copy of clone-of
14471 parameter only if requested. (Bug#10348)
14472 (window--state-put-2): Install a window parameter only if it has
14473 a non-nil value or an existing parameter shall be overwritten.
14474
14475 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
14476
14477 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
14478
14479 2012-01-14 Eli Zaretskii <eliz@gnu.org>
14480
14481 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
14482 don't pass the (nil) value of `upnode' to string-match.
14483
14484 2012-01-14 Chong Yidong <cyd@gnu.org>
14485
14486 * startup.el (command-line): Fix X resource class for cursorColor.
14487 Fix values recognized by the cursorBlink resource.
14488
14489 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
14490
14491 * epg.el (epg--make-temp-file): Avoid permission race condition
14492 when running on old Emacs versions (bug#10403).
14493
14494 2012-01-14 Glenn Morris <rgm@gnu.org>
14495
14496 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
14497
14498 2012-01-13 Alan Mackenzie <acm@muc.de>
14499
14500 Fix filling for when filladapt mode is enabled.
14501
14502 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
14503 c-mask-paragraph, pass in `fill-paragraph' rather than
14504 `fill-region-as-paragraph'. (This is a reversion of a previous
14505 change.)
14506 * progmodes/cc-mode.el (c-basic-common-init):
14507 Make fill-paragraph-handle-comment buffer local and set it to nil.
14508
14509 2012-01-13 Glenn Morris <rgm@gnu.org>
14510
14511 * dired.el (dired-switches-escape-p): New function.
14512 (dired-insert-directory): Use dired-switches-escape-p.
14513 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
14514
14515 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
14516
14517 2012-01-12 Glenn Morris <rgm@gnu.org>
14518
14519 * mail/sendmail.el (mail-mode): Update paragraph-separate for
14520 changes in adaptive-fill-regexp. (Bug#10276)
14521
14522 2012-01-11 Alan Mackenzie <acm@muc.de>
14523
14524 Fix Emacs bug #10463 - put `widen's around the critical spots.
14525
14526 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
14527 widen around each invocation of c-state-pp-to-literal. Remove an
14528 unused let variable.
14529
14530 2012-01-11 Glenn Morris <rgm@gnu.org>
14531
14532 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
14533 Doc fix.
14534
14535 2012-01-10 Chong Yidong <cyd@gnu.org>
14536
14537 * net/network-stream.el (network-stream-open-starttls):
14538 Avoid emitting a confusing error message when the server gives a bad
14539 response to the capability command.
14540
14541 2012-01-10 Glenn Morris <rgm@gnu.org>
14542
14543 * mail/unrmail.el (unrmail): Tweak previous change.
14544
14545 2012-01-09 Chong Yidong <cyd@gnu.org>
14546
14547 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
14548
14549 2012-01-08 Alan Mackenzie <acm@muc.de>
14550
14551 Optimize font locking in long enum definitions.
14552
14553 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
14554 arm to a cond form to handle enums.
14555 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
14556 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
14557
14558 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
14559
14560 * files.el (move-file-to-trash): Preserve default file modes on error.
14561 (Bug#10401)
14562
14563 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14564
14565 * faces.el (set-face-attribute): Clarify the meaning of the nil
14566 frame (bug#10294).
14567
14568 * subr.el (with-selected-frame): Mention that the selected frame
14569 is restored (bug#9980).
14570
14571 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
14572 (bug#9759).
14573
14574 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
14575 (password-read): Don't autoload unused function.
14576
14577 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
14578
14579 * progmodes/which-func.el (which-func-mode): Turn into a
14580 non-interactive function and mark as obsolete (bug#10428).
14581
14582 2012-01-06 Chong Yidong <cyd@gnu.org>
14583
14584 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
14585 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
14586 functions, along with 1 and -1.
14587
14588 2012-01-06 Eli Zaretskii <eliz@gnu.org>
14589
14590 * time.el (display-time-load-average)
14591 (display-time-default-load-average): Doc fixes. See the thread
14592 starting at
14593 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
14594 for the details.
14595
14596 2012-01-06 Glenn Morris <rgm@gnu.org>
14597
14598 * mail/unrmail.el (unrmail): Give an explicit error if the input file
14599 has no messages. (Bug#10377)
14600
14601 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
14602 than Info-edit. (Bug#10385)
14603
14604 * time.el (display-time-load-average, display-time-next-load-average):
14605 Doc fixes.
14606
14607 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
14608 local setting of buffer-read-only to the input buffer. (Bug#10419)
14609
14610 * calendar/calendar.el (calendar-mode):
14611 Locally set scroll-margin to 0. (Bug#10379)
14612
14613 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
14614
14615 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
14616
14617 2012-01-05 Glenn Morris <rgm@gnu.org>
14618
14619 * eshell/em-unix.el (diff-no-select): Autoload it.
14620 (eshell/diff): Use diff-no-select. (Bug#10420)
14621
14622 2012-01-05 Chong Yidong <cyd@gnu.org>
14623
14624 * shell.el (shell-dynamic-complete-functions): Revert last change.
14625 (shell-command-completion-function): New function.
14626 (shell-completion-vars): Use it to implement
14627 shell-completion-execonly (Bug#10417).
14628
14629 * custom.el (enable-theme): Don't set custom-safe-themes.
14630
14631 * cus-theme.el (custom-theme-merge-theme):
14632 Ignore custom-enabled-themes and custom-safe-themes.
14633
14634 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
14635
14636 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
14637 first prompt in `sql-interacive-mode'.
14638 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
14639 keywords.
14640 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
14641 (sql-product-interactive): Bug fix: Set `sql-buffer' in
14642 context of original buffer. Invoke `sql-login-hook'.
14643
14644 2012-01-04 Eli Zaretskii <eliz@gnu.org>
14645
14646 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
14647 letters in cite-prefix.
14648
14649 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
14650
14651 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
14652
14653 2012-01-03 Chong Yidong <cyd@gnu.org>
14654
14655 * shell.el (shell-dynamic-complete-functions):
14656 Put pcomplete-completions-at-point, so as to try
14657 comint-filename-completion first (Bug#10417).
14658
14659 2012-01-02 Richard Stallman <rms@gnu.org>
14660
14661 * battery.el (battery-status-function):
14662 Detect when to use battery-yeeloong-sysfs.
14663 (battery-echo-area-format): Add string for Yeeloong.
14664 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
14665 (battery-yeeloong-sysfs): New function.
14666
14667 2012-01-02 Chong Yidong <cyd@gnu.org>
14668
14669 * dirtrack.el (dirtrack-list): Eliminate unused third element.
14670 (dirtrack): Merge code for handling relative filenames in prompt
14671 from shell-dir-cookie-watcher.
14672 (dirtrack-debug-message): New arg to avoid excess format calls.
14673
14674 * shell.el (shell-dir-cookie-re): Variable deleted.
14675 (shell-dir-cookie-watcher): Function deleted.
14676 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
14677 with dirtrack-mode.
14678
14679 2012-01-01 Eli Zaretskii <eliz@gnu.org>
14680
14681 * term/w32-win.el (dynamic-library-alist) <gnutls>:
14682 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
14683 libgnutls-26.dll.
14684
14685 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
14686
14687 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
14688
14689 2011-12-31 Eli Zaretskii <eliz@gnu.org>
14690
14691 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
14692 headers of non-MIME messages, when rmail-enable-mime is non-nil.
14693
14694 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
14695
14696 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
14697 also for alternative shells.
14698 (tramp-open-connection-setup-interactive-shell): Check, whether
14699 the shell is a busybox.
14700 (tramp-send-command): Don't suppress multiple prompts for
14701 busyboxes, it hurts.
14702
14703 2011-12-28 Chong Yidong <cyd@gnu.org>
14704
14705 * progmodes/gdb-mi.el (gdb-get-source-file-list)
14706 (gdb-get-source-file): Move mode line update to
14707 gdb-get-source-file (Bug#10087).
14708
14709 2011-12-25 Chong Yidong <cyd@gnu.org>
14710
14711 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
14712 gud-gdb-marker-filter without taking it as an argument.
14713 (gud-gdb-run-command-fetch-lines): Caller changed.
14714 (gud-gdb-completion-function): New variable.
14715 (gud-gdb-completion-at-point): Use it.
14716 (gud-gdb-completions-1): Split from gud-gdb-completions.
14717
14718 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
14719 function as separate arguments.
14720 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
14721 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
14722 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
14723 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
14724 (gdb-stopped, def-gdb-auto-update-trigger)
14725 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
14726 (gdb-get-changed-registers, gdb-get-main-selected-frame):
14727 Callers changed.
14728 (gud-gdbmi-completions): New function.
14729 (gdb): Use it for generating the completion table.
14730
14731 2011-12-24 Alan Mackenzie <acm@muc.de>
14732
14733 Introduce a mechanism to widen the region used in context font
14734 locking. Use this to protect declarations from losing their contexts.
14735
14736 * progmodes/cc-langs.el (c-before-font-lock-functions):
14737 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
14738 (c-before-context-fontification-functions): New defvar, a list of
14739 functions to be run just before context (etc.) font locking.
14740
14741 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
14742 New, functionality extracted from
14743 c-neutralize-syntax-in-and-mark-CPP.
14744 (c-in-after-change-fontification): New variable.
14745 (c-after-change): Set c-in-after-change-fontification.
14746 (c-set-fl-decl-start): Rejig its interface, so it can be called
14747 from both after-change and context fontifying.
14748 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
14749 New functions.
14750 (c-standard-font-lock-fontify-region-function): New variable.
14751 (c-font-lock-fontify-region): New function.
14752
14753 2011-12-24 Juri Linkov <juri@jurta.org>
14754
14755 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
14756 (Bug#10348)
14757
14758 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
14759
14760 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
14761 existence of source file. (Bug#10325)
14762
14763 2011-12-23 Alan Mackenzie <acm@muc.de>
14764
14765 Fix unstable fontification inside templates.
14766
14767 * progmodes/cc-langs.el (c-before-font-lock-functions):
14768 Newly created from the singular version. The (c c++ objc) entry now
14769 additionally has c-set-fl-decl-start. The other languages (apart
14770 from AWK) have that as a single entry.
14771
14772 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
14773 The functionality for "local" declarations has been extracted to
14774 c-set-fl-decl-start.
14775
14776 * progmodes/cc-mode.el (c-common-init, c-after-change):
14777 Changes due to pluralisation of c-before-font-lock-functions.
14778 (c-set-fl-decl-start): New function, extracted from
14779 c-font-lock-enclosing-decls and enhanced.
14780
14781 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
14782
14783 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
14784
14785 2011-12-22 Juri Linkov <juri@jurta.org>
14786
14787 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
14788
14789 2011-12-22 Chong Yidong <cyd@gnu.org>
14790
14791 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
14792
14793 2011-12-21 Drew Adams <drew.adams@oracle.com>
14794
14795 * files.el (file-remote-p): Fix docstring. (Bug#10319)
14796
14797 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
14798
14799 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
14800
14801 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
14802
14803 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
14804 highlighting and support. Fix up comments for capitalization.
14805 (cfengine-mode-debug): New var.
14806 (cfengine3-mode): Change the modeline indicator to "CFE3".
14807 (cfengine3-font-lock-keywords): Improve defun highlighting.
14808 (cfengine2-actions): Rename from `cfengine-actions'.
14809 (cfengine2-font-lock-keywords): Rename from
14810 `cfengine-font-lock-keywords'.
14811 (cfengine2-imenu-expression): Rename from
14812 `cfengine-imenu-expression'.
14813 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
14814 (cfengine2-beginning-of-defun): Rename from
14815 `cfengine-beginning-of-defun'.
14816 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
14817 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
14818 (cfengine2-mode): Rename from `cfengine-mode'. Change the
14819 modeline indicator to "CFE2".
14820 (cfengine-mode): Defalias to `cfengine-auto-mode'.
14821 (cfengine-mode-abbrevs): Mark obsolete.
14822
14823 2011-12-21 Chong Yidong <cyd@gnu.org>
14824
14825 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
14826 filename argument.
14827
14828 2011-12-20 Martin Rudalics <rudalics@gmx.at>
14829
14830 * window.el (window-normalize-buffer-to-display): Remove.
14831 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
14832
14833 2011-12-19 Chong Yidong <cyd@gnu.org>
14834
14835 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
14836 Don't signal an error in a predicate function; return non-nil.
14837 (vc-dir-mark-file): Move the error here.
14838 (vc-dir-mark-unmark): If acting on the region, keep going if one
14839 of the entries cannot be marked/unmarked.
14840 (vc-dir-mark-all-files): If current entry is a directory, mark
14841 only child files, as documented.
14842
14843 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
14844
14845 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
14846 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
14847 addition.
14848
14849 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
14850
14851 * term/ns-win.el (ns-get-selection-internal)
14852 (ns-store-selection-internal): Declare.
14853 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
14854 Declare as obsolete.
14855 (ns-get-pasteboard, ns-paste-secondary):
14856 Use ns-get-selection-internal.
14857 (ns-set-pasteboard, ns-copy-including-secondary):
14858 Use ns-store-selection-internal.
14859
14860 2011-12-17 Chong Yidong <cyd@gnu.org>
14861
14862 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
14863 (vc-deduce-fileset): Doc fix.
14864
14865 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
14866
14867 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
14868
14869 2011-12-13 Sam Steingold <sds@gnu.org>
14870
14871 * man.el (Man-getpage-in-background): When running under a
14872 window-system, ignore $MANWIDTH and $COLUMNS.
14873
14874 2011-12-15 Kenichi Handa <handa@m17n.org>
14875
14876 * language/ethio-util.el: Change coding tag to utf-8-emacs.
14877 (setup-ethiopic-environment-internal): Comment out key-binding for
14878 ethio-toggle-punctuation.
14879
14880 2011-12-13 Alan Mackenzie <acm@muc.de>
14881
14882 Add the switch statement to AWK Mode.
14883
14884 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
14885 "default" to the keywords regexp.
14886
14887 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
14888 expression as the rest.
14889 (c-nonlabel-token-key): Allow string literals for AWK.
14890 Refactor for the other modes.
14891
14892 Large brace-block initialisation makes CC Mode slow: Fix.
14893 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
14894 routines. Limit backward searching in c-font-lock-enclosing.decl.
14895
14896 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
14897 pp-state and literal type in addition to the limits.
14898 (c-state-safe-place): New defun, extracted from c-state-literal-at.
14899 (c-state-literal-at): Use the above new defun.
14900 (c-slow-in-literal, c-fast-in-literal): Remove.
14901 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
14902
14903 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
14904 being in a literal. Add a limit for backward searching.
14905
14906 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
14907 c-slow-in-literal.
14908
14909 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14910
14911 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
14912
14913 2011-12-13 Martin Rudalics <rudalics@gmx.at>
14914
14915 * window.el (delete-other-windows): Use correct frame in call to
14916 window-with-parameter.
14917
14918 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
14919
14920 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
14921 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
14922 (makefile-gmake-statements, makefile-makepp-statements):
14923 Use it and add new makepp keywords.
14924 (makefile-makepp-font-lock-keywords): Add new patterns.
14925 (makefile-match-function-end): Match new [...] and [[...]].
14926
14927 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
14928
14929 * ses.el (ses-call-printer-return, ses-cell-property-get)
14930 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
14931 (ses-create-cell-variable, ses-reset-header-string)
14932 (ses-cell-set-formula, ses-repair-cell-reference-all)
14933 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
14934 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
14935 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
14936 (ses-aset-with-undo, ses-load, ses-truncate-cell)
14937 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
14938 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
14939 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
14940 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
14941 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
14942 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
14943 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
14944 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
14945
14946 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
14947
14948 * ses.el: The overall change is to add cell renaming, that is
14949 setting fancy names for cell symbols other than name matching
14950 "\\`[A-Z]+[0-9]+\\'" regexp .
14951 (ses-create-cell-variable): New defun.
14952 (ses-relocate-formula): Relocate formulas only for cells the
14953 symbols of which are not renamed, i.e. symbols whose names do not
14954 match regexp "\\`[A-Z]+[0-9]+\\'".
14955 (ses-relocate-all): Relocate values only for cells the symbols of
14956 which are not renamed.
14957 (ses-load): Create cells variables as the (ses-cell ...) are read,
14958 in order to check row col consistency with cell symbol name only
14959 for cells that are not renamed.
14960 (ses-replace-name-in-formula): New defun.
14961 (ses-rename-cell): New defun.
14962
14963 2011-12-11 Chong Yidong <cyd@gnu.org>
14964
14965 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
14966 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
14967
14968 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
14969
14970 * window.el (other-window): Fix docstring.
14971
14972 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14973
14974 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
14975 `from' or `to' address before taking its substring.
14976 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
14977 encoded name is chopped in the middle of the encoded string, and
14978 thus displayed encoded.
14979
14980 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
14981
14982 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
14983
14984 2011-12-10 Eli Zaretskii <eliz@gnu.org>
14985
14986 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
14987 to use texinfo-update-node and commands that call it if the
14988 Texinfo file uses @node lines without next/prev/up pointers.
14989 Correct outdated description about texinfo-master-menu.
14990 (texinfo-all-menus-update, texinfo-master-menu)
14991 (texinfo-update-node, texinfo-every-node-update)
14992 (texinfo-multiple-files-update): Doc fix. Warn against updating
14993 all the @node lines.
14994 (texinfo-master-menu): Only call texinfo-update-node if the prefix
14995 argument is numeric. Explain better in the doc string what the
14996 function really does.
14997 (texinfo-insert-master-menu-list): Improve the error message
14998 displayed if there's no menu in the Top node.
14999 (Bug#2975) See also this thread:
15000 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
15001
15002 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
15003
15004 * speedbar.el (speedbar-supported-extension-expressions):
15005 Add .adb and .ads, commonly used for Ada source code (bug#10256).
15006
15007 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
15008
15009 * printing.el (pr-mode-alist):
15010 * simple.el (filter-buffer-substring-functions)
15011 (completion-list-insert-choice-function):
15012 * window.el (window-with-parameter, window-atom-root)
15013 (window-sides-slots, window-size-fixed, window-min-delta)
15014 (window-max-delta, window--resize-mini-window)
15015 (window--resize-child-windows-normal, window-tree)
15016 (delete-other-windows, quit-window, split-window)
15017 (display-buffer-record-window, special-display-buffer-names)
15018 (special-display-regexps, special-display-popup-frame)
15019 (same-window-p, split-window-sensibly)
15020 (display-buffer-overriding-action, display-buffer-alist)
15021 (display-buffer-base-action, display-buffer, switch-to-buffer)
15022 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
15023 (fit-window-to-buffer, recenter-positions)
15024 (mouse-autoselect-window-state, mouse-autoselect-window-select):
15025 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
15026 and remove unneeded backslashes in docstrings.
15027
15028 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
15029
15030 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
15031
15032 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
15033 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
15034 end in ".mk".
15035 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
15036 when reading the makefile (bug#10116).
15037
15038 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
15039
15040 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
15041 (bug#10116).
15042
15043 2011-12-06 Glenn Morris <rgm@gnu.org>
15044
15045 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
15046
15047 2011-12-06 Chong Yidong <cyd@gnu.org>
15048
15049 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
15050
15051 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
15052
15053 * textmodes/table.el (table-shorten-cell): Fix typo.
15054
15055 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
15056
15057 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
15058
15059 2011-12-05 Eli Zaretskii <eliz@gnu.org>
15060
15061 * descr-text.el (describe-char): Fix display of strong
15062 right-to-left characters and directional embeddings and overrides.
15063
15064 * simple.el (what-cursor-position): Fix display of codepoints of
15065 strong right-to-left characters.
15066
15067 2011-12-05 Chong Yidong <cyd@gnu.org>
15068
15069 * faces.el (read-color): Doc fix.
15070
15071 2011-12-05 Glenn Morris <rgm@gnu.org>
15072
15073 * align.el (align--set-marker): Add doc-string.
15074 Don't try to move something that is not a marker. (Bug#10216)
15075
15076 2011-12-04 Glenn Morris <rgm@gnu.org>
15077
15078 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
15079 overly zealous deletion of trailing whitespace.
15080
15081 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
15082
15083 * server.el (server-delete-client): On Windows, do not try to delete
15084 the only terminal.
15085 (server-process-filter): On Windows, treat requests for a tty frame as
15086 if they were for a GUI frame if the running server is in GUI mode.
15087
15088 2011-12-03 Glenn Morris <rgm@gnu.org>
15089
15090 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
15091
15092 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * electric.el: Streamline electric-indent's hook.
15095 (electric-indent-chars): Revert to simple list.
15096 (electric-indent-functions): New var.
15097 (electric-indent-post-self-insert-function): Use it.
15098
15099 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
15100 there's no inferior buffer (bug#10196).
15101 (prolog-consult-compile): Don't use toggle-read-only.
15102
15103 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
15104
15105 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
15106 interrupt. (Bug#10187)
15107
15108 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15109
15110 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
15111 (bug#9160).
15112
15113 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
15114 (bug#10191).
15115
15116 2011-12-02 Juri Linkov <juri@jurta.org>
15117
15118 * info.el (Info-search): Display "end of manual" when Isearch
15119 reaches the end of single-file Info manual. (Bug#9918)
15120
15121 2011-12-02 Eli Zaretskii <eliz@gnu.org>
15122
15123 * isearch.el (isearch-message-prefix): Run the input method part
15124 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
15125
15126 2011-12-02 Juri Linkov <juri@jurta.org>
15127
15128 * isearch.el (isearch-occur): Use `word-search-regexp' for
15129 `isearch-word'.
15130 (isearch-search-and-update): Add condition for `isearch-word' and
15131 call `word-search-regexp'. (Bug#10145)
15132
15133 2011-12-01 Glenn Morris <rgm@gnu.org>
15134
15135 * eshell/em-hist.el (eshell-hist-initialize):
15136 Handle eshell-history-size nil and HISTSIZE set or unset.
15137 (eshell-history-file-name, eshell-history-size): Fix custom type.
15138
15139 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
15142
15143 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
15144
15145 * progmodes/verilog-mode.el (verilog-pretty-expr):
15146 Rework verilog-pretty-expr to handle new assignment operators in system
15147 verilog, such as += *= and the like.
15148 (verilog-assignment-operator-re): Regular expression to find the
15149 assigment operator in a verilog assignment.
15150 (verilog-assignment-operation-re): Regular expression to find an
15151 assignment statement for pretty-expr.
15152 (verilog-in-attribute-p): Query returns true if point is in an
15153 attribute context; used to skip these for expression line up from
15154 pretty-expr.
15155 (verilog-in-parameter-p): Query returns true if point is in an
15156 parameter definition context; used to skip these for expression
15157 line up from pretty-expr.
15158 (verilog-in-parenthesis-p): Query returns true if point is in a
15159 parenthetical expression, specifically ( ) but not [ ] or { };
15160 used by pretty-expr.
15161 (verilog-just-one-space): If there is no space, don't add one.
15162 (verilog-get-lineup-indent-2): Specifically skip just attribute
15163 contexts for expression lineup, rather than skipping all
15164 parenthetical expressions.
15165 (verilog-calculate-indent): Fix comment, and fix indent.
15166 (verilog-do-indent): Indent declarations in lists (suggested by
15167 Joachim Lechner).
15168 (verilog-mode-abbrev-table): Populate abbrev mode with the various
15169 skeleton items.
15170 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
15171 by Alain Mellan).
15172
15173 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
15174
15175 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
15176 parameters with embedded comments. Reported by Ray Stevens.
15177 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
15178 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
15179 Reported by Tim Holt.
15180 (verilog-auto): Fix AUTOing a upper module then AUTOing module
15181 instantiated by upper module causing wrong expansion until AUTOed a
15182 second time. Reported by K C Buckenmaier.
15183 (verilog-diff-auto): Fix showing .* as a difference when
15184 `verilog-auto-star-save' off. Reported by Dan Dever.
15185 (verilog-auto-reset, verilog-read-always-signals)
15186 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
15187 temporary signals in reset list if
15188 verilog-auto-reset-blocking-in-non is nil, and match assignment
15189 style to each signal's assignment type, bug381.
15190 Reported by Thomas Esposito.
15191 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
15192 (verilog-uvm-statement-re): Support UVM indentation and
15193 highlighting, with old OVM keywords only.
15194 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
15195 Support AUTOTIEOFF creating non-wire data types.
15196 Suggested by Jonathan Greenlaw.
15197 (verilog-auto-insert-lisp, verilog-delete-to-paren)
15198 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
15199 (verilog-inject-sense, verilog-read-inst-pins)
15200 (verilog-read-sub-decls, verilog-read-sub-decls-line):
15201 Fix mismatching parenthesis inside commented out code when deleting
15202 AUTOINST, bug383. Reported by Jonathan Greenlaw.
15203 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
15204 non-numeric vector width. Reported by Alex Reed.
15205 (verilog-auto-ascii-enum): Add "onehot" option to work around not
15206 detecting signals with parameter widths. Reported by Alex Reed.
15207 (verilog-auto-delete-trailing-whitespace):
15208 With `verilog-auto-delete-trailing-whitespace' remove trailing
15209 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
15210 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
15211 Fix verilog-scan-cache corruption when running user AUTO expansion
15212 hooks that call indentation routines.
15213 (verilog-simplify-range-expression): Fix typo ignoring lower case
15214 identifiers.
15215 (verilog-delete-auto): Fix delete-autos to also remove user created
15216 automatics, as long as they start with AUTO.
15217 (verilog-batch-diff-auto, verilog-diff-auto)
15218 (verilog-diff-function): Add `verilog-diff-auto' and bind to
15219 "C-c?" to report differences in AUTO expansion, ignoring spaces.
15220 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
15221 (verilog-in-paren-quick, verilog-re-search-backward-quick)
15222 (verilog-re-search-forward-quick, verilog-syntax-ppss):
15223 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
15224 is disabled and its cache will get corrupt, causing AUTOS not to
15225 expand. Instead use only -quick functions.
15226 (verilog-scan-region): Fix scanning over escaped quotes.
15227 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
15228 (verilog-re-search-backward-quick)
15229 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
15230 related functions now ignore strings, to fix misparsing of strings
15231 with magic comments embedded in them.
15232 (verilog-read-auto-template):
15233 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
15234 Reported by Brad Dobbie.
15235 (verilog-read-auto-template):
15236 Fix 'verilog-auto-inst-template-numbers' with comments.
15237 Reported by Brad Dobbie.
15238 (verilog-auto-inst, verilog-auto-inst-param)
15239 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
15240 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
15241 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
15242 debugging templates without merge conflicts, bug357.
15243 Reported by Brad Dobbie.
15244 (verilog-read-auto-template):
15245 Fix verilog-auto-inst-template-numbers with multiple templates.
15246 Reported by Brad Dobbie.
15247 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
15248 abbrevs so user won't be asked to save.
15249 (verilog-read-auto-lisp-present): Fix to start at beginning of
15250 buffer in case called outside of verilog-auto.
15251 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
15252 to "X-2". Reported by Matthew Myers.
15253 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
15254 all inputs from module templates. Reported by Leith Johnson.
15255 (verilog-module-inside-filename-p): Fix locating programs as with
15256 modules.
15257 (verilog-auto-inst-port): Fix vl-width expressions when using
15258 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
15259 (verilog-decls-get-regs, verilog-decls-get-signals,
15260 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
15261 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
15262 verilog-read-decls): Combine reg and wire structures into one var
15263 structure to represent SystemVerilog concepts.
15264 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
15265 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
15266 (verilog-auto-wire-type, verilog-insert-definition):
15267 Add verilog-auto-wire-type and AUTOLOGIC to support using
15268 SystemVerilog "logic" keyword instead of "wire"/"reg".
15269 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
15270 to declares outputs that also have assignments (presumably in an
15271 ifdef or generate if so there's not a driver conflict).
15272 Reported by Matthew Myers.
15273 (verilog-auto-declare-nettype, verilog-insert-definition):
15274 Add verilog-auto-declare-nettype to fix declarations using
15275 `default_nettype none. Reported by Julian Gorfajn.
15276 (verilog-read-always-signals-recurse, verilog-read-decls)
15277 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
15278 malformed end statement, bug325. Reported by Joshua Wise and
15279 Andrew Drake.
15280 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
15281 (verilog-inst-comment-re): Fix not deleting Interfaced comment
15282 when expanding .* in interfaces, bug320.
15283 Reported by Pierre-David Pfister.
15284 (verilog-read-module-name): Fix import statements between module
15285 name and open parenthesis, bug317.
15286 Reported by Pierre-David Pfister.
15287 (verilog-simplify-range-expression): Fix simplification of
15288 multiplications inside AUTOWIRE connections, bug303.
15289 (verilog-auto-inst-port): Support parameter expansion in
15290 multidimensional arrays.
15291 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
15292 after "assert property". Reported by Julian Gorfajn.
15293 (verilog-simplify-range-expression): Fix "couldn't merge" errors
15294 with multiplication, bug303.
15295 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
15296 Reported by Jan Frode Lonnum.
15297
15298 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
15299
15300 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
15301 (hfy-shell-file-name, hfy-shell):
15302 * international/fontset.el (x-decompose-font-name): Fix typos.
15303
15304 2011-11-29 Ken Brown <kbrown@cornell.edu>
15305
15306 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
15307 (gdb-version): Remove defvar.
15308 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
15309 (gdb-gud-context-command, gdb-non-stop-handler)
15310 (gdb-current-context-command, gdb-stopped): Use it.
15311 (gdb-init-1): Enable pretty printing here.
15312 (gdb-non-stop-handler): Don't enable pretty-printing here.
15313 Check to see if the target supports non-stop mode; if not, turn off
15314 non-stop mode. Use the following.
15315 (gdb-check-target-async): New defun.
15316 (gud-watch, gdb-stopped): Fix whitespace.
15317 (gdb-get-source-file): Don't try to display the source file if
15318 `gdb-main-file' is nil.
15319
15320 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15321
15322 * align.el: Try to generate fewer markers (bug#10047).
15323 (align--set-marker): New macro.
15324 (align-region): Use it.
15325
15326 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15327
15328 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
15329
15330 2011-11-29 Chong Yidong <cyd@gnu.org>
15331
15332 * indent.el (indent-for-tab-command, indent-according-to-mode):
15333 Doc fix.
15334 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
15335
15336 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
15337
15338 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
15339 aware of remote file names. (Bug#10124)
15340
15341 2011-11-29 Chong Yidong <cyd@gnu.org>
15342
15343 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
15344
15345 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15346
15347 * files.el (find-file): Don't use force-same-window (bug#10144).
15348 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
15349 use pop-to-buffer if the selected window can't be used.
15350 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
15351
15352 2011-11-28 Eli Zaretskii <eliz@gnu.org>
15353
15354 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
15355 special-mode-map.
15356
15357 2011-11-28 Chong Yidong <cyd@gnu.org>
15358
15359 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
15360
15361 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
15362
15363 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
15364 gdb-get-source-file-list on gdb-create-source-file-list.
15365
15366 2011-11-26 Eli Zaretskii <eliz@gnu.org>
15367
15368 * whitespace.el (whitespace-newline): Use a different foreground
15369 color for 16-color light-background displays.
15370
15371 2011-11-24 Chong Yidong <cyd@gnu.org>
15372
15373 * window.el (display-buffer--special-action): Doc fix.
15374
15375 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
15376
15377 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
15378 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
15379 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
15380 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
15381 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
15382 (avl-tree-stack-first):
15383 * emacs-lisp/cconv.el (cconv--analyse-use):
15384 * net/gnutls.el (gnutls-negotiate): Fix typos.
15385
15386 2011-11-24 Glenn Morris <rgm@gnu.org>
15387
15388 * lpr.el (lpr-windows-system, lpr-lp-system):
15389 * mail/binhex.el (binhex-begin-line):
15390 * progmodes/grep.el (grep-history, grep-find-history):
15391 * textmodes/flyspell.el:
15392 * vc/pcvs-defs.el (cvs-global-menu):
15393 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
15394 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
15395 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
15396
15397 * net/tls.el: Fix case of "GnuTLS".
15398
15399 * paths.el (rmail-file-name): Format doc-string for make-docfile.
15400
15401 * version.el (emacs-build-system): Give it a doc-string.
15402
15403 2011-11-24 Juri Linkov <juri@jurta.org>
15404
15405 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
15406
15407 2011-11-24 Glenn Morris <rgm@gnu.org>
15408
15409 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
15410 if called on a non-mime message just toggle the headers. (Bug#8006)
15411
15412 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
15413
15414 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
15415 (allout-lead-with-comment-string, allout-structure-deleted-hook)
15416 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
15417 (allout-rebullet-heading, allout-open-sibtopic)
15418 (allout-toggle-current-subtree-encryption)
15419 (allout-toggle-subtree-encryption, allout-encrypt-string)
15420 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
15421 (allout-distinctive-bullets-string, allout-auto-activation):
15422 * window.el (window-normalize-buffer-to-display):
15423 * progmodes/verilog-mode.el (verilog-batch-indent):
15424 * textmodes/bibtex.el (bibtex-field-braces-opt)
15425 (bibtex-field-strings-opt):
15426 * vc/cvs-status.el (cvs-tree-merge):
15427 Fix typos.
15428
15429 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
15430
15431 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
15432 `non-essential' to t, in order to avoid remote connections.
15433
15434 2011-11-23 Eli Zaretskii <eliz@gnu.org>
15435
15436 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15437 On MS-DOS and MS-Windows, compare with loaddefs.el
15438 case-insensitively.
15439
15440 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15441
15442 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
15443
15444 2011-11-23 Glenn Morris <rgm@gnu.org>
15445
15446 * paths.el (rmail-file-name): Reformat the doc-string so that it
15447 is picked up.
15448
15449 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
15450 (rmail-auto-file): Ignore case in the "special" field names,
15451 as mail-fetch-field does for all others.
15452
15453 * mail/rmail.el (rmail-forward):
15454 * mail/rmailkwd.el (rmail-set-label):
15455 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
15456 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
15457
15458 * mail/rmail.el (rmail-current-message): Doc fix.
15459
15460 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
15461
15462 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 * server.el (server-eval-and-print): Allow C-g (bug#6585).
15465
15466 2011-11-22 Glenn Morris <rgm@gnu.org>
15467
15468 * mail/rmailmm.el (test-rmail-mime-handler)
15469 (test-rmail-mime-bulk-handler)
15470 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
15471
15472 2011-11-21 Juri Linkov <juri@jurta.org>
15473
15474 * calc/calc.el (calc-read-key-sequence):
15475 Let-bind `input-method-function' to nil. (Bug#10018)
15476
15477 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15478
15479 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
15480 Tell the caller that the next line needs recomputation, even
15481 though it doesn't start a sexp (bug#10094).
15482
15483 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
15486
15487 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15488
15489 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
15490 Use force-same-window.
15491
15492 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15493
15494 * descr-text.el (describe-char-unicode-data):
15495 * json.el (json-string-escape):
15496 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
15497 (Footnote-unicode, Footnote-style-p):
15498 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
15499
15500 2011-11-20 Chong Yidong <cyd@gnu.org>
15501
15502 * window.el (replace-buffer-in-windows): Restore interactive spec.
15503
15504 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * electric.el (electric-indent-mode): Fix last change (too optimistic).
15507
15508 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
15509 (byte-compile-global-not-obsolete-vars): New var.
15510 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
15511 Use it.
15512 (byte-compile-warn-obsolete): Align text with the one in *Help*.
15513
15514 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
15515
15516 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
15517 * progmodes/pascal.el (electric-pascal-equal):
15518 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
15519 * xml.el (xml-substitute-special): Fix typos.
15520
15521 2011-11-20 Glenn Morris <rgm@gnu.org>
15522
15523 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
15524 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
15525 Doc fixes.
15526 (rmail-decode-mime-charset): Mark as obsolete.
15527
15528 * mail/rmailsum.el (rmail-message-regexp-p-1):
15529 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
15530 Before using mime functions, check they are set. (Bug#10077)
15531
15532 2011-11-19 Juri Linkov <juri@jurta.org>
15533
15534 * info.el (Info-finder-find-node): Use `package--builtins' instead
15535 of `package-alist'. Use node names formed by the pattern "Keyword "
15536 and the keyword name.
15537
15538 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15539
15540 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
15541
15542 2011-11-19 Juri Linkov <juri@jurta.org>
15543
15544 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
15545 that calls `revert-buffer' on all Info buffers. (Bug#9915)
15546 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
15547 `old-history', `old-history-forward'. Add let-binding
15548 `window-selected'. Remove calls to `kill-buffer',
15549 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
15550 before calling `Info-find-node', so `Info-find-node-2' will reread
15551 the Info file. Restore window positions only when `window-selected'
15552 is non-nil.
15553
15554 2011-11-19 Juri Linkov <juri@jurta.org>
15555
15556 * isearch.el (isearch-lazy-highlight-new-loop):
15557 Remove condition `(not isearch-error)'. (Bug#9918)
15558
15559 * misearch.el (multi-isearch-search-fun): Add condition
15560 `(not bound)' to ignore lazy-highlighting search.
15561 Add the search-failed message "end of multi" when the end of
15562 multi-sequence is reached. Uncapitalize the search-failed
15563 message "Repeat for next buffer".
15564
15565 * info.el (Info-search): Add the search-failed message
15566 "end of the manual" when the end of the manual is reached
15567 in Isearch mode.
15568
15569 2011-11-19 Juri Linkov <juri@jurta.org>
15570
15571 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
15572 Use non-destructive `remove' instead of `delete' because
15573 `Info-history-list' stored to `Info-isearch-initial-history-list' in
15574 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
15575
15576 2011-11-19 Juri Linkov <juri@jurta.org>
15577
15578 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
15579 to nil instead of binding `search-ring' and `regexp-search-ring'.
15580 (Bug#9185)
15581
15582 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15583
15584 * simple.el (line-move): Force movement by logical lines for any
15585 hscrolled window, not only when auto-hscroll-mode is on.
15586 (line-move-visual): Update doc string to that effect. (Bug#10076)
15587
15588 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
15589
15590 * language/european.el (macintosh): Define as alias for mac-roman.
15591
15592 2011-11-19 Eli Zaretskii <eliz@gnu.org>
15593
15594 * mail/rmailmm.el (rmail-mime-display-header)
15595 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
15596 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
15597 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
15598 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
15599 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
15600 of a raw aref.
15601 (rmail-mime-entity-segment): To get past the tagline, move forward
15602 2 more lines, to account for the 2 empty lines that precede and
15603 follow the line with the buttons.
15604 (rmail-mime-update-tagline): Move one more line, to get past the
15605 empty line that follows the buttons in the tagline. (Bug#9520)
15606
15607 2011-11-19 Martin Rudalics <rudalics@gmx.at>
15608
15609 * window.el (window-max-delta-1, window-min-delta-1)
15610 (window-min-size-1, window-state-get-1, window-state-put-1)
15611 (window-state-put-2): Use "window--" prefix.
15612
15613 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * emacs-lisp/smie.el: Improve warnings and conflict detection.
15616 (smie-warning-count): New var.
15617 (smie-set-prec2tab): Use it.
15618 (smie-bnf->prec2): Improve warnings. Add docstring.
15619 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
15620 (smie-bnf--set-class): New function.
15621 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
15622 corner case.
15623
15624 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
15625 (compilation-error-properties, compilation-move-to-column):
15626 Handle compilation-first-column while in the target buffer.
15627
15628 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
15629 Don't hardcode point-min==1.
15630
15631 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
15632 (eshell-rewrite-for-command): Remove workaround.
15633 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
15634 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
15635 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
15636
15637 * files-x.el (modify-file-local-variable): Obey commenting conventions.
15638
15639 2011-11-17 Glenn Morris <rgm@gnu.org>
15640
15641 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
15642 Ignore buffer-local generated-autoload-file if it is the same
15643 as the global value. (Bug#10049)
15644
15645 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
15646
15647 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
15648 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
15649 (reftex-toc-previous-heading, reftex-toc-max-level)
15650 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
15651 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
15652 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15653 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15654 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
15655 (reftex-toc-rename-label, reftex-toc-visit-location)
15656 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
15657 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
15658 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
15659 leaving "*toc*" only for references to the buffer.
15660
15661 2011-11-17 Martin Rudalics <rudalics@gmx.at>
15662
15663 * window.el (window-resize, delete-window, split-window):
15664 Replace window-splits by window-combination-resize.
15665 * cus-start.el (window-splits): Replace by window-combination-resize.
15666
15667 2011-11-17 Glenn Morris <rgm@gnu.org>
15668
15669 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15670 Make bash entry derive from sh entry, not shell entry.
15671
15672 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
15673
15674 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
15675 local file name.
15676
15677 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15678
15679 * menu-bar.el (menu-bar-file-menu):
15680 * printing.el (pr-ps-utility):
15681 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
15682 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
15683 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
15684 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
15685 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
15686 (icalendar--convert-cyclic-to-ical)
15687 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
15688 (icalendar--convert-ical-to-diary)
15689 (icalendar--convert-recurring-to-diary)
15690 (icalendar--convert-non-recurring-all-day-to-diary)
15691 (icalendar-import-format-sample):
15692 * progmodes/idlw-shell.el (idlwave-shell-mode):
15693 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
15694 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
15695 (vhdl-ps-print-init): Fix typos.
15696
15697 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
15698
15699 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
15700 FSF and collapse date sequence, obscure author/maintainer email address
15701 better, remove extra version line, track relocation of author's webpage.
15702
15703 * progmodes/python.el (python-pdbtrack-input-prompt)
15704 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
15705 regular python pdb prompts. Adjustments shamelessly taken exactly as
15706 suggested in EmacsWiki page (tiny change):
15707 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
15708
15709 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
15710
15711 * expand.el (expand-pos, expand-index, expand-point):
15712 Remove redundant info from docstring.
15713 (expand-add-abbrevs): Doc fix.
15714 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
15715 (expand-sample-perl-mode-expand-list): Fix typos.
15716
15717 * net/dbus.el (dbus-event-member-name):
15718 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
15719 * term/pc-win.el (msdos-create-frame-with-faces):
15720 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
15721
15722 2011-11-16 Martin Rudalics <rudalics@gmx.at>
15723
15724 * window.el (split-window, window-state-get-1)
15725 (window-state-put-1, window-state-put-2): Rename occurrences of
15726 window-nest to window-combination-limit.
15727 * cus-start.el (window-nest): Rename to window-combination-limit.
15728
15729 2011-11-16 Chong Yidong <cyd@gnu.org>
15730
15731 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
15732 regexp (Bug#10033).
15733
15734 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
15737 `completing-read' will remove *Completions* and will preserve
15738 current-buffer for us.
15739 (tmm-add-prompt): Users of *Completions* will always (re)set its
15740 major mode.
15741 (tmm-old-comp-map): Remove.
15742
15743 2011-11-16 Glenn Morris <rgm@gnu.org>
15744
15745 * mail/rmailedit.el: Require rmailmm when compiling.
15746 (rmail-old-mime-state): New declaration.
15747 (rmail-edit-current-message): If editing a mime message,
15748 edit the "raw" message from the mbox buffer.
15749 (rmail-cease-edit): Handle mime messages. (Bug#9840)
15750
15751 2011-11-15 Glenn Morris <rgm@gnu.org>
15752
15753 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
15754 which wasn't being used. Add optional arg to force given state.
15755 (rmail-mime): Add optional arg to force given state.
15756
15757 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15758
15759 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15760 * frame.el (display-mm-dimensions-alist):
15761 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
15762 (outline-move-subtree-down):
15763 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
15764 (newsticker--treeview-do-get-node):
15765 * net/quickurl.el (quickurl-list-buffer-name):
15766 * progmodes/dcl-mode.el (dcl-mode):
15767 * progmodes/gdb-mi.el (gdb-mapcar*):
15768 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
15769
15770 2011-11-15 Glenn Morris <rgm@gnu.org>
15771
15772 * mail/rmail.el (rmail-file-coding-system): It's only ever used
15773 in a boolean sense, so just make it a boolean, and fix the doc.
15774 (rmail-show-mime-function, rmail-mime-feature)
15775 (rmail-require-mime-maybe): Doc fixes.
15776 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
15777
15778 * mail/rmailmm.el (rmail-show-mime): Doc fix.
15779
15780 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
15781
15782 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
15783 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
15784 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
15785 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
15786
15787 2011-11-15 Glenn Morris <rgm@gnu.org>
15788
15789 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
15790 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
15791 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
15792 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
15793 (rmail-mime, rmail-show-mime): Doc fixes.
15794
15795 * term/ns-win.el (mode-line-frame-identification):
15796 Leave it alone. (Bug#10051)
15797
15798 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
15799
15800 * mail/rmailout.el (rmail-output-to-rmail-buffer):
15801 Handle empty buffers. (Bug#9978)
15802
15803 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
15804
15805 * international/mule.el (define-charset):
15806 * mail/rmailmm.el (rmail-mime-find-header-encoding):
15807 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
15808 * progmodes/verilog-mode.el (verilog-backward-token):
15809 * textmodes/ispell.el (lookup-words):
15810 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
15811
15812 2011-11-14 Glenn Morris <rgm@gnu.org>
15813
15814 * progmodes/executable.el
15815 (executable-make-buffer-file-executable-if-script-p):
15816 Handle file-modes returning nil.
15817
15818 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
15819 message - not necessary, and causes problems. (Bug#9831)
15820
15821 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
15822
15823 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
15824
15825 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
15826 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
15827 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
15828
15829 2011-11-12 Martin Rudalics <rudalics@gmx.at>
15830
15831 * window.el (window-resize, delete-window): Use window-splits
15832 variable instead of function.
15833 (window-state-get-1, window-state-put-2, window-state-put):
15834 Don't deal with windows' splits status.
15835
15836 2011-11-12 Glenn Morris <rgm@gnu.org>
15837
15838 * apropos.el (apropos-do-all, apropos-library, apropos-value)
15839 (apropos-documentation): Doc fixes.
15840
15841 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
15842
15843 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
15844 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
15845
15846 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15847
15848 * electric.el (electric-indent-post-self-insert-function): Make it
15849 possible for a char to only indent in some circumstances.
15850 (electric-indent-mode): Simplify.
15851
15852 2011-11-11 Martin Rudalics <rudalics@gmx.at>
15853
15854 * window.el (windows-with-parameter): Remove unused function.
15855 (windows-at-side): Rename to window-at-side-list.
15856 (window-check, window-atom-check, window-atom-check-1)
15857 (window-side-check, window-size-ignore, window-size-fixed-1)
15858 (window-in-direction-2): Prefix with "window--".
15859 (window-tree-1): Rename to window--subtree, fix doc-string.
15860
15861 2011-11-11 Glenn Morris <rgm@gnu.org>
15862
15863 * subr.el (eval-after-load): If FILE is already loaded,
15864 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
15865
15866 2011-11-10 Glenn Morris <rgm@gnu.org>
15867
15868 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
15869 Call svn via vc-svn-command rather than vc-do-command.
15870 (vc-svn-command): Add --non-interactive. (Bug#9993)
15871 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
15872
15873 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15874 Add toggle-read-only. (Bug#7292)
15875 * files.el (toggle-read-only): Mention that it should only
15876 be used interactively. (Bug#10006)
15877
15878 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
15879
15880 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15881 Adjust regexp for OCaml warnings.
15882
15883 * electric.el (electric-pair-post-self-insert-function): Let user
15884 turn it off buffer-locally (bug#9932).
15885
15886 * progmodes/python.el (python-beginning-of-statement):
15887 Rewrite (bug#2703).
15888
15889 * progmodes/compile.el: Better handle TABs (bug#9749).
15890 (compilation-internal-error-properties)
15891 (compilation-next-error-function): Obey the target buffer's
15892 compilation-error-screen-columns.
15893
15894 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
15895
15896 * progmodes/meta-mode.el: Remove obsolete comments.
15897 (meta-right-comment-regexp, meta-ignore-comment-regexp):
15898 Fix typos in docstrings.
15899
15900 2011-11-09 Martin Rudalics <rudalics@gmx.at>
15901
15902 * window.el (window-size-fixed-p): Rewrite doc-string.
15903 (window-resizable-p): Rename to window--resizable-p. Update callers.
15904 (window--resizable): New function. Make all callers of
15905 window-resizable call window--resizable instead.
15906 (window-resizable): Rewrite in terms of window--resizable.
15907
15908 2011-11-08 Glenn Morris <rgm@gnu.org>
15909
15910 * progmodes/delphi.el (delphi-mode-syntax-table):
15911 Let define-derived-mode define a proper syntax table. (Bug#9994)
15912
15913 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15914
15915 * window.el: Stay away from defsubst.
15916 (window-list-no-nils): Remove.
15917 (window-state-get-1, window-state-get): Use backquote instead.
15918
15919 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15920
15921 * emacs-lisp/find-func.el (find-function-read):
15922 Fix incorrect use of default argument in `completing-read'.
15923
15924 2011-11-08 Martin Rudalics <rudalics@gmx.at>
15925
15926 * window.el (display-buffer-function, special-display-function):
15927 Mention display-buffer-record-window but do not mention
15928 help-setup parameter in doc-strings.
15929 (window-min-delta): Fix doc-string typo.
15930
15931 2011-11-08 Chong Yidong <cyd@gnu.org>
15932
15933 * window.el (window-total-height, window-total-width): Doc fix.
15934 (window-body-size): Move from C.
15935 (window-body-height, window-body-width): Move to C.
15936
15937 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * window.el: Make special-display like display-buffer-alist (bug#9532).
15940 (display-buffer--special-action): New function, morphed
15941 from display-buffer--special.
15942 (display-buffer): Use it to handle special-display-buffers at higher
15943 priority (just after display-buffer-alist).
15944 (display-buffer-fallback-action, display-buffer--other-frame-action)
15945 (pop-to-buffer-same-window): Remove display-buffer--special.
15946
15947 2011-11-07 Glenn Morris <rgm@gnu.org>
15948
15949 * calendar/cal-menu.el (cal-menu-set-date-title):
15950 Do nothing if not in a calendar. (Bug#9976)
15951
15952 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15953
15954 * files.el (find-file): Always use selected-window.
15955
15956 2011-11-07 Martin Rudalics <rudalics@gmx.at>
15957
15958 * window.el (window-combinations): Make WINDOW argument
15959 mandatory. Rewrite doc-string.
15960 (walk-window-subtree, window-atom-check, window-min-delta)
15961 (window-max-delta, window--resize-this-window)
15962 (window--resize-root-window-vertically, window-tree)
15963 (balance-windows, window-state-put): Rewrite doc-strings as to
15964 not mention the term "subwindow".
15965 (window--resize-subwindows-skip-p): Rename to
15966 window--resize-child-windows-skip-p.
15967 (window--resize-subwindows-normal): Rename to
15968 window--resize-child-windows-normal.
15969 (window--resize-subwindows): Rename to
15970 window--resize-child-windows.
15971 (window-or-subwindow-p): Rename to window--in-subtree-p.
15972
15973 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
15974
15975 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
15976 Ensure that mbox format messages end in two newlines (Bug#9974).
15977
15978 2011-11-06 Chong Yidong <cyd@gnu.org>
15979
15980 * window.el (window-combination-p): Function deleted; its
15981 side-effect is not used in any existing code.
15982 (window-combinations, window-combined-p): Call window-*-child
15983 directly.
15984
15985 2011-11-05 Chong Yidong <cyd@gnu.org>
15986
15987 * window.el (window-valid-p): Rename from window-any-p.
15988 (window-size-ignore, window-state-get): Callers changed.
15989 (window-normalize-window): Rename from window-normalize-any-window.
15990 New arg LIVE-ONLY, replacing window-normalize-live-window.
15991 (window-normalize-live-window): Delete.
15992 (window-combination-p, window-combined-p, window-combinations)
15993 (walk-window-subtree, window-atom-root, window-min-size)
15994 (window-sizable, window-sizable-p, window-size-fixed-p)
15995 (window-min-delta, window-max-delta, window-resizable)
15996 (window-resizable-p, window-full-height-p, window-full-width-p)
15997 (window-current-scroll-bars, window-point-1, set-window-point-1)
15998 (window-at-side-p, window-in-direction, window-resize)
15999 (adjust-window-trailing-edge, maximize-window, minimize-window)
16000 (window-deletable-p, delete-window, delete-other-windows)
16001 (record-window-buffer, unrecord-window-buffer)
16002 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
16003 (quit-window, split-window, window-state-put)
16004 (set-window-text-height, fit-window-to-buffer)
16005 (shrink-window-if-larger-than-buffer): Callers changed.
16006
16007 2011-11-04 Eli Zaretskii <eliz@gnu.org>
16008
16009 * mail/rmail.el (rmail-simplified-subject): Decode subject with
16010 rfc2047-decode-string.
16011 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
16012 warnings.
16013
16014 * window.el (window-body-height, window-body-width): Mention in
16015 the doc string that the return values are in frame's canonical
16016 units. (Bug#9949)
16017
16018 2011-11-03 Alan Mackenzie <acm@muc.de>
16019
16020 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
16021 change in cc-engine.el.
16022
16023 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
16024
16025 * window.el (switch-to-buffer): Use `force-same-window' interactively.
16026
16027 2011-11-02 Martin Rudalics <rudalics@gmx.at>
16028
16029 * window.el (quit-window): Call unrecord-window-buffer after
16030 showing another buffer in the window. (Bug#9937)
16031 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
16032
16033 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
16034
16035 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
16036 Accept status with more than 9 shelves. (Bug#9935)
16037 Reported by Colin D Bennett <colin@gibibit.com>.
16038
16039 2011-11-01 Martin Rudalics <rudalics@gmx.at>
16040
16041 * help.el (with-help-window): Don't reference
16042 temp-buffer-show-specifiers in doc-string.
16043
16044 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
16045
16046 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
16047 menu-item.
16048
16049 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16050
16051 * whitespace.el: New version 13.2.2.
16052 (whitespace-newline-mode): Disable properly. Reported by Sarah
16053 <EmacsWiki>.
16054
16055 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
16056
16057 * net/newst-treeview.el: Remove "Time-stamp".
16058 (newsticker--group-manage-orphan-feeds): Do not call
16059 newsticker--treeview-tree-update.
16060 (newsticker-treeview-update, newsticker-treeview):
16061 Call newsticker--treeview-tree-update if necessary.
16062
16063 2011-10-30 Martin Rudalics <rudalics@gmx.at>
16064
16065 * window.el (window-iso-combination-p, window-iso-combined-p)
16066 (window-iso-combinations): Remove "iso-" infix.
16067 Suggested by Chong Yidong.
16068 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
16069 (window-max-delta-1, window-resize, window--resize-siblings)
16070 (window--resize-this-window, adjust-window-trailing-edge)
16071 (split-window, balance-windows-1)
16072 (shrink-window-if-larger-than-buffer):
16073 * calendar/calendar.el (calendar-generate-window):
16074 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
16075
16076 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16077
16078 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
16079 in place (bug#9907).
16080 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
16081 (eshell-rewrite-if-command, eshell-rewrite-for-command)
16082 (eshell-structure-basic-command, eshell-rewrite-while-command)
16083 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
16084 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
16085 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
16086 (eshell-do-pipelines-synchronously, eshell-eval-command):
16087 Use backquotes and prefer setq to set.
16088 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
16089 (eshell-macrop): Use functionp.
16090 (eshell-do-eval): Handle multiple expressions in `while' body.
16091
16092 2011-10-30 Chong Yidong <cyd@gnu.org>
16093
16094 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
16095 instead of set-mark (Bug#9810).
16096
16097 2011-10-30 Chong Yidong <cyd@gnu.org>
16098
16099 * window.el (split-window-below, split-window-right): Rename from
16100 split-window-above-each-other and split-window-side-by-side
16101 respectively. All callers changed.
16102 (split-window-sensibly, split-window-sensibly): Use them.
16103 (split-window-keep-point): Doc fix.
16104
16105 * isearch.el: Add isearch-scroll property to split-window-below
16106 and split-window-right.
16107
16108 * follow.el (follow-mode):
16109 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
16110 * progmodes/ada-xref.el (ada-gdb-application):
16111 * emulation/vip.el (vip-buffer-in-two-windows):
16112 * image-dired.el (image-dired-dired-with-window-configuration):
16113 * dired-x.el (dired-do-find-marked-files):
16114 * dired.el (dired-pop-to-buffer):
16115 * bs.el (bs--show-with-configuration):
16116 * vc/emerge.el (emerge-setup-windows):
16117 * textmodes/two-column.el (2C-two-columns):
16118 * textmodes/reftex-toc.el (reftex-toc):
16119 * progmodes/gdb-mi.el (gdb-setup-windows):
16120 * progmodes/fortran.el (fortran-window-create):
16121 * net/newst-treeview.el (newsticker--treeview-window-init):
16122 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
16123 * emulation/tpu-edt.el (tpu-gold-map):
16124 * emulation/crisp.el (crisp-mode-map):
16125 * calendar/calendar.el (calendar-basic-setup): Callers changed.
16126
16127 2011-10-29 Chong Yidong <cyd@gnu.org>
16128
16129 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
16130
16131 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
16132
16133 * textmodes/flyspell.el (flyspell-word): Fix char offset for
16134 forged Ispell output (Bug#7904).
16135
16136 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
16137
16138 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16139
16140 * doc-view.el: Avoid ugly errors about not finding nil.
16141 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
16142 (doc-view-dvipdf-program, doc-view-unoconv-program)
16143 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
16144 Avoid nil or absolute file name as default value.
16145 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
16146
16147 2011-10-28 Alan Mackenzie <acm@muc.de>
16148
16149 * progmodes/cc-defs.el (c-version): -> 5.32.2.
16150
16151 2011-10-28 Alan Mackenzie <acm@muc.de>
16152
16153 Amend the handling of c-beginning/end-of-defun in nested declaration
16154 scopes.
16155
16156 * progmodes/cc-vars.el (c-defun-tactic): Move here from
16157 cc-langs.el. Change it to a defcustom.
16158
16159 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
16160 cc-vars.el.
16161
16162 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16163 Prevent "class foo : bar" being spuriously recognized as a label.
16164
16165 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
16166 Add parameter `inclusive' (to include enclosing braces in the region).
16167 (c-widen-to-enclosing-decl-scope): New function.
16168 (c-while-widening-to-decl-block): New macro.
16169 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
16170 outward for defun boundaries, and correspondingly change symbol
16171 `respect-enclosure' to `go-outward'.
16172 (c-declaration-limits): Change algorithm to report only the "innermost"
16173 defun's boundaries.
16174
16175 2011-10-28 Deniz Dogan <deniz@dogan.se>
16176
16177 * net/rcirc.el (rcirc-mode): Use hard newlines.
16178
16179 2011-10-28 Alan Mackenzie <acm@muc.de>
16180
16181 Amend to indent and fontify macros "which include their own semicolon"
16182 correctly, using the "virtual semicolon" mechanism.
16183
16184 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
16185
16186 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16187 Recode to scan one line at a time rather than having \n and \r
16188 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
16189 (c-forward-label): Amend for virtual semicolons.
16190 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
16191
16192 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
16193 of the new C macros.
16194
16195 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
16196 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
16197 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
16198 (c-opt-cpp-macro-define): Make into a full language variable.
16199 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
16200 AWK Mode (including \n, \r) removed, no longer needed.
16201
16202 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
16203 Invoke c-make-macro-with-semi-re.
16204
16205 * progmodes/cc-vars.el (c-macro-with-semi-re):
16206 (c-macro-names-with-semicolon): New variables.
16207 (c-make-macro-with-semi-re): New function.
16208
16209 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16210
16211 * vc/log-edit.el: Fill empty field rather than adding new one.
16212 (log-edit-add-field): New function.
16213 (log-edit-insert-changelog): Use it.
16214
16215 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
16216
16217 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
16218
16219 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
16220
16221 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
16222 (gdb--check-interpreter): New function.
16223 (gdb): Use it.
16224
16225 2011-10-27 Glenn Morris <rgm@gnu.org>
16226
16227 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
16228 (least-positive-float, least-negative-float)
16229 (least-positive-normalized-float, least-negative-normalized-float)
16230 (float-epsilon, float-negative-epsilon):
16231 Remove unnecessary declarations.
16232
16233 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
16234 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
16235 (least-positive-float, least-negative-float)
16236 (least-positive-normalized-float, least-negative-normalized-float)
16237 (float-epsilon, float-negative-epsilon): Add doc-strings,
16238 based on those in cl.texi.
16239
16240 * files.el (set-visited-file-name): If the major-mode changed,
16241 reload the local variables. (Bug#9796)
16242
16243 2011-10-27 Chong Yidong <cyd@gnu.org>
16244
16245 * subr.el (change-major-mode-after-body-hook): New hook.
16246 (run-mode-hooks): Run it.
16247
16248 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16249 Use change-major-mode-before-body-hook.
16250
16251 * simple.el (fundamental-mode):
16252 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
16253 change introducing fundamental-mode-hook.
16254
16255 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
16256
16257 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
16258
16259 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
16260
16261 * ido.el (ido-file-name-all-completions-1): Do not require
16262 tramp.el explicitly. (Bug#7583)
16263
16264 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
16265
16266 * progmodes/octave-mod.el:
16267 * progmodes/octave-inf.el: Update maintainer.
16268
16269 2011-10-26 Chong Yidong <cyd@gnu.org>
16270
16271 * subr.el (with-wrapper-hook): Rewrite doc.
16272
16273 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
16274
16275 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
16276 filenames "/method:foo:". (Bug#9793)
16277
16278 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16279
16280 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
16281 (bug#9865).
16282
16283 2011-10-24 Glenn Morris <rgm@gnu.org>
16284
16285 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
16286
16287 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
16288
16289 * notifications.el: Add the requirement of a running D-Bus session
16290 bus to the Commentary.
16291
16292 2011-10-24 Juri Linkov <juri@jurta.org>
16293
16294 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
16295 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
16296 (Bug#9364)
16297
16298 2011-10-24 Juri Linkov <juri@jurta.org>
16299
16300 * info.el (Info-following-node-name-re): Add newline to the list
16301 of allowed characters for leading space. (Bug#9824)
16302
16303 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16304
16305 * progmodes/octave-inf.el (inferior-octave-mode-map):
16306 Fix C-c C-h binding.
16307 * progmodes/octave-mod.el (octave-help): Remove.
16308
16309 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
16310
16311 Sync with Tramp 2.2.3.
16312
16313 * net/tramp-cache.el (top): Pacify byte-compiler using
16314 `init-file-user' and `site-run-file'.
16315
16316 * net/trampver.el: Update release number.
16317
16318 2011-10-23 Chong Yidong <cyd@gnu.org>
16319
16320 * files.el (toggle-read-only): Remove obsolete comment about
16321 version control.
16322
16323 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
16324 for toggle-read-only. Note that this hasn't called vc-next-action
16325 since 2008-05-02, though it wasn't documented at the time.
16326
16327 * vc/ediff-init.el (ediff-toggle-read-only-function):
16328 Use toggle-read-only.
16329
16330 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
16331
16332 Fix bug #9560, sporadic wrong indentation; improve instrumentation
16333 of c-parse-state.
16334
16335 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16336 correct faulty logical expression.
16337 (c-parse-state-state, c-record-parse-state-state):
16338 (c-replay-parse-state-state): New defvar/defuns.
16339 (c-debug-parse-state): Use new functions.
16340
16341 2011-10-22 Martin Rudalics <rudalics@gmx.at>
16342
16343 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
16344 last fix. Use window-in-direction correctly.
16345
16346 2011-10-21 Chong Yidong <cyd@gnu.org>
16347
16348 * progmodes/idlwave.el (idlwave-mode):
16349 * progmodes/vera-mode.el (vera-mode): No need to set
16350 require-final-newline; that's done in prog-mode.
16351 Suggested by Stefan Monnier.
16352
16353 2011-10-21 Martin Rudalics <rudalics@gmx.at>
16354
16355 * mouse.el (mouse-drag-window-above)
16356 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
16357 (mouse-drag-mode-line-1, mouse-drag-header-line)
16358 (mouse-drag-vertical-line-rightward-window): Remove.
16359 (mouse-drag-line): New function.
16360 (mouse-drag-mode-line, mouse-drag-header-line)
16361 (mouse-drag-vertical-line): Call mouse-drag-line.
16362 * window.el (window-at-side-p, windows-at-side): New functions.
16363
16364 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
16365
16366 * tar-mode.el (tar-grind-file-mode):
16367 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
16368
16369 2011-10-21 Chong Yidong <cyd@gnu.org>
16370
16371 * progmodes/idlwave.el (idlwave-mode):
16372 * progmodes/vera-mode.el (vera-mode):
16373 Use mode-require-final-newline.
16374
16375 2011-10-20 Glenn Morris <rgm@gnu.org>
16376
16377 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
16378
16379 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
16380
16381 * emulation/cua-base.el (cua-set-mark): Fix case of string.
16382
16383 2011-10-20 Chong Yidong <cyd@gnu.org>
16384
16385 * emulation/cua-base.el (cua-mode):
16386 * mail/footnote.el (footnote-mode):
16387 * mail/mailabbrev.el (mail-abbrevs-mode):
16388 * net/xesam.el (xesam-minor-mode):
16389 * progmodes/bug-reference.el (bug-reference-mode):
16390 * progmodes/cap-words.el (capitalized-words-mode):
16391 * progmodes/compile.el (compilation-minor-mode)
16392 (compilation-shell-minor-mode):
16393 * progmodes/gud.el (gud-tooltip-mode):
16394 * progmodes/hideif.el (hide-ifdef-mode):
16395 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16396 * progmodes/subword.el (subword-mode):
16397 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16398 * progmodes/which-func.el (which-function-mode):
16399 * term/tvi970.el (tvi970-set-keypad-mode):
16400 * term/vt100.el (vt100-wide-mode):
16401 * textmodes/flyspell.el (flyspell-mode):
16402 * textmodes/ispell.el (ispell-minor-mode):
16403 * textmodes/nroff-mode.el (nroff-electric-mode):
16404 * textmodes/paragraphs.el (use-hard-newlines):
16405 * textmodes/refill.el (refill-mode):
16406 * textmodes/reftex.el (reftex-mode):
16407 * textmodes/rst.el (rst-minor-mode):
16408 * textmodes/sgml-mode.el (html-autoview-mode)
16409 (sgml-electric-tag-pair-mode):
16410 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
16411 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
16412 * emulation/crisp.el (crisp-mode):
16413 * emacs-lisp/eldoc.el (eldoc-mode):
16414 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
16415 minor mode behavior.
16416
16417 2011-10-19 Juri Linkov <juri@jurta.org>
16418
16419 * descr-text.el (describe-char): Add #x2010 and #x2011 to
16420 the list of hard-coded chars with escape-glyph face.
16421
16422 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16423
16424 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
16425
16426 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
16427
16428 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
16429 running process.
16430
16431 2011-10-19 Glenn Morris <rgm@gnu.org>
16432
16433 * vc/vc-bzr.el (vc-bzr-after-dir-status):
16434 Ignore ignored files. (Bug#9726)
16435
16436 2011-10-19 Chong Yidong <cyd@gnu.org>
16437
16438 Doc fix for minor modes, stating that an omitted argument enables
16439 the mode unconditionally when called from Lisp.
16440
16441 * abbrev.el (abbrev-mode):
16442 * allout.el (allout-mode):
16443 * autoinsert.el (auto-insert-mode):
16444 * autoarg.el (autoarg-mode, autoarg-kp-mode):
16445 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16446 (global-auto-revert-mode):
16447 * battery.el (display-battery-mode):
16448 * composite.el (global-auto-composition-mode)
16449 (auto-composition-mode):
16450 * delsel.el (delete-selection-mode):
16451 * desktop.el (desktop-save-mode):
16452 * dired-x.el (dired-omit-mode):
16453 * dirtrack.el (dirtrack-mode):
16454 * doc-view.el (doc-view-minor-mode):
16455 * double.el (double-mode):
16456 * electric.el (electric-indent-mode, electric-pair-mode):
16457 * emacs-lock.el (emacs-lock-mode):
16458 * epa-hook.el (auto-encryption-mode):
16459 * follow.el (follow-mode):
16460 * font-core.el (font-lock-mode):
16461 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
16462 * help.el (temp-buffer-resize-mode):
16463 * hilit-chg.el (highlight-changes-mode)
16464 (highlight-changes-visible-mode):
16465 * hi-lock.el (hi-lock-mode):
16466 * hl-line.el (hl-line-mode, global-hl-line-mode):
16467 * icomplete.el (icomplete-mode):
16468 * ido.el (ido-everywhere):
16469 * image-file.el (auto-image-file-mode):
16470 * image-mode.el (image-minor-mode):
16471 * iswitchb.el (iswitchb-mode):
16472 * jka-cmpr-hook.el (auto-compression-mode):
16473 * linum.el (linum-mode):
16474 * longlines.el (longlines-mode):
16475 * master.el (master-mode):
16476 * mb-depth.el (minibuffer-depth-indicate-mode):
16477 * menu-bar.el (menu-bar-mode):
16478 * minibuf-eldef.el (minibuffer-electric-default-mode):
16479 * mouse-sel.el (mouse-sel-mode):
16480 * msb.el (msb-mode):
16481 * mwheel.el (mouse-wheel-mode):
16482 * outline.el (outline-minor-mode):
16483 * paren.el (show-paren-mode):
16484 * recentf.el (recentf-mode):
16485 * reveal.el (reveal-mode, global-reveal-mode):
16486 * rfn-eshadow.el (file-name-shadow-mode):
16487 * ruler-mode.el (ruler-mode):
16488 * savehist.el (savehist-mode):
16489 * scroll-all.el (scroll-all-mode):
16490 * scroll-bar.el (scroll-bar-mode):
16491 * server.el (server-mode):
16492 * shell.el (shell-dirtrack-mode):
16493 * simple.el (auto-fill-mode, transient-mark-mode)
16494 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
16495 (line-number-mode, column-number-mode, size-indication-mode)
16496 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
16497 * strokes.el (strokes-mode):
16498 * time.el (display-time-mode):
16499 * t-mouse.el (gpm-mouse-mode):
16500 * tool-bar.el (tool-bar-mode):
16501 * tooltip.el (tooltip-mode):
16502 * type-break.el (type-break-mode-line-message-mode)
16503 (type-break-query-mode):
16504 * view.el (view-mode):
16505 * whitespace.el (whitespace-mode, whitespace-newline-mode)
16506 (global-whitespace-mode, global-whitespace-newline-mode):
16507 * xt-mouse.el (xterm-mouse-mode): Doc fix.
16508
16509 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16510 Fix autogenerated docstring.
16511
16512 2011-10-19 Juri Linkov <juri@jurta.org>
16513
16514 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
16515 by checking environment variables "DESKTOP_SESSION" and
16516 "XDG_CURRENT_DESKTOP". (Bug#9779)
16517
16518 2011-10-19 Juri Linkov <juri@jurta.org>
16519
16520 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
16521 (browse-url-chromium-program, browse-url-chromium-arguments):
16522 New defcustoms.
16523 (browse-url-default-browser): Check for `browse-url-chromium' and
16524 call `browse-url-chromium-program'.
16525 (browse-url-chromium): New command. (Bug#9779)
16526
16527 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
16528
16529 * facemenu.el (list-colors-duplicates): On Windows, detect more
16530 duplicates by assuming that only colors matching "^System" are
16531 special "system colors". (Bug#9722)
16532
16533 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
16534
16535 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
16536 to distinguish the author from the committer.
16537
16538 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
16539
16540 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
16541
16542 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
16543
16544 * international/mule.el (sgml-html-meta-auto-coding-function):
16545 Add support for detecting encoding in HTML5 specified only as
16546 <meta charset="UTF-8">. Implementation just makes http-equiv and
16547 content-type parts from HTML4 encoding string optional. (Bug#9716)
16548
16549 2011-10-18 Glenn Morris <rgm@gnu.org>
16550
16551 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
16552
16553 2011-10-18 Chong Yidong <cyd@gnu.org>
16554
16555 * faces.el (cursor): Doc fix.
16556
16557 2011-10-17 Chong Yidong <cyd@gnu.org>
16558
16559 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
16560
16561 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
16562
16563 * dirtrack.el (dirtrack): Support shell buffers with path
16564 prefixes, e.g. tramp-based remote shells. (Bug#9647)
16565
16566 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
16567
16568 * json.el: Bump version to 1.3 and note change in History.
16569 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
16570
16571 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16572
16573 * comint.el (comint-insert-input, comint-send-input)
16574 (comint-get-old-input-default, comint-backward-matching-input)
16575 (comint-next-prompt): Use nil instead of `input' for field property of
16576 past user input (bug#114).
16577
16578 * minibuffer.el (completion--replace): Inherit surrounding properties
16579 (bug#114).
16580 (minibuffer-complete-and-exit): Use it.
16581
16582 * comint.el (comint--table-subvert): Quote the all-completions output
16583 (bug#9160).
16584
16585 2011-10-17 Martin Rudalics <rudalics@gmx.at>
16586
16587 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
16588
16589 * menu-bar.el (menu-bar-file-menu): Add entry for making new
16590 window on right of selected. (Bug#9350) Reword other window
16591 entries and separate them from frame entries.
16592
16593 2011-10-15 Glenn Morris <rgm@gnu.org>
16594
16595 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
16596 Doc fixes.
16597
16598 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
16599
16600 * net/network-stream.el (network-stream-open-starttls):
16601 Improve detection of failure due to lack of TLS support.
16602
16603 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
16604 putting the input text in front and in bold.
16605
16606 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
16609
16610 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
16611 empty buffer.
16612
16613 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
16614 unread-command-events rather than pushing yet-another event.
16615
16616 2011-10-14 Eli Zaretskii <eliz@gnu.org>
16617
16618 * mail/sendmail.el (sendmail-query-once): Improve the wording of
16619 the explanation of the possible choices. Make the options passed
16620 to completing-read shorter.
16621
16622 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16623
16624 * textmodes/flyspell.el (flyspell-large-region): Make sure
16625 extended character mode is used if defined (Bug#1339).
16626
16627 2011-10-13 Eli Zaretskii <eliz@gnu.org>
16628
16629 * simple.el (what-cursor-position): Fix the display of the
16630 character info for LRE, LRO, RLE, and RLO characters by appending
16631 an invisible PDF.
16632
16633 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
16634
16635 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
16636 even in case of error; add debug spec; simplify data flow.
16637 (with-timeout-handler): Remove.
16638
16639 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
16640
16641 Fix Bug#6019, Bug#9315.
16642
16643 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
16644 complete `buffer-file-name', the local file name part could look
16645 remotely (for example on VMS).
16646
16647 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
16648 `tramp-run-real-handler'.
16649 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
16650 already quoted by '"'.
16651
16652 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
16653 Let `file-name-handler-alist' be nil, the local file name part
16654 could look remotely (for example on VMS).
16655
16656 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
16657
16658 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
16659 from here...
16660 (flyspell-post-command-hook): ...to here.
16661
16662 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16663
16664 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
16665 if not needed.
16666 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
16667 using completion. Protect against "slow" callers.
16668 Remove the "message hack".
16669
16670 2011-10-11 Juri Linkov <juri@jurta.org>
16671
16672 * isearch.el (isearch-lazy-highlight-word): New variable.
16673 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
16674 Use it. (Bug#9727)
16675
16676 2011-10-11 Glenn Morris <rgm@gnu.org>
16677
16678 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
16679 like f90-previous-statement does.
16680
16681 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16682
16683 * eshell/eshell.el (eshell-command): History should be saved
16684 only in interactive use, to avoid error.
16685
16686 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
16687
16688 * minibuffer.el (completion-file-name-table): Fix last change,
16689 i.e. ignore normal errors but not the other ones.
16690
16691 2011-10-10 Martin Rudalics <rudalics@gmx.at>
16692
16693 * window.el (special-display-buffer-names)
16694 (special-display-regexps): Remove some remnants of earlier
16695 changes from doc-strings.
16696 (quit-windows-on): New function.
16697
16698 * vc/vc.el (vc-revert, vc-rollback):
16699 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
16700 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
16701 (Bug#6183) (Bug#7074) (Bug#7447)
16702
16703 2011-10-09 Martin Rudalics <rudalics@gmx.at>
16704
16705 * window.el (frame-auto-hide-function): Add version tag.
16706 (Bug#9699)
16707
16708 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
16709
16710 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
16711 condition.
16712
16713 2011-10-09 Leo Liu <sdl.web@gmail.com>
16714
16715 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
16716 (Bug#9701)
16717
16718 2011-10-08 Glenn Morris <rgm@gnu.org>
16719
16720 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
16721 before the first code statement zero indent. (Bug#9690)
16722
16723 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
16724
16725 * simple.el (count-words-region): Always count in the region.
16726 Report the number of lines and characters too.
16727 (count-words): New command, which counts in the buffer if the
16728 region is inactive, as count-words-region used to.
16729 (count-words--message): New function. Handle plurals.
16730 (count-lines-region): Make it an alias for count-words-region.
16731
16732 * bindings.el (esc-map): Replace count-lines-region with
16733 count-words-region.
16734
16735 2011-10-08 Martin Rudalics <rudalics@gmx.at>
16736
16737 * window.el (window--delete): Delete dedicated frame
16738 unconditionally when argument KILL is non-nil. (Bug#9699)
16739 (switch-to-buffer): Fix doc-string typo.
16740
16741 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16742
16743 * eshell/eshell.el (eshell-command): Avoid using hooks.
16744
16745 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
16746
16747 * bindings.el ([M-left],[M-right]): Bind to left-word and
16748 right-word respectively.
16749
16750 2011-10-07 Glenn Morris <rgm@gnu.org>
16751
16752 * cus-start.el (debug-on-quit): Fix custom type.
16753
16754 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
16755
16756 * subr.el (define-key-after): Clarify that the function is not
16757 useful for non-menu keymaps.
16758
16759 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
16760
16761 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16762
16763 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
16764 in current minibuffer (Fix bug with recursive minibuffers).
16765
16766 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
16767
16768 * progmodes/gdb-mi.el (gdb): Doc fix.
16769
16770 2011-10-05 Martin Rudalics <rudalics@gmx.at>
16771
16772 * window.el (frame-auto-hide-function): New option replacing
16773 frame-auto-delete. Suggested by Stefan Monnier.
16774 (window--delete): Call frame-auto-hide-function instead of
16775 investigating frame-auto-delete.
16776 (window-point-1, set-window-point-1): New functions.
16777 (window-in-direction, record-window-buffer, window-state-get-1)
16778 (display-buffer-record-window): Use window-point-1 instead of
16779 window-point.
16780 (set-window-buffer-start-and-point): Use set-window-point-1.
16781
16782 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16783
16784 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
16785
16786 2011-10-05 Glenn Morris <rgm@gnu.org>
16787
16788 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
16789 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
16790
16791 2011-10-05 Leo Liu <sdl.web@gmail.com>
16792
16793 * subr.el (read-char-choice): Fix argument to buffer-live-p which
16794 works with buffer object.
16795
16796 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
16797
16798 * mpc.el (mpc-tool-bar-map): Add labels.
16799
16800 2011-10-04 Glenn Morris <rgm@gnu.org>
16801
16802 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16803
16804 2011-10-04 Martin Rudalics <rudalics@gmx.at>
16805
16806 * window.el (window--delete): New function.
16807 (frame-auto-delete): Resuscitate option.
16808 (bury-buffer, replace-buffer-in-windows)
16809 (quit-window): Rewrite using window--delete.
16810 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
16811 Pass display-buffer-mark-dedicated to window--display-buffer-2
16812 (Bug#9639).
16813
16814 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
16817 returns a list (bug#9554). Add remote file name completion.
16818 * comint.el (comint--table-subvert): Curry and get quote&unquote
16819 functions as arguments.
16820 (comint--complete-file-name-data): Adjust call accordingly.
16821 * pcomplete.el (pcomplete--table-subvert): Remove.
16822 (pcomplete-completions-at-point): Use comint--table-subvert instead.
16823
16824 * minibuffer.el (completion-table-case-fold): Use currying.
16825 (completion--styles-type, completion--cycling-threshold-type):
16826 New constants.
16827 (completion-styles, completion-category-overrides)
16828 (completion-cycle-threshold): Use them.
16829 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
16830 completion-table-case-fold.
16831
16832 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
16833
16834 * minibuffer.el (completion-category-overrides): Fix type of styles
16835 and add more user friendly tags (bug#9660).
16836
16837 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
16838
16839 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
16840 (mule-input-method-string): New widget.
16841 (default-input-method, language-info-custom-alist): Use it.
16842
16843 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
16844
16845 * pcomplete.el: Require comint.
16846 (pcomplete--common-suffix): Remove.
16847 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
16848 (pcomplete--table-subvert): Sync with comint--table-subvert.
16849 (pcomplete--entries): Use comint-completion-file-name-table.
16850 * comint.el (comint-unquote-filename): Simplify.
16851 (comint-completion-file-name-table): New function (bug#9616).
16852 (comint--complete-file-name-data): Use it.
16853
16854 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
16855 (pcmpl-gnu-tar-buffer): Remove.
16856 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
16857 around. Make sure pcomplete-suffix-list is only changed temporarily.
16858 Don't look inside the tar's file if it's too large.
16859
16860 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
16861
16862 * cus-edit.el (custom-mode-map):
16863 * epa.el (epa-key-list-mode-map):
16864 * man.el (Man-mode-map):
16865 * startup.el (splash-screen-keymap):
16866 * simple.el (special-mode-map): Use scroll-up-command and
16867 scroll-down-command.
16868
16869 * progmodes/idlw-help.el (idlwave-help-mode-map):
16870 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
16871 * net/newst-plainview.el (newsticker-mode-map):
16872 * emulation/ws-mode.el (wordstar-mode-map):
16873 * emulation/vi.el (vi-com-map):
16874 * calc/calc-graph.el (calc-graph-show-dumb):
16875 * term/sun.el (terminal-init-sun):
16876 * term/ns-win.el (global-map):
16877 * progmodes/grep.el (grep-mode-map):
16878 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
16879 * mail/rmail.el (rmail-mode-map):
16880 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
16881
16882 * custom.el (custom-safe-themes, load-theme): Treat value of t for
16883 custom-safe-themes as special.
16884
16885 2011-10-01 Julien Danjou <julien@danjou.info>
16886
16887 * notifications.el (notifications-notify): Fix docstring.
16888
16889 2011-10-01 Per Starbäck <per@starback.se>
16890
16891 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
16892
16893 2011-09-30 Martin Rudalics <rudalics@gmx.at>
16894
16895 * startup.el (command-line-1): Fix last fix by inserting
16896 initial-scratch-message into *scratch* before displaying it.
16897 (Bug#9605) and (Bug#9636)
16898
16899 2011-09-29 Eli Zaretskii <eliz@gnu.org>
16900
16901 * simple.el (line-move): If auto-hscroll-mode is disabled and the
16902 window is hscrolled, move by logical lines. (Bug#9607)
16903 (line-move-visual): Update the doc string to the above effect.
16904
16905 2011-09-29 Martin Rudalics <rudalics@gmx.at>
16906
16907 * window.el (display-buffer-record-window): When WINDOW is the
16908 selected window use `point' instead of `window-point'. (Bug#9626)
16909
16910 * startup.el (command-line-1): Use insert-before-markers when
16911 inserting initial-scratch-message. (Bug#9605)
16912
16913 * help.el (help-window): Remove variable.
16914
16915 2011-09-29 Glenn Morris <rgm@gnu.org>
16916
16917 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
16918
16919 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
16920
16921 * descr-text.el (describe-char-categories): Accept category
16922 descriptions more than one line long.
16923
16924 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * simple.el (delete-trailing-whitespace): Fix last change.
16927
16928 * progmodes/perl-mode.el (perl-syntax-propertize-function):
16929 Don't confuse "y => 3" as the beginning of a `y' operation.
16930
16931 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
16932 object has more than 4 slots (bug#9613).
16933
16934 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
16935
16936 * subr.el (with-output-to-temp-buffer):
16937 * net/quickurl.el (quickurl, quickurl-browse-url):
16938 Fix typos in docstrings.
16939
16940 2011-09-27 Eli Zaretskii <eliz@gnu.org>
16941
16942 * minibuffer.el (completion-styles)
16943 (completion-category-overrides): Cross reference each other in doc
16944 strings.
16945
16946 2011-09-27 Glenn Morris <rgm@gnu.org>
16947
16948 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
16949 to split-string. (Bug#9606)
16950
16951 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
16952
16953 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
16954 (bug#9615).
16955
16956 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
16957
16958 * emacs-lisp/package.el (list-packages): Fix echo area message.
16959
16960 2011-09-27 Leo Liu <sdl.web@gmail.com>
16961
16962 * ido.el (ido-read-internal): Accept cons cell HIST arg.
16963
16964 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
16965
16966 * net/dbus.el (dbus-unregister-object): Don't release services for
16967 registered signals. (Bug#9581)
16968
16969 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
16970
16971 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
16972 function that picks between cfengine 2 and 3 support
16973 automatically. Update docs accordingly.
16974
16975 2011-09-22 Kenichi Handa <handa@m17n.org>
16976
16977 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
16978 ZERO.
16979 (indian-itrans-v5-table-for-tamil): New variable.
16980 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
16981
16982 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
16983
16984 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
16985 that's true if the current command involved collapsing of text.
16986 It's reset to false at the beginning of the next command.
16987 (allout-post-command-business): Move the cursor to the beginning
16988 of entry if the cursor is hidden and collapsing activity just
16989 happened.
16990
16991 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
16992
16993 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
16994 tracking (Bug#9541).
16995
16996 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
16997
16998 * net/newst-reader.el (newsticker-html-renderer)
16999 (newsticker-show-news): Automatically load html rendering package
17000 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
17001 because w3m-fill-column is let-bound" and the error "Symbol's value
17002 as variable is void: w3m-fill-column".
17003
17004 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
17005
17006 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
17007 Release services only if they are defined. (Bug#9581)
17008
17009 2011-09-23 Richard Stallman <rms@gnu.org>
17010
17011 * textmodes/paragraphs.el (forward-sentence): For backwards case,
17012 distinguish start of paragraph from start of its text.
17013
17014 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
17015
17016 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
17017 (rmail-generate-viewer-buffer): Put that hook on view buffer.
17018 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
17019
17020 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
17021
17022 * international/mule-diag.el (mule-diag): Insert a newline after
17023 each fontset description.
17024
17025 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17026
17027 * simple.el (delete-trailing-whitespace):
17028 Document last change; simplify.
17029
17030 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
17031
17032 * simple.el (delete-trailing-whitespace): Also delete
17033 extra newlines at the end of the buffer.
17034
17035 * textmodes/picture.el: Make motion commands obey shift-select-mode.
17036 (picture-newline): Use forward-line so as to ignore fields.
17037
17038 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17039
17040 * subr.el (with-wrapper-hook): Fix edebug spec.
17041
17042 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
17043
17044 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
17045 (bug#4538).
17046
17047 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
17048
17049 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
17050 Fix nasty bug using wrong cached values.
17051
17052 2011-09-23 Alan Mackenzie <acm@muc.de>
17053
17054 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
17055
17056 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
17057
17058 * window.el (pop-to-buffer): Ensure right window is selected if we
17059 chose another frame.
17060
17061 2011-09-22 Eli Zaretskii <eliz@gnu.org>
17062
17063 * simple.el (what-cursor-position): Use get-char-property-change
17064 and next-single-char-property-change, to be able to show display
17065 properties that come from overlays as well as text properties.
17066
17067 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
17068
17069 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
17070
17071 * cmuscheme.el (run-scheme, switch-to-scheme):
17072 * cus-edit.el (customize-group, custom-buffer-create)
17073 (customize-browse):
17074 * info.el (info):
17075 * shell.el (shell):
17076 * mail/sendmail.el (mail):
17077 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
17078
17079 2011-09-22 Richard Stallman <rms@gnu.org>
17080
17081 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
17082 move back only to line beg, don't move back over blank lines.
17083
17084 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
17085
17086 * files.el (copy-directory): Set directory attributes only in case
17087 they could be retrieved from the source directory. (Bug#9565)
17088
17089 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
17090
17091 * progmodes/hideshow.el (hs-looking-at-block-start-p)
17092 (hs-find-block-beginning, hs-hide-level-recursive):
17093 Ignore strings as well as comments. (Bug#9502)
17094
17095 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
17096
17097 * progmodes/sql.el (sql-comint-postgres):
17098 Convert port number to a string. (Bug#9566)
17099
17100 2011-09-22 Martin Rudalics <rudalics@gmx.at>
17101
17102 * window.el (quit-window): Undedicate window when switching to
17103 previous buffer. Reported by Thierry Volpiatto
17104 <thierry.volpiatto@gmail.com>.
17105 (special-display-popup-frame): When popping up a new frame reset
17106 its previous buffers to nil. Simplify code.
17107
17108 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
17109
17110 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
17111 and process filter, as done also in `shell-command'.
17112
17113 2011-09-21 Martin Rudalics <rudalics@gmx.at>
17114
17115 * window.el (set-window-buffer-start-and-point):
17116 Call set-window-start with NOFORCE argument t.
17117 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
17118 (quit-window): Reword doc-string. Handle new format of
17119 quit-restore parameter. Don't delete window if it has a
17120 previous buffer we can show instead of the present one.
17121 (display-buffer-record-window): Rewrite using a new format for
17122 the quit-restore window parameter
17123 (special-display-popup-frame, display-buffer-same-window)
17124 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17125 (display-buffer-pop-up-window, display-buffer-use-some-window):
17126 Adapt symbol passed to display-buffer-record-window.
17127 * help.el (help-window-setup): Handle new format of quit-restore
17128 parameter.
17129
17130 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
17131
17132 * faces.el (face-list): Fix docstring (bug#9564).
17133
17134 * window.el (display-buffer--action-function-custom-type):
17135 Don't include internal functions in the Custom interface.
17136
17137 2011-09-20 Juri Linkov <juri@jurta.org>
17138
17139 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
17140 (Info-forward-node, Info-backward-node, Info-next-preorder)
17141 (Info-last-preorder): Use it. (Bug#9528)
17142
17143 2011-09-20 Juri Linkov <juri@jurta.org>
17144
17145 * info.el (Info-last-preorder): Visit last menu item only when
17146 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
17147
17148 2011-09-20 Julien Danjou <julien@danjou.info>
17149
17150 * password-cache.el (password-cache-remove): Remove entries even if the
17151 value is nil, so that password with a nil value (negative caching) is
17152 possible to invalidate.
17153
17154 2011-09-20 Lawrence Mitchell <wence@gmx.li>
17155
17156 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
17157 all whitespace around breakpoint. (Bug#9553)
17158 (f90-find-breakpoint): Only break at whitespace inside a comment.
17159
17160 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17161
17162 * minibuffer.el (completion-file-name-table): Keep track of errors.
17163 (completion-table-with-predicate): Handle the case where pred1 is nil.
17164 * pcomplete.el (pcomplete-completions-at-point): Simplify.
17165
17166 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
17169 (debugger-return-value): Signal an error if the debugging context does
17170 not await any return value.
17171
17172 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
17173 * image-mode.el (image-toggle-display-text)
17174 (image-toggle-display-image): Stay away from evil `intangible'.
17175
17176 2011-09-19 Leo Liu <sdl.web@gmail.com>
17177
17178 * replace.el (occur-revert-arguments): Make it permanent-local.
17179 (occur-mode): Don't call font-lock-defontify.
17180
17181 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
17182
17183 * net/ldap.el (ldap-search-internal): Don't push empty search
17184 result (Bug#9508).
17185
17186 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17187
17188 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
17189
17190 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
17191
17192 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
17193 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
17194
17195 2011-09-18 Juri Linkov <juri@jurta.org>
17196
17197 * buff-menu.el (Buffer-menu-mode-map):
17198 * dired.el (dired-mode-map):
17199 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
17200 (lisp-interaction-mode-map):
17201 * emacs-lisp/package.el (package-menu-mode-map):
17202 * epa.el (epa-key-list-mode-map):
17203 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
17204 (menu-bar-options-menu):
17205 * outline.el (outline-mode-menu-bar-map):
17206 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
17207 * vc/vc-dir.el (vc-dir-menu-map):
17208 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
17209 Capitalize non-function content words in menu item strings.
17210
17211 * dired.el (dired-mode-map): Add menu item for
17212 `image-dired-dired-toggle-marked-thumbs'.
17213
17214 2011-09-18 Juri Linkov <juri@jurta.org>
17215
17216 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
17217 to `isearch-case-fold-search' and restore its original value
17218 after the `isearch-mode' call.
17219
17220 2011-09-18 Juri Linkov <juri@jurta.org>
17221
17222 * progmodes/grep.el (grep-process-setup): Don't check code for 1
17223 because `zgrep' returns 1 for successful matches (bug#9226).
17224
17225 2011-09-18 Juri Linkov <juri@jurta.org>
17226
17227 * info.el (Info-extract-menu-node-name): Check the second match
17228 for empty string (second test-case of bug#9528).
17229 (Info-last-preorder): Let-bind `Info-history' to nil to not add
17230 intermediate nodes to the history (first test-case of bug#9528).
17231
17232 2011-09-18 Juri Linkov <juri@jurta.org>
17233
17234 * info.el (Info-mode-syntax-table): New variable.
17235 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
17236
17237 2011-09-18 Juri Linkov <juri@jurta.org>
17238
17239 * info.el (Info-file-supports-index-cookies):
17240 Increment line-beginning-position's arg from 3 to 4 because makeinfo
17241 outputs one more line for long file names (bug#4142).
17242
17243 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17244
17245 * newcomment.el (comment-normalize-vars): If prompting for
17246 comment-start, set comment-start-skip too (Bug#8424).
17247
17248 2011-09-18 Johan Bockgård <bojohan@gnu.org>
17249
17250 * icomplete.el: Fix previous fix of Bug#5849.
17251 (icomplete-mode): Don't set completion-show-inline-help.
17252 (icomplete-minibuffer-setup): Set completion-show-inline-help
17253 locally during icompletion.
17254
17255 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
17256
17257 * woman.el (woman2-process-escapes): Don't delete unrecognized
17258 escapes (Bug#7843).
17259
17260 * files.el (inhibit-first-line-modes-regexps): Add image files.
17261 (hack-local-variables-prop-line): Return nil for malformed
17262 prop-lines (Bug#9044).
17263
17264 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
17265
17266 * net/tramp.el (top): Don't require 'shell.
17267 (tramp-methods): Fix docstring.
17268 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
17269 Return complete remote file name. Handle "smb" case.
17270 Use `tramp-tmpdir', if defined for the respective method.
17271 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
17272
17273 * net/tramp-compat.el (top): Require 'shell.
17274
17275 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
17276 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
17277 `tramp-current-host'.
17278 (tramp-get-remote-tmpdir): Remove.
17279
17280 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
17281 `tramp-tmpdir' entries.
17282 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
17283 (tramp-smb-handle-file-attributes): Ignore errors.
17284 (tramp-smb-wait-for-output): Check also for process end.
17285
17286 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
17287
17288 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
17289 when sending QUIT (bug#9312).
17290
17291 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
17292
17293 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
17294 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
17295 occur-mode-display-occurrence.
17296 (occur-edit-mode): Add usage message.
17297 (occur-cease-edit): New command.
17298 (occur-after-change-function): Use text properties to find the
17299 position of the prefix text.
17300 (occur-engine): Set stickiness of prefix text properties.
17301
17302 2011-09-17 Glenn Morris <rgm@gnu.org>
17303
17304 * progmodes/etags.el (complete-tag):
17305 Fix call to completion-in-region. (Bug#9526)
17306
17307 2011-09-17 Juri Linkov <juri@jurta.org>
17308
17309 * textmodes/ispell.el (ispell-word): Add to the error message
17310 the word, ispell program name and current dictionary (bug#9121).
17311 (ispell-tex-arg-end): Capitalize "error" in the error message.
17312
17313 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
17314
17315 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
17316 check. (Bug#4251)
17317
17318 2011-09-17 Juri Linkov <juri@jurta.org>
17319
17320 * window.el (window-safe-min-height, window-safe-min-width):
17321 Fix typos (followup to bug#9522).
17322
17323 2011-09-17 Sven Joachim <svenjoac@gmx.de>
17324
17325 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
17326
17327 2011-09-16 Eli Zaretskii <eliz@gnu.org>
17328
17329 * simple.el (line-move): If goal-column is set, move by logical
17330 lines, not by display lines. (Bug#971)
17331 (next-line, previous-line, goal-column, line-move-visual): Doc fix
17332 to reflect the above change.
17333
17334 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * image.el (imagemagick-register-types): Use regexp-opt.
17337
17338 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17339
17340 * window.el (display-buffer-base-action): Rename from
17341 display-buffer-default-action. Make default value empty.
17342 (display-buffer-overriding-action): Convert to defvar.
17343 (display-buffer-fallback-action): New var.
17344
17345 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
17346
17347 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
17348 declaration.
17349 (package--add-to-archive-contents): If there is a duplicate entry
17350 with an older version, remove it.
17351 (package-menu-mark-delete, package-menu-mark-install)
17352 (package-menu-mark-unmark): Make unused args optional.
17353 (package-menu-mark-obsolete-for-deletion):
17354 Use package-menu-get-status instead of a regexp search.
17355 (package-menu-get-status): Use tabulated-list-entry.
17356 (package-menu-mark-upgrades): New command.
17357 (package-menu-mode-map): Bind it to U. Add it to menu bar.
17358 (package-menu-execute): Do installation before deletion.
17359 (package-menu-refresh, package-menu-execute): Use derived-mode-p
17360 instead of checking major-mode.
17361 (package-menu--find-upgrades): New function.
17362
17363 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
17364
17365 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
17366 passwords in the log buffer.
17367 (smtpmail-process-filter): Update the process marker so that the
17368 "broken by peer" status message is inserted in the right place.
17369
17370 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
17371
17372 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
17373 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
17374 bibtex-completion-at-point-function.
17375 (bibtex-completion-at-point-function): Use them.
17376
17377 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
17378
17379 * mpc.el (mpc-constraints-tag-lookup): New function.
17380 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
17381 also to browser "album|playlist".
17382
17383 2011-09-14 Juri Linkov <juri@jurta.org>
17384
17385 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
17386 (isearch-edit-string): Use length of `isearch-string' when
17387 `isearch-fail-pos' returns nil.
17388 (isearch-message): Remove duplicate code and call
17389 `isearch-fail-pos' with arg `t'.
17390
17391 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
17392
17393 * replace.el (occur-mode-goto-occurrence): Don't force using other
17394 window (Bug#9499).
17395
17396 * dired-aux.el (dired-do-chmod): Don't provide initial input.
17397
17398 2011-09-14 Martin Rudalics <rudalics@gmx.at>
17399
17400 * window.el (display-buffer-window): Remove.
17401 (display-buffer-record-window): Use help-setup window parameter
17402 instead of variable display-buffer-window.
17403 (display-buffer-function, special-display-buffer-names)
17404 (special-display-function): Mention help-setup parameter instead
17405 of display-buffer-window in doc-string.
17406 * help.el (help-window-setup): New argument help-window.
17407 Use help-window-setup parameter instead of display-buffer-window.
17408 Reword some messages.
17409 (with-help-window): Pass window used for displaying the buffer
17410 to help-window-setup. Don't set display-buffer-window.
17411
17412 2011-09-13 Glenn Morris <rgm@gnu.org>
17413
17414 * emacs-lisp/debug.el (debugger-make-xrefs):
17415 Preserve point. (Bug#9462)
17416
17417 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17418
17419 * window.el (window-deletable-p): Use next-frame.
17420
17421 2011-09-13 Martin Rudalics <rudalics@gmx.at>
17422
17423 * window.el (window-auto-delete): Remove.
17424 (window-deletable-p): Remove argument FORCE. Don't deal with
17425 dedication and previous buffers.
17426 (switch-to-prev-buffer): Don't delete window.
17427 (delete-windows-on): Delete a window's frame if and only if the
17428 window is dedicated.
17429 (replace-buffer-in-windows): Delete buffer's window or frame if
17430 and only if window is dedicated.
17431 (quit-window): Handle quit-restore as before last change.
17432 (bury-buffer): Delete window only if window-deletable-p returns t.
17433
17434 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
17435
17436 * window.el (window-deletable-p): Never delete the last frame on a
17437 given terminal.
17438
17439 2011-09-13 Glenn Morris <rgm@gnu.org>
17440
17441 * help.el (describe-key-briefly): Copy previous standard-output change.
17442
17443 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
17444
17445 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
17446
17447 2011-09-13 Glenn Morris <rgm@gnu.org>
17448
17449 * emacs-lisp/lisp-mode.el (lisp-indent-function):
17450 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
17451
17452 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
17453
17454 * dired-aux.el (dired-mark-read-string): Don't return default
17455 value on empty input (Bug#9361).
17456 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
17457 Omit initial minibuffer contents.
17458 (dired-do-chmod): Signal an error on empty input.
17459 (dired-mark-read-string): Don't return default on empty input.
17460
17461 * files.el (file-modes-symbolic-to-number): Doc fix.
17462
17463 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17464
17465 * international/mule-cmds.el (ucs-completions): Remove.
17466 (read-char-by-name): Use complete-with-action instead; add metadata.
17467
17468 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17469
17470 * window.el (display-buffer--action-function-custom-type)
17471 (display-buffer--action-custom-type): New vars.
17472 (display-buffer-alist, display-buffer-default-action)
17473 (display-buffer-overriding-action): Add defcustom types.
17474
17475 * frame.el (delete-other-frames): Doc fix (Bug#276).
17476
17477 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17478
17479 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
17480
17481 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
17482
17483 Change modes that used same-window-* vars to use switch-to-buffer.
17484
17485 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
17486 Use switch-to-buffer.
17487
17488 * cus-edit.el (customize-group, custom-buffer-create)
17489 (customize-browse, custom-buffer-create-other-window):
17490 Use switch-to-buffer or switch-to-buffer-other-window.
17491
17492 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
17493 (Info-prev, Info-up, Info-speedbar-goto-node)
17494 (info-display-manual): Use switch-to-buffer.
17495 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
17496
17497 * mail/sendmail.el (mail): Use switch-to-buffer.
17498 (mail-recover): Use switch-to-buffer-other-window.
17499
17500 * cmuscheme.el (run-scheme, switch-to-scheme):
17501 * ielm.el (ielm):
17502 * shell.el (shell):
17503 * net/rlogin.el (rlogin):
17504 * net/telnet.el (telnet, rsh):
17505 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
17506
17507 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
17508
17509 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
17510
17511 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17512
17513 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
17514 so don't mention it (bug#9301).
17515 (dired-sort-toggle-or-edit): Clarify string further.
17516
17517 * faces.el (face-spec-set-match-display): Make `(type graphic)'
17518 match `x', `w32' and `ns', like the manual says (bug#9029).
17519
17520 * subr.el (eval-after-load): Doc string clarification (bug#9125).
17521 (process-kill-buffer-query-function): Mention the buffer name in
17522 the query.
17523
17524 * image-mode.el (image-next-line): The line parameter is mandatory
17525 (bug#9258).
17526
17527 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
17528 which can be useful (bug#9301).
17529
17530 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
17531
17532 * subr.el (match-string): Mention that the current buffer should
17533 be the same as the search was done in (bug#9282).
17534
17535 * facemenu.el: Disable the remove-* commands if the mark isn't
17536 active (bug#9162).
17537
17538 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17539
17540 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
17541 of display-buffer.
17542 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
17543
17544 * replace.el (occur-mode-goto-occurrence)
17545 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
17546 and display-buffer.
17547
17548 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
17549 display-buffer.
17550
17551 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
17552 special-display and same-window variables.
17553 (mail-other-window): Use switch-to-buffer-other-window.
17554 (mail-other-frame): USe switch-to-buffer-other-frame.
17555
17556 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
17557 Use display-buffer-other-frame.
17558 (gdb-display-gdb-buffer): Use pop-to-buffer.
17559
17560 * progmodes/gud.el (gud-goto-info): Use info-other-window.
17561
17562 * progmodes/python.el: Don't set same-window-buffer-names.
17563
17564 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
17565
17566 * window.el (display-buffer-alist): Add *Python*.
17567
17568 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
17569
17570 * window.el (display-buffer-alist): Add entry for buffers
17571 previously handled same-window-*.
17572 (display-buffer-alist, display-buffer-default-action)
17573 (display-buffer-overriding-action): Mark as risky.
17574 (display-buffer-alist): Document action function changes.
17575 (display-buffer--same-window-action)
17576 (display-buffer--other-frame-action): New variables.
17577 (switch-to-buffer, display-buffer-other-frame): Use them.
17578 (display-buffer): Rename reuse-frame entry to reusable-frames.
17579 (display-buffer-reuse-selected-window): Function deleted.
17580 (display-buffer-reuse-window): Handle reusable-frames alist entry.
17581 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
17582 (display-buffer-special): New function.
17583 (display-buffer--maybe-pop-up-frame-or-window): Rename from
17584 display-buffer-reuse-or-pop-window. Split off special-display
17585 part into display-buffer-special.
17586 (display-buffer-use-some-window): Don't perform any special
17587 pop-up-frames handling.
17588 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
17589 (display-buffer--maybe-same-window): Rename from
17590 display-buffer-maybe-same-window.
17591
17592 * info.el: Don't set same-window-regexps.
17593 (info-setup): New function.
17594 (info-other-window, info): Call it.
17595
17596 * cus-edit.el: Don't set same-window-regexps.
17597 (customize-group): New argument.
17598 (customize-group-other-window): Use it.
17599 (customize-face, customize-face-other-window): Likewise.
17600 (custom-buffer-create-other-window): Use pop-to-buffer directly.
17601
17602 * net/rlogin.el:
17603 * net/telnet.el:
17604 * progmodes/gud.el: Don't set same-window-regexps.
17605
17606 * cmuscheme.el:
17607 * ielm.el:
17608 * shell.el:
17609 * mail/sendmail.el:
17610 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
17611
17612 2011-09-10 Juri Linkov <juri@jurta.org>
17613
17614 * isearch.el (isearch-edit-string): Remove obsolete mention of
17615 `C-w' (`isearch-yank-word-or-char') from docstring.
17616 (isearch-query-replace): Fix typo in docstring (bug#9466).
17617
17618 2011-09-10 Juri Linkov <juri@jurta.org>
17619
17620 * paren.el (show-paren-function): Don't show escaped parens.
17621 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
17622
17623 2011-09-10 Eli Zaretskii <eliz@gnu.org>
17624
17625 * mail/sendmail.el (mml-to-mime, mml-attach-file)
17626 (mm-default-file-encoding): Remove autoload forms, they are
17627 replaced with autoload cookies in mml.el and mm-encode.el.
17628 (mail-add-attachment): New command.
17629 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
17630 (mail-mode): Mention mail-insert-file and mail-add-attachment in
17631 the doc string.
17632 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
17633
17634 2011-09-10 Reuben Thomas <rrt@sc3d.org>
17635
17636 * simple.el (count-words-region): Use buffer if there's no region
17637 (bug#9429).
17638
17639 2011-09-09 Juri Linkov <juri@jurta.org>
17640
17641 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
17642 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
17643 (wdired-isearch-filter-read-only): New function. (Bug#6362)
17644
17645 2011-09-09 Alan Mackenzie <acm@muc.de>
17646
17647 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
17648 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
17649
17650 2011-09-09 Eli Zaretskii <eliz@gnu.org>
17651
17652 Fix for Savannah bug#9392.
17653 * simple.el (mail-encode-mml): New defvar.
17654
17655 * mail/rmail.el (mail-encode-mml): Add a defvar.
17656 (rmail-enable-mime-composing): Default to t.
17657 (rmail-forward): Use MIME method of forwarding only if both
17658 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
17659 Set mail-encode-mml non-nil if the MIME method was used.
17660
17661 * mail/sendmail.el (mml-to-mime): Add autoload form.
17662 (mail-encode-mml): Add a defvar.
17663 (mail-mode): Make mail-encode-mml buffer-local and initialize it
17664 to nil.
17665 (mail-send): If mail-encode-mml is non-nil, run the outgoing
17666 message through mml-to-mime, and reset mail-encode-mml to nil.
17667
17668 2011-09-09 Glenn Morris <rgm@gnu.org>
17669
17670 * woman.el (woman-if-body): When processing an .el block,
17671 do not delete the next .el block as well. (Bug#9447)
17672 (woman-special-characters): Add oq, cq, and hy characters.
17673
17674 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17675
17676 * window.el (window-deletable-p): Make sure window is live before
17677 invoking window-prev-buffers.
17678
17679 2011-09-08 Leo Liu <sdl.web@gmail.com>
17680
17681 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
17682
17683 2011-09-08 Juri Linkov <juri@jurta.org>
17684
17685 * progmodes/compile.el (compilation-environment): Make it
17686 a defcustom (bug#8340).
17687
17688 2011-09-08 Martin Rudalics <rudalics@gmx.at>
17689
17690 * window.el (frame-auto-delete): Rename to window-auto-delete.
17691 Make it control auto-deletion of windows and/or frames.
17692 (window-deletable-p): New argument FORCE. Rewrite conditions
17693 for deleting window/frame. (Bug#9419)
17694 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
17695 Rewrite handling of case when window/frame can be deleted.
17696 (delete-windows-on): Call window-deletable-p with new FORCE
17697 argument t. (Bug#9456)
17698
17699 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
17700
17701 * help-mode.el (help-mode): Restore autoload.
17702
17703 2011-09-07 Juri Linkov <juri@jurta.org>
17704
17705 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
17706 `compilation-environment'. Set buffer-local
17707 `compilation-environment' to `thisenv' later after (funcall mode).
17708 (Bug#8340)
17709
17710 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
17711 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
17712 instead of replacing its value. (Bug#8340)
17713
17714 2011-09-07 Juri Linkov <juri@jurta.org>
17715
17716 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
17717 based on text properties put by `grep-filter' instead of matching
17718 escape sequences.
17719 (grep-mode): Set buffer-local `compilation-error-screen-columns'
17720 to the value of `grep-error-screen-columns' (bug#9438).
17721
17722 2011-09-07 Juri Linkov <juri@jurta.org>
17723
17724 * simple.el (next-error-highlight, next-error-highlight-no-select):
17725 Doc fix (bug#9432).
17726
17727 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
17728
17729 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
17730 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
17731
17732 2011-09-07 Leo Liu <sdl.web@gmail.com>
17733
17734 * net/rcirc.el (rcirc-mode): Conditionally initialize
17735 rcirc-input-ring.
17736
17737 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
17738
17739 * emacs-lisp/find-func.el (find-function-C-source): Only set
17740 find-function-C-source-directory after checking that we found a source
17741 file there (bug#9440).
17742
17743 2011-09-06 Alan Mackenzie <acm@muc.de>
17744
17745 * isearch.el (isearch-other-meta-char): Wherever a key list is
17746 unread, "unread" the prefix arg, too. This fixes bug #8901.
17747
17748 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
17749
17750 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
17751
17752 2011-09-05 Juri Linkov <juri@jurta.org>
17753
17754 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
17755
17756 2011-09-05 Juri Linkov <juri@jurta.org>
17757
17758 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
17759 keeping point where processing of grep matches begins, and
17760 continue to delete remaining escape sequences from the same point.
17761 (grep-filter): Make leading zero optional in "0?1;31m" because
17762 git-grep emits "\033[1;31m" escape sequences unlike expected
17763 "\033[01;31m" as GNU Grep does (bug#9408).
17764 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
17765
17766 2011-09-05 Juri Linkov <juri@jurta.org>
17767
17768 * subr.el (y-or-n-p): Capitalize "yes".
17769
17770 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
17771
17772 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
17773 `tramp-cache-unload-hook' where appropriate.
17774 (tramp-methods): Rename `tramp-remote-sh' to
17775 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
17776 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
17777
17778 * net/tramp-sh.el (top): Don't require 'shell.
17779 (tramp-methods): Add `tramp-remote-shell' and
17780 `tramp-remote-shell-args' entries.
17781 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
17782 (tramp-sh-handle-shell-command): Remove.
17783 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17784 Use `tramp-remote-shell'.
17785
17786 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
17787
17788 * mail/sendmail.el (sendmail-query-once-function): Delete.
17789 (sendmail-query-once): Save directly to send-mail-function.
17790 Update message-send-mail-function too.
17791
17792 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
17793
17794 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17795
17796 * progmodes/python.el (python-mode-map): Use correct function to
17797 start python interpreter from menu-bar (as reported by Geert
17798 Kloosterman).
17799 (inferior-python-mode-map): Fix typo.
17800 (python-shell-map): Remove.
17801
17802 2011-09-03 Deniz Dogan <deniz@dogan.se>
17803
17804 * net/rcirc.el (rcirc-print): Simplify code for
17805 rcirc-scroll-show-maximum-output. There is no need to walk
17806 through all windows to find the right one.
17807
17808 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
17809
17810 * help.el (help-return-method): Doc fix.
17811
17812 2011-09-03 Martin Rudalics <rudalics@gmx.at>
17813
17814 * window.el (window-deletable-p): Don't return a non-nil value
17815 when there's a buffer that was shown in the window before.
17816 (Bug#9419)
17817 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
17818 Set window's previous buffers to nil.
17819
17820 2011-09-03 Eli Zaretskii <eliz@gnu.org>
17821
17822 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
17823 newline before and after the tag line, so it doesn't interfere
17824 with determining the paragraph direction of bidirectional text.
17825
17826 2011-09-03 Leo Liu <sdl.web@gmail.com>
17827
17828 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
17829
17830 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17831
17832 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
17833 (pop-to-buffer): Change interactive spec. Pass second argument
17834 directly to display-buffer.
17835 (display-buffer): Fix interactive spec. Use functionp to
17836 distinguish between a function and a list of functions.
17837
17838 * abbrev.el (edit-abbrevs):
17839 * arc-mode.el (archive-extract):
17840 * autoinsert.el (auto-insert):
17841 * bookmark.el (bookmark-bmenu-list):
17842 * files.el (find-file):
17843 * view.el (view-buffer):
17844 * progmodes/compile.el (compilation-goto-locus):
17845 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
17846
17847 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
17848
17849 * window.el (display-buffer-alist): Doc fix.
17850 (display-buffer): Add docstring. Don't treat
17851 display-buffer-default specially.
17852 (display-buffer-reuse-selected-window)
17853 (display-buffer-same-window, display-buffer-maybe-same-window)
17854 (display-buffer-reuse-window, display-buffer-pop-up-frame)
17855 (display-buffer-pop-up-window)
17856 (display-buffer-reuse-or-pop-window)
17857 (display-buffer-use-some-window): New functions.
17858 (display-buffer-default-action): Use them.
17859 (display-buffer-default): Delete.
17860 (pop-to-buffer-1): Fix choice of actions.
17861
17862 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
17863
17864 * minibuffer.el (completion--insert-strings): Don't get confused by
17865 completion entries that end with an LF char.
17866
17867 2011-09-01 Eli Zaretskii <eliz@gnu.org>
17868
17869 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
17870
17871 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
17872
17873 * window.el (display-buffer): Restore interactive spec.
17874 (display-buffer-same-window, display-buffer-other-window):
17875 New functions.
17876 (pop-to-buffer-1): New function. Use the above.
17877 (pop-to-buffer, pop-to-buffer-same-window): Use it.
17878 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
17879
17880 * view.el (view-buffer-other-window, view-buffer-other-frame):
17881 Just use pop-to-buffer.
17882
17883 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17884
17885 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
17886
17887 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
17888
17889 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
17890
17891 2011-08-31 Richard Stallman <rms@gnu.org>
17892
17893 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
17894 of the separation of rmail-view-buffer from rmail-buffer.
17895 If you say no to "replace original", the decrypt is in the
17896 view buffer. If you say yes, the decrypt goes into the
17897 rmail buffer also.
17898
17899 2011-08-31 Martin Rudalics <rudalics@gmx.at>
17900
17901 * window.el (display-buffer-window): Rewrite doc-string.
17902 (display-buffer-record-window): New function.
17903 (display-buffer-macro-specifiers)
17904 (display-buffer-even-window-sizes, display-buffer-set-height)
17905 (display-buffer-set-width, display-buffer-in-window)
17906 (display-buffer-reuse-window, display-buffer-split-specifiers)
17907 (display-buffer-side-specifiers, display-buffer-split-window-1)
17908 (display-buffer-split-window, display-buffer-split-atom-window)
17909 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
17910 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
17911 (display-buffer-other-window-means-other-frame)
17912 (display-buffer-normalize-special)
17913 (display-buffer-normalize-default)
17914 (display-buffer-normalize-argument)
17915 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
17916 (display-buffer-normalize-specifiers, display-buffer-frame)
17917 (display-buffer-same-window, display-buffer-same-frame)
17918 (display-buffer-other-window)
17919 (display-buffer-same-frame-other-window)
17920 (display-buffer-other-frame, pop-to-buffer-same-window)
17921 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
17922 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
17923 (switch-to-buffer-same-frame)
17924 (switch-to-buffer-other-window-same-frame)
17925 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
17926 (display-buffer-alist-set-1, display-buffer-alist-set-2)
17927 (display-buffer-alist-set): Remove.
17928 (display-buffer-function, special-display-buffer-names)
17929 (special-display-regexps, special-display-function):
17930 In doc-string refer to display-buffer-window and quit-restore
17931 parameter.
17932 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
17933 (special-display-frame-alist, special-display-popup-frame)
17934 (same-window-buffer-names, same-window-regexps, same-window-p)
17935 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
17936 (split-window-preferred-function, split-height-threshold)
17937 (split-width-threshold, window-splittable-p)
17938 (split-window-sensibly, window--try-to-split-window)
17939 (window--frame-usable-p, even-window-heights)
17940 (window--even-window-heights, window--display-buffer-1)
17941 (window--display-buffer-2, display-buffer-other-frame):
17942 Restore old Emacs 23 code, order and doc-strings where applicable.
17943 (display-buffer-default, display-buffer-assq-regexp): New functions.
17944 (display-buffer-alist): Rewrite doc-string.
17945 (display-buffer-default-action)
17946 (display-buffer-overriding-action): New variables.
17947 (display-buffer, switch-to-buffer): Rewrite.
17948 (pop-to-buffer): Restore Emacs 23 behavior but use
17949 window-normalize-buffer-to-display.
17950 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
17951 Restore Emacs 23 behavior but use
17952 window-normalize-buffer-to-switch-to.
17953 (pop-to-buffer-same-window): Rewrite.
17954 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
17955 Rewrite using Emacs 23 options.
17956
17957 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
17958
17959 * net/tramp.el (tramp-root-regexp): Remove.
17960 (tramp-completion-file-name-regexp-unified)
17961 (tramp-completion-file-name-regexp-separate)
17962 (tramp-completion-file-name-regexp-url): Don't use leading volume
17963 letter on w32 systems. (Bug#5303, Bug#9311)
17964 (tramp-drop-volume-letter): Simplify definition.
17965 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17966
17967 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
17970 (bug#9356).
17971
17972 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
17973
17974 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
17975
17976 2011-08-29 Juri Linkov <juri@jurta.org>
17977
17978 * isearch.el (isearch-done): Don't display message "Mark saved"
17979 when arg `edit' is non-nil to prevent its flicker in the echo area.
17980
17981 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17982
17983 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
17984 obsolete packages for deletion.
17985
17986 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
17987
17988 * help-mode.el (help-mode-map): Add special-mode-map to parent.
17989 (help-mode): Derive help-mode from special-mode. Don't invoke
17990 view-mode from help-mode.
17991 (help-xref-override-view-map): Remove.
17992 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
17993 view-mode is not used anymore.
17994
17995 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
17996
17997 * server.el (server-port): Doc fix.
17998
17999 * cus-theme.el (custom-theme-choose-mode): Inherit from
18000 special-mode (Bug#9124).
18001 (custom-theme-choose-mode-map): Add special-mode to parent.
18002
18003 2011-08-28 Alan Mackenzie <acm@muc.de>
18004
18005 * progmodes/cc-fonts.el
18006 (c-make-font-lock-BO-decl-search-function): New function.
18007 (c-basic-matchers-after - "Fontify the clauses after various
18008 keywords"): Extract the three keyword lists for the 3 erroneous
18009 constructs from the list of four, and use the new function above
18010 in place of an old one.
18011
18012 2011-08-28 Deniz Dogan <deniz@dogan.se>
18013
18014 * net/rcirc.el (rcirc-insert-prev-input)
18015 (rcirc-insert-next-input): Remove unused argument.
18016
18017 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18018
18019 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
18020
18021 2011-08-27 Alan Mackenzie <acm@muc.de>
18022
18023 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
18024 handle function pointer parameters properly.
18025
18026 2011-08-27 Martin Rudalics <rudalics@gmx.at>
18027
18028 * window.el (display-buffer-reuse-window): Fix case where
18029 selected window was reused with non-nil OTHER-WINDOW argument.
18030 (Bug#9381)
18031
18032 2011-08-27 Deniz Dogan <deniz@dogan.se>
18033
18034 * net/rcirc.el (rcirc-check-auth-status): Adding support for
18035 oftc's NickServ messages.
18036
18037 2011-08-27 Glenn Morris <rgm@gnu.org>
18038
18039 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
18040
18041 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
18042
18043 * emacs-lisp/package.el (package-install): Call package-initialize
18044 if called interactively.
18045
18046 2011-08-26 Leo Liu <sdl.web@gmail.com>
18047
18048 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
18049
18050 2011-08-25 Juri Linkov <juri@jurta.org>
18051
18052 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
18053 `search-whitespace-regexp' (bug#9364).
18054
18055 2011-08-25 Juri Linkov <juri@jurta.org>
18056
18057 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
18058 `regexp-search-ring' to their global values to protect from
18059 updating by `read-from-minibuffer' (bug#9185).
18060
18061 2011-08-25 Juri Linkov <juri@jurta.org>
18062
18063 * textmodes/ispell.el (ispell-command-loop): Add newline
18064 at the end of the "Use option `i'..." line.
18065
18066 2011-08-25 Juri Linkov <juri@jurta.org>
18067
18068 * battery.el (display-battery-mode): If `battery-status-function'
18069 or `battery-mode-line-format' is nil, display the message and set
18070 `display-battery-mode' to nil (bug#9363).
18071
18072 2011-08-25 Eli Zaretskii <eliz@gnu.org>
18073
18074 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
18075 bidi-string-mark-left-to-right; they are unnecessary now.
18076
18077 2011-08-25 Deniz Dogan <deniz@dogan.se>
18078
18079 * net/quickurl.el: Documentation typo fixes.
18080
18081 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
18082
18083 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
18084
18085 2011-08-25 Glenn Morris <rgm@gnu.org>
18086
18087 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
18088
18089 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
18090 (smtpmail-via-smtp): Handle nil response from smtp.
18091
18092 2011-08-24 Juri Linkov <juri@jurta.org>
18093
18094 * proced.el (proced-marked): Inherit from `error' instead of
18095 `font-lock-warning-face'.
18096
18097 * ibuffer.el (ibuffer-marked-face): Change default face from
18098 `font-lock-warning-face' to `warning'.
18099 (ibuffer-deletion-face): Change default face from
18100 `font-lock-type-face' to `error'.
18101
18102 * battery.el (battery-update): Use the face `error' instead of
18103 `font-lock-warning-face' (bug#6117).
18104
18105 2011-08-24 Juri Linkov <juri@jurta.org>
18106
18107 * faces.el (success): Change face color from "Green3" to
18108 "ForestGreen" on light background (bug#9353).
18109
18110 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
18111
18112 * window.el (quit-window): Rename from quit-restore-window.
18113 Use same arglist as old quit-window.
18114 (frame-auto-delete): Doc fix.
18115
18116 * view.el (view-mode-exit): Use quit-window.
18117
18118 2011-08-24 Juri Linkov <juri@jurta.org>
18119
18120 * isearch.el (isearch-ring-adjust1): Start visiting previous
18121 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
18122 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
18123 for empty search string (when the last search string is reused
18124 automatically) to adjust the isearch ring to the last element and
18125 prepare the correct index for further M-p commands (bug#9185).
18126
18127 2011-08-24 Kenichi Handa <handa@m17n.org>
18128
18129 * international/ucs-normalize.el: If decomposition property of
18130 CHAR is the default one (i.e. a list of CHAR itself), treat it as
18131 nil.
18132 (nfd, nfkd): Likewise.
18133
18134 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
18135
18136 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
18137 from process filters aren't reliably transmitted to the surrounding
18138 accept-process-output.
18139 (mpc-proc-check): New function.
18140 (mpc-proc-sync): Use it (bug#8293)
18141
18142 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
18145 Add compatibility functions (bug#9313).
18146
18147 2011-08-23 Eli Zaretskii <eliz@gnu.org>
18148
18149 * cus-start.el (all): Add entry for bidi-paragraph-direction.
18150
18151 * international/uni-bidi.el: Regenerate.
18152
18153 2011-08-23 Kenichi Handa <handa@m17n.org>
18154
18155 * international/charprop.el:
18156 * international/uni-bidi.el:
18157 * international/uni-category.el:
18158 * international/uni-combining.el:
18159 * international/uni-comment.el:
18160 * international/uni-decimal.el:
18161 * international/uni-decomposition.el:
18162 * international/uni-digit.el:
18163 * international/uni-lowercase.el:
18164 * international/uni-mirrored.el:
18165 * international/uni-name.el:
18166 * international/uni-numeric.el:
18167 * international/uni-old-name.el:
18168 * international/uni-titlecase.el:
18169 * international/uni-uppercase.el: Regenerate.
18170
18171 2011-08-23 Martin Rudalics <rudalics@gmx.at>
18172
18173 * help.el (help-window-setup): Fix message displayed when other
18174 window is reused. (Bug#9341)
18175
18176 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18177
18178 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
18179 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
18180
18181 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
18182 Mark obsolete.
18183 * shell.el (shell-parse-pcomplete-arguments): New function.
18184 (shell-completion-vars): Use it instead (bug#9160).
18185
18186 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18187
18188 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
18189 strings and comments (bug#9333).
18190
18191 * emacs-lisp/debug.el (debug-arglist): New function.
18192 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
18193 (debug-on-entry-1): Handle interpreted closures (bug#9120).
18194
18195 2011-08-22 Juri Linkov <juri@jurta.org>
18196
18197 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18198 Revert regexp that highlights output switches to its old
18199 pre-2010-10-28 value and remove one `?' from it (bug#9319).
18200
18201 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
18202 to check for empty output (bug#9226).
18203
18204 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
18205
18206 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
18207 symbol-constituent as the default, as that stops font-lock from
18208 working properly (Bug#8843).
18209
18210 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18211
18212 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
18213 `coding-system-for-*' around the process open call to avoid
18214 auth-source side effects.
18215 (smtpmail-try-auth-methods): Expand the secret password.
18216 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
18217 probe hangs.
18218
18219 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18220
18221 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
18222
18223 * emacs-lisp/find-func.el (find-function-noselect): New arg
18224 lisp-only.
18225
18226 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
18227 signal an error for built-in functions (Bug#6664).
18228
18229 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18230
18231 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
18232 (smtpmail-try-auth-methods): Use it.
18233
18234 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
18235
18236 * font-lock.el (font-lock-fontify-region)
18237 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
18238 (font-lock-default-unfontify-buffer)
18239 (font-lock-default-fontify-region)
18240 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
18241
18242 * progmodes/compile.el (compilation-error-properties):
18243 Fix confusion between file struct and message struct (Bug#9319).
18244 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
18245 `ant' regexp.
18246
18247 * net/browse-url.el (browse-url-firefox): Don't call
18248 browse-url-firefox-sentinel unless using -remote (Bug#9328).
18249
18250 2011-08-20 Glenn Morris <rgm@gnu.org>
18251
18252 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
18253
18254 * tutorial.el (tutorial--default-keys): Update some default bindings.
18255
18256 * files.el (hack-local-variables): Fully ignore case for "mode:".
18257
18258 2011-08-20 Alan Mackenzie <acm@muc.de>
18259
18260 Resolve invalid use of a regexp in regexp-opt.
18261
18262 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
18263 detection for a java annotation.
18264
18265 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
18266 detection for a java annotation.
18267
18268 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
18269 handling for java.
18270 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
18271
18272 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
18273
18274 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
18275 (Bug#9274).
18276
18277 2011-08-20 Alan Mackenzie <acm@muc.de>
18278
18279 Fontify CPP expressions correctly when starting in the middle of
18280 such a construct. Mainly for when jit-lock etc. starts a chunk
18281 here.
18282
18283 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
18284 variable.
18285 (c-make-font-lock-search-form): New function, extracted from
18286 c-make-font-lock-search-function.
18287 (c-make-font-lock-search-function): Use the above function.
18288 (c-make-font-lock-context-search-function): New function.
18289 (c-cpp-matchers): Enhance the preprocessor expression case with
18290 the above function
18291 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
18292 which takes an expression.
18293
18294 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
18295
18296 2011-08-20 Martin Rudalics <rudalics@gmx.at>
18297
18298 * window.el (display-buffer-reuse-window)
18299 (display-buffer-pop-up-window): Don't reuse or split a side
18300 window.
18301
18302 2011-08-19 Glenn Morris <rgm@gnu.org>
18303
18304 * files.el (hack-local-variables-prop-line, hack-local-variables):
18305 Downcase "Mode:". (Bug#9331)
18306
18307 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
18308
18309 * international/characters.el: Add L and R categories.
18310
18311 * subr.el (bidi-string-mark-left-to-right): Rename from
18312 string-mark-left-to-right. Use category search.
18313
18314 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
18315
18316 2011-08-18 Juri Linkov <juri@jurta.org>
18317
18318 * faces.el (error, warning, success): New faces with definitions
18319 copied from old default values of `font-lock-warning-face',
18320 `compilation-warning', `compilation-info' (bug#6117).
18321
18322 * font-lock.el (font-lock-warning-face): Inherit from `error'.
18323
18324 * progmodes/compile.el (compilation-error): Inherit from `error'.
18325 (compilation-warning): Inherit from `warning'.
18326 (compilation-info): Inherit from `success'.
18327
18328 * dired.el (dired-marked): Inherit from `warning'.
18329 (dired-flagged): Inherit from `error'.
18330
18331 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18332
18333 * mail/smtpmail.el (auth-source): Require to avoid problems with
18334 binding variables (bug#9298). Also clean up some unused
18335 autoloads.
18336
18337 * net/network-stream.el (network-stream-open-starttls):
18338 Support using starttls.el without using gnutls-cli.
18339
18340 2011-08-17 Juri Linkov <juri@jurta.org>
18341
18342 * progmodes/grep.el (rgrep): Handle the case when
18343 `grep-find-command' is a cons cell (bug#9278).
18344
18345 2011-08-17 Martin Rudalics <rudalics@gmx.at>
18346
18347 * window.el (display-buffer-pop-up-frame): Run frame creation
18348 function with BUFFER current (as special-display-popup-frame
18349 does). Reported by Drew Adams.
18350
18351 2011-08-17 Daiki Ueno <ueno@unixuser.org>
18352
18353 * epa-mail.el: Simplify GnuPG group expansion using
18354 epg-expand-group.
18355 (epa-mail-group-alist, epa-mail-group-modtime)
18356 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
18357 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
18358 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
18359 Remove.
18360
18361 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
18362
18363 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
18364
18365 2011-08-16 Alan Mackenzie <acm@muc.de>
18366
18367 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
18368 Correct, to avoid the inside of macros.
18369
18370 2011-08-16 Richard Stallman <rms@gnu.org>
18371
18372 * epa-mail.el: Handle GnuPG group definitions.
18373 (epa-mail-group-alist, epa-mail-group-modtime)
18374 (epa-mail-gnupg-conf-file): New variables.
18375 (epa-mail-parse-groups, epa-mail-sync-groups)
18376 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
18377 (epa-mail-expand-recipients): New functions.
18378 (epa-mail-encrypt): Call epa-mail-expand-recipients.
18379
18380 * mail/rmail.el (rmail-epa-decrypt): New command.
18381
18382 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
18383 Don't bind buffer-read-only, just inhibit-read-only.
18384 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
18385 (epa-decrypt-armor-in-region): Make error message clearer.
18386
18387 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18388
18389 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
18390 and "a2b" to "ab" for `prefix'.
18391
18392 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
18393
18394 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
18395 filter groups.
18396 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
18397 Fourquet (Bug#8804).
18398
18399 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
18400
18401 * startup.el (argi): Declare as global variable (bug#9275).
18402
18403 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
18404
18405 * subr.el (string-mark-left-to-right): Search the entire string
18406 for RTL script, not just the terminating character. Doc fix.
18407
18408 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
18409
18410 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
18411 New function.
18412 (js--regexp-literal, js-syntax-propertize-function): Remove.
18413 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
18414 (js-mode-map): Don't rebind electric keys.
18415 (js-insert-and-indent): Remove.
18416 (js-mode): Setup electric-layout and electric-indent instead.
18417
18418 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
18419
18420 2011-08-12 Daiki Ueno <ueno@unixuser.org>
18421
18422 * epa.el (epa-progress-callback-function): Fix the logic of
18423 displaying progress.
18424 * epa-file.el (epa-file-insert-file-contents): Make progress
18425 display more user-friendly.
18426 (epa-file-write-region): Ditto.
18427
18428 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
18429
18430 * subr.el (string-mark-left-to-right): New function.
18431
18432 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
18433 Use string-mark-left-to-right.
18434 (list-buffers-noselect): Caller changed.
18435
18436 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
18437 Use string-mark-left-to-right.
18438 (tabulated-list-print): Recenter after moving point.
18439
18440 2011-08-10 Juri Linkov <juri@jurta.org>
18441
18442 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
18443 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
18444 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
18445
18446 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
18447
18448 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
18449 (Bug#7554).
18450
18451 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
18452
18453 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
18454 character. (Bug#6594)
18455
18456 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
18457
18458 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
18459 (image-dired--with-db-file): New macro.
18460 (image-dired-write-tags, image-dired-remove-tag)
18461 (image-dired-create-gallery-lists, image-dired-write-comments)
18462 (image-dired-get-comment, image-dired-mark-tagged-files)
18463 (image-dired-list-tags, image-dired-gallery-generate): Use it.
18464 (image-dired-gallery-generate): Use insert-file-contents.
18465
18466 * time.el (display-time-world-list, display-time-world-display):
18467 * time-stamp.el (time-stamp-string):
18468 * vc/add-log.el (add-change-log-entry): Use setenv instead of
18469 set-time-zone-rule (Bug#7337).
18470
18471 2011-08-08 Daiki Ueno <ueno@unixuser.org>
18472
18473 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
18474 (epg-error-to-string, epg-errors-to-string): New function.
18475 (epg-wait-for-completion): Reverse errors list.
18476 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
18477 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
18478 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
18479 (epg-sign-keys, epg-generate-key-from-file)
18480 (epg-generate-key-from-string): Format errors by using
18481 epg-errors-to-string (bug#9255).
18482 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
18483
18484 2011-08-07 Juri Linkov <juri@jurta.org>
18485
18486 * faces.el (list-faces-display): Remove extra angle bracket
18487 from `help-mode-map'.
18488
18489 * info.el (Info-history-toc-nodes): Doc fix.
18490
18491 * longlines.el (longlines-mode): Doc fix.
18492
18493 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
18494
18495 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
18496 of statements and in a few more cases (bug#9183).
18497
18498 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
18499 New functions.
18500 (cl-transform-lambda): Use them (bug#9239).
18501
18502 2011-08-05 Martin Rudalics <rudalics@gmx.at>
18503
18504 * window.el (display-buffer-same-window)
18505 (display-buffer-same-frame, display-buffer-other-window)
18506 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
18507 (pop-to-buffer-other-window)
18508 (pop-to-buffer-same-frame-other-window)
18509 (pop-to-buffer-other-frame): Make them defuns.
18510 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
18511
18512 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18513
18514 * subr.el (make-composed-keymap): Move from C. Change calling
18515 convention, and improve docstring to bring attention to a subtle point.
18516 * minibuffer.el (completing-read-default): Adjust accordingly.
18517
18518 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
18519
18520 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18521 (tramp-open-shell): Use `tramp-shell-quote-argument'.
18522
18523 * net/trampver.el: Update release number.
18524
18525 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
18526
18527 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
18528 "in" (bug#9190).
18529
18530 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
18531
18532 * mail/sendmail.el (sendmail-query-once): Restore the current
18533 buffer after querying (bug#9074).
18534
18535 * dired.el (dired-flagged): Use different faces for marked and
18536 flagged files (bug#6117).
18537
18538 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
18539 (bug#4433).
18540
18541 * ido.el (ido-mode): Switch off the message if called
18542 non-interactively.
18543
18544 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
18545 before 587, since it appears that that's more likely to work for
18546 more people.
18547
18548 * cus-edit.el (custom-file): When running under emacs -q, always
18549 refuse to save the customizations, even if the .emacs file doesn't
18550 exist.
18551
18552 * info.el: Remove the `Info-beginning-of-buffer' function
18553 (bug#8325).
18554
18555 * net/network-stream.el (network-stream-open-starttls):
18556 Use `starttls-available-p' to see whether starttls.el can be used.
18557
18558 2011-08-01 Martin Rudalics <rudalics@gmx.at>
18559
18560 * window.el (display-buffer-in-window): Don't set dedicated status
18561 of window here (Bug#9215).
18562 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
18563 (display-buffer-pop-up-side-window)
18564 (display-buffer-in-side-window): Set dedicated status of window here.
18565
18566 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
18567
18568 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
18569 before binding generated-autoload-file.
18570
18571 2011-08-01 Deniz Dogan <deniz@dogan.se>
18572
18573 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
18574
18575 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
18576
18577 Sync with Tramp 2.2.2.
18578
18579 * net/trampver.el: Update release number.
18580
18581 2011-07-30 Juri Linkov <juri@jurta.org>
18582
18583 * dired-aux.el (dired-touch-initial): Remove function.
18584 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
18585 current time, and `default' to the last modification time of the
18586 current marked file (bug#6887).
18587
18588 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
18589
18590 * simple.el (goto-line): Use string-to-number to provide a
18591 numeric argument to read-number (bug#9163).
18592
18593 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
18594
18595 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
18596 connection process, it could be nil.
18597
18598 2011-07-27 Leo Liu <sdl.web@gmail.com>
18599
18600 Simplify url handling in rcirc-mode.
18601
18602 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
18603 (rcirc-browse-url-at-mouse): Remove.
18604 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
18605
18606 2011-07-26 Alan Mackenzie <acm@muc.de>
18607
18608 Fontify bitfield declarations properly.
18609
18610 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
18611 (c-symbol-chars): Now exported as a lang variable.
18612 (c-not-primitive-type-keywords): New lang variable.
18613
18614 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
18615 QT keyword "more" to prevent "more slots: ...." being spuriously
18616 parsed as a bitfield declaration.
18617
18618 * progmodes/cc-engine.el (c-beginning-of-statement-1):
18619 Refactor and enhance to handle bitfield declarations.
18620 (c-punctuation-in): New function.
18621 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
18622 declarations properly.
18623
18624 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
18625
18626 * calendar/icalendar.el (icalendar--all-events): Take care of
18627 multiple vcalendars in a single file.
18628 (icalendar--convert-float-to-ical): Checkdoc fixes.
18629
18630 2011-07-25 Deniz Dogan <deniz@dogan.se>
18631
18632 * image.el (insert-image): Clarifying docstring.
18633
18634 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
18635
18636 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
18637 `tramp-send-command-and-check' if there is no error.
18638 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
18639
18640 2011-07-22 Alan Mackenzie <acm@muc.de>
18641
18642 Prevent cc-langs.elc being loaded at run time.
18643
18644 * progmodes/cc-mode.el: Remove two autoload forms which loaded
18645 cc-langs.
18646
18647 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
18648 "(require 'cc-langs)". Quote a form so it will evaluate at
18649 (cc-mode's) compilation time.
18650
18651 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
18652
18653 * net/tramp.el (tramp-file-name-handler): Avoid recursive
18654 loading. (Bug#9114)
18655
18656 2011-07-21 Martin Rudalics <rudalics@gmx.at>
18657
18658 * window.el (display-buffer-pop-up-window)
18659 (display-buffer-pop-up-side-window)
18660 (display-buffer-in-side-window): Call display-buffer-set-height
18661 and display-buffer-set-width after setting the new window's
18662 buffer so `fit-window-to-buffer' and friends work on the right buffer.
18663
18664 2011-07-20 Sam Steingold <sds@gnu.org>
18665
18666 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
18667 (etags-tags-included-tables): Call `convert-standard-filename' on
18668 the file names contained in TAGS so that windows Emacs can handle
18669 TAGS files created by cygwin ctags.
18670
18671 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18672
18673 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
18674 which apparently didn't work.
18675
18676 2011-07-19 Roland Winkler <winkler@gnu.org>
18677
18678 * proced.el (proced-send-signal): For *Marked Processes* buffer
18679 put point at beginning of buffer.
18680
18681 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
18682
18683 * proced.el (proced-format): Make header lines align with the text
18684 (bug#1779).
18685
18686 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
18687
18688 * view.el (view-buffer): Allow running in `special' modes if we're
18689 visiting a file (bug#8615).
18690
18691 2011-07-19 Martin Rudalics <rudalics@gmx.at>
18692
18693 * window.el (display-buffer-alist-of-strings-p)
18694 (display-buffer-alist-set-1, display-buffer-alist-set-2):
18695 New functions.
18696 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
18697 more accurately.
18698
18699 2011-07-18 Alan Mackenzie <acm@muc.de>
18700
18701 Fontify declarators properly when, e.g., a jit-lock chunk begins
18702 inside a declaration.
18703
18704 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
18705
18706 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
18707 New function.
18708 (c-complex-decl-matchers): Insert reference to
18709 c-font-lock-enclosing-decls.
18710
18711 * progmodes/cc-engine.el (c-backward-single-comment):
18712 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
18713 to nil around calls to (forward-comment -1).
18714
18715 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18716
18717 * image.el (put-image): Doc typo fix.
18718
18719 * progmodes/etags.el (tags-search): Doc typo fix.
18720
18721 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
18722 password if we get errors 550 to 554.
18723
18724 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18725
18726 * net/gnutls.el (gnutls-log-level): Remove.
18727
18728 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
18729 indentation character (bug#6380).
18730
18731 * files.el (buffer-offer-save): Made permanently local (bug#6241).
18732
18733 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
18734 to clarify what the problem is (bug#4291).
18735
18736 * simple.el (current-kill): Clarify what
18737 `interprogram-paste-function' does (bug#7500).
18738 (auto-fill-mode): Document `auto-fill-function' in relation to
18739 `auto-fill-mode' (bug#2470).
18740
18741 2011-07-16 Lawrence Mitchell <wence@gmx.li>
18742
18743 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
18744 method if slot is read-only (bug#9035).
18745
18746 2011-07-16 Martin Rudalics <rudalics@gmx.at>
18747
18748 * frame.el (select-frame-set-input-focus): New argument NORECORD.
18749 * window.el (pop-to-buffer): Select window used even if it was
18750 selected before, see discussion of (Bug#8615), (Bug#6954).
18751 Pass argument NORECORD on to select-frame-set-input-focus.
18752
18753 2011-07-15 Glenn Morris <rgm@gnu.org>
18754
18755 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
18756 Respect help-form.
18757
18758 2011-07-09 Lawrence Mitchell <wence@gmx.li>
18759
18760 * net/gnutls.el (gnutls-min-prime-bits): New variable.
18761 (gnutls-negotiate): Use it.
18762
18763 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18764
18765 * net/gnutls.el (gnutls-negotiate):
18766 Upcase `gnutls-algorithm-priority'.
18767
18768 2011-07-15 Glenn Morris <rgm@gnu.org>
18769
18770 * jka-compr.el (jka-compr-verbose): Move from here...
18771 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
18772 Add missing :version tag.
18773 * info.el: No need to require jka-compr when compiling.
18774
18775 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
18776
18777 * net/gnutls.el (gnutls-algorithm-priority): New variable.
18778 (gnutls-negotiate): Use it.
18779
18780 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
18781
18782 * info.el (Info-beginning-of-buffer): New command.
18783 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
18784 announcing `b' as the key (bug#8325).
18785 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
18786
18787 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
18788
18789 * international/mule-cmds.el
18790 (describe-specified-language-support): Make the error message
18791 clearer (bug#8905).
18792
18793 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
18794
18795 * isearch.el (isearch-barrier): Add a doc string, since it's
18796 mentioned in a function doc string (bug#8678).
18797
18798 2011-07-15 Martin Rudalics <rudalics@gmx.at>
18799
18800 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
18801 buffer argument (Bug#9083) and self-identifying label argument.
18802
18803 2011-07-15 Glenn Morris <rgm@gnu.org>
18804
18805 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
18806
18807 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18808
18809 * man.el (Man-fontify-manpage): Fix message when formatting the
18810 man page (bug#7929).
18811
18812 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18813
18814 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
18815 argument LRM; if non-nil, append an invisible LRM character to the
18816 buffer name.
18817 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
18818 last argument non-nil, when formatting buffer names.
18819 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
18820 paragraph direction.
18821
18822 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
18823
18824 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
18825 the man page name (bug#7929).
18826
18827 * image.el (put-image): Mention the `put-image' overlay property
18828 (bug#7834).
18829
18830 * scroll-bar.el (set-scroll-bar-mode): Mention that
18831 `scroll-bar-mode' lists the values (bug#7772).
18832
18833 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
18834 command (bug#7729).
18835
18836 * rect.el (apply-on-rectangle): Return the point after the last
18837 operation.
18838 (string-rectangle): Go to the point after the last operation
18839 (bug#7522).
18840
18841 * printing.el (pr-toggle-region): Clarify the documentation
18842 slightly (bug#7493).
18843
18844 * time.el (display-time-update):
18845 Allow `display-time-mail-function' to return nil (bug#7158).
18846 Fix suggested by Detlev Zundel.
18847
18848 * vc/diff.el (diff): Clarify the order the file names are read
18849 (bug#7111).
18850
18851 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
18852 the doc string (bug#7015).
18853
18854 * font-lock.el (font-lock-maximum-decoration): Mention what
18855 numeric levels mean (bug#6935).
18856
18857 * startup.el (initial-buffer-choice): Don't mention the `none'
18858 selection, which is against policy.
18859
18860 2011-07-14 Martin Rudalics <rudalics@gmx.at>
18861
18862 * window.el (display-buffer-normalize-special):
18863 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
18864
18865 2011-07-14 Eli Zaretskii <eliz@gnu.org>
18866
18867 * subr.el (version<, version<=, version=): Mention "-CVS" and
18868 "-12345" alpha version numbers.
18869
18870 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18871
18872 * bindings.el: Add advertised binding for set-mark-command
18873 (Bug#5772).
18874
18875 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
18876
18877 * bindings.el (mode-line-other-buffer):
18878 * bookmark.el (bookmark-bmenu-2-window):
18879 * bs.el (bs-cycle-next, bs-cycle-previous):
18880 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
18881 switch-to-buffer.
18882
18883 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
18884 Delete.
18885
18886 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
18887
18888 * follow.el (follow-debug-message, follow-redisplay):
18889 * jka-cmpr-hook.el (with-auto-compression-mode):
18890 Fix typos in docstrings.
18891
18892 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18893
18894 * subr.el (with-silent-modifications): Clarify somewhat what the
18895 macro inhibits (bug#6525).
18896
18897 * simple.el (eval-expression): Note what it does if called
18898 interactively (bug#6495).
18899
18900 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18901
18902 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
18903 Use pop-to-buffer buffer-or-name if it is nil.
18904
18905 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
18906 Remove switch-to-buffer.
18907
18908 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18909
18910 * files.el (make-directory): Clarify that an error will be raised
18911 if there's an error (bug#6397).
18912
18913 * startup.el (initial-buffer-choice): Add `none' as a choice
18914 (bug#6234).
18915
18916 * subr.el (add-hook): Clarify section about buffer-local hooks
18917 (bug#6218).
18918
18919 * dired.el (dired-flagged): Clarify doc string (bug#6117).
18920
18921 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18922
18923 * tabify.el (untabify): Preserve the current column so that point
18924 doesn't move (bug#6032).
18925
18926 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18927
18928 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
18929 Rewrite to avoid awkward possessive "s" (bug#5986).
18930
18931 2011-07-13 Glenn Morris <rgm@gnu.org>
18932
18933 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
18934 (dired-insert-directory): Give a message the first time
18935 if ls is found not to support --dired.
18936
18937 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18938
18939 * simple.el (toggle-truncate-lines): Clarify what is toggled
18940 (bug#5580). Text by Drew Adams.
18941
18942 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
18943
18944 * simple.el (blink-matching-open): Make the error message from the
18945 last change less verbose.
18946
18947 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
18948
18949 * font-lock.el (font-lock-comment-face): Use the high contrast
18950 "yellow" color for font-lock-comment-face on low color terminals
18951 using a dark background color (bug#4221).
18952
18953 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18954
18955 * dired.el (dired-insert-set-properties): Make the doc string
18956 reflect what it does now (bug#5325).
18957
18958 * simple.el (blink-matching-open): Say that we were unable to find
18959 the match within the limit, if we're limited (bug#5122).
18960
18961 * international/mule-cmds.el (prefer-coding-system): Add an
18962 example (bug#4869).
18963
18964 * progmodes/etags.el (tags-search): Document `file-list-form'
18965 (bug#4731).
18966
18967 2011-07-13 Lawrence Mitchell <wence@gmx.li>
18968
18969 * net/browse-url.el (browse-url-default-browser)
18970 (browse-url-browser-function): Make the default browser choice a
18971 bit more logical (bug#4300). Also clean up the doc string.
18972
18973 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
18974
18975 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
18976 binary endings (bug#4440).
18977
18978 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18979
18980 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
18981 which can be pretty annoying (bug#8971).
18982
18983 * jka-compr.el (jka-compr-verbose): New variable, and use
18984 throughout (bug#8971).
18985
18986 * info.el (Info-find-file): Fall back on the installation
18987 directory if we can't find the info node anywhere else.
18988
18989 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
18990
18991 * vc/vc.el (vc-revert-file):
18992 Don't set file time-stamp in the past. (Bug#5181)
18993
18994 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
18995
18996 * files.el (after-find-file): Give a better error message when
18997 trying to find a symlink that points to a file that doesn't exist
18998 (bug#4398).
18999
19000 * progmodes/cc-vars.el: Remove (probably) misleading comment
19001 (bug#4396).
19002
19003 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19004
19005 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
19006
19007 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19008
19009 * mouse-sel.el: Hack restoring functionality, while keeping
19010 compatibility with 2010-07-03 changes to mouse selection.
19011 (mouse-sel-primary-overlay): New var.
19012 (mouse-sel-selection-alist): Use it.
19013 (mouse-sel-mode): Doc fix; remove points that are default features
19014 of mouse.el.
19015
19016 2011-07-12 Johan Bockgård <bojohan@gnu.org>
19017
19018 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19019 Fix previous fix (bug#2490).
19020
19021 2011-07-12 Roland Winkler <winkler@gnu.org>
19022
19023 * textmodes/bibtex.el (bibtex-initialize):
19024 Use pop-to-buffer-same-window.
19025 (bibtex-search-entries): Fix interactive call.
19026
19027 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
19028
19029 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19030 Fontise bytecomp Error lines more correctly (bug#2490).
19031 Fix suggested by Johan Bockgård.
19032
19033 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
19034
19035 * dired-x.el (dired-guess-default): Use `delete-dups'.
19036
19037 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
19038
19039 * dired.el (dired-mark-prompt):
19040 * dired-aux.el (dired-read-shell-command): Doc fix.
19041
19042 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19043
19044 * mail/sendmail.el (sendmail-query-once):
19045 Use `customize-save-variable' unconditionally, now that it works under
19046 emacs -Q.
19047
19048 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19049
19050 * cus-edit.el (custom-file): Take an optional no-error variable.
19051 (customize-save-variable): Set the variable, and give a warning if
19052 running under "emacs -q".
19053
19054 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
19055
19056 * loadhist.el (unload-feature-special-hooks):
19057 Add `auto-coding-functions', `fill-nobreak-predicate' and
19058 `find-directory-functions' (bug#5327).
19059
19060 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19061
19062 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
19063
19064 * cus-edit.el (custom-guess-name-alist): -alist variables should
19065 use the `alist' type (bug#3120). Suggested by Drew Adams.
19066
19067 * printing.el: Add documentation to all the `pr-toggle-' commands.
19068
19069 2011-07-11 Leo Liu <sdl.web@gmail.com>
19070
19071 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
19072 backends where it makes sense (bug#2623).
19073
19074 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19075
19076 * dired-x.el (dired-guess-default): Remove duplicate shell command
19077 entries (bug#2028).
19078 (dired-guess-default): Fix grammar in doc string (bug#2028).
19079 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
19080
19081 * subr.el (remove-duplicates): New conveniency function.
19082
19083 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
19084
19085 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
19086 (bug#1526).
19087
19088 2011-07-10 Martin Rudalics <rudalics@gmx.at>
19089
19090 * window.el (display-buffer-normalize-default): Don't invert
19091 meaning of even-window-heights. Reported by Eli Zaretskii
19092 <eliz@gnu.org>.
19093
19094 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
19095
19096 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
19097
19098 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
19099
19100 * window.el (display-buffer): Fix arguments to
19101 display-buffer-reuse-window in last change.
19102
19103 * faces.el (link): Use a less saturated blue on light backgrounds.
19104
19105 * startup.el (fancy-startup-text, fancy-about-text)
19106 (fancy-startup-tail): Use font-lock faces, for background safety.
19107
19108 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
19109
19110 * emulation/viper-cmd.el (viper-change-state-to-vi):
19111 Limit triggering of abbrev expansion (Bug#9038).
19112
19113 2011-07-09 Martin Rudalics <rudalics@gmx.at>
19114
19115 * window.el (display-buffer-default-specifiers): Remove.
19116 (display-buffer-macro-specifiers): Remove default specifiers.
19117 (display-buffer-alist): Default to nil.
19118 (display-buffer-reuse-window): New optional argument other-window.
19119 (display-buffer-pop-up-window): Allow splitting internal
19120 windows. Check whether a live window was created.
19121 (display-buffer-other-window-means-other-frame)
19122 (display-buffer-normalize-arguments): Rename to
19123 display-buffer-normalize-argument and rewrite. Set the
19124 other-window specifier.
19125 (display-buffer-normalize-special): New function.
19126 (display-buffer-normalize-options): Rename to
19127 display-buffer-normalize-default and rewrite.
19128 (display-buffer-normalize-options-inhibit): Remove.
19129 (display-buffer-normalize-specifiers): Rewrite.
19130 (display-buffer): Process other-window specifier and call
19131 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
19132 more faithfully.
19133 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
19134 (display-buffer-alist-set): Don't handle 'unset default values.
19135 (display-buffer-in-window, display-buffer-alist-set):
19136 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
19137 <tassilo@member.fsf.org>.
19138
19139 2011-07-09 Leo Liu <sdl.web@gmail.com>
19140
19141 * register.el (insert-register): Restore accidental change on
19142 2011-06-26. (Bug#9028)
19143
19144 2011-07-09 Glenn Morris <rgm@gnu.org>
19145
19146 * subr.el (remq): Handle the empty list. (Bug#9024)
19147
19148 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
19149
19150 * mail/sendmail.el (send-mail-function): No longer delay custom
19151 initialization.
19152 * custom.el (custom-initialize-delay): Doc fix.
19153
19154 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19155
19156 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
19157
19158 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
19159
19160 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
19161 human-friendly prompt.
19162
19163 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
19166 provided by a particular plugin.
19167
19168 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
19169
19170 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
19171 save customizations (with "emacs -Q"), just set the variable
19172 instead of erroring out.
19173
19174 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
19175
19176 2011-07-08 Juri Linkov <juri@jurta.org>
19177
19178 * arc-mode.el (archive-zip-expunge, archive-zip-update)
19179 (archive-zip-update-case): Use 7z if found by `executable-find'.
19180 The order of searching the available programs is the same as in
19181 `archive-zip-extract' (bug#8968).
19182
19183 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19184
19185 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
19186 (menu-bar-options-menu): Tweak descriptions.
19187
19188 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19189
19190 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
19191 menu items into verb phrases (bug#1421). Also refill to fit under
19192 80 columns.
19193
19194 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19195
19196 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
19197 (Info-read-node-name): Doc fix (Bug#1084).
19198
19199 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
19200 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
19201 (end-of-sexp, beginning-of-sexp)
19202 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
19203 (forward-symbol, forward-same-syntax, word-at-point)
19204 (sentence-at-point): Doc fix (Bug#1144).
19205
19206 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
19207
19208 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
19209 should cover it (bug#1281).
19210
19211 * cus-edit.el (custom-show): Mark as obsolete.
19212
19213 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
19214 negotiation fails, then possibly try again with a non-encrypted
19215 connection (bug#9017).
19216
19217 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
19218 be used.
19219
19220 2011-07-07 Richard Stallman <rms@gnu.org>
19221
19222 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
19223 property, and handle its changed format.
19224 Look for the correct line number.
19225 Use file's line contents (but not past first =) to find
19226 correct line in message.
19227
19228 2011-07-07 Kenichi Handa <handa@m17n.org>
19229
19230 * international/characters.el (build-unicode-category-table):
19231 Delete it.
19232 (unicode-category-table): Set it by unicode-property-table-internal.
19233
19234 * international/mule-cmds.el (char-code-property-alist): Move to
19235 to src/chartab.c.
19236 (get-char-code-property): Call unicode-property-table-internal to
19237 load a file. Call get-unicode-property-internal where necessary.
19238 (put-char-code-property): Call unicode-property-table-internal to
19239 load a file. Call put-unicode-property-internal where necessary.
19240 put-unicode-property-internal where necessary.
19241 (char-code-property-description):
19242 Call unicode-property-table-internal to load a file.
19243
19244 * international/charprop.el:
19245 * international/uni-bidi.el:
19246 * international/uni-category.el:
19247 * international/uni-combining.el:
19248 * international/uni-comment.el:
19249 * international/uni-decimal.el:
19250 * international/uni-decomposition.el:
19251 * international/uni-digit.el:
19252 * international/uni-lowercase.el:
19253 * international/uni-mirrored.el:
19254 * international/uni-name.el:
19255 * international/uni-numeric.el:
19256 * international/uni-old-name.el:
19257 * international/uni-titlecase.el:
19258 * international/uni-uppercase.el: Regenerate.
19259
19260 * loadup.el: Load international/charprop.el before
19261 international/characters.
19262
19263 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
19264
19265 * window.el (next-buffer, previous-buffer): Signal an error if
19266 called from a minibuffer window.
19267
19268 * bindings.el: Revert 2011-07-04 change.
19269
19270 2011-07-06 Richard Stallman <rms@gnu.org>
19271
19272 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
19273 (rmail-mime-insert-bulk, rmail-mime-insert-text):
19274 Treat markers like ints.
19275 (rmail-mime-entity): Doc fix.
19276
19277 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19278
19279 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
19280 defcustom again for backwards compatibility.
19281
19282 * simple.el (shell-command-on-region): Fill.
19283
19284 * dired-aux.el (dired-kill-line): Add a doc string.
19285
19286 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
19287 to "\\sw\\|\\s_" (bug#358).
19288
19289 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
19290 (dired-unmark-backward): Ditto.
19291 (dired-flag-backup-files): Ditto.
19292
19293 * dired-x.el (dired-mark-sexp): Ditto.
19294
19295 2011-07-06 Richard Stallman <rms@gnu.org>
19296
19297 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
19298 (rmail-mime-entity): New arg TRUNCATED.
19299 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
19300 New functions.
19301 (rmail-mime-save): Warn if entity is truncated.
19302 (rmail-mime-toggle-hidden): Likewise, for showing.
19303 (rmail-mime-process-multipart): Record when an entity is truncated.
19304
19305 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
19306 if ENTITY is a string.
19307
19308 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19309
19310 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
19311 of faces when `M-C-x'-ing their definitions (bug#8378).
19312 Also clean up the code slightly.
19313
19314 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
19315 because that makes the colors go away.
19316
19317 * mail/sendmail.el (send-mail-function): Change the default to
19318 `sendmail-query-once'.
19319 (sendmail-query-once): Add an autoload cookie.
19320
19321 * net/network-stream.el (network-stream-open-starttls): Try using
19322 a plain connection even if the server offered STARTTLS, and we
19323 kinda wanted to use it, if Emacs doesn't have any STARTTLS
19324 capability. This should make smtpmail.el work in slightly more
19325 configurations.
19326
19327 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
19328
19329 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
19330 New defun.
19331 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
19332
19333 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
19334
19335 * progmodes/sql.el: Version 3.0
19336 (sql-product-alist): Add product :completion-object,
19337 :completion-column, and :statement attributes.
19338 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
19339 (sql-mode-syntax-table): Mark all punctuation.
19340 (sql-font-lock-keywords-builder): Temporarily remove fallback on
19341 ansi keywords.
19342 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
19343 (sql-mode-oracle-font-lock-keywords): Improve.
19344 (sql-oracle-show-reserved-words): New function for development.
19345 (sql-product-font-lock): Simplify for source code buffers.
19346 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
19347 New functions.
19348 (sql-highlight-product): Set product specific syntax table.
19349 (sql-mode-map): Add statement movement functions.
19350 (sql-ansi-statement-starters, sql-oracle-statement-starters):
19351 New variable.
19352 (sql-statement-regexp, sql-beginning-of-statement)
19353 (sql-end-of-statement, sql-signum): New functions.
19354 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
19355 (sql-show-sqli-buffer): Bug fix.
19356 (sql-interactive-mode): Store connection data as buffer local.
19357 (sql-connect): Add NEW-NAME parameter. Redesign interaction
19358 with sql-interactive-mode.
19359 (sql-save-connection): Save buffer local settings.
19360 (sql-connection-menu-filter): Change menu entry name.
19361 (sql-product-interactive): Bug fix.
19362 (sql-preoutput-hold): New variable.
19363 (sql-interactive-remove-continuation-prompt): Bug fixes.
19364 (sql-debug-redirect): New variable.
19365 (sql-str-literal): New function.
19366 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
19367 Redesign.
19368 (sql-oracle-save-settings, sql-oracle-restore-settings)
19369 (sql-oracle-list-all, sql-oracle-list-table): New functions.
19370 (sql-completion-object, sql-completion-column)
19371 (sql-completion-sqlbuf): New variables.
19372 (sql-build-completions-1, sql-build-completions)
19373 (sql-try-completion): New functions.
19374 (sql-read-table-name): Use them.
19375 (sql-contains-names): New buffer local variable.
19376 (sql-list-all, sql-list-table): Use it.
19377 (sql-oracle-completion-types): New variable.
19378 (sql-oracle-completion-object, sql-sqlite-completion-object)
19379 (sql-postgres-completion-object): New functions.
19380
19381 2011-07-06 Glenn Morris <rgm@gnu.org>
19382
19383 * window.el (pop-to-buffer): Doc fix.
19384
19385 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
19386
19387 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
19388
19389 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
19390
19391 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
19392
19393 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
19394
19395 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
19396
19397 * button.el (button): Inherit from link face. Suggested by Dan
19398 Nicolaescu.
19399
19400 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19401
19402 * progmodes/gdb-mi.el: Fit in 80 columns.
19403 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
19404 switch-to-buffer.
19405
19406 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
19407 if imenu is simply not configured (bug#8941).
19408
19409 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
19410
19411 * allout.el (allout-post-undo-hook): New allout outline-change
19412 event hook to signal undo activity.
19413 (allout-post-command-business): Run allout-post-undo-hook if an
19414 undo just occurred.
19415 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
19416 * allout-widgets.el (allout-widgets-after-undo-function):
19417 Ensure the integrity of the current item's decoration after it has been
19418 in the vicinity of an undo.
19419 (allout-widgets-mode): Include allout-widgets-after-undo-function
19420 on the new allout-post-undo-hook.
19421
19422 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19423
19424 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
19425 Let define-derived-mode define it.
19426 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
19427 cycles of abbrev-table inheritance (bug#8998).
19428
19429 2011-07-05 Roland Winkler <winkler@gnu.org>
19430
19431 * textmodes/bibtex.el: Add support for biblatex.
19432 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
19433 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
19434 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
19435 (bibtex-entry-alist, bibtex-field-alist): New variables.
19436 (bibtex-entry-field-alist): Obsolete alias for
19437 bibtex-BibTeX-entry-alist.
19438 (bibtex-entry-alist, bibtex-field-alist): New widgets.
19439 (bibtex-set-dialect): New command.
19440 (bibtex-entry-type, bibtex-entry-head)
19441 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
19442 Bind via bibtex-set-dialect.
19443 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
19444 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
19445 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
19446 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
19447 Define via bibtex-set-dialect.
19448 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
19449 Obey bibtex-no-opt-remove-re.
19450 (bibtex-vec-push, bibtex-vec-incr): New functions.
19451 (bibtex-format-entry, bibtex-field-list)
19452 (bibtex-print-help-message, bibtex-validate)
19453 (bibtex-search-entries): Use new format of bibtex-entry-alist.
19454
19455 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
19456
19457 * progmodes/compile.el (compilation-goto-locus):
19458 * net/tramp-cmds.el (tramp-append-tramp-buffers):
19459 * bs.el (bs-cycle-next, bs-cycle-previous):
19460 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
19461 * bindings.el (mode-line-other-buffer):
19462 * autoinsert.el (auto-insert):
19463 * arc-mode.el (archive-extract):
19464 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
19465
19466 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19467
19468 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
19469 Fix check of `emacs-lock-unlockable-modes'.
19470 Coerce true values of `emacs-lock--try-unlocking' to t.
19471
19472 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19473
19474 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
19475 * emacs-lock.el: New file.
19476
19477 2011-07-05 Julien Danjou <julien@danjou.info>
19478
19479 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
19480 than `boundp' to check if face is set.
19481
19482 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
19483
19484 * register.el (registerv-make):
19485 * window.el (window-min-height): Fix typos in docstrings.
19486
19487 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
19488
19489 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
19490 Update doc string.
19491
19492 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19493
19494 * server.el (server-execute): Catch quit and call
19495 `server-return-error' to pass the error back to emacsclient and
19496 close the connection (bug#8942).
19497
19498 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
19499
19500 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
19501 insecure exception for current topic. Also note that auto-saves
19502 are handled differently.
19503
19504 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
19505 State variables for tracking auto-save inhibition situation.
19506
19507 (allout-write-contents-hook-handler): Rename from
19508 'allout-write-file-hook-handler', and describe how it depends on
19509 write-contents-functions sensitivity to non-nil value to prevent
19510 file write.
19511
19512 (allout-auto-save-hook-handler): Remove. auto-save does not check
19513 this in individual buffers, only in the starting buffer, so this
19514 is not the right way for us to inhibit auto-save in a buffer
19515 according to its condition.
19516
19517 (allout-mode): Use new allout-write-contents-hook-handler, and
19518 only with write-contents-functions. Remove auto-save provisions -
19519 they're implemented elsewhere.
19520
19521 (allout-before-change-handler): If undo is in progress, note that
19522 for attention of allout-post-command-business.
19523
19524 (allout-post-command-business): If the command we're following was
19525 an undo, check for change in the status of encrypted items and
19526 adjust auto-save inhibitions accordingly.
19527
19528 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
19529 according to whether there are or aren't any plain-text topics
19530 pending encryption.
19531
19532 (allout-inhibit-auto-save-info-for-decryption):
19533 Adjust buffer-saved-size and some allout state to inhibit auto-saves
19534 if there are plain-text topics pending encryption.
19535
19536 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
19537 buffer-saved-size and some allout state to not inhibit auto-saves
19538 if there are no longer any plain-text topics pending encryption.
19539
19540 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
19541 No longer provide for exemption of the current topic.
19542
19543 2011-07-04 Juri Linkov <juri@jurta.org>
19544
19545 Add 7z operations to delete and save changed members (bug#8968).
19546 * arc-mode.el (archive-7z-expunge, archive-7z-update):
19547 New defcustoms.
19548 (archive-7z-write-file-member): New function.
19549 (archive-7z-summarize): Fix the number of dashes in the
19550 listing output.
19551
19552 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
19555 (bug#8958).
19556
19557 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
19558
19559 * bindings.el: Ignore next-buffer and previous-buffer in
19560 minibuffer-local-map.
19561
19562 * font-lock.el (font-lock-builtin-face): Change light background
19563 color to dark slate blue (Bug#6693).
19564
19565 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
19566
19567 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
19568
19569 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
19570
19571 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
19572 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19573 Add switch-to-buffer.
19574
19575 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19576
19577 * isearch.el (isearch-search-fun-function): Clarify further the
19578 meaning of the function returned.
19579
19580 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
19581
19582 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
19583
19584 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
19585 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
19586 Use it.
19587 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
19588 `tramp-default-remote-path' does not exist.
19589 (tramp-send-command-and-read): New optional argument NOERROR.
19590 (tramp-open-connection-setup-interactive-shell)
19591 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
19592 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
19593 (tramp-process-sentinel): Flush also process' connection property.
19594 (tramp-sh-handle-start-file-process): Do not set process
19595 sentinel. It is done now ...
19596 (tramp-maybe-open-connection): ... here. (Bug#8929)
19597
19598 2011-07-04 MON KEY <monkey@sandpframing.com>
19599
19600 * play/animate.el (animate-string): Doc fixes and allow changing
19601 the buffer name (bug#5417).
19602
19603 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19604
19605 * play/animate.el (animation-buffer-name): Rename from *animate*.
19606
19607 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
19608
19609 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
19610 This is simpler and helps future-proof the code.
19611 (timer-until): Use time-subtract and float-time.
19612 (timer--time-less-p): Use time-less-p.
19613
19614 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
19615
19616 * type-break.el (timep): Use the value of `float-time' to avoid a
19617 byte-compiler warning.
19618
19619 * server.el (server-eval-and-print): Return any result, even nil.
19620
19621 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
19622
19623 * type-break.el: Accept time formats that the builtins accept.
19624 (timep, type-break-time-difference): Accept any format that
19625 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
19626 This is simpler and helps future-proof the code.
19627 (type-break-time-difference): Round rather than ignoring
19628 subseconds components.
19629
19630 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19631
19632 * info.el (Info-apropos-matches): Make non-interactive, since it
19633 doesn't seem to do anything useful as a command (bug#8829).
19634
19635 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
19636
19637 * frame.el (frame-background-mode, frame-set-background-mode):
19638 Move from faces.el.
19639 (frame-default-terminal-background): New function.
19640
19641 * custom.el (custom-push-theme): Don't record faces in `changed'
19642 theme; this doesn't work correctly for per-frame face settings.
19643 (disable-theme): Use face-set-after-frame-default to reset faces.
19644 (custom--frame-color-default): New function.
19645
19646 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19647
19648 * dired.el (dired-flagging-regexp): Remove unused variable
19649 (bug#8769).
19650
19651 2011-03-29 Kevin Ryde <user42@zip.com.au>
19652
19653 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19654 `perl-Test2' extend to match possible "fail #N" rep count
19655 (bug#8377).
19656
19657 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19658
19659 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
19660 `smtpmail-via-smtp' now returns the error instead of nil.
19661
19662 * isearch.el (isearch-search-fun-function): Clarify the doc string
19663 (bug#8101).
19664
19665 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
19666
19667 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
19668 unnecessary spaces (bug#8987).
19669
19670 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19671
19672 * net/network-stream.el (open-network-stream): Use the
19673 :end-of-capability command thoughout.
19674
19675 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19676
19677 * net/network-stream.el (open-network-stream): Add the
19678 :end-of-capability command parameter, used by pop3.el.
19679
19680 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
19681
19682 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
19683
19684 * fringe.el (fringe-query-style): Remove redundant text " (type ?
19685 for list)" (bug#6475).
19686
19687 * files.el (file-expand-wildcards): Ignore non-readable
19688 sub-directories while trying to find matches instead of signaling
19689 an error (bug#6297).
19690
19691 * man.el (Man-reference-regexp): Allow matching possible
19692 word-wrapped references (bug#6289).
19693
19694 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
19695 for consistency with the other vc buffers (bug#6197).
19696 (vc-checkin): Ditto.
19697
19698 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
19699
19700 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
19701
19702 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19703
19704 * custom.el (defcustom): Clarify that :set is only used in the
19705 Customize user interface (bug#6089).
19706
19707 * progmodes/flymake.el (flymake-mode): If the buffer isn't
19708 associated with a file, refuse to run instead of erroring out
19709 (bug#6084).
19710
19711 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
19712 the doc string, since it appears that using `fill-column' always
19713 controls the width (bug#7845).
19714
19715 * simple.el (shell-command-on-region): Say where the error output
19716 went if `shell-command-default-error-buffer' is set (bug#6857).
19717
19718 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
19719
19720 * allout.el (allout-yank-processing): Adjust cursor position for
19721 backwards-deleted space.
19722
19723 (allout-rebullet-heading): Register changes with
19724 allout-exposure-changed-hook, so the modified topic is properly
19725 decorated.
19726
19727 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19728
19729 * minibuffer.el (completion-in-region): Document PREDICATE
19730 (bug#7136).
19731
19732 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
19733 of keyword/argument pairs (bug#6904).
19734
19735 * replace.el (multi-occur):
19736 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
19737
19738 2011-07-02 Drew Adams <drew.adams@oracle.com>
19739
19740 * dired.el (dired-mark-if): Make the message about whether it's
19741 marking or unmarking clearer (bug#8523).
19742
19743 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
19744
19745 * disp-table.el (display-table-print-array): New function.
19746 (describe-display-table): Use it to print the vectors more pretty
19747 (Bug#8859).
19748
19749 2011-07-02 Martin Rudalics <rudalics@gmx.at>
19750
19751 * window.el (window-state-get-1): Don't assign clone numbers.
19752 Add clone-of item to list of window parameters.
19753 (window-state-put-2): Don't process clone numbers.
19754 (display-buffer-alist): Fix doc-string.
19755
19756 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19757
19758 * subr.el (remq): Don't allocate if it's not needed.
19759 (keymap--menu-item-binding, keymap--menu-item-with-binding)
19760 (keymap--merge-bindings): New functions.
19761 (keymap-canonicalize): Use them to refine the canonicalization.
19762 * minibuffer.el (minibuffer-local-completion-map)
19763 (minibuffer-local-must-match-map): Move initialization from C.
19764 (minibuffer-local-filename-completion-map): Move initialization from C;
19765 don't inherit from anything here.
19766 (minibuffer-local-filename-must-match-map): Make obsolete.
19767 (completing-read-default): Use make-composed-keymap to combine
19768 minibuffer-local-filename-completion-map with either
19769 minibuffer-local-must-match-map or
19770 minibuffer-local-filename-completion-map.
19771
19772 2011-07-01 Glenn Morris <rgm@gnu.org>
19773
19774 * type-break.el (type-break-time-sum): Use dolist.
19775
19776 * textmodes/flyspell.el (flyspell-word-search-backward):
19777 Replace CL function.
19778
19779 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19780
19781 * mouse.el (mouse--strip-first-event): New function.
19782 (function-key-map): Use it to map fringe clicks to normal clicks
19783 by default.
19784
19785 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
19786 (vc-bzr-revision-completion-table): Add support for annotate and date.
19787
19788 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
19789 inherit from parent.
19790
19791 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19792
19793 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
19794 (dired-show-file-type): Doc fixup (bug#8818).
19795
19796 * dired.el (dired-mode): Fix up the doc string as suggested by
19797 Drew Adams (bug#8817).
19798
19799 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
19800 cookie, since the manual says that it should be possible to add
19801 this function to `find-file-hook' (bug#8709).
19802
19803 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19804
19805 * progmodes/cfengine.el: Moved all cfengine3.el functionality
19806 here. Noted Ted Zlatanov as the maintainer.
19807 (cfengine-common-settings, cfengine-common-syntax): New functions
19808 to set up common things between `cfengine-mode' and
19809 `cfengine3-mode'.
19810 (cfengine3-mode): New mode.
19811 (cfengine3-defuns cfengine3-defuns-regex
19812 (cfengine3-class-selector-regex cfengine3-category-regex)
19813 (cfengine3-vartypes cfengine3-font-lock-keywords)
19814 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
19815 (cfengine3-indent-line): Add from cfengine3.el.
19816
19817 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
19818
19819 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
19820
19821 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
19822
19823 2011-07-01 Martin Rudalics <rudalics@gmx.at>
19824
19825 * window.el (same-window-buffer-names, same-window-regexps)
19826 (same-window-p, special-display-frame-alist)
19827 (special-display-popup-frame, special-display-function)
19828 (special-display-buffer-names, special-display-regexps)
19829 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
19830 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
19831 (split-window-preferred-function, split-height-threshold)
19832 (split-width-threshold, even-window-heights)
19833 (display-buffer-mark-dedicated, window-splittable-p)
19834 (split-window-sensibly, window-safely-shrinkable-p):
19835 Un-obsolete.
19836 (display-buffer): Don't spread args with function specifier
19837 because special-display-popup-frame won't like it.
19838
19839 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
19840
19841 Time-stamp simplifications and fixes.
19842 These improve accuracy slightly, and future-proof the code
19843 against some potential changes to current-time format.
19844
19845 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
19846 by using time-since and float-time.
19847
19848 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
19849 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
19850 + NNN microseconds".
19851
19852 * type-break.el (type-break-time-sum): Rewrite using time-add.
19853
19854 * play/hanoi.el (hanoi-current-time-float): Remove.
19855 All uses replaced by float-time.
19856
19857 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
19858 This yields a more-accurate answer.
19859 (rng-time-to-float): Remove; no longer needed.
19860
19861 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
19862
19863 * calendar/timeclock.el (timeclock-seconds-to-time):
19864 Defalias to seconds-to-time, since they're the same thing.
19865
19866 * emacs-lisp/elp.el (elp-elapsed-time):
19867 * emacs-lisp/benchmark.el (benchmark-elapse):
19868 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
19869
19870 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19871
19872 * window.el (bury-buffer): Don't iconify the only frame.
19873 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
19874 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
19875
19876 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
19877
19878 * eshell/em-smart.el (eshell-smart-display-navigate-list):
19879 Add mouse-yank-primary.
19880
19881 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
19882
19883 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
19884
19885 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
19886
19887 * emacs-lisp/find-func.el (find-library--load-name): New fun.
19888 (find-library-name): Use it to find relative load names when provided
19889 absolute file name (bug#8803).
19890
19891 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19892
19893 * textmodes/flyspell.el (flyspell-word): Consider words that
19894 differ only in case as potential doublons (bug#5687).
19895
19896 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
19897 Remove two rather uninteresting debugging-like messages to make
19898 debbugs.el more silent.
19899
19900 * comint.el (comint-password-prompt-regexp): Accept "Response" as
19901 a password-like phrase.
19902
19903 2011-06-30 Masatake YAMATO <yamato@redhat.com>
19904
19905 * progmodes/cc-guess.el: New file.
19906
19907 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
19908
19909 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
19910 derived from `c-basic-common-init'.
19911
19912 * progmodes/cc-mode.el (top-level): Require cc-guess.
19913 (c-basic-common-init): Use `cc-choose-style-for-mode'.
19914
19915 2011-06-30 Lawrence Mitchell <wence@gmx.li>
19916
19917 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
19918
19919 2011-06-30 Alan Mackenzie <acm@muc.de>
19920
19921 * progmodes/cc-engine.el (c-guess-continued-construct):
19922 Correct the handling of template-args-cont, particularly for when font
19923 lock is disabled. Name this case as "CASE G".
19924
19925 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
19926
19927 * allout.el (allout-yank-processing): Fix injection of extra space
19928 between bullet and non-whitespace character in first topic when
19929 pasting, ensuring that the actual spacing in the pasted topic
19930 following the bullet char is preserved. This extra space was
19931 causing pasted encrypted topics to get a decrypted status even
19932 when the content was actually still encrypted. Now the decryption
19933 status from before the paste is preserved.
19934
19935 (allout-flag-region): Set all allout overlays so they evaporate
19936 when reduced to zero length (evanescent), to prevent overlay
19937 leakage.
19938
19939 2011-06-30 Glenn Morris <rgm@gnu.org>
19940
19941 * w32-fns.el (w32-charset-info-alist): Declare.
19942
19943 * find-dired.el (find-grep-options): Simplify.
19944
19945 * term/ns-win.el (ns-set-resource): Declare.
19946
19947 * ses.el (row, col): Declare dynamic variables honestly.
19948
19949 * textmodes/reftex-parse.el (index-tags): Declare.
19950
19951 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
19952
19953 * cus-edit.el (customize-push-and-save): New function.
19954
19955 * files.el (hack-local-variables-confirm): Use it.
19956
19957 * custom.el (load-theme): New arg NO-CONFIRM.
19958 Use customize-push-and-save (Bug#8720).
19959 (custom-enabled-themes): Doc fix.
19960
19961 * cus-theme.el (customize-create-theme)
19962 (custom-theme-merge-theme): Callers to load-theme changed.
19963
19964 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19965
19966 * thingatpt.el (thing-at-point-short-url-regexp): Require that
19967 short URLs have at least one dot in them (bug #7614).
19968
19969 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
19970 nil, because using a pty is apparently too slow (bug #895).
19971
19972 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
19973
19974 * mail/sendmail.el (sendmail-query-once): New function.
19975 (sendmail-query-once-function): New variable.
19976
19977 2011-06-29 Glenn Morris <rgm@gnu.org>
19978
19979 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
19980
19981 * ses.el (top-level): Require cl when compiling.
19982 (ses-set-localvars): Fix error statement.
19983 Call it at compile time to silence a storm of warnings.
19984
19985 2011-06-29 Martin Rudalics <rudalics@gmx.at>
19986
19987 * window.el (normalize-live-buffer): Rename to
19988 window-normalize-buffer.
19989 (normalize-live-frame): Rename to window-normalize-frame.
19990 (normalize-any-window): Rename to window-normalize-any-window.
19991 (normalize-live-window): Rename to window-normalize-live-window.
19992 (make-window-atom): Rename to window-make-atom.
19993 (window-resize-reset): Rename to window--resize-reset.
19994 (window-resize-reset-1): Rename to window--resize-reset-1.
19995 (resize-mini-window): Rename to window--resize-mini-window.
19996 (resize-subwindows-skip-p): Rename to
19997 window--resize-subwindows-skip-p.
19998 (resize-subwindows-normal): Rename to
19999 window--resize-subwindows-normal.
20000 (resize-subwindows): Rename to window--resize-subwindows.
20001 (resize-other-windows): Rename to window--resize-siblings.
20002 (resize-this-window): Rename to window--resize-this-window.
20003 (resize-root-window): Rename to window--resize-root-window.
20004 (resize-root-window-vertically): Rename to
20005 window--resize-root-window-vertically.
20006 (normalize-buffer-to-display): Rename to
20007 window-normalize-buffer-to-display.
20008 (normalize-buffer-to-switch-to): Rename to
20009 window-normalize-buffer-to-switch-to.
20010 Correspondingly update all callers of the functions listed
20011 above.
20012 (display-buffer-alist, display-buffer-normalize-arguments)
20013 (display-buffer-normalize-options, display-buffer)
20014 (display-buffer-alist-set): Use "function" instead of
20015 "fun-with-args".
20016
20017 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
20018
20019 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
20020 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
20021 debbugs.gnu.org. Mention acknowledgment email.
20022
20023 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
20024
20025 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
20026 buffer multibyteness, since it shouldn't matter.
20027
20028 2011-06-28 Martin Rudalics <rudalics@gmx.at>
20029
20030 * window.el (display-buffer-in-side-window): Handle dedicated
20031 windows as in display-buffer-reuse-window.
20032 (display-buffer-normalize-alist): Use value of override
20033 specifier.
20034 (display-buffer-normalize-specifiers): Use value of
20035 other-window-means-other-frame specifier.
20036 (display-buffer-alist): Rewrite some texts in widgets.
20037 (display-buffer): Spread arguments when calling function
20038 specified by fun-with-args.
20039
20040 2011-06-28 Deniz Dogan <deniz@dogan.se>
20041
20042 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
20043 Unnest `let'.
20044
20045 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
20046 selectors (Bug#5732).
20047 (css-proprietary-nmstart-re): Use `regexp-opt'.
20048
20049 2011-06-27 Jari Aalto <jari.aalto@cante.net>
20050
20051 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
20052 (eshell-ls-date-format): New defcustom.
20053 (eshell-ls-file): Use it.
20054
20055 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20056
20057 * help-fns.el (describe-variable): Fix message for terminal-local vars.
20058
20059 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
20060
20061 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
20062 (ange-ftp-make-tmp-name): New arg.
20063 (ange-ftp-file-local-copy): Use it.
20064
20065 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
20066
20067 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
20068 no-conversion (Bug#8870).
20069
20070 2011-06-27 Martin Rudalics <rudalics@gmx.at>
20071
20072 * window.el (window-right, window-left, window-child)
20073 (window-child-count, window-last-child)
20074 (window-iso-combination-p, walk-window-tree-1)
20075 (window-atom-check-1, window-tree-1, delete-window)
20076 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
20077 new naming conventions - window-vchild, window-hchild,
20078 window-next and window-prev are now called window-top-child,
20079 window-left-child, window-next-sibling and window-prev-sibling
20080 respectively.
20081 (resize-window-reset): Rename to window-resize-reset.
20082 (resize-window-reset-1): Rename to window-resize-reset-1.
20083 (resize-window): Rename to window-resize.
20084 (window-min-height, window-min-width)
20085 (resize-mini-window, resize-this-window, resize-root-window)
20086 (resize-root-window-vertically, adjust-window-trailing-edge)
20087 (enlarge-window, shrink-window, maximize-window)
20088 (minimize-window, delete-window, quit-restore-window)
20089 (split-window, balance-windows, balance-windows-area-adjust)
20090 (balance-windows-area, window-state-put-2)
20091 (display-buffer-even-window-sizes, display-buffer-set-height)
20092 (display-buffer-set-width, set-window-text-height)
20093 (fit-window-to-buffer): Rename all "resize-window" prefixed
20094 calls to use the "window-resize" prefix convention.
20095 (display-buffer-alist): Fix symbol for label specifier.
20096 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
20097 corresponding specifier.
20098 Reported by Juanma Barranquero <lekktu@gmail.com>.
20099
20100 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20101
20102 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
20103 convention.
20104 (ses-call-printer): Does not pass an empty string to formatter when the
20105 cell is empty to keep from barking printer Calc math-format-value.
20106
20107 2011-06-27 Richard Stallman <rms@gnu.org>
20108
20109 * battery.el (battery-mode-line-limit): New variable.
20110 (battery-update): Handle it.
20111
20112 * mail/rmailmm.el (rmail-mime-process-multipart):
20113 Handle truncated messages.
20114
20115 2011-06-27 Glenn Morris <rgm@gnu.org>
20116
20117 * progmodes/flymake.el (flymake-err-line-patterns):
20118 Allow for column numbers in the ant/javac pattern. (Bug#8866)
20119
20120 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
20121
20122 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
20123 (ses--clean-!, ses--clean-_): New functions.
20124 (ses-range): Add configurability of readout order, and conversion
20125 to Calc vector.
20126
20127 * ses.el (ses-repair-cell-reference-all): New function.
20128 (ses-cell-symbol): Set macro as safe, so that it can be used in
20129 formulas.
20130
20131 * ses.el: Update cycle detection algorithm.
20132 (ses-localvars): Add ses--Dijkstra-attempt-nb and
20133 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
20134 (ses-set-localvars): New function.
20135 (ses-make-cell): Add property-list as a cell element.
20136 (ses-cell-property-get-fun, ses-cell-property-get)
20137 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
20138 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
20139 New functions.
20140 (ses-cell-property-set, ses-cell-property-pop)
20141 (ses-cell-property-get-handle): New macro.
20142 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
20143 New aliases, used for code readability.
20144 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
20145 cycle detection.
20146 (ses-self-reference-early-detection): New defcustom.
20147 (ses-formula-references): Robustify against self-referring cells.
20148 (ses-mode): Use ses-set-localvars.
20149 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
20150 before lauching the update processing.
20151 (ses-initialize-Dijkstra-attempt): New function.
20152 (ses-recalculate-cell): Update for cycle detection based on
20153 Dijkstra algorithm.
20154
20155 * ses.el: Fix commenting and indenting convention.
20156
20157 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
20158
20159 * bs.el (bs-cycle-next): Complete last change.
20160
20161 2011-06-27 Drew Adams <drew.adams@oracle.com>
20162
20163 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
20164
20165 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
20166
20167 * net/network-stream.el (network-stream-open-starttls):
20168 Don't re-get capabilities unless we've reestablished connection.
20169 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
20170
20171 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
20172 to binary to possibly avoid line encoding issues on Windows (among
20173 other things).
20174
20175 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20176
20177 * net/network-stream.el (open-network-stream): Return an :error
20178 saying what the problem was, if possible.
20179
20180 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
20181 server.
20182
20183 * net/network-stream.el (network-stream-open-starttls): If we
20184 wanted to use STARTTLS, and the server offered it, but we weren't
20185 able to because we had no STARTTLS support, then close the connection.
20186 (open-network-stream): Return an :error element, if present.
20187
20188 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20189
20190 * hl-line.el (hl-line-sticky-flag): Doc fix.
20191 (global-hl-line-sticky-flag): New option (Bug#8323).
20192 (global-hl-line-highlight): Obey it.
20193
20194 * vc/vc.el (vc-revert-show-diff): Default to t.
20195
20196 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
20197
20198 * allout-widgets.el (allout-widgets-post-command-business):
20199 Stop decorating intermediate isearch matches. They're not being
20200 undecorated when an isearch is continued past, and isearch
20201 automatically collapses them. This leads to "widget leaks", where
20202 decorated items accumulate in collapsed areas. Lines with lots of
20203 hidden widgets can slow down cursor travel, substantially.
20204 Too much complicated machinery would be needed to ensure undecoration,
20205 so we're doing without this nicety.
20206
20207 (allout-widgets-tally-string): Don't try to do a hash-table-count
20208 of allout-widgets-tally when it's nil. This eliminates spurious "Error
20209 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
20210 *Messages* when allout-widgets-maintain-tally is t.
20211
20212 2011-06-26 Martin Rudalics <rudalics@gmx.at>
20213
20214 * window.el (display-buffer-normalize-argument): Rename to
20215 display-buffer-normalize-arguments. Handle special meaning of
20216 LABEL argument. Respect special-display-function when popping up
20217 a new frame. Fix code searching for a window showing the buffer
20218 on another frame.
20219 (display-buffer-normalize-specifiers):
20220 Call display-buffer-normalize-arguments.
20221 (display-buffer-in-window): Don't undedicate the window if its
20222 buffer remains the same.
20223 Reported by Drew Adams <drew.adams@oracle.com>.
20224 (display-buffer-alist): Add choice for same-window macro
20225 specfier.
20226 (display-buffer): Mention special meaning of LABEL argument in
20227 doc-string. Fix quoting. Don't pop up a new frame even as
20228 fallback.
20229
20230 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
20231
20232 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
20233 avoid deleting the current window in some cases (bug#8911).
20234
20235 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
20236
20237 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
20238 (Bug#8934)
20239
20240 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
20241
20242 * net/network-stream.el (network-stream-open-starttls):
20243 Use built-in TLS support if `gnutls-available-p' is true.
20244 (network-stream-open-tls): Ditto.
20245
20246 2011-06-26 Leo Liu <sdl.web@gmail.com>
20247
20248 * register.el (registerv): New struct.
20249 (registerv-make): New function.
20250 (jump-to-register, describe-register-1, insert-register):
20251 Support the jump-func, print-func and insert-func slot of a registerv
20252 struct. (Bug#8415)
20253
20254 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
20255
20256 * vc/vc.el (vc-revert-show-diff): New defcustom.
20257 (vc-diff-internal): New arg specifying diff buffer.
20258 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
20259 reuse an existing *vc-diff* buffer (Bug#8927).
20260
20261 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
20262
20263 2011-06-26 Glenn Morris <rgm@gnu.org>
20264
20265 * progmodes/f90.el (f90-critical-indent): New option.
20266 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
20267 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
20268 (f90-mode): Doc fix.
20269 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
20270 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
20271 (f90-beginning-of-block, f90-next-block, f90-indent-region)
20272 (f90-match-end): Handle block, critical.
20273
20274 2011-06-25 Glenn Morris <rgm@gnu.org>
20275
20276 * calendar/diary-lib.el (diary-included-files): Doc fix.
20277 (diary-include-files): New function, extracted from
20278 diary-include-other-diary-files and diary-mark-included-diary-files.
20279 (diary-include-other-diary-files, diary-mark-included-diary-files):
20280 Just call diary-include-files.
20281 (diary-mark-entries): Reset diary-included-files on first call.
20282
20283 * calendar/diary-lib.el (diary-mark-entries)
20284 (diary-mark-included-diary-files):
20285 Visit included diary-files in temp buffers.
20286
20287 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
20288 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
20289 (f90-start-block-re, f90-imenu-generic-expression)
20290 (f90-looking-at-program-block-start, f90-no-block-limit):
20291 Add support for submodules.
20292
20293 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
20294 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
20295
20296 2011-06-25 Eli Zaretskii <eliz@gnu.org>
20297
20298 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
20299 buffer-file-type before setting its value, to avoid disastrous
20300 global effects on decoding files for DOS/Windows systems. (Bug#8780)
20301
20302 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20303
20304 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
20305
20306 * ses.el (ses-unload-function):
20307 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
20308
20309 * proced.el (proced-unload-function):
20310 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
20311
20312 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
20313
20314 * server.el (server-create-window-system-frame): Add parameters arg.
20315 (server-process-filter): Doc fix. Handle frame-parameters.
20316
20317 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
20318
20319 Fix bug#8730, bug#8781.
20320
20321 * loadhist.el (unload--set-major-mode): New function.
20322 (unload-feature): Use it.
20323
20324 * progmodes/python.el (python-after-info-look): Add autoload cookie.
20325 (python-unload-function): New function.
20326
20327 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
20328
20329 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
20330
20331 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
20332
20333 * net/browse-url.el (browse-url-firefox-program): Add icecat to
20334 the candidates list.
20335
20336 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
20337
20338 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
20339
20340 2011-06-23 Richard Stallman <rms@gnu.org>
20341
20342 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
20343 (rmail-variables): Set next-error-move-function.
20344 (rmail-what-message): Take argument POS.
20345 (rmail-next-error-move): New function.
20346
20347 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
20348
20349 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
20350 messages for adjacent non-terminals.
20351
20352 2011-06-23 Richard Stallman <rms@gnu.org>
20353
20354 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
20355 (rmail-show-message-1): Preserve buffer modified flag.
20356 (rmail-start-mail): Don't specify use of rmail-mail-return;
20357 that's done by mail-bury now.
20358 (rmail-mail-return): Handle arg NEWBUF.
20359
20360 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
20361
20362 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
20363 SIZE is a number.
20364
20365 2011-06-23 Martin Rudalics <rudalics@gmx.at>
20366
20367 * window.el (get-lru-window, get-mru-window)
20368 (get-largest-window): Never return a minibuffer window.
20369 (display-buffer-pop-up-window): Fix a bug that could lead to
20370 reusing the minibuffer window.
20371 (display-buffer): Pass original specifier argument to
20372 display-buffer-function instead of the normalized one.
20373 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
20374
20375 2011-06-22 Leo Liu <sdl.web@gmail.com>
20376
20377 * minibuffer.el (completing-read-function)
20378 (completing-read-default): Move from minibuf.c.
20379
20380 2011-06-22 Richard Stallman <rms@gnu.org>
20381
20382 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
20383 to Rmail even if not started by a special Rmail command.
20384
20385 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
20386 Copy the buffer currently showing just one message.
20387
20388 2011-06-22 Roland Winkler <winkler@gnu.org>
20389
20390 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
20391 (bibtex-clean-entry): First delete the old key so that a
20392 customized algorithm for generating the new key does not get
20393 confused by the old key.
20394 (bibtex-url): Obey regexp of first step.
20395 (bibtex-search-entries): Do not use add-to-list with local
20396 list-var.
20397
20398 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20399
20400 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
20401 stored a user name, then query for the password first, instead of
20402 waiting for SMTP to give an error message and the trying again.
20403
20404 2011-06-22 Lawrence Mitchell <wence@gmx.li>
20405
20406 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
20407 BUFFER in call-process.
20408
20409 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
20410
20411 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
20412 QUIT twice.
20413 (smtpmail-try-auth-methods): Require user name and password from
20414 auth-source.
20415
20416 2011-06-22 Martin Rudalics <rudalics@gmx.at>
20417
20418 * window.el (display-buffer-default-specifiers)
20419 (display-buffer-alist): Remove entries for pop-up-frame-alist.
20420 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
20421 (split-window): Normalize SIDE argument (Bug#8916).
20422
20423 * frame.el (pop-up-frame-alist, pop-up-frame-function)
20424 (special-display-frame-alist, special-display-popup-frame):
20425 Remove duplicate declarations. These are now in window.el.
20426
20427 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20428
20429 * mail/smtpmail.el (smtpmail-via-smtp):
20430 Set :use-starttls-if-possible so that we always use STARTTLS if the
20431 server supports it. SMTP servers that support STARTTLS commonly
20432 require it.
20433
20434 * net/network-stream.el (network-stream-open-starttls): Support
20435 upgrading to STARTTLS always, even if we don't have built-in support.
20436 (open-network-stream): Add the :always-query-capabilities keyword.
20437
20438 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
20439 upgrades with `open-network-stream', and rely solely on
20440 auth-source for all credentials. Big changes throughout the file,
20441 but in particular:
20442 (smtpmail-auth-credentials): Remove.
20443 (smtpmail-starttls-credentials): Remove.
20444 (smtpmail-via-smtp): Check for servers saying they want AUTH after
20445 MAIL FROM, too.
20446
20447 * net/network-stream.el (network-stream-open-starttls):
20448 Provide support for client certificates both for external and built-in
20449 STARTTLS.
20450 (auth-source): Require.
20451 (open-network-stream): Document the :client-certificate keyword.
20452 (network-stream-certificate): Change cert-cert to cert and
20453 cert-key to key.
20454
20455 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
20456
20457 * net/tramp-cache.el (top): Don't load the persistency file when
20458 "emacs -Q" has been called.
20459
20460 2011-06-21 Tim Harper <timcharper@gmail.com>
20461
20462 * term/ns-win.el (ns-initialize-window-system):
20463 Set application-specific `ApplePressAndHoldEnabled' system
20464 resource to NO as it is not yet supported by the NS port.
20465
20466 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
20467
20468 * misc.el (list-dynamic-libraries--refresh): Compute header here...
20469 (list-dynamic-libraries): ...not here.
20470
20471 2011-06-21 Leo Liu <sdl.web@gmail.com>
20472
20473 * subr.el (sha1): Implement sha1 using secure-hash.
20474
20475 2011-06-21 Martin Rudalics <rudalics@gmx.at>
20476
20477 * window.el (display-buffer-alist): In default value do not
20478 enforce searching a window on any but the selected frame.
20479 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
20480 (display-buffer-select-window): Remove function.
20481 (display-buffer-in-window): When a window on another frame gets
20482 reused, do not select it any more but just raise its frame if
20483 necessary (Bug#8851) and (Bug#8856).
20484 (display-buffer-normalize-options): Handle pop-up-frames related
20485 options more faithfully.
20486 (pop-to-buffer): Don't rely on `display-buffer' selecting the
20487 window if it is on another frame.
20488 (display-buffer-alist, display-buffer-default-specifiers):
20489 Don't make new frame unsplittable by default.
20490 (display-buffer-normalize-argument): Fix doc-string typo and use
20491 'same-frame-other-window instead of 'other-window when associating
20492 with display-buffer-macro-specifiers.
20493
20494 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
20495
20496 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
20497 New functions.
20498 (5x5-mode-map, 5x5-mode-menu): Bind them.
20499 (5x5-draw-grid): Tweak the solver's rendering.
20500
20501 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20502
20503 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
20504 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
20505
20506 2011-06-21 Drew Adams <drew.adams@oracle.com>
20507
20508 * menu-bar.el: Use function variable instead of switch-to-buffer.
20509 (menu-bar-select-buffer-function): New variable.
20510 (menu-bar-update-buffers): Use it (bug#8876).
20511
20512 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
20513
20514 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
20515 variable's status.
20516
20517 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
20518
20519 * x-dnd.el (x-dnd-version-from-flags)
20520 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
20521 and long as number (Bug#8899).
20522 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
20523
20524 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
20525
20526 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
20527 (completion-try-completion, completion-all-completions): Compute the
20528 metadata argument if it's missing; make it optional (bug#8795).
20529
20530 * wid-edit.el: Use lex-bind and move towards completion-at-point.
20531 (widget-complete): Use new :completion-function property.
20532 (widget-completions-at-point): New function.
20533 (default): Use :completion-function instead of :complete.
20534 (widget-default-completions): Rename from widget-default-complete;
20535 Rewrite.
20536 (widget-string-complete, widget-file-complete, widget-color-complete):
20537 Remove functions.
20538 (file, symbol, function, variable, coding-system, color):
20539 * international/mule-cmds.el (default-input-method, charset)
20540 (language-info-custom-alist):
20541 * cus-edit.el (face): Use new property :completions.
20542
20543 * progmodes/pascal.el (pascal-completions-at-point): New function.
20544 (pascal-mode): Use it.
20545 (pascal-mode-map): Use completion-at-point.
20546 (pascal-toggle-completions): Make obsolete.
20547 (pascal-complete-word, pascal-show-completions):
20548 * progmodes/octave-mod.el (octave-complete-symbol):
20549 Redefine as obsolete alias.
20550 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
20551 Signal absence of completion info for old Octave,
20552 (inferior-octave-complete): Redefine as obsolete alias.
20553 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
20554 (meta-completions-at-point): Rename from meta-complete-symbol and
20555 adapt it for use on completion-at-point-functions.
20556 (meta-common-mode): Use it.
20557 (meta-looking-at-backward, meta-match-buffer): Remove.
20558 (meta-complete-symbol): Redefine as obsolete alias.
20559 (meta-common-mode-map): Use completion-at-point.
20560 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
20561 (makefile-mode-map): Use completion-at-point.
20562 (makefile-completions-at-point): Rename from makefile-complete and
20563 adapt it for use on completion-at-point-functions.
20564 (makefile-mode): Use it.
20565 (makefile-complete): Redefine as obsolete alias.
20566
20567 2011-06-20 Deniz Dogan <deniz@dogan.se>
20568
20569 * net/rcirc.el: Delete trailing whitespaces once and for all.
20570
20571 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
20572
20573 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
20574
20575 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
20576
20577 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
20578
20579 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
20580
20581 2011-06-19 Martin Rudalics <rudalics@gmx.at>
20582
20583 * window.el (display-buffer-other-window-means-other-frame):
20584 Call display-buffer-normalize-alist.
20585 (display-buffer-normalize-specifiers-1): Rename to
20586 display-buffer-normalize-argument. New argument other-frame.
20587 Rewrite.
20588 (display-buffer-normalize-specifiers-2): Rename to
20589 display-buffer-normalize-options.
20590 (display-buffer-normalize-alist-1): New function.
20591 (display-buffer-normalize-specifiers-3): Rename to
20592 display-buffer-normalize-alist.
20593 Call display-buffer-normalize-alist-1.
20594 (display-buffer-normalize-options-inhibit): New variable.
20595 (display-buffer-normalize-specifiers): Rewrite calling
20596 display-buffer-normalize-alist,
20597 display-buffer-normalize-argument, and
20598 display-buffer-normalize-options. Don't call the latter if
20599 display-buffer-normalize-options-inhibit is non-nil.
20600 (frame-auto-delete): New option.
20601 (window-deletable-p): Use frame-auto-delete.
20602 (window-list-no-nils, window-state-ignored-parameters)
20603 (window-state-get-1, window-state-get, window-state-put-list)
20604 (window-state-put-1, window-state-put-2, window-state-put):
20605 New functions.
20606 (display-buffer-normalize-options): Move special-display-p group
20607 after pop-up-frame group (Bug#8851) and (Bug#8856).
20608
20609 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
20610
20611 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
20612 groups (Bug#8776).
20613 (rx-submatch-n): New function.
20614 (rx): Document it.
20615
20616 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
20617 (Bug#8768).
20618
20619 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
20620
20621 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
20622
20623 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
20624 anytime existing face settings are present (Bug#8889).
20625
20626 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
20627 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
20628 Remove unused argument.
20629
20630 2011-06-18 Martin Rudalics <rudalics@gmx.at>
20631
20632 * window.el (display-buffer-default-specifiers):
20633 Remove pop-up-frame. Add pop-up-window-min-height,
20634 pop-up-window-min-width, and another reuse-window specifier
20635 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
20636 (display-buffer-normalize-specifiers-2):
20637 Handle split-height-threshold and split-width-threshold also when
20638 pop-up-windows is unset. Add a reuse-window specifier for the
20639 case popping up a new window fails.
20640 (special-display-popup-frame): Remove double quoting.
20641 (display-buffer-normalize-specifiers-1): Fix thinko.
20642
20643 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
20644
20645 * shell.el (shell-completion-vars): Set pcomplete-termination-string
20646 according to comint-completion-addsuffix.
20647
20648 * pcomplete.el: Convert to lexical binding and fix bug#8819.
20649 (pcomplete-suffix-list): Mark as obsolete.
20650 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
20651 pcomplete-seen in the closure.
20652 (pcomplete-comint-setup): Setup completion-at-point as well.
20653 (pcomplete--entries): New function.
20654 (pcomplete--env-regexp): New var.
20655 (pcomplete-entries): Rewrite to work with partial-completion and
20656 without relying on pcomplete-suffix-list.
20657 (pcomplete-pare-list): Remove, unused.
20658
20659 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20660
20661 * window.el (display-buffer-alist): Set pop-up-window-min-height
20662 and pop-up-window-min-width in default value. Reported by
20663 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
20664 other-window-means-other-frame.
20665 (display-buffer-macro-specifiers): Comment out entry for
20666 other-window specifier.
20667 (display-buffer-other-window-means-other-frame): New function.
20668 (display-buffer-normalize-specifiers-1): New arguments
20669 buffer-name and label. Treat other-window case specially.
20670 (display-buffer-normalize-specifiers-2): Treat other-window case
20671 specially.
20672 (display-buffer-normalize-specifiers-3): New function.
20673 (display-buffer-normalize-specifiers):
20674 Call display-buffer-normalize-specifiers-3.
20675
20676 2011-06-17 Martin Rudalics <rudalics@gmx.at>
20677
20678 * window.el (same-window-p): Fix two typos introduced when
20679 adding with-no-warnings.
20680 (display-buffer-normalize-specifiers-1): Don't check
20681 pop-up-frames for 'unset initialization.
20682 (display-buffer-normalize-specifiers-2): Major rewrite using
20683 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
20684 (pop-up-frames, display-buffer-reuse-frames)
20685 (display-buffer-mark-dedicated): Don't initialize to 'unset.
20686 Suggested by David Engster <deng@randomsample.de>.
20687 (even-window-heights): Initialize to 'unset.
20688 (display-buffer-alist-set): Handle new 'unset initializations.
20689 (display-buffer-macro-specifiers): Don't pop up a new frame in the
20690 other window case.
20691
20692 2011-06-16 Martin Rudalics <rudalics@gmx.at>
20693
20694 * window.el (display-buffer-normalize-specifiers-1):
20695 Respect current value of pop-up-frames for most reasonable values of
20696 second argument of display-buffer (Bug#8865).
20697 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
20698 (switch-to-buffer-other-window-same-frame)
20699 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
20700 Adams (Bug#8875).
20701 (display-buffer): Don't check noninteractive when calling
20702 display-buffer-pop-up-frame.
20703 (display-buffer-pop-up-frame): Never pop up a frame in
20704 noninteractive mode (Bug#8857).
20705 (enlarge-window, shrink-window): Don't report an error when the
20706 window can't be resized as requested (Bug#8862).
20707
20708 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20709
20710 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
20711
20712 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
20713
20714 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
20715
20716 2011-06-15 Alan Mackenzie <acm@muc.de>
20717
20718 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
20719 for declarators, disable knr checking to speed up for normal files.
20720 2: Refactor, replacing a sequence of nested if forms by a cond form.
20721
20722 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
20723
20724 * net/network-stream.el (open-network-stream): Add the keyword
20725 :always-query-capabilities for the case where you want to force a
20726 `plain' network connection, but the protocol still requires the
20727 capabilitiy command (i.e., SMTP and EHLO).
20728
20729 * subr.el (process-live-p): Rename from `process-alive-p' for
20730 consistency with other `-live-p' functions.
20731
20732 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
20733
20734 * window.el (same-window-buffer-names, same-window-regexps)
20735 (special-display-frame-alist, special-display-popup-frame)
20736 (special-display-function, special-display-buffer-names)
20737 (special-display-regexps, pop-up-frame-alist)
20738 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
20739 (pop-up-windows, split-window-preferred-function)
20740 (split-height-threshold, split-width-threshold, even-window-heights)
20741 (display-buffer-mark-dedicated): Don't encourage the use of
20742 display-buffer-alist from Elisp code.
20743
20744 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
20745
20746 * progmodes/python.el (python-mode): Derive from prog-mode.
20747 * progmodes/ps-mode.el (ps-mode):
20748 * progmodes/mixal-mode.el (mixal-mode):
20749 * progmodes/cfengine.el (cfengine-mode):
20750 * progmodes/ld-script.el (ld-script-mode): Likewise.
20751
20752 2011-06-15 Martin Rudalics <rudalics@gmx.at>
20753
20754 * window.el (display-buffer-alist): Trim default value to avoid
20755 popping up a new frame (Bug#8857) or reusing an arbitrary window
20756 on another frame.
20757 (display-buffer): Do not fall back on popping up a new frame in
20758 batch mode (Bug#8857).
20759
20760 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
20761
20762 * cus-theme.el (describe-theme-1): Use custom-theme-p.
20763 (custom-theme-summary): New function.
20764 (customize-themes): Use it.
20765
20766 2011-06-13 Glenn Morris <rgm@gnu.org>
20767
20768 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
20769
20770 2011-06-13 Martin Rudalics <rudalics@gmx.at>
20771
20772 * help.el (help-window): Remove variable.
20773 (help-window-point-marker, temp-buffer-max-height)
20774 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
20775 (help-print-return-message): Don't set help-window.
20776 (resize-temp-buffer-window): Rewrite cod eand doc-string.
20777 (help-window-setup-finish): Remove.
20778 (help-window-display-message, help-window-setup)
20779 (with-help-window): Major rewrite based on new
20780 display-buffer-window variable.
20781
20782 * help-mode.el (help-mode-finish): Remove help-window related
20783 code.
20784
20785 * view.el (view-exits-all-viewing-windows): Remove reference to
20786 view-return-to-alist in doc-string.
20787 (view-return-to-alist): Make obsolete.
20788 (view-buffer): Call pop-to-buffer-same-window and remove
20789 undo-window code.
20790 (view-buffer-other-window): Call pop-to-buffer-other-window and
20791 simplify code. Ignore second argument.
20792 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
20793 simplify code. Ignore second argument.
20794 (view-return-to-alist-update): Make obsolete.
20795 (view-mode-enter): Rename second argument to QUIT-RESTORE.
20796 Rewrite using quit-restore window parameters.
20797 (view-mode-exit): Rename second argument to EXIT-ONLY.
20798 Rewrite using quit-restore-window.
20799 (View-exit, View-exit-and-edit, View-leave, View-quit)
20800 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
20801 appropriate arguments.
20802 (view-end-message): Use quit-restore window parameter.
20803
20804 * window.el (display-buffer-function): Rewrite doc-string.
20805 (display-buffer-window, display-buffer-alist): New variables.
20806 (display-buffer-split-specifiers)
20807 (display-buffer-side-specifiers)
20808 (display-buffer-macro-specifiers): New constants.
20809 (display-buffer-even-window-sizes, display-buffer-set-height)
20810 (display-buffer-set-width, display-buffer-select-window)
20811 (display-buffer-in-window, display-buffer-reuse-window)
20812 (display-buffer-split-window-1, display-buffer-split-window)
20813 (display-buffer-split-atom-window, display-buffer-pop-up-window)
20814 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
20815 (display-buffer-in-side-window, normalize-buffer-to-display)
20816 (display-buffer-normalize-specifiers-1)
20817 (display-buffer-normalize-specifiers-2)
20818 (display-buffer-normalize-specifiers, display-buffer-frame):
20819 New functions.
20820 (display-buffer): Major rewrite.
20821 (display-buffer-other-window, display-buffer-other-frame)
20822 (pop-to-buffer, switch-to-buffer-other-window)
20823 (switch-to-buffer-other-frame): Rewrite.
20824 (display-buffer-same-window, display-buffer-same-frame)
20825 (display-buffer-same-frame-other-window)
20826 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
20827 (pop-to-buffer-other-window)
20828 (pop-to-buffer-same-frame-other-window)
20829 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
20830 (switch-to-buffer-other-window-same-frame): New functions.
20831 (same-window-p, special-display-p): Rewrite disabling warnings.
20832 Make obsolete.
20833 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
20834 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
20835 Make obsolete
20836 (same-window-buffer-names, same-window-regexps)
20837 (special-display-frame-alist, special-display-popup-frame)
20838 (special-display-function, special-display-buffer-names)
20839 (special-display-regexps, pop-up-frame-alist)
20840 (pop-up-frame-function, split-window-preferred-function)
20841 (split-height-threshold, split-width-threshold)
20842 (even-window-heights): Make obsolete.
20843
20844 2011-06-12 Glenn Morris <rgm@gnu.org>
20845
20846 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
20847 Misc simplifications.
20848
20849 2011-06-12 Martin Rudalics <rudalics@gmx.at>
20850
20851 * window.el (window-safely-shrinkable-p): Restore function which
20852 was inadvertently removed in change from 2011-06-11. Declare as
20853 obsolete.
20854
20855 * calendar/calendar.el (calendar-generate-window):
20856 Use window-iso-combined-p instead of combination of one-window-p and
20857 window-safely-shrinkable-p.
20858
20859 2011-06-12 Glenn Morris <rgm@gnu.org>
20860
20861 * progmodes/fortran.el (fortran-mode-syntax-table):
20862 * progmodes/f90.el (f90-mode-syntax-table):
20863 Set % to punctuation. (Bug#8820)
20864 (f90-find-tag-default): Remove, no longer needed.
20865
20866 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
20867
20868 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
20869
20870 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
20871
20872 * image.el (image-animated-p): Return animation delay in seconds.
20873 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
20874 (image-animate-timeout): Remove DELAY argument. Don't assume
20875 every subimage has the same delay; get it from image-animated-p.
20876 (image-animate): Caller changed.
20877
20878 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
20879
20880 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
20881 to ignored backtrace functions.
20882
20883 2011-06-11 Glenn Morris <rgm@gnu.org>
20884
20885 * calendar/appt.el (appt-disp-window-function): Doc fix.
20886 (appt-check): Handle overlapping appointments. (Bug#8337)
20887
20888 2011-06-11 Martin Rudalics <rudalics@gmx.at>
20889
20890 * window.el (window-tree-1, window-tree): New functions, moving
20891 the latter to window.el.
20892 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
20893 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
20894 (bw-refresh-edges): Remove.
20895 (balance-windows-1, balance-windows-2): New functions.
20896 (balance-windows): Rewrite in terms of window tree functions,
20897 balance-windows-1 and balance-windows-2.
20898 (bw-adjust-window): Remove.
20899 (balance-windows-area-adjust): New function with functionality of
20900 bw-adjust-window but using resize-window.
20901 (set-window-text-height): Rewrite doc-string.
20902 Use normalize-live-window and resize-window.
20903 (enlarge-window-horizontally, shrink-window-horizontally):
20904 Rename argument to DELTA.
20905 (window-buffer-height): New function.
20906 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
20907 Rewrite using new window resize routines.
20908 (kill-buffer-and-window, mouse-autoselect-window-select):
20909 Use ignore-errors instead of condition-case.
20910 (quit-window): Call delete-frame instead of delete-windows-on
20911 for the only buffer on frame.
20912
20913 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20914
20915 * loadup.el (top-level): Load window before files for the sake
20916 of replace-buffer-in-windows.
20917
20918 * files.el (read-buffer-to-switch)
20919 (switch-to-buffer-other-window)
20920 (switch-to-buffer-other-frame, display-buffer-other-frame):
20921 Move to window.el.
20922
20923 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
20924 (previous-buffer): Move to window.el.
20925
20926 * bindings.el (unbury-buffer): Move to window.el.
20927
20928 * window.el (delete-other-windows-vertically): Move after
20929 definition of delete-other-windows.
20930 (other-window, delete-windows-on, replace-buffer-in-windows):
20931 Move here from window.c.
20932 (record-window-buffer, unrecord-window-buffer)
20933 (set-window-buffer-start-and-point, switch-to-prev-buffer)
20934 (switch-to-next-buffer): New functions.
20935 (get-next-valid-buffer, last-buffer, next-buffer): Move here
20936 from simple.el. Call switch-to-next-buffer.
20937 (previous-buffer): Move here from simple.el.
20938 Call switch-to-prev-buffer.
20939 (bury-buffer): Move here from buffer.c. Switch to previous
20940 buffer when window cannot be deleted.
20941 (unbury-buffer): Move here from bindings.el.
20942 (ctl-x-map): Move binding for other-window from window.c to
20943 here.
20944 (read-buffer-to-switch, switch-to-buffer-other-window)
20945 (switch-to-buffer-other-frame): Move here from files.el.
20946 (normalize-buffer-to-switch-to): New functions.
20947 (switch-to-buffer): Move here from buffer.c.
20948 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
20949
20950 2011-06-10 Martin Rudalics <rudalics@gmx.at>
20951
20952 * window.el (window-min-height, window-min-width): Move here
20953 from window.c. Add defcustoms and rewrite doc-strings.
20954 (resize-mini-window, resize-window): New functions.
20955 (adjust-window-trailing-edge, enlarge-window, shrink-window):
20956 Move here from window.c.
20957 (maximize-window, minimize-window): New functions.
20958 (delete-window, delete-other-windows, split-window): Move here
20959 from window.c.
20960 (window-split-min-size): New function.
20961 (split-window-keep-point): Mention split-window-above-each-other
20962 instead of split-window-vertically.
20963 (split-window-above-each-other, split-window-vertically):
20964 Rename split-window-vertically to split-window-above-each-other
20965 and provide defalias for old definition.
20966 (split-window-side-by-side, split-window-horizontally):
20967 Rename split-window-horizontally to split-window-side-by-side
20968 and provide defalias for the old definition.
20969 (ctl-x-map): Move bindings for delete-window,
20970 delete-other-windows and enlarge-window here from window.c.
20971 Replace bindings for split-window-vertically and
20972 split-window-horizontally by bindings for
20973 split-window-above-each-other and split-window-side-by-side.
20974
20975 * cus-start.el (all): Remove entries for window-min-height and
20976 window-min-width. Add entries for window-splits and
20977 window-nest.
20978
20979 2011-06-09 Glenn Morris <rgm@gnu.org>
20980
20981 * calendar/appt.el (appt-mode-line): New function.
20982 (appt-check, appt-disp-window): Use it.
20983
20984 * files.el (hack-one-local-variable-eval-safep):
20985 Allow minor-modes with explicit +/-1 arguments.
20986
20987 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
20988
20989 * term/xterm.el (xterm): Add defgroup.
20990 (xterm-extra-capabilities): Add defcustom to supply known xterm
20991 capabilities, skip querying them, or query them (default).
20992 (terminal-init-xterm): Use it.
20993 (terminal-init-xterm-modify-other-keys): New function to set up
20994 modifyOtherKeys support to simplify `terminal-init-xterm'.
20995
20996 2011-06-09 Martin Rudalics <rudalics@gmx.at>
20997
20998 * window.el (resize-window-reset, resize-window-reset-1)
20999 (resize-subwindows-skip-p, resize-subwindows-normal)
21000 (resize-subwindows, resize-other-windows, resize-this-window)
21001 (resize-root-window, resize-root-window-vertically)
21002 (window-deletable-p, window-or-subwindow-p)
21003 (frame-root-window-p): New functions.
21004
21005 2011-06-09 Glenn Morris <rgm@gnu.org>
21006
21007 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
21008 (ange-ftp-get-files): Use it.
21009
21010 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21011
21012 * mail/sendmail.el (mail-recover-1, mail-recover):
21013 * files.el (recover-file, recover-session):
21014 Handle dired-listing-switches not being just a single short option.
21015
21016 2011-06-09 Glenn Morris <rgm@gnu.org>
21017
21018 * calendar/appt.el (appt-display-message, appt-disp-window):
21019 Handle lists of appointments.
21020
21021 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21022
21023 * window.el (one-window-p): Move down in code.
21024 Rewrite doc-string.
21025 (window-current-scroll-bars): Rewrite doc-string.
21026 Normalize live window argument.
21027 (walk-windows, get-window-with-predicate, count-windows):
21028 Rewrite doc-string. Use window-list-1.
21029 (window-in-direction-2, window-in-direction, get-mru-window):
21030 New functions.
21031
21032 2011-06-08 Reuben Thomas <rrt@sc3d.org>
21033
21034 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
21035 Doc fix (Bug#8713).
21036
21037 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
21038
21039 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
21040
21041 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
21042
21043 * loadhist.el (unload-feature-special-hooks):
21044 Add `comint-output-filter-functions'.
21045
21046 2011-06-08 Ivan Kanis <gnu@kanis.fr>
21047
21048 * calendar/appt.el (appt-check): Move some initializations into the let.
21049
21050 2011-06-08 Martin Rudalics <rudalics@gmx.at>
21051
21052 * window.el (window-height): Defalias to window-total-height.
21053 (window-width): Defalias to window-body-width.
21054
21055 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
21056
21057 * image-mode.el (image-toggle-animation): New command.
21058 (image-mode-map): Bind it to RET.
21059 (image-mode): Update message.
21060 (image-toggle-display-image): Avoid a spurious cache flush.
21061 (image-transform-rotation): Doc fix.
21062 (image-transform-properties): Return quickly in the normal case.
21063 (image-animate-loop): Rename from image-animate-max-time.
21064
21065 * image.el (image-animate-max-time): Move to image-mode.el.
21066 (create-animated-image): Remove unnecessary function.
21067 (image-animate): Rename from image-animate-start. New arg.
21068 (image-animate-stop): Remove; just use image-animate-timer.
21069 (image-animate-timer): Use car-safe.
21070 (image-animate-timeout): Rename argument.
21071
21072 2011-06-07 Martin Rudalics <rudalics@gmx.at>
21073
21074 * window.el (get-lru-window, get-largest-window): Move here from
21075 window.c. Rename first argument to ALL-FRAMES.
21076 Rephrase doc-strings.
21077 (get-buffer-window-list): Rewrite using window-list-1.
21078 Rephrase doc-string.
21079 (window-safe-min-height, window-safe-min-width): New constants.
21080 (window-size-ignore, window-min-size, window-min-size-1)
21081 (window-sizable, window-sizable-p, window-size-fixed-1)
21082 (window-size-fixed-p, window-min-delta-1, window-min-delta)
21083 (window-max-delta-1, window-max-delta, window-resizable)
21084 (window-resizable-p, window-total-height, window-total-width)
21085 (window-body-width): New functions.
21086 (window-full-height-p, window-full-width-p): Rewrite using
21087 window-total-size.
21088 (window-body-height): Rewrite using window-body-size.
21089
21090 2011-06-06 Martin Rudalics <rudalics@gmx.at>
21091
21092 * window.el (window-right, window-left, window-child)
21093 (window-child-count, window-last-child, window-any-p)
21094 (normalize-live-buffer, normalize-live-frame)
21095 (normalize-any-window, normalize-live-window)
21096 (window-iso-combination-p, window-iso-combined-p)
21097 (window-iso-combinations)
21098 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
21099 (windows-with-parameter, window-with-parameter)
21100 (window-atom-root, make-window-atom, window-atom-check-1)
21101 (window-atom-check, window-side-check, window-check):
21102 New functions.
21103 (ignore-window-parameters, window-sides, window-sides-vertical)
21104 (window-sides-slots): New variables.
21105 (window-size-fixed): Move down in code. Minor doc-string fix.
21106
21107 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
21108
21109 * comint.el (comint-dynamic-complete-as-filename)
21110 (comint-dynamic-complete-filename): Correctly call
21111 completion-in-region.
21112
21113 2011-06-05 Deniz Dogan <deniz@dogan.se>
21114
21115 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
21116 in last change.
21117
21118 2011-06-05 Deniz Dogan <deniz@dogan.se>
21119
21120 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
21121 (rcirc): Use it to prompt for encryption.
21122
21123 2011-06-05 Roland Winkler <winkler@gnu.org>
21124
21125 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
21126 (bibtex-search-entries): New command bound to C-c C-a.
21127 (bibtex-display-entries): New function.
21128
21129 2011-06-05 Roland Winkler <winkler@gnu.org>
21130
21131 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
21132 (bibtex-insert-kill): After yanking insert newline if necessary.
21133 (bibtex-initialize): Call bibtex-string-files-init only once.
21134 (bibtex-mode): Do not call easy-menu-add.
21135 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
21136 (bibtex-yank): Set arg properly if nil.
21137
21138 2011-06-05 Roland Winkler <winkler@gnu.org>
21139
21140 * textmodes/bibtex.el (bibtex-search-entry-globally):
21141 New variable.
21142 (bibtex-search-entry): Use it.
21143
21144 2011-06-05 Roland Winkler <winkler@gnu.org>
21145
21146 * textmodes/bibtex.el (bibtex-entry-format): New option
21147 sort-fields.
21148 (bibtex-format-entry, bibtex-reformat): Honor this option.
21149 (bibtex-parse-entry): Return fields in proper order.
21150
21151 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
21152
21153 * doc-view.el (doc-view-remove-if): Move computation of result out
21154 of `dolist' to silence misleading lexical-binding warning.
21155
21156 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
21157
21158 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
21159 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
21160
21161 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21162
21163 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
21164 "SunOS 5.10".
21165
21166 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
21167
21168 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
21169 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
21170 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
21171 (tramp-parse-putty):
21172 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
21173 (tramp-completion-function-alist-ssh)
21174 (tramp-completion-function-alist-telnet)
21175 (tramp-completion-function-alist-su)
21176 (tramp-completion-function-alist-putty): Set `tramp-autoload'
21177 cookie.
21178
21179 * net/tramp-ftp.el:
21180 * net/tramp-sh.el:
21181 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
21182 load "tramp.el" `tramp-set-completion-function'.
21183
21184 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
21185
21186 * shell.el: Require and use pcomplete.
21187 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
21188 (shell-completion-vars): Set pcomplete-default-completion-function.
21189
21190 2011-06-04 Deniz Dogan <deniz@dogan.se>
21191
21192 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
21193 `memq' (Bug#8799).
21194
21195 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21196
21197 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
21198
21199 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
21200
21201 * bs.el (bs--mark-unmark, bs--nth-wrapper):
21202 * mpc.el (mpc-select-extend, mpc-songpointer-context):
21203 * vc/log-view.el (log-view-beginning-of-defun):
21204 * vc/smerge-mode.el (smerge-apply-resolution-patch)
21205 (smerge-refine-forward, smerge-refine-chopup-region):
21206 Silence warning for unused `dotimes' counter variables.
21207
21208 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
21209
21210 * net/tramp.el (tramp-with-progress-reporter): Rename from
21211 with-progress-reporter. Use `declare'.
21212 * net/tramp-smb.el:
21213 * net/tramp-sh.el:
21214 * net/tramp-gvfs.el: Update all uses.
21215
21216 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
21217
21218 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
21219 buffer isn't killed before making it current.
21220
21221 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21222
21223 Silence various byte-compiler warnings.
21224 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
21225 `access-type' and new obsolescence format.
21226 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
21227 new format.
21228 (byte-compile-check-variable): New `access-type' argument.
21229 Only warn if the access-type is obsolete.
21230 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
21231 (byte-compile-variable-set): Adjust callers.
21232 * help-fns.el (describe-variable): Adjust to new obsolescence format.
21233 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
21234 setting it as obsolete.
21235 * simple.el (minibuffer-completing-symbol):
21236 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
21237 access as obsolete.
21238 * minibuffer.el (minibuffer-completing-file-name): Don't make it
21239 obsolete yet.
21240 * international/quail.el (quail-mouse-choose-completion): Remove unused
21241 code referring to obsolete var.
21242 (quail-choose-completion-string): Remove.
21243 * server.el (server-clients-with, server-kill-buffer-query-function)
21244 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
21245 * proced.el (proced-send-signal):
21246 * emacs-lisp/lisp.el (lisp-complete-symbol):
21247 Replace completion-annotate-function with completion-extra-properties.
21248
21249 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21250
21251 * simple.el (goto-line): Use read-number.
21252 (overriding-map-is-bound): Remove.
21253 (saved-overriding-map): Change default.
21254 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
21255 Take the map as argument.
21256 (universal-argument, negative-argument, digit-argument): Use it.
21257 (restore-overriding-map): Adjust.
21258 (do-auto-fill): Use fill-forward-paragraph.
21259 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
21260
21261 * minibuffer.el (minibuffer-inactive-mode-map): New var.
21262 (minibuffer-inactive-mode): New major mode.
21263 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
21264 the *Messages* buffer" hack.
21265 (mouse-popup-menubar): Don't burp if the event is a normal key.
21266
21267 Miscellaneous tweaks.
21268 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
21269 lexical scoping as in subr.el's dolist and dotimes.
21270 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
21271 Silence compiler warning.
21272 * thingatpt.el (forward-whitespace): Trivial coding style fix.
21273 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
21274 * international/ccl.el (ccl-compile): Trivial simplification.
21275 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
21276 * emacs-lisp/testcover.el (testcover-end): Remove spurious
21277 `printflag' argument.
21278 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
21279 Purecopy the whole obsolescence data.
21280
21281 2011-06-01 Leo Liu <sdl.web@gmail.com>
21282
21283 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
21284 improve doc-string as suggested by Marco Pessotto
21285 <melmothx@gmail.com>.
21286 (rcirc-print): Fix last change.
21287
21288 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21289
21290 * minibuffer.el (complete-with-action): Return nil for the metadata and
21291 boundaries of non-functional tables.
21292 (completion-table-dynamic): Return nil for the metadata.
21293 (completion-table-with-terminator): Add default case, using
21294 complete-with-action.
21295 (completion--metadata): New function.
21296 (completion-all-sorted-completions, minibuffer-completion-help): Use it
21297 to try and avoid pathological performance problems.
21298 (completion--embedded-envvar-table): Return `category' metadata.
21299
21300 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
21301
21302 * subr.el (process-alive-p): New tiny convenience function.
21303
21304 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21305
21306 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
21307 content but also its previous major mode.
21308
21309 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
21310
21311 * emacs-lisp/debug.el (debug): Restore the previous content of the
21312 *Backtrace* buffer when we exit with C-M-c.
21313
21314 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21315
21316 * minibuffer.el: Add metadata method to completion tables.
21317 (completion-category-overrides): New defcustom.
21318 (completion-metadata, completion--field-metadata)
21319 (completion-metadata-get, completion--styles)
21320 (completion--cycle-threshold): New functions.
21321 (completion-try-completion, completion-all-completions):
21322 Add `metadata' argument to choose completion-styles.
21323 (completion--do-completion): Use metadata to choose cycling.
21324 (completion-all-sorted-completions): Use metadata for sorting.
21325 Remove :completion-cycle-penalty which is not needed any more.
21326 (completion--try-word-completion): Add `metadata' argument.
21327 (minibuffer-completion-help): Check metadata for annotation function
21328 and sorting.
21329 (completion-file-name-table): Return `category' metadata.
21330 (minibuffer-completing-file-name): Make obsolete.
21331 * simple.el (minibuffer-completing-symbol): Make obsolete.
21332 * icomplete.el (icomplete-completions): Pass new `metadata' param to
21333 completion-try-completion.
21334
21335 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21336
21337 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
21338
21339 2011-05-30 Leo Liu <sdl.web@gmail.com>
21340
21341 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
21342 (rcirc-print): Decode all incoming messages (bug#8744).
21343 (rcirc-decode-coding-system): Allow value nil for automatic coding
21344 system detection.
21345
21346 2011-06-01 Glenn Morris <rgm@gnu.org>
21347
21348 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
21349
21350 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21351
21352 * image.el (image-animate-max-time): Allow nil and t values.
21353 Default to nil.
21354 (create-animated-image): Doc fix.
21355 (image-animate-start): Remove second arg; just use
21356 image-animate-max-time.
21357 (image-animate-timeout): Doc fix. Args changed.
21358
21359 * image-mode.el (image-toggle-display-image): Ensure that the
21360 image spec passed to the animate timer is the same object as in
21361 the buffer's display property (Bug#6981).
21362 (image-transform-properties): Doc fix.
21363
21364 * image.el (image-animate-max-time): Default to nil.
21365
21366 2011-05-29 Martin Rudalics <rudalics@gmx.at>
21367
21368 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
21369 entire buffer list (Bug#8184).
21370
21371 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21372
21373 * image.el (imagemagick-types-inhibit)
21374 (imagemagick-register-types): Doc fix.
21375
21376 2011-05-29 Deniz Dogan <deniz@dogan.se>
21377
21378 * net/rcirc.el (rcirc): Use the user's stored encryption method by
21379 default.
21380
21381 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
21382
21383 * select.el: Don't perform clipboard-manager saving in hooks;
21384 leave the hooks empty.
21385
21386 2011-05-28 Leo Liu <sdl.web@gmail.com>
21387
21388 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
21389 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
21390 (occur-edit-mode): New major mode (Bug#8463).
21391 (occur-after-change-function): New function.
21392 (occur-engine): Give Occur tags a read-only property.
21393
21394 2011-05-28 Kevin Ryde <user42@zip.com.au>
21395
21396 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
21397
21398 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21399
21400 * bindings.el (help-echo): Make the initial non-indicator dash
21401 empty on graphical terminals (Bug#7295).
21402
21403 * files.el (auto-mode-alist): Move config rule after the
21404 in-stripping one (Bug#8547).
21405
21406 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
21407
21408 * startup.el (normal-splash-screen): Remove gratuitous mode-line
21409 setting (Bug#8740).
21410
21411 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
21412
21413 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
21414 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
21415 (Bug#8539).
21416
21417 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21418
21419 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
21420
21421 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
21422
21423 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
21424 (hs-hide-block-at-point, hs-find-block-beginning)
21425 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
21426 (Bug#8279).
21427
21428 2011-05-28 Glenn Morris <rgm@gnu.org>
21429
21430 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
21431
21432 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
21433
21434 * help-fns.el (describe-function-1): If the function is a derived
21435 major mode, print the parent mode.
21436
21437 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
21438 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
21439
21440 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
21441
21442 * minibuffer.el (completion--capf-wrapper): Check applicability before
21443 returning non-nil for non-exclusive completion data.
21444 * progmodes/etags.el (tags-completion-at-point-function):
21445 * info-look.el (info-lookup-completions-at-point): Mark as
21446 non-exclusive.
21447 (info-complete): Adjust accordingly.
21448
21449 * info-look.el: Convert to lexical-binding and completion-at-point.
21450 (info-lookup-completions-at-point): New function.
21451 (info-complete): Use it and completion-in-region.
21452
21453 2011-05-28 Drew Adams <drew.adams@oracle.com>
21454
21455 * isearch.el: Let M-e start with point at the first mismatched char.
21456 (isearch-fail-pos): New function.
21457 (isearch-edit-string): Use it.
21458
21459 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21460
21461 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21462
21463 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
21464
21465 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
21466 traversal functions for avl-trees.
21467 (avl-tree--stack): New struct.
21468 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
21469 (avl-tree-enter): Add optional `updatefun' arg.
21470 (avl-tree--do-enter): Add optional `updatefun' arg.
21471 Change return value.
21472 (avl-tree-delete): Add optional `test' and `nilflag' args.
21473 (avl-tree--do-delete): Add `test' and `nilflag' args.
21474 Change return value.
21475 (avl-tree-member): Add optional `nilflag'
21476 (avl-tree-member-p): New function.
21477 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
21478 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
21479 (avl-tree-stack-empty-p): New functions.
21480
21481 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
21482 avl-tree--del-balance1 and make it work both ways.
21483 (avl-tree--del-balance2): Remove.
21484 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
21485 make it work both ways.
21486 (avl-tree--enter-balance2): Remove.
21487 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
21488 New macros.
21489 (avl-tree--mapc, avl-tree-map): Add direction argument.
21490
21491 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
21492
21493 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
21494
21495 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
21496
21497 * select.el: Support clipboard managers with built-in function
21498 x-clipboard-manager-save, via delete-frame-functions and
21499 kill-emacs-hook.
21500 (xselect-convert-to-targets): Add MULTIPLE target to list.
21501 (xselect-convert-to-save-targets): New function.
21502
21503 2011-05-27 Kenichi Handa <handa@m17n.org>
21504
21505 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
21506 let-binding rfc2047-encode-encoded-words to nil.
21507
21508 2011-05-27 Glenn Morris <rgm@gnu.org>
21509
21510 * mail/emacsbug.el: Don't require url-util.
21511
21512 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
21513
21514 * files.el (set-auto-mode):
21515 Also respect mode: entries at the end of the file. (Bug#8586)
21516
21517 2011-05-26 Glenn Morris <rgm@gnu.org>
21518
21519 * files.el (hack-local-variables-prop-line, hack-local-variables):
21520 Downcase mode names, as seems to be traditional.
21521 (hack-local-variables, hack-local-variables-apply): Doc fixes.
21522
21523 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
21524 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
21525
21526 2011-05-25 Julien Danjou <julien@danjou.info>
21527
21528 * textmodes/rst.el (rst-define-level-faces): Do not define face
21529 symbol if it is already defined.
21530
21531 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
21532
21533 * play/5x5.el (5x5-new-game, 5x5-randomize):
21534 Reset 5x5-solver-output to nil when a new grid is cast.
21535 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
21536 these debugging traces, as defmacro breaks the compiled code.
21537
21538 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
21539
21540 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
21541
21542 2011-05-24 Leo Liu <sdl.web@gmail.com>
21543
21544 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
21545 (vc-bzr-sha1): Adapt.
21546
21547 * sha1.el: Remove. Function `sha1' is now builtin.
21548
21549 * bindings.el: Provide sha1 feature.
21550
21551 2011-05-24 Kenichi Handa <handa@m17n.org>
21552
21553 * mail/sendmail.el: Require `rfc2047'.
21554 (mail-insert-from-field): Do not perform RFC2047 encoding.
21555 (mail-encode-header): New function.
21556 (sendmail-send-it): Set buffer-file-coding-system of the work
21557 buffer to the return value of select-message-coding-system.
21558 Call mail-encode-header.
21559
21560 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
21561
21562 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
21563
21564 * mail/supercite.el (sc-default-cite-frame):
21565 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
21566
21567 2011-05-24 Glenn Morris <rgm@gnu.org>
21568
21569 * progmodes/python.el (brm-menu): Declare.
21570
21571 * emulation/viper.el (viper-set-hooks): Declare.
21572
21573 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
21574 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
21575 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
21576 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
21577 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
21578 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
21579
21580 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
21581
21582 Add an :exit-function for completion-at-point.
21583
21584 * minibuffer.el (completion--done): New fun.
21585 (completion--do-completion): Use it. New arg `expect-exact'.
21586 (minibuffer-complete, minibuffer-complete-word): Don't output message,
21587 since completion--do-completion does it for us now.
21588 (minibuffer-force-complete): Use completion--done and
21589 completion--replace. Handle sole-completion case with more care.
21590 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
21591 (completion-extra-properties): New var.
21592 (completion-annotate-function): Make obsolete.
21593 (minibuffer-completion-help): Adjust accordingly.
21594 Use completion-list-insert-choice-function.
21595 (completion-at-point, completion-help-at-point):
21596 Bind completion-extra-properties.
21597 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
21598 * simple.el (completion-list-insert-choice-function): New var.
21599 (completion-setup-function): Preserve it.
21600 (choose-completion): Pay attention to it, shuffle the code a bit.
21601 (choose-completion-string): New arg `insert-function'.
21602
21603 * textmodes/bibtex.el: Convert to lexical binding.
21604 (bibtex-mode-map): Use completion-at-point.
21605 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
21606 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
21607 (bibtex-complete): Define as obsolete alias.
21608 (bibtex-complete-internal): Remove.
21609 (bibtex-format-entry): Remove unused sub-group in regexp.
21610 * shell.el (shell--command-completion-data)
21611 (shell-environment-variable-completion):
21612 * pcomplete.el (pcomplete-completions-at-point):
21613 * comint.el (comint--complete-file-name-data): Use :exit-function
21614 instead of completion-table-with-terminator so it also works for
21615 choose-completion.
21616
21617 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21618
21619 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
21620
21621 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
21622 (bug#8710).
21623
21624 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
21625
21626 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
21627
21628 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
21629 customization variable and implement: If non-nil, auto-fill will
21630 be inhibited while on topic's header line.
21631
21632 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
21633
21634 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
21635 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
21636 always have a solution in grid size = 5 cases.
21637 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
21638 (5x5-solver-output, 5x5-log-buffer): New vars.
21639 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
21640 Make these variables buffer local to achieve 5x5 multi-session-ness.
21641 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
21642 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
21643 (5x5-solve-suggest): New funs.
21644 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
21645 randomize a grid so that we ensure that there is always a solution.
21646 (5x5-make-random-grid): Allow other movement than flipping.
21647
21648 2011-05-23 Kevin Ryde <user42@zip.com.au>
21649
21650 * emacs-lisp/advice.el (ad-read-advised-function):
21651 Use `function-called-at-point' as the default, if it has
21652 advice and passes PREDICATE.
21653
21654 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
21657 byte-compile-lambda if it's actually a lambda.
21658
21659 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
21660 Fix function quoting. Use backquote better.
21661
21662 2011-05-22 Yuanle Song <sylecn@gmail.com>
21663
21664 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
21665 matching (Bug#8516).
21666
21667 2011-05-22 Jari Aalto <jari.aalto@cante.net>
21668
21669 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
21670 different face (Bug#8178).
21671
21672 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
21673
21674 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
21675 defface (Bug#8144).
21676
21677 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
21680 funcall as well (bug#8712). Warn when performing those conversions.
21681 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
21682
21683 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
21684
21685 2011-05-22 Glenn Morris <rgm@gnu.org>
21686
21687 * files.el (hack-local-variables-prop-line): Small simplifications.
21688 (hack-local-variables, hack-local-variables-prop-line):
21689 If MODE-ONLY, return the mode, rather than just `t'.
21690
21691 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
21692
21693 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
21694
21695 2011-05-21 Glenn Morris <rgm@gnu.org>
21696
21697 * files.el (hack-local-variables-prop-line, hack-local-variables):
21698 If only interested in the mode, don't bother doing the other stuff.
21699
21700 * image-mode.el (image-after-revert-hook):
21701 Redraw all frames on which the image is visible. (Bug#8567)
21702
21703 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
21704
21705 * wid-edit.el (widget-checklist-match-inline):
21706 Fix 2011-04-19 change. (Bug#8649)
21707
21708 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
21711 Also allow singlespace after single-letter capitals followed by a dot.
21712
21713 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
21714 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
21715
21716 2011-05-20 Nix <nix@esperi.org.uk>
21717
21718 * files.el (basic-save-buffer-2):
21719 Fix handling of break-hardlink-on-save with non-existent files.
21720
21721 2011-05-19 Deniz Dogan <deniz@dogan.se>
21722
21723 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
21724 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
21725
21726 2011-05-19 Glenn Morris <rgm@gnu.org>
21727
21728 * progmodes/f90.el (f90-type-def-re):
21729 Handle "type, bind(c)". (Bug#8691)
21730
21731 * emacs-lisp/autoload.el (batch-update-autoloads):
21732 Set autoload-excludes by parsing loadup.el rather than Makefiles.
21733
21734 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
21735
21736 * net/tramp.el (tramp-process-actions): Set "first-password-request"
21737 property for the correct connection in case of multihops.
21738
21739 2011-05-18 Glenn Morris <rgm@gnu.org>
21740
21741 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
21742 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
21743
21744 Rationalize calendar handling of day and month abbrev-arrays.
21745 * calendar/calendar.el (calendar-customized-p): New function.
21746 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
21747 (calendar-day-name-array, calendar-month-name-array): Doc fix.
21748 Add :set function.
21749 (calendar-abbrev-length, calendar-day-abbrev-array)
21750 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
21751 (calendar-day-abbrev-array, calendar-month-abbrev-array):
21752 Elements may no longer be nil.
21753 (calendar-day-name, calendar-month-name):
21754 Update for changed nature of abbrev arrays.
21755 * calendar/diary-lib.el (diary-name-pattern):
21756 Update for changed nature of abbrev arrays.
21757 (diary-mark-entries-1): Update calendar-make-alist calls.
21758 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
21759 * calendar/cal-html.el (cal-html-day-abbrev-array):
21760 Simply inherit from calendar-day-abbrev-array.
21761
21762 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
21763
21764 * progmodes/grep.el (grep-mode): Disable default
21765 compilation-directory-matcher setting (bug#8684).
21766
21767 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
21768
21769 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
21770 instead of "head" and "tail". There were problems with SunOS 5.9,
21771 and it performs better.
21772
21773 2011-05-17 Glenn Morris <rgm@gnu.org>
21774
21775 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
21776
21777 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
21778 Replace obsolete function.
21779
21780 * shell.el (pcomplete-parse-arguments-function): Declare.
21781
21782 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
21783 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
21784 (appt-check): Doc fixes.
21785 (appt-disp-window-function, appt-delete-window-function):
21786 Remove needless special case in custom :type.
21787 (appt-display-count): Default to 0, not nil.
21788 (appt-check): Reset appt-display-count to 0, not nil.
21789
21790 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
21791
21792 * progmodes/python.el (python-font-lock-keywords):
21793 Add the Python 3.X keyword "nonlocal" (bug#8639).
21794
21795 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
21796
21797 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
21798
21799 2011-05-16 Kevin Ryde <user42@zip.com.au>
21800
21801 * info-look.el (makefile-automake-mode): New setups, looking in
21802 automake manual, then makefile-mode.
21803 (makefile-mode): Remove automake manual, have it just in
21804 makefile-automake-mode since there's various things different or
21805 not relevant to plain make.
21806 (makefile-mode): Remove "other-modes" non-existent automake-mode,
21807 believe a hypothetical automake-mode would go to makefile-mode,
21808 not the other way around.
21809
21810 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
21811
21812 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
21813 hunk-end tags (Bug#8672).
21814
21815 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
21816 vc-annotate-show-diff-revision-at-line (Bug#8671).
21817
21818 2011-05-14 Glenn Morris <rgm@gnu.org>
21819
21820 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
21821 in the middle of an existing one with multiple authors. (Bug#8645)
21822 (change-log-font-lock-keywords): Also handle multiple author lines
21823 with leading tabs. (Bug#8644)
21824
21825 * calendar/appt.el (appt-check): Rename some local variables.
21826 Some simplification/reordering.
21827
21828 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
21829 (feedmail-sendmail-f-doesnt-sell-me-out)
21830 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21831 (feedmail-debug-sit-for, feedmail-queue-express-hook)
21832 (feedmail-queue-runner-message-sender): Set :version.
21833 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
21834 (bbdb-dwim-net-address, vm-mail): Declare.
21835 (feedmail-binmail-gnulinuxish-template):
21836 Rename from feedmail-binmail-linuxish-template.
21837 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
21838 Use insert-buffer-substring.
21839
21840 2011-05-14 Bill Carpenter <bill@carpenter.org>
21841
21842 * mail/feedmail.el (feedmail-patch-level): Increase.
21843 (feedmail-debug): New custom group.
21844 (feedmail-confirm-outgoing-timeout)
21845 (feedmail-sendmail-f-doesnt-sell-me-out)
21846 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
21847 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
21848 (feedmail-sender-line, feedmail-from-line)
21849 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
21850 (feedmail-spray-this-address)
21851 (feedmail-spray-address-fiddle-plex-list)
21852 (feedmail-queue-use-send-time-for-date)
21853 (feedmail-queue-use-send-time-for-message-id)
21854 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
21855 (feedmail-buffer-eating-function):
21856 Doc fixes.
21857 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
21858 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
21859 (feedmail-message-action-scroll-down): New functions.
21860 (feedmail-queue-directory, feedmail-queue-draft-directory):
21861 Use expand-file-name.
21862 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
21863 Remove C-v help entry.
21864 (feedmail-queue-buffer-file-name): New variable.
21865 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
21866 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
21867 (feedmail-message-action-send-strong, feedmail-message-action-edit)
21868 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
21869 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
21870 (feedmail-message-action-toggle-spray)
21871 (feedmail-run-the-queue-no-prompts)
21872 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
21873 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
21874 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
21875 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
21876 (feedmail-envelope-deducer, feedmail-fiddle-from)
21877 (feedmail-fiddle-sender, feedmail-default-date-generator)
21878 (feedmail-fiddle-date, feedmail-fiddle-message-id)
21879 (feedmail-fiddle-spray-address)
21880 (feedmail-fiddle-list-of-spray-fiddle-plexes)
21881 (feedmail-fiddle-list-of-fiddle-plexes)
21882 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
21883 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
21884 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
21885 Change default. Doc fix.
21886 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
21887 (feedmail-binmail-linuxish-template): New constant.
21888 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
21889 Respect feedmail-sendmail-f-doesnt-sell-me-out.
21890 (feedmail-send-it): Add debug call.
21891 Use feedmail-queue-buffer-file-name, and
21892 feedmail-send-it-immediately-wrapper.
21893 (feedmail-message-action-send): Add debug call.
21894 Use feedmail-send-it-immediately-wrapper.
21895 (feedmail-queue-express-to-queue): Add debug call.
21896 Run feedmail-queue-express-hook.
21897 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
21898 (feedmail-message-action-help-blat):
21899 Rename from feedmail-queue-send-edit-prompt-help-first.
21900 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
21901 Check line-endings. Handle errors better.
21902 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
21903 Doc fix. Add debug call.
21904 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
21905 Use feedmail-queue-send-edit-prompt-inner.
21906 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
21907 (feedmail-queue-send-edit-prompt-inner): New function, extracted
21908 from feedmail-queue-send-edit-prompt.
21909 (feedmail-queue-send-edit-prompt-help)
21910 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
21911 (feedmail-tidy-up-slug): Add debug call.
21912 Respect feedmail-queue-slug-suspect-regexp.
21913 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
21914 (feedmail-dump-message-to-queue): Add debug call.
21915 Expand queue-directory.
21916 (feedmail-dump-message-to-queue): Change message slightly.
21917 Use feedmail-say-chatter.
21918 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
21919 (feedmail-send-it-immediately-wrapper): New function.
21920 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
21921 Insert empty string rather than newline. Handle full-frame case.
21922 Use catch/throw. Use feedmail-say-chatter.
21923 (feedmail-fiddle-from): Try mail-host-address.
21924 (feedmail-default-message-id-generator): Doc fix.
21925 Bind system-time-locale. Handle missing end.
21926 (feedmail-fiddle-x-mailer): Add debug call.
21927 Handle feedmail-x-mailer-line being nil.
21928 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
21929 Add debug call. Use buffer-substring-no-properties.
21930 (feedmail-say-debug, feedmail-say-chatter): New functions.
21931 (feedmail-find-eoh): Give an explicit error.
21932
21933 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
21934
21935 * net/newst-treeview.el (newsticker-treeview-face): Change default
21936 family from helvetica to sans.
21937 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
21938 etc/images/newsticker.
21939
21940 * net/newst-reader.el (newsticker-feed-face): Change default
21941 family from helvetica to sans.
21942
21943 * net/newst-plainview.el (newsticker-new-item-face)
21944 (newsticker-old-item-face, newsticker-immortal-item-face)
21945 (newsticker-obsolete-item-face, newsticker-date-face)
21946 (newsticker-statistics-face): Change default family from
21947 helvetica to sans.
21948 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
21949 etc/images/newsticker.
21950
21951 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
21952 (newsticker--process-auto-mark-filter-match): Tell user about
21953 auto-marking.
21954
21955 2011-05-13 Didier Verna <didier@xemacs.org>
21956
21957 Common Lisp indentation improvements on defmethod and lambda-lists.
21958 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
21959 TODO entries.
21960 (lisp-lambda-list-keyword-parameter-indentation)
21961 (lisp-lambda-list-keyword-parameter-alignment)
21962 (lisp-lambda-list-keyword-alignment): New customizable user options.
21963 (lisp-indent-defun-method): Improve docstring.
21964 (extended-loop-p): Fix comment.
21965 (lisp-indent-lambda-list-keywords-regexp): New variable.
21966 (lisp-indent-lambda-list): New function.
21967 (lisp-indent-259): Use it.
21968 (lisp-indent-defmethod): Support for more than one
21969 method qualifier and properly indent methods lambda-lists.
21970 (defgeneric): Provide a missing common-lisp-indent-function property.
21971
21972 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
21973
21974 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
21975 bounds for the empty string (bug#8667).
21976
21977 2011-05-13 Glenn Morris <rgm@gnu.org>
21978
21979 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
21980
21981 * mail/sendmail.el (sendmail-program): Try executable-find first.
21982 (sendmail-send-it): `sendmail-program' cannot be unbound.
21983
21984 * calendar/appt.el (appt-make-list): Simplify.
21985 (appt-time-msg-list): Doc fix.
21986 (appt-check): Change mode-line message at the time of the appointment.
21987
21988 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
21989
21990 * progmodes/ld-script.el (ld-script-keywords)
21991 (ld-script-builtins): Update keywords list.
21992
21993 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21994
21995 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
21996
21997 * shell.el (shell-completion-vars): New function.
21998 (shell-mode):
21999 * simple.el (read-shell-command): Use it.
22000 (blink-matching-open): No need for " [...]" in minibuffer-message.
22001
22002 2011-05-12 Glenn Morris <rgm@gnu.org>
22003
22004 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
22005 (appt-check): Simplify.
22006
22007 2011-05-12 Eli Zaretskii <eliz@gnu.org>
22008
22009 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
22010 literal "/dev/null".
22011
22012 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22013
22014 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
22015 Fix typo.
22016
22017 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
22018
22019 * progmodes/which-func.el (which-function):
22020 Use add-log-current-defun instead of add-log-current-defun-function,
22021 which might not be defined (Bug#8260).
22022
22023 2011-05-12 Glenn Morris <rgm@gnu.org>
22024
22025 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
22026 Let byte-compile-initial-macro-environment always take precedence.
22027
22028 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22029
22030 * net/rcirc.el: Add support for SSL/TLS connections.
22031 (rcirc-server-alist): New field `encryption'.
22032 (rcirc): Check `encryption' settings.
22033 (rcirc-connect): New arg `encryption'. Use open-network-stream.
22034 Merge make-local-variable into `set'.
22035 (rcirc--connection-open-p): New function.
22036 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
22037 the process is not a network process (e.g. running gnutls-cli).
22038 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
22039 Make rcirc-(en|de)code-coding-system local here.
22040 (rcirc-mode): Merge make-local-variable into `set'.
22041 (rcirc-parent-buffer): Make permanent buffer-local.
22042 (rcirc-multiline-minor-mode): Don't do it here.
22043 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
22044 there's no server buffer.
22045
22046 2011-05-11 Glenn Morris <rgm@gnu.org>
22047
22048 * newcomment.el (comment-kill): Prefix "unused" local.
22049
22050 * term/w32console.el (get-screen-color): Declare.
22051
22052 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
22053 Handle symbol elements of byte-compile-initial-macro-environment.
22054
22055 2011-05-10 Leo Liu <sdl.web@gmail.com>
22056
22057 * bookmark.el (bookmark-bmenu-mode-map):
22058 Bind bookmark-bmenu-search to `/'.
22059
22060 * mail/footnote.el: Convert to utf-8 encoding.
22061 (footnote-unicode-string, footnote-unicode-regexp): New variable.
22062 (Footnote-unicode): New function.
22063 (footnote-style-alist): Add unicode style to the list.
22064 (footnote-style): Doc fix.
22065
22066 2011-05-10 Jim Meyering <meyering@redhat.com>
22067
22068 Fix doubled-word typos.
22069 * international/quail.el (quail-insert-kbd-layout): and and -> and
22070 * kermit.el: and and -> and
22071 * net/ldap.el (ldap-search-internal): to to -> to
22072 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
22073 * progmodes/js.el (js-mode): and and -> and
22074 * textmodes/artist.el (artist-move-to-xy): at at -> at
22075 (artist-draw-region-trim-line-endings): if if -> if
22076 And Safetyc -> Safety.
22077 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
22078
22079 2011-05-10 Glenn Morris <rgm@gnu.org>
22080 Stefan Monnier <monnier@iro.umontreal.ca>
22081
22082 * files.el (hack-one-local-variable-eval-safep):
22083 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
22084
22085 2011-05-10 Glenn Morris <rgm@gnu.org>
22086
22087 * calendar/diary-lib.el (diary-list-entries-hook)
22088 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
22089 (diary-nongregorian-marking-hook, diary-list-entries)
22090 (diary-include-other-diary-files, diary-mark-entries)
22091 (diary-mark-included-diary-files): Doc fixes.
22092
22093 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22094
22095 * misc.el: Require tabulated-list.el during compilation.
22096
22097 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22098
22099 * progmodes/compile.el (compilation-start):
22100 Run compilation-filter-hook for the async case too.
22101 (compilation-filter-hook): Doc fix.
22102
22103 2011-05-09 Deniz Dogan <deniz@dogan.se>
22104
22105 * wdired.el: Remove outdated installation comment. Fix usage
22106 comment.
22107
22108 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
22109
22110 * misc.el: Implement new command `list-dynamic-libraries'.
22111 (list-dynamic-libraries--loaded-only-p): New variable.
22112 (list-dynamic-libraries--refresh): New function.
22113 (list-dynamic-libraries): New command.
22114
22115 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
22116
22117 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22118 Fix the ant regexp to handle end-line and end-column info from jikes.
22119 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
22120 higher priority to avoid clobbering by gnu.
22121
22122 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22123
22124 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
22125 if the face has existing theme settings (Bug#8454).
22126
22127 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
22128
22129 * progmodes/perl-mode.el (perl-imenu-generic-expression):
22130 Only match variables declared via `my' or `our' (Bug#8261).
22131
22132 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
22133 special file names `.' and `..' (Bug#8259).
22134
22135 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
22136
22137 * progmodes/grep.el (grep-mode-font-lock-keywords):
22138 Remove buffer-changing entries.
22139 (grep-filter): New function.
22140 (grep-mode): Add it to compilation-filter-hook.
22141
22142 * progmodes/compile.el (compilation-filter-hook)
22143 (compilation-filter-start): New defvars.
22144 (compilation-filter): Call compilation-filter-hook prior to
22145 updating the process mark.
22146
22147 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
22150
22151 2011-05-07 Eli Zaretskii <eliz@gnu.org>
22152
22153 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
22154 mailclient-send-it even if window-system is nil. (Bug#8595)
22155
22156 * term/w32console.el (terminal-init-w32console):
22157 Call get-screen-color and use its output to set the frame
22158 background-mode. (Bug#8597)
22159
22160 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
22161
22162 Make bytecomp.el understand that defmethod defines funs (bug#8631).
22163 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
22164 New functions.
22165 (defgeneric, eieio--defmethod): Use them.
22166 (eieio-defgeneric): Remove.
22167 (defmethod): Call defgeneric in a way visible to the byte-compiler.
22168
22169 2011-05-07 Glenn Morris <rgm@gnu.org>
22170
22171 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
22172 Use let rather than let*.
22173 (timeclock-find-discrep): Remove unused local.
22174
22175 * calendar/diary-lib.el (diary-comment-start): Doc fix.
22176
22177 * calendar/appt.el (appt-time-msg-list): Doc fix.
22178
22179 2011-05-06 Noah Friedman <friedman@splode.com>
22180
22181 * apropos.el (apropos-print-doc): Only use
22182 emacs-lisp-docstring-fill-column when it is bound to an integer,
22183 per that variable's documentation.
22184
22185 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22186
22187 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
22188 and warnings are not silently discarded (e.g. use -d instead of -P).
22189
22190 2011-05-06 Glenn Morris <rgm@gnu.org>
22191
22192 * calendar/appt.el (appt-message-warning-time): Doc fix.
22193 (appt-warning-time-regexp): New option.
22194 (appt-make-list): Respect appt-message-warning-time.
22195
22196 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
22197 New options.
22198 (diary-add-to-list): Strip comments from the displayed string.
22199 (diary-mode): Set comment-start and comment-end.
22200
22201 * vc/diff-mode.el (smerge-refine-subst): Declare.
22202 (diff-refine-hunk): Don't require smerge-mode when compiling.
22203
22204 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
22205
22206 * simple.el (list-processes): Return nil as the docstring says.
22207
22208 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22209
22210 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
22211 to "".
22212 (ange-ftp-write-region, ange-ftp-insert-file-contents)
22213 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
22214 determining of binary transfer. (Bug#7383)
22215
22216 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
22217
22218 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22219 Fix port computation bug. (Bug#8618)
22220
22221 2011-05-05 Glenn Morris <rgm@gnu.org>
22222
22223 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
22224
22225 * simple.el (shell-dynamic-complete-functions)
22226 (comint-dynamic-complete-functions): Declare.
22227
22228 * net/network-stream.el (gnutls-negotiate):
22229 * simple.el (tabulated-list-print): Fix declarations.
22230
22231 * progmodes/gud.el (syntax-symbol, syntax-point):
22232 Remove unnecessary and incorrect declarations.
22233
22234 * emacs-lisp/check-declare.el (check-declare-scan):
22235 Handle byte-compile-initial-macro-environment in bytecomp.el.
22236
22237 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22238
22239 Fix earlier half-done eieio-defmethod change (bug#8338).
22240 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
22241 Streamline and change calling convention.
22242 (defmethod): Adjust accordingly and simplify.
22243 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
22244 new eieio--defmethod.
22245 (slot-boundp): Minor CSE simplification.
22246
22247 2011-05-05 Milan Zamazal <pdm@zamazal.org>
22248
22249 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
22250 (glasses-make-readable): Use glasses-separate-capital-groups.
22251
22252 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
22253
22254 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
22255 (warning-series): Doc fix.
22256 (display-warning): Don't try to create the buffer if we just found it.
22257
22258 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
22259
22260 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
22261 (autoload-find-generated-file): New function.
22262 (generate-file-autoloads): Bind generated-autoload-file to
22263 buffer-file-name.
22264 (update-file-autoloads, update-directory-autoloads):
22265 Use autoload-find-generated-file. If called interactively, prompt for
22266 output file (Bug#7989).
22267 (batch-update-autoloads): Doc fix.
22268
22269 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
22270
22271 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
22272
22273 2011-05-04 Glenn Morris <rgm@gnu.org>
22274
22275 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
22276 function, so it follows changes in calendar-date-style.
22277 (diary-fancy-date-matcher): New function.
22278 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
22279 (diary-fancy-font-lock-fontify-region-function):
22280 Use diary-fancy-date-pattern as a function.
22281
22282 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
22283 non-numbers for `year' etc pseudo-variables. (Bug#8583)
22284
22285 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
22286
22287 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
22288 instead of positional arguments. Allow :keylist and :crlfiles
22289 arguments.
22290 (open-gnutls-stream): Call it.
22291
22292 * net/network-stream.el (network-stream-open-starttls): Adjust to
22293 call `gnutls-negotiate' with :process and :hostname arguments.
22294
22295 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
22296
22297 * minibuffer.el (completion--message): New function.
22298 (completion--do-completion, minibuffer-complete)
22299 (minibuffer-force-complete, minibuffer-complete-word): Use it.
22300 (completion--do-completion): Don't ignore completion-auto-help when in
22301 icomplete-mode.
22302
22303 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
22304 internal encoding (e.g. tibetan zero is not whitespace).
22305 (global-whitespace-mode): Prefer save-current-buffer.
22306 (whitespace-trailing-regexp): Remove useless save-match-data.
22307 (whitespace-empty-at-bob-regexp): Minor simplification.
22308
22309 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
22310
22311 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
22312
22313 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
22314
22315 * textmodes/ispell.el (ispell-add-per-file-word-list):
22316 Use `concat' to create string for insertion.
22317
22318 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22319
22320 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
22321 Avoid open-line which runs post-self-insert-hook.
22322 (bibtex-fill-entry): Remove unused `end' var.
22323
22324 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
22325
22326 * textmodes/ispell.el (ispell-add-per-file-word-list):
22327 Protect against `nil' value of `comment-start' (Bug#8579).
22328
22329 2011-05-03 Leo Liu <sdl.web@gmail.com>
22330
22331 * isearch.el (isearch-yank-pop): New command.
22332 (isearch-mode-map): Bind it to `M-y'.
22333 (isearch-forward): Mention it.
22334
22335 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
22336
22337 * simple.el (minibuffer-complete-shell-command): Remove.
22338 (minibuffer-local-shell-command-map): Use completion-at-point.
22339 (read-shell-command): Setup completion vars here instead.
22340 (read-expression-map): Bind TAB to symbol completion.
22341
22342 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
22343 error directly rather via storing it into `results'.
22344
22345 2011-05-02 Leo Liu <sdl.web@gmail.com>
22346
22347 * vc/diff.el: Fix description.
22348
22349 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22350
22351 * server.el (server-eval-at): New function.
22352
22353 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
22354
22355 * net/network-stream.el (open-network-stream): Take a :nowait
22356 parameter and pass it on to `make-network-process'.
22357 (network-stream-open-plain): Ditto.
22358
22359 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
22360
22361 * faces.el (face-spec-set-match-display): Don't match toolkit
22362 options on terminal frames.
22363
22364 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22365
22366 * progmodes/pascal.el: Use lexical binding.
22367 (pascal-mode-map): Remove author preferences.
22368
22369 * pcomplete.el (pcomplete-std-complete): Don't abuse
22370 completion-at-point.
22371
22372 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22373
22374 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
22375 removing code that has been dead since 1991 or so.
22376
22377 * startup.el (command-line): When warning about "_emacs", use a
22378 delayed warning to allow the user to filter it out.
22379
22380 2011-04-28 Deniz Dogan <deniz@dogan.se>
22381
22382 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
22383 user has not joined.
22384
22385 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22386
22387 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
22388 aren't any completions at point.
22389
22390 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
22391
22392 * subr.el (display-delayed-warnings): New function.
22393 (delayed-warnings-hook): New variable.
22394
22395 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22396
22397 * minibuffer.el (completion-at-point, completion-help-at-point):
22398 Don't presume that a given completion-at-point-function will always
22399 use the same calling convention.
22400
22401 * pcomplete.el (pcomplete-completions-at-point):
22402 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
22403 pcomplete-seen is non-nil.
22404 (pcomplete-comint-setup): Also recognize the new comint/shell
22405 completion functions.
22406 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
22407 pcomplete-seen is non-nil.
22408
22409 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
22410
22411 * calendar/icalendar.el (diary-lib): Add require statement.
22412 (icalendar--create-uid): Read out a uid from a text-property on
22413 the first character in the entry. This allows for code to add its
22414 own uid to the entry.
22415 (icalendar--convert-float-to-ical): Add export of
22416 `diary-float'-entries save for those with the optional DAY
22417 argument.
22418
22419 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
22420
22421 * subr.el (shell-quote-argument): Use alternate escaping strategy
22422 when we spot a variable reference in a string.
22423
22424 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22425
22426 * cus-start.el (all): Define customization for debug-on-event.
22427
22428 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
22429
22430 * subr.el (shell-quote-argument): Escape correctly under Windows.
22431
22432 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22433
22434 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
22435
22436 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
22437
22438 * net/tramp.el (tramp-process-actions): Add POS argument.
22439 Delete region between POS and (pos).
22440
22441 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
22442 Use `nil' position in `tramp-process-actions' call.
22443 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
22444
22445 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
22446 position in `tramp-process-actions' call.
22447
22448 * net/trampver.el: Update release number.
22449
22450 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
22451
22452 * custom.el (defcustom): Obey lexical-binding.
22453
22454 Fix octave-inf completion problems reported by Alexander Klimov.
22455 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
22456 Inherit from octave-mode-syntax-table.
22457 (inferior-octave-mode): Set info-lookup-mode.
22458 (inferior-octave-completion-at-point): New function.
22459 (inferior-octave-complete): Use it and completion-in-region.
22460 (inferior-octave-dynamic-complete-functions): Use it as well, and use
22461 comint-filename-completion.
22462 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
22463 symbol elements which shouldn't be word elements.
22464 (octave-font-lock-keywords, octave-beginning-of-defun)
22465 (octave-function-header-regexp): Adjust regexps accordingly.
22466 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
22467
22468 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
22469
22470 * net/gnutls.el (gnutls-errorp): Declare before first use.
22471
22472 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
22473
22474 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
22475 verify-error, and verify-hostname-error parameters. Check whether
22476 default trustfile exists before going to use it. Add missing
22477 argument to gnutls-message-maybe call. Return value.
22478 Reported by Claudio Bley <claudio.bley@gmail.com>.
22479 (open-gnutls-stream): Add usage example.
22480
22481 * net/network-stream.el (network-stream-open-starttls): Give host
22482 parameter to `gnutls-negotiate'.
22483 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
22484 * subr.el (shell-quote-argument): Escape correctly under Windows.
22485
22486 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
22487
22488 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
22489 Use correct match group (bug#8438).
22490
22491 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22492
22493 * emacs-lisp/package.el (package-built-in-p): Fix typo.
22494 (package-menu--generate): New arg specifying packages to show.
22495 (package-menu-refresh, package-menu-execute, list-packages):
22496 Callers changed.
22497 (package-show-package-list): New function, replacing deleted
22498 package--list-packages (renamed because it is non-internal).
22499
22500 * finder.el (finder-list-matches): Use package-show-package-list
22501 instead of deleted package--list-packages.
22502
22503 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
22504 Based on a previous implementation by Juanma Barranquero (Bug#8366).
22505 (vc-annotate-mode-map): Bind it to RET.
22506
22507 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
22508
22509 * progmodes/etags.el (next-file): Don't use set-buffer to change
22510 buffers (Bug#8478).
22511
22512 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
22513
22514 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
22515
22516 * apropos.el (apropos-label-face): Avoid variable-pitch face.
22517 (apropos-accumulator): Doc fix.
22518 (apropos-function, apropos-macro, apropos-command)
22519 (apropos-variable, apropos-face, apropos-group, apropos-widget)
22520 (apropos-plist): Add face property.
22521 (apropos-symbols-internal): Fix indentation.
22522 (apropos-print): Simplify help, and recognize apropos-multi-type.
22523 (apropos-print-doc): Use button-type-get to extract the button's
22524 face property. Fill docstring (Bug#8352).
22525
22526 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
22527
22528 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
22529
22530 * play/mpuz.el (mpuz-silent): Doc fix.
22531 (mpuz-mode-map): Use mapc.
22532 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
22533 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
22534 Fix typos in docstrings.
22535
22536 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
22537 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
22538
22539 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
22540
22541 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
22542
22543 * minibuffer.el (completion--do-completion): Avoid the "Next char
22544 not unique" prompt if icomplete-mode is enabled (Bug#5849).
22545
22546 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
22547 mouse-2 into unread-command-events, it is interpreted correctly.
22548
22549 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
22550 (image-toggle-display): Doc fix.
22551
22552 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
22553
22554 * textmodes/page.el (what-page): Use line-number-at-pos to
22555 calculate line number (Bug#6825).
22556
22557 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22558
22559 * eshell/esh-mode.el (find-tag-interactive): Declare function.
22560 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
22561 Pass argument NO-DEFAULT to `find-tag-interactive'.
22562
22563 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
22564
22565 Lexical-binding cleanup.
22566
22567 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
22568 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
22569 * progmodes/ada-prj.el (ada-prj-initialize-values)
22570 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
22571 (ada-prj-show-value):
22572 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
22573 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
22574 (antlr-invalidate-context-cache, antlr-options-menu-filter)
22575 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
22576 * progmodes/bug-reference.el (bug-reference-push-button):
22577 * progmodes/fortran.el (fortran-line-length):
22578 * progmodes/glasses.el (glasses-change):
22579 * progmodes/octave-mod.el (octave-fill-paragraph):
22580 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
22581 (python-pdbtrack-grub-for-buffer, python-sentinel):
22582 * progmodes/sql.el (sql-save-connection):
22583 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
22584 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
22585 Mark unused parameters.
22586
22587 * progmodes/compile.el (compilation--flush-directory-cache)
22588 (compilation--flush-parse, compile-internal): Mark unused parameters.
22589 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
22590 (compilation-next-error-function): Remove unused variable `timestamp'.
22591
22592 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
22593 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
22594
22595 * progmodes/dcl-mode.el (dcl-end-of-command):
22596 Remove unused variable `start'.
22597 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
22598 (dcl-option-value-basic, dcl-option-value-offset)
22599 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
22600 Mark unused parameters.
22601 (dcl-save-local-variable): Remove unused variable `val'.
22602 (mode): Declare.
22603
22604 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
22605 Mark unused parameters.
22606 (delphi-ignore-changes): Move before first use.
22607 (delphi-charset-token-at): Remove unused variable `start'.
22608 (delphi-else-start): Remove unused variable `if-count'.
22609 (delphi-comment-block-start, delphi-comment-block-end):
22610 Remove unused variable `kind'.
22611 (delphi-indent-line): Remove unused variable `new-point'.
22612
22613 * progmodes/ebrowse.el (ebrowse-files-list)
22614 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
22615 Mark unused parameters. Don't quote `lambda'.
22616 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
22617 Don't quote `lambda'.
22618 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
22619 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
22620 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
22621 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
22622 Use `ignore-errors'.
22623 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
22624 (ebrowse-view/find-file-and-search-pattern)
22625 (ebrowse-view/find-member-declaration/definition):
22626 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
22627 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
22628 Rename parameter PREFIX-ARG to PREFIX.
22629 (ebrowse-tags-read-name): Remove unused variables `start' and
22630 `member-info'.
22631 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
22632 to `tags-file'.
22633
22634 * progmodes/etags.el (local-find-tag-hook): Declare.
22635 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
22636 Mark unused parameters.
22637
22638 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
22639 (executable-interpret): Mark unused parameter.
22640
22641 * progmodes/flymake.el (flymake-process-sentinel)
22642 (flymake-after-change-function)
22643 (flymake-create-temp-with-folder-structure)
22644 (flymake-get-include-dirs-dot): Mark unused parameters.
22645 (flymake-safe-delete-directory): Remove unused variable `err'.
22646
22647 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
22648 (speedbar-timer-fn, speedbar-line-text)
22649 (speedbar-change-expand-button-char, speedbar-delete-subblock)
22650 (speedbar-center-buffer-smartly): Declare functions.
22651 (gdb-find-watch-expression): Remove unused variable `array'.
22652 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
22653 (gdb-starting): Mark unused parameters.
22654 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
22655 (gdb-table-string): Remove unused variable `res'.
22656 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
22657 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
22658 (gdb-display-buffer): Remove unused variable `cur-size'.
22659
22660 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
22661 allow lexical-binding compilation.
22662 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
22663 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
22664 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
22665 Mark unused parameters.
22666 (gud-gdb-marker-filter): Remove unused variable `match'.
22667 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
22668 lambda expressions and funcall them, instead of using `fset'.
22669
22670 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
22671 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
22672
22673 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
22674 variable `header-beg'; use `let'.
22675
22676 * progmodes/icon.el (indent-icon-exp): Remove unused variables
22677 `restart', `last-sexp' and `at-do'.
22678
22679 * progmodes/js.el (js--debug): Mark unused parameter.
22680 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
22681 (js--splice-into-items): Remove unused variable `item'.
22682 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
22683
22684 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
22685 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
22686 (makefile-complete): Remove unused variable `try'.
22687 (makefile-fill-paragraph, makefile-match-function-end):
22688 Mark unused parameters.
22689
22690 * progmodes/octave-inf.el (inferior-octave-complete):
22691 Remove unused variable `proc'.
22692 (inferior-octave-output-digest): Mark unused parameter.
22693
22694 * progmodes/perl-mode.el (perl-calculate-indent):
22695 Remove unused variable `err'.
22696
22697 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
22698 (prolog-indent-line): Mark unused parameters.
22699 (prolog-indent-line): Remove unused variable `beg'.
22700
22701 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
22702 (reporter-dont-compact-list): Declare.
22703
22704 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
22705 Remove unused variable `char'.
22706 (sh-debug): Mark unused parameter.
22707 (sh-get-indent-info): Remove unused variable `start'.
22708 (sh-calculate-indent): Remove unused variable `var'.
22709
22710 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
22711 (simula-electric-keyword): Remove unused variable `null'.
22712 (simula-search-backward, simula-search-forward): Remove unused
22713 variables `begin' and `end'.
22714
22715 * progmodes/vera-mode.el (vera-guess-basic-syntax):
22716 Remove unused variable `pos'.
22717 (vera-electric-tab, vera-comment-uncomment-region):
22718 Mark unused parameters.
22719 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
22720
22721 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
22722
22723 * emacs-lisp/package.el (package--builtins, package-alist)
22724 (package-load-descriptor, package-built-in-p, package-activate)
22725 (define-package, package-installed-p)
22726 (package-compute-transaction, package-buffer-info)
22727 (package--push): Doc fix. Distinguish more clearly between
22728 version strings and version lists.
22729
22730 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
22731
22732 Lexical-binding cleanup.
22733
22734 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
22735 (5x5-make-mutate-best):
22736 * play/fortune.el (fortune-in-buffer):
22737 * play/gomoku.el (gomoku-init-display):
22738 * play/solitaire.el (solitaire, solitaire-do-check):
22739 * play/tetris.el (tetris-default-update-speed-function):
22740 Mark unused parameters.
22741
22742 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
22743 (bubbles--shift): Remove unused variable `char-org'.
22744 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
22745 (bubbles--show-images): Remove unused variable `char'.
22746
22747 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
22748 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
22749 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
22750 (decipher-analyze-buffer): Use ?\s.
22751 (decipher-make-checkpoint): Remove unused variable `mapping'.
22752
22753 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
22754
22755 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
22756 Remove unused variable `result'; use `let'.
22757
22758 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
22759 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
22760 (gametree-children-shown-p, gametree-compute-reduced-score):
22761 Use `ignore-errors'.
22762
22763 * play/handwrite.el (ps-lpr-switches): Declare.
22764 (handwrite): Remove unused variables `pmin' and `lastp'.
22765
22766 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
22767
22768 * play/landmark.el (landmark-init-display)
22769 (landmark-update-naught-weights): Mark unused parameters.
22770 (landmark-y): Remove unused variable `noise'. Simplify.
22771 (landmark-human-plays): Remove unused variable `score'.
22772
22773 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
22774 (mpuz-try-proposal): Remove unused variable `game'.
22775
22776 * play/zone.el (life-patterns): Declare.
22777
22778 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
22779
22780 * vc/vc.el (ediff-vc-internal): Declare function.
22781
22782 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22783
22784 * shell.el: Use lexical-binding and std completion UI.
22785 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
22786 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
22787 comint-preoutput-filter-functions rather than on
22788 comint-output-filter-functions.
22789 (shell-command-completion, shell--command-completion-data)
22790 (shell-filename-completion, shell-environment-variable-completion)
22791 (shell-c-a-p-replace-by-expanded-directory): New functions.
22792 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
22793 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
22794 (shell-dynamic-complete-environment-variable): Use them.
22795 (shell-dynamic-complete-as-environment-variable)
22796 (shell-dynamic-complete-as-command): Remove.
22797 (shell-match-partial-variable): Match past point.
22798 * comint.el: Clean up use of completion-at-point-functions.
22799 (comint-completion-at-point): New function.
22800 (comint-mode): Use it completion-at-point-functions.
22801 (comint-dynamic-complete): Make it obsolete.
22802 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
22803 (comint-c-a-p-replace-by-expanded-history): New function.
22804 (comint-dynamic-complete-functions)
22805 (comint-replace-by-expanded-history): Use it.
22806 * minibuffer.el (completion-table-with-terminator): Allow dynamic
22807 termination strings. Try harder to avoid second try-completion.
22808 (completion-in-region-mode-map): Disable bindings that don't work yet.
22809
22810 * comint.el: Use lexical-binding. Require CL.
22811 (comint-dynamic-complete-functions): Use comint-filename-completion.
22812 (comint-completion-addsuffix): Tweak custom type.
22813 (comint-filename-completion, comint--common-suffix)
22814 (comint--common-quoted-suffix, comint--table-subvert)
22815 (comint--complete-file-name-data): New functions.
22816 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
22817 (comint-dynamic-list-filename-completions): Use them.
22818 (comint-dynamic-simple-complete): Make obsolete.
22819
22820 * minibuffer.el (completion-in-region-mode):
22821 Keep completion-in-region-mode--predicate global.
22822 (completion-in-region--postch):
22823 Assume completion-in-region-mode--predicate is not null.
22824
22825 * progmodes/flymake.el (flymake-start-syntax-check-process):
22826 Obey `dir'. Simplify.
22827
22828 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
22829 we're in VC after all.
22830
22831 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
22832
22833 * vc/vc.el (vc-diff-build-argument-list-internal)
22834 (vc-version-ediff, vc-ediff): New commands.
22835 (vc-version-diff): Use vc-diff-build-argument-list-internal.
22836
22837 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22838
22839 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
22840 add sanity check.
22841
22842 * obsolete/erc-hecomplete.el: Make obsolete.
22843 * obsolete/: Standardize obsolescence info in the header.
22844
22845 2011-04-20 Glenn Morris <rgm@gnu.org>
22846
22847 * calendar/solar.el (solar-horizontal-coordinates):
22848 Use the longitude argument rather than `calendar-longitude'.
22849 (solar-date-next-longitude): Remove unused locals.
22850
22851 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22852
22853 * whitespace.el: New version 13.2.1.
22854
22855 2011-04-20 felix <EmacsWiki> (tiny change)
22856
22857 * whitespace.el (global-whitespace-mode): Keep highlight when
22858 switching between major modes on a file.
22859
22860 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22861
22862 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
22863 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
22864 multi-line comments as well.
22865
22866 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
22867
22868 Lexical-binding cleanup.
22869
22870 * arc-mode.el (archive-mode-revert):
22871 * cmuscheme.el (scheme-interactively-start-process):
22872 * custom.el (custom-initialize-delay):
22873 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
22874 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
22875 * emacs-lock.el (emacs-lock-clear-sentinel):
22876 * ezimage.el (defezimage):
22877 * follow.el (follow-avoid-tail-recenter):
22878 * fringe.el (set-fringe-mode-1):
22879 * generic-x.el (bat-generic-mode-compile):
22880 * help-mode.el (help-info-variable, help-do-xref)
22881 (help-mode-revert-buffer):
22882 * help.el (view-emacs-todo):
22883 * iswitchb.el (iswitchb-completion-help):
22884 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
22885 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
22886 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
22887 * locate.el (locate-update):
22888 * longlines.el (longlines-encode-region)
22889 (longlines-after-change-function):
22890 * outline.el (outline-isearch-open-invisible):
22891 * ps-def.el (declare-function, charset-dimension, char-width)
22892 (encode-char):
22893 * ps-mule.el (ps-mule-plot-string):
22894 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
22895 (recentf-edit-list-select, recentf-edit-list-validate)
22896 (recentf-open-files-action):
22897 * rect.el (delete-whitespace-rectangle-line)
22898 (rectangle-number-line-callback):
22899 * register.el (window-configuration-to-register)
22900 (frame-configuration-to-register):
22901 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
22902 * select.el (xselect-convert-to-string, xselect-convert-to-length)
22903 (xselect-convert-to-targets, xselect-convert-to-delete)
22904 (xselect-convert-to-filename, xselect-convert-to-charpos)
22905 (xselect-convert-to-lineno, xselect-convert-to-colno)
22906 (xselect-convert-to-os, xselect-convert-to-host)
22907 (xselect-convert-to-user, xselect-convert-to-class)
22908 (xselect-convert-to-name, xselect-convert-to-integer)
22909 (xselect-convert-to-atom, xselect-convert-to-identity):
22910 * subr.el (declare, ignore, process-kill-without-query)
22911 (text-clone-maintain):
22912 * terminal.el (te-get-char, te-tic-sentinel):
22913 * tool-bar.el (tool-bar-make-keymap):
22914 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
22915 * type-break.el (type-break-mode, type-break-noninteractive-query):
22916 * view.el (View-back-to-mark):
22917 * wid-browse.el (widget-browse-action, widget-browse-widget)
22918 (widget-browse-widgets, widget-browse-sexp):
22919 * widget.el (define-widget-keywords):
22920 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
22921 Mark unused parameters.
22922
22923 * align.el (align-adjust-col-for-rule): Mark unused parameter.
22924 (align-areas): Remove unused variable `look'.
22925 (align-region): Remove unused variables `real-end' and `pos-list'.
22926
22927 * apropos.el (apropos-score-doc): Remove unused variable `i'.
22928
22929 * bindings.el (mode-line-modified, mode-line-remote):
22930 Mark unused parameters.
22931 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
22932
22933 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
22934 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
22935
22936 * comint.el (comint-history-isearch-pop-state)
22937 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
22938 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
22939 (comint-substitute-in-file-name): Doc fix.
22940
22941 * completion.el (cmpl-statistics-block): Mark unused parameter.
22942 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
22943 (save-completions-to-file, load-completions-from-file):
22944 Remove unused local variable `e'.
22945
22946 * composite.el (compose-chars): Remove unused variable `len'.
22947 (lgstring-insert-glyph): Remove unused variable `g'.
22948 (compose-glyph-string): Remove unused variables `ascent',
22949 `descent', `lbearing' and `rbearing'.
22950 (compose-glyph-string-relative): Remove unused variables
22951 `lbearing', `rbearing' and `wadjust'.
22952 (compose-gstring-for-graphic): Remove unused variables `header',
22953 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
22954 (compose-gstring-for-terminal): Remove unused variables `header'
22955 and `nchars'. Use `let', not `let*'.
22956
22957 * cus-edit.el (Custom-set, Custom-save, custom-reset)
22958 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
22959 (Custom-buffer-done, custom-buffer-create-internal)
22960 (custom-browse-visibility-action, custom-browse-group-tag-action)
22961 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
22962 (widget-magic-mouse-down-action, custom-toggle-parent)
22963 (custom-add-parent-links, custom-toggle-hide-variable)
22964 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
22965 (custom-toggle-hide-face, face, hook, custom-group-link-action)
22966 (custom-face-menu-create, custom-variable-menu-create, get)
22967 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
22968 (custom-reset-standard-save-and-update): Remove unused variable `value'.
22969 (customize-apropos): Remove unused variable `tests'.
22970 (custom-group-value-create): Remove unused variable `hidden-p'.
22971 (sort-fold-case): Declare.
22972
22973 * cus-theme.el (custom-reset-standard-faces-list)
22974 (custom-reset-standard-variables-list): Declare.
22975 (customize-create-theme, custom-theme-revert, custom-theme-write)
22976 (custom-theme-choose-mode, customize-themes, custom-theme-save):
22977 Mark unused parameters.
22978
22979 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
22980
22981 * delim-col.el (delimit-columns-max): Move defvar before first use.
22982
22983 * descr-text.el (describe-char-categories): Don't quote `lambda'.
22984 (describe-char): Don't quote `lambda'. Mark unused parameter.
22985
22986 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
22987 (auto-insert): Declare.
22988 (desktop-restore-file-buffer): Rename desktop-* parameters;
22989 mark unused ones.
22990 (desktop-create-buffer): Rename desktop-* parameters and bind them.
22991 (desktop-buffer): Rename desktop-* parameters.
22992
22993 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
22994 (dframe-reposition-frame-xemacs, dframe-help-echo)
22995 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
22996 Mark unused parameters.
22997
22998 * dired-aux.el (backup-extract-version-start, overwrite-query)
22999 (overwrite-backup-query, rename-regexp-query)
23000 (rename-non-directory-query): Declare.
23001 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
23002 (dired-add-entry): Remove unused variable `orig-file-name'.
23003 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
23004 Use parameter PRESERVE-TIME instead of accessing dynamic variable
23005 `dired-copy-preserve-time' directly.
23006 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
23007 (dired-insert-subdir-newpos): Rename unused variable `pos'.
23008
23009 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
23010 (dired-virtual-revert, dired-make-relative-symlink):
23011 Mark unused parameters.
23012 (manual-program): Declare.
23013 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
23014 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
23015 wrapped in `with-no-warnings' to avoid replacing one warning by another.
23016
23017 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
23018
23019 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
23020
23021 * echistory.el (electric-history-in-progress, Helper-return-blurb):
23022 Declare.
23023
23024 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
23025
23026 * electric.el (Electric-command-loop): Rename parameter
23027 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
23028
23029 * expand.el (expand-in-literal): Remove unused variable `here'.
23030
23031 * facemenu.el (facemenu-add-new-color):
23032 Remove unused variable `docstring'.
23033
23034 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
23035 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
23036 (face-attr-construct): Mark unused parameter. Doc fix.
23037 (read-color): Remove unused variable `hex-string'.
23038
23039 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
23040 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
23041 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
23042 (display-buffer-other-frame): Remove unused variable `old-window'.
23043 (kill-buffer-hook): Declare.
23044 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
23045 Mark unused parameters.
23046 (after-find-file): Pass 1 to `auto-save-mode', not t.
23047
23048 * files-x.el (auto-insert): Declare.
23049 (modify-file-local-variable-prop-line): Remove unused variable `val'.
23050
23051 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
23052 variable `buf'. Mark unused parameter.
23053 (find-lisp-insert-directory): Mark unused parameter.
23054
23055 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
23056 (format-encode-region): Remove unused variables `cur-buf' and `result'.
23057 (format-common-tail): Remove, unused.
23058 (format-deannotate-region): Remove unused variable `loc'.
23059 (format-annotate-region): Remove unused variable `p'.
23060 (format-annotate-single-property-change): Remove unused variables
23061 `default' and `tail'.
23062
23063 * forms.el (read-file-filter): Declare.
23064 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
23065
23066 * frame.el (frame-creation-function-alist): Mark unused parameter.
23067 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
23068
23069 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
23070 Remove unused parameters.
23071 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
23072 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
23073
23074 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
23075 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
23076 (hfy-prepare-tag-map): Mark unused parameters.
23077 (htmlfontify-buffer): Use `called-interactively-p'.
23078
23079 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
23080 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
23081 (ibuffer-do-occur): Mark unused parameters.
23082 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
23083 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
23084
23085 * ibuffer.el: Don't quote `lambda'.
23086 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
23087 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
23088 Mark unused parameters.
23089
23090 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
23091 (ido-completing-read): Mark unused parameters.
23092 (ido-copy-current-word): Mark unused parameters;
23093 remove unused variable `name'.
23094 (ido-sort-merged-list): Remove unused parameter `dirs'.
23095
23096 * ielm.el (ielm-input-sender): Mark unused parameter.
23097 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
23098 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
23099 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
23100 `ielm-string' as a dynamic variable accessible from the IELM prompt.
23101 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
23102
23103 * image-dired.el (image-dired-display-thumbs): Remove unused
23104 variables `curr-file' and `count'.
23105 (image-dired-remove-tag): Remove unused variable `start'.
23106 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
23107 variable `curr-file'
23108 (image-dired-rotate-original): Remove unused variable `temp-file'.
23109 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
23110 Remove unused variable `file'.
23111 (image-dired-gallery-generate): Remove unused variable `curr'.
23112 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
23113
23114 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
23115
23116 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
23117
23118 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
23119
23120 * isearch.el (minibuffer-history-symbol): Declare.
23121 (isearch-edit-string): Remove unused variable `err'.
23122 (isearch-message-prefix, isearch-message-suffix):
23123 Mark unused parameters.
23124
23125 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
23126
23127 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
23128
23129 * makesum.el (double-column): Remove unused variable `cnt'.
23130
23131 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
23132 (ido-ignore-item-temp-list): Declare.
23133
23134 * mouse-drag.el (mouse-drag-throw): Remove unused variables
23135 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
23136 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
23137 (mouse-drag-drag): Remove unused variables `mouse-delta' and
23138 `mouse-col-delta'.
23139
23140 * mouse-sel.el (mouse-extend-internal):
23141 Remove unused variable `orig-window-frame'.
23142
23143 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
23144 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
23145 Move declarations before first use.
23146 (pcomplete-opt): Mark unused parameters; doc fix.
23147
23148 * proced.el (proced-revert): Mark unused parameter.
23149 (proced-send-signal): Remove unused variable `err'.
23150
23151 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
23152 Rename parameter PREFIX-ARG to ARG.
23153 (ps-basic-plot-string, ps-basic-plot-whitespace):
23154 Mark unused parameters.
23155
23156 * replace.el (replace-count): Define.
23157 (occur-revert-function): Mark unused parameters.
23158 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
23159 (isearch-case-fold-search, isearch-string): Declare.
23160 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
23161 bind `case-fold-search'. Remove unused variables `beg' and `end',
23162 and simplify.
23163 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
23164 COUNT and bind `replace-count'.
23165 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
23166 to COUNT.
23167
23168 * savehist.el (print-readably, print-string-length): Declare.
23169
23170 * shadowfile.el (shadow-expand-cluster-in-file-name):
23171 Remove unused variable `cluster'.
23172 (shadow-copy-file): Remove unused variable `i'.
23173 (shadow-noquery, shadow-clusters, shadow-site-cluster)
23174 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
23175 (shadow-define-literal-group, shadow-define-regexp-group)
23176 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
23177
23178 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
23179 (shell): Use `called-interactively-p'.
23180 (shell-directory-tracker): Remove unused variable `chdir-failure'.
23181
23182 * simple.el (compilation-context-lines, comint-file-name-quote-list)
23183 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
23184 (delete-backward-char): Remove unused variable `ocol'.
23185 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
23186 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
23187 (event-apply-hyper-modifier, event-apply-shift-modifier)
23188 (event-apply-control-modifier, event-apply-meta-modifier):
23189 Mark unused parameters.
23190 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
23191 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
23192
23193 * speedbar.el (speedbar-ignored-directory-expressions)
23194 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
23195 (speedbar-find-file, speedbar-dir-follow)
23196 (speedbar-directory-buttons-follow, speedbar-tag-find)
23197 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
23198 (speedbar-buffers-line-directory, speedbar-buffer-click):
23199 Mark unused parameters.
23200 (speedbar-tag-file): Remove unused variable `mode'.
23201 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
23202
23203 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
23204
23205 * talk.el (talk): Remove unused variable `display'.
23206
23207 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
23208 (tar-write-region-annotate): Mark unused parameter.
23209
23210 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
23211 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
23212 Declare them, wrapped in `with-no-warnings' to avoid replacing one
23213 warning by another.
23214
23215 * time-stamp.el (time-stamp-string-preprocess):
23216 Remove unused variable `require-padding'.
23217
23218 * tree-widget.el (widget-glyph-enable): Declare.
23219 (tree-widget-action): Mark unused parameter.
23220
23221 * w32-fns.el (x-get-selection): Mark unused parameter.
23222 (autoload-make-program, generated-autoload-file): Declare.
23223
23224 * wdired.el (wdired-revert): Mark unused parameters.
23225 (wdired-xcase-word): Remove unused variable `err'.
23226
23227 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
23228 (whitespace-help-scroll): Remove unused variable `data-help'.
23229
23230 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
23231 (widget-image-insert, widget-after-change, default)
23232 (widget-default-format-handler, widget-default-notify)
23233 (widget-default-prompt-value, widget-info-link-action)
23234 (widget-url-link-action, widget-function-link-action)
23235 (widget-variable-link-action, widget-file-link-action)
23236 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
23237 (widget-field-prompt-internal, widget-field-action, widget-field-match)
23238 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
23239 (widget-insert-button-action, widget-delete-button-action, visibility)
23240 (widget-documentation-link-action, widget-documentation-string-action)
23241 (widget-const-prompt-value, widget-regexp-match, symbol)
23242 (widget-coding-system-prompt-value)
23243 (widget-key-sequence-value-to-external, sexp)
23244 (widget-sexp-value-to-internal, character, vector, cons)
23245 (widget-choice-prompt-value, widget-boolean-prompt-value)
23246 (widget-color--choose-action): Mark unused parameters.
23247 (widget-item-match-inline, widget-choice-match-inline)
23248 (widget-checklist-match, widget-checklist-match-inline)
23249 (widget-group-match): Rename parameter VALUES to VALS.
23250 (widget-field-value-set): Remove unused variable `size'.
23251 (widget-color-action): Remove unused variables `value' and `start'.
23252
23253 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
23254 variable `dir'. Doc fix.
23255 (windmove-find-other-window): Don't pass it.
23256
23257 * window.el (count-windows): Mark unused parameter.
23258 (bw-adjust-window): Remove unused variable `err'.
23259
23260 * woman.el (woman-file-name): Remove unused variable `default'.
23261 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
23262 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
23263 (global-font-lock-mode): Declare.
23264 (woman-decode-region): Mark unused parameter.
23265 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
23266
23267 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
23268 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
23269 (x-dnd-handle-moz-url): Remove unused variable `title'.
23270 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
23271
23272 * xml.el (xml-parse-tag, xml-parse-attlist):
23273 Remove unused variable `pos'.
23274
23275 2011-04-19 Glenn Morris <rgm@gnu.org>
23276
23277 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
23278 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
23279 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
23280 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
23281 * calendar/cal-html.el (cal-html-insert-minical):
23282 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
23283 (calendar-mark-date-pattern):
23284 Prefix "unused" locals.
23285
23286 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
23287 optional argument `style'.
23288
23289 * calendar/appt.el (appt-make-list):
23290 * calendar/cal-china.el (calendar-chinese-date-string):
23291 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
23292 (diary-hebrew-yahrzeit):
23293 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
23294 * calendar/calendar.el (calendar-generate-window):
23295 * calendar/time-date.el (time-to-days):
23296 Remove unused local variables.
23297
23298 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
23299
23300 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
23301 glyphless-char-display table.
23302 (tabulated-list-glyphless-char-display): New var.
23303
23304 2011-04-18 Sam Steingold <sds@gnu.org>
23305
23306 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
23307 to acknowledgments.
23308
23309 2011-04-17 Glenn Morris <rgm@gnu.org>
23310
23311 * calendar/diary-lib.el (diary-sexp-entry):
23312 * calendar/holidays.el (holiday-sexp):
23313 Set debug-on-error rather than the removed stack-trace-on-error.
23314
23315 2011-04-16 Glenn Morris <rgm@gnu.org>
23316
23317 * progmodes/f90.el: Use lexical-binding.
23318 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
23319
23320 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23321
23322 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
23323 (mail-mode): Setup mailalias completion here instead.
23324 * mail/mailalias.el: Use lexical-binding.
23325 (pattern, mailalias-done): Declare dynamic.
23326 (mail-completion-at-point-function): New function, from mail-complete.
23327 (mail-complete): Use it.
23328 (mail-completion-expand): New function.
23329 (mail-get-names): Use it.
23330 (mail-directory, mail-directory-process, mail-directory-stream):
23331 Don't use `pattern' for lexically bound arg.
23332
23333 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
23334
23335 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
23336 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
23337 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
23338
23339 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
23340 (byte-save-window-excursion, byte-temp-output-buffer-setup)
23341 (byte-interactive-p): Define them again, for use when inlining
23342 old code.
23343
23344 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
23345
23346 * loadup.el: Use `string-to-number', not `string-to-int'.
23347
23348 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
23349
23350 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
23351 gud-gdb-complete-command.
23352 (gud-gdb-completions): New function, from gud-gdb-complete-command.
23353 (gud-gdb-completion-at-point): New function.
23354 (gud-gdb-completions): Remove.
23355
23356 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
23357
23358 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
23359 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
23360 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
23361 whether `executable-find' is bound.
23362
23363 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
23364
23365 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
23366
23367 * minibuffer.el (completion-in-region-mode-predicate)
23368 (completion-in-region-mode--predicate): New vars.
23369 (completion-in-region, completion-in-region--postch)
23370 (completion-in-region-mode): Use them.
23371 (completion--capf-wrapper): Also return the hook function.
23372 (completion-at-point, completion-help-at-point):
23373 Adjust and provide a predicate.
23374
23375 Preserve arg names for advice of subr and lexical functions (bug#8457).
23376 * help-fns.el (help-function-arglist): Consolidate the subr and
23377 new-byte-code cases. Add argument `preserve-names' to extract names
23378 from the docstring when needed.
23379 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
23380 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
23381 (ad-arglist): Use help-function-arglist's new arg.
23382 (ad-definition-type): Use cond.
23383
23384 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
23385
23386 * autorevert.el (auto-revert-handler):
23387 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
23388 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
23389 Don't quote lambda.
23390
23391 * image-mode.el (image-transform-set-scale):
23392 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
23393
23394 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23395
23396 * net/network-stream.el (network-stream-open-starttls): Only do
23397 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
23398 Upgrades via gnutls-cli are too slow to be done opportunistically.
23399
23400 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
23401
23402 * dframe.el (dframe-current-frame): Remove spurious quote.
23403
23404 2011-04-12 Glenn Morris <rgm@gnu.org>
23405
23406 * calendar/cal-tex.el (cal-tex-end-document):
23407 Try to automatically use latin1 input if needed.
23408
23409 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
23410 Don't try to cons a mark onto an empty element.
23411
23412 2011-04-11 Leo Liu <sdl.web@gmail.com>
23413
23414 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
23415 buffers.
23416 (ido-kill-buffer-at-head): Support killing virtual buffers.
23417
23418 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
23419
23420 * minibuffer.el (completion-show-inline-help): New var.
23421 (completion--do-completion, minibuffer-complete)
23422 (minibuffer-force-complete, minibuffer-complete-word):
23423 Inhibit minibuffer messages if completion-show-inline-help is nil.
23424
23425 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
23426 to avoid interference from inline help (Bug#5849).
23427
23428 2011-04-10 Leo Liu <sdl.web@gmail.com>
23429
23430 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
23431 Fix typo.
23432
23433 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
23434
23435 * image-mode.el (image-toggle-display-image): Signal an error if
23436 not in Image mode.
23437 (image-transform-mode, image-transform-resize)
23438 (image-transform-set-rotation): Doc fix.
23439 (image-transform-set-resize): Delete.
23440 (image-transform-set-scale, image-transform-fit-to-height)
23441 (image-transform-fit-to-width): Handle image-toggle-display-image
23442 and image-transform-resize directly.
23443
23444 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
23445
23446 * doc-view.el (doc-view-fit-width-to-window)
23447 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
23448 New functions for fitting the shown image to the Emacs window size.
23449 (doc-view-mode-map): Add bindings for the new functions.
23450
23451 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
23452
23453 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
23454 Fix typo in docstring.
23455
23456 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23457
23458 * files.el (file-size-human-readable): Produce one digit after
23459 decimal, like "ls -lh" does.
23460
23461 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
23462 the file size representation.
23463
23464 * simple.el (list-processes): If async subprocesses are not
23465 available, error out with a clear error message.
23466
23467 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
23468
23469 * help.el (help-form-show): New function, to be called from C.
23470 Put help-form output in a buffer named differently than *Help*.
23471
23472 2011-04-08 Eli Zaretskii <eliz@gnu.org>
23473
23474 * files.el (file-size-human-readable): New function.
23475
23476 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
23477 computing the representation inline. Don't require `cl'.
23478
23479 2011-04-08 Glenn Morris <rgm@gnu.org>
23480
23481 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
23482
23483 * net/browse-url.el (browse-url-firefox):
23484 Test system-type, not system-configuration.
23485
23486 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
23487 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
23488 Use log-edit-empty-buffer-p. (Bug#7598)
23489
23490 * net/rlogin.el (rlogin-process-connection-type): Simplify.
23491 (rlogin-mode-map): Initialize in the defvar.
23492 (rlogin): Use ignore-errors.
23493
23494 * replace.el (occur-mode-map): Some fixes for menu items.
23495
23496 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
23497
23498 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
23499
23500 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23501
23502 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
23503 issuing unused warnings.
23504
23505 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
23506 macro directly.
23507
23508 * simple.el: Lisp reimplement of list-processes. Based on an
23509 earlier reimplementation by Leo Liu, but using tabulated-list.el.
23510 (process-menu-mode): New major mode.
23511 (list-processes--refresh, list-processes):
23512 (process-menu-visit-buffer): New functions.
23513
23514 * files.el (save-buffers-kill-emacs): Don't assume any return
23515 value of list-processes, which is undocumented anyway.
23516
23517 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
23518
23519 * emacs-lisp/tabulated-list.el: New file.
23520
23521 * emacs-lisp/package.el: Use Tabulated List mode.
23522 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
23523 (package-menu-mode): Derive from tabulated-list-mode. Set up the
23524 table format using Tabulated List mode variables.
23525 (package--push): New macro, replacing package-list-maybe-add.
23526 (package-menu--generate): Use package--push. Renamed from
23527 package--generate-package-list.
23528 (package-menu-refresh, list-packages): Use it.
23529 (package-menu--print-info): Rename from package-print-package.
23530 Return insertion data instead of inserting it directly.
23531 (package-menu-describe-package, package-menu-execute):
23532 Use tabulated-list-get-id.
23533 (package-menu-mark-delete, package-menu-mark-install)
23534 (package-menu-mark-unmark, package-menu-backup-unmark)
23535 (package-menu-mark-obsolete-for-deletion):
23536 Use tabulated-list-put-tag.
23537 (package--list-packages, package-menu-revert)
23538 (package-menu-get-package, package-menu-get-version)
23539 (package-menu-sort-by-column): Functions deleted.
23540 (package-menu-package-list, package-menu-sort-key): Vars deleted.
23541 (package-menu--status-predicate, package-menu--version-predicate)
23542 (package-menu--name-predicate)
23543 (package-menu--description-predicate): Handle arguments in the
23544 Tabulated List format.
23545 (package-list-packages-no-fetch): Call list-packages.
23546
23547 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
23548
23549 * files.el (after-find-file-from-revert-buffer): Remove variable.
23550 (after-find-file): Don't bind it.
23551 (revert-buffer-in-progress-p): New variable.
23552 (revert-buffer): Bind it.
23553 Pass nil for `after-find-file-from-revert-buffer'.
23554
23555 * saveplace.el (save-place-find-file-hook): Use new variable
23556 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
23557
23558 2011-04-06 Glenn Morris <rgm@gnu.org>
23559
23560 * Makefile.in (AUTOGEN_VCS): New variable.
23561 (autoloads): Use $AUTOGEN_VCS.
23562
23563 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
23564 * calendar/calendar.el (calendar-mode-map):
23565 Check for toolkit scroll bars. (Bug#8305)
23566
23567 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23568
23569 * minibuffer.el (completion-in-region--postch)
23570 (completion-in-region-mode): Remove unnecessary messages.
23571
23572 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
23573
23574 * font-lock.el (font-lock-refresh-defaults):
23575 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
23576 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
23577
23578 * info.el (Info-directory-list, Info-read-node-name-2)
23579 (Info-split-parameter-string): Doc fixes.
23580 (Info-virtual-nodes): Reflow docstring.
23581 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
23582 (Info-apropos-toc-nodes, info-finder, Info-get-token)
23583 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
23584 Fix typos in docstrings.
23585 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
23586 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
23587 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
23588 (Info-restore-desktop-buffer): Mark unused parameters.
23589 (Info-directory-find-file, Info-directory-find-node)
23590 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
23591 (Info-virtual-index-find-node, Info-apropos-find-file)
23592 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
23593 Mark unused parameters; fix typos in docstrings.
23594 (Info-virtual-index): Remove unused local variable `nodename'.
23595
23596 2011-04-05 Deniz Dogan <deniz@dogan.se>
23597
23598 * net/rcirc.el: Update my e-mail address.
23599 (rcirc-mode-map): Remove M-o binding.
23600
23601 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
23602
23603 * startup.el (command-line): Save the cursor's theme-face
23604 directly, instead of using face-override-spec.
23605
23606 * custom.el (load-theme): Minor optimization in assigning faces.
23607
23608 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23609
23610 * help-fns.el (describe-variable): Complete all variables having
23611 documentation, including keywords.
23612 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
23613
23614 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
23615
23616 Convert to lexical-binding.
23617
23618 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
23619 (bs--get-marked-string, bs--get-modified-string)
23620 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
23621 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
23622 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
23623
23624 * ehelp.el (electric-help-execute-extended)
23625 (electric-help-ctrl-x-prefix):
23626 * hexl.el (hexl-revert-buffer-function):
23627 * linum.el (linum-after-change, linum-after-scroll):
23628 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
23629
23630 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
23631
23632 2011-04-04 Daiki Ueno <ueno@unixuser.org>
23633
23634 * epa-dired.el:
23635 * epa-mail.el:
23636 * epa-hook.el:
23637 * epa-file.el:
23638 * epa.el:
23639 * epg.el: Use lexical binding.
23640
23641 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
23642
23643 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
23644
23645 * textmodes/flyspell.el (flyspell-word): Recognize default
23646 dictionary case for flyspell-mark-duplications-exceptions.
23647 Use regexp matching for languages.
23648 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
23649 default dictionary (Bug#7926).
23650
23651 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
23652
23653 * emacs-lisp/package.el (package--with-work-buffer):
23654 Recognize https URLs.
23655
23656 * net/network-stream.el: Move from gnus/proto-stream.el.
23657 Change prefix to network-stream throughout.
23658 (open-protocol-stream): Merge into open-network-stream, leaving
23659 open-protocol-stream as an alias. Handle nil BUFFER args.
23660
23661 * subr.el (open-network-stream): Move to net/network-stream.el.
23662
23663 2011-04-02 Glenn Morris <rgm@gnu.org>
23664
23665 * find-dired.el (find-exec-terminator): New option.
23666 (find-ls-option): Test for -ls support.
23667 (find-ls-subdir-switches): Test for -b in find-ls-option.
23668 (find-dired, find-grep-dired): Doc fixes.
23669 (find-dired): Use find-exec-terminator.
23670
23671 * find-dired.el (find-ls-option, find-ls-subdir-switches)
23672 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
23673 (find-name-arg): Remove purecopy.
23674
23675 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
23676 (grep-compute-defaults): Check for `-exec COMMAND +' support.
23677 Set grep-find-use-xargs, grep-find-command, and grep-find-template
23678 accordingly. Don't add the null-device if not needed.
23679
23680 * files.el (save-some-buffers): Doc fix.
23681
23682 2011-04-02 Eli Zaretskii <eliz@gnu.org>
23683
23684 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
23685
23686 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
23687
23688 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
23689 Use `dolist' rather than `mapcar'.
23690
23691 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23692
23693 Add lexical binding.
23694
23695 * subr.el (apply-partially): Use new closures rather than CL.
23696 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
23697 (dolist, dotimes): Use slightly different expansion for lexical code.
23698 (functionp): Move to C.
23699 (letrec): New macro.
23700 (with-wrapper-hook): Use it and apply-partially instead of CL.
23701 (eval-after-load): Preserve lexical-binding.
23702 (save-window-excursion, with-output-to-temp-buffer): Turn them
23703 into macros.
23704
23705 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
23706
23707 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
23708 than the arglist.
23709 (help-add-fundoc-usage): Don't add `Not documented'.
23710 (help-function-arglist): Handle closures, subroutines, and new
23711 byte-code-functions.
23712 (help-make-usage): Remove leading underscores.
23713 (describe-function-1): Handle closures.
23714 (describe-variable): Use special-variable-p for completion.
23715
23716 * files.el (lexical-binding): Declare safe.
23717
23718 * emacs-lisp/pcase.el: Don't use destructuring-bind.
23719 (pcase--memoize): Rename from pcase-memoize. Change weakness.
23720 (pcase): Add `let' pattern.
23721 Change memoization so it actually works.
23722 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
23723 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
23724 <let>: New case.
23725
23726 * emacs-lisp/macroexp.el: Use lexical binding.
23727 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
23728 Don't convert ' to #' without checking that it's indeed quoting
23729 a lambda.
23730
23731 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
23732 Use eval-sexp-add-defvars.
23733 (eval-sexp-add-defvars): New fun.
23734
23735 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
23736
23737 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
23738 Don't autoload.
23739 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
23740 than the internal `byte-compile-lambda'.
23741 (defmethod): Don't hide code under quotes.
23742 (eieio-defmethod): New `code' argument.
23743
23744 * emacs-lisp/eieio-comp.el: Remove.
23745
23746 * emacs-lisp/edebug.el (edebug-eval-defun)
23747 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
23748 (edebug-toggle): Avoid `eval'.
23749
23750 * emacs-lisp/disass.el (disassemble-internal): Handle new
23751 `closure' objects.
23752 (disassemble-1): Handle new byte codes.
23753
23754 * emacs-lisp/cl.el (pushnew): Silence warning.
23755
23756 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
23757 (cl-byte-compile-throw): Remove.
23758 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
23759
23760 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
23761 closures.
23762
23763 * emacs-lisp/cconv.el: New file.
23764
23765 * emacs-lisp/bytecomp.el: Use lexical binding instead of
23766 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
23767 (byte-compile-initial-macro-environment):
23768 Handle declare-function here.
23769 (byte-compile--lexical-environment): New var.
23770 (byte-stack-ref, byte-stack-set, byte-discardN)
23771 (byte-discardN-preserve-tos): New lap codes.
23772 (byte-interactive-p): Don't use any more.
23773 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
23774 New macros.
23775 (byte-compile-lapcode): Use them and handle new lap codes.
23776 (byte-compile-obsolete): Remove.
23777 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
23778 (byte-compile-arglist-warn): Check late def of inlinable funs.
23779 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
23780 since they should have been expanded by now.
23781 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
23782 (byte-compile-from-buffer): Remove unused second arg.
23783 (byte-compile-preprocess): New function.
23784 (byte-compile-toplevel-file-form): New function to distinguish
23785 file-form calls from outside from file-form calls from hunk-handlers.
23786 (byte-compile-file-form): Simplify.
23787 (byte-compile-file-form-defsubst): Remove.
23788 (byte-compile-file-form-defmumble): Simplify now that
23789 byte-compile-lambda always returns a byte-code-function.
23790 (byte-compile): Preprocess.
23791 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
23792 Remove, not used any more.
23793 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
23794 (byte-compile-make-args-desc): New funs.
23795 (byte-compile-lambda): Handle lexical functions. Always return
23796 a byte-code-function.
23797 (byte-compile-reserved-constants): New var, to make up room for
23798 closed-over variables.
23799 (byte-compile-constants-vector): Obey it.
23800 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
23801 (byte-compile-macroexpand-declare-function): New function.
23802 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
23803 byte-code-functions.
23804 (byte-compile-form): Check obsolescence here.
23805 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
23806 (byte-compile-variable-ref): Remove.
23807 (byte-compile-dynamic-variable-op): New fun.
23808 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
23809 (byte-compile-variable-set): New funs.
23810 (byte-compile-discard): Add 2 args.
23811 (byte-compile-stack-ref, byte-compile-stack-set)
23812 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
23813 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
23814 macroexpand-all instead.
23815 (byte-compile-quote-form): Remove.
23816 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
23817 (byte-compile-bind, byte-compile-unbind): New funs.
23818 (byte-compile-let): Handle let* and lexical binding.
23819 (byte-compile-let*): Remove.
23820 (byte-compile-catch, byte-compile-unwind-protect)
23821 (byte-compile-track-mouse, byte-compile-condition-case):
23822 Handle a new :fun-body form, used for lexical scoping.
23823 (byte-compile-save-window-excursion)
23824 (byte-compile-with-output-to-temp-buffer): Remove.
23825 (byte-compile-defun): Simplify.
23826 (byte-compile-stack-adjustment): New fun.
23827 (byte-compile-out): Use it.
23828 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
23829
23830 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
23831 handler any more.
23832
23833 * emacs-lisp/byte-opt.el: Use lexical binding.
23834 (byte-inline-lapcode): Remove (to bytecomp).
23835 (byte-compile-inline-expand): Pay attention to inlining to/from
23836 lexically bound code.
23837 (byte-compile-unfold-lambda): Don't handle byte-code-functions
23838 any more.
23839 (byte-optimize-form-code-walker): Don't handle save-window-excursion
23840 any more and don't call compiler-macros.
23841 (byte-compile-splice-in-already-compiled-code): Remove.
23842 (byte-code): Don't inline any more.
23843 (disassemble-offset): Receive `bytes' as argument rather than via
23844 dynamic scoping.
23845 (byte-compile-tag-number): Declare before first use.
23846 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
23847 `return' even if make-spliceable.
23848 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
23849 obsolete interactive-p.
23850 (byte-optimize-lapcode): Optimize new lap-codes.
23851 Don't trip up on new form of `byte-constant' lap code.
23852
23853 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
23854
23855 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
23856
23857 * custom.el (custom-initialize-default, custom-declare-variable):
23858 Use `defvar'.
23859
23860 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
23861 New variables.
23862 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
23863 (COMPILE_FIRST): Add macroexp and cconv.
23864 * makefile.w32-in: Mirror changes in Makefile.in.
23865
23866 * vc/cvs-status.el:
23867 * vc/diff-mode.el:
23868 * vc/log-edit.el:
23869 * vc/log-view.el:
23870 * vc/smerge-mode.el:
23871 * textmodes/bibtex-style.el:
23872 * textmodes/css-mode.el:
23873 * startup.el:
23874 * uniquify.el:
23875 * minibuffer.el:
23876 * newcomment.el:
23877 * reveal.el:
23878 * server.el:
23879 * mpc.el:
23880 * emacs-lisp/smie.el:
23881 * doc-view.el:
23882 * dired.el:
23883 * abbrev.el: Use lexical binding.
23884
23885 2011-04-01 Eli Zaretskii <eliz@gnu.org>
23886
23887 * info.el (info-display-manual): New function.
23888
23889 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23890
23891 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
23892
23893 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
23894
23895 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
23896 an entry for that server in rcirc-authinfo. (Bug#8385)
23897
23898 2011-03-31 Glenn Morris <rgm@gnu.org>
23899
23900 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
23901
23902 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
23903
23904 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
23905
23906 * progmodes/python.el (python-default-interpreter)
23907 (python-python-command-args, python-jython-command-args)
23908 (python-which-shell, python-which-args, python-which-bufname)
23909 (python-file-queue, python-comint-output-filter-function)
23910 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
23911 variables and functions.
23912
23913 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
23914
23915 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
23916 (completion-in-region-mode): New minor mode.
23917 (completion-in-region): Use it.
23918 (completion-in-region--data, completion-in-region-mode-map): New vars.
23919 (completion-in-region--postch): New function.
23920 (completion--capf-misbehave-funs, completion--capf-safe-funs):
23921 New vars.
23922 (completion--capf-wrapper): New function.
23923 (completion-at-point): Use it to track well-behavedness of
23924 hook functions.
23925 (completion-help-at-point): New command.
23926
23927 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
23928
23929 * vc/add-log.el (add-change-log-entry): Don't use whitespace
23930 syntax class to search for whitespace on a single line
23931 (Message-ID: <4D938140.4030905@redhat.com>).
23932
23933 2011-03-30 Leo Liu <sdl.web@gmail.com>
23934
23935 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
23936 New commands.
23937 (edit-abbrevs-map): Bind them here.
23938 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
23939
23940 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
23941
23942 * allout.el (allout-hide-by-annotation, allout-flag-region):
23943 Reduce possibility of overlay leakage by making them volatile.
23944
23945 * allout-widgets.el (allout-widgets-tally): Define as nil so the
23946 hash is not shared between buffers. Mode initialization is
23947 responsible for giving it a useful starting value.
23948 (allout-item-span): Reduce possibility of overlay leakage by
23949 making them volatile.
23950 (allout-widgets-count-buttons-in-region): Add diagnostic function
23951 for tracking down button overlay leaks.
23952
23953 2011-03-29 Leo Liu <sdl.web@gmail.com>
23954
23955 * ido.el (ido-read-internal): Use the default history var
23956 minibuffer-history if no HISTORY is specified.
23957
23958 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
23959
23960 * net/imap.el (imap-shell-open, imap-process-connection-type):
23961 Use imap-process-connection-type for 'shell' streams as well as
23962 Kerberos, SSL, other subprocesses.
23963
23964 2011-03-28 Leo Liu <sdl.web@gmail.com>
23965
23966 * abbrev.el (abbrev-table-empty-p): New function.
23967 (prepare-abbrev-list-buffer): Place empty abbrev tables after
23968 nonempty ones. (Bug#5937)
23969
23970 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
23971
23972 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
23973
23974 2011-03-27 Leo Liu <sdl.web@gmail.com>
23975
23976 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
23977 for foreground and background colors.
23978 (ansi-color-make-color-map): Adapt.
23979
23980 2011-03-25 Leo Liu <sdl.web@gmail.com>
23981
23982 * midnight.el (midnight-time-float): Remove. Note it calculates
23983 the microsecond component incorrectly and seconds-to-time does the
23984 same job.
23985 Remove redundant (require 'timer).
23986
23987 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
23988 (ido-completions): Remove unused arguments. (Bug#8329)
23989
23990 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23991
23992 * minibuffer.el (completion--flush-all-sorted-completions):
23993 Remove itself from hook.
23994 (completion-at-point): Let the functions perform the completion
23995 immediately and return nil or t.
23996 * comint.el (comint-dynamic-complete-functions): Now identical to
23997 completion-at-point-functions.
23998 (comint-dynamic-list-input-ring): Remove unused var `index'.
23999 (comint--match-partial-filename, comint--unquote&expand-filename):
24000 New funs, split from comint-match-partial-filename.
24001 (comint-dynamic-complete): Use completion-at-point.
24002 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
24003
24004 2011-03-24 Drew Adams <drew.adams@oracle.com>
24005
24006 * thingatpt.el: Support `defun'.
24007
24008 2011-03-23 Leo Liu <sdl.web@gmail.com>
24009
24010 * abbrevlist.el: Move to obsolete/abbrevlist.el.
24011
24012 * help-mode.el (help-mode-finish): Tweak regexp.
24013
24014 2011-03-23 Glenn Morris <rgm@gnu.org>
24015
24016 * eshell/esh-opt.el (eshell-eval-using-options):
24017 Do not bind unused local variable `eshell-option-stub'.
24018
24019 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
24020
24021 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24022
24023 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
24024 keymap variable in `with-no-warnings' to avoid a warning when the
24025 keymap has been already `defconst'ed.
24026
24027 2011-03-22 Leo Liu <sdl.web@gmail.com>
24028
24029 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
24030 encode all chars in abbrevs; otherwise use emacs-mule or
24031 utf-8-emacs. (Bug#8308)
24032
24033 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
24034
24035 * simple.el (backward-delete-char-untabify):
24036 Avoid warning about using `delete-backward-char'.
24037
24038 * image.el (image-type-file-name-regexps): Make it variable.
24039 `imagemagick-register-types' modifies it, and the user may want
24040 to add new extensions for known image types.
24041 (imagemagick-register-types): Throw error if not using ImageMagick.
24042
24043 2011-03-22 Leo Liu <sdl.web@gmail.com>
24044
24045 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
24046 located before rcirc-prompt-end-marker.
24047 (rcirc-complete): Error if point is not after rcirc prompt.
24048 Handle the case when table is nil.
24049 (rcirc-user-authenticated): Define to fix compiler warning.
24050
24051 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
24052
24053 * custom.el (custom--inhibit-theme-enable): Make it affect only
24054 custom-theme-set-variables and custom-theme-set-faces.
24055 (provide-theme): Ignore custom--inhibit-theme-enable.
24056 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
24057 (custom-enabling-themes): Delete variable.
24058 (enable-theme): Accept only loaded themes as arguments.
24059 Ignore the special custom-enabled-themes variable.
24060 (custom-enabled-themes): Forbid themes from setting this.
24061 Eliminate use of custom-enabling-themes.
24062 (custom-push-theme): Quote "changed" custom var entry.
24063
24064 2011-03-21 Leo Liu <sdl.web@gmail.com>
24065
24066 * ido.el (ido-read-internal): Add ido-selected to history instead
24067 of user input.
24068
24069 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
24070
24071 * subr.el (deferred-action-list, deferred-action-function):
24072 Mark obsolete.
24073
24074 2011-03-21 Leo Liu <sdl.web@gmail.com>
24075
24076 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
24077 change on 2011-02-13 (bug#8309).
24078
24079 * minibuffer.el (read-file-name-function): Change default value.
24080 (read-file-name--defaults): Rename from read-file-name-defaults.
24081 (read-file-name-default): Rename from read-file-name.
24082 (read-file-name): Call read-file-name-function.
24083
24084 2011-03-21 Glenn Morris <rgm@gnu.org>
24085
24086 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
24087 Doc fixes.
24088
24089 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
24090
24091 * cus-theme.el: Add missing provide statement.
24092 (customize-create-theme): Extract theme value correctly.
24093 (custom-theme-visit-theme): Autoload.
24094 (customize-create-theme): Prompt before inserting default faces.
24095
24096 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
24097
24098 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
24099 units and musical notes.
24100
24101 2011-03-20 Leo Liu <sdl.web@gmail.com>
24102
24103 * ido.el (ido-read-internal): Use completing-read-default.
24104 (ido-completing-read): Fix compatibility with completing-read.
24105
24106 2011-03-20 Christian Ohler <ohler@gnu.org>
24107
24108 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
24109 (ert-delete-all-tests): Use `called-interactively-p' rather than
24110 `interactive-p'.
24111 (ert--make-xrefs-region): Respect END.
24112
24113 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24114
24115 * dired-aux.el (dired-create-directory): Signal an error if the
24116 directory already exists (Bug#8246).
24117
24118 * facemenu.el (list-colors-display): Call list-faces-display
24119 inside with-help-window.
24120 (list-colors-print): Use display property to align the final
24121 column, instead of checking window-width.
24122
24123 2011-03-19 Eli Zaretskii <eliz@gnu.org>
24124
24125 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
24126 windows-nt systems.
24127 (emerge-protect-metachars): Quote correctly for ms-dos and
24128 windows-nt systems.
24129
24130 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
24131
24132 * info.el (info-initialize): Replace all uses of `:' with
24133 path-separator for compatibility with non-Unix systems.
24134 Cache quoting of path-separator. (Bug#8258)
24135
24136 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
24137
24138 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
24139 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
24140 (mouse-avoidance-mode): Fix typos in docstrings.
24141
24142 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
24143
24144 * startup.el (package-subdirectory-regexp): Move from package.el.
24145 Omit \\` and \\', and let callers add them.
24146
24147 * emacs-lisp/package.el (package-strip-version)
24148 (package-load-all-descriptors): Add \\` and \\' to
24149 package-subdirectory-regexp before using it.
24150 (package-untar-buffer): New arg DIR; ensure that file untars only
24151 into this expected directory. Remove superfluous delete-region.
24152 (package-unpack): Caller changed.
24153 (package-tar-file-info): Use package-subdirectory-regexp.
24154
24155 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
24156
24157 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
24158 diff-mode-shared-map (bug#8284).
24159 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
24160
24161 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
24162
24163 * calendar/time-date.el (format-seconds): Use assoc instead of
24164 assoc-string, since assoc-string doesn't exist in XEmacs.
24165
24166 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
24167
24168 * custom.el (custom-known-themes): Reflow docstring.
24169 (custom-theme-load-path): Fix typo in docstring.
24170 (load-theme): Fix typo in error message.
24171 (custom-available-themes, custom-variable-theme-value):
24172 Use `let', not `let*'.
24173
24174 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
24175
24176 * calc/README: Mention inclusion of musical notes.
24177
24178 * calc/calc-units.el (calc-lu-quant): Rename from
24179 `calc-logunits-quantity'.
24180 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
24181 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
24182 (calc-db): Rename from `calc-dblevel'.
24183 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
24184 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
24185 (calc-np): Rename from `calc-nplevel'.
24186 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
24187 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
24188 (calc-lu-plus): Rename from `calc-logunits-add'.
24189 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
24190 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
24191 (calc-lu-minus): Rename from `calc-logunits-sub'.
24192 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
24193 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
24194 (calc-lu-times): Rename from `calc-logunits-mul'.
24195 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
24196 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
24197 (calc-lu-divide): Rename from `calc-logunits-div'.
24198 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
24199 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
24200
24201 * calc/calc-ext.el (calc-init-extensions): Update the names of the
24202 functions being autoloaded.
24203
24204 * calc/calc.el (calc-lu-power-reference): Rename from
24205 `calc-logunits-power-reference'.
24206 (calc-lu-field-reference): Rename from
24207 `calc-logunits-field-reference'.
24208
24209 * calc/calc-help.el (calc-l-prefix-help):
24210 Mention musical note functions.
24211
24212 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
24213
24214 * minibuffer.el (completion-all-sorted-completions):
24215 Use :completion-cycle-penalty text property if present.
24216
24217 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
24218
24219 * allout.el (allout-yank-processing): Adjust for new rebulleting
24220 regime so bullet being yanked is used without prompting the user
24221 for a choice.
24222
24223 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24224
24225 * startup.el (command-line): Warn the user that _emacs is deprecated.
24226
24227 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
24228
24229 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
24230 (delphi-verbose, delphi-comment-face, delphi-string-face)
24231 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
24232 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
24233 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
24234 (delphi-new-comment-line, delphi-font-lock-defaults)
24235 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
24236 Fix typos in docstrings.
24237
24238 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
24239
24240 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
24241 Invert the roles of character and string values for INSTEAD, so a
24242 string is used for the more common case of a defaulting prompt.
24243
24244 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24245
24246 * progmodes/ruby-mode.el (ruby-backward-sexp):
24247 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
24248 * play/gamegrid.el (gamegrid-make-face):
24249 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
24250 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
24251 * notifications.el (notifications-notify):
24252 * net/xesam.el (xesam-search-engines):
24253 * net/quickurl.el (quickurl-list-insert):
24254 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
24255
24256 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
24257
24258 * startup.el (command-line): Update package subdirectory regexp.
24259
24260 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24261
24262 * allout.el (allout-abbreviate-flattened-numbering)
24263 (allout-mode-deactivate-hook): Fix up obsolescence "date".
24264
24265 * subr.el (read-char-choice): Only show the cursor after the prompt,
24266 not after the answer.
24267
24268 2011-03-15 Kevin Ryde <user42@zip.com.au>
24269
24270 * help-fns.el (variable-at-point): Skip leading quotes, if any
24271 (bug#8253).
24272
24273 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
24274
24275 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
24276 warning message.
24277
24278 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
24279
24280 * shell.el (shell): When called interactively, offer to change the
24281 shell file name on remote hosts.
24282
24283 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
24284
24285 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
24286 integration for LDAP parameters. The host, base, user or binddn,
24287 and secret tokens can be specified in a netrc file, for instance.
24288 This is optional because an `auth-source' parameter must be
24289 specified in the search attributes.
24290
24291 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
24292
24293 * help.el (describe-mode): Link to the mode's definition (bug#8185).
24294
24295 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24296
24297 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
24298 into declaration. Remove redundant and harmful binding.
24299
24300 2011-03-12 Eli Zaretskii <eliz@gnu.org>
24301
24302 * files.el (file-ownership-preserved-p): Pass `integer' as an
24303 explicit 2nd argument to `file-attributes'. If the file's owner
24304 is the Administrators group on Windows, and the current user is
24305 Administrator, consider that a match.
24306
24307 * server.el (server-ensure-safe-dir): Consider server directory
24308 safe on MS-Windows if its owner is the Administrators group while
24309 the current Emacs user is Administrator. Use `=' to compare
24310 numerical UIDs, since they could be integers or floats.
24311
24312 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
24313
24314 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
24315
24316 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
24317
24318 Sync with Tramp 2.2.1.
24319
24320 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
24321
24322 * net/trampver.el: Update release number.
24323
24324 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
24325
24326 * progmodes/compile.el (compilation--previous-directory): Fix up
24327 various nil/dead-marker mismatches (bug#8014).
24328 (compilation-directory-properties, compilation-error-properties):
24329 Don't call it at a position past the one we're about to change.
24330
24331 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
24332 Disable obsolescence warnings in the file that declares it.
24333
24334 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24335
24336 * allout-widgets.el (allout-widgets-tally):
24337 Initialize allout-widgets-tally as a hash table rather than nil to
24338 prevent mode-line redisplay warnings. Also, clarify the module
24339 description and fix a comment typo.
24340
24341 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
24342
24343 * help-fns.el (describe-variable): Don't complete keywords.
24344 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
24345
24346 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
24347
24348 * emacs-lisp/package.el (package-version-join): Impose a standard
24349 string representation for pre/alpha/beta version lists.
24350 (package-unpack-single): Standardize the directory name by passing
24351 it through package-version-join.
24352 (package-strip-rcs-id): Accept any version string that does not
24353 signal an error in version-to-list.
24354
24355 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
24356
24357 * simple.el (delete-trailing-whitespace): Return nil for the
24358 benefit of `write-file-functions'.
24359
24360 2011-03-10 Glenn Morris <rgm@gnu.org>
24361
24362 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
24363
24364 * vc/vc-git.el (vc-git-program): New option.
24365 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
24366 (vc-git--call): Use it.
24367
24368 * eshell/esh-util.el (eshell-condition-case): Doc fix.
24369
24370 * cus-edit.el (Custom-newline): If no button at point, look
24371 for a subgroup button at start-of-line. (Bug#2298)
24372
24373 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
24374
24375 2011-03-10 Julien Danjou <julien@danjou.info>
24376
24377 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
24378 `cursor-type' is nil.
24379
24380 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
24381
24382 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
24383
24384 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
24385
24386 * allout.el: Change so yank of distinctive-bullet items
24387 preserves the existing header prefix, rebulleting it if necessary,
24388 rather than replacing it. This is necessary for proper operation
24389 of cooperative addons like allout-widgets.
24390 (allout-make-topic-prefix, allout-rebullet-heading):
24391 Change SOLICIT arg to INSTEAD, and interpret additionally a string
24392 value as alternate bullet to be used, instead of prompting the user
24393 for a bullet character.
24394
24395 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
24396
24397 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
24398 Do not use `tramp-file-name-port', because this returns also
24399 `tramp-default-port'.
24400
24401 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
24402
24403 * net/rcirc.el (rcirc-handler-001): Remove useless
24404 with-rcirc-process-buffer.
24405 (rcirc-check-auth-status): Swap arguments to string-match.
24406
24407 2011-03-09 Glenn Morris <rgm@gnu.org>
24408
24409 * shell.el (shell-mode):
24410 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
24411
24412 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
24413 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
24414
24415 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24416
24417 * emacs-lisp/package.el (package-refresh-contents)
24418 (package-menu-execute): Use condition-case-no-debug.
24419
24420 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
24421
24422 * simple.el (shell-command-to-string): Use `process-file'.
24423
24424 * emacs-lisp/package.el (package-tar-file-info): Handle also
24425 remote files.
24426
24427 * emacs-lisp/package-x.el (package-upload-buffer-internal):
24428 Use `equal' for upload base check.
24429
24430 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
24431
24432 * textmodes/texinfo.el (texinfo-environments):
24433 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
24434
24435 2011-03-08 Glenn Morris <rgm@gnu.org>
24436
24437 * cus-start.el (cursor-in-non-selected-windows):
24438 Fix :set quoting oddness. (Bug#8192)
24439
24440 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
24441 in some setf expressions. (Bug#2159)
24442
24443 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
24444
24445 * custom.el (custom-available-themes): Return themes in
24446 alphabetical order.
24447
24448 See ChangeLog.15 for earlier changes.
24449
24450 ;; Local Variables:
24451 ;; coding: utf-8
24452 ;; End:
24453
24454 Copyright (C) 2011-2013 Free Software Foundation, Inc.
24455
24456 This file is part of GNU Emacs.
24457
24458 GNU Emacs is free software: you can redistribute it and/or modify
24459 it under the terms of the GNU General Public License as published by
24460 the Free Software Foundation, either version 3 of the License, or
24461 (at your option) any later version.
24462
24463 GNU Emacs is distributed in the hope that it will be useful,
24464 but WITHOUT ANY WARRANTY; without even the implied warranty of
24465 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24466 GNU General Public License for more details.
24467
24468 You should have received a copy of the GNU General Public License
24469 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.