* simple.el (count-words): Report on narrowing.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-07-18 Chong Yidong <cyd@gnu.org>
2
3 * simple.el (count-words): Report on narrowing (Bug#9959).
4
5 * bindings.el: Bind M-= to count-words.
6
7 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
8
9 2012-07-18 Masatake YAMATO <yamato@redhat.com>
10
11 * progmodes/sh-script.el (sh-imenu-generic-expression):
12 Capture a function with `function' keyword and without parentheses
13 like "function FOO" (bug#11856).
14
15 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
16
17 * window.el (split-window-sensibly): Make WINDOW argument
18 optional.
19
20 2012-07-18 Chong Yidong <cyd@gnu.org>
21
22 * subr.el (keyboard-translate): Doc fix (Bug#7261).
23
24 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
25 and make C-x 8 RET exit isearch (Bug#11439).
26
27 * international/iso-transl.el: Move isearch-mode-map key
28 definitions to isearch.el.
29
30 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
33 (eieio-defclass): Use gv-define-setter when possible.
34
35 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
36
37 Reflect recent changes in Fgarbage_collect.
38 * emacs-lisp/chart.el (chart-emacs-storage): Change to
39 reflect new format of data returned by Fgarbage_collect.
40
41 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
42
43 New utility functions + python-info-ppss-context fix (Bug#11910).
44 * progmodes/python.el (python-info-beginning-of-block-statement-p)
45 (python-info-ppss-comment-or-string-p): New functions.
46 (python-info-ppss-context): Small fix for string check.
47
48 2012-07-17 Juri Linkov <juri@jurta.org>
49
50 * dired-aux.el (dired-do-async-shell-command): Doc fix.
51 (dired-do-async-shell-command): Don't add `*' at the end of the
52 command (Bug#11815).
53 (dired-do-shell-command): Doc fix.
54 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
55 Join the individual commands using either "&" or ";" as the
56 separator depending on the values of these trailing characters.
57 At the end re-add the trailing "&". (Bug#10598)
58
59 * simple.el (async-shell-command): Sync the interactive spec with
60 `shell-command'. Doc fix.
61 (shell-command): Doc fix.
62
63 2012-07-17 Juri Linkov <juri@jurta.org>
64
65 * descr-text.el (describe-char): Fix format args. (Bug#10129)
66
67 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
68
69 Final renames and doc fixes for movement commands (bug#11899).
70 * progmodes/python.el (python-nav-beginning-of-statement):
71 Rename from python-nav-statement-start.
72 (python-nav-end-of-statement): Rename from
73 python-nav-statement-end.
74 (python-nav-beginning-of-block): Rename from
75 python-nav-block-start.
76 (python-nav-end-of-block): Rename from python-nav-block-end.
77
78 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
79
80 * progmodes/python.el (python-shell-send-string-no-output):
81 Allow accept-process-output to quit, keeping shell process ready for
82 future interactions (Bug#11868).
83
84 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
87
88 * emacs-lisp/elint.el (elint-find-args-in-code):
89 Use help-function-arglist, so as to handle lexical byte-code.
90
91 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
92 change (bug#11826).
93
94 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
97 Avoid spuriously marking the buffer as modified because of c-is-sws.
98
99 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
100 as not-a-comment (bug#11946).
101
102 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
103 for uninterned vars.
104
105 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
106 Use read-event since we don't really want to read chars but bytes.
107
108 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
109 $$..$$ but also $..$ using regexps (bug#11953).
110 Use tex-verbatim for \url and \path.
111 (tex-font-lock-keywords): Define as defconst like the others.
112 (tex-common-initialization): Don't use font-lock-syntax-table any more.
113
114 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
115
116 * international/mule-cmds.el (ucs-insert): Make it an obsolete
117 alias for insert-char.
118
119 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
120
121 * progmodes/python.el: Simplified imenu implementation.
122 (python-nav-jump-to-defun): Remove command.
123 (python-mode-map): Use `imenu' instead.
124 (python-nav-list-defun-positions-cache)
125 (python-imenu-include-defun-type, python-imenu-make-tree)
126 (python-imenu-subtree-root-label, python-imenu-index-alist):
127 Remove vars.
128 (python-nav-list-defun-positions, python-nav-read-defun)
129 (python-imenu-tree-assoc, python-imenu-make-element-tree)
130 (python-imenu-make-tree, python-imenu-create-index):
131 Remove functions.
132 (python-mode): Update to interact with imenu by setting
133 `imenu-extract-index-name-function' only.
134
135 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
136
137 * progmodes/python.el: Enhancements to navigation commands.
138 (python-nav-backward-sentence)
139 (python-nav-forward-sentence): Remove.
140 (python-nav-backward-statement, python-nav-forward-statement)
141 (python-nav-statement-start, python-nav-statement-end)
142 (python-nav-backward-block, python-nav-forward-block)
143 (python-nav-block-start, python-nav-block-end)
144 (python-nav-forward-sexp-function)
145 (python-info-current-line-comment-p)
146 (python-info-current-line-empty-p): New functions.
147 (python-indent-context): Use `python-nav-statement-start'.
148
149 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
150
151 * eshell/em-ls.el (eshell/ls): Use `apply'.
152
153 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
154 multi-hops, instead of Tramp internals.
155
156 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
157
158 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
159 when F1 and F2 are located on different hosts.
160
161 2012-07-14 Chong Yidong <cyd@gnu.org>
162
163 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
164 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
165 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
166 (xterm-mouse--read-event-sequence-1000)
167 (xterm-mouse--read-event-sequence-1006): New functions. For old
168 mouse protocol, handle M-mouse-X events correctly.
169 (xterm-mouse-event): New arg specifying mouse protocol.
170 (turn-on-xterm-mouse-tracking-on-terminal)
171 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
172 sequence to toggle extended coordinates on newer XTerms.
173 This appears to be harmless on terminals which do not support this.
174
175 2012-07-14 Leo Liu <sdl.web@gmail.com>
176
177 Add fringe bitmap indicators for flymake. (Bug#11253)
178 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
179 (flymake-make-overlay): New arg BITMAP.
180 (flymake-error-bitmap, flymake-warning-bitmap)
181 (flymake-fringe-indicator-position): New user variables.
182
183 * fringe.el: New bitmap exclamation-mark.
184
185 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
186
187 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
188 also (Bug#7879).
189
190 2012-07-14 Chong Yidong <cyd@gnu.org>
191
192 * electric.el (electric-pair-post-self-insert-function): Fix pair
193 insertion in empty-region case (Bug#11520).
194
195 2012-07-14 Chong Yidong <cyd@gnu.org>
196
197 * bindings.el: Consolidate ctl-x-r-map bindings.
198 Bind copy-rectangle-as-kill to C-x r w.
199
200 * rect.el, register.el: Move bindings to bindings.el.
201
202 2012-07-14 Reuben Thomas <rrt@sc3d.org>
203
204 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
205
206 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
207
208 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
209
210 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
211
212 * bindings.el (top): Use `mapc' instead of `mapcar'.
213
214 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
215
216 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
217
218 * progmodes/sql.el (sql-comint): Suppress the check for program on
219 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
220 (Bug#11908)
221
222 2012-07-13 Chong Yidong <cyd@gnu.org>
223
224 * bindings.el: Assign a non-nil permanent-local property to
225 per-buffer variables which lack a default value (Bug#11930).
226
227 * help-fns.el (describe-variable): In the "automatically becomes
228 local" notice, take note of permanent-local variables.
229
230 2012-07-13 Chong Yidong <cyd@gnu.org>
231
232 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
233 to allow printing the message when called from Lisp.
234
235 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
236 Remove toggle-read-only.
237
238 * bs.el (bs-toggle-readonly):
239 * buff-menu.el (Buffer-menu-toggle-read-only):
240 Remove with-no-warnings around toggle-read-only.
241
242 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
243 Remove with-no-warnings around toggle-read-only.
244 (ffap-read-only, ffap-read-only-other-window)
245 (ffap-read-only-other-frame): Callers changed.
246
247 * help-mode.el: Don't require view package.
248 (help-mode-finish): Set buffer-read-only instead of calling
249 toggle-read-only.
250
251 * bindings.el (mode-line-toggle-read-only):
252 * dired.el (dired-toggle-read-only):
253 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
254 with non-nil second arg.
255
256 * emacs-lisp/eieio-custom.el (eieio-customize-object):
257 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
258 directly.
259
260 2012-07-12 Eli Zaretskii <eliz@gnu.org>
261
262 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
263 not incf.
264
265 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 More CL cleanups and reduction of use of cl.el.
268 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
269 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
270 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
271 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
272 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
273 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
274 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
275 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
276 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
277 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
278 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
279 * eshell/em-cmpl.el, eshell/em-banner.el:
280 * calendar/parse-time.el: Use cl-lib.
281 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
282 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
283 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
284 * term/ns-win.el, term.el, shell.el, ps-samp.el:
285 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
286 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
287 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
288 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
289 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
290 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
291 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
292 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
293 `lambda' rather than with `quote'.
294 (eshell-do-opt): Adjust accordingly.
295 (eshell-process-option): Simplify.
296 * eshell/esh-var.el:
297 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
298 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
299 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
300 to `pcase--dontcare'.
301 * emacs-lisp/cl.el (labels): Mark obsolete.
302 (cl--letf, letf): Move to cl-lib.
303 (cl--letf*, letf*): Remove.
304 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
305 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
306 (cl-progv): Rewrite.
307 (cl--letf, cl-letf): Move from cl.el.
308 (cl-letf*): New macro.
309 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
310
311 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
312
313 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
314
315 2012-07-11 Chong Yidong <cyd@gnu.org>
316
317 * vc/log-edit.el (log-edit-vc-backend): New variable.
318 (log-edit): Doc fix.
319
320 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
321 argument of log-edit to set up all local variables.
322 (vc-start-logentry): New optional arg specifying VC backend.
323
324 * vc/vc.el (vc-checkin): Use it.
325 (vc-deduce-fileset): Handle Log Edit buffers.
326 (vc-diff): Make first argument optional too.
327
328 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
329
330 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
331
332 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
333 command, just in case. The function is not needed anymore.
334 (eshell-external-command): Do not call `eshell-remote-command'.
335
336 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 Reduce use of (require 'cl).
339 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
340 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
341 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
342 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
343 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
344 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
345 * battery.el, avoid.el, abbrev.el: Use cl-lib.
346 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
347 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
348 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
349 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
350 * calculator.el, autorevert.el, apropos.el: Don't require CL.
351 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
352 (byte-compile-unfold-bcf, byte-compile-check-variable):
353 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
354 (byte-compile-nilconstp):
355 * emacs-lisp/autoload.el (make-autoload): Use pcase.
356 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
357
358 * emacs-lisp/gv.el (cond): Make it a valid place.
359 (if): Simplify slightly.
360
361 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
362 (pcase--self-quoting-p): New function.
363 (pcase--u1): Use it.
364
365 2012-07-10 Glenn Morris <rgm@gnu.org>
366
367 * emacs-lisp/authors.el (authors-fixed-entries):
368 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
369
370 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
371
372 Rename configure.in to configure.ac (Bug#11603).
373 * emacs-lisp/authors.el (authors-canonical-file-name):
374 * progmodes/autoconf.el (autoconf-mode):
375 Prefer configure.ac to configure.in.
376
377 2012-07-08 Chong Yidong <cyd@gnu.org>
378
379 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
380 Implement the mouse-1-click-follows-link handling properly.
381
382 * info.el (Info-link-keymap): Use follow-link mechanism for
383 header-line links (Bug#374).
384
385 * simple.el (deactivate-mark): Do not set the primary selection
386 if another program has acquired it (Bug#11772).
387
388 2012-07-07 Kevin Ryde <user42@zip.com.au>
389
390 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
391 (woman-decode-region): Replace escaped-escapes without destroying
392 bold or underline (Bug#11552).
393 (woman2-process-escapes): Handle nofill regions (Bug#11591).
394
395 2012-07-07 Chong Yidong <cyd@gnu.org>
396
397 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
398 (interprogram-cut-function, interprogram-paste-function):
399 Mention that we typically mean the clipboard.
400
401 2012-07-06 Glenn Morris <rgm@gnu.org>
402
403 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
404
405 * files.el (toggle-read-only): Restrict message to interactive use.
406
407 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
408
409 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
410
411 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
412
413 2012-07-06 Glenn Morris <rgm@gnu.org>
414
415 * Makefile.in (compile-one-process): Rename from "recompile".
416
417 * Makefile.in (bzr-update): "compile" is the same as "recompile
418 autoloads", but parallelizable, so use that instead.
419
420 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
421
422 * window.el (quit-window): Always restore window height when
423 it's saved in quit-restore parameter.
424
425 2012-07-06 Glenn Morris <rgm@gnu.org>
426
427 * simple.el (kill-whole-line): Doc tweak.
428
429 2012-07-06 Eli Zaretskii <eliz@gnu.org>
430
431 * files.el (file-relative-name): Compare file names
432 case-insensitively if on MS-Windows or MS-DOS, or if
433 read-file-name-completion-ignore-case is non-nil. Don't use
434 case-fold-search for this purpose. (Bug#11827)
435
436 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
437
438 * calendar/cal-dst.el (calendar-current-time-zone):
439 Return calendar-current-time-zone-cache if non-nil.
440
441 2012-07-17 Masatake YAMATO <yamato@redhat.com>
442 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
443
444 * calendar/cal-dst.el (calendar-current-time-zone):
445 Return calendar-current-time-zone-cache if non-nil.
446
447 2012-07-06 Glenn Morris <rgm@gnu.org>
448
449 * Makefile.in (cvs-update): Remove old alias.
450
451 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
452
453 Sync with Tramp 2.2.6-pre.
454
455 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
456 compatible declaration.
457
458 * net/tramp-cmds.el (tramp-append-tramp-buffers):
459 Protect `list-load-path-shadows' call.
460
461 * net/tramp-compat.el (top): Require packages, which aren't
462 autoloaded anymore for XEmacs. Protect call of
463 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
464 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
465 it hurts at least for SXEmacs.
466 (tramp-compat-temporary-file-directory): In XEmacs, there is no
467 standard-value for `temporary-file-directory'.
468
469 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
470 Redirect stderr to /dev/null.
471 (tramp-sh-handle-write-region): uid and gid can be floats.
472 Reported by Russell Sim <russell.sim@gmail.com>.
473 (tramp-sh-handle-vc-registered): Hide errors.
474 (tramp-vc-file-name-handler): Use dummy results for `process-file'
475 and `start-file-process'.
476 (tramp-maybe-open-connection): Check also whether `non-essential'
477 is bound.
478
479 2012-07-04 Chong Yidong <cyd@gnu.org>
480
481 * xml.el (xml--parse-buffer): Use xml-syntax-table.
482 (xml-parse-tag): Likewise, and avoid changing entity tables.
483 (xml-syntax-table): Define from scratch, making sure not to give
484 x2000 and other Unicode spaces whitespace syntax, since those are
485 not spaces in XML.
486 (xml-parse-fragment): Delete unused function.
487 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
488 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
489 (xml-entity-ref, xml-pe-reference-re)
490 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
491 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
492 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
493 (xml-entity-value-re): Use syntax references in regexps where
494 possible; no need to define inside a let-binding.
495 (xml-parse-dtd): Use xml-pe-reference-re.
496 (xml-entity-or-char-ref-re): New defconst.
497 (xml-parse-string, xml-substitute-special): Use it.
498
499 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * files.el (locate-dominating-file): Allow `name' to be a predicate.
502 (find-file--read-only): New function.
503 (find-file-read-only, find-file-read-only-other-window)
504 (find-file-read-only-other-frame): Use it.
505 (insert-file-contents-literally): Don't `fset'.
506 (get-free-disk-space): Use locate-dominating-file.
507
508 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
509 function is already compiled.
510
511 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
512
513 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
514
515 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
516 files on the same host.
517
518 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
519
520 * help-fns.el (describe-function-1): Only call
521 help-fns--autoloaded-p when we have a file name. (Bug#11848)
522
523 2012-07-03 Chong Yidong <cyd@gnu.org>
524
525 * xml.el: Protect parser against XML bombs.
526 (xml-entity-expansion-limit): New variable.
527 (xml-parse-string, xml-substitute-special): Use it.
528 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
529
530 2012-07-03 Glenn Morris <rgm@gnu.org>
531
532 * progmodes/bug-reference.el (bug-reference-bug-regexp):
533 Allow linking to specific messages in debbugs reports (eg 123#5).
534
535 2012-07-02 Chong Yidong <cyd@gnu.org>
536
537 * xml.el: Fix entity and character reference expansion, allowing
538 them to expand into markup as per XML spec.
539 (xml-default-ns): New variable.
540 (xml-entity-alist): Use XML spec definitions for lt and amp.
541 (xml-parse-region): Make first two arguments optional.
542 Discard text properties.
543 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
544 All callers changed.
545 (xml-parse-tag): Call xml-parse-tag-1. For backward
546 compatibility, this function should not modify buffer contents.
547 (xml-parse-tag-1): Fix opening-tag regexp.
548 (xml-parse-string): Rewrite, handling entity and character
549 references properly.
550 (xml--entity-replacement-text): Signal an error if a parameter
551 entity is undefined.
552
553 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * comint.el (comint-output-filter): Filter out repeated prompts.
556
557 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
558 and file-name-absolute-p.
559 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
560 internal calls.
561
562 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
563
564 Spelling fixes.
565 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
566 Rename from byte-compile--refiy-function. All uses changed.
567
568 2012-07-01 Chong Yidong <cyd@gnu.org>
569
570 * xml.el (xml--parse-buffer): New function. Move most of
571 xml-parse-region here.
572 (xml-parse-region): Copy region into a temporary buffer, since
573 parameter entity substitution requires changing buffer contents.
574 Use xml--parse-buffer.
575 (xml-parse-file): Use xml--parse-buffer.
576 (xml-parse-dtd): Make parameter entity substitution work right.
577 Use proper regexps for ELEMENT declarations (Bug#7172).
578
579 2012-06-30 Glenn Morris <rgm@gnu.org>
580
581 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
582
583 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
584 Remove outdated and unnecessary dbus declarations.
585
586 2012-06-30 Eli Zaretskii <eliz@gnu.org>
587
588 * emacs-lisp/timer.el (timer-until): Subtract results of
589 float-time, instead of taking float-time of the result of
590 time-subtract, since float-time signals an error for negative time
591 arguments.
592
593 2012-06-30 Chong Yidong <cyd@gnu.org>
594
595 * xml.el (xml-*-re): Convert defvars into defconsts, and
596 eval-and-compile them so eval-and-compile works on derivatives.
597 (xml--entity-replacement-text): Use eval-and-comple.
598
599 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
600
601 * vc/vc-git.el (vc-git-registered): Use cache property
602 `git-registered'.
603 (vc-git-mode-line-string): Call `vc-working-revision' instead of
604 `vc-git-working-revision' in order to benefit from the cache.
605 (vc-git-root): Use cache property `git-root'. (Bug#11757)
606
607 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
608
609 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
610 removed (likely outside Emacs). (Bug#11757)
611
612 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
613
614 * emacs-lisp/cl-lib.el: Require macroexp.
615
616 2012-06-30 Chong Yidong <cyd@gnu.org>
617
618 * xml.el: Implement XML parameter entities.
619 (xml-parameter-entity-alist): New variable.
620 (xml-parse-region, xml-parse-fragment): Preserve previous values
621 of xml-entity-alist and xml-parameter-entity-alist, so that
622 repeated calls on different documents do not change them.
623 (xml-parse-tag): Fix doctype regexp.
624 (xml--entity-replacement-text): New function.
625 (xml-parse-dtd): Use it. Don't handle system entities; doing that
626 properly requires url retrieval which is unimplemented.
627 (xml-escape-string): Doc fix.
628
629 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
630
631 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
632
633 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
634
635 * fringe.el (fringe-mode): Doc fix.
636
637 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
638
639 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
640 is non-nil.
641 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
642 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
643
644 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
645
646 * calendar/cal-dst.el (calendar-current-time-zone):
647 Return calendar-current-time-zone-cache if non-nil.
648
649 2012-06-29 Masatake YAMATO <yamato@redhat.com>
650
651 * progmodes/which-func.el (which-func-format):
652 Add mouse-face. (Bug#11698)
653
654 2012-06-29 Leo Liu <sdl.web@gmail.com>
655
656 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
657
658 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
659
660 * minibuffer.el (minibuffer-confirm-exit-commands):
661 Add completion-at-point (bug#11725).
662
663 2012-06-29 Glenn Morris <rgm@gnu.org>
664
665 * progmodes/f90.el (f90-font-lock-keywords-2):
666 Add some preprocessor elements. (Bug#10499)
667
668 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
669
670 * progmodes/cperl-mode.el (cperl-update-syntaxification):
671 Use syntax-propertize (bug#11739).
672
673 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
674
675 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
676
677 2012-06-28 Julien Danjou <julien@danjou.info>
678
679 * term.el (term-handle-colors-array): Use a set of new faces to
680 color the terminal. Also uses :inverse-video property.
681 (term-default-fg-color): Set to nil by default, deprecate in favor
682 of `term-face'.
683 (term-default-bg-color): Set to nil by default, deprecate in favor
684 of `term-face'.
685 (term-current-face): Use `term-face' by default.
686 (term-bold-attribute): Variable deleted.
687
688 2012-06-28 Glenn Morris <rgm@gnu.org>
689
690 * simple.el (completion-list-mode-finish):
691 Don't use toggle-read-only. (Since completion-list-mode has
692 a special mode-class, it wasn't doing anything extra anyway.)
693
694 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 Make inlining of other-mode interpreted functions work (bug#11799).
697 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
698 (byte-compile): Use it to fix compilation of lexical-binding closures.
699 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
700 function, if needed.
701
702 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * help-mode.el (help-make-xrefs): Don't just withstand
705 cyclic-variable-indirection but any error in documentation-property.
706
707 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
708 memory use.
709 * bindings.el (bindings--define-key): New function.
710 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
711 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
712 * bindings.el: Use it to purecopy define-key bindings.
713
714 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
715
716 * emacs-lisp/cl.el (flet): Mark obsolete.
717 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
718 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
719 * progmodes/js.el (js-c-fill-paragraph):
720 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
721 (ebrowse-switch-member-buffer-to-derived-class):
722 * play/5x5.el (5x5-solver): Use cl-flet.
723
724 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
725 (cl--symbol-function): New macro.
726 (cl--letf, cl--letf*): Use it.
727
728 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
729 Strip "toggle-" if any.
730
731 2012-06-27 Glenn Morris <rgm@gnu.org>
732
733 * info.el (Info-default-directory-list): Move here from paths.el.
734 * paths.el: Remove file, which is now empty.
735 * loadup.el: No longer load "paths".
736
737 * custom.el (custom-initialize-delay): Doc fix.
738
739 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
740 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
741 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
742 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
743 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
744 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
745 * eshell/eshell.el (eshell-defgroup): Remove alias.
746
747 2012-06-27 Chong Yidong <cyd@gnu.org>
748
749 * help.el (help-enable-auto-load): New variable.
750
751 * help-fns.el (help-fns--autoloaded-p): New function.
752 (describe-function-1): Refer to a function as "autoloaded" if it
753 was autoloaded at any time in the past. Perform autoloading if
754 help-enable-auto-load is non-nil.
755
756 2012-06-26 Eli Zaretskii <eliz@gnu.org>
757
758 * makefile.w32-in (compile, compile-always): Depend on
759 update-subdirs, not on subdirs.el. Otherwise, several different
760 sub-targets of 'bootstrap' running in parallel could
761 simultaneously write to subdirs.el, producing a garbled file.
762
763 2012-06-26 Sam Steingold <sds@gnu.org>
764
765 * files.el (file-name-base): New convenience function.
766 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
767 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
768 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
769 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
770 * textmodes/ispell.el, textmodes/reftex-ref.el:
771 * textmodes/tex-mode.el: Use it.
772 Did not touch cedet and org because they are maintained elsewhere.
773
774 2012-06-26 Martin Rudalics <rudalics@gmx.at>
775
776 * calendar/calendar.el (calendar-exit): Don't try to delete or
777 iconify last frame. See:
778 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
779
780 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
781
782 * server.el (server-process-filter): Remember dir in the
783 process's `server-client-directory' properties.
784
785 2012-06-24 Chong Yidong <cyd@gnu.org>
786
787 * xml.el (xml-parse-tag): Correctly handle comment embedded in
788 non-tag text.
789
790 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
791
792 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
793
794 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * help-fns.el (describe-variable): Don't croak when doc is not found.
797 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
798 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
799 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
800 * emacs-lisp/smie.el (smie-next-sexp): CSE.
801 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
802 ((lambda ..) ..).
803 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
804
805 2012-06-23 Chong Yidong <cyd@gnu.org>
806
807 * info.el (Info-mouse-follow-link): Accept symbol values of
808 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
809 (Info-fontify-node): Use Info-link-keymap for all navigation
810 buttons, with link-args property to perform the desired action.
811 (Info-link-keymap): Doc fix.
812 (Info-next-link-keymap, Info-prev-link-keymap)
813 (Info-up-link-keymap): Delete now-unused keymaps.
814
815 2012-06-23 Chong Yidong <cyd@gnu.org>
816
817 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
818
819 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
820 system abbrevs.
821
822 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
823
824 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
827 (bug#11719).
828
829 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
830 the requote function doesn't work properly (bug#11714).
831
832 2012-06-23 Glenn Morris <rgm@gnu.org>
833
834 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
835
836 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
837
838 Further GV/CL cleanups.
839 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
840 gv-expander.
841 (gv--defun-declaration): New function.
842 (defun-declarations-alist): Use it.
843 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
844 (gv-place): Autoload.
845 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
846 original definition of dotimes and dolist.
847 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
848 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
849 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
850 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
851 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
852 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
853 to the function's definition.
854 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
855 * window.el:
856 * files.el:
857 * faces.el:
858 * env.el: Don't use CL.
859
860 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
861
862 Support higher-resolution time stamps (Bug#9000).
863
864 * calendar/time-date.el (with-decoded-time-value): New arg
865 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
866 (encode-time-value): New optional arg PICO. New type 3.
867 (time-to-seconds) [!float-time]: Support the new picoseconds
868 component if it's used.
869 (seconds-to-time, time-subtract, time-add):
870 Support ps-resolution time stamps as well.
871
872 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
873 (timerp): Timer vectors now have length 9, not 8.
874 (timer--time): Support new-style (4-part) time stamps.
875 (timer-next-integral-multiple-of-time): Time stamps now have
876 picosecond resolution, so take a bit more care about rounding.
877 (timer-relative-time, timer-inc-time): New optional arg psecs.
878 (timer-set-time-with-usecs): Set psecs to 0.
879 (timer--activate): Check psecs component, too.
880
881 * proced.el (proced-time-lessp): Support ps-resolution stamps.
882
883 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
886 Move the non-essential binding to the post/pre-command-hook where it is
887 more obviously correct.
888
889 * subr.el (read-passwd): Don't use a history at all.
890 * savehist.el (savehist-save): Remove password saved accidentally
891 because of the above bug.
892
893 2012-06-22 Bastien Guerry <bzg@gnu.org>
894
895 * files.el (toggle-read-only): Display a message telling whether
896 the buffer is read-only or not (bug#11726).
897
898 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
899
900 * emacs-lisp/gv.el: New file.
901 * subr.el (push, pop): Extend to generalized variables.
902 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
903 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
904 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
905 gv-define-simple-setter, and gv-define-expander.
906 Remove setf-methods defined in gv. Rename cl-setf -> setf.
907 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
908 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
909 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
910 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
911 gv-letplace.
912 (cl-defstruct): Don't define setf-method any more.
913 * emacs-lisp/cl.el (flet): Don't autoload.
914 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
915 (define-setf-expander, defsetf, define-modify-macro)
916 (cl-struct-setf-expander): Move from cl-lib.el.
917 * emacs-lisp/syntax.el:
918 * emacs-lisp/ewoc.el:
919 * emacs-lisp/smie.el:
920 * emacs-lisp/cconv.el:
921 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
922 (timer--time): Use gv-define-simple-setter.
923 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
924 to avoid coding-system problems in subr.el. Adjust all users.
925 (macroexp--maxsize, macroexp-small-p): New functions.
926 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
927 * scroll-bar.el (scroll-bar-mode):
928 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
929 (normal-erase-is-backspace-mode): Don't use the `eq' place.
930 * winner.el (winner-configuration, winner-make-point-alist)
931 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
932 * files.el (locate-file-completion-table): Avoid list*.
933
934 2012-06-22 Chong Yidong <cyd@gnu.org>
935
936 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
937 (dired-create-files): Doc fix (Bug#11329).
938 (dired-do-copy): Doc fix (Bug#11334).
939 (dired-mark-read-string): Doc fix (Bug#11553).
940
941 * dired.el (dired-recursive-copies, dired-recursive-deletes):
942 Doc fix (Bug#11326).
943 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
944 (dired-dwim-target): Doc fix.
945
946 * wdired.el (wdired-mode): Doc fix.
947
948 2012-06-22 Glenn Morris <rgm@gnu.org>
949
950 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
951 (pcmpl-rpm-cache-stamp-file): New constant.
952 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
953 (pcmpl-rpm-packages): Optionally cache list of packages.
954
955 * pcmpl-rpm.el (pcmpl-rpm): New group.
956 (pcmpl-rpm-query-options): New option.
957 (pcmpl-rpm-packages): No need to inline it.
958 Use pcmpl-rpm-query-options.
959
960 * calendar/calendar.el (calendar-in-read-only-buffer):
961 Avoid some needless mode changes.
962
963 2012-06-21 Chong Yidong <cyd@gnu.org>
964
965 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
966 (desktop-path): Remove . from the default value (Bug#10977).
967 (desktop-read): Use user-emacs-directory if desktop-path is nil.
968
969 2012-06-20 Chong Yidong <cyd@gnu.org>
970
971 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
972
973 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
974
975 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
976 (bug#11201).
977
978 2012-06-20 Chong Yidong <cyd@gnu.org>
979
980 * term.el (term-window-width): Handle the case of a missing right
981 fringe (Bug#8837).
982 (term-check-size): Use window-text-height (Bug#5445).
983 (term-mode): Use define-derived-mode. Minor cleanups.
984 Set font-lock-defaults (Bug#7692).
985 (term-move-columns, term-insert-char, term-emulate-terminal)
986 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
987
988 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
989
990 * net/ange-ftp.el (ange-ftp-get-passwd):
991 Bind `enable-recursive-minibuffers'.
992 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
993
994 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
995
996 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
997
998 2012-06-19 Glenn Morris <rgm@gnu.org>
999
1000 * progmodes/python.el (python-mode): Derive from prog-mode.
1001
1002 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1003
1004 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1005 (edt-user-menu-bar-update-buffers): New functions.
1006 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1007
1008 2012-06-19 Chong Yidong <cyd@gnu.org>
1009
1010 * subr.el (with-selected-window): Preserve the selected window's
1011 terminal's top-frame (Bug#4702).
1012
1013 * window.el (save-selected-window): Likewise.
1014
1015 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * progmodes/python.el (python-rx-constituents): Move backquote.
1018 (python-skeleton-define, python-define-auxiliary-skeleton):
1019 Use `declare'.
1020
1021 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * minibuffer.el (read-file-name-default): Revert the patch from
1024 2012-06-17.
1025
1026 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1029 (pcase--u1, pcase--q1): Don't use apply-partially.
1030
1031 2012-06-18 Glenn Morris <rgm@gnu.org>
1032
1033 * progmodes/python.el (python-proc, python-buffer)
1034 (python-send-receive, python-send-string): Fix obsolete versions.
1035
1036 2012-06-18 Martin Rudalics <rudalics@gmx.at>
1037
1038 * window.el (special-display-p): Completely remove stringp
1039 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1040
1041 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1044
1045 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1046
1047 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1048 * net/tramp-sh.el (tramp-maybe-open-connection):
1049 Throw if `non-essential' is non-nil.
1050
1051 2012-06-17 Martin Rudalics <rudalics@gmx.at>
1052
1053 * window.el (special-display-p): Signal an error if BUFFER-NAME
1054 is not a string (Bug#11713).
1055
1056 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1057
1058 * progmodes/python.el (python-info-beginning-of-backslash):
1059 Rename from python-info-beginning-of-backlash, as a spelling fix.
1060
1061 2012-06-17 Chong Yidong <cyd@gnu.org>
1062
1063 * term.el (term-emulate-terminal): If term-check-size is called,
1064 move point to the process mark without resetting point (Bug#4635).
1065
1066 2012-06-17 Glenn Morris <rgm@gnu.org>
1067
1068 * international/mule-cmds.el (mule-menu-keymap)
1069 (set-language-environment, set-locale-environment): Doc tweaks.
1070
1071 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1072
1073 * cus-face.el (custom-face-attributes): Add wave-style underline
1074 attribute.
1075 * faces.el (set-face-attribute): Update docstring to describe
1076 wave-style underline attribute.
1077
1078 2012-06-16 Chong Yidong <cyd@gnu.org>
1079
1080 * term/xterm.el (terminal-init-xterm): Discard input before
1081 querying background mode (Bug#10959).
1082
1083 2012-06-16 Stefan Merten <smerten@oekonux.de>
1084
1085 * textmodes/rst.el: Added and corrected some comments.
1086 (rst-re-alist-def): Improve symbol syntax.
1087 (rst-mode-syntax-table): Correct syntax entries.
1088 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1089 (rst-official-version, rst-official-cvs-rev): Update version
1090 information.
1091
1092 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
1093
1094 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1095 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1096
1097 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1098
1099 * progmodes/python.el: New python.el merge.
1100 (python-guess-indent): Obsolete var.
1101 (python-indent-guess-indent-offset): New defcustom.
1102 (python-indent): Obsolete var.
1103 (python-indent-offset): New defcustom.
1104 (python-python-command, python-jython-command): Delete var.
1105 (python-shell-interpreter): New defcustom.
1106 (python-pdbtrack-do-tracking-p): Delete var.
1107 (python-pdbtrack-activate): New defcustom.
1108 (python-use-skeletons): Obsolete var.
1109 (python-skeleton-autoinsert): New defcustom.
1110 (inferior-python-filter-regexp, python-continuation-offset)
1111 (python-honour-comment-indentation, python-indent-string-contents)
1112 (python-jython-packages, python-mode-hook)
1113 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1114 (python-shell-prompt-alist)
1115 (python-source-modes): Delete defcustoms.
1116 (python-check-buffer-name, python-eldoc-setup-code)
1117 (python-eldoc-string-code, python-ffap-setup-code)
1118 (python-ffap-string-code, python-fill-comment-function)
1119 (python-fill-decorator-function, python-fill-paren-function)
1120 (python-fill-string-function, python-imenu-include-defun-type)
1121 (python-imenu-make-tree, python-imenu-subtree-root-label)
1122 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1123 (python-shell-compilation-regexp-alist)
1124 (python-shell-completion-module-string-code)
1125 (python-shell-completion-pdb-string-code)
1126 (python-shell-completion-setup-code)
1127 (python-shell-completion-string-code)
1128 (python-shell-enable-font-lock, python-shell-exec-path)
1129 (python-shell-extra-pythonpaths)
1130 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1131 (python-shell-process-environment)
1132 (python-shell-prompt-block-regexp)
1133 (python-shell-prompt-output-regexp)
1134 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1135 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1136 (python-shell-virtualenv-path): New defcustoms.
1137 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1138 (inferior-python-mode-syntax-table, python--prompt-regexp)
1139 (python-buffer, python-command python-python-command)
1140 (python-default-template, python-imports, python-indent-index)
1141 (python-indent-list, python-indent-list-length)
1142 (python-mode-running, python-pdbtrack-is-tracking-p)
1143 (python-preoutput-continuation, python-preoutput-leftover)
1144 (python-preoutput-result, python-preoutput-skip-next-prompt)
1145 (python-prev-dir/file, python-recursing)
1146 (python-saved-check-command, python-version-checked)
1147 (python-which-func-length-limit)
1148 (view-return-to-alist): Delete vars.
1149 (python-check-custom-command, python-dotty-syntax-table)
1150 (python-imenu-index-alist, python-indent-current-level)
1151 (python-indent-dedenters, python-indent-levels)
1152 (python-nav-beginning-of-defun-regexp)
1153 (python-nav-list-defun-positions-cache)
1154 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1155 (python-shell-internal-buffer)
1156 (python-skeleton-available): New vars.
1157 (def-python-skeleton): Delete macro.
1158 (python-skeleton-define): New macro.
1159 (python-define-auxiliary-skeleton, python-rx): New macros.
1160 (python-insert-class): Delete command.
1161 (python-skeleton-class): New command.
1162 (python-insert-def): Delete command.
1163 (python-skeleton-def): New command.
1164 (python-insert-for): Delete command.
1165 (python-skeleton-for): New command.
1166 (python-insert-if): Delete command.
1167 (python-skeleton-if): New command.
1168 (python-insert-try/except, python-insert-try/finally): Delete commands.
1169 (python-skeleton-try): New command.
1170 (python-insert-while): Delete command.
1171 (python-skeleton-while): New command.
1172 (python-backspace): Delete command.
1173 (python-indent-dedent-line-backspace): New command.
1174 (python-electric-colon): Delete command.
1175 (python-indent-electric-colon): New command.
1176 (python-guess-indent): Delete command.
1177 (python-indent-guess-indent-offset): New command.
1178 (python-shift-left): Delete command.
1179 (python-indent-shift-left): New command.
1180 (python-shift-right): Delete command.
1181 (python-indent-shift-right): New command.
1182 (python-find-function): Delete command.
1183 (python-nav-jump-to-defun): New command.
1184 (python-next-statement): Delete command.
1185 (python-nav-forward-sentence): New command.
1186 (python-previous-statement): Delete command.
1187 (python-nav-backward-sentence): New command.
1188 (python-fill-paragraph): Delete command.
1189 (python-fill-paragraph-function): New command.
1190 (python-send-buffer): Delete command.
1191 (python-shell-send-buffer): New command.
1192 (python-send-defun): Delete command.
1193 (python-shell-send-defun): New command.
1194 (python-send-region, python-send-region-and-go): Delete commands.
1195 (python-shell-send-region)
1196 (python-shell-switch-to-shell): New commands.
1197 (python-send-string): Delete command.
1198 (python-shell-send-string): New command.
1199 (python-switch-to-python): Delete command.
1200 (python-shell-switch-to-shell): New command.
1201 (python-describe-symbol): Delete command.
1202 (python-eldoc-at-point): New command.
1203 (python--set-prompt-regexp, python-args-to-list)
1204 (python-after-info-look, python-check-version)
1205 (python-check-comint-prompt, python-find-imports)
1206 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1207 (python-unload-function, python-expand-template)
1208 (python-maybe-jython, python-preoutput-filter)
1209 (python-pdbtrack-get-source-buffer)
1210 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1211 (python-pdbtrack-toggle-stack-tracking)
1212 (python-pdbtrack-track-stack-file, python-initial-text)
1213 (python-first-word, python-comment-line-p, python-send-command)
1214 (python-setup-brm, python-sentinel, python-set-proc)
1215 (python-skip-out, python-input-filter, python-outdent-p)
1216 (python-outline-level, python-backslash-continuation-line-p)
1217 (python-end-of-block, python-end-of-statement, python-mark-block)
1218 (python-beginning-of-block, python-beginning-of-statement)
1219 (python-blank-line-p, python-beginning-of-string)
1220 (python-open-block-statement-p): Delete functions.
1221 (python-indent-line, python-indent-line-1): Delete functions.
1222 (python-indent-line): New function.
1223 (python-indentation-levels): Delete function.
1224 (python-indent-calculate-levels): New function.
1225 (python-proc): Delete function.
1226 (python-shell-get-process): New function.
1227 (python-send-receive): Delete function.
1228 (python-shell-send-string-no-output): New function.
1229 (python-module-path): Delete function.
1230 (python-ffap-module-path): New function.
1231 (python-completion-at-point)
1232 (python-symbol-completions): Delete functions.
1233 (python-completion-complete-at-point): New function.
1234 (python-load-file): Delete function.
1235 (python-shell-send-file): New function.
1236 (python-calculate-indentation): Delete function.
1237 (python-indent-calculate-indentation): New function.
1238 (python-skip-comments/blanks): Delete function.
1239 (python-util-forward-comment): New function.
1240 (python-continuation-line-p): Delete function.
1241 (python-info-continuation-line-p): New function.
1242 (python-which-func, python-current-defun): Delete function.
1243 (python-info-current-defun): New function.
1244 (python-beginning-of-defun): Delete function.
1245 (python-nav-beginning-of-defun): New function.
1246 (python-close-block-statement-p)
1247 (python-block-end-p): Delete function.
1248 (python-info-closing-block): New function.
1249 (python-comint-output-filter-function)
1250 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1251 (python-fill-comment, python-fill-decorator, python-fill-paren)
1252 (python-fill-string, python-imenu-make-element-tree)
1253 (python-imenu-make-tree, python-imenu-tree-assoc)
1254 (python-indent-context, python-indent-dedent-line)
1255 (python-indent-line-function)
1256 (python-indent-post-self-insert-function)
1257 (python-indent-toggle-levels)
1258 (python-info-assignment-continuation-line-p)
1259 (python-info-beginning-of-backlash)
1260 (python-info-block-continuation-line-p)
1261 (python-info-closing-block-message)
1262 (python-info-line-ends-backslash-p)
1263 (python-info-looking-at-beginning-of-defun)
1264 (python-info-ppss-context, python-info-ppss-context-type)
1265 (python-nav-list-defun-positions, python-nav-read-defun)
1266 (python-nav-sentence-end, python-nav-sentence-start)
1267 (python-pdbtrack-comint-output-filter-function)
1268 (python-pdbtrack-set-tracked-buffer)
1269 (python-shell-calculate-exec-path)
1270 (python-shell-calculate-process-environment)
1271 (python-shell-completion--do-completion-at-point)
1272 (python-shell-completion--get-completions)
1273 (python-shell-completion-complete-at-point)
1274 (python-shell-completion-complete-or-indent)
1275 (python-shell-get-or-create-process)
1276 (python-shell-get-process-name)
1277 (python-shell-internal-get-or-create-process)
1278 (python-shell-internal-get-process-name)
1279 (python-shell-internal-send-string, python-shell-make-comint)
1280 (python-shell-parse-command, python-shell-send-setup-code)
1281 (python-skeleton-add-menu-items)
1282 (python-util-clone-local-variables, python-util-position)
1283 (run-python-internal, python-indentation-levels)
1284 (python-nav-beginning-of-defun)
1285 (python-completion-complete-at-point): New functions.
1286 (run-python): Change arguments. New API requirements.
1287
1288 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1289
1290 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1291 (bug#11649).
1292
1293 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1294 (macroexp--expand-all): Use it.
1295
1296 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1297 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1298 Use `cl-function' instead.
1299
1300 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
1301
1302 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1303 Suggested by Stefan Monnier while discussing bug#11657.
1304
1305 2012-06-14 Sam Steingold <sds@gnu.org>
1306
1307 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1308
1309 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1310
1311 * play/doctor.el (doctor-doc): Remove parameter and use
1312 doctor-sent instead of sent.
1313 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1314
1315 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * files.el: Require cl-lib.
1318 (file-name-non-special): Replace case -> cl-case.
1319
1320 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1321
1322 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1323 mapping from #' to function*.
1324
1325 2012-06-13 Chong Yidong <cyd@gnu.org>
1326
1327 * mouse.el (mouse-drag-track): Do not set the mark if the user
1328 releases the mouse without selecting anything (Bug#11588).
1329
1330 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1333 as well (bug#11646).
1334
1335 * loadup.el: Count byte-code functions as well.
1336
1337 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1338 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1339
1340 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1341 (bug#11649). Add cl-defun and cl-defmacro.
1342
1343 2012-06-13 Drew Adams <drew.adams@oracle.com>
1344
1345 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1346 Fix last change.
1347
1348 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
1349
1350 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1351 Otherwise, it blocks in batch mode.
1352
1353 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
1354
1355 * help-mode.el (bookmark-make-record-default): Declare.
1356
1357 2012-06-13 Chong Yidong <cyd@gnu.org>
1358
1359 * emacs-lisp/package.el (list-packages): Compute a list of
1360 packages that are newly-available since the last list-packages
1361 invocation.
1362 (package-menu--new-package-list): New var.
1363 (package-menu--generate, package-menu--print-info)
1364 (package-menu--status-predicate, package-menu-mark-install):
1365 Handle new status label "new".
1366
1367 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1368
1369 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1370 conversion to backquotes.
1371
1372 2012-06-12 Chong Yidong <cyd@gnu.org>
1373
1374 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1375 Rename from gud-inhibit-global-bindings.
1376
1377 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1378
1379 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1380 hook from nxml-glyph-set-hook.
1381
1382 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1383 declaration.
1384
1385 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1386
1387 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1388 Convert to defcustom.
1389
1390 2012-06-12 Drew Adams <drew.adams@oracle.com>
1391
1392 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1393 New functions.
1394 (help-mode): Use them.
1395
1396 2012-06-11 Glenn Morris <rgm@gnu.org>
1397
1398 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1399 Use preprocessor face for directives.
1400 (fortran-directive-re): Doc fix.
1401
1402 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1405 conversion to backquotes (bug#11652).
1406
1407 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1408 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1409 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1410 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1411 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1412 (cl-ninth, cl-tenth): Mark them as inlinable.
1413 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1414 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1415 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1416 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1417 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1418 (cl-list*, cl-adjoin): Don't put an autoload manually.
1419 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1420 (cl--compiler-macro-list*): Add autoload cookie.
1421 (cl--compiler-macro-cXXr): New function.
1422
1423 * help-fns.el (help-fns--compiler-macro): New function extracted from
1424 describe-function-1; follow aliases and use `compiler-macro' property.
1425 (describe-function-1): Use it.
1426
1427 2012-06-11 Chong Yidong <cyd@gnu.org>
1428
1429 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1430 is uninstalled, if imagemagick is installed.
1431
1432 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1433
1434 * emacs-lisp/cl-lib.el: Use lexical-binding.
1435 (cl-map-extents, cl-maclisp-member): Remove.
1436 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1437 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1438 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1439 * emacs-lisp/cl-extra.el: Use lexical-binding.
1440 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1441 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1442 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1443 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1444 * emacs-lisp/cl-seq.el: Use lexical-binding.
1445 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1446 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1447 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1448 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1449 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1450 CL's internals.
1451
1452 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1453
1454 Sync with Tramp 2.2.6-pre.
1455
1456 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1457 `print-length' and `print-level' to nil, in order to avoid
1458 truncation. Reported by Christopher Schmidt
1459 <christopher@ristopher.com>.
1460
1461 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1462
1463 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1464 New defmacro.
1465 (tramp-compat-copy-directory): Add optional argument
1466 COPY-CONTENTS. It is not handled yet.
1467
1468 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1469 (tramp-ftp-file-name-p): Simplify.
1470
1471 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1472 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1473 connection vector.
1474
1475 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1476 (tramp-methods): Do not use `tramp-password-end-of-line'.
1477 (tramp-completion-function-alist-putty): Handle UNIX case.
1478 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1479 (tramp-do-file-attributes-with-stat)
1480 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1481 gid as real numbers. They could run out of integer range on cygwin.
1482 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1483 (tramp-sh-handle-expand-file-name): Handle hops.
1484 (tramp-open-connection-setup-interactive-shell):
1485 Use `tramp-cleanup'. Move check for busyboxes ...
1486 (tramp-find-shell): ... here. Simplify implementation.
1487 Set "remote-shell" property also for alternative shells.
1488 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1489 If failing, a regular file would be written otherwise.
1490 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1491 (tramp-find-inline-encoding): Cache the coding commands in the
1492 process cache. Apply test command on the remote side, if defined.
1493 (tramp-find-inline-compress): Cache the compress commands in the
1494 process cache.
1495 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1496 when requested. Handle hops.
1497 (tramp-current-connection): New defvar.
1498 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1499 Throw `suppress', if there was a failed connection shortly before.
1500 Handle user interrupt. (Bug#10187)
1501 (tramp-get-inline-compress, tramp-get-inline-coding):
1502 Read connection properties from the process cache.
1503
1504 * net/tramp-smb.el (tramp-smb-server-version)
1505 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1506 New defconsts.
1507 (tramp-smb-prompt): Extend for powershell prompt.
1508 (tramp-smb-file-name-handler-alist): Add handlers for
1509 `process-file', `shell-command' and `start-file-process'.
1510 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1511 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1512 (tramp-smb-file-name-p): Simplify.
1513 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1514 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1515 (tramp-smb-shell-quote-argument): New defuns.
1516 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1517 Implement using "tar". By this, time-stamps are preserved.
1518 (tramp-smb-handle-copy-file): Handle also the case of directories.
1519 (tramp-smb-do-file-attributes-with-stat)
1520 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1521 Use `tramp-get-connection-buffer').
1522 (tramp-smb-handle-rename-file): Use "rename", when source and
1523 target are on the same share.
1524 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1525 Use `tramp-smb-server-version'.
1526 (tramp-smb-wait-for-output): Remove prompt.
1527
1528 * net/tramp.el (top): Require 'cl.
1529 (tramp-methods, tramp-rsh-end-of-line):
1530 Remove `tramp-password-end-of-line' from docstring.
1531 (tramp-save-ad-hoc-proxies): New defcustom.
1532 (tramp-completion-function-alist): Adapt docstring.
1533 (tramp-default-password-end-of-line): Remove defcustom.
1534 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1535 (tramp-user-regexp, tramp-file-name-regexp-unified)
1536 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1537 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1538 (tramp-remote-file-name-spec-regexp): New defconst.
1539 (tramp-file-name-structure): Extend structure for hops.
1540 (tramp-get-method-parameter): Move up.
1541 (tramp-file-name-p, tramp-dissect-file-name)
1542 (with-parsed-tramp-file-name): Handle hops.
1543 (tramp-file-name-hop): New defun.
1544 (tramp-make-tramp-file-name): New optional arg HOP.
1545 (tramp-message-show-progress-reporter-message): New defvar.
1546 (tramp-with-progress-reporter): Use it. We cannot use
1547 `tramp-message-show-message' here, because this suppresses also
1548 error buffers.
1549 (tramp-error-with-buffer): Suppress buffer view, if
1550 `tramp-message-show-message' is nil.
1551 Use `tramp-get-connection-buffer'.
1552 (tramp-cleanup): New defun.
1553 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1554 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1555 an error unchanged.
1556 (tramp-completion-handle-file-name-all-completions): Handle hops.
1557 Fix an error when called from ido.
1558 (tramp-completion-dissect-file-name): Use better local variable
1559 name. Add hop to the vector.
1560 (tramp-handle-insert-file-contents): Use progress-reporter for the
1561 whole scenario.
1562 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1563 to `t'.
1564 (tramp-check-for-regexp): Simplify search.
1565 (tramp-enter-password): Remove it. Move implementation ...
1566 (tramp-action-password): ... here.
1567 (tramp-mode-string-to-int, tramp-local-host-p)
1568 (tramp-make-tramp-temp-file, tramp-read-passwd)
1569 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1570 Set tramp-autoload cookie.
1571
1572 * net/trampver.el: Update release number.
1573
1574 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1575 Michael Albinus <michael.albinus@gmx.de>
1576
1577 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1578 (tramp-parse-group, tramp-parse-file)
1579 (tramp-parse-shostkeys-sknownhosts): New defuns.
1580 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1581 (tramp-parse-shosts-group, tramp-parse-sconfig)
1582 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1583 (tramp-parse-sknownhosts, tramp-parse-hosts)
1584 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1585 Use them.
1586 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1587 (tramp-parse-putty-group): Don't narrow.
1588 (tramp-parse-putty): Make a loop.
1589 (tramp-file-name-handler): Catch the `suppress' signal.
1590
1591 2012-06-11 Chong Yidong <cyd@gnu.org>
1592
1593 * image.el (imagemagick-register-types): Put the ImageMagick entry
1594 at the end of image-type-file-name-regexps.
1595
1596 2012-06-11 Johan Bockgård <bojohan@gnu.org>
1597
1598 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1599 (pcase, pcase-let*, pcase-dolist): Use them.
1600
1601 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * emacs-lisp/pcase.el (pcase--let*): New function.
1604 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1605 (pcase--expand): Use macroexp-let².
1606
1607 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1610 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1611 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1612 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1613 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1614 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1615
1616 2012-06-10 Glenn Morris <rgm@gnu.org>
1617
1618 * mail/rmail.el (rmail-yank-current-message): Leave point at
1619 correct position. (Bug#11660)
1620
1621 2012-06-10 Chong Yidong <cyd@gnu.org>
1622
1623 * allout-widgets.el: Fix code header.
1624
1625 2012-06-10 Chong Yidong <cyd@gnu.org>
1626
1627 * cus-edit.el (customize-changed-options-previous-release):
1628 Bump to 24.1.
1629
1630 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1631
1632 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1633
1634 2012-06-09 Chong Yidong <cyd@gnu.org>
1635
1636 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1637
1638 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1639
1640 * window.el (special-display-popup-frame): Don't use
1641 window--display-buffer (Bug#11651).
1642
1643 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1644
1645 Fix parallel builds: make sure loaddefs.el is not being written
1646 while Lisp files are compiled.
1647 (compile): Don't depend on 'mh-autoloads'.
1648 (compile-CMD, compile-SH): Depend on 'autoloads'.
1649 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1650
1651 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1652
1653 2012-06-09 Chong Yidong <cyd@gnu.org>
1654
1655 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1656 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1657 Doc fixes (Bug#11225).
1658
1659 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1660
1661 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1662 a function if there's a clear indication that it has a compiler-macro.
1663 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1664 (macro-declarations-alist): Add arglist to declaration functions.
1665 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1666 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1667 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1668 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1669 Also add autoload to find the compiler macro.
1670 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1671 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1672 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1673 (cl--compiler-macro-get): New functions, replacing calls to
1674 cl-define-compiler-macro.
1675 (cl-typep) [compiler-macro]: Use macroexp-let².
1676
1677 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
1678
1679 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1680 string properly, fixes Bug#11473.
1681
1682 2012-06-08 Chong Yidong <cyd@gnu.org>
1683
1684 * faces.el (set-face-attribute): Doc fix.
1685 (modify-face): Don't use :bold and :italic.
1686 (error, warning, success): Tweak definitions.
1687
1688 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1689 (custom-modified, custom-set, custom-changed, custom-themed)
1690 (custom-saved, custom-button, custom-button-mouse)
1691 (custom-button-pressed, custom-state, custom-comment-tag)
1692 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1693 (custom-group-subtitle): Use new-style face specs.
1694 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1695 (custom-set-face, custom-changed-face, custom-saved-face)
1696 (custom-button-face, custom-button-pressed-face)
1697 (custom-documentation-face, custom-state-face)
1698 (custom-comment-face, custom-comment-tag-face)
1699 (custom-variable-tag-face, custom-variable-button-face)
1700 (custom-face-tag-face, custom-group-tag-face-1)
1701 (custom-group-tag-face): Remove obsolete face alias.
1702
1703 * epa.el (epa-validity-high, epa-validity-medium)
1704 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1705 (epa-field-name, epa-field-body):
1706 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1707 (font-lock-keyword-face, font-lock-builtin-face)
1708 (font-lock-function-name-face, font-lock-variable-name-face)
1709 (font-lock-type-face, font-lock-constant-face):
1710 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1711 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1712 * speedbar.el (speedbar-button-face, speedbar-file-face)
1713 (speedbar-directory-face, speedbar-tag-face)
1714 (speedbar-selected-face, speedbar-highlight-face)
1715 (speedbar-separator-face):
1716 * whitespace.el (whitespace-newline, whitespace-space)
1717 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1718 (whitespace-line, whitespace-space-before-tab)
1719 (whitespace-space-after-tab, whitespace-indentation)
1720 (whitespace-empty):
1721 * emulation/cua-base.el (cua-global-mark):
1722 * eshell/em-prompt.el (eshell-prompt):
1723 * net/newst-plainview.el (newsticker-new-item-face)
1724 (newsticker-old-item-face, newsticker-immortal-item-face)
1725 (newsticker-obsolete-item-face, newsticker-date-face)
1726 (newsticker-statistics-face, newsticker-default-face):
1727 * net/newst-reader.el (newsticker-feed-face)
1728 (newsticker-extra-face, newsticker-enclosure-face):
1729 * net/newst-treeview.el (newsticker-treeview-face)
1730 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1731 (newsticker-treeview-immortal-face)
1732 (newsticker-treeview-obsolete-face)
1733 (newsticker-treeview-selection-face):
1734 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1735 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1736 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1737 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1738 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1739 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1740 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1741 (mpuz-text):
1742 * progmodes/vera-mode.el (vera-font-lock-number)
1743 (vera-font-lock-function, vera-font-lock-interface):
1744 * textmodes/table.el (table-cell): Use new-style face specs, and
1745 don't use the old :bold and :italic attributes.
1746
1747 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1748 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1749 (ebrowse-member-class, ebrowse-progress): Likewise.
1750 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1751 (ebrowse-file-name-face, ebrowse-default-face)
1752 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1753 (ebrowse-progress-face): Remove obsolete faces.
1754
1755 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1756 Inherit from error and warning faces respectively.
1757
1758 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1759 Likewise.
1760 (flyspell-incorrect-face, flyspell-duplicate-face):
1761 Remove obsolete aliases.
1762
1763 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
1764
1765 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1766 Avoid infloop.
1767
1768 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * startup.el (argv, argi): Make lexically scoped.
1771 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1772 * emacs-lisp/cl-macs.el: Use lexical-binding.
1773 Rename cl-bind-* to cl--bind-*.
1774 * files.el: Don't require `cl' since it doesn't use it.
1775 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1776
1777 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1780 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1781 instead of calling external sort utility.
1782 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1783
1784 2012-06-08 Eli Zaretskii <eliz@gnu.org>
1785
1786 * descr-text.el (describe-char): Mention how to insert the
1787 character, if the current input method doesn't support it.
1788 See the discussion in this thread for the details:
1789 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1790
1791 2012-06-08 Sam Steingold <sds@gnu.org>
1792
1793 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1794 XF86Back to previous-buffer.
1795 (minibuffer-local-map): Bind them to next-history-element and
1796 previous-history-element respectively.
1797 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1798 help-go-back respectively.
1799 * info.el (Info-mode-map): Bind them to Info-history-forward and
1800 Info-history-back respectively.
1801 These are the keys next to Up on the ThinkPad keyboard.
1802
1803 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1804
1805 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1806 * emacs-lisp/cl-macs.el: Provide itself.
1807 (cl--labels-convert-cache): New var.
1808 (cl--labels-convert): New function.
1809 (cl-flet, cl-labels): New implementation with new semantics, relying on
1810 lexical-binding.
1811 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1812 (cl-closure-vars, cl--function-convert-cache)
1813 (cl--function-convert): Move from cl-macs.el.
1814 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1815 rename by removing the "cl-" prefix.
1816 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1817
1818 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1819
1820 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1821 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1822 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1823 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1824 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1825 (cl-hash-table-count): Add old compatibility aliases.
1826
1827 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1828 Use macroexpand-all-environment instead.
1829 (cl--old-macroexpand): New var.
1830 (cl--sm-macroexpand): New function.
1831 (cl-symbol-macrolet): Use it during macro expansion.
1832 (cl--function-convert-cache): New var.
1833 (cl--function-convert): New function, extracted from
1834 cl-macroexpand-all.
1835 (cl-lexical-let): Use it.
1836
1837 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1838 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1839 (cl-member): Remove old alias.
1840
1841 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1842 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1843 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1844 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1845 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1846 (cl-macroexpand-cmacs): Remove var.
1847 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1848 Use macroexpand-all instead.
1849
1850 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1851
1852 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1853 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1854 (macroexp-copyable-p): New functions and macros.
1855 * emacs-lisp/edebug.el (edebug-unwrap):
1856 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1857 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1858 (pcase--let*): Remove.
1859 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1860 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1861 macroexp-const-p instead.
1862 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1863
1864 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1865 instead of "cl-" for internal definitions. Use macroexp-const-p.
1866 (cl-old-bc-file-form): Remove var.
1867 (cl-const-exprs-p): Remove fun.
1868 (cl-labels, cl-macrolet): Use backquote.
1869 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1870 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1871 (cl-define-setf-expander): Rename from cl-define-setf-method.
1872 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1873
1874 * international/mule-cmds.el: Don't require CL.
1875 (view-hello-file): Don't use `letf'.
1876
1877 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * tmm.el (tmm-prompt): Use string-prefix-p.
1880 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1881 (tmm-add-prompt): Use minibuffer-completion-help.
1882 (tmm-delete-map): Remove.
1883
1884 * subr.el (kbd): Make it its own function.
1885
1886 2012-06-07 Stefan Merten <smerten@oekonux.de>
1887
1888 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1889 Silence compiler warnings. Fix versions.
1890 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
1891 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
1892 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
1893 (rst-package-emacs-version-alist): Correct Emacs version to
1894 represent major merge with upstream.
1895 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
1896
1897 2012-06-06 Glenn Morris <rgm@gnu.org>
1898
1899 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1900 Only print environment variables if set.
1901
1902 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1905 (macroexp--cons): Rename from maybe-cons.
1906 (macroexp--accumulate): Rename from macroexp-accumulate.
1907 (macroexp--all-forms): Rename from macroexpand-all-forms.
1908 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1909 (macroexp--expand-all): Rename from macroexpand-all-1.
1910
1911 2012-06-06 Sam Steingold <sds@gnu.org>
1912
1913 * calendar/calendar.el (calendar-in-read-only-buffer):
1914 Call `special-mode' to enable the standard read-only keybindings.
1915
1916 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1917
1918 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1919 with "loading" messages (bug#11635).
1920
1921 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
1922
1923 * files.el (enable-remote-dir-locals): New option.
1924 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
1925
1926 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1927 Ensure, that the temp directory is local.
1928
1929 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
1930 `temporary-file-directory'.
1931
1932 * progmodes/python.el (python-send-region): Ensure, that the
1933 temporary file is created also in the remote case.
1934
1935 2012-06-06 Glenn Morris <rgm@gnu.org>
1936
1937 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
1938 (vc-rcs-update-changelog): Use it.
1939
1940 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
1941
1942 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
1943 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
1944 (vc-sccs-diff): Replace use of the external vcdiff script.
1945
1946 2012-06-05 Glenn Morris <rgm@gnu.org>
1947
1948 * ledit.el: Move to obsolete/.
1949
1950 2012-06-05 Sam Steingold <sds@gnu.org>
1951
1952 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
1953 patch (Bug#11140).
1954
1955 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * emacs-lisp/cust-print.el: Move to obsolete.
1958
1959 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
1960 compiler-macro expansion.
1961
1962 Add native compiler-macro support.
1963 * emacs-lisp/macroexp.el (macroexpand-all-1):
1964 Support compiler-macros directly. Properly follow aliases and apply
1965 the compiler macros more thoroughly.
1966 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
1967 macroexpand now properly follows aliases.
1968 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
1969 (cl-compiler-macroexpand): Use new prop.
1970 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
1971
1972 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
1973
1974 2012-06-05 Martin Rudalics <rudalics@gmx.at>
1975
1976 * window.el (get-lru-window, get-mru-window, get-largest-window):
1977 New argument NOT-SELECTED to avoid picking the selected window.
1978 (window--display-buffer-1, window--display-buffer-2): Replace by
1979 new function window--display-buffer
1980 (display-buffer-same-window, display-buffer-reuse-window)
1981 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
1982 Use window--display-buffer.
1983 (display-buffer-use-some-window): Remove temporary dedication
1984 hack by calling get-lru-window and get-largest-window with
1985 NOT-SELECTED argument non-nil. Call window--display-buffer.
1986
1987 2012-06-05 Glenn Morris <rgm@gnu.org>
1988
1989 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
1990 Replace external vcdiff script.
1991
1992 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
1993
1994 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
1995
1996 2012-06-04 Chong Yidong <cyd@gnu.org>
1997
1998 * image.el (imagemagick-types-inhibit): Revert last change.
1999 Add INFO and M.
2000 (imagemagick-enabled-types): Remove CIN and EPS*.
2001
2002 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * emacs-lisp/cl-lib.el: Rename from cl.el.
2005 * emacs-lisp/cl.el: New compatibility file.
2006 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2007 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2008 to obey the "cl-" prefix.
2009 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2010
2011 2012-06-03 Glenn Morris <rgm@gnu.org>
2012
2013 * emacs-lisp/authors.el (authors-aliases): Addition.
2014
2015 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2016 Fix :version.
2017
2018 2012-06-03 Stefan Merten <smerten@oekonux.de>
2019
2020 * textmodes/rst.el: Add comments.
2021 (rst-transition, rst-adornment): New faces.
2022 (rst-adornment-faces-alist): Make default safe to reevaluate.
2023 Fixes
2024 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2025 Improve customization tags.
2026 (rst-define-level-faces): Clarify meaning.
2027
2028 2012-06-03 Chong Yidong <cyd@gnu.org>
2029
2030 * progmodes/compile.el (compilation-mode-line-fail)
2031 (compilation-mode-line-run, compilation-mode-line-exit):
2032 New faces.
2033 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2034
2035 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2036
2037 * progmodes/which-func.el (which-func-update-ediff-windows):
2038 New function. Use it in ediff-select-hook (Bug#11478).
2039
2040 2012-06-03 Chong Yidong <cyd@gnu.org>
2041
2042 * bindings.el: Remove explicit help text from format-mode-line.
2043 It is now supplied by mode-line-default-help-echo.
2044 (mode-line-front-space, mode-line-end-spaces)
2045 (mode-line-misc-info): New variables.
2046 (mode-line-modes, mode-line-position): Move the default value to
2047 the variable definition.
2048 (mode-line-default-help-echo): New defcustom.
2049 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2050 (mode-line-modified-help-echo): New functions.
2051 (mode-line-mule-info, mode-line-modified): Use them.
2052 (mode-line-eol-desc, propertized-buffer-identification):
2053 Consistency fixes for help text.
2054 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2055 set-buffer-file-coding-system (Bug#289).
2056 (mode-line-mule-info-help-echo): Update help text.
2057
2058 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2059
2060 * simple.el (execute-extended-command): Set real-this-command
2061 (bug#11506).
2062
2063 2012-06-02 Chong Yidong <cyd@gnu.org>
2064
2065 Remove incorrect uses of "modeline" in comments, docstrings, and
2066 function/variable names (Bug#10329).
2067
2068 * cus-edit.el (mode-line):
2069 * dframe.el (dframe-mouse-hscroll):
2070 * emacs-lisp/re-builder.el:
2071 * emacs-lisp/easy-mmode.el (define-minor-mode):
2072 * frame.el (set-frame-name):
2073 * help.el (lookup-minor-mode-from-indicator):
2074 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2075 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2076 (c-toggle-hungry-state):
2077 * progmodes/antlr-mode.el (antlr-language-alist):
2078 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2079 * progmodes/vhdl-mode.el (vhdl-mode):
2080 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2081 * term/ns-win.el (ns-face-at-pos):
2082 * term/sup-mouse.el (sup-mouse-report):
2083 * textmodes/flyspell.el (flyspell-mode-line-string):
2084 * textmodes/ispell.el (ispell-highlight-face):
2085 * textmodes/reftex-global.el:
2086 * vc/vc-arch.el (vc-arch-mode-line-string):
2087 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2088 * vc/vc-git.el (vc-git-mode-line-string):
2089 * vc/vc-hooks.el (vc-display-status)
2090 (vc-default-mode-line-string):
2091 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2092
2093 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2094
2095 * dired.el (dired-sort-set-mode-line): Rename from
2096 dired-sort-set-modeline. All callers changed.
2097
2098 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2099 eshell-status-in-modeline.
2100
2101 * foldout.el (foldout-mode-line-string): Rename from
2102 foldout-modeline-string. All callers changed.
2103 (foldout-update-mode-line): Rename from foldout-update-modeline.
2104
2105 * subr.el (redraw-modeline): Make into obsolete alias.
2106
2107 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2108 timeclock-modeline-display. Make old name an alias.
2109 (timeclock-update-mode-line): Likewise. All callers changed.
2110 (timeclock-mode-line-display): No need to check before using
2111 add-hook.
2112 (timeclock-relative, timeclock-day-over-hook)
2113 (timeclock-use-elapsed, timeclock-mode-string)
2114 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2115
2116 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2117 crisp-mode-modeline-string.
2118
2119 * play/solitaire.el (solitaire-build-mode-line): Rename from
2120 solitaire-build-modeline. All callers changed.
2121
2122 * play/zone.el (zone-hiding-mode-line): Rename from
2123 zone-hiding-modeline. All callers changed.
2124 (zone): Remove unusued `modeline-hidden-level' property.
2125
2126 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2127 xscheme-modeline-initialize. All callers changed.
2128
2129 * strokes.el (strokes-lighter): Rename from
2130 strokes-modeline-string.
2131
2132 * textmodes/sgml-mode.el (html-face-tag-alist)
2133 (html-tag-face-alist): Use mode-line face instead of obsolete
2134 alias modeline.
2135
2136 2012-06-02 Stefan Merten <smerten@oekonux.de>
2137
2138 * textmodes/rst.el: Always require `cl'.
2139 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2140
2141 2012-06-02 Chong Yidong <cyd@gnu.org>
2142
2143 * image.el (imagemagick-enabled-types): Rename from
2144 imagemagick-types-enable. Add many more types.
2145 (imagemagick-types-inhibit): Change default to nil.
2146 (imagemagick-filter-types): Caller changed.
2147
2148 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2149
2150 * emacs-lisp/cl-macs.el: Use backquotes.
2151 (cl-transform-function-property): Use eval-and-compile rather than
2152 abusing `require'.
2153 (defstruct): Use declare-function instead of with-no-warnings.
2154
2155 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2156 (byte-compile-output-docform): Re-add the print-circle bindings.
2157 (byte-compile-fix-header): Use #$ just because it's shorter.
2158 (byte-compile-output-file-form): Remove defun/defmacro.
2159
2160 2012-06-01 Martin Rudalics <rudalics@gmx.at>
2161
2162 * simple.el (choose-completion): Remove now obsolete binding for
2163 owindow.
2164
2165 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
2166
2167 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2168 in order to avoid "Stack overflow in regexp matcher".
2169
2170 2012-05-31 Glenn Morris <rgm@gnu.org>
2171
2172 * image.el: For clarity, call imagemagick-register-types at
2173 top-level, rather than relying on a custom :initialize.
2174 (imagemagick-types-enable): New option. (Bug#11557)
2175 (imagemagick-filter-types): New function. (Bug#7406)
2176 (imagemagick-register-types): Use imagemagick-filter-types.
2177 If disabling support, remove elements altogether rather
2178 than using an impossible regexp.
2179 (imagemagick-types-inhibit): Give it the default init function.
2180
2181 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2184 Handle arbitrary file name lengths (Bug#11585).
2185
2186 2012-05-31 Martin Rudalics <rudalics@gmx.at>
2187
2188 * desktop.el (desktop-read): Clear previous and next buffers for
2189 all windows and bury *Messages* buffer (bug#11556).
2190
2191 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2192
2193 Add `declare' for `defun'. Align `defmacro's with it.
2194 * emacs-lisp/easy-mmode.el (define-minor-mode)
2195 (define-globalized-minor-mode): Don't autoload the var definitions.
2196 * emacs-lisp/byte-run.el: Use lexical-binding.
2197 (defun-declarations-alist, macro-declarations-alist): New vars.
2198 (defmacro, defun): Use them.
2199 (make-obsolete, define-obsolete-function-alias)
2200 (make-obsolete-variable, define-obsolete-variable-alias):
2201 Use `declare'.
2202 (macro-declaration-function): Mark obsolete.
2203 * emacs-lisp/autoload.el: Use lexical-binding.
2204 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2205
2206 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2207
2208 * textmodes/ispell.el (ispell-with-no-warnings):
2209 Define as a macro.
2210 (ispell-kill-ispell, ispell-change-dictionary):
2211 Use `called-interactively-p' for Emacs instead of obsolete
2212 `interactive-p'.
2213
2214 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2215
2216 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2217 (macro-declaration-function): Move var from C code.
2218 (macro-declaration-function): Define function with defalias.
2219 * emacs-lisp/macroexp.el (macroexpand-all-1):
2220 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2221 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2222 defun/defmacro any more.
2223 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2224 Provide fallback for unknown arglist.
2225 (byte-compile-arglist-warn): Change calling convention.
2226 (byte-compile-output-file-form): Move print-vars binding.
2227 (byte-compile-output-docform): Simplify accordingly.
2228 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2229 (byte-compile-defmacro-declaration): Remove.
2230 (byte-compile-file-form-defmumble): Generalize to defalias.
2231 (byte-compile-output-as-comment): Return byte-positions.
2232 Simplify callers accordingly.
2233 (byte-compile-lambda): Use `assert'.
2234 (byte-compile-defun, byte-compile-defmacro): Remove.
2235 (byte-compile-file-form-defalias):
2236 Use byte-compile-file-form-defmumble.
2237 (byte-compile-defalias-warn): Remove.
2238
2239 2012-05-29 Stefan Merten <smerten@oekonux.de>
2240
2241 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2242 possible. Fix authors. Improve comments. Improve loading of `cl'.
2243
2244 (rst-mode-abbrev-table): Merge definition.
2245 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2246 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2247
2248 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2249
2250 * calendar/icalendar.el
2251 (icalendar-export-region): Export UID properly.
2252
2253 2012-05-29 Leo Liu <sdl.web@gmail.com>
2254 * calendar/icalendar.el (icalendar-import-format):
2255 Add `icalendar-import-format-uid' (Bug#11525).
2256 (icalendar-import-format-uid): New.
2257 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2258 Export UID.
2259
2260 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2263 different alternative patterns.
2264 (pcase-codegen): Be more careful to preserve identity.
2265 (pcase--u1): Don't forget to mark vars as used.
2266
2267 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2268 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2269 (byte-compile-from-buffer): ...rather than here.
2270
2271 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2272 functions from byte-compile-function-environment.
2273
2274 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
2275
2276 * window.el (window-deletable-p): Avoid deleting the root window
2277 of a frame with an active minibuffer.
2278
2279 2012-05-29 Martin Rudalics <rudalics@gmx.at>
2280
2281 * simple.el (choose-completion): Use quit-window (Bug#11567).
2282
2283 2012-05-29 Chong Yidong <cyd@gnu.org>
2284
2285 * whitespace.el (whitespace-cleanup): Fix usage of
2286 whitespace-empty-at-bob-regexp (Bug#11492).
2287
2288 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2289
2290 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2291 revert (Bug#11488).
2292
2293 2012-05-29 Juri Linkov <juri@jurta.org>
2294
2295 * isearch.el (isearch-mode-map): Bind `M-s _' to
2296 `isearch-toggle-symbol'. Bind `M-s c' to
2297 `isearch-toggle-case-fold'.
2298 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2299 (isearch-forward): Add `M-s _' to the docstring.
2300 (isearch-forward-symbol, isearch-toggle-case-fold)
2301 (isearch-symbol-regexp): New functions. (Bug#11381)
2302
2303 2012-05-29 Juri Linkov <juri@jurta.org>
2304
2305 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2306 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2307 a function, call it to get the regexp.
2308 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2309 property `isearch-message-prefix' instead of the string "word ".
2310 (isearch-search-fun-default): For the case of `isearch-word',
2311 return a lambda that calls re-search-forward/re-search-backward
2312 with a regexp returned by `word-search-regexp' or by the function
2313 in `isearch-word'.
2314
2315 2012-05-29 Juri Linkov <juri@jurta.org>
2316
2317 * isearch.el (isearch-search-fun-default): New function.
2318 (isearch-search-fun): Move default part to the new function
2319 `isearch-search-fun-default'.
2320 (isearch-search-fun-function): Set the default value to
2321 `isearch-search-fun-default'. (Bug#11381)
2322
2323 * comint.el (comint-history-isearch-end):
2324 Use `isearch-search-fun-default'.
2325 (comint-history-isearch-search): Use `isearch-search-fun-default'
2326 and remove spacial case for `isearch-word'.
2327 (comint-history-isearch-wrap): Remove spacial case for
2328 `isearch-word'.
2329
2330 * hexl.el (hexl-isearch-search-function):
2331 Use `isearch-search-fun-default'.
2332
2333 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2334 Use `word-search-regexp' for `isearch-word'.
2335
2336 * misearch.el (multi-isearch-search-fun):
2337 Use `isearch-search-fun-default'.
2338
2339 * simple.el (minibuffer-history-isearch-search):
2340 Use `isearch-search-fun-default' and remove spacial case for
2341 `isearch-word'.
2342 (minibuffer-history-isearch-wrap): Remove spacial case for
2343 `isearch-word'.
2344
2345 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2346 Remove spacial case for `isearch-word'.
2347 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2348
2349 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2350
2351 Decrease XEmacs incompatibilities.
2352 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2353 Use `string-match'.
2354 (flyspell-delete-region-overlays): Use alternative definition for
2355 XEmacs.
2356 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2357 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2358 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2359 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2360 `define-obsolete-face-alias' under XEmacs, but old method.
2361
2362 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2363 `with-no-warnings' definition or Emacs alias.
2364 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2365 (ispell-word): Do not use `region-p' if XEmacs.
2366
2367 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2368
2369 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2370 Check for `ispell-dictionary-base-alist' instead of full
2371 `ispell-dictionary-alist'.
2372 (ispell-init-process): Show spellchecker when starting new Ispell
2373 process.
2374
2375 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2376
2377 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2378 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2379
2380 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
2381
2382 * version.el (motif-version-string, gtk-version-string)
2383 (ns-version-string): Declare.
2384
2385 2012-05-27 Juri Linkov <juri@jurta.org>
2386
2387 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2388 after the `eval-defun-1' specialcaseing
2389 like in `edebug-eval-defun' (bug#10181).
2390
2391 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2392 like in `eval-defun-1'.
2393
2394 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2395
2396 * mail/sendmail.el (mail-yank-region):
2397 Recognize rmail-yank-current-message in addition to insert-buffer.
2398 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2399 a *mail* buffer created through rmail-start-mail with sendmail as
2400 mail-user-agent.
2401
2402 2012-05-27 Chong Yidong <cyd@gnu.org>
2403
2404 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2405 Default to 256 (Bug#11267).
2406
2407 * help.el (describe-mode): Doc fix.
2408
2409 2012-05-26 Glenn Morris <rgm@gnu.org>
2410
2411 * w32-fns.el (w32-init-info): Remove.
2412 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2413
2414 * info.el (info-initialize): For self-contained NS builds, put the
2415 included info/ directory at the front. (Bug#2791)
2416
2417 * paths.el (Info-default-directory-list): Make it a defcustom,
2418 mainly so that we can use custom-initialize-delay.
2419
2420 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * subr.el (buffer-has-markers-at): Mark obsolete.
2423
2424 * subr.el (lambda): Use declare.
2425
2426 * emacs-lisp/lisp-mode.el (lambda):
2427 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2428
2429 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2430
2431 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2432
2433 2012-05-26 Glenn Morris <rgm@gnu.org>
2434
2435 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2436
2437 2012-05-25 Glenn Morris <rgm@gnu.org>
2438
2439 * paths.el: Remove no-byte-compile.
2440 * loadup.el: No need to load paths.el uncompiled.
2441
2442 * image.el (imagemagick-types-inhibit): Doc fix.
2443
2444 * version.el: Remove no-byte-compile and associated formatting.
2445 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2446 is ancient code from when there was an "inc-vers.el".
2447
2448 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * progmodes/gdb-mi.el: Minor style changes.
2451 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2452 Turn into minor modes.
2453 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2454 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2455 (gdb-shell): Remove unneeded let-binding.
2456 (gdb-get-many-fields): Eliminate O(n²) behavior.
2457
2458 2012-05-25 Eli Zaretskii <eliz@gnu.org>
2459
2460 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2461 platforms that don't link in fontset.c.
2462
2463 2012-05-25 Juri Linkov <juri@jurta.org>
2464
2465 Use the same diff color scheme as in modern VCSes (bug#10181).
2466
2467 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2468 to avoid confusion with `diff-added' that now uses green colors.
2469 (diff-removed): Use shades of red.
2470 (diff-added): Use shades of green.
2471 (diff-changed): Leave just the yellow color.
2472 (diff-use-changed-face): New variable.
2473 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2474 how to highlight context diff changes.
2475 (diff-refine-change): Use shades of yellow.
2476 (diff-refine-removed): New face that uses shades of red.
2477 (diff-refine-added): New face that uses shades of green.
2478 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2479 `diff-refine-removed' in the call to `smerge-refine-subst'
2480 depending on the value of `diff-use-changed-face'.
2481
2482 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2483 (smerge-other): Use shades of green.
2484 (smerge-base): Use shades of yellow.
2485 (smerge-refined-change): Empty face.
2486 (smerge-refined-removed): New face that uses shades of red.
2487 (smerge-refined-added): New face that uses shades of green.
2488 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2489 args `props-r' and `props-a', and use them. Doc fix.
2490 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2491 on its value use different faces `smerge-refined-change',
2492 `smerge-refined-removed', `smerge-refined-added' in the call to
2493 `smerge-refine-subst'.
2494
2495 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2496 Add face condition `min-colors 88' with shades of red.
2497 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2498 `min-colors 88' with shades of green.
2499 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2500 `min-colors 88' with shades of yellow.
2501
2502 2012-05-24 Glenn Morris <rgm@gnu.org>
2503
2504 * paths.el (prune-directory-list, remote-shell-program): Move to...
2505 * files.el (prune-directory-list, remote-shell-program): ...here.
2506 For the latter, delay initialization, prefer ssh, just search PATH.
2507
2508 * paths.el (term-file-prefix): Move to faces.el (the only user).
2509 * faces.el (term-file-prefix): Move here, make it a defcustom.
2510
2511 * paths.el (news-directory, news-path, news-inews-program):
2512 Move to gnus/nnspool.el.
2513
2514 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2515
2516 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2517 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2518 Make the latter a defcustom, with a delayed initialization.
2519
2520 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2521 These were deleted from Gnus itself late 2010.
2522
2523 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
2524
2525 * progmodes/which-func.el (which-func-ff-hook):
2526 Check against user-error, not error.
2527
2528 * emacs-lisp/edebug.el (top): Do not load or set up loading of
2529 cl-specs.el, which no longer exists.
2530
2531 2012-05-22 Glenn Morris <rgm@gnu.org>
2532
2533 * info.el (info-emacs-bug): New command.
2534 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2535 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2536
2537 2012-05-21 Glenn Morris <rgm@gnu.org>
2538
2539 * makefile.w32-in (update-subdirs-SH):
2540 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2541
2542 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2543
2544 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2545
2546 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2547 Simplify Maven regexp, and make sure the file can't start with a space
2548 (bug#11517).
2549
2550 2012-05-21 Glenn Morris <rgm@gnu.org>
2551
2552 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2553 Scrap superfluous subshells.
2554
2555 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2558 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2559
2560 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2561
2562 * calc/calc.el (calc-ensure-consistent-units): New variable.
2563
2564 * calc/calc-units.el (math-consistent-units-p)
2565 (math-check-unit-consistency): New functions.
2566 (calc-quick-units, calc-convert-units):
2567 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2568 is non-nil.
2569 (calc-extract-units): Fix typo.
2570
2571 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2572
2573 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2574
2575 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2576 (flyspell-default-deplacement-commands): Don't spell check after
2577 repeated window/frame switches (e.g. triggered by mouse-movement).
2578 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2579 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2580 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2581 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2582 Remove unused vars.
2583 (flyspell-get-casechars, flyspell-get-not-casechars):
2584 Simplify; Don't bother removing a ] just to add it back.
2585 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2586
2587 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2588
2589 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2590 New functions.
2591 (math-function-table): Add support for more C functions.
2592
2593 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2594
2595 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2596 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2597 Protect delay handling for otherchars against empty otherchars.
2598
2599 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2602 their respective macro declarations.
2603 * skeleton.el (define-skeleton):
2604 * progmodes/compile.el (define-compilation-mode):
2605 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2606 (define-ibuffer-filter):
2607 * emacs-lisp/generic.el (define-generic-mode):
2608 * emacs-lisp/easy-mmode.el (define-minor-mode)
2609 (define-globalized-minor-mode):
2610 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2611 * emacs-lisp/byte-run.el (defsubst):
2612 * custom.el (deftheme): Add doc-string metadata.
2613
2614 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2617
2618 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2621
2622 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2623 * emacs-lisp/cl-macs.el: Idem.
2624 * emacs-lisp/cl-specs.el: Remove.
2625
2626 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 Minor renaming of internal CL functions and variables.
2629 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2630 (cl--position): Rename from cl-position.
2631 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2632 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2633 (cl--random-state): Rename from *random-state*.
2634
2635 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2636
2637 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2638 parens around the arg list (bug#11499).
2639
2640 2012-05-17 Juri Linkov <juri@jurta.org>
2641
2642 * isearch.el (word-search-regexp, word-search-backward)
2643 (word-search-forward, word-search-backward-lax)
2644 (word-search-forward-lax): Move functions from search.c
2645 (bug#10145, bug#11381).
2646
2647 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2648
2649 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2650 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2651 Delay for otherchars as for normal word components.
2652
2653 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * minibuffer.el (completion--sifn-requote): Fix last change.
2656 (minibuffer-local-must-match-filename-map):
2657 Move define-obsolete-variable-alias before its var.
2658
2659 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2662
2663 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2664 behavior.
2665 (completion--string-equal-p): New function.
2666 (completion--twq-all): Use it to get better assertion failure data.
2667
2668 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2669 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2670 (shell--requote-argument): New functions.
2671 (shell-completion-vars): Use them.
2672 (shell--parse-pcomplete-arguments): Rename from
2673 shell-parse-pcomplete-arguments.
2674 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2675 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2676 Obey comint-file-name-quote-list.
2677
2678 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2679 (smie-indent-keyword): Use it.
2680
2681 2012-05-14 Stefan Merten <smerten@oekonux.de>
2682
2683 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2684
2685 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2686
2687 * net/rlogin.el (rlogin-mode-map): Fix last change.
2688
2689 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2690
2691 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2692 the following \r\n using a single `process-send-string', since the
2693 Lotus SMTP server refuses to accept any commands if they are sent
2694 with two `process-send-string's (Bug#11444).
2695
2696 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2697
2698 * shell.el (shell-parse-pcomplete-arguments):
2699 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2700
2701 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2702
2703 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2704 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2705 (image-transform-width, image-transform-fit-width): New functions.
2706 (image-transform-properties): Use them.
2707 (image-transform-check-size): New function.
2708 (image-toggle-display-image): Use it (for testing).
2709 (image-transform-set-rotation): Reduce angle mod 360.
2710 Delete obsolete comment.
2711
2712 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2713
2714 * image-mode.el: Fix scaling (bug#11399).
2715 (image-transform-resize): Doc fix.
2716 (image-transform-properties): Default scale is 1 and height should
2717 be an integer.
2718
2719 2012-05-13 Johan Bockgård <bojohan@gnu.org>
2720
2721 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2722 than hard-coding `car', to fix misbehavior when moving forward.
2723
2724 2012-05-13 Chong Yidong <cyd@gnu.org>
2725
2726 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2727 (tabulated-list-entries, tabulated-list-padding)
2728 (tabulated-list-sort-key): Make permanent-local.
2729
2730 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2731 (electric-buffer-list): Put electric buffer menu
2732 command descriptions in this docstring, instead of the docstring
2733 of electric-buffer-menu-mode. Code cleanups.
2734 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2735 Electric-buffer-menu-mode.
2736 (electric-buffer-update-highlight): Minor code cleanup.
2737
2738 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
2739
2740 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2741 (Bug#11447)
2742
2743 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2744
2745 Move define-obsolete-variable-alias before the var's definition.
2746 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2747 * tooltip.el (tooltip-hook):
2748 * textmodes/reftex-toc.el (reftex-toc-map):
2749 * textmodes/reftex-sel.el (reftex-select-label-map)
2750 (reftex-select-bib-map):
2751 * textmodes/reftex-index.el (reftex-index-map)
2752 (reftex-index-phrases-map):
2753 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2754 * progmodes/meta-mode.el (meta-mode-map):
2755 * novice.el (disabled-command-hook):
2756 * loadhist.el (unload-hook-features-list):
2757 * frame.el (blink-cursor):
2758 * files.el (find-file-not-found-hooks, write-file-hooks)
2759 (write-contents-hooks):
2760 * emulation/tpu-edt.el (GOLD-map):
2761 * emacs-lock.el (emacs-lock-from-exiting):
2762 * emacs-lisp/generic.el (generic-font-lock-defaults):
2763 * emacs-lisp/chart.el (chart-map):
2764 * dos-fns.el (register-name-alist):
2765 * dired-x.el (dired-omit-files-p):
2766 * desktop.el (desktop-enable):
2767 * cus-edit.el (custom-mode-hook):
2768 * buff-menu.el (buffer-menu-mode-hook):
2769 * bookmark.el (bookmark-read-annotation-text-func)
2770 (bookmark-exit-hooks):
2771 * allout.el (allout-mode-deactivate-hook)
2772 (allout-exposure-change-hook, allout-structure-added-hook)
2773 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2774 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2775 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2776 comes before the corresponding variable's definition.
2777
2778 2012-05-12 Chong Yidong <cyd@gnu.org>
2779
2780 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
2781 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2782 (Buffer-menu-mode-map): Bind it.
2783 (Buffer-menu--pretty-name): Add a mouse-face property.
2784
2785 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2786
2787 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2788 (prolog-upper-case-string, prolog-lower-case-string)
2789 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2790 (prolog-use-smie, prolog-smie-grammar): New vars.
2791 (prolog-smie-forward-token, prolog-smie-backward-token)
2792 (prolog-smie-rules): New funs.
2793 (prolog-comment-indent): Remove.
2794 (prolog-mode-variables): Use default comment indentation instead.
2795 Setup SMIE.
2796 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2797 (prolog-mode): Don't call them any more.
2798 (prolog-electric-colon, prolog-electric-dash)
2799 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2800
2801 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2802
2803 * minibuffer.el (completion--twq-all): Again, allow case differences.
2804
2805 * term.el: Move keymap initialization code to be more idiomatic.
2806 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2807 (term-terminal-menu): Move initialization into declaration.
2808 (term-escape-char): Let the user set it in her .emacs.
2809
2810 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2811 Provide SMIE-based indentation (not enabled by default yet).
2812 (sh-mode-map): Don't bind electric keys.
2813 Use electric-pair-mode instead of skeleton-pair.
2814 (sh-assignment-regexp): Fit within 80 columns.
2815 (sh-indent-supported): Specify actual shell name instead of boolean.
2816 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2817 (sh-maybe-here-document): Use it. Make obsolete.
2818 (sh-electric-here-document-mode) New minor mode.
2819 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2820 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2821 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2822 (sh-smie-rc-grammar, sh-use-smie): New vars.
2823 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2824 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2825 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2826 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2827 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2828 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2829 (sh-set-shell): Use smie-setup if requested.
2830
2831 * term.el (term-set-escape-char): Properly set term-escape-char.
2832 See http://stackoverflow.com/questions/10524656.
2833
2834 2012-05-10 Chong Yidong <cyd@gnu.org>
2835
2836 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2837 Use url-generic-parse-url, and handle host names and Windows
2838 filenames properly.
2839 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2840 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2841 URL schemes to work on.
2842 (ffap--toggle-read-only): New function.
2843 (ffap-read-only, ffap-read-only-other-window)
2844 (ffap-read-only-other-frame): Use it.
2845 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2846 necessary for ffap-url-unwrap-remote.
2847
2848 2012-05-10 Dave Abrahams <dave@boostpro.com>
2849
2850 * cus-start.el (create-lockfiles): Add it.
2851
2852 2012-05-09 Chong Yidong <cyd@gnu.org>
2853
2854 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2855 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2856
2857 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2858
2859 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2860
2861 2012-05-09 Chong Yidong <cyd@gnu.org>
2862
2863 * ansi-color.el (ansi-color-process-output): Check for validity of
2864 comint-last-output-start before using it. This avoids a bad
2865 interaction with gdb-mi's input/output buffer.
2866
2867 2012-05-09 Glenn Morris <rgm@gnu.org>
2868
2869 * files.el (dir-locals-read-from-file):
2870 Mention dir-locals in any error message.
2871
2872 2012-05-09 Chong Yidong <cyd@gnu.org>
2873
2874 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2875 package (Bug#11410).
2876
2877 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2878 variables into description.
2879
2880 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2883 shell-delimiter-argument-list (bug#11348).
2884 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2885
2886 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
2887
2888 * textmodes/rst.el: Silence byte-compiler warnings.
2889 (rst-re-alist, rst-reset-section-caches): Move around.
2890 (rst-re): Use `characterp', not `char-valid-p'.
2891 (font-lock-beg, font-lock-end): Declare.
2892
2893 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2894 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2895
2896 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2897
2898 2012-05-08 Glenn Morris <rgm@gnu.org>
2899
2900 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2901
2902 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * vc/log-edit.el: Add GNU coding standards highlighting.
2905 (log-edit-font-lock-gnu-style)
2906 (log-edit-font-lock-gnu-keywords): New vars.
2907 (log-edit-font-lock-keywords): New fun.
2908 (log-edit-mode): Don't fold case in font-lock.
2909 (log-edit-font-lock-keywords): Do not assume case-folding.
2910
2911 * imenu.el: Misc cleanup. Make docstrings out of comments.
2912 Use lexical-binding.
2913 (imenu--index-alist, imenu--last-menubar-index-alist)
2914 (imenu-menubar-modified-tick): Use defvar-local.
2915 (imenu--split-menu): Remove unused var.
2916 (imenu--cleanup-seen): Declare as global.
2917 (imenu--cleanup): Use dolist.
2918
2919 * subr.el (defvar-local): Add debug spec and doc-string position.
2920
2921 2012-05-08 Glenn Morris <rgm@gnu.org>
2922
2923 * language/burmese.el, language/cham.el, language/czech.el:
2924 * language/english.el, language/georgian.el, language/greek.el:
2925 * language/japanese.el, language/khmer.el, language/korean.el:
2926 * language/lao.el, language/misc-lang.el, language/romanian.el:
2927 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
2928 * language/thai.el, language/utf-8-lang.el:
2929 Remove no-byte-compile setting.
2930
2931 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
2932
2933 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2934
2935 * progmodes/make-mode.el (makefile-browse):
2936 Remove unnecessary interactive. (Bug#11324)
2937
2938 2012-05-07 Glenn Morris <rgm@gnu.org>
2939
2940 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
2941
2942 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
2943
2944 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * loadup.el: Preload newcomment.el.
2947 * newcomment.el: Move autoload-only code to toplevel.
2948
2949 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
2950 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
2951 Handle new :right-align column property.
2952 (tabulated-list-print-col): Idem, plus use `display' text-property to
2953 try and preserve alignment for variable pitch fonts.
2954
2955 2012-05-07 Chong Yidong <cyd@gnu.org>
2956
2957 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
2958 (tabulated-list-use-header-line): New var.
2959 (tabulated-list-init-header): Use it.
2960 (tabulated-list-print-fake-header): New function.
2961 (tabulated-list-print): Use it.
2962 (tabulated-list-sort-button-map): Add non-header-line commands.
2963 (tabulated-list-init-header): Add column name property to basic
2964 labels as well.
2965 (tabulated-list-col-sort): Handle non-header-line button case.
2966 (tabulated-list--sort-by-column-name): Fix a corner case.
2967
2968 * buff-menu.el (list-buffers--refresh):
2969 Handle Buffer-menu-use-header-line.
2970
2971 2012-05-06 Chong Yidong <cyd@gnu.org>
2972
2973 * buff-menu.el: Convert to Tabulated List mode.
2974 (Buffer-menu-buffer+size-width): Make obsolete.
2975 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
2976 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
2977 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
2978 documentation into docstring of buffer-menu.
2979 (Buffer-menu-toggle-files-only): Add an informative message.
2980 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
2981 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
2982 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
2983 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
2984 (Buffer-menu-execute, Buffer-menu-select)
2985 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
2986 (Buffer-menu-bury): Use Tabulated List machinery.
2987 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
2988 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
2989 Delete.
2990 (list-buffers--refresh): New function.
2991 (list-buffers-noselect): Use it.
2992 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
2993 (Buffer-menu--pretty-file-name): New helper functions.
2994
2995 * loadup.el: Preload tabulated-list.
2996
2997 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
2998 tabulated-list-sort-column.
2999 (tabulated-list-init-header): Add the initial aligning space even
3000 if tabulated-list-padding is zero.
3001
3002 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3003
3004 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3005 whose cdr is not a cons cell correctly (bug#11038).
3006
3007 2012-05-06 Chong Yidong <cyd@gnu.org>
3008
3009 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3010 Accept additional plist in column descriptors.
3011 (tabulated-list-init-header): Obey it.
3012 (tabulated-list-get-entry): New function.
3013 (tabulated-list-put-tag): Use it. Use string-width instead of
3014 length.
3015 (tabulated-list--column-number): New function.
3016 (tabulated-list-print): Use it.
3017 (tabulated-list-print-col): New function.
3018 Set `tabulated-list-column-name' property on each column's text.
3019 (tabulated-list-print-entry): Use it.
3020 (tabulated-list-delete-entry, tabulated-list-set-col):
3021 New functions.
3022 (tabulated-list-sort-column): New command (Bug#11337).
3023
3024 * buff-menu.el (list-buffers): Move C-x C-b binding from
3025 buff-menu.el to bindings.el.
3026
3027 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3028 :advertised-binding feature.
3029
3030 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3031
3032 * progmodes/compile.el (compilation-internal-error-properties):
3033 Calculate start position correctly when end-col is set but
3034 end-line is not (Bug#11382).
3035
3036 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3037
3038 * man.el (Man-unindent): Use text-property-default-nonsticky to
3039 prevent untabify from inheriting face properties (Bug#11408).
3040
3041 2012-05-05 Stefan Merten <smerten@oekonux.de>
3042
3043 * textmodes/rst.el: Major merge with upstream development up to
3044 Docutils SVN r7399 / rst.el V1.2.1.
3045
3046 Clarify maintainership and authors.
3047
3048 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3049 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3050 (rst-official-version, rst-official-cvs-rev, rst-version)
3051 (rst-package-emacs-version-alist): New functions and variables
3052 for version information.
3053
3054 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3055 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3056 (rst-mode-syntax-table, rst-mode): New and corrected functions
3057 and variables representing reStructuredText features.
3058
3059 (rst-re): New function for reStructuredText regexes. Use in
3060 many places.
3061
3062 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3063 (rst-mode-map): Rebind keys.
3064
3065 (rst-mode-lazy, rst-font-lock-keywords)
3066 (rst-font-lock-extend-region)
3067 (rst-font-lock-extend-region-internal)
3068 (rst-font-lock-extend-region-extend)
3069 (rst-font-lock-find-unindented-line-limit)
3070 (rst-font-lock-find-unindented-line-match)
3071 (rst-adornment-level, rst-font-lock-adornment-level)
3072 (rst-font-lock-adornment-match)
3073 (rst-font-lock-handle-adornment-pre-match-form)
3074 (rst-font-lock-handle-adornment-matcher): Major revision of
3075 font-locking. Integrate with other code. Use `jit-lock-mode'.
3076
3077 (rst-preferred-adornments, rst-adjust-hook)
3078 (rst-new-adornment-down, rst-preferred-bullets)
3079 (rst-preferred-bullets, rst-indent, rst-indent-width)
3080 (rst-indent-field, rst-indent-literal-normal)
3081 (rst-indent-literal-minimized, rst-indent-comment): Change,
3082 extend and improve customization.
3083
3084 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3085 (rst-normalize-cursor-position, rst-get-decoration)
3086 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3087 (rst-rstrip, rst-toc-insert-find-delete-contents)
3088 (rst-shift-fill-region, rst-compute-bullet-tabs)
3089 (rst-debug-print-tabs, rst-debug-mark-found)
3090 (rst-shift-region-guts, rst-shift-region-right)
3091 (rst-shift-region-left, rst-use-char-classes)
3092 (rst-font-lock-keywords-function)
3093 (rst-font-lock-indentation-point)
3094 (rst-font-lock-find-unindented-line-begin)
3095 (rst-font-lock-find-unindented-line-end)
3096 (rst-font-lock-find-unindented-line)
3097 (rst-font-lock-adornment-point, rst-font-lock-level)
3098 (rst-adornment-level-alist): Remove functions and variables.
3099
3100 (rst-compare-adornments, rst-get-adornment-match)
3101 (rst-suggest-new-adornment, rst-get-adornments-around)
3102 (rst-adornment-complete-p, rst-get-next-adornment)
3103 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3104 (rst-straighten-adornments): Standardize function names to
3105 use "adornment" instead of "decoration". Correct callers.
3106 Similar standardizing in many places.
3107
3108 (rst-update-section, rst-adjust, rst-promote-region)
3109 (rst-enumerate-region, rst-bullet-list-region)
3110 (rst-repeat-last-character): Correct use of `interactive'.
3111
3112 (rst-classify-adornment, rst-find-all-adornments)
3113 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3114 (rst-find-leftmost-column, rst-repeat-last-character):
3115 Refactor functions.
3116
3117 (rst-find-title-line, rst-reset-section-caches)
3118 (rst-get-adornments-around, rst-adjust-adornment-work)
3119 (rst-arabic-to-roman, rst-roman-to-arabic)
3120 (rst-insert-list-pos, rst-insert-list-new-item)
3121 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3122 New functions.
3123
3124 (rst-all-sections, rst-section-hierarchy)
3125 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3126 New variables.
3127
3128 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3129 configuration instead of only buffer. Change where necessary.
3130
3131 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3132 (rst-shift-region, rst-adaptive-fill): New functions for
3133 indentation and filling.
3134
3135 (rst-comment-line-break, rst-comment-indent)
3136 (rst-comment-insert-comment, rst-comment-region)
3137 (rst-uncomment-region): New functions for handling comments.
3138
3139 (rst-compile): Quote shell arguments.
3140
3141 (rst-compile-pdf-preview, rst-compile-slides-preview):
3142 Delete temporary files after use.
3143
3144 2012-05-05 Glenn Morris <rgm@gnu.org>
3145
3146 * calendar/cal-html.el: Optionally include holidays in the output.
3147 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3148 (cal-html-holidays): New option.
3149 (cal-html-css-default): Add holiday entry.
3150 (holiday-in-range): Autoload it.
3151 (cal-html-htmlify-entry): Add optional class argument.
3152 (cal-html-htmlify-list): Add optional holidays argument.
3153 (cal-html-insert-agenda-days): Include holidays in the output.
3154 (cal-html-one-month): Maybe include holidays.
3155
3156 * calendar/holidays.el (holiday-in-range):
3157 Move here from cal-tex-list-holidays.
3158 * calendar/cal-tex.el (cal-tex-list-holidays):
3159 Make it an obsolete alias for holiday-in-range. Update all callers.
3160
3161 2012-05-05 Chong Yidong <cyd@gnu.org>
3162
3163 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3164 Nextstep.
3165
3166 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3167
3168 * files.el (file-auto-mode-skip): New var.
3169 (set-auto-mode-1): Use it.
3170
3171 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3172
3173 * repeat.el: Use lexical-binding.
3174 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3175 (repeat-undo-count): Remove.
3176 (repeat):
3177 * progmodes/octave-mod.el (octave-abbrev-start):
3178 * progmodes/f90.el (f90-abbrev-start):
3179 * face-remap.el (text-scale-adjust):
3180 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3181
3182 * emacs-lisp/pcase.el (pcase--let*): New function.
3183 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3184 a bit more.
3185 (pcase--split-pred): Be more clever about ruling out overlap between
3186 a predicate and some constant pattern.
3187 (pcase--q1): Use `null' instead of (eq foo nil).
3188
3189 * subr.el (setq-local, defvar-local): New macros.
3190 (kbd): Redefine as an alias.
3191 (with-selected-window): Leave unrelated frames alone.
3192 (set-temporary-overlay-map): New function.
3193
3194 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * subr.el (user-error): New function.
3197 * window.el (switch-to-buffer):
3198 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3199 (smerge-match-conflict):
3200 * simple.el (previous-matching-history-element)
3201 (next-matching-history-element, goto-history-element, undo-more)
3202 (undo-start):
3203 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3204 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3205 (next-file, tags-loop-scan, list-tags, complete-tag):
3206 * progmodes/compile.el (compilation-loop):
3207 * mouse.el (mouse-minibuffer-check):
3208 * man.el (Man-bgproc-sentinel, Man-goto-page):
3209 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3210 (Info-history-forward, Info-follow-reference, Info-menu)
3211 (Info-extract-menu-item, Info-extract-menu-counting)
3212 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3213 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3214 (Info-next-reference, Info-prev-reference, Info-index)
3215 (Info-index-next, Info-follow-nearest-node)
3216 (Info-copy-current-node-name):
3217 * imenu.el (imenu--make-index-alist)
3218 (imenu-default-create-index-function, imenu-add-to-menubar):
3219 * files.el (basic-save-buffer, recover-file):
3220 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3221 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3222 (checkdoc-message-text, checkdoc-defun):
3223 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3224 * cus-edit.el (customize-changed-options, customize-rogue)
3225 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3226 (custom-variable-mark-to-reset-standard)
3227 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3228 (custom-file):
3229 * completion.el (check-completion-length):
3230 * comint.el (comint-search-arg)
3231 (comint-previous-matching-input-string-position)
3232 (comint-previous-matching-input)
3233 (comint-replace-by-expanded-history-before-point, comint-send-input)
3234 (comint-copy-old-input, comint-backward-matching-input)
3235 (comint-goto-process-mark, comint-set-process-mark):
3236 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3237 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3238
3239 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * dabbrev.el (dabbrev--ignore-case-p): New function.
3242 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3243 Use it.
3244
3245 * files.el (automount-dir-prefix): Mark as obsolete.
3246
3247 2012-05-04 Glenn Morris <rgm@gnu.org>
3248
3249 * patcomp.el, play/bruce.el: Move to obsolete/.
3250
3251 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3252
3253 Fix minor Y10k bugs.
3254 * arc-mode.el (archive-unixdate):
3255 * autoinsert.el (auto-insert-alist):
3256 * calc/calc-forms.el (math-this-year):
3257 * emacs-lisp/copyright.el (copyright-current-year)
3258 (copyright-update-year, copyright):
3259 * tar-mode.el (tar-clip-time-string):
3260 * time.el (display-time-update):
3261 Don't assume years have 4 digits.
3262
3263 2012-05-04 Chong Yidong <cyd@gnu.org>
3264
3265 * dos-w32.el (file-name-buffer-file-type-alist)
3266 (direct-print-region-use-command-dot-com):
3267 * ffap.el (ffap-menu-regexp):
3268 * find-file.el (ff-special-constructs):
3269 * follow.el (follow-debug):
3270 * forms.el (forms--debug):
3271 * iswitchb.el (iswitchb-all-frames):
3272 * ido.el (ido-all-frames):
3273 * emacs-lisp/timer.el (timer-max-repeats):
3274 * mail/feedmail.el (feedmail-mail-send-hook)
3275 (feedmail-mail-send-hook-queued):
3276 * mail/footnote.el (footnote-signature-separator):
3277 * mail/mailabbrev.el (mail-alias-separator-string)
3278 (mail-abbrev-mode-regexp):
3279 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3280 * progmodes/idlwave.el (idlwave-libinfo-file)
3281 (idlwave-default-completion-case-is-down)
3282 (idlwave-library-routines): Convert defvars to defcustoms.
3283
3284 * mail/rmail.el (rmail-decode-mime-charset):
3285 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3286 (idlwave-shell-fix-inserted-breaks)
3287 (idlwave-shell-activate-alt-keybindings)
3288 (idlwave-shell-use-breakpoint-glyph):
3289 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3290
3291 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3294
3295 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3296
3297 * progmodes/verilog-mode.el (font-lock-keywords):
3298 Fix mis-highligting auto. Reported by Craig Barner.
3299 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3300 defines from global name space. Reported by Dan Dever.
3301 (verilog-auto-reset, verilog-auto-reset-widths)
3302 (verilog-auto-tieoff): Support using unbased numbers for
3303 AUTORESET and AUTOTIEOFF.
3304 (verilog-submit-bug-report): Update variable list.
3305 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3306 parenthesis from not matching. Reported by Michael Rytting.
3307 (verilog-auto-template-lint): Fix hash error when linting modules
3308 with no used templates.
3309 (verilog-warn, verilog-warn-error)
3310 (verilog-warn-fatal): When non-interactive report multiple
3311 warnings before exiting. Suggested by Brad Dobbie.
3312 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3313 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3314 to report unused template errors. Reported by Brad Dobbie.
3315 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3316 nets, bug438. Reported by Vns Blore.
3317 (verilog-auto-inout-module, verilog-auto-reg)
3318 (verilog-read-decls, verilog-read-sub-decls-sig)
3319 (verilog-signals-edit-wire-reg, verilog-signals-with):
3320 Fix passing of Verilog data types in ANSI input/output ports
3321 such as "output logic" into the AUTOs. Special case "wire" and
3322 "reg" for backwards compatibility presuming Verilog 2001.
3323 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3324 (verilog-preprocess): Fix replication of preprocess output.
3325 Reported by Brad Dobbie.
3326 (verilog-auto-inst-interfaced-ports):
3327 Create verilog-auto-inst-interfaced-ports, bug429.
3328 Reported by Julian Gorfajn.
3329 (verilog-after-save-font-hook)
3330 (verilog-before-save-font-hook): New variable.
3331 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3332 (verilog-save-font-mods): Wrap disabling fontification, reported
3333 by David Rogoff.
3334 (verilog-do-indent, verilog-pretty-declarations-auto)
3335 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3336 Reported by Pierre-David Pfister.
3337 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3338 of class declarations, bug292. Reported by Kevin Heilman.
3339 (verilog-read-decls): Fix 'parameter type' not appearing in
3340 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3341 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3342 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3343 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3344 Reported by David Kravitz.
3345
3346 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
3347
3348 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3349 assignment with tests in ifs and for loops.
3350 (verilog-extended-complete-re, verilog-complete-reg): Change so
3351 that DPI inport functions don't look like fuction declarations.
3352 (verilog-pretty-expr): Don't line up assignment
3353 operations to the test and increment in if and for loops
3354 (verilog-extended-complete-re, verilog-complete-reg): Change so
3355 that DPI inport functions don't look like fuction declarations.
3356
3357 2012-05-03 Kenichi Handa <handa@m17n.org>
3358
3359 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3360 decoding, and show a warning message without signaling an error
3361 (Bug#11282).
3362
3363 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * emacs-lisp/bytecomp.el
3366 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3367 since cconv.el might have introduced :fun-body, internal-make-closure,
3368 and friends for bytecomp to handle (bug#11391).
3369 * custom.el (defcustom): Avoid ((λ ..) ..).
3370
3371 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3374
3375 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
3376
3377 * notifications.el (dbus-debug):
3378 * term/linux.el (gpm-mouse-enable):
3379 * term/screen.el (xterm-register-default-colors): Declare.
3380
3381 2012-05-02 Chong Yidong <cyd@gnu.org>
3382
3383 * cus-start.el (gc-cons-percentage, exec-suffixes)
3384 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3385 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3386 (make-cursor-line-fully-visible, void-text-area-pointer)
3387 (font-list-limit): Add customization data.
3388
3389 * allout.el (allout-exposure-change-functions)
3390 (allout-structure-added-functions)
3391 (allout-structure-deleted-functions)
3392 (allout-structure-shifted-functions): Rename abnormal hooks from
3393 *-hook, and convert to defcustoms.
3394 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3395 Convert to defcustoms.
3396 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3397
3398 * allout-widgets.el: Hook callers changed.
3399
3400 2012-05-02 Eli Zaretskii <eliz@gnu.org>
3401
3402 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3403 the yanked message in preference to the default value of
3404 buffer-file-coding-system.
3405
3406 2012-05-02 Martin Rudalics <rudalics@gmx.at>
3407
3408 * window.el (display-buffer--action-function-custom-type):
3409 Fix entry.
3410
3411 2012-05-02 Alan Mackenzie <acm@muc.de>
3412
3413 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3414
3415 2012-05-01 Glenn Morris <rgm@gnu.org>
3416
3417 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3418
3419 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3420
3421 * cus-edit.el (custom-variable-documentation): Simplify with format.
3422
3423 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3424 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * simple.el (suggest-key-bindings, execute-extended-command):
3427 Move from keyboard.c.
3428
3429 2012-05-01 Chong Yidong <cyd@gnu.org>
3430
3431 * follow.el: Eliminate advice.
3432 (set-process-filter, process-filter, sit-for): Advice deleted.
3433 (follow-mode-off-hook): Obsolete hook removed.
3434 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3435 Vars deleted.
3436 (follow-auto): Use a :set function.
3437 (follow-mode): Rewritten. Don't advise process filters.
3438 (follow-switch-to-current-buffer-all, follow-scroll-up)
3439 (follow-scroll-down): Assume follow-mode is bound.
3440 (follow-comint-scroll-to-bottom)
3441 (follow-align-compilation-windows): New functions.
3442 (follow--window-sorter): New function.
3443 (follow-all-followers): Use it to explicitly sort windows by their
3444 positions; don't make assumptions about next-window order.
3445 (follow-windows-start-end, follow-delete-other-windows-and-split)
3446 (follow-calc-win-start): Doc fix.
3447 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3448 vertical-motion unnecessarily.
3449 (follow-adjust-window): New function.
3450 (follow-post-command-hook): Use it.
3451 (follow-call-set-process-filter, follow-call-process-filter)
3452 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3453 (follow-stop-intercept-process-output, follow-generic-filter):
3454 Functions deleted.
3455 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3456 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3457 New functions, replacing advice on scroll-bar-* commands.
3458 (follow-mwheel-scroll): New function (Bug#4112).
3459
3460 * comint.el (comint-adjust-point): New function.
3461 (comint-postoutput-scroll-to-bottom): Use it.
3462 Call follow-comint-scroll-to-bottom for Follow mode buffers.
3463
3464 2012-05-01 Glenn Morris <rgm@gnu.org>
3465
3466 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3467 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3468 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3469 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3470 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3471 Remove no-byte-compile setting.
3472
3473 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3476 all-completions code to not return a number in the last cdr.
3477
3478 2012-04-30 Leo Liu <sdl.web@gmail.com>
3479
3480 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3481 read-only error.
3482
3483 2012-04-29 Chong Yidong <cyd@gnu.org>
3484
3485 * follow.el (follow-calc-win-end): Rewrite to handle partial
3486 screen lines correctly (Bug#8390).
3487 (follow-avoid-tail-recenter): Minor cleanup.
3488
3489 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3490
3491 Avoid the obsolete `assoc' package.
3492 * speedbar.el (speedbar-refresh): Avoid adelete.
3493 (speedbar-file-lists): Simplify and avoid aput.
3494 * man.el (Man--sections, Man--refpages): New vars, replacing
3495 Man-sections-alist and Man-refpages-alist.
3496 (Man-build-section-alist, Man-build-references-alist):
3497 Use them; avoid aput.
3498 (Man--last-section, Man--last-refpage): New vars.
3499 (Man-follow-manual-reference): Use them.
3500 Use the `default' arg of completing-read.
3501 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3502
3503 2012-04-27 Chong Yidong <cyd@gnu.org>
3504
3505 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3506
3507 * startup.el (x-apply-session-resources): New function.
3508
3509 * term/ns-win.el (ns-initialize-window-system):
3510 * term/w32-win.el (w32-initialize-window-system):
3511 * term/x-win.el (x-initialize-window-system): Use it to properly
3512 set menu-bar-mode and other vars from X resources, even if the
3513 initial frame is not a window-system frame (Bug#2299).
3514
3515 * subr.el (read-key): Avoid running filter function when setting
3516 up temporary tool bar entries (Bug#9922).
3517
3518 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3519
3520 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3521 (Bug#11344)
3522
3523 2012-04-27 Chong Yidong <cyd@gnu.org>
3524
3525 * select.el (xselect--encode-string): New function, split from
3526 xselect-convert-to-string.
3527 (xselect-convert-to-string): Use it.
3528 (xselect-convert-to-filename, xselect-convert-to-os)
3529 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3530 returned strings are properly encoded (Bug#11315).
3531
3532 2012-04-27 Chong Yidong <cyd@gnu.org>
3533
3534 * simple.el (delete-active-region): Move to killing custom group.
3535
3536 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3537
3538 * progmodes/which-func.el (which-func-current): Quote %
3539 characters for mode-line processing.
3540
3541 2012-04-27 Chong Yidong <cyd@gnu.org>
3542
3543 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3544 reaching eob (Bug#11286).
3545
3546 2012-04-27 Eli Zaretskii <eliz@gnu.org>
3547
3548 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3549 (gdb): Make it buffer-local and init to zero.
3550 (gdb-control-commands-regexp): New variable.
3551 (gdb-send): Don't wrap in "-interpreter-exec console" if
3552 gdb-control-level is positive. Increment gdb-control-level
3553 whenever the command matches gdb-control-commands-regexp, and
3554 decrement it each time the command is "end". (Bug#11279)
3555
3556 2012-04-27 Martin Rudalics <rudalics@gmx.at>
3557
3558 * window.el (adjust-window-trailing-edge, enlarge-window)
3559 (shrink-window, window-resize):
3560 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3561 windows (Bug#11276).
3562
3563 2012-04-27 Chong Yidong <cyd@gnu.org>
3564
3565 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3566 fix "missing prefix" warning. All callers changed.
3567
3568 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3569
3570 * emacs-lisp/assoc.el: Move to obsolete/.
3571
3572 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3575
3576 * term/ns-win.el (ns-define-service):
3577 * progmodes/pascal.el (pascal-goto-defun):
3578 * progmodes/js.el (js--read-tab):
3579 * progmodes/etags.el (tags-lazy-completion-table):
3580 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3581 * emacs-lisp/ewoc.el (ewoc--wrap):
3582 * emacs-lisp/assoc.el (aput, adelete, amake):
3583 * doc-view.el (doc-view-convert-current-doc):
3584 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3585
3586 2012-04-26 Chong Yidong <cyd@gnu.org>
3587
3588 * image.el (image-type-from-buffer): Only return supported image
3589 type (Bug#9045).
3590
3591 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3592 value, for symmetry with diff-end-of-hunk.
3593 (diff-split-hunk, diff-find-source-location)
3594 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3595 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3596 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3597 compute the relevant hunk or file properly (Bug#6005).
3598 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3599
3600 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * vc/vc-mtn.el:
3603 * vc/vc-hg.el:
3604 * vc/vc-git.el:
3605 * vc/vc-dir.el:
3606 * vc/vc-cvs.el:
3607 * vc/vc-bzr.el:
3608 * vc/vc-arch.el:
3609 * vc/vc.el: Replace lexical-let by lexical-binding.
3610 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3611 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3612 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3613
3614 2012-04-26 Chong Yidong <cyd@gnu.org>
3615
3616 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3617 (diff-mode-shared-map): Bind it to / and [remap undo].
3618
3619 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3620 (ediff-window-setup-function): Use it as the default, to set up
3621 windows based on whether the current frame is graphical (Bug#2138).
3622 (ediff-choose-window-setup-function-automatically): Make obsolete.
3623
3624 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3625
3626 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3627
3628 * ffap.el: Remove old code for obsolete package.
3629 (ffap-complete-as-file-p): Remove.
3630
3631 Use completion-table-with-quoting for comint and pcomplete.
3632 * comint.el (comint--unquote&requote-argument)
3633 (comint--unquote-argument, comint--requote-argument): New functions.
3634 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3635 (comint-quote-filename): Use regexp-opt-charset.
3636 (comint--common-suffix, comint--common-quoted-suffix)
3637 (comint--table-subvert): Remove.
3638 (comint-unquote-function, comint-requote-function): New vars.
3639 (comint--complete-file-name-data): Use them with
3640 completion-table-with-quoting.
3641 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3642 * pcomplete.el (pcomplete-arg-quote-list)
3643 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3644 (pcomplete-unquote-argument-function): Default to non-nil.
3645 (pcomplete-unquote-argument): Simplify.
3646 (pcomplete--common-quoted-suffix): Remove.
3647 (pcomplete-requote-argument-function): New var.
3648 (pcomplete--common-suffix): New function.
3649 (pcomplete-completions-at-point): Use completion-table-with-quoting
3650 and completion-table-subvert.
3651
3652 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3653 (minibuffer--double-dollars): Preserve properties.
3654 (completion--sifn-requote): New function.
3655 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3656
3657 * minibuffer.el: Add support for completion of quoted/escaped data.
3658 (completion-table-with-quoting, completion-table-subvert): New funs.
3659 (completion--twq-try, completion--twq-all): New functions.
3660 (completion--nth-completion): New function.
3661 (completion-try-completion, completion-all-completions): Use it.
3662
3663 2012-04-25 Leo Liu <sdl.web@gmail.com>
3664
3665 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3666 Use compilation-message if available to find real filename.
3667
3668 2012-04-25 Chong Yidong <cyd@gnu.org>
3669
3670 * vc/diff-mode.el (diff-setup-whitespace): New function.
3671 (diff-mode): Use it.
3672
3673 * vc/diff.el (diff-sentinel):
3674 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3675 Whitespace mode variables based on diff style (Bug#8612).
3676
3677 2012-04-25 Leo Liu <sdl.web@gmail.com>
3678
3679 * progmodes/python.el (python-send-region): Add suffix .py to the
3680 temp file.
3681
3682 * files.el (auto-mode-alist): Use javascript-mode instead.
3683
3684 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3685
3686 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
3687
3688 * net/soap-client.el (soap-resolve-references-for-sequence-type)
3689 (soap-resolve-references-for-array-type): Hack to prevent self
3690 references, see Bug#9.
3691 (soap-parse-envelope): Report the contents of the 'detail' node
3692 when receiving a fault reply.
3693 (soap-parse-envelope): Report the contents of the entire 'detail' node.
3694
3695 * net/soap-inspect.el (soap-sample-value-for-simple-type)
3696 (soap-inspect-simple-type): New function.
3697
3698 * net/soap-client.el (soap-simple-type): New struct.
3699 (soap-default-xsd-types, soap-default-soapenc-types)
3700 (soap-decode-basic-type, soap-encode-basic-type):
3701 support unsignedInt and double basic types.
3702 (soap-resolve-references-for-simple-type)
3703 (soap-parse-simple-type, soap-encode-simple-type): New function.
3704 (soap-parse-schema): Parse xsd:simpleType declarations.
3705
3706 * net/soap-client.el (soap-default-xsd-types)
3707 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3708 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3709 the local name of "soapenc:Array".
3710 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3711 decoding integer, byte and anyURI xsd types.
3712
3713 2012-04-25 Chong Yidong <cyd@gnu.org>
3714
3715 * cus-edit.el (custom-buffer-create-internal): Update header text.
3716
3717 2012-04-25 Eli Zaretskii <eliz@gnu.org>
3718
3719 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3720 settings on 'system-type', not on 'window-system'. On MS-Windows,
3721 set interactive-mode on in GDB.
3722
3723 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3726 (ruby-syntax-propertize-regexp): Remove.
3727 (ruby-syntax-propertize-function): Split regexp into chunks.
3728 Match following code directly.
3729
3730 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3731
3732 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3733 (ruby-syntax-propertize-regexp): New function.
3734 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3735 by a special keyword.
3736
3737 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3738 (ruby-syntax-general-delimiters-goto-beg)
3739 (ruby-syntax-propertize-general-delimiters): New functions.
3740 (ruby-syntax-propertize-function): Use them to handle GDL.
3741 (ruby-font-lock-keywords): Move old handling of GDL...
3742 (ruby-font-lock-syntactic-keywords): .. to here.
3743 (ruby-calculate-indent): Adjust indentation for GDL.
3744
3745 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3746
3747 * notifications.el (top): Remove unneeded declarations.
3748 (notifications-specification-version): Change to "1.2".
3749 (notifications-interface, notifications-notify-method)
3750 (notifications-close-notification-method): Fix docstring.
3751 (notifications-get-capabilities-method): New defconst.
3752 (notifications-notify): Add :action-items, :resident and
3753 :transient hints. Change "image_data" to "image-data" and
3754 "image_path" to "image-path".
3755 (notifications-get-capabilities): New defun.
3756
3757 2012-04-24 Leo Liu <sdl.web@gmail.com>
3758
3759 * progmodes/python.el: Move hideshow setup to the end.
3760
3761 2012-04-24 Martin Rudalics <rudalics@gmx.at>
3762
3763 * window.el (handle-select-window): Clear echo area since this is
3764 no more done by read_char (Bug#11304).
3765
3766 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3769 and `/ M' to filter-derived-mode.
3770 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3771 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3772 (ibuffer-mark-by-mode): Use default rather than initial-input.
3773 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3774
3775 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3776
3777 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3778 (ibuffer-filter-by-derived-mode): New filter.
3779 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3780
3781 2012-04-23 Andreas Politz <politza@fh-trier.de>
3782
3783 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3784
3785 2012-04-23 Chong Yidong <cyd@gnu.org>
3786
3787 * cus-edit.el (customize-apropos, customize-apropos-options):
3788 Disable matching of non-option variables (Bug#11176).
3789 (customize-option, customize-option-other-window)
3790 (customize-changed-options): Doc fix.
3791 (customize-apropos-options, customize-apropos-faces)
3792 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3793
3794 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
3795 Fix word list splitting (Bug#11132).
3796 (apropos-symbol, apropos-keybinding, apropos-label)
3797 (apropos-property, apropos-function-button)
3798 (apropos-variable-button, apropos-misc-button): New faces.
3799 (apropos-symbol-face, apropos-keybinding-face)
3800 (apropos-label-face, apropos-property-face, apropos-match-face):
3801 Variables removed (Bug#8396).
3802 (apropos-library-button, apropos-format-plist, apropos-print)
3803 (apropos-print-doc, apropos-describe-plist): Callers changed.
3804
3805 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * net/xesam.el (xesam-mode-map): Use let-bound map in
3808 initialization. (Bug#11292)
3809
3810 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3811
3812 Preserve ispell session localwords when switching back to
3813 original buffer.
3814
3815 * textmodes/ispell.el (ispell-buffer-session-localwords):
3816 New buffer-local variable to hold buffer session localwords.
3817 (ispell-kill-ispell): Add option 'clear to delete session
3818 localwords.
3819 (ispell-command-loop, ispell-change-dictionary)
3820 (ispell-buffer-local-words): Preserve session localwords when
3821 needed.
3822
3823 * textmodes/flyspell.el (flyspell-process-localwords)
3824 (flyspell-do-correct): Preserve session localwords when needed.
3825
3826 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3827
3828 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3829 using obsolete `translation-table-for-input'.
3830 (ispell-word, ispell-process-line, ispell-complete-word):
3831 Use plain `insert' instead of removed `ispell-insert-word'.
3832
3833 2012-04-22 Chong Yidong <cyd@gnu.org>
3834
3835 * cus-edit.el (custom-variable-menu)
3836 (custom-variable-reset-saved, custom-face-menu)
3837 (custom-face-reset-saved): If there is no saved value, make the
3838 "reset-saved" operation bring back the default (Bug#9509).
3839 (custom-face-state): Properly detect themed faces.
3840
3841 * faces.el (face-spec-set): Stop supporting deprecated form of
3842 third arg.
3843
3844 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3845
3846 Move functions from C to Lisp. Make non-blocking method calls
3847 the default. Implement further D-Bus standard interfaces.
3848
3849 * net/dbus.el (dbus-message-internal): Declare function.
3850 Remove unneeded function declarations.
3851 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3852 (dbus-message-type-method-return, dbus-message-type-error)
3853 (dbus-message-type-signal): Declare variables. Remove local
3854 definitions.
3855 (dbus-interface-dbus, dbus-interface-peer)
3856 (dbus-interface-introspectable, dbus-interface-properties)
3857 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3858 Adapt docstring.
3859 (dbus-interface-objectmanager): New defconst.
3860 (dbus-call-method, dbus-call-method-asynchronously)
3861 (dbus-send-signal, dbus-method-return-internal)
3862 (dbus-method-error-internal, dbus-register-service)
3863 (dbus-register-signal, dbus-register-method): New defuns, moved
3864 from dbusbind.c
3865 (dbus-call-method-handler, dbus-setenv)
3866 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3867 New defuns.
3868 (dbus-call-method-non-blocking): Make it an obsolete function.
3869 (dbus-unregister-object, dbus-unregister-service)
3870 (dbus-handle-event, dbus-register-property)
3871 (dbus-property-handler): Obey the new structure of
3872 `bus-registered-objects'.
3873 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3874 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3875 Use `dbus-call-method'.
3876
3877 2012-04-22 Chong Yidong <cyd@gnu.org>
3878
3879 * cus-edit.el (custom-commands, custom-reset-menu)
3880 (Custom-reset-standard): Tweak labels.
3881 (custom-reset-button-menu): Change default to t.
3882 (custom-buffer-create-internal): For the custom-reset-button-menu
3883 case, put the revert button first.
3884 (custom-group-subtitle): New face.
3885 (custom-group-value-create): Align docstring to a specific column.
3886
3887 * wid-edit.el (widget-documentation-link-add): Don't handle
3888 indentation in this function.
3889 (widget-documentation-string-indent-to): New function.
3890 (widget-documentation-string-value-create): Use it.
3891
3892 * autorevert.el (auto-revert):
3893 * epg-config.el (epg):
3894 * ibuffer.el (ibuffer):
3895 * mpc.el (mpc):
3896 * ses.el (ses):
3897 * eshell/eshell.el (eshell):
3898 * net/ange-ftp.el (ange-ftp):
3899 * progmodes/ebnf2ps.el (postscript):
3900 * progmodes/flymake.el (flymake):
3901 * progmodes/prolog.el (prolog):
3902 * progmodes/verilog-mode.el (verilog-mode):
3903 * progmodes/which-func.el (which-func):
3904 * term/xterm.el (xterm):
3905 * textmodes/picture.el (picture):
3906 * textmodes/tildify.el (tildify):
3907 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3908 customization buffers.
3909
3910 2012-04-22 Alan Mackenzie <acm@muc.de>
3911
3912 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3913 Adding a ) can hide the resulting (..) from searches. Fix it.
3914 Bound the backward search to the position of the existing (.
3915
3916 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * progmodes/verilog-mode.el (verilog-mode): Check whether
3919 which-func-modes is t before adding verilog-mode.
3920 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3921
3922 2012-04-21 Leo Liu <sdl.web@gmail.com>
3923
3924 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
3925
3926 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
3927
3928 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
3929 filling of the last column of a table (Bug#5635).
3930 (woman-find-next-control-line): New arg, specifying an additional
3931 regexp component for the control line.
3932 (woman2-roff-buffer): Use it.
3933 (woman-break-table): New function.
3934 (woman2-TS): Use it.
3935
3936 2012-04-21 Chong Yidong <cyd@gnu.org>
3937
3938 * woman.el (woman-set-buffer-display-table, woman-decode-region)
3939 (woman-horizontal-escapes, woman-negative-vertical-space)
3940 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
3941 (WoMan-warn-ignored): Use ?\s instead of ?\ .
3942
3943 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * minibuffer.el (completion-file-name-table): Complete user names.
3946
3947 2012-04-20 Leo Liu <sdl.web@gmail.com>
3948
3949 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
3950 and pcase-let*.
3951
3952 2012-04-20 Chong Yidong <cyd@gnu.org>
3953
3954 * server.el (server-execute): Respect initial-buffer-choice if it
3955 is a string and there are no files to open (Bug#2825).
3956 (server-create-window-system-frame, server-create-tty-frame):
3957 Don't switch buffers here.
3958 (server-process-filter): Only try to open a window system frame if
3959 compiled with graphical support (Bug#8314).
3960
3961 2012-04-20 Dan Nicolaescu <dann@gnu.org>
3962
3963 * battery.el (battery-echo-area-format): Display remaining time
3964 for sysfs backend too (Bug#11269).
3965 (battery-linux-sysfs): Fix conditional for the charge.
3966
3967 2012-04-20 Chong Yidong <cyd@gnu.org>
3968
3969 * progmodes/gdb-mi.el (gdb): Revert previous change.
3970 (gdb-inferior-io--init-proc): New function.
3971 (gdb-init-1): Use it.
3972 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
3973 responsible for allocating a new pty and hooking it to gdb when
3974 the old pty gets an EIO due to process exit.
3975 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
3976 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
3977 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
3978
3979 2012-04-20 Eli Zaretskii <eliz@gnu.org>
3980
3981 * window.el (window-min-size, window-sizable, window-min-delta)
3982 (window-max-delta, window--resizable, window-resizable)
3983 (window-total-size, window-full-height-p, window-full-width-p)
3984 (window-in-direction, window--resize-mini-window, window-resize)
3985 (window--resize-child-windows-normal)
3986 (window--resize-child-windows, window--resize-siblings)
3987 (window--resize-this-window, adjust-window-trailing-edge)
3988 (enlarge-window, shrink-window): Doc fixes.
3989
3990 2012-04-20 Chong Yidong <cyd@gnu.org>
3991
3992 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
3993 New function to call delete-process on the gdb-inferior buffer's pty.
3994 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
3995 pty process (Bug#11273).
3996 (gdb-update): New arg to suppress talking to the gdb process.
3997 (gdb-done-or-error): Use it.
3998 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
3999 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4000 sentinel not being called.
4001
4002 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4003
4004 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4005
4006 2012-04-20 Glenn Morris <rgm@gnu.org>
4007
4008 * net/network-stream.el (open-network-stream): Doc fix.
4009
4010 2012-04-20 Chong Yidong <cyd@gnu.org>
4011
4012 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4013
4014 2012-04-20 Alan Mackenzie <acm@muc.de>
4015
4016 Ensure searching for keywords is case sensitive.
4017
4018 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4019 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4020 (c-defun-name, c-mark-function, c-cpp-define-name)
4021 (c-comment-indent, c-scan-conditionals, c-indent-defun)
4022 (c-context-line-break): Bind case-fold-search to nil.
4023
4024 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4025 Bind case-fold-search to nil.
4026
4027 2012-04-20 Chong Yidong <cyd@gnu.org>
4028
4029 * mail/sendmail.el (mail-bury): Call return action with the right
4030 Rmail buffer (Bug#11242).
4031
4032 * server.el (server-process-filter): Handle corner case where both
4033 tty and nowait options are present (Bug#11102).
4034
4035 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4036
4037 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4038 (top level): Put into the executable the ident-style '$Id:' tag on
4039 windows-nt as well.
4040
4041 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * electric.el (electric-indent-post-self-insert-function): Check that
4044 electric-indent-mode is enabled in current buffer.
4045
4046 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4047
4048 * imenu.el (imenu-progress-message): Restore; it is "used" in
4049 erc/erc-imenu.el and net/snmp-mode.el.
4050
4051 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4052
4053 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4054 (mouse-avoidance-nudge-mouse): Remove unused binding.
4055
4056 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4057
4058 * descr-text.el (describe-char):
4059 * progmodes/python.el (python-describe-symbol):
4060 Don't call `toggle-read-only', set `buffer-read-only'.
4061
4062 * imenu.el (imenu-default-goto-function): Mark unused args.
4063 (imenu-progress-message): Remove obsolete macro; all callers changed.
4064
4065 * subr.el (keymap-canonicalize): Remove unused binding.
4066 (read-passwd): Mark unused arg.
4067
4068 * tutorial.el (tutorial--display-changes): Remove unused binding.
4069 (tutorial--save-tutorial-to): Remove unused variable.
4070
4071 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4072 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4073 (package-generate-autoloads, package-menu--generate)
4074 (package-menu--find-upgrades): Remove unused bindings.
4075
4076 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4077 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4078 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4079 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4080 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4081 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4082 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4083 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4084 (cua-delete-char-rectangle): Mark unused args.
4085 (cua-align-rectangle): Remove unused binding.
4086
4087 * mail/rmail.el (compilation--message->loc)
4088 (epa--find-coding-system-for-mime-charset): Declare.
4089
4090 * net/dbus.el (dbus-register-service): Declare.
4091 (dbus-name-owner-changed-handler): Remove unused binding.
4092
4093 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4094 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4095 (nxml-scan-backward-within): Mark unused arg.
4096 (nxml-dynamic-markup-word): Remove unused binding.
4097
4098 * mouse.el (mouse-menu-major-mode-map):
4099 * emacs-lisp/authors.el (authors-scan-change-log)
4100 (authors-add-to-author-list):
4101 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4102 * emacs-lisp/smie.el (smie-auto-fill):
4103 * mail/sendmail.el (mail-bury):
4104 * mail/unrmail.el (unrmail):
4105 * net/tls.el (open-tls-stream):
4106 * textmodes/picture.el (picture-mouse-set-point):
4107 Remove unused bindings.
4108
4109 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
4110
4111 * net/tramp.el (tramp-action-password): Let-bind
4112 `enable-recursive-minibuffers' to t.
4113
4114 2012-04-18 Sam Steingold <sds@gnu.org>
4115
4116 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4117 instead of 'string to accommodate values like [f11].
4118 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4119 * progmodes/gdb-mi.el: Likewise.
4120
4121 2012-04-18 Leo Liu <sdl.web@gmail.com>
4122
4123 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4124 current buffer.
4125 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4126 LOCAL is nil.
4127
4128 2012-04-18 Chong Yidong <cyd@gnu.org>
4129
4130 * simple.el (line-move): Use forward-line if in batch mode
4131 (Bug#11053).
4132
4133 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4134
4135 * files.el (after-find-file): Do not try to add a final newline if
4136 the buffer is read-only (Bug#11156).
4137
4138 2012-04-17 Richard Stallman <rms@gnu.org>
4139
4140 * mail/rmail.el (rmail-start-mail):
4141 Pass (rmail-mail-return...) for the return-action.
4142 Pass (rmail-yank-current-message...) for the yank-action.
4143 (rmail-yank-current-message): New function.
4144 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4145 (rmail-reply): Likewise.
4146 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4147
4148 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4149 buffer, not the last. Reject temp buffers. Use the rmail-mode
4150 buffer, not newbuf.
4151
4152 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
4153
4154 * server.el (server-ensure-safe-dir): Simplify.
4155
4156 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * emacs-lisp/smie.el: Provide smarter auto-filling.
4159 (smie-auto-fill): New function.
4160 (smie-setup): Use it.
4161
4162 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4163
4164 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
4165
4166 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4167 (comment-indent): Use it.
4168
4169 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4170
4171 * ses.el: The overall change is to add cell renaming, that is
4172 setting fancy names for cell symbols other than name matching
4173 "\\`[A-Z]+[0-9]+\\'" regexp .
4174 (ses-localvars): Add ses--renamed-cell-symb-list.
4175 (ses-create-cell-variable): New defun.
4176 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4177 (ses-relocate-formula): Relocate formulas only for cells the
4178 symbols of which are not renamed, i.e. symbols whose names do not
4179 match regexp "\\`[A-Z]+[0-9]+\\'".
4180 (ses-relocate-all): Relocate values only for cells the symbols of
4181 which are not renamed.
4182 (ses-load): Create cells variables as the (ses-cell ...) are read,
4183 in order to check row col consistency with cell symbol name only
4184 for cells that are not renamed.
4185 (ses-replace-name-in-formula): New defun.
4186 (ses-rename-cell): New defun.
4187
4188 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4189
4190 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4191 New option (bug#11118).
4192 (perl-calculate-indent): Respect it.
4193
4194 2012-04-17 Glenn Morris <rgm@gnu.org>
4195
4196 * dired-aux.el (dired-mark-read-string): Doc fix.
4197
4198 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4199
4200 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4201 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4202
4203 2012-04-17 Glenn Morris <rgm@gnu.org>
4204
4205 * mouse.el (mouse-drag-track):
4206 * speedbar.el (speedbar-frame-mode):
4207 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4208
4209 2012-04-16 Leo Liu <sdl.web@gmail.com>
4210
4211 * progmodes/python.el: Trivial cleanup.
4212
4213 2012-04-16 Glenn Morris <rgm@gnu.org>
4214
4215 * vc/vc.el (vc-string-prefix-p):
4216 * vc/pcvs-util.el (cvs-string-prefix-p):
4217 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4218 * mpc.el (mpc-string-prefix-p):
4219 Make all of these into obsolete aliases for string-prefix-p.
4220 Update callers.
4221 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4222
4223 * textmodes/two-column.el: Move custom options to the start.
4224 (frame-width): Remove compat definition.
4225 (2C-associate-buffer, 2C-dissociate):
4226 Use with-current-buffer rather than save-excursion.
4227 (2C-dissociate): Force a mode-line update.
4228 (2C-autoscroll): Use ignore-errors.
4229
4230 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4231 Autoload trivia.
4232
4233 * emacs-lisp/cl-extra.el (*random-state*):
4234 Remove unnecessary declaration.
4235
4236 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4237
4238 * play/cookie1.el (cookie-snarf):
4239 Give an explicit error if input file cannot be read.
4240
4241 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4242
4243 * progmodes/perl-mode.el (c-macro-expand):
4244 Remove unnecessary autoload (it is in loaddefs.el).
4245
4246 * textmodes/picture.el (picture-desired-column)
4247 (picture-update-desired-column): Convert comments to doc-strings.
4248 (picture-substitute): Remove function.
4249 (picture-mode-map): Initialize in the defvar.
4250
4251 * woman.el: Remove eval-after-load for tar-mode.
4252 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4253 (woman-tar-extract-file): Autoload it.
4254
4255 * frame.el (automatic-hscrolling): Make this alias obsolete.
4256
4257 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4258
4259 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4260 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4261 (ispell-dictionary-base-alist): Revert to original XEmacs
4262 friendly version for default. [:alpha:] will be added in
4263 `ispell-set-spellchecker-params' if needed.
4264
4265 2012-04-16 Chong Yidong <cyd@gnu.org>
4266
4267 * image.el (imagemagick--file-regexp): New variable.
4268 (imagemagick-register-types): Use it.
4269 (imagemagick-types-inhibit): Add :set function. Allow new value
4270 of t to inhibit all types.
4271
4272 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4273 so we can preload it.
4274
4275 * loadup.el (fboundp): Preload regexp-opt, needed by
4276 imagemagick-register-types.
4277
4278 2012-04-15 Chong Yidong <cyd@gnu.org>
4279
4280 * frame.el (scrolling): Remove nearly unused customization group.
4281
4282 * scroll-all.el (scroll-all-mode): Move to windows group.
4283
4284 2012-04-15 Chong Yidong <cyd@gnu.org>
4285
4286 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4287
4288 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4291 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4292
4293 2012-04-15 Glenn Morris <rgm@gnu.org>
4294
4295 * simple.el (process-file-side-effects): Doc fix.
4296
4297 2012-04-15 Glenn Morris <rgm@gnu.org>
4298
4299 * international/mule-cmds.el (set-language-environment): Doc fix.
4300
4301 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4302
4303 * server.el (server-auth-key, server-generate-key): Doc fixes.
4304 (server-get-auth-key): Doc fix. Use `string-match-p'.
4305 (server-start): Reflow docstring.
4306
4307 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4308
4309 * server.el (server-generate-key): `called-interactively-p'
4310 requires a parameter.
4311
4312 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
4313
4314 * server.el (server-auth-key): New variable.
4315 (server-generate-key, server-get-auth-key): New function.
4316 (server-start): Use the new variable and functions to allow
4317 setting a permanent server key (bug#9423).
4318
4319 2012-04-14 Leo Liu <sdl.web@gmail.com>
4320
4321 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4322
4323 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4324
4325 Spelling fixes.
4326 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4327 Emacs uses American spelling.
4328
4329 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4330
4331 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4332 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4333 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4334 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4335
4336 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4337
4338 * progmodes/which-func.el (which-func-modes): Change default.
4339
4340 2012-04-14 Kim F. Storm <storm@cua.dk>
4341
4342 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4343 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4344
4345 2012-04-14 Chong Yidong <cyd@gnu.org>
4346
4347 * custom.el (custom-theme-set-variables): Doc fix.
4348
4349 2012-04-14 Glenn Morris <rgm@gnu.org>
4350
4351 * international/mule.el (set-auto-coding-for-load): Doc fix.
4352
4353 2012-04-14 Alan Mackenzie <acm@muc.de>
4354
4355 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4356 imenu work again for Objective C Mode. Correct the *-index values,
4357 these having been disturbed by a previous change in 2011-08.
4358
4359 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4360 Correct two search limits.
4361
4362 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4365
4366 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
4367
4368 * international/characters.el: Fix sorting.
4369
4370 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4371
4372 * international/characters.el: Add more missing Latin case pairs.
4373
4374 2012-04-14 Glenn Morris <rgm@gnu.org>
4375
4376 * files.el (dir-locals-set-class-variables): Doc fix.
4377
4378 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4379
4380 * international/characters.el: Add set-case-syntax-pair call for
4381 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4382 counterpart. (Bug#11209)
4383
4384 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4385
4386 2012-04-14 Glenn Morris <rgm@gnu.org>
4387
4388 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4389
4390 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4391
4392 * textmodes/ispell.el (ispell-dictionary-base-alist):
4393 Add data for Hebrew.
4394
4395 2012-04-14 Chong Yidong <cyd@gnu.org>
4396
4397 * net/rcirc.el (rcirc-cmd-quit):
4398 Revert 2012-03-18 change (Bug#11192).
4399
4400 2012-04-14 Glenn Morris <rgm@gnu.org>
4401
4402 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4403
4404 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4405
4406 * minibuffer.el (completion-in-region-mode-map):
4407 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
4408
4409 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4410
4411 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4412
4413 2012-04-13 Masatake YAMATO <yamato@redhat.com>
4414
4415 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4416 to allow `C-M-f' and `C-M-b' to move to the nearest path
4417 separator (bug#9511).
4418
4419 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4420
4421 * avoid.el: Require cl when compiling. And also move the
4422 `provide' to the end.
4423
4424 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4425
4426 * avoid.el (mouse-avoidance-banish-position): New variable.
4427 (mouse-avoidance-banish-destination): Use it (bug#10165).
4428
4429 2012-04-13 Leo Liu <sdl.web@gmail.com>
4430
4431 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4432
4433 2012-04-13 Ken Brown <kbrown@cornell.edu>
4434
4435 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4436 this is no longer needed now that cygstart understands file:// URLs.
4437 (browse-url-filename-alist): For the same reason, don't modify
4438 file:// URLs on Cygwin.
4439
4440 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4441
4442 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4443 the region on shift if the binding is already shifted (bug#11221).
4444
4445 2012-04-12 Glenn Morris <rgm@gnu.org>
4446
4447 * mail/mailpost.el: Move to obsolete/.
4448
4449 2012-04-12 Drew Adams <drew.adams@oracle.com>
4450
4451 * imenu.el (imenu--generic-function): Ignore invisible definitions
4452 (bug#10123).
4453
4454 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4455
4456 * hexl.el (hexl-bits): New variable.
4457 (hexl-options): Mention the variable in the doc string.
4458 (hexl-rulerise, hexl-line-displen): New functions.
4459 (hexl-mode): Mention the new variable.
4460 (hexl-mode, hexl-current-address, hexl-current-address):
4461 Use the displen.
4462 (hexl-ascii-start-column): New function.
4463 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4464 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4465
4466 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4467
4468 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4469 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4470 the encoding, as expected by hunspell.
4471
4472 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * battery.el (battery--linux-sysfs-regexp): New const.
4475 (battery-status-function): Use it. Remove yeeloong special case.
4476 (battery-yeeloong-sysfs): Remove.
4477 (battery-echo-area-format): Remove yeeloong special case.
4478
4479 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4482 Reported by Noah Friedman.
4483
4484 * subr.el (read-passwd): Use read-string.
4485
4486 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4487
4488 * vcursor.el (vcursor-move): Increase the priority of the overlay
4489 (bug#9663).
4490
4491 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4492
4493 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4494 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4495
4496 2012-04-11 William Stevenson <yhvh2000@gmail.com>
4497
4498 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4499 define-minor-mode (bug#10760).
4500
4501 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4502
4503 * progmodes/grep.el (rgrep): Tweak the find command line so
4504 that directories matching `grep-find-ignored-files' won't be
4505 pruned (bug#10351).
4506
4507 2012-04-11 Chong Yidong <cyd@gnu.org>
4508
4509 * startup.el (command-line): Remove support for long-obsolete
4510 variable font-lock-face-attributes.
4511
4512 2012-04-11 Glenn Morris <rgm@gnu.org>
4513
4514 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4515
4516 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * window.el (window--state-get-1): Obey window-point-insertion-type.
4519
4520 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4521
4522 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4523 to previous function when point is on the first character of a
4524 function. Take care of that in `narrow-to-defun' (bug#6157).
4525
4526 2012-04-11 Glenn Morris <rgm@gnu.org>
4527
4528 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4529 not just file-errors.
4530
4531 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4532 (vc-bzr-sha1): Use internal sha1.
4533
4534 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4537
4538 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4539
4540 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4541 that start in the middle of the line (bug#10496).
4542
4543 2012-04-10 Dan Nicolaescu <dann@gnu.org>
4544
4545 * battery.el (battery-linux-proc-acpi): Only one battery is
4546 discharged at a time, but that seems to confuse battery.el when
4547 computing `rate-type' for the battery not being discharged
4548 (bug#10332).
4549
4550 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4551
4552 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4553
4554 * international/quail.el: Use dolist and simplify.
4555 (quail-define-package, quail-update-keyboard-layout)
4556 (quail-define-rules): Use dolist.
4557 (quail-insert-kbd-layout, quail-get-translation): CSE.
4558
4559 * tmm.el: Use dolist, remove left over hook.
4560 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4561 Use dolist.
4562 (calendar-load-hook): Don't mess with it.
4563
4564 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4565 Use derived-mode-p. Run the diff asynchronously.
4566
4567 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4568
4569 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4570
4571 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
4572
4573 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4574 (list-dynamic-libraries--loaded): New function.
4575 (list-dynamic-libraries--refresh): Use it.
4576
4577 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
4578
4579 * progmodes/python.el (python-fill-paragraph):
4580 Make python-fill-region in a multiline string work when font-lock is
4581 disabled (bug#7018).
4582
4583 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4584
4585 * language/european.el (cp775): Add oem/legacy (en)coding on
4586 DOS/MS Windows for the Baltic languages. There are still plenty
4587 of texts written in this encoding/codepage (bug#6519).
4588
4589 2012-04-10 Glenn Morris <rgm@gnu.org>
4590
4591 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4592 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4593
4594 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4595
4596 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4597 next-line "n" and previous-line "p" in order to make recentf more
4598 consistent with ibuffer, dired or org-mode (bug#9387).
4599
4600 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4601
4602 * image.el (put-image): Return the overlay created instead of the
4603 optional input string (bug#7834). Note that this may break code
4604 that is (for some reason or other) depending on `put-image'
4605 returning the string.
4606
4607 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4608
4609 * simple.el (zap-to-char): Allow zapping using input methods
4610 (bug#1580).
4611
4612 * textmodes/fill.el (fill-region): Leave point and mark where they
4613 were before filling (bug#5399).
4614
4615 2012-04-09 Glenn Morris <rgm@gnu.org>
4616
4617 * version.el (emacs-bzr-get-version):
4618 Handle lightweight checkouts of local branches.
4619
4620 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4621
4622 * international/characters.el: Recover lost case pairs. (Bug#11209)
4623
4624 2012-04-09 Chong Yidong <cyd@gnu.org>
4625
4626 * custom.el (custom-variable-p): Return nil for non-symbol
4627 arguments instead of signaling an error.
4628 (user-variable-p): Obsolete alias for custom-variable-p.
4629
4630 * apropos.el (apropos-variable):
4631 * files-x.el (read-file-local-variable):
4632 * simple.el (set-variable):
4633 * woman.el (woman-mini-help):
4634 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4635
4636 2012-04-09 Glenn Morris <rgm@gnu.org>
4637
4638 * startup.el (normal-top-level): Don't look for leim-list.el
4639 in places where it will not be found. (Bug#910)
4640
4641 * international/mule-cmds.el (set-default-coding-systems):
4642 * files.el (normal-mode):
4643 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4644 This function was removed with ucs-tables.el in 2008.
4645
4646 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4647
4648 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4649 ispell-encoding8-command to "-i", without a trailing space.
4650 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4651 separate command-line arguments, to specify the encoding, since
4652 that's how hunspell expects it.
4653
4654 2012-04-08 Glenn Morris <rgm@gnu.org>
4655
4656 * loadup.el: Load bindings before cus-start.
4657 This reduces somewhat the number of "rogue" settings in emacs -Q.
4658
4659 2012-04-07 Glenn Morris <rgm@gnu.org>
4660
4661 * version.el (emacs-bzr-get-version): New function.
4662 (emacs-bzr-version): New variable.
4663 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4664 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4665
4666 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4667
4668 * international/uni-bidi.el, international/uni-category.el:
4669 * international/uni-combining.el, international/uni-decimal.el:
4670 * international/uni-decomposition.el, international/uni-digit.el:
4671 * international/uni-lowercase.el, international/uni-mirrored.el:
4672 * international/uni-name.el, international/uni-numeric.el:
4673 * international/uni-titlecase.el, international/uni-uppercase.el:
4674 Update for Unicode 6.1.
4675
4676 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4677
4678 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4679
4680 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4681
4682 * window.el (shrink-window): Mention the `window-min-height'
4683 variable in the doc string.
4684
4685 2012-04-05 Bastien Guerry <bzg@altern.org>
4686
4687 * color.el (color-lighten-name): Fix typo.
4688
4689 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * server.el (server--on-display-p): New function.
4692 (server--on-display-p): Use it.
4693
4694 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4695
4696 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4697 (bug#11145).
4698
4699 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4700
4701 * comint.el (comint--common-quoted-suffix): Check string boundary
4702 before comparing (bug#11158).
4703 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4704
4705 2012-04-04 Chong Yidong <cyd@gnu.org>
4706
4707 * minibuffer.el (completion-extra-properties): Doc fix.
4708
4709 * subr.el (delayed-warnings-hook): Doc fix.
4710
4711 2012-04-04 Daiki Ueno <ueno@unixuser.org>
4712
4713 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4714 selection (Bug#11159).
4715 (epa-insert-keys): Inform that the default public key will be
4716 exported if no key is selected.
4717
4718 2012-04-04 Richard Stallman <rms@gnu.org>
4719
4720 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4721
4722 2012-04-03 Chong Yidong <cyd@gnu.org>
4723
4724 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4725 mail-insert-file, not its obsolete alias mail-attach-file.
4726
4727 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
4728
4729 * notifications.el (notifications-notify): Fix docstring.
4730
4731 2012-04-02 Glenn Morris <rgm@gnu.org>
4732
4733 * emacs-lisp/authors.el (authors-aliases): Another addition.
4734
4735 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
4736
4737 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4738 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4739 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4740
4741 2012-04-01 Chong Yidong <cyd@gnu.org>
4742
4743 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4744 Handle root directory properly.
4745 (copy-directory): Caller changed.
4746
4747 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4748 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4749
4750 2012-03-31 Glenn Morris <rgm@gnu.org>
4751
4752 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4753
4754 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4755
4756 * calendar/calendar.el (calendar-window-list)
4757 (calendar-hide-window): Restore. (Bug#11140)
4758 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4759
4760 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4761
4762 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4763
4764 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4765 Check if file is a symlink (Bug#10489).
4766
4767 * files.el (copy-directory): Likewise.
4768
4769 2012-03-30 Chong Yidong <cyd@gnu.org>
4770
4771 * image.el (imagemagick-types-inhibit)
4772 (imagemagick-register-types): Doc fix.
4773
4774 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4775
4776 * textmodes/ispell.el (ispell-get-extended-character-mode):
4777 Disable extended-char-mode for hunspell. hunspell does not support it
4778 and treats ~word as ordinary words in pipe mode.
4779
4780 2012-03-30 Glenn Morris <rgm@gnu.org>
4781
4782 * tutorial.el (help-with-tutorial): Ensure local variables don't
4783 happen to make the buffer read-only. (Bug#11127)
4784
4785 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4788 (perl-calculate-indent): Return `noindent' in strings.
4789
4790 2012-03-28 Sam Steingold <sds@gnu.org>
4791
4792 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4793 instead of the broken adhockery which does not prevent calendar
4794 buffers from being displayed at random after exit.
4795 (calendar-window-list, calendar-hide-window): Remove the broken
4796 adhockery.
4797
4798 2012-03-28 Glenn Morris <rgm@gnu.org>
4799
4800 * replace.el (query-replace-map): Doc fix.
4801
4802 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4803
4804 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4805 contents. (Bug#11109)
4806
4807 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4808
4809 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4810 (bug#11077).
4811 (avl-tree--check, avl-tree--check-node): New funs.
4812
4813 2012-03-27 Martin Rudalics <rudalics@gmx.at>
4814
4815 * window.el (switch-to-visible-buffer): New option.
4816 (switch-to-prev-buffer, switch-to-next-buffer):
4817 Observe switch-to-visible-buffer. Make sure that checking for a window
4818 showing a buffer already is done on the same frame.
4819
4820 2012-03-27 Glenn Morris <rgm@gnu.org>
4821
4822 * startup.el (mail-host-address): Doc fix.
4823
4824 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4825
4826 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4827 than 197 variables.
4828
4829 2012-03-26 Ami Fischman <ami@fischman.org>
4830
4831 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4832
4833 2012-03-26 Glenn Morris <rgm@gnu.org>
4834
4835 * files.el (save-buffers-kill-emacs): Doc fix.
4836
4837 * startup.el (normal-top-level, command-line, command-line-1):
4838 Give them doc strings.
4839
4840 2012-03-25 Eli Zaretskii <eliz@gnu.org>
4841
4842 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4843 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
4844
4845 2012-03-25 Chong Yidong <cyd@gnu.org>
4846
4847 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4848 theme if it was previously enabled before (Bug#11031).
4849
4850 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4851 spec with custom-face-get-current-spec if its :shown-value is not
4852 determined yet (Bug#9337).
4853 (customize-create-theme, custom-theme-revert): Doc fixes.
4854
4855 * button.el (button-at): Minor addition to docstring.
4856
4857 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
4858
4859 * vc/vc.el (vc-merge): Fix a prompt.
4860
4861 2012-03-24 Chong Yidong <cyd@gnu.org>
4862
4863 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4864 point (Bug#9623).
4865
4866 * button.el (button-at): Minor addition to docstring.
4867
4868 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 * newcomment.el (comment-choose-indent): No space after BOL.
4871
4872 2012-03-22 Sam Steingold <sds@gnu.org>
4873
4874 * window.el (switch-to-prev-buffer): Revert last patch because the
4875 bug turned out to be an advertised feature (Elisp manual 28.14).
4876
4877 2012-03-22 Glenn Morris <rgm@gnu.org>
4878
4879 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4880 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4881
4882 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4883
4884 * net/network-stream.el (network-stream-open-starttls): Make error
4885 message under Windows be less misleading.
4886
4887 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4888
4889 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4890 understands (bug#9942).
4891
4892 2012-03-22 Chong Yidong <cyd@gnu.org>
4893
4894 * simple.el (end-of-visible-line): Handle return value of
4895 next-single-property-change properly (Bug#9371).
4896
4897 2012-03-22 Kenichi Handa <handa@m17n.org>
4898
4899 * international/quail.el (quail-insert-kbd-layout): Fix previous
4900 change. To avoid unwanted bidi reordering, use
4901 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4902
4903 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4904
4905 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4906 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4907 (ruby-beginning-of-indent): Be more careful with the difference
4908 between word-boundary and symbol boundary.
4909 (ruby-mode-syntax-table): Make : a symbol constituent.
4910
4911 2012-03-21 Andreas Politz <politza@fh-trier.de>
4912
4913 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4914
4915 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * progmodes/etags.el (tags-completion-at-point-function):
4918 Improve last fix.
4919
4920 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4921
4922 2012-03-21 Sam Steingold <sds@gnu.org>
4923
4924 * progmodes/etags.el (tags-completion-at-point-function):
4925 Avoid the error when point is inside the pattern.
4926
4927 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
4928
4929 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
4930 line (Bug#10855).
4931
4932 2012-03-21 Drew Adams <drew.adams@oracle.com>
4933
4934 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
4935
4936 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
4937
4938 * ido.el (ido-set-current-directory, ido-read-internal)
4939 (ido-choose-completion-string, ido-completion-help): Handle nil
4940 value of ido-completion-buffer (Bug#11008).
4941
4942 2012-03-21 Sam Steingold <sds@gnu.org>
4943
4944 * window.el (switch-to-prev-buffer): Do not switch to a visible
4945 window previous buffer, just like with the frame previous buffers.
4946
4947 2012-03-21 Chong Yidong <cyd@gnu.org>
4948
4949 * faces.el (make-face, make-empty-face, copy-face):
4950 * face-remap.el (face-remap-add-relative, face-remap-set-base):
4951 Doc fixes.
4952
4953 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * wid-edit.el (widget-complete-field): Remove (bug#11051).
4956 (widget-complete): Remove broken use of it.
4957
4958 2012-03-20 Chong Yidong <cyd@gnu.org>
4959
4960 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
4961 Use string-width and truncate-string-width to handle arbitrary
4962 characters.
4963
4964 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
4965
4966 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
4967 to draw rectangles, not squares. (Regression introduced by revno
4968 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
4969
4970 2012-03-18 Chong Yidong <cyd@gnu.org>
4971
4972 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
4973 it is not yet defined (for temacs).
4974
4975 2012-03-18 Leo Liu <sdl.web@gmail.com>
4976
4977 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
4978
4979 2012-03-17 Eli Zaretskii <eliz@gnu.org>
4980
4981 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
4982 (ispell-choices-win-default-height, ispell-silently-savep)
4983 (ispell-dictionary-alist, ispell-encoding8-command)
4984 (ispell-check-version, ispell-aspell-find-dictionary)
4985 (ispell-valid-dictionary-list, ispell-words-keyword)
4986 (ispell-get-word, ispell-internal-change-dictionary)
4987 (ispell-region, ispell-skip-region-list)
4988 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
4989 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
4990 (ispell-message-text-end, ispell-message)
4991 (ispell-buffer-local-parsing): Doc fix.
4992
4993 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
4994
4995 * htmlfontify.el: Add support for code block fontification for ODT
4996 export (Bug #9914).
4997 (hfy-optimisations): Define new option
4998 `body-text-only'
4999 (hfy-fontify-buffer): Honor above setting.
5000 (hfy-begin-span, hfy-end-span): New routines factored out form
5001 `hfy-fontify-buffer'.
5002 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5003 that permit insertion of custom tags.
5004 (hfy-fontify-buffer): Use above handlers.
5005 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5006 (hfy-face-to-css): Re-defined to be a variable.
5007 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
5008 over multiple runs. This is made possible by having the caller let
5009 bind a special variable `hfy-user-sheet-assoc'.
5010 (htmlfontify-string): New defun.
5011 (hfy-compile-face-map): Make sure that the last char in the
5012 buffer is correctly fontified.
5013 (hfy-face-resolve-face): Whitespace only change.
5014
5015 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5016
5017 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5018 message more clear.
5019
5020 2012-03-16 Leo Liu <sdl.web@gmail.com>
5021
5022 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5023
5024 2012-03-16 Alan Mackenzie <acm@muc.de>
5025
5026 Further optimise the handling of large macros.
5027
5028 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5029 limit to a call of `c-literal-limits'.
5030 (c-determine-+ve-limit): New function.
5031 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5032 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5033 In CASE 5B, restrict a search limit to 500.
5034 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5035
5036 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5037 Restrict macro bounds to +-500 from after-change's BEG END.
5038
5039 2012-03-16 Leo Liu <sdl.web@gmail.com>
5040
5041 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5042
5043 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5044
5045 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5046 `special-mode' setting of `buffer-read-only'. (Bug#11010)
5047
5048 2012-03-16 Glenn Morris <rgm@gnu.org>
5049
5050 * view.el (view-buffer, view-buffer-other-window)
5051 (view-buffer-other-frame): Doc fixes re special mode-class.
5052
5053 * subr.el (eval-after-load): If named feature is provided not from
5054 a file, run after-load forms. (Bug#10946)
5055
5056 * calendar/calendar.el (calendar-insert-at-column):
5057 Handle non-unit-width characters a bit better. (Bug#10978)
5058
5059 2012-03-15 Chong Yidong <cyd@gnu.org>
5060
5061 * emacs-lisp/ring.el (ring-extend): New function.
5062 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5063
5064 * comint.el (comint-read-input-ring)
5065 (comint-add-to-input-history): Grow comint-input-ring lazily.
5066
5067 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5070 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5071
5072 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5073 (imenu-add-to-menubar): Don't add a redundant index.
5074 (imenu-update-menubar): Handle a dynamically composed keymap.
5075
5076 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5077
5078 * mail/sendmail.el (mail-encode-header):
5079 Bind rfc2047-encode-encoded-words to nil.
5080
5081 2012-03-13 Glenn Morris <rgm@gnu.org>
5082
5083 * calendar/calendar.el (calendar-string-spread):
5084 Handle non-unit-width characters a bit better. (Bug#10978)
5085
5086 2012-03-13 Leo Liu <sdl.web@gmail.com>
5087
5088 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5089 directory and file as argument (Bug#10822).
5090
5091 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5092
5093 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5094 For dynamically generated code, follow $PC.
5095 (gdb-disassembly-handler-custom): Handle no function name case.
5096
5097 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5098
5099 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5100 * emulation/ws-mode.el (ws-query-replace):
5101 * sort.el (sort-regexp-fields):
5102 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5103
5104 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5105
5106 * dabbrev.el: Fix cycle completion order (bug#10963).
5107 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5108 (dabbrev-completion): Don't use an obarray; provide
5109 a cycle-sort-function.
5110
5111 2012-03-12 Leo Liu <sdl.web@gmail.com>
5112
5113 * simple.el (kill-new): Use equal-including-properties for comparison.
5114 (kill-do-not-save-duplicates): Doc fix.
5115
5116 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * dabbrev.el: Fix cycle completion (bug#10963).
5119 Use lexical binding and wrap to 80 columns.
5120 (dabbrev-completion): Delay computing the list of completions.
5121
5122 2012-03-12 Kenichi Handa <handa@m17n.org>
5123
5124 * international/quail.el (quail-insert-kbd-layout): Surround each
5125 row by LRO and PDF instead of inserting many LRMs. Pad the left
5126 and right of each non-spacing marks. Insert invisible space
5127 between lower and upper characters to prevent composition.
5128
5129 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5130
5131 * minibuffer.el (minibuffer-complete): Don't get confused when the
5132 function is run twice via different commands (bug#10958).
5133 (complete-with-action): Fix docstring.
5134
5135 2012-03-12 Chong Yidong <cyd@gnu.org>
5136
5137 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5138 (nxml-completion-at-point-function): New function.
5139 (nxml-mode): Use it.
5140 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5141
5142 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5143 Load generated autoloads file before byte compiling (Bug#10970).
5144 (package--make-autoloads-and-compile): New helper fun.
5145
5146 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5147
5148 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5149
5150 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
5151
5152 * autorevert.el (auto-revert-handler): Ensure, that
5153 file-readable-p is applied only for local files or in
5154 auto-revert-tail-mode.
5155
5156 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5157
5158 * server.el (server-eval-at): Handle non-tcp connections.
5159 Decode result string.
5160
5161 * server.el (server-msg-size): New constant.
5162 (server-reply-print): New function.
5163 (server-eval-and-print): Use it.
5164 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5165 Handle -print-nonl.
5166
5167 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5168
5169 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5170 (Bug#10987).
5171
5172 2012-03-11 Chong Yidong <cyd@gnu.org>
5173
5174 * simple.el (goto-line): Doc fix (Bug#9938).
5175
5176 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5177
5178 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5179 when finished (Bug#10963).
5180
5181 2012-03-11 Martin Rudalics <rudalics@gmx.at>
5182
5183 * window.el (split-window-below): Fix bug in case where
5184 split-window-keep-point is nil (Bug#10971).
5185
5186 2012-03-11 Juri Linkov <juri@jurta.org>
5187
5188 * replace.el (replace-highlight): Set isearch-word to nil
5189 unconditionally. (Bug#10887)
5190
5191 2012-03-10 Eli Zaretskii <eliz@gnu.org>
5192
5193 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5194 mairix-replace-illegal-chars; all callers changed. Don't remove
5195 ^, ~, and = characters: they are meaningful in mairix search specs.
5196 (mairix-widget-create-query): Add usage information about mairix
5197 search forms: negating words, searching for substrings, etc.
5198
5199 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5200
5201 * international/fontset.el (font-encoding-alist): Add an entry for
5202 ksx1001 (Bug#5667).
5203
5204 2012-03-10 Richard Stallman <rms@gnu.org>
5205
5206 * mail/sendmail.el (mail-encode-header):
5207 Set rfc2047-encode-encoded-words.
5208
5209 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5210
5211 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5212 view buffer means not swapped.
5213 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5214 (rmail-write-region-annotate): Error if real text has disappeared.
5215
5216 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5217
5218 2012-03-10 Chong Yidong <cyd@gnu.org>
5219
5220 * emulation/cua-rect.el (cua--init-rectangles):
5221 * emulation/cua-base.el (cua--init-keymaps):
5222 Add delete-forward-char to remappings (Bug#9666).
5223
5224 2012-03-10 Martin Rudalics <rudalics@gmx.at>
5225
5226 * speedbar.el (speedbar-unhighlight-one-tag-line):
5227 Avoid unhighlighting due to frame switching (Bug#10275).
5228
5229 2012-03-10 Chong Yidong <cyd@gnu.org>
5230
5231 * minibuffer.el (completion-in-region, completion-help-at-point):
5232 Give the completion field overlay a high priority (Bug#6830).
5233
5234 * dired.el (dired-goto-file): Recognize absolute file name
5235 listings (Bug#7126).
5236 (dired-goto-file-1): New helper function.
5237 (dired-toggle-read-only): Inhibit warnings.
5238
5239 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
5240
5241 * net/dbus.el (dbus-property-handler): Return empty array if
5242 there are no properties.
5243
5244 2012-03-09 Leo Liu <sdl.web@gmail.com>
5245
5246 * savehist.el (savehist-printable): Stricter check for string
5247 value (Bug#10937).
5248
5249 2012-03-09 Eli Zaretskii <eliz@gnu.org>
5250
5251 * mail/smtpmail.el (smtpmail-send-it):
5252 Bind coding-system-for-write to *-unix, so that FCC files are kept in
5253 valid mbox format.
5254
5255 2012-03-09 Glenn Morris <rgm@gnu.org>
5256
5257 * files.el (dir-locals-find-file):
5258 Don't check result is regular, readable.
5259 (dir-locals-read-from-file): Demote errors.
5260
5261 2012-03-08 Eli Zaretskii <eliz@gnu.org>
5262
5263 * international/quail.el (quail-insert-kbd-layout):
5264 Insert invisible LRM characters before each character in a keyboard
5265 layout cell, to prevent their reordering by bidi display engine.
5266 For details, see the discussion in
5267 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5268
5269 2012-03-08 Alan Mackenzie <acm@muc.de>
5270
5271 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5272 the starting position; make it extend the marked region when
5273 invoked repeatedly - all under appropriate circumstances.
5274 Fixes bugs #5525, #10906.
5275
5276 2012-03-08 Glenn Morris <rgm@gnu.org>
5277
5278 * files.el (locate-dominating-file, dir-locals-find-file):
5279 Undo 2012-03-06 change.
5280
5281 2012-03-07 Eli Zaretskii <eliz@gnu.org>
5282
5283 * international/quail.el (quail-help):
5284 Force bidi-paragraph-direction be left-to-right. See discussion in
5285 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5286 for the reason.
5287
5288 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
5289
5290 Avoid superfluous registering of signals. (Bug#10807)
5291
5292 * notifications.el (notifications-on-action-object)
5293 (notifications-on-close-object): New defvars.
5294 (notifications-on-action-signal, notifications-on-closed-signal):
5295 Unregister the signal if not needed any longer.
5296 (notifications-notify): Register `notifications-action-signal' or
5297 `notifications-closed-signal', if :on-action or :on-close has been
5298 passed as argument.
5299
5300 2012-03-07 Chong Yidong <cyd@gnu.org>
5301
5302 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5303 non-X platforms.
5304
5305 2012-03-06 Glenn Morris <rgm@gnu.org>
5306
5307 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5308 (x-disown-selection-internal, x-get-selection-internal):
5309 Doc fix (add arglist signatures). (Bug#10783)
5310
5311 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5312
5313 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5314 Handle breakpoints with no "type".
5315
5316 2012-03-06 Glenn Morris <rgm@gnu.org>
5317
5318 * files.el (locate-dominating-file): Add optional predicate argument.
5319 (dir-locals-find-file): Make use of above change.
5320
5321 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5322
5323 * info.el (Info-insert-dir): Also try "dir.gz".
5324
5325 2012-03-06 Glenn Morris <rgm@gnu.org>
5326
5327 * files.el (dir-locals-find-file):
5328 Ignore non-readable or non-regular files. (Bug#10928)
5329
5330 * files.el (locate-dominating-file): Doc fix.
5331
5332 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5333
5334 * calendar/calendar.el (calendar-set-mode-line):
5335 `getenv' returns a string. (Bug#10951)
5336
5337 2012-03-05 Leo Liu <sdl.web@gmail.com>
5338
5339 * simple.el (backward-delete-char-untabify): Constrain point to
5340 field (Bug#10939).
5341
5342 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5343
5344 2012-03-05 Chong Yidong <cyd@gnu.org>
5345
5346 * simple.el (count-words): If called from Lisp, return the word
5347 count, for symmetry with `count-lines'. Arglist changed.
5348 (count-words--message): Args changed. Consolidate counting code
5349 from count-words and count-words-region.
5350 (count-words-region): Caller changed.
5351 (count-lines-region): Make it an obsolete alias.
5352
5353 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5354
5355 * saveplace.el (save-place-to-alist)
5356 (save-place-ignore-files-regexp): Allow value nil to disable this
5357 feature.
5358
5359 2012-03-04 Chong Yidong <cyd@gnu.org>
5360
5361 * faces.el (face-spec-reset-face): For the default face, reset the
5362 attributes to default values (Bug#10748).
5363
5364 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5365
5366 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5367 previous patch: Check `message-send-mail-function', and not the
5368 default function (bug#10897).
5369
5370 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
5371
5372 * notifications.el (notifications-on-action-signal)
5373 (notifications-on-closed-signal): Check for unique service name of
5374 incoming event. Fix error in removing entry.
5375 (top): Register for signals with wildcard service name.
5376 (notifications-notify): Use daemon unique service name for map entries.
5377
5378 2012-03-04 Chong Yidong <cyd@gnu.org>
5379
5380 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5381
5382 2012-03-04 Glenn Morris <rgm@gnu.org>
5383
5384 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5385 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5386 (expand-abbrev, define-abbrev-table): Doc fixes.
5387
5388 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5389
5390 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5391 `message-default-send-mail-function' and not `send-mail-function'
5392 when doing the prompting for `sendmail-query-once' before sending
5393 in Message buffers (bug#10897).
5394
5395 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5396 This is inconsistent with all the other stream functions, which leave
5397 the setting up to the higher levels (if so wanted) (bug#10931).
5398
5399 2012-03-02 Alan Mackenzie <acm@muc.de>
5400
5401 Depessimize the handling of very large macros.
5402
5403 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5404 (c-macro-cache-syntactic): New variables to implement a one
5405 element macro cache.
5406 (c-invalidate-macro-cache): New function.
5407 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5408 Adapt to use the new cache.
5409 (c-state-safe-place): Use better the cache of safe positions.
5410 (c-state-semi-nonlit-pos-cache)
5411 (c-state-semi-nonlit-pos-cache-limit):
5412 New variables for...
5413 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5414 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5415 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5416 Use c-state-semi-safe-place.
5417
5418 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5419 Add c-invalidate-macro-cache to the C, C++, Obj entries.
5420
5421 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
5422
5423 * jka-compr.el (jka-compr-call-process):
5424 Apply `file-accessible-directory-p' only when the default directory is
5425 not remote.
5426
5427 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
5428
5429 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5430 access of FILE2, if FILE1 does not exist.
5431
5432 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5433 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5434
5435 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5436 Add "PAGER=" to `process-environment'.
5437
5438 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5439
5440 * progmodes/sql.el: Bug fix
5441 (sql-get-login-ext): Save login values in globals.
5442 (sql-get-login): Use new version of `sql-get-login-ext'.
5443 (sql-interactive-mode): Set global `sql-connection' to nil.
5444 (sql-connect): Set global values for connection.
5445 (sql-product-interactive): Save global values as buffer local.
5446
5447 2012-02-29 Leo Liu <sdl.web@gmail.com>
5448
5449 * abbrev.el (define-abbrevs): Reset sys to nil.
5450
5451 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5452
5453 * files.el (file-equal-p): Rename from `files-equal-p'.
5454 Return nil when one or both files don't exist.
5455 (file-subdir-of-p): Now only top directory must exists,
5456 return nil if it doesn't.
5457 (copy-directory): No need to test with `file-subdir-of-p' after
5458 creating dir.
5459 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5460 to `file-equal-p'.
5461
5462 2012-02-28 Glenn Morris <rgm@gnu.org>
5463
5464 * shell.el (shell-mode):
5465 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5466 * play/landmark.el (landmark-font-lock-face-O):
5467 * play/handwrite.el (handwrite):
5468 * play/gomoku.el (gomoku-O):
5469 * net/browse-url.el (browse-url-browser-display):
5470 * international/mule.el (define-charset):
5471 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5472 * filesets.el (filesets-find-file-delay):
5473 * eshell/em-xtra.el (eshell-xtra):
5474 * eshell/em-unix.el (eshell-grep):
5475 * emulation/viper.el (viper-mode):
5476 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5477 * emacs-lisp/easymenu.el (easy-menu-define):
5478 * calendar/timeclock.el (timeclock-use-display-time):
5479 * bs.el (bs-mode):
5480 * bookmark.el (bookmark-save-flag):
5481 Doc fix (standardize possessive apostrophe usage).
5482
5483 2012-02-27 Chong Yidong <cyd@gnu.org>
5484
5485 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5486 Fix key-binding lookup for ESC key (Bug#9146).
5487
5488 * font-lock.el (font-lock-specified-p): Rename from
5489 font-lock-spec-present. Callers changed.
5490
5491 2012-02-27 Daniel Hackney <dan@haxney.org>
5492
5493 * emacs-lisp/package.el (package-compute-transaction):
5494 Handle holding a package version to t in package-load-list.
5495
5496 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
5497
5498 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5499 (tramp-get-inode, tramp-get-device): Use cached values.
5500
5501 2012-02-26 Alan Mackenzie <acm@muc.de>
5502
5503 Check there is a font-lock specification before doing initial
5504 fontification.
5505
5506 * font-core.el (font-lock-mode): Move the conditional from
5507 :after-hook to font-lock-initial-fontify.
5508 (font-lock-default-function): Move the check for a specification
5509 to font-lock-spec-present.
5510
5511 * font-lock.el (font-lock-initial-fontify): Call ...
5512 (font-lock-spec-present): New function.
5513
5514 2012-02-26 Jim Blandy <jimb@red-bean.com>
5515
5516 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5517 (gdb-send): Apply it to the operand of the '-interpreter-exec
5518 console' command, so that we can pass arguments with (say) quotes
5519 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5520
5521 2012-02-26 Chong Yidong <cyd@gnu.org>
5522
5523 * help-fns.el (describe-function-1): Clarify description of
5524 remapping (Bug#10844).
5525
5526 * files.el (files-equal-p): Doc fix.
5527 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5528 and quit the loop once a mismatch is found.
5529
5530 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
5531
5532 * bs.el (bs--show-with-configuration): Don't throw an error
5533 if the window cannot be split; otherwise, subsequent calls to
5534 bs-show fail, restoring a stale window config. (Bug#10882)
5535
5536 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5537
5538 * term/ns-win.el (global-map): Bind ns-drag-file to
5539 ns-find-file (Bug#5855, Bug#10050).
5540
5541 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5542
5543 * calendar/parse-time.el (parse-time-string): Allow extractor to
5544 return nil.
5545
5546 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
5547
5548 * net/tramp.el (tramp-file-name-for-operation):
5549 Add `files-equal-p' and `file-subdir-of-p'.
5550
5551 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5552 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5553 Add COPY-CONTENTS argument.
5554
5555 2012-02-25 Chong Yidong <cyd@gnu.org>
5556
5557 Add custom groups for VC backends, for consistency with vc-bzr.
5558
5559 * vc/vc-arch.el (vc-arch):
5560 * vc/vc-cvs.el (vc-cvs):
5561 * vc/vc-git.el (vc-git):
5562 * vc/vc-hg.el (vc-hg):
5563 * vc/vc-mtn.el (vc-mtn):
5564 * vc/vc-rcs.el (vc-rcs):
5565 * vc/vc-sccs.el (vc-sccs):
5566 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5567 All relevant defcustoms reassigned.
5568
5569 2012-02-25 Chong Yidong <cyd@gnu.org>
5570
5571 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5572
5573 * term/x-win.el (x-initialize-window-system): Reduce default for
5574 x-selection-timeout to 5 seconds (Bug#8869).
5575
5576 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5577
5578 * files.el (files-equal-p, file-subdir-of-p): New functions.
5579 (copy-directory): Error when trying to copy a directory on itself.
5580 Add missing copy-contents arg to tramp handler.
5581 * dired-aux.el (dired-copy-file-recursive): Same.
5582 (dired-create-files): Modify destination when source is equal to
5583 dest when copying files.
5584 Return also when dest is a subdir of source. (Bug#10489)
5585
5586 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
5587
5588 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5589 (Bug#10874)
5590
5591 2012-02-23 Alan Mackenzie <acm@muc.de>
5592
5593 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5594 parameter "after-hook:" to allow the expansion to run code after
5595 the execution of the mode hooks.
5596
5597 * font-lock.el (font-lock-initial-fontify): New function extracted
5598 from font-lock-mode-internal.
5599
5600 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5601 :after-hook.
5602
5603 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5606 (completion--cache-all-sorted-completions): New function.
5607 (completion-all-sorted-completions): Use it.
5608 (completion--do-completion, minibuffer-force-complete):
5609 Use it to re-instate the flush hook.
5610
5611 * icomplete.el (icomplete-completions): Replace last fix with a better
5612 one (bug#10850).
5613
5614 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5615
5616 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5617 when it might call us back infinitely (bug#10797).
5618
5619 2012-02-23 Glenn Morris <rgm@gnu.org>
5620
5621 * minibuffer.el (completion-category-overrides): Doc fix.
5622
5623 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5626 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5627
5628 2012-02-23 Glenn Morris <rgm@gnu.org>
5629
5630 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5631 (authors-obsolete-files-regexps, authors-ignored-files)
5632 (authors-ambiguous-files, authors-renamed-files-alist):
5633 Add more entries.
5634
5635 2012-02-23 Juri Linkov <juri@jurta.org>
5636
5637 * isearch.el (isearch-occur): Sync interactive spec with occur's
5638 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5639
5640 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5641
5642 2012-02-22 Juri Linkov <juri@jurta.org>
5643
5644 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5645 (ucs-insert): Doc fix. Check for hex digits in the string.
5646 Don't display `nil' in the error message. (Bug#10857)
5647
5648 2012-02-22 Alan Mackenzie <acm@muc.de>
5649
5650 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5651
5652 2012-02-22 Glenn Morris <rgm@gnu.org>
5653
5654 * ffap.el (ffap-c-path):
5655 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5656
5657 2012-02-22 Chong Yidong <cyd@gnu.org>
5658
5659 * custom.el (load-theme): Doc fix.
5660
5661 2012-02-22 Glenn Morris <rgm@gnu.org>
5662
5663 * dired-x.el (dired-guess-shell-alist-default):
5664 Remove escape sequences from nroff output. (Bug#172)
5665
5666 2012-02-21 Glenn Morris <rgm@gnu.org>
5667
5668 * vc/emerge.el (emerge-defvar-local):
5669 Set `permanent-local' property rather than unused `preserved'.
5670
5671 * textmodes/picture.el (picture-delete-char): New alias.
5672 (picture-mode-map): Use it. (Bug#10860)
5673 (picture-mode): Doc fix.
5674
5675 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
5676
5677 * newcomment.el (uncomment-region-default): Remove unused binding.
5678
5679 2012-02-21 Glenn Morris <rgm@gnu.org>
5680
5681 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5682 (picture-self-insert, picture-tab-chars): Doc fix.
5683 (picture-mode-map): Fix C-a, C-e.
5684
5685 2012-02-20 Glenn Morris <rgm@gnu.org>
5686
5687 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5688
5689 2012-02-20 Leo Liu <sdl.web@gmail.com>
5690
5691 * icomplete.el (icomplete-completions): Check FROM arg before
5692 passing to substring (Bug#10850).
5693
5694 2012-02-19 Chong Yidong <cyd@gnu.org>
5695
5696 * comint.el: Require ansi-color.
5697 (comint-output-filter-functions): Add ansi-color-process-output.
5698
5699 * ansi-color.el: Don't set comint-output-filter-functions; it is
5700 now in the initial value defined in comint.el.
5701 (ansi-color-apply-face-function): New variable.
5702 (ansi-color-apply-on-region): Use it.
5703 (ansi-color-apply-overlay-face): New function.
5704
5705 * shell.el (shell): No need to require ansi-color.
5706 (shell-mode): Use ansi-color-apply-face-function to highlight
5707 color escapes using font-lock-face property (Bug#10835).
5708
5709 2012-02-19 Chong Yidong <cyd@gnu.org>
5710
5711 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5712 mode-line formats (Bug#10839).
5713
5714 2012-02-18 Glenn Morris <rgm@gnu.org>
5715
5716 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5717
5718 * mail/undigest.el (unforward-rmail-message): Doc fix.
5719
5720 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5721
5722 2012-02-18 Eli Zaretskii <eliz@gnu.org>
5723
5724 * international/characters.el (script-list): Sync with the latest
5725 Unicode Character Database.
5726
5727 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5728
5729 * international/titdic-cnv.el: Remove duplicate coding tag.
5730 * language/cham.el: Likewise.
5731 * language/tai-viet.el: Likewise.
5732
5733 2012-02-18 Glenn Morris <rgm@gnu.org>
5734
5735 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5736 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5737 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5738 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5739 * calendar/holidays.el (holiday-bahai-holidays)
5740 (calendar-holidays, list-holidays):
5741 Use utf-8 Bahá'í in doc-strings, menus, etc.
5742
5743 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5744
5745 * saveplace.el (save-place-ignore-files-regexp): New variable
5746 allowing for excluding files from saving their location of point.
5747 The default value matches the temporary commit message editing
5748 files from Git, SVN, Bazaar, and Mercurial.
5749 (save-place-to-alist): Use it.
5750
5751 2012-02-17 Lawrence Mitchell <wence@gmx.li>
5752 Stefan Monnier <monnier@iro.umontreal.ca>
5753
5754 * newcomment.el (uncomment-region-default): Don't leave extra space
5755 when an arg is provided (bug#8150).
5756
5757 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5758
5759 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
5760
5761 2012-02-17 Glenn Morris <rgm@gnu.org>
5762
5763 * net/socks.el: Require network-stream. (Bug#10599)
5764
5765 2012-02-17 Kenichi Handa <handa@m17n.org>
5766
5767 * international/charprop.el:
5768 * international/uni-name.el:
5769 * international/uni-old-name.el:
5770 * international/uni-comment.el: Regenerate.
5771
5772 2012-02-16 Glenn Morris <rgm@gnu.org>
5773
5774 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5775 Interactively in calendar buffer, give an error if not on a date.
5776
5777 2012-02-15 Glenn Morris <rgm@gnu.org>
5778
5779 * shell.el (shell-delimiter-argument-list):
5780 Revert 2011-02-17 change. (Bug#8027)
5781
5782 2012-02-15 Chong Yidong <cyd@gnu.org>
5783
5784 * minibuffer.el (completion-at-point-functions): Doc fix.
5785
5786 * custom.el (defcustom): Doc fix; note use of defvar.
5787
5788 2012-02-15 Glenn Morris <rgm@gnu.org>
5789
5790 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5791 Doc fixes.
5792
5793 2012-02-14 Glenn Morris <rgm@gnu.org>
5794
5795 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5796
5797 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5798
5799 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5800 way the ports list is computed.
5801 (smtpmail-query-smtp-server): Prompt the user for a port number if
5802 we can't connect to any of the standard ports (bug#10810).
5803
5804 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5805
5806 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5807
5808 2012-02-13 Glenn Morris <rgm@gnu.org>
5809
5810 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5811
5812 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5813
5814 * net/gnutls.el (gnutls-trustfiles): New variable.
5815 (gnutls-negotiate): Use it.
5816
5817 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5818
5819 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5820 does its stuff if Gnus is running.
5821
5822 2012-02-13 Alan Mackenzie <acm@muc.de>
5823
5824 Fix a loop in c-set-fl-decl-start.
5825
5826 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
5827 c-backward-syntactic-ws actually moves backwards.
5828
5829 2012-02-13 Leo Liu <sdl.web@gmail.com>
5830
5831 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5832 beginning so that all \C-o chars are removed.
5833
5834 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5835
5836 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
5837
5838 2012-02-12 Alan Mackenzie <acm@muc.de>
5839
5840 Fix infinite loop with long macros.
5841 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
5842
5843 2012-02-12 Chong Yidong <cyd@gnu.org>
5844
5845 * window.el (display-buffer): Doc fix (Bug#10785).
5846
5847 2012-02-12 Glenn Morris <rgm@gnu.org>
5848
5849 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5850 (x-disown-selection-internal, x-get-selection-internal):
5851 Sync docs with the xselect.c versions.
5852
5853 * allout-widgets.el: Add missing license notice.
5854
5855 2012-02-11 Glenn Morris <rgm@gnu.org>
5856
5857 * select.el (x-get-selection-internal, x-own-selection-internal)
5858 (x-disown-selection-internal):
5859 * x-dnd.el (x-get-selection-internal): Update declarations.
5860
5861 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5862
5863 * window.el (window-sides-slots):
5864 * tool-bar.el (tool-bar-position):
5865 * term/xterm.el (xterm-extra-capabilities):
5866 * ses.el (ses-self-reference-early-detection):
5867 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5868 (verilog-auto-wire-type)
5869 (verilog-auto-delete-trailing-whitespace)
5870 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5871 (verilog-auto-tieoff-declaration):
5872 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5873 (sql-oracle-statement-starters, sql-oracle-scan-on):
5874 * progmodes/prolog.el (prolog-align-comments-flag)
5875 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5876 (prolog-left-indent-regexp, prolog-paren-indent-p)
5877 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5878 (prolog-types, prolog-mode-specificators)
5879 (prolog-determinism-specificators, prolog-directives)
5880 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5881 (prolog-electric-dot-flag)
5882 (prolog-electric-dot-full-predicate-template)
5883 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5884 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5885 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5886 (prolog-program-switches, prolog-prompt-regexp)
5887 (prolog-debug-on-string, prolog-debug-off-string)
5888 (prolog-trace-on-string, prolog-trace-off-string)
5889 (prolog-zip-on-string, prolog-zip-off-string)
5890 (prolog-use-standard-consult-compile-method-flag)
5891 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5892 (prolog-imenu-max-lines, prolog-info-predicate-index)
5893 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5894 (prolog-char-quote-workaround):
5895 * progmodes/cc-vars.el (c-defun-tactic):
5896 * net/tramp.el (tramp-encoding-command-interactive)
5897 (tramp-local-end-of-line):
5898 * net/soap-client.el (soap-client):
5899 * net/netrc.el (netrc-file):
5900 * net/gnutls.el (gnutls):
5901 * minibuffer.el (completion-category-overrides)
5902 (completion-cycle-threshold)
5903 (completion-pcm-complete-word-inserts-delimiters):
5904 * man.el (Man-name-local-regexp):
5905 * mail/feedmail.el (feedmail-display-full-frame):
5906 * international/characters.el (glyphless-char-display-control):
5907 * eshell/em-ls.el (eshell-ls-date-format):
5908 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5909 (lisp-lambda-list-keyword-parameter-indentation)
5910 (lisp-lambda-list-keyword-parameter-alignment):
5911 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5912 * dired-x.el (dired-omit-verbose):
5913 * cus-theme.el (custom-theme-allow-multiple-selections):
5914 * calc/calc.el (calc-highlight-selections-with-faces)
5915 (calc-lu-field-reference, calc-lu-power-reference)
5916 (calc-note-threshold):
5917 * battery.el (battery-mode-line-limit):
5918 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5919 (archive-7z-update):
5920 * allout.el (allout-prefixed-keybindings)
5921 (allout-unprefixed-keybindings)
5922 (allout-inhibit-auto-fill-on-headline)
5923 (allout-flattened-numbering-abbreviation):
5924 * allout-widgets.el (allout-widgets-auto-activation)
5925 (allout-widgets-icons-dark-subdir)
5926 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
5927 (allout-widgets-theme-dark-background)
5928 (allout-widgets-theme-light-background)
5929 (allout-widgets-item-image-properties-emacs)
5930 (allout-widgets-item-image-properties-xemacs)
5931 (allout-widgets-run-unit-tests-on-load)
5932 (allout-widgets-time-decoration-activity)
5933 (allout-widgets-hook-error-post-time)
5934 (allout-widgets-track-decoration):
5935 Add missing :version tags to new defcustoms and defgroups.
5936
5937 * progmodes/sql.el (sql-ansi-statement-starters)
5938 (sql-oracle-statement-starters): Add custom type.
5939
5940 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
5941 (prolog-system-version): Give it a type.
5942
5943 2012-02-11 Eli Zaretskii <eliz@gnu.org>
5944
5945 * term/pc-win.el (x-select-text, x-selection-owner-p)
5946 (x-own-selection-internal, x-disown-selection-internal)
5947 (x-get-selection-internal): Sync doc strings and argument lists
5948 with xselect.c, common-win.el and x-win.el. (Bug#10783)
5949
5950 2012-02-11 Leo Liu <sdl.web@gmail.com>
5951
5952 * progmodes/python.el (python-end-of-statement): Fix infinite
5953 loop. (Bug#10788)
5954
5955 2012-02-10 Glenn Morris <rgm@gnu.org>
5956
5957 * international/mule-cmds.el (unify-8859-on-encoding-mode)
5958 (unify-8859-on-decoding-mode): Properly mark as obsolete.
5959
5960 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5961
5962 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
5963 about SMTP before checking the From header.
5964
5965 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
5966 into own function for reuse by emacsbug.el.
5967
5968 2012-02-10 Leo Liu <sdl.web@gmail.com>
5969
5970 * subr.el (condition-case-unless-debug): Rename from
5971 condition-case-no-debug. All callers changed.
5972 (with-demoted-errors): Fix caller.
5973
5974 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
5975 * nxml/rng-valid.el (rng-do-some-validation):
5976 * emacs-lisp/package.el (package-refresh-contents)
5977 (package-menu-execute):
5978 * desktop.el (desktop-create-buffer):
5979 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
5980
5981 2012-02-10 Glenn Morris <rgm@gnu.org>
5982
5983 * textmodes/bibtex.el:
5984 Add missing :version tags for new/changed defcustoms.
5985
5986 * files.el (remote-file-name-inhibit-cache): Doc fixes.
5987
5988 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
5989
5990 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
5991 (smtpmail-via-smtp): Use it, or fall back on the From address.
5992 (smtpmail-send-it): Ditto.
5993
5994 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5995
5996 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5997 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
5998 (byte-compile-tmp-var): New const.
5999 (byte-compile-defvar): Use it to minimize .elc size.
6000 Just use `defvar' rather than simulate it (bug#10761).
6001
6002 2012-02-09 Glenn Morris <rgm@gnu.org>
6003
6004 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6005
6006 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6007 Add :version tags.
6008
6009 * progmodes/compile.el (compilation-error-screen-columns)
6010 (compilation-first-column, compilation-filter-start): Doc fixes.
6011
6012 * vc/log-view.el (log-view-toggle-entry-display):
6013 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6014
6015 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6016 (report-emacs-bug-can-use-xdg-email):
6017 (report-emacs-bug-insert-to-mailer): Doc fixes.
6018 (report-emacs-bug): Message fix.
6019
6020 * net/browse-url.el (browse-url-can-use-xdg-open)
6021 (browse-url-xdg-open): Doc fixes.
6022
6023 * electric.el (electric-indent-mode, electric-pair-mode)
6024 (electric-layout-rules, electric-layout-mode): Doc fixes.
6025 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6026
6027 2012-02-08 Martin Rudalics <rudalics@gmx.at>
6028
6029 * server.el (server-unselect-display): Don't inadvertently kill
6030 the current buffer. (Bug#10729)
6031
6032 2012-02-08 Glenn Morris <rgm@gnu.org>
6033
6034 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6035 (sql-list-table): Doc fixes.
6036
6037 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6038 Comment out (does nothing).
6039
6040 * completion.el (dynamic-completion-mode):
6041 * dirtrack.el (dirtrack-debug-mode):
6042 * electric.el (electric-layout-mode):
6043 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6044 * face-remap.el (text-scale-mode, buffer-face-mode):
6045 * iimage.el (iimage-mode):
6046 * image-mode.el (image-transform-mode):
6047 * minibuffer.el (completion-in-region-mode):
6048 * scroll-lock.el (scroll-lock-mode):
6049 * simple.el (next-error-follow-minor-mode):
6050 * tar-mode.el (tar-subfile-mode):
6051 * tooltip.el (tooltip-mode):
6052 * vcursor.el (vcursor-use-vcursor-map):
6053 * wid-browse.el (widget-minor-mode):
6054 * emulation/tpu-edt.el (tpu-edt-mode):
6055 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6056 * international/iso-ascii.el (iso-ascii-mode):
6057 * language/thai-util.el (thai-word-mode):
6058 * mail/supercite.el (sc-minor-mode):
6059 * net/goto-addr.el (goto-address-mode):
6060 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6061 * progmodes/cwarn.el (cwarn-mode):
6062 * progmodes/flymake.el (flymake-mode):
6063 * progmodes/glasses.el (glasses-mode):
6064 * progmodes/hideshow.el (hs-minor-mode):
6065 * progmodes/pascal.el (pascal-outline-mode):
6066 * textmodes/enriched.el (enriched-mode):
6067 * vc/smerge-mode.el (smerge-mode):
6068 Doc fixes (minor mode argument).
6069
6070 2012-02-07 Eli Zaretskii <eliz@gnu.org>
6071
6072 * ls-lisp.el (ls-lisp-sanitize): New function.
6073 (ls-lisp-insert-directory): Use it to fix or remove any elements
6074 in file-alist with missing attributes. (Bug#4673)
6075
6076 2012-02-07 Alan Mackenzie <acm@muc.de>
6077
6078 Fix spurious recognition of c-in-knr-argdecl.
6079
6080 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6081 putative K&R region.
6082
6083 2012-02-07 Alan Mackenzie <acm@muc.de>
6084
6085 * progmodes/cc-engine.el (c-forward-objc-directive):
6086 Prevent looping in "#pragma mark @implementation".
6087
6088 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
6089
6090 * notifications.el (notifications-on-closed-signal): Make `reason'
6091 optional. (Bug#10744)
6092
6093 2012-02-07 Glenn Morris <rgm@gnu.org>
6094
6095 * emacs-lisp/easy-mmode.el (define-minor-mode):
6096 Doc fixes for the macro and the mode it defines.
6097
6098 * image.el (imagemagick-types-inhibit): Doc fix.
6099
6100 * cus-start.el (imagemagick-render-type): Add it.
6101
6102 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6103
6104 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6105 Set the default at load time, too, so that `font-lock-fontify-buffer'
6106 can be called without setting up the entire mode first. This fixes
6107 a bug in `mm-inline-text' with C MIME parts.
6108
6109 2012-02-06 Chong Yidong <cyd@gnu.org>
6110
6111 * simple.el (list-processes--refresh): Delete exited processes
6112 (Bug#8094).
6113
6114 * comint.el (comint-next-prompt): next-single-char-property-change
6115 and prev-single-char-property-change never return nil (Bug#8657).
6116
6117 * custom.el (defcustom): Doc fix (Bug#9711).
6118
6119 2012-02-05 Chong Yidong <cyd@gnu.org>
6120
6121 * cus-edit.el (custom-variable-reset-backup): Quote the value
6122 before storing it in the customized-value property (Bug#6712).
6123 (custom-display): Add a customization type tag.
6124 (custom-buffer-create-internal): Improve tooltip message.
6125
6126 * wid-edit.el (widget-field-value-get): New optional arg to
6127 suppress trailing whitespace truncation.
6128 (character): Use it (Bug#2689).
6129
6130 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6131
6132 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6133 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6134
6135 2012-02-05 Chong Yidong <cyd@gnu.org>
6136
6137 * cus-edit.el (custom-variable-value-create): For mismatched
6138 types, show the current value (Bug#7600).
6139
6140 * custom.el (defcustom): Doc fix.
6141
6142 2012-02-05 Glenn Morris <rgm@gnu.org>
6143
6144 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6145
6146 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
6147
6148 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6149 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6150 (pp-last-sexp): Use `looking-at-p'.
6151
6152 2012-02-04 Glenn Morris <rgm@gnu.org>
6153
6154 * files.el (revert-buffer):
6155 Doc fix (mention revert-buffer-in-progress-p).
6156
6157 * emacs-lisp/ert-x.el (ert-simulate-command):
6158 Check deferred-action-list (which is obsolete) is bound.
6159
6160 * subr.el (with-wrapper-hook): Doc fixes.
6161
6162 * simple.el (filter-buffer-substring-functions)
6163 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6164
6165 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6166
6167 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6168 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6169
6170 2012-02-04 Leo Liu <sdl.web@gmail.com>
6171
6172 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6173
6174 2012-02-04 Glenn Morris <rgm@gnu.org>
6175
6176 * image.el (image-extension-data): Add obsolete alias.
6177
6178 * isearch.el (isearch-update): Doc fix.
6179
6180 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6181
6182 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6183
6184 2012-02-03 Glenn Morris <rgm@gnu.org>
6185
6186 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6187 (image-animate-timeout): Doc fix.
6188
6189 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6190
6191 2012-02-02 Glenn Morris <rgm@gnu.org>
6192
6193 * server.el (server-auth-dir): Doc fix.
6194 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6195
6196 * subr.el (run-mode-hooks): Doc fix.
6197
6198 2012-02-02 Juri Linkov <juri@jurta.org>
6199
6200 * image-mode.el (image-toggle-display-image): Remove tautological
6201 `major-mode' from the `derived-mode-p' test.
6202
6203 2012-02-02 Kenichi Handa <handa@m17n.org>
6204
6205 * composite.el (compose-region): Cancel previous change.
6206
6207 2012-02-02 Kenichi Handa <handa@m17n.org>
6208
6209 * composite.el (compose-region, compose-string): Signal error for
6210 a null string component (Bug#6988).
6211
6212 2012-02-01 Chong Yidong <cyd@gnu.org>
6213
6214 * view.el (view-buffer-other-window, view-buffer-other-frame):
6215 Handle special modes like view-buffer (Bug#10650).
6216 (view-buffer): Simplify.
6217
6218 * frame.el (set-frame-font): Tweak meaning of third argument.
6219
6220 * dynamic-setting.el (font-setting-change-default-font):
6221 Use set-frame-font (Bug#9982).
6222
6223 2012-02-01 Glenn Morris <rgm@gnu.org>
6224
6225 * progmodes/compile.el (compilation-internal-error-properties):
6226 Respect compilation-first-column in the "*compilation*" buffer.
6227
6228 * emacs-lisp/easy-mmode.el (define-minor-mode):
6229 Relax :variable's test for a named function.
6230
6231 2012-01-31 Alan Mackenzie <acm@muc.de>
6232
6233 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6234 off by one error.
6235
6236 2012-01-31 Chong Yidong <cyd@gnu.org>
6237
6238 * frame.el (set-frame-font): New arg ALL-FRAMES.
6239
6240 * menu-bar.el (menu-set-font): Use set-frame-font.
6241
6242 * faces.el (face-spec-reset-face): Don't apply unspecified
6243 attribute values to the default face.
6244
6245 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
6246
6247 * progmodes/cwarn.el (cwarn): Remove dead link.
6248 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6249 Remove * from defcustom docstrings.
6250 (turn-on-cwarn-mode): Make obsolete.
6251 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6252 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6253
6254 2012-01-31 Glenn Morris <rgm@gnu.org>
6255
6256 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6257 Fix :variable handling of mode a symbol not equal to modefun.
6258 Allow named functions to be used as the cdr of :variable.
6259
6260 2012-01-30 Glenn Morris <rgm@gnu.org>
6261
6262 * emacs-lisp/authors.el (authors-fixed-entries):
6263 Remove reference to deleted file rnewspost.el.
6264
6265 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
6266
6267 * window.el (window-with-parameter): Remove unused variable `windows'.
6268 (window--side-check): Remove unused variable `code'.
6269 (window--resize-siblings): Remove unused variable `first'.
6270 (adjust-window-trailing-edge): Remove unused variable `failed'.
6271 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6272 Use `let', not `let*'.
6273 (balance-windows-2): Remove unused variable `found'.
6274 (window--state-put-2): Remove unused variable `splits'.
6275 (window-state-put): Remove unused variable `selected'.
6276 (same-window-p): Use `string-match-p'.
6277 (display-buffer-assq-regexp): Remove unused variable `value'.
6278 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6279 Mark argument ALIST as ignored.
6280 (pop-to-buffer): Remove unused variable `old-window'.
6281
6282 2012-01-29 Eli Zaretskii <eliz@gnu.org>
6283
6284 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6285 and .lzma compressed files.
6286
6287 2012-01-29 Chong Yidong <cyd@gnu.org>
6288
6289 * frame.el (window-system-default-frame-alist): Doc fix.
6290
6291 * dynamic-setting.el (font-setting-change-default-font): Don't
6292 change the default face if SET-FONT argument is non-nil (Bug#9982).
6293
6294 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6295
6296 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6297
6298 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6299
6300 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6301 breakpoints in files outside current directory (Bug#6098).
6302
6303 2012-01-29 Chong Yidong <cyd@gnu.org>
6304
6305 * progmodes/python.el: Require ansi-color at top-level.
6306
6307 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6308 Define and use in Emacs Lisp mode (Bug#9360).
6309 (lisp-mode-abbrev-table): Add doc.
6310 (lisp-mode-variables): Don't set local-abbrev-table.
6311 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6312
6313 2012-01-28 Roland Winkler <winkler@gnu.org>
6314
6315 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6316
6317 2012-01-28 Roland Winkler <winkler@gnu.org>
6318
6319 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6320 (bibtex-set-dialect): Use it. Either set global values of
6321 dialect-dependent variables or bind these variables buffer-locally
6322 (Bug#10254).
6323 (bibtex-mode): Call bibtex-set-dialect via
6324 hack-local-variables-hook.
6325 (bibtex-dialect): Update docstring.
6326 Add safe-local-variable predicate.
6327 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6328 bibtex-set-dialect.
6329 (bibtex-mode-map): Define menu for each dialect.
6330 (bibtex-entry): Fix docstring.
6331
6332 2012-01-28 Chong Yidong <cyd@gnu.org>
6333
6334 * eshell/esh-arg.el (eshell-quote-argument): New function.
6335
6336 * eshell/esh-ext.el (eshell-invoke-batch-file):
6337 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6338 first arg to eshell-parse-command (Bug#10523).
6339
6340 2012-01-28 Drew Adams <drew.adams@oracle.com>
6341
6342 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6343 `default-directory' is non-nil.
6344
6345 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6346
6347 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6348 line that displays system-configuration-options. (Bug#9924)
6349
6350 2012-01-28 Drew Adams <drew.adams@oracle.com>
6351
6352 * descr-text.el (describe-char): Show information about POS, in
6353 addition to information about the character at POS. Improve and
6354 update the doc string. Change "code point" to "code point in
6355 charset", to avoid confusion with the character's Unicode code
6356 point shown above that. (Bug#10129)
6357
6358 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6359
6360 * descr-text.el (describe-char): Show the raw character, not only
6361 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6362 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6363 for the reasons.
6364
6365 2012-01-28 Phil Hagelberg <phil@hagelb.org>
6366
6367 * emacs-lisp/package.el (package-install):
6368 Run package-refresh-contents if there is no archive yet (Bug#9798).
6369
6370 2012-01-28 Chong Yidong <cyd@gnu.org>
6371
6372 * emacs-lisp/package.el (package-maybe-load-descriptor):
6373 New function, split from package-maybe-load-descriptor.
6374 (package-maybe-load-descriptor): Use it.
6375 (package-download-transaction): Fully load required packages
6376 inside the loop, so that `require' calls work (Bug#10593).
6377 (package-install): No need to call package-initialize now.
6378
6379 2012-01-28 Chong Yidong <cyd@gnu.org>
6380
6381 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6382
6383 * tooltip.el (tooltip-mode): Doc fix.
6384 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6385
6386 * frame.el (set-cursor-color): Doc fix (Bug#352).
6387
6388 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6389 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6390
6391 * cus-edit.el (custom-buffer-create-internal): Fix search button
6392 action (Bug#10542).
6393 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6394
6395 2012-01-27 Eduard Wiebe <usenet@pusto.de>
6396
6397 * dired.el (dired-mark-files-regexp):
6398 Include any subdirectory components. (Bug#10445)
6399
6400 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6401
6402 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6403 Handle [host]:port syntax. (Bug#10533)
6404
6405 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
6406
6407 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6408
6409 2012-01-26 Glenn Morris <rgm@gnu.org>
6410
6411 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6412 * term.el (term-raw-escape-map): Use Control-X-prefix.
6413 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6414
6415 2012-01-25 Martin Rudalics <rudalics@gmx.at>
6416
6417 * window.el (window-state-get, window--state-get-1): Don't deal
6418 with fixed-sizeness of windows. Simplify code.
6419
6420 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6421
6422 * window.el (window--state-get-1, window--state-put-2):
6423 Don't save and restore the mark.
6424
6425 2012-01-25 Chong Yidong <cyd@gnu.org>
6426
6427 * custom.el (custom-variable-p): Doc fix.
6428
6429 2012-01-25 Glenn Morris <rgm@gnu.org>
6430
6431 * dired.el (dired-goto-file): Handle some of the more common
6432 characters that `ls -b' escapes. (Bug#10596)
6433
6434 * progmodes/compile.el (compilation-next-error-function):
6435 Respect compilation-first-column in the "*compilation*" buffer.
6436 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6437
6438 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6439
6440 2012-01-24 Glenn Morris <rgm@gnu.org>
6441
6442 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6443
6444 2012-01-24 Julien Danjou <julien@danjou.info>
6445
6446 * color.el (color-rgb-to-hsl): Fix value computing.
6447 (color-hue-to-rgb): New function.
6448 (color-hsl-to-rgb): New function.
6449 (color-clamp, color-saturate-hsl, color-saturate-name)
6450 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6451 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6452
6453 2012-01-24 Glenn Morris <rgm@gnu.org>
6454
6455 * vc/vc-rcs.el (vc-rcs-create-tag):
6456 * vc/vc-sccs.el (vc-sccs-create-tag):
6457 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6458
6459 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6460
6461 * eshell/esh-util.el (eshell-read-hosts-file):
6462 Skip comment lines. (Bug#10549)
6463
6464 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6465
6466 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
6467
6468 * subr.el (display-delayed-warnings): Doc fix.
6469 (collapse-delayed-warnings): New function to collapse identical
6470 adjacent warnings.
6471 (delayed-warnings-hook): Add it.
6472
6473 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
6474
6475 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6476
6477 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6478 (tramp-default-user-alist): Don't add "pscp".
6479 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6480 property "login-as", if set. (Bug#10530)
6481
6482 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
6483
6484 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6485 "plink1" and "psftp". (Bug#10530)
6486
6487 2012-01-21 Kenichi Handa <handa@m17n.org>
6488
6489 * international/mule-cmds.el (prefer-coding-system): Show a
6490 warning message if the default value of file-name-coding-system
6491 was not changed.
6492
6493 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6494
6495 * windmove.el (windmove-reference-loc):
6496 Fix windmove-reference-loc miscalculation.
6497
6498 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6499
6500 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6501 default unit.
6502
6503 2012-01-21 Glenn Morris <rgm@gnu.org>
6504
6505 * international/mule.el (auto-coding-alist): Add .tbz.
6506
6507 * files.el (local-enable-local-variables): Doc fix.
6508 (inhibit-local-variables-regexps): Rename from
6509 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6510 Doc fix. Add some extensions from auto-coding-alist.
6511 (inhibit-local-variables-suffixes):
6512 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6513 (inhibit-local-variables-p):
6514 New function, extracted from set-auto-mode-1.
6515 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6516 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6517 (hack-local-variables): Doc fix. Make the mode-only case
6518 respect enable-local-variables and friends.
6519 Respect inhibit-local-variables-regexps for file-locals, but
6520 not for directory-locals.
6521 (set-visited-file-name):
6522 Take account of inhibit-local-variables-regexps.
6523 Whether it applies may change as the file name is changed.
6524 * jka-cmpr-hook.el (jka-compr-install):
6525 * jka-compr.el (jka-compr-uninstall):
6526 Update for inhibit-first-line-modes-suffixes name change.
6527
6528 2012-01-20 Martin Rudalics <rudalics@gmx.at>
6529
6530 * help-macro.el (make-help-screen): Temporarily restore original
6531 binding for minor-mode-map-alist (Bug#10454).
6532
6533 2012-01-19 Julien Danjou <julien@danjou.info>
6534
6535 * color.el (color-name-to-rgb): Use the white color to find the max
6536 color component value and return correctly computed values.
6537 (color-name-to-rgb): Add missing float conversion for max value.
6538
6539 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6540
6541 * window.el (window--state-get-1, window-state-get): Do not use
6542 special state value for window-persistent-parameters.
6543 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
6544 (window--state-put-2): Reset all window parameters to nil before
6545 assigning values of persistent parameters.
6546
6547 2012-01-18 Alan Mackenzie <acm@muc.de>
6548
6549 Eliminate sluggishness and hangs in fontification of "semicolon
6550 deserts".
6551
6552 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6553 Change value 10000 -> 3000.
6554 (c-state-safe-place): Reformulate so it doesn't stack up an
6555 infinite number of wrong entries in c-state-nonlit-pos-cache.
6556 (c-determine-limit-get-base, c-determine-limit): New functions to
6557 determine backward search limits disregarding literals.
6558 (c-find-decl-spots): Amend commenting.
6559 (c-cheap-inside-bracelist-p): New function which detects "={".
6560
6561 * progmodes/cc-fonts.el
6562 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6563 backward search.
6564 (c-font-lock-declarations): Fix an occurrence of point being
6565 undefined. Check additionally for point being in a bracelist or
6566 near a macro invocation without a semicolon so as to avoid a
6567 fruitless time consuming search for a declarator. Give a more
6568 precise search limit for declarators using the new
6569 c-determine-limit.
6570
6571 2012-01-18 Glenn Morris <rgm@gnu.org>
6572
6573 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6574 (set-auto-mode): Doc fixes.
6575
6576 2012-01-17 Glenn Morris <rgm@gnu.org>
6577
6578 * isearch.el (search-nonincremental-instead): Fix doc typo.
6579
6580 * dired.el (dired-insert-directory): Handle newlines in directory name.
6581 (dired-build-subdir-alist): Unescape newlines in directory name.
6582
6583 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
6584
6585 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6586 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6587 (tramp-action-terminal): Use it. (Bug#10530)
6588
6589 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6592
6593 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6594
6595 * window.el (window-state-ignored-parameters): Remove variable.
6596 (window--state-get-1): Rename argument MARKERS to IGNORE.
6597 Handle persistent window parameters. Make copy of clone-of
6598 parameter only if requested. (Bug#10348)
6599 (window--state-put-2): Install a window parameter only if it has
6600 a non-nil value or an existing parameter shall be overwritten.
6601
6602 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
6603
6604 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6605
6606 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6607
6608 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6609 don't pass the (nil) value of `upnode' to string-match.
6610
6611 2012-01-14 Chong Yidong <cyd@gnu.org>
6612
6613 * startup.el (command-line): Fix X resource class for cursorColor.
6614 Fix values recognized by the cursorBlink resource.
6615
6616 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6617
6618 * epg.el (epg--make-temp-file): Avoid permission race condition
6619 when running on old Emacs versions (bug#10403).
6620
6621 2012-01-14 Glenn Morris <rgm@gnu.org>
6622
6623 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6624
6625 2012-01-13 Alan Mackenzie <acm@muc.de>
6626
6627 Fix filling for when filladapt mode is enabled.
6628
6629 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6630 c-mask-paragraph, pass in `fill-paragraph' rather than
6631 `fill-region-as-paragraph'. (This is a reversion of a previous
6632 change.)
6633 * progmodes/cc-mode.el (c-basic-common-init):
6634 Make fill-paragraph-handle-comment buffer local and set it to nil.
6635
6636 2012-01-13 Glenn Morris <rgm@gnu.org>
6637
6638 * dired.el (dired-switches-escape-p): New function.
6639 (dired-insert-directory): Use dired-switches-escape-p.
6640 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6641
6642 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6643
6644 2012-01-12 Glenn Morris <rgm@gnu.org>
6645
6646 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6647 changes in adaptive-fill-regexp. (Bug#10276)
6648
6649 2012-01-11 Alan Mackenzie <acm@muc.de>
6650
6651 Fix Emacs bug #10463 - put `widen's around the critical spots.
6652
6653 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6654 widen around each invocation of c-state-pp-to-literal. Remove an
6655 unused let variable.
6656
6657 2012-01-11 Glenn Morris <rgm@gnu.org>
6658
6659 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
6660 Doc fix.
6661
6662 2012-01-10 Chong Yidong <cyd@gnu.org>
6663
6664 * net/network-stream.el (network-stream-open-starttls):
6665 Avoid emitting a confusing error message when the server gives a bad
6666 response to the capability command.
6667
6668 2012-01-10 Glenn Morris <rgm@gnu.org>
6669
6670 * mail/unrmail.el (unrmail): Tweak previous change.
6671
6672 2012-01-09 Chong Yidong <cyd@gnu.org>
6673
6674 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6675
6676 2012-01-08 Alan Mackenzie <acm@muc.de>
6677
6678 Optimise font locking in long enum definitions.
6679
6680 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6681 arm to a cond form to handle enums.
6682 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6683 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6684
6685 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6686
6687 * files.el (move-file-to-trash): Preserve default file modes on error.
6688 (Bug#10401)
6689
6690 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6691
6692 * faces.el (set-face-attribute): Clarify the meaning of the nil
6693 frame (bug#10294).
6694
6695 * subr.el (with-selected-frame): Mention that the selected frame
6696 is restored (bug#9980).
6697
6698 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6699 (bug#9759).
6700
6701 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6702 (password-read): Don't autoload unused function.
6703
6704 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
6705
6706 * progmodes/which-func.el (which-func-mode): Turn into a
6707 non-interactive function and mark as obsolete (bug#10428).
6708
6709 2012-01-06 Chong Yidong <cyd@gnu.org>
6710
6711 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6712 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6713 functions, along with 1 and -1.
6714
6715 2012-01-06 Eli Zaretskii <eliz@gnu.org>
6716
6717 * time.el (display-time-load-average)
6718 (display-time-default-load-average): Doc fixes. See the thread
6719 starting at
6720 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6721 for the details.
6722
6723 2012-01-06 Glenn Morris <rgm@gnu.org>
6724
6725 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6726 has no messages. (Bug#10377)
6727
6728 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6729 than Info-edit. (Bug#10385)
6730
6731 * time.el (display-time-load-average, display-time-next-load-average):
6732 Doc fixes.
6733
6734 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6735 local setting of buffer-read-only to the input buffer. (Bug#10419)
6736
6737 * calendar/calendar.el (calendar-mode):
6738 Locally set scroll-margin to 0. (Bug#10379)
6739
6740 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
6741
6742 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6743
6744 2012-01-05 Glenn Morris <rgm@gnu.org>
6745
6746 * eshell/em-unix.el (diff-no-select): Autoload it.
6747 (eshell/diff): Use diff-no-select. (Bug#10420)
6748
6749 2012-01-05 Chong Yidong <cyd@gnu.org>
6750
6751 * shell.el (shell-dynamic-complete-functions): Revert last change.
6752 (shell-command-completion-function): New function.
6753 (shell-completion-vars): Use it to implement
6754 shell-completion-execonly (Bug#10417).
6755
6756 * custom.el (enable-theme): Don't set custom-safe-themes.
6757
6758 * cus-theme.el (custom-theme-merge-theme):
6759 Ignore custom-enabled-themes and custom-safe-themes.
6760
6761 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6762
6763 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6764 first prompt in `sql-interacive-mode'.
6765 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
6766 keywords.
6767 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
6768 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6769 context of original buffer. Invoke `sql-login-hook'.
6770
6771 2012-01-04 Eli Zaretskii <eliz@gnu.org>
6772
6773 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6774 letters in cite-prefix.
6775
6776 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6777
6778 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6779
6780 2012-01-03 Chong Yidong <cyd@gnu.org>
6781
6782 * shell.el (shell-dynamic-complete-functions):
6783 Put pcomplete-completions-at-point, so as to try
6784 comint-filename-completion first (Bug#10417).
6785
6786 2012-01-02 Richard Stallman <rms@gnu.org>
6787
6788 * battery.el (battery-status-function):
6789 Detect when to use battery-yeeloong-sysfs.
6790 (battery-echo-area-format): Add string for Yeeloong.
6791 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6792 (battery-yeeloong-sysfs): New function.
6793
6794 2012-01-02 Chong Yidong <cyd@gnu.org>
6795
6796 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6797 (dirtrack): Merge code for handling relative filenames in prompt
6798 from shell-dir-cookie-watcher.
6799 (dirtrack-debug-message): New arg to avoid excess format calls.
6800
6801 * shell.el (shell-dir-cookie-re): Variable deleted.
6802 (shell-dir-cookie-watcher): Function deleted.
6803 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6804 with dirtrack-mode.
6805
6806 2012-01-01 Eli Zaretskii <eliz@gnu.org>
6807
6808 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6809 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
6810 libgnutls-26.dll.
6811
6812 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6813
6814 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6815
6816 2011-12-31 Eli Zaretskii <eliz@gnu.org>
6817
6818 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6819 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6820
6821 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
6822
6823 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6824 also for alternative shells.
6825 (tramp-open-connection-setup-interactive-shell): Check, whether
6826 the shell is a busybox.
6827 (tramp-send-command): Don't suppress multiple prompts for
6828 busyboxes, it hurts.
6829
6830 2011-12-28 Chong Yidong <cyd@gnu.org>
6831
6832 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6833 (gdb-get-source-file): Move mode line update to
6834 gdb-get-source-file (Bug#10087).
6835
6836 2011-12-25 Chong Yidong <cyd@gnu.org>
6837
6838 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6839 gud-gdb-marker-filter without taking it as an argument.
6840 (gud-gdb-run-command-fetch-lines): Caller changed.
6841 (gud-gdb-completion-function): New variable.
6842 (gud-gdb-completion-at-point): Use it.
6843 (gud-gdb-completions-1): Split from gud-gdb-completions.
6844
6845 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6846 function as separate arguments.
6847 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6848 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6849 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6850 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6851 (gdb-stopped, def-gdb-auto-update-trigger)
6852 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
6853 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6854 Callers changed.
6855 (gud-gdbmi-completions): New function.
6856 (gdb): Use it for generating the completion table.
6857
6858 2011-12-24 Alan Mackenzie <acm@muc.de>
6859
6860 Introduce a mechanism to widen the region used in context font
6861 locking. Use this to protect declarations from losing their contexts.
6862
6863 * progmodes/cc-langs.el (c-before-font-lock-functions):
6864 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
6865 (c-before-context-fontification-functions): New defvar, a list of
6866 functions to be run just before context (etc.) font locking.
6867
6868 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
6869 New, functionality extracted from
6870 c-neutralize-syntax-in-and-mark-CPP.
6871 (c-in-after-change-fontification): New variable.
6872 (c-after-change): Set c-in-after-change-fontification.
6873 (c-set-fl-decl-start): Rejig its interface, so it can be called
6874 from both after-change and context fontifying.
6875 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6876 New functions.
6877 (c-standard-font-lock-fontify-region-function): New variable.
6878 (c-font-lock-fontify-region): New function.
6879
6880 2011-12-24 Juri Linkov <juri@jurta.org>
6881
6882 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6883 (Bug#10348)
6884
6885 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
6886
6887 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6888 existence of source file. (Bug#10325)
6889
6890 2011-12-23 Alan Mackenzie <acm@muc.de>
6891
6892 Fix unstable fontification inside templates.
6893
6894 * progmodes/cc-langs.el (c-before-font-lock-functions):
6895 Newly created from the singular version. The (c c++ objc) entry now
6896 additionally has c-set-fl-decl-start. The other languages (apart
6897 from AWK) have that as a single entry.
6898
6899 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6900 The functionality for "local" declarations has been extracted to
6901 c-set-fl-decl-start.
6902
6903 * progmodes/cc-mode.el (c-common-init, c-after-change):
6904 Changes due to pluralisation of c-before-font-lock-functions.
6905 (c-set-fl-decl-start): New function, extracted from
6906 c-font-lock-enclosing-decls and enhanced.
6907
6908 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
6909
6910 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6911
6912 2011-12-22 Juri Linkov <juri@jurta.org>
6913
6914 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6915
6916 2011-12-22 Chong Yidong <cyd@gnu.org>
6917
6918 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6919
6920 2011-12-21 Drew Adams <drew.adams@oracle.com>
6921
6922 * files.el (file-remote-p): Fix docstring. (Bug#10319)
6923
6924 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6925
6926 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
6927
6928 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
6929
6930 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
6931 highlighting and support. Fix up comments for capitalization.
6932 (cfengine-mode-debug): New var.
6933 (cfengine3-mode): Change the modeline indicator to "CFE3".
6934 (cfengine3-font-lock-keywords): Improve defun highlighting.
6935 (cfengine2-actions): Rename from `cfengine-actions'.
6936 (cfengine2-font-lock-keywords): Rename from
6937 `cfengine-font-lock-keywords'.
6938 (cfengine2-imenu-expression): Rename from
6939 `cfengine-imenu-expression'.
6940 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
6941 (cfengine2-beginning-of-defun): Rename from
6942 `cfengine-beginning-of-defun'.
6943 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
6944 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
6945 (cfengine2-mode): Rename from `cfengine-mode'. Change the
6946 modeline indicator to "CFE2".
6947 (cfengine-mode): Defalias to `cfengine-auto-mode'.
6948 (cfengine-mode-abbrevs): Mark obsolete.
6949
6950 2011-12-21 Chong Yidong <cyd@gnu.org>
6951
6952 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
6953 filename argument.
6954
6955 2011-12-20 Martin Rudalics <rudalics@gmx.at>
6956
6957 * window.el (window-normalize-buffer-to-display): Remove.
6958 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
6959
6960 2011-12-19 Chong Yidong <cyd@gnu.org>
6961
6962 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
6963 Don't signal an error in a predicate function; return non-nil.
6964 (vc-dir-mark-file): Move the error here.
6965 (vc-dir-mark-unmark): If acting on the region, keep going if one
6966 of the entries cannot be marked/unmarked.
6967 (vc-dir-mark-all-files): If current entry is a directory, mark
6968 only child files, as documented.
6969
6970 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
6971
6972 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
6973 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
6974 addition.
6975
6976 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
6977
6978 * term/ns-win.el (ns-get-selection-internal)
6979 (ns-store-selection-internal): Declare.
6980 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
6981 Declare as obsolete.
6982 (ns-get-pasteboard, ns-paste-secondary):
6983 Use ns-get-selection-internal.
6984 (ns-set-pasteboard, ns-copy-including-secondary):
6985 Use ns-store-selection-internal.
6986
6987 2011-12-17 Chong Yidong <cyd@gnu.org>
6988
6989 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
6990 (vc-deduce-fileset): Doc fix.
6991
6992 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
6993
6994 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
6995
6996 2011-12-13 Sam Steingold <sds@gnu.org>
6997
6998 * man.el (Man-getpage-in-background): When running under a
6999 window-system, ignore $MANWIDTH and $COLUMNS.
7000
7001 2011-12-15 Kenichi Handa <handa@m17n.org>
7002
7003 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7004 (setup-ethiopic-environment-internal): Comment out key-binding for
7005 ethio-toggle-punctuation.
7006
7007 2011-12-13 Alan Mackenzie <acm@muc.de>
7008
7009 Add the switch statement to AWK Mode.
7010
7011 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7012 "default" to the keywords regexp.
7013
7014 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7015 expression as the rest.
7016 (c-nonlabel-token-key): Allow string literals for AWK.
7017 Refactor for the other modes.
7018
7019 Large brace-block initialisation makes CC Mode slow: Fix.
7020 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7021 routines. Limit backward searching in c-font-lock-enclosing.decl.
7022
7023 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7024 pp-state and literal type in addition to the limits.
7025 (c-state-safe-place): New defun, extracted from c-state-literal-at.
7026 (c-state-literal-at): Use the above new defun.
7027 (c-slow-in-literal, c-fast-in-literal): Remove.
7028 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7029
7030 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7031 being in a literal. Add a limit for backward searching.
7032
7033 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7034 c-slow-in-literal.
7035
7036 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7037
7038 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7039
7040 2011-12-13 Martin Rudalics <rudalics@gmx.at>
7041
7042 * window.el (delete-other-windows): Use correct frame in call to
7043 window-with-parameter.
7044
7045 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7046
7047 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7048 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7049 (makefile-gmake-statements, makefile-makepp-statements):
7050 Use it and add new makepp keywords.
7051 (makefile-makepp-font-lock-keywords): Add new patterns.
7052 (makefile-match-function-end): Match new [...] and [[...]].
7053
7054 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
7055
7056 * ses.el (ses-call-printer-return, ses-cell-property-get)
7057 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7058 (ses-create-cell-variable, ses-reset-header-string)
7059 (ses-cell-set-formula, ses-repair-cell-reference-all)
7060 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7061 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7062 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7063 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7064 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7065 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7066 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7067 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7068 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7069 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7070 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7071 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7072
7073 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7074
7075 * ses.el: The overall change is to add cell renaming, that is
7076 setting fancy names for cell symbols other than name matching
7077 "\\`[A-Z]+[0-9]+\\'" regexp .
7078 (ses-create-cell-variable): New defun.
7079 (ses-relocate-formula): Relocate formulas only for cells the
7080 symbols of which are not renamed, i.e. symbols whose names do not
7081 match regexp "\\`[A-Z]+[0-9]+\\'".
7082 (ses-relocate-all): Relocate values only for cells the symbols of
7083 which are not renamed.
7084 (ses-load): Create cells variables as the (ses-cell ...) are read,
7085 in order to check row col consistency with cell symbol name only
7086 for cells that are not renamed.
7087 (ses-replace-name-in-formula): New defun.
7088 (ses-rename-cell): New defun.
7089
7090 2011-12-11 Chong Yidong <cyd@gnu.org>
7091
7092 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7093 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7094
7095 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7096
7097 * window.el (other-window): Fix docstring.
7098
7099 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7100
7101 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7102 `from' or `to' address before taking its substring.
7103 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7104 encoded name is chopped in the middle of the encoded string, and
7105 thus displayed encoded.
7106
7107 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
7108
7109 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7110
7111 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7112
7113 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7114 to use texinfo-update-node and commands that call it if the
7115 Texinfo file uses @node lines without next/prev/up pointers.
7116 Correct outdated description about texinfo-master-menu.
7117 (texinfo-all-menus-update, texinfo-master-menu)
7118 (texinfo-update-node, texinfo-every-node-update)
7119 (texinfo-multiple-files-update): Doc fix. Warn against updating
7120 all the @node lines.
7121 (texinfo-master-menu): Only call texinfo-update-node if the prefix
7122 argument is numeric. Explain better in the doc string what the
7123 function really does.
7124 (texinfo-insert-master-menu-list): Improve the error message
7125 displayed if there's no menu in the Top node.
7126 (Bug#2975) See also this thread:
7127 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7128
7129 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7130
7131 * speedbar.el (speedbar-supported-extension-expressions):
7132 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7133
7134 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
7135
7136 * printing.el (pr-mode-alist):
7137 * simple.el (filter-buffer-substring-functions)
7138 (completion-list-insert-choice-function):
7139 * window.el (window-with-parameter, window-atom-root)
7140 (window-sides-slots, window-size-fixed, window-min-delta)
7141 (window-max-delta, window--resize-mini-window)
7142 (window--resize-child-windows-normal, window-tree)
7143 (delete-other-windows, quit-window, split-window)
7144 (display-buffer-record-window, special-display-buffer-names)
7145 (special-display-regexps, special-display-popup-frame)
7146 (same-window-p, split-window-sensibly)
7147 (display-buffer-overriding-action, display-buffer-alist)
7148 (display-buffer-base-action, display-buffer, switch-to-buffer)
7149 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7150 (fit-window-to-buffer, recenter-positions)
7151 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7152 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7153 and remove unneeded backslashes in docstrings.
7154
7155 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7158
7159 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7160 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7161 end in ".mk".
7162 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7163 when reading the makefile (bug#10116).
7164
7165 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7168 (bug#10116).
7169
7170 2011-12-06 Glenn Morris <rgm@gnu.org>
7171
7172 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7173
7174 2011-12-06 Chong Yidong <cyd@gnu.org>
7175
7176 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7177
7178 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7179
7180 * textmodes/table.el (table-shorten-cell): Fix typo.
7181
7182 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7183
7184 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7185
7186 2011-12-05 Eli Zaretskii <eliz@gnu.org>
7187
7188 * descr-text.el (describe-char): Fix display of strong
7189 right-to-left characters and directional embeddings and overrides.
7190
7191 * simple.el (what-cursor-position): Fix display of codepoints of
7192 strong right-to-left characters.
7193
7194 2011-12-05 Chong Yidong <cyd@gnu.org>
7195
7196 * faces.el (read-color): Doc fix.
7197
7198 2011-12-05 Glenn Morris <rgm@gnu.org>
7199
7200 * align.el (align--set-marker): Add doc-string.
7201 Don't try to move something that is not a marker. (Bug#10216)
7202
7203 2011-12-04 Glenn Morris <rgm@gnu.org>
7204
7205 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7206 overly zealous deletion of trailing whitespace.
7207
7208 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
7209
7210 * server.el (server-delete-client): On Windows, do not try to delete
7211 the only terminal.
7212 (server-process-filter): On Windows, treat requests for a tty frame as
7213 if they were for a GUI frame if the running server is in GUI mode.
7214
7215 2011-12-03 Glenn Morris <rgm@gnu.org>
7216
7217 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7218
7219 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * electric.el: Streamline electric-indent's hook.
7222 (electric-indent-chars): Revert to simple list.
7223 (electric-indent-functions): New var.
7224 (electric-indent-post-self-insert-function): Use it.
7225
7226 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7227 there's no inferior buffer (bug#10196).
7228 (prolog-consult-compile): Don't use toggle-read-only.
7229
7230 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
7231
7232 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7233 interrupt. (Bug#10187)
7234
7235 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7238 (bug#9160).
7239
7240 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7241 (bug#10191).
7242
7243 2011-12-02 Juri Linkov <juri@jurta.org>
7244
7245 * info.el (Info-search): Display "end of manual" when Isearch
7246 reaches the end of single-file Info manual. (Bug#9918)
7247
7248 2011-12-02 Eli Zaretskii <eliz@gnu.org>
7249
7250 * isearch.el (isearch-message-prefix): Run the input method part
7251 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7252
7253 2011-12-02 Juri Linkov <juri@jurta.org>
7254
7255 * isearch.el (isearch-occur): Use `word-search-regexp' for
7256 `isearch-word'.
7257 (isearch-search-and-update): Add condition for `isearch-word' and
7258 call `word-search-regexp'. (Bug#10145)
7259
7260 2011-12-01 Glenn Morris <rgm@gnu.org>
7261
7262 * eshell/em-hist.el (eshell-hist-initialize):
7263 Handle eshell-history-size nil and HISTSIZE set or unset.
7264 (eshell-history-file-name, eshell-history-size): Fix custom type.
7265
7266 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7269
7270 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
7271
7272 * progmodes/verilog-mode.el (verilog-pretty-expr):
7273 Rework verilog-pretty-expr to handle new assignment operators in system
7274 verilog, such as += *= and the like.
7275 (verilog-assignment-operator-re): Regular expression to find the
7276 assigment operator in a verilog assignment.
7277 (verilog-assignment-operation-re): Regular expression to find an
7278 assignment statement for pretty-expr.
7279 (verilog-in-attribute-p): Query returns true if point is in an
7280 attribute context; used to skip these for expression line up from
7281 pretty-expr.
7282 (verilog-in-parameter-p): Query returns true if point is in an
7283 parameter definition context; used to skip these for expression
7284 line up from pretty-expr.
7285 (verilog-in-parenthesis-p): Query returns true if point is in a
7286 parenthetical expression, specifically ( ) but not [ ] or { };
7287 used by pretty-expr.
7288 (verilog-just-one-space): If there is no space, don't add one.
7289 (verilog-get-lineup-indent-2): Specifically skip just attribute
7290 contexts for expression lineup, rather than skipping all
7291 parenthetical expressions.
7292 (verilog-calculate-indent): Fix comment, and fix indent.
7293 (verilog-do-indent): Indent declarations in lists (suggested by
7294 Joachim Lechner).
7295 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7296 skeleton items.
7297 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7298 by Alain Mellan).
7299
7300 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
7301
7302 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7303 parameters with embedded comments. Reported by Ray Stevens.
7304 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7305 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7306 Reported by Tim Holt.
7307 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7308 instantiated by upper module causing wrong expansion until AUTOed a
7309 second time. Reported by K C Buckenmaier.
7310 (verilog-diff-auto): Fix showing .* as a difference when
7311 `verilog-auto-star-save' off. Reported by Dan Dever.
7312 (verilog-auto-reset, verilog-read-always-signals)
7313 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7314 temporary signals in reset list if
7315 verilog-auto-reset-blocking-in-non is nil, and match assignment
7316 style to each signal's assignment type, bug381.
7317 Reported by Thomas Esposito.
7318 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7319 (verilog-uvm-statement-re): Support UVM indentation and
7320 highlighting, with old OVM keywords only.
7321 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7322 Support AUTOTIEOFF creating non-wire data types.
7323 Suggested by Jonathan Greenlaw.
7324 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7325 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7326 (verilog-inject-sense, verilog-read-inst-pins)
7327 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7328 Fix mismatching parenthesis inside commented out code when deleting
7329 AUTOINST, bug383. Reported by Jonathan Greenlaw.
7330 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7331 non-numeric vector width. Reported by Alex Reed.
7332 (verilog-auto-ascii-enum): Add "onehot" option to work around not
7333 detecting signals with parameter widths. Reported by Alex Reed.
7334 (verilog-auto-delete-trailing-whitespace):
7335 With `verilog-auto-delete-trailing-whitespace' remove trailing
7336 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7337 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7338 Fix verilog-scan-cache corruption when running user AUTO expansion
7339 hooks that call indentation routines.
7340 (verilog-simplify-range-expression): Fix typo ignoring lower case
7341 identifiers.
7342 (verilog-delete-auto): Fix delete-autos to also remove user created
7343 automatics, as long as they start with AUTO.
7344 (verilog-batch-diff-auto, verilog-diff-auto)
7345 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7346 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7347 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7348 (verilog-in-paren-quick, verilog-re-search-backward-quick)
7349 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7350 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7351 is disabled and its cache will get corrupt, causing AUTOS not to
7352 expand. Instead use only -quick functions.
7353 (verilog-scan-region): Fix scanning over escaped quotes.
7354 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7355 (verilog-re-search-backward-quick)
7356 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7357 related functions now ignore strings, to fix misparsing of strings
7358 with magic comments embedded in them.
7359 (verilog-read-auto-template):
7360 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7361 Reported by Brad Dobbie.
7362 (verilog-read-auto-template):
7363 Fix 'verilog-auto-inst-template-numbers' with comments.
7364 Reported by Brad Dobbie.
7365 (verilog-auto-inst, verilog-auto-inst-param)
7366 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7367 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7368 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7369 debugging templates without merge conflicts, bug357.
7370 Reported by Brad Dobbie.
7371 (verilog-read-auto-template):
7372 Fix verilog-auto-inst-template-numbers with multiple templates.
7373 Reported by Brad Dobbie.
7374 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7375 abbrevs so user won't be asked to save.
7376 (verilog-read-auto-lisp-present): Fix to start at beginning of
7377 buffer in case called outside of verilog-auto.
7378 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7379 to "X-2". Reported by Matthew Myers.
7380 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7381 all inputs from module templates. Reported by Leith Johnson.
7382 (verilog-module-inside-filename-p): Fix locating programs as with
7383 modules.
7384 (verilog-auto-inst-port): Fix vl-width expressions when using
7385 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7386 (verilog-decls-get-regs, verilog-decls-get-signals,
7387 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7388 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7389 verilog-read-decls): Combine reg and wire structures into one var
7390 structure to represent SystemVerilog concepts.
7391 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7392 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7393 (verilog-auto-wire-type, verilog-insert-definition):
7394 Add verilog-auto-wire-type and AUTOLOGIC to support using
7395 SystemVerilog "logic" keyword instead of "wire"/"reg".
7396 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7397 to declares outputs that also have assignments (presumably in an
7398 ifdef or generate if so there's not a driver conflict).
7399 Reported by Matthew Myers.
7400 (verilog-auto-declare-nettype, verilog-insert-definition):
7401 Add verilog-auto-declare-nettype to fix declarations using
7402 `default_nettype none. Reported by Julian Gorfajn.
7403 (verilog-read-always-signals-recurse, verilog-read-decls)
7404 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7405 malformed end statement, bug325. Reported by Joshua Wise and
7406 Andrew Drake.
7407 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7408 (verilog-inst-comment-re): Fix not deleting Interfaced comment
7409 when expanding .* in interfaces, bug320.
7410 Reported by Pierre-David Pfister.
7411 (verilog-read-module-name): Fix import statements between module
7412 name and open parenthesis, bug317.
7413 Reported by Pierre-David Pfister.
7414 (verilog-simplify-range-expression): Fix simplification of
7415 multiplications inside AUTOWIRE connections, bug303.
7416 (verilog-auto-inst-port): Support parameter expansion in
7417 multidimensional arrays.
7418 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7419 after "assert property". Reported by Julian Gorfajn.
7420 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7421 with multiplication, bug303.
7422 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7423 Reported by Jan Frode Lonnum.
7424
7425 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
7426
7427 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7428 (hfy-shell-file-name, hfy-shell):
7429 * international/fontset.el (x-decompose-font-name): Fix typos.
7430
7431 2011-11-29 Ken Brown <kbrown@cornell.edu>
7432
7433 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7434 (gdb-version): Remove defvar.
7435 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7436 (gdb-gud-context-command, gdb-non-stop-handler)
7437 (gdb-current-context-command, gdb-stopped): Use it.
7438 (gdb-init-1): Enable pretty printing here.
7439 (gdb-non-stop-handler): Don't enable pretty-printing here.
7440 Check to see if the target supports non-stop mode; if not, turn off
7441 non-stop mode. Use the following.
7442 (gdb-check-target-async): New defun.
7443 (gud-watch, gdb-stopped): Fix whitespace.
7444 (gdb-get-source-file): Don't try to display the source file if
7445 `gdb-main-file' is nil.
7446
7447 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * align.el: Try to generate fewer markers (bug#10047).
7450 (align--set-marker): New macro.
7451 (align-region): Use it.
7452
7453 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7456
7457 2011-11-29 Chong Yidong <cyd@gnu.org>
7458
7459 * indent.el (indent-for-tab-command, indent-according-to-mode):
7460 Doc fix.
7461 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7462
7463 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
7464
7465 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7466 aware of remote file names. (Bug#10124)
7467
7468 2011-11-29 Chong Yidong <cyd@gnu.org>
7469
7470 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7471
7472 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * files.el (find-file): Don't use force-same-window (bug#10144).
7475 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7476 use pop-to-buffer if the selected window can't be used.
7477 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7478
7479 2011-11-28 Eli Zaretskii <eliz@gnu.org>
7480
7481 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7482 special-mode-map.
7483
7484 2011-11-28 Chong Yidong <cyd@gnu.org>
7485
7486 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7487
7488 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
7489
7490 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7491 gdb-get-source-file-list on gdb-create-source-file-list.
7492
7493 2011-11-26 Eli Zaretskii <eliz@gnu.org>
7494
7495 * whitespace.el (whitespace-newline): Use a different foreground
7496 color for 16-color light-background displays.
7497
7498 2011-11-24 Chong Yidong <cyd@gnu.org>
7499
7500 * window.el (display-buffer--special-action): Doc fix.
7501
7502 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
7503
7504 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7505 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7506 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7507 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7508 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7509 (avl-tree-stack-first):
7510 * emacs-lisp/cconv.el (cconv--analyse-use):
7511 * net/gnutls.el (gnutls-negotiate): Fix typos.
7512
7513 2011-11-24 Glenn Morris <rgm@gnu.org>
7514
7515 * lpr.el (lpr-windows-system, lpr-lp-system):
7516 * mail/binhex.el (binhex-begin-line):
7517 * progmodes/grep.el (grep-history, grep-find-history):
7518 * textmodes/flyspell.el:
7519 * vc/pcvs-defs.el (cvs-global-menu):
7520 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7521 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7522 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7523
7524 * net/tls.el: Fix case of "GnuTLS".
7525
7526 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7527
7528 * version.el (emacs-build-system): Give it a doc-string.
7529
7530 2011-11-24 Juri Linkov <juri@jurta.org>
7531
7532 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7533
7534 2011-11-24 Glenn Morris <rgm@gnu.org>
7535
7536 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7537 if called on a non-mime message just toggle the headers. (Bug#8006)
7538
7539 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7540
7541 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7542 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7543 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7544 (allout-rebullet-heading, allout-open-sibtopic)
7545 (allout-toggle-current-subtree-encryption)
7546 (allout-toggle-subtree-encryption, allout-encrypt-string)
7547 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7548 (allout-distinctive-bullets-string, allout-auto-activation):
7549 * window.el (window-normalize-buffer-to-display):
7550 * progmodes/verilog-mode.el (verilog-batch-indent):
7551 * textmodes/bibtex.el (bibtex-field-braces-opt)
7552 (bibtex-field-strings-opt):
7553 * vc/cvs-status.el (cvs-tree-merge):
7554 Fix typos.
7555
7556 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
7557
7558 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7559 `non-essential' to t, in order to avoid remote connections.
7560
7561 2011-11-23 Eli Zaretskii <eliz@gnu.org>
7562
7563 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7564 On MS-DOS and MS-Windows, compare with loaddefs.el
7565 case-insensitively.
7566
7567 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7568
7569 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7570
7571 2011-11-23 Glenn Morris <rgm@gnu.org>
7572
7573 * paths.el (rmail-file-name): Reformat the doc-string so that it
7574 is picked up.
7575
7576 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7577 (rmail-auto-file): Ignore case in the "special" field names,
7578 as mail-fetch-field does for all others.
7579
7580 * mail/rmail.el (rmail-forward):
7581 * mail/rmailkwd.el (rmail-set-label):
7582 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7583 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7584
7585 * mail/rmail.el (rmail-current-message): Doc fix.
7586
7587 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7588
7589 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7592
7593 2011-11-22 Glenn Morris <rgm@gnu.org>
7594
7595 * mail/rmailmm.el (test-rmail-mime-handler)
7596 (test-rmail-mime-bulk-handler)
7597 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7598
7599 2011-11-21 Juri Linkov <juri@jurta.org>
7600
7601 * calc/calc.el (calc-read-key-sequence):
7602 Let-bind `input-method-function' to nil. (Bug#10018)
7603
7604 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7605
7606 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7607 Tell the caller that the next line needs recomputation, even
7608 though it doesn't start a sexp (bug#10094).
7609
7610 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7611
7612 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7613
7614 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7615
7616 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7617 Use force-same-window.
7618
7619 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7620
7621 * descr-text.el (describe-char-unicode-data):
7622 * json.el (json-string-escape):
7623 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7624 (Footnote-unicode, Footnote-style-p):
7625 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7626
7627 2011-11-20 Chong Yidong <cyd@gnu.org>
7628
7629 * window.el (replace-buffer-in-windows): Restore interactive spec.
7630
7631 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7632
7633 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7634
7635 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7636 (byte-compile-global-not-obsolete-vars): New var.
7637 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7638 Use it.
7639 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7640
7641 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7642
7643 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7644 * progmodes/pascal.el (electric-pascal-equal):
7645 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7646 * xml.el (xml-substitute-special): Fix typos.
7647
7648 2011-11-20 Glenn Morris <rgm@gnu.org>
7649
7650 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7651 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7652 Doc fixes.
7653 (rmail-decode-mime-charset): Mark as obsolete.
7654
7655 * mail/rmailsum.el (rmail-message-regexp-p-1):
7656 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7657 Before using mime functions, check they are set. (Bug#10077)
7658
7659 2011-11-19 Juri Linkov <juri@jurta.org>
7660
7661 * info.el (Info-finder-find-node): Use `package--builtins' instead
7662 of `package-alist'. Use node names formed by the pattern "Keyword "
7663 and the keyword name.
7664
7665 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7666
7667 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7668
7669 2011-11-19 Juri Linkov <juri@jurta.org>
7670
7671 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7672 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7673 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7674 `old-history', `old-history-forward'. Add let-binding
7675 `window-selected'. Remove calls to `kill-buffer',
7676 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7677 before calling `Info-find-node', so `Info-find-node-2' will reread
7678 the Info file. Restore window positions only when `window-selected'
7679 is non-nil.
7680
7681 2011-11-19 Juri Linkov <juri@jurta.org>
7682
7683 * isearch.el (isearch-lazy-highlight-new-loop):
7684 Remove condition `(not isearch-error)'. (Bug#9918)
7685
7686 * misearch.el (multi-isearch-search-fun): Add condition
7687 `(not bound)' to ignore lazy-highlighting search.
7688 Add the search-failed message "end of multi" when the end of
7689 multi-sequence is reached. Uncapitalize the search-failed
7690 message "Repeat for next buffer".
7691
7692 * info.el (Info-search): Add the search-failed message
7693 "end of the manual" when the end of the manual is reached
7694 in Isearch mode.
7695
7696 2011-11-19 Juri Linkov <juri@jurta.org>
7697
7698 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7699 Use non-destructive `remove' instead of `delete' because
7700 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7701 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7702
7703 2011-11-19 Juri Linkov <juri@jurta.org>
7704
7705 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7706 to nil instead of binding `search-ring' and `regexp-search-ring'.
7707 (Bug#9185)
7708
7709 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7710
7711 * simple.el (line-move): Force movement by logical lines for any
7712 hscrolled window, not only when auto-hscroll-mode is on.
7713 (line-move-visual): Update doc string to that effect. (Bug#10076)
7714
7715 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7716
7717 * language/european.el (macintosh): Define as alias for mac-roman.
7718
7719 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7720
7721 * mail/rmailmm.el (rmail-mime-display-header)
7722 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7723 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7724 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7725 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7726 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7727 of a raw aref.
7728 (rmail-mime-entity-segment): To get past the tagline, move forward
7729 2 more lines, to account for the 2 empty lines that precede and
7730 follow the line with the buttons.
7731 (rmail-mime-update-tagline): Move one more line, to get past the
7732 empty line that follows the buttons in the tagline. (Bug#9520)
7733
7734 2011-11-19 Martin Rudalics <rudalics@gmx.at>
7735
7736 * window.el (window-max-delta-1, window-min-delta-1)
7737 (window-min-size-1, window-state-get-1, window-state-put-1)
7738 (window-state-put-2): Use "window--" prefix.
7739
7740 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7743 (smie-warning-count): New var.
7744 (smie-set-prec2tab): Use it.
7745 (smie-bnf->prec2): Improve warnings. Add docstring.
7746 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7747 (smie-bnf--set-class): New function.
7748 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7749 corner case.
7750
7751 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7752 (compilation-error-properties, compilation-move-to-column):
7753 Handle compilation-first-column while in the target buffer.
7754
7755 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7756 Don't hardcode point-min==1.
7757
7758 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7759 (eshell-rewrite-for-command): Remove workaround.
7760 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7761 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7762 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7763
7764 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7765
7766 2011-11-17 Glenn Morris <rgm@gnu.org>
7767
7768 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7769 Ignore buffer-local generated-autoload-file if it is the same
7770 as the global value. (Bug#10049)
7771
7772 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7775 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7776 (reftex-toc-previous-heading, reftex-toc-max-level)
7777 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7778 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7779 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7780 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7781 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7782 (reftex-toc-rename-label, reftex-toc-visit-location)
7783 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7784 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7785 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7786 leaving "*toc*" only for references to the buffer.
7787
7788 2011-11-17 Martin Rudalics <rudalics@gmx.at>
7789
7790 * window.el (window-resize, delete-window, split-window):
7791 Replace window-splits by window-combination-resize.
7792 * cus-start.el (window-splits): Replace by window-combination-resize.
7793
7794 2011-11-17 Glenn Morris <rgm@gnu.org>
7795
7796 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7797 Make bash entry derive from sh entry, not shell entry.
7798
7799 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
7800
7801 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7802 local file name.
7803
7804 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7805
7806 * menu-bar.el (menu-bar-file-menu):
7807 * printing.el (pr-ps-utility):
7808 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7809 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7810 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7811 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7812 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7813 (icalendar--convert-cyclic-to-ical)
7814 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7815 (icalendar--convert-ical-to-diary)
7816 (icalendar--convert-recurring-to-diary)
7817 (icalendar--convert-non-recurring-all-day-to-diary)
7818 (icalendar-import-format-sample):
7819 * progmodes/idlw-shell.el (idlwave-shell-mode):
7820 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7821 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7822 (vhdl-ps-print-init): Fix typos.
7823
7824 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7825
7826 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7827 FSF and collapse date sequence, obscure author/maintainer email address
7828 better, remove extra version line, track relocation of author's webpage.
7829
7830 * progmodes/python.el (python-pdbtrack-input-prompt)
7831 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7832 regular python pdb prompts. Adjustments shamelessly taken exactly as
7833 suggested in EmacsWiki page (tiny change):
7834 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
7835
7836 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7837
7838 * expand.el (expand-pos, expand-index, expand-point):
7839 Remove redundant info from docstring.
7840 (expand-add-abbrevs): Doc fix.
7841 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7842 (expand-sample-perl-mode-expand-list): Fix typos.
7843
7844 * net/dbus.el (dbus-event-member-name):
7845 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7846 * term/pc-win.el (msdos-create-frame-with-faces):
7847 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7848
7849 2011-11-16 Martin Rudalics <rudalics@gmx.at>
7850
7851 * window.el (split-window, window-state-get-1)
7852 (window-state-put-1, window-state-put-2): Rename occurrences of
7853 window-nest to window-combination-limit.
7854 * cus-start.el (window-nest): Rename to window-combination-limit.
7855
7856 2011-11-16 Chong Yidong <cyd@gnu.org>
7857
7858 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7859 regexp (Bug#10033).
7860
7861 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7862
7863 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7864 `completing-read' will remove *Completions* and will preserve
7865 current-buffer for us.
7866 (tmm-add-prompt): Users of *Completions* will always (re)set its
7867 major mode.
7868 (tmm-old-comp-map): Remove.
7869
7870 2011-11-16 Glenn Morris <rgm@gnu.org>
7871
7872 * mail/rmailedit.el: Require rmailmm when compiling.
7873 (rmail-old-mime-state): New declaration.
7874 (rmail-edit-current-message): If editing a mime message,
7875 edit the "raw" message from the mbox buffer.
7876 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7877
7878 2011-11-15 Glenn Morris <rgm@gnu.org>
7879
7880 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7881 which wasn't being used. Add optional arg to force given state.
7882 (rmail-mime): Add optional arg to force given state.
7883
7884 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7885
7886 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7887 * frame.el (display-mm-dimensions-alist):
7888 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7889 (outline-move-subtree-down):
7890 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7891 (newsticker--treeview-do-get-node):
7892 * net/quickurl.el (quickurl-list-buffer-name):
7893 * progmodes/dcl-mode.el (dcl-mode):
7894 * progmodes/gdb-mi.el (gdb-mapcar*):
7895 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7896
7897 2011-11-15 Glenn Morris <rgm@gnu.org>
7898
7899 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7900 in a boolean sense, so just make it a boolean, and fix the doc.
7901 (rmail-show-mime-function, rmail-mime-feature)
7902 (rmail-require-mime-maybe): Doc fixes.
7903 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7904
7905 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7906
7907 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7908
7909 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7910 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7911 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7912 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7913
7914 2011-11-15 Glenn Morris <rgm@gnu.org>
7915
7916 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7917 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7918 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7919 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7920 (rmail-mime, rmail-show-mime): Doc fixes.
7921
7922 * term/ns-win.el (mode-line-frame-identification):
7923 Leave it alone. (Bug#10051)
7924
7925 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
7926
7927 * mail/rmailout.el (rmail-output-to-rmail-buffer):
7928 Handle empty buffers. (Bug#9978)
7929
7930 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
7931
7932 * international/mule.el (define-charset):
7933 * mail/rmailmm.el (rmail-mime-find-header-encoding):
7934 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
7935 * progmodes/verilog-mode.el (verilog-backward-token):
7936 * textmodes/ispell.el (lookup-words):
7937 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
7938
7939 2011-11-14 Glenn Morris <rgm@gnu.org>
7940
7941 * progmodes/executable.el
7942 (executable-make-buffer-file-executable-if-script-p):
7943 Handle file-modes returning nil.
7944
7945 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
7946 message - not necessary, and causes problems. (Bug#9831)
7947
7948 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
7949
7950 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
7951
7952 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
7953 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
7954 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
7955
7956 2011-11-12 Martin Rudalics <rudalics@gmx.at>
7957
7958 * window.el (window-resize, delete-window): Use window-splits
7959 variable instead of function.
7960 (window-state-get-1, window-state-put-2, window-state-put):
7961 Don't deal with windows' splits status.
7962
7963 2011-11-12 Glenn Morris <rgm@gnu.org>
7964
7965 * apropos.el (apropos-do-all, apropos-library, apropos-value)
7966 (apropos-documentation): Doc fixes.
7967
7968 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
7969
7970 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
7971 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
7972
7973 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * electric.el (electric-indent-post-self-insert-function): Make it
7976 possible for a char to only indent in some circumstances.
7977 (electric-indent-mode): Simplify.
7978
7979 2011-11-11 Martin Rudalics <rudalics@gmx.at>
7980
7981 * window.el (windows-with-parameter): Remove unused function.
7982 (windows-at-side): Rename to window-at-side-list.
7983 (window-check, window-atom-check, window-atom-check-1)
7984 (window-side-check, window-size-ignore, window-size-fixed-1)
7985 (window-in-direction-2): Prefix with "window--".
7986 (window-tree-1): Rename to window--subtree, fix doc-string.
7987
7988 2011-11-11 Glenn Morris <rgm@gnu.org>
7989
7990 * subr.el (eval-after-load): If FILE is already loaded,
7991 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
7992
7993 2011-11-10 Glenn Morris <rgm@gnu.org>
7994
7995 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
7996 Call svn via vc-svn-command rather than vc-do-command.
7997 (vc-svn-command): Add --non-interactive. (Bug#9993)
7998 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
7999
8000 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8001 Add toggle-read-only. (Bug#7292)
8002 * files.el (toggle-read-only): Mention that it should only
8003 be used interactively. (Bug#10006)
8004
8005 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8006
8007 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8008 Adjust regexp for OCaml warnings.
8009
8010 * electric.el (electric-pair-post-self-insert-function): Let user
8011 turn it off buffer-locally (bug#9932).
8012
8013 * progmodes/python.el (python-beginning-of-statement):
8014 Rewrite (bug#2703).
8015
8016 * progmodes/compile.el: Better handle TABs (bug#9749).
8017 (compilation-internal-error-properties)
8018 (compilation-next-error-function): Obey the target buffer's
8019 compilation-error-screen-columns.
8020
8021 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
8022
8023 * progmodes/meta-mode.el: Remove obsolete comments.
8024 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8025 Fix typos in docstrings.
8026
8027 2011-11-09 Martin Rudalics <rudalics@gmx.at>
8028
8029 * window.el (window-size-fixed-p): Rewrite doc-string.
8030 (window-resizable-p): Rename to window--resizable-p. Update callers.
8031 (window--resizable): New function. Make all callers of
8032 window-resizable call window--resizable instead.
8033 (window-resizable): Rewrite in terms of window--resizable.
8034
8035 2011-11-08 Glenn Morris <rgm@gnu.org>
8036
8037 * progmodes/delphi.el (delphi-mode-syntax-table):
8038 Let define-derived-mode define a proper syntax table. (Bug#9994)
8039
8040 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8041
8042 * window.el: Stay away from defsubst.
8043 (window-list-no-nils): Remove.
8044 (window-state-get-1, window-state-get): Use backquote instead.
8045
8046 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8047
8048 * emacs-lisp/find-func.el (find-function-read):
8049 Fix incorrect use of default argument in `completing-read'.
8050
8051 2011-11-08 Martin Rudalics <rudalics@gmx.at>
8052
8053 * window.el (display-buffer-function, special-display-function):
8054 Mention display-buffer-record-window but do not mention
8055 help-setup parameter in doc-strings.
8056 (window-min-delta): Fix doc-string typo.
8057
8058 2011-11-08 Chong Yidong <cyd@gnu.org>
8059
8060 * window.el (window-total-height, window-total-width): Doc fix.
8061 (window-body-size): Move from C.
8062 (window-body-height, window-body-width): Move to C.
8063
8064 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * window.el: Make special-display like display-buffer-alist (bug#9532).
8067 (display-buffer--special-action): New function, morphed
8068 from display-buffer--special.
8069 (display-buffer): Use it to handle special-display-buffers at higher
8070 priority (just after display-buffer-alist).
8071 (display-buffer-fallback-action, display-buffer--other-frame-action)
8072 (pop-to-buffer-same-window): Remove display-buffer--special.
8073
8074 2011-11-07 Glenn Morris <rgm@gnu.org>
8075
8076 * calendar/cal-menu.el (cal-menu-set-date-title):
8077 Do nothing if not in a calendar. (Bug#9976)
8078
8079 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * files.el (find-file): Always use selected-window.
8082
8083 2011-11-07 Martin Rudalics <rudalics@gmx.at>
8084
8085 * window.el (window-combinations): Make WINDOW argument
8086 mandatory. Rewrite doc-string.
8087 (walk-window-subtree, window-atom-check, window-min-delta)
8088 (window-max-delta, window--resize-this-window)
8089 (window--resize-root-window-vertically, window-tree)
8090 (balance-windows, window-state-put): Rewrite doc-strings as to
8091 not mention the term "subwindow".
8092 (window--resize-subwindows-skip-p): Rename to
8093 window--resize-child-windows-skip-p.
8094 (window--resize-subwindows-normal): Rename to
8095 window--resize-child-windows-normal.
8096 (window--resize-subwindows): Rename to
8097 window--resize-child-windows.
8098 (window-or-subwindow-p): Rename to window--in-subtree-p.
8099
8100 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8101
8102 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8103 Ensure that mbox format messages end in two newlines (Bug#9974).
8104
8105 2011-11-06 Chong Yidong <cyd@gnu.org>
8106
8107 * window.el (window-combination-p): Function deleted; its
8108 side-effect is not used in any existing code.
8109 (window-combinations, window-combined-p): Call window-*-child
8110 directly.
8111
8112 2011-11-05 Chong Yidong <cyd@gnu.org>
8113
8114 * window.el (window-valid-p): Rename from window-any-p.
8115 (window-size-ignore, window-state-get): Callers changed.
8116 (window-normalize-window): Rename from window-normalize-any-window.
8117 New arg LIVE-ONLY, replacing window-normalize-live-window.
8118 (window-normalize-live-window): Delete.
8119 (window-combination-p, window-combined-p, window-combinations)
8120 (walk-window-subtree, window-atom-root, window-min-size)
8121 (window-sizable, window-sizable-p, window-size-fixed-p)
8122 (window-min-delta, window-max-delta, window-resizable)
8123 (window-resizable-p, window-full-height-p, window-full-width-p)
8124 (window-current-scroll-bars, window-point-1, set-window-point-1)
8125 (window-at-side-p, window-in-direction, window-resize)
8126 (adjust-window-trailing-edge, maximize-window, minimize-window)
8127 (window-deletable-p, delete-window, delete-other-windows)
8128 (record-window-buffer, unrecord-window-buffer)
8129 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8130 (quit-window, split-window, window-state-put)
8131 (set-window-text-height, fit-window-to-buffer)
8132 (shrink-window-if-larger-than-buffer): Callers changed.
8133
8134 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8135
8136 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8137 rfc2047-decode-string.
8138 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8139 warnings.
8140
8141 * window.el (window-body-height, window-body-width): Mention in
8142 the doc string that the return values are in frame's canonical
8143 units. (Bug#9949)
8144
8145 2011-11-03 Alan Mackenzie <acm@muc.de>
8146
8147 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8148 change in cc-engine.el.
8149
8150 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8153
8154 2011-11-02 Martin Rudalics <rudalics@gmx.at>
8155
8156 * window.el (quit-window): Call unrecord-window-buffer after
8157 showing another buffer in the window. (Bug#9937)
8158 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8159
8160 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
8161
8162 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8163 Accept status with more than 9 shelves. (Bug#9935)
8164 Reported by Colin D Bennett <colin@gibibit.com>.
8165
8166 2011-11-01 Martin Rudalics <rudalics@gmx.at>
8167
8168 * help.el (with-help-window): Don't reference
8169 temp-buffer-show-specifiers in doc-string.
8170
8171 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8172
8173 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8174 menu-item.
8175
8176 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8177
8178 * whitespace.el: New version 13.2.2.
8179 (whitespace-newline-mode): Disable properly. Reported by Sarah
8180 <EmacsWiki>.
8181
8182 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
8183
8184 * net/newst-treeview.el: Remove "Time-stamp".
8185 (newsticker--group-manage-orphan-feeds): Do not call
8186 newsticker--treeview-tree-update.
8187 (newsticker-treeview-update, newsticker-treeview):
8188 Call newsticker--treeview-tree-update if necessary.
8189
8190 2011-10-30 Martin Rudalics <rudalics@gmx.at>
8191
8192 * window.el (window-iso-combination-p, window-iso-combined-p)
8193 (window-iso-combinations): Remove "iso-" infix.
8194 Suggested by Chong Yidong.
8195 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8196 (window-max-delta-1, window-resize, window--resize-siblings)
8197 (window--resize-this-window, adjust-window-trailing-edge)
8198 (split-window, balance-windows-1)
8199 (shrink-window-if-larger-than-buffer):
8200 * calendar/calendar.el (calendar-generate-window):
8201 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8202
8203 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8204
8205 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8206 in place (bug#9907).
8207 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8208 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8209 (eshell-structure-basic-command, eshell-rewrite-while-command)
8210 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8211 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8212 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8213 (eshell-do-pipelines-synchronously, eshell-eval-command):
8214 Use backquotes and prefer setq to set.
8215 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8216 (eshell-macrop): Use functionp.
8217 (eshell-do-eval): Handle multiple expressions in `while' body.
8218
8219 2011-10-30 Chong Yidong <cyd@gnu.org>
8220
8221 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8222 instead of set-mark (Bug#9810).
8223
8224 2011-10-30 Chong Yidong <cyd@gnu.org>
8225
8226 * window.el (split-window-below, split-window-right): Rename from
8227 split-window-above-each-other and split-window-side-by-side
8228 respectively. All callers changed.
8229 (split-window-sensibly, split-window-sensibly): Use them.
8230 (split-window-keep-point): Doc fix.
8231
8232 * isearch.el: Add isearch-scroll property to split-window-below
8233 and split-window-right.
8234
8235 * follow.el (follow-mode):
8236 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8237 * progmodes/ada-xref.el (ada-gdb-application):
8238 * emulation/vip.el (vip-buffer-in-two-windows):
8239 * image-dired.el (image-dired-dired-with-window-configuration):
8240 * dired-x.el (dired-do-find-marked-files):
8241 * dired.el (dired-pop-to-buffer):
8242 * bs.el (bs--show-with-configuration):
8243 * vc/emerge.el (emerge-setup-windows):
8244 * textmodes/two-column.el (2C-two-columns):
8245 * textmodes/reftex-toc.el (reftex-toc):
8246 * progmodes/gdb-mi.el (gdb-setup-windows):
8247 * progmodes/fortran.el (fortran-window-create):
8248 * net/newst-treeview.el (newsticker--treeview-window-init):
8249 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8250 * emulation/tpu-edt.el (tpu-gold-map):
8251 * emulation/crisp.el (crisp-mode-map):
8252 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8253
8254 2011-10-29 Chong Yidong <cyd@gnu.org>
8255
8256 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8257
8258 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8259
8260 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8261 forged Ispell output (Bug#7904).
8262
8263 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8264
8265 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * doc-view.el: Avoid ugly errors about not finding nil.
8268 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8269 (doc-view-dvipdf-program, doc-view-unoconv-program)
8270 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8271 Avoid nil or absolute file name as default value.
8272 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8273
8274 2011-10-28 Alan Mackenzie <acm@muc.de>
8275
8276 * progmodes/cc-defs.el (c-version): -> 5.32.2.
8277
8278 2011-10-28 Alan Mackenzie <acm@muc.de>
8279
8280 Amend the handling of c-beginning/end-of-defun in nested declaration
8281 scopes.
8282
8283 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8284 cc-langs.el. Change it to a defcustom.
8285
8286 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8287 cc-vars.el.
8288
8289 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8290 Prevent "class foo : bar" being spuriously recognized as a label.
8291
8292 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8293 Add parameter `inclusive' (to include enclosing braces in the region).
8294 (c-widen-to-enclosing-decl-scope): New function.
8295 (c-while-widening-to-decl-block): New macro.
8296 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8297 outward for defun boundaries, and correspondingly change symbol
8298 `respect-enclosure' to `go-outward'.
8299 (c-declaration-limits): Change algorithm to report only the "innermost"
8300 defun's boundaries.
8301
8302 2011-10-28 Deniz Dogan <deniz@dogan.se>
8303
8304 * net/rcirc.el (rcirc-mode): Use hard newlines.
8305
8306 2011-10-28 Alan Mackenzie <acm@muc.de>
8307
8308 Amend to indent and fontify macros "which include their own semicolon"
8309 correctly, using the "virtual semicolon" mechanism.
8310
8311 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8312
8313 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8314 Recode to scan one line at a time rather than having \n and \r
8315 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8316 (c-forward-label): Amend for virtual semicolons.
8317 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8318
8319 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8320 of the new C macros.
8321
8322 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8323 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8324 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8325 (c-opt-cpp-macro-define): Make into a full language variable.
8326 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8327 AWK Mode (including \n, \r) removed, no longer needed.
8328
8329 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8330 Invoke c-make-macro-with-semi-re.
8331
8332 * progmodes/cc-vars.el (c-macro-with-semi-re):
8333 (c-macro-names-with-semicolon): New variables.
8334 (c-make-macro-with-semi-re): New function.
8335
8336 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * vc/log-edit.el: Fill empty field rather than adding new one.
8339 (log-edit-add-field): New function.
8340 (log-edit-insert-changelog): Use it.
8341
8342 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8343
8344 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8345
8346 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8349 (gdb--check-interpreter): New function.
8350 (gdb): Use it.
8351
8352 2011-10-27 Glenn Morris <rgm@gnu.org>
8353
8354 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8355 (least-positive-float, least-negative-float)
8356 (least-positive-normalized-float, least-negative-normalized-float)
8357 (float-epsilon, float-negative-epsilon):
8358 Remove unnecessary declarations.
8359
8360 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8361 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8362 (least-positive-float, least-negative-float)
8363 (least-positive-normalized-float, least-negative-normalized-float)
8364 (float-epsilon, float-negative-epsilon): Add doc-strings,
8365 based on those in cl.texi.
8366
8367 * files.el (set-visited-file-name): If the major-mode changed,
8368 reload the local variables. (Bug#9796)
8369
8370 2011-10-27 Chong Yidong <cyd@gnu.org>
8371
8372 * subr.el (change-major-mode-after-body-hook): New hook.
8373 (run-mode-hooks): Run it.
8374
8375 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8376 Use change-major-mode-before-body-hook.
8377
8378 * simple.el (fundamental-mode):
8379 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8380 change introducing fundamental-mode-hook.
8381
8382 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8383
8384 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8385
8386 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
8387
8388 * ido.el (ido-file-name-all-completions-1): Do not require
8389 tramp.el explicitly. (Bug#7583)
8390
8391 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * progmodes/octave-mod.el:
8394 * progmodes/octave-inf.el: Update maintainer.
8395
8396 2011-10-26 Chong Yidong <cyd@gnu.org>
8397
8398 * subr.el (with-wrapper-hook): Rewrite doc.
8399
8400 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
8401
8402 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8403 filenames "/method:foo:". (Bug#9793)
8404
8405 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8408 (bug#9865).
8409
8410 2011-10-24 Glenn Morris <rgm@gnu.org>
8411
8412 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8413
8414 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
8415
8416 * notifications.el: Add the requirement of a running D-Bus session
8417 bus to the Commentary.
8418
8419 2011-10-24 Juri Linkov <juri@jurta.org>
8420
8421 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8422 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8423 (Bug#9364)
8424
8425 2011-10-24 Juri Linkov <juri@jurta.org>
8426
8427 * info.el (Info-following-node-name-re): Add newline to the list
8428 of allowed characters for leading space. (Bug#9824)
8429
8430 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * progmodes/octave-inf.el (inferior-octave-mode-map):
8433 Fix C-c C-h binding.
8434 * progmodes/octave-mod.el (octave-help): Remove.
8435
8436 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
8437
8438 Sync with Tramp 2.2.3.
8439
8440 * net/tramp-cache.el (top): Pacify byte-compiler using
8441 `init-file-user' and `site-run-file'.
8442
8443 * net/trampver.el: Update release number.
8444
8445 2011-10-23 Chong Yidong <cyd@gnu.org>
8446
8447 * files.el (toggle-read-only): Remove obsolete comment about
8448 version control.
8449
8450 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8451 for toggle-read-only. Note that this hasn't called vc-next-action
8452 since 2008-05-02, though it wasn't documented at the time.
8453
8454 * vc/ediff-init.el (ediff-toggle-read-only-function):
8455 Use toggle-read-only.
8456
8457 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8458
8459 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8460 of c-parse-state.
8461
8462 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8463 correct faulty logical expression.
8464 (c-parse-state-state, c-record-parse-state-state):
8465 (c-replay-parse-state-state): New defvar/defuns.
8466 (c-debug-parse-state): Use new functions.
8467
8468 2011-10-22 Martin Rudalics <rudalics@gmx.at>
8469
8470 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8471 last fix. Use window-in-direction correctly.
8472
8473 2011-10-21 Chong Yidong <cyd@gnu.org>
8474
8475 * progmodes/idlwave.el (idlwave-mode):
8476 * progmodes/vera-mode.el (vera-mode): No need to set
8477 require-final-newline; that's done in prog-mode.
8478 Suggested by Stefan Monnier.
8479
8480 2011-10-21 Martin Rudalics <rudalics@gmx.at>
8481
8482 * mouse.el (mouse-drag-window-above)
8483 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8484 (mouse-drag-mode-line-1, mouse-drag-header-line)
8485 (mouse-drag-vertical-line-rightward-window): Remove.
8486 (mouse-drag-line): New function.
8487 (mouse-drag-mode-line, mouse-drag-header-line)
8488 (mouse-drag-vertical-line): Call mouse-drag-line.
8489 * window.el (window-at-side-p, windows-at-side): New functions.
8490
8491 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
8492
8493 * tar-mode.el (tar-grind-file-mode):
8494 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8495
8496 2011-10-21 Chong Yidong <cyd@gnu.org>
8497
8498 * progmodes/idlwave.el (idlwave-mode):
8499 * progmodes/vera-mode.el (vera-mode):
8500 Use mode-require-final-newline.
8501
8502 2011-10-20 Glenn Morris <rgm@gnu.org>
8503
8504 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
8505
8506 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8507
8508 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8509
8510 2011-10-20 Chong Yidong <cyd@gnu.org>
8511
8512 * emulation/cua-base.el (cua-mode):
8513 * mail/footnote.el (footnote-mode):
8514 * mail/mailabbrev.el (mail-abbrevs-mode):
8515 * net/xesam.el (xesam-minor-mode):
8516 * progmodes/bug-reference.el (bug-reference-mode):
8517 * progmodes/cap-words.el (capitalized-words-mode):
8518 * progmodes/compile.el (compilation-minor-mode)
8519 (compilation-shell-minor-mode):
8520 * progmodes/gud.el (gud-tooltip-mode):
8521 * progmodes/hideif.el (hide-ifdef-mode):
8522 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8523 * progmodes/subword.el (subword-mode):
8524 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8525 * progmodes/which-func.el (which-function-mode):
8526 * term/tvi970.el (tvi970-set-keypad-mode):
8527 * term/vt100.el (vt100-wide-mode):
8528 * textmodes/flyspell.el (flyspell-mode):
8529 * textmodes/ispell.el (ispell-minor-mode):
8530 * textmodes/nroff-mode.el (nroff-electric-mode):
8531 * textmodes/paragraphs.el (use-hard-newlines):
8532 * textmodes/refill.el (refill-mode):
8533 * textmodes/reftex.el (reftex-mode):
8534 * textmodes/rst.el (rst-minor-mode):
8535 * textmodes/sgml-mode.el (html-autoview-mode)
8536 (sgml-electric-tag-pair-mode):
8537 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8538 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8539 * emulation/crisp.el (crisp-mode):
8540 * emacs-lisp/eldoc.el (eldoc-mode):
8541 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8542 minor mode behavior.
8543
8544 2011-10-19 Juri Linkov <juri@jurta.org>
8545
8546 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8547 the list of hard-coded chars with escape-glyph face.
8548
8549 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8550
8551 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8552
8553 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
8554
8555 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8556 running process.
8557
8558 2011-10-19 Glenn Morris <rgm@gnu.org>
8559
8560 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8561 Ignore ignored files. (Bug#9726)
8562
8563 2011-10-19 Chong Yidong <cyd@gnu.org>
8564
8565 Doc fix for minor modes, stating that an omitted argument enables
8566 the mode unconditionally when called from Lisp.
8567
8568 * abbrev.el (abbrev-mode):
8569 * allout.el (allout-mode):
8570 * autoinsert.el (auto-insert-mode):
8571 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8572 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8573 (global-auto-revert-mode):
8574 * battery.el (display-battery-mode):
8575 * composite.el (global-auto-composition-mode)
8576 (auto-composition-mode):
8577 * delsel.el (delete-selection-mode):
8578 * desktop.el (desktop-save-mode):
8579 * dired-x.el (dired-omit-mode):
8580 * dirtrack.el (dirtrack-mode):
8581 * doc-view.el (doc-view-minor-mode):
8582 * double.el (double-mode):
8583 * electric.el (electric-indent-mode, electric-pair-mode):
8584 * emacs-lock.el (emacs-lock-mode):
8585 * epa-hook.el (auto-encryption-mode):
8586 * follow.el (follow-mode):
8587 * font-core.el (font-lock-mode):
8588 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8589 * help.el (temp-buffer-resize-mode):
8590 * hilit-chg.el (highlight-changes-mode)
8591 (highlight-changes-visible-mode):
8592 * hi-lock.el (hi-lock-mode):
8593 * hl-line.el (hl-line-mode, global-hl-line-mode):
8594 * icomplete.el (icomplete-mode):
8595 * ido.el (ido-everywhere):
8596 * image-file.el (auto-image-file-mode):
8597 * image-mode.el (image-minor-mode):
8598 * iswitchb.el (iswitchb-mode):
8599 * jka-cmpr-hook.el (auto-compression-mode):
8600 * linum.el (linum-mode):
8601 * longlines.el (longlines-mode):
8602 * master.el (master-mode):
8603 * mb-depth.el (minibuffer-depth-indicate-mode):
8604 * menu-bar.el (menu-bar-mode):
8605 * minibuf-eldef.el (minibuffer-electric-default-mode):
8606 * mouse-sel.el (mouse-sel-mode):
8607 * msb.el (msb-mode):
8608 * mwheel.el (mouse-wheel-mode):
8609 * outline.el (outline-minor-mode):
8610 * paren.el (show-paren-mode):
8611 * recentf.el (recentf-mode):
8612 * reveal.el (reveal-mode, global-reveal-mode):
8613 * rfn-eshadow.el (file-name-shadow-mode):
8614 * ruler-mode.el (ruler-mode):
8615 * savehist.el (savehist-mode):
8616 * scroll-all.el (scroll-all-mode):
8617 * scroll-bar.el (scroll-bar-mode):
8618 * server.el (server-mode):
8619 * shell.el (shell-dirtrack-mode):
8620 * simple.el (auto-fill-mode, transient-mark-mode)
8621 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8622 (line-number-mode, column-number-mode, size-indication-mode)
8623 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8624 * strokes.el (strokes-mode):
8625 * time.el (display-time-mode):
8626 * t-mouse.el (gpm-mouse-mode):
8627 * tool-bar.el (tool-bar-mode):
8628 * tooltip.el (tooltip-mode):
8629 * type-break.el (type-break-mode-line-message-mode)
8630 (type-break-query-mode):
8631 * view.el (view-mode):
8632 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8633 (global-whitespace-mode, global-whitespace-newline-mode):
8634 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8635
8636 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8637 Fix autogenerated docstring.
8638
8639 2011-10-19 Juri Linkov <juri@jurta.org>
8640
8641 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8642 by checking environment variables "DESKTOP_SESSION" and
8643 "XDG_CURRENT_DESKTOP". (Bug#9779)
8644
8645 2011-10-19 Juri Linkov <juri@jurta.org>
8646
8647 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8648 (browse-url-chromium-program, browse-url-chromium-arguments):
8649 New defcustoms.
8650 (browse-url-default-browser): Check for `browse-url-chromium' and
8651 call `browse-url-chromium-program'.
8652 (browse-url-chromium): New command. (Bug#9779)
8653
8654 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
8655
8656 * facemenu.el (list-colors-duplicates): On Windows, detect more
8657 duplicates by assuming that only colors matching "^System" are
8658 special "system colors". (Bug#9722)
8659
8660 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8663 to distinguish the author from the committer.
8664
8665 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
8666
8667 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8668
8669 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8670
8671 * international/mule.el (sgml-html-meta-auto-coding-function):
8672 Add support for detecting encoding in HTML5 specified only as
8673 <meta charset="UTF-8">. Implementation just makes http-equiv and
8674 content-type parts from HTML4 encoding string optional. (Bug#9716)
8675
8676 2011-10-18 Glenn Morris <rgm@gnu.org>
8677
8678 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8679
8680 2011-10-18 Chong Yidong <cyd@gnu.org>
8681
8682 * faces.el (cursor): Doc fix.
8683
8684 2011-10-17 Chong Yidong <cyd@gnu.org>
8685
8686 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8687
8688 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
8689
8690 * dirtrack.el (dirtrack): Support shell buffers with path
8691 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8692
8693 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8694
8695 * json.el: Bump version to 1.3 and note change in History.
8696 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8697
8698 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * comint.el (comint-insert-input, comint-send-input)
8701 (comint-get-old-input-default, comint-backward-matching-input)
8702 (comint-next-prompt): Use nil instead of `input' for field property of
8703 past user input (bug#114).
8704
8705 * minibuffer.el (completion--replace): Inherit surrounding properties
8706 (bug#114).
8707 (minibuffer-complete-and-exit): Use it.
8708
8709 * comint.el (comint--table-subvert): Quote the all-completions output
8710 (bug#9160).
8711
8712 2011-10-17 Martin Rudalics <rudalics@gmx.at>
8713
8714 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8715
8716 * menu-bar.el (menu-bar-file-menu): Add entry for making new
8717 window on right of selected. (Bug#9350) Reword other window
8718 entries and separate them from frame entries.
8719
8720 2011-10-15 Glenn Morris <rgm@gnu.org>
8721
8722 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8723 Doc fixes.
8724
8725 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
8726
8727 * net/network-stream.el (network-stream-open-starttls):
8728 Improve detection of failure due to lack of TLS support.
8729
8730 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8731 putting the input text in front and in bold.
8732
8733 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8736
8737 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8738 empty buffer.
8739
8740 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8741 unread-command-events rather than pushing yet-another event.
8742
8743 2011-10-14 Eli Zaretskii <eliz@gnu.org>
8744
8745 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8746 the explanation of the possible choices. Make the options passed
8747 to completing-read shorter.
8748
8749 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8750
8751 * textmodes/flyspell.el (flyspell-large-region): Make sure
8752 extended character mode is used if defined (Bug#1339).
8753
8754 2011-10-13 Eli Zaretskii <eliz@gnu.org>
8755
8756 * simple.el (what-cursor-position): Fix the display of the
8757 character info for LRE, LRO, RLE, and RLO characters by appending
8758 an invisible PDF.
8759
8760 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8763 even in case of error; add debug spec; simplify data flow.
8764 (with-timeout-handler): Remove.
8765
8766 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
8767
8768 Fix Bug#6019, Bug#9315.
8769
8770 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8771 complete `buffer-file-name', the local file name part could look
8772 remotely (for example on VMS).
8773
8774 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8775 `tramp-run-real-handler'.
8776 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8777 already quoted by '"'.
8778
8779 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8780 Let `file-name-handler-alist' be nil, the local file name part
8781 could look remotely (for example on VMS).
8782
8783 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8786 from here...
8787 (flyspell-post-command-hook): ...to here.
8788
8789 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8790
8791 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8792 if not needed.
8793 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8794 using completion. Protect against "slow" callers.
8795 Remove the "message hack".
8796
8797 2011-10-11 Juri Linkov <juri@jurta.org>
8798
8799 * isearch.el (isearch-lazy-highlight-word): New variable.
8800 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8801 Use it. (Bug#9727)
8802
8803 2011-10-11 Glenn Morris <rgm@gnu.org>
8804
8805 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8806 like f90-previous-statement does.
8807
8808 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8809
8810 * eshell/eshell.el (eshell-command): History should be saved
8811 only in interactive use, to avoid error.
8812
8813 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * minibuffer.el (completion-file-name-table): Fix last change,
8816 i.e. ignore normal errors but not the other ones.
8817
8818 2011-10-10 Martin Rudalics <rudalics@gmx.at>
8819
8820 * window.el (special-display-buffer-names)
8821 (special-display-regexps): Remove some remnants of earlier
8822 changes from doc-strings.
8823 (quit-windows-on): New function.
8824
8825 * vc/vc.el (vc-revert, vc-rollback):
8826 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8827 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
8828 (Bug#6183) (Bug#7074) (Bug#7447)
8829
8830 2011-10-09 Martin Rudalics <rudalics@gmx.at>
8831
8832 * window.el (frame-auto-hide-function): Add version tag.
8833 (Bug#9699)
8834
8835 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
8836
8837 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8838 condition.
8839
8840 2011-10-09 Leo Liu <sdl.web@gmail.com>
8841
8842 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8843 (Bug#9701)
8844
8845 2011-10-08 Glenn Morris <rgm@gnu.org>
8846
8847 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8848 before the first code statement zero indent. (Bug#9690)
8849
8850 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
8851
8852 * simple.el (count-words-region): Always count in the region.
8853 Report the number of lines and characters too.
8854 (count-words): New command, which counts in the buffer if the
8855 region is inactive, as count-words-region used to.
8856 (count-words--message): New function. Handle plurals.
8857 (count-lines-region): Make it an alias for count-words-region.
8858
8859 * bindings.el (esc-map): Replace count-lines-region with
8860 count-words-region.
8861
8862 2011-10-08 Martin Rudalics <rudalics@gmx.at>
8863
8864 * window.el (window--delete): Delete dedicated frame
8865 unconditionally when argument KILL is non-nil. (Bug#9699)
8866 (switch-to-buffer): Fix doc-string typo.
8867
8868 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8869
8870 * eshell/eshell.el (eshell-command): Avoid using hooks.
8871
8872 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
8873
8874 * bindings.el ([M-left],[M-right]): Bind to left-word and
8875 right-word respectively.
8876
8877 2011-10-07 Glenn Morris <rgm@gnu.org>
8878
8879 * cus-start.el (debug-on-quit): Fix custom type.
8880
8881 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8882
8883 * subr.el (define-key-after): Clarify that the function is not
8884 useful for non-menu keymaps.
8885
8886 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8887
8888 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8889
8890 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8891 in current minibuffer (Fix bug with recursive minibuffers).
8892
8893 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * progmodes/gdb-mi.el (gdb): Doc fix.
8896
8897 2011-10-05 Martin Rudalics <rudalics@gmx.at>
8898
8899 * window.el (frame-auto-hide-function): New option replacing
8900 frame-auto-delete. Suggested by Stefan Monnier.
8901 (window--delete): Call frame-auto-hide-function instead of
8902 investigating frame-auto-delete.
8903 (window-point-1, set-window-point-1): New functions.
8904 (window-in-direction, record-window-buffer, window-state-get-1)
8905 (display-buffer-record-window): Use window-point-1 instead of
8906 window-point.
8907 (set-window-buffer-start-and-point): Use set-window-point-1.
8908
8909 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8912
8913 2011-10-05 Glenn Morris <rgm@gnu.org>
8914
8915 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8916 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8917
8918 2011-10-05 Leo Liu <sdl.web@gmail.com>
8919
8920 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8921 works with buffer object.
8922
8923 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8924
8925 * mpc.el (mpc-tool-bar-map): Add labels.
8926
8927 2011-10-04 Glenn Morris <rgm@gnu.org>
8928
8929 * calendar/holidays.el (calendar-check-holidays): Doc fix.
8930
8931 2011-10-04 Martin Rudalics <rudalics@gmx.at>
8932
8933 * window.el (window--delete): New function.
8934 (frame-auto-delete): Resuscitate option.
8935 (bury-buffer, replace-buffer-in-windows)
8936 (quit-window): Rewrite using window--delete.
8937 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
8938 Pass display-buffer-mark-dedicated to window--display-buffer-2
8939 (Bug#9639).
8940
8941 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8942
8943 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
8944 returns a list (bug#9554). Add remote file name completion.
8945 * comint.el (comint--table-subvert): Curry and get quote&unquote
8946 functions as arguments.
8947 (comint--complete-file-name-data): Adjust call accordingly.
8948 * pcomplete.el (pcomplete--table-subvert): Remove.
8949 (pcomplete-completions-at-point): Use comint--table-subvert instead.
8950
8951 * minibuffer.el (completion-table-case-fold): Use currying.
8952 (completion--styles-type, completion--cycling-threshold-type):
8953 New constants.
8954 (completion-styles, completion-category-overrides)
8955 (completion-cycle-threshold): Use them.
8956 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
8957 completion-table-case-fold.
8958
8959 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
8960
8961 * minibuffer.el (completion-category-overrides): Fix type of styles
8962 and add more user friendly tags (bug#9660).
8963
8964 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8965
8966 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
8967 (mule-input-method-string): New widget.
8968 (default-input-method, language-info-custom-alist): Use it.
8969
8970 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * pcomplete.el: Require comint.
8973 (pcomplete--common-suffix): Remove.
8974 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
8975 (pcomplete--table-subvert): Sync with comint--table-subvert.
8976 (pcomplete--entries): Use comint-completion-file-name-table.
8977 * comint.el (comint-unquote-filename): Simplify.
8978 (comint-completion-file-name-table): New function (bug#9616).
8979 (comint--complete-file-name-data): Use it.
8980
8981 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
8982 (pcmpl-gnu-tar-buffer): Remove.
8983 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
8984 around. Make sure pcomplete-suffix-list is only changed temporarily.
8985 Don't look inside the tar's file if it's too large.
8986
8987 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
8988
8989 * cus-edit.el (custom-mode-map):
8990 * epa.el (epa-key-list-mode-map):
8991 * man.el (Man-mode-map):
8992 * startup.el (splash-screen-keymap):
8993 * simple.el (special-mode-map): Use scroll-up-command and
8994 scroll-down-command.
8995
8996 * progmodes/idlw-help.el (idlwave-help-mode-map):
8997 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
8998 * net/newst-plainview.el (newsticker-mode-map):
8999 * emulation/ws-mode.el (wordstar-mode-map):
9000 * emulation/vi.el (vi-com-map):
9001 * calc/calc-graph.el (calc-graph-show-dumb):
9002 * term/sun.el (terminal-init-sun):
9003 * term/ns-win.el (global-map):
9004 * progmodes/grep.el (grep-mode-map):
9005 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9006 * mail/rmail.el (rmail-mode-map):
9007 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9008
9009 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9010 custom-safe-themes as special.
9011
9012 2011-10-01 Julien Danjou <julien@danjou.info>
9013
9014 * notifications.el (notifications-notify): Fix docstring.
9015
9016 2011-10-01 Per Starbäck <per@starback.se>
9017
9018 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9019
9020 2011-09-30 Martin Rudalics <rudalics@gmx.at>
9021
9022 * startup.el (command-line-1): Fix last fix by inserting
9023 initial-scratch-message into *scratch* before displaying it.
9024 (Bug#9605) and (Bug#9636)
9025
9026 2011-09-29 Eli Zaretskii <eliz@gnu.org>
9027
9028 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9029 window is hscrolled, move by logical lines. (Bug#9607)
9030 (line-move-visual): Update the doc string to the above effect.
9031
9032 2011-09-29 Martin Rudalics <rudalics@gmx.at>
9033
9034 * window.el (display-buffer-record-window): When WINDOW is the
9035 selected window use `point' instead of `window-point'. (Bug#9626)
9036
9037 * startup.el (command-line-1): Use insert-before-markers when
9038 inserting initial-scratch-message. (Bug#9605)
9039
9040 * help.el (help-window): Remove variable.
9041
9042 2011-09-29 Glenn Morris <rgm@gnu.org>
9043
9044 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9045
9046 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
9047
9048 * descr-text.el (describe-char-categories): Accept category
9049 descriptions more than one line long.
9050
9051 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9052
9053 * simple.el (delete-trailing-whitespace): Fix last change.
9054
9055 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9056 Don't confuse "y => 3" as the beginning of a `y' operation.
9057
9058 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9059 object has more than 4 slots (bug#9613).
9060
9061 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
9062
9063 * subr.el (with-output-to-temp-buffer):
9064 * net/quickurl.el (quickurl, quickurl-browse-url):
9065 Fix typos in docstrings.
9066
9067 2011-09-27 Eli Zaretskii <eliz@gnu.org>
9068
9069 * minibuffer.el (completion-styles)
9070 (completion-category-overrides): Cross reference each other in doc
9071 strings.
9072
9073 2011-09-27 Glenn Morris <rgm@gnu.org>
9074
9075 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9076 to split-string. (Bug#9606)
9077
9078 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9079
9080 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9081 (bug#9615).
9082
9083 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
9084
9085 * emacs-lisp/package.el (list-packages): Fix echo area message.
9086
9087 2011-09-27 Leo Liu <sdl.web@gmail.com>
9088
9089 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9090
9091 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
9092
9093 * net/dbus.el (dbus-unregister-object): Don't release services for
9094 registered signals. (Bug#9581)
9095
9096 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9097
9098 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9099 function that picks between cfengine 2 and 3 support
9100 automatically. Update docs accordingly.
9101
9102 2011-09-22 Kenichi Handa <handa@m17n.org>
9103
9104 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9105 ZERO.
9106 (indian-itrans-v5-table-for-tamil): New variable.
9107 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9108
9109 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9110
9111 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9112 that's true if the current command involved collapsing of text.
9113 It's reset to false at the beginning of the next command.
9114 (allout-post-command-business): Move the cursor to the beginning
9115 of entry if the cursor is hidden and collapsing activity just
9116 happened.
9117
9118 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
9119
9120 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9121 tracking (Bug#9541).
9122
9123 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
9124
9125 * net/newst-reader.el (newsticker-html-renderer)
9126 (newsticker-show-news): Automatically load html rendering package
9127 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9128 because w3m-fill-column is let-bound" and the error "Symbol's value
9129 as variable is void: w3m-fill-column".
9130
9131 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
9132
9133 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9134 Release services only if they are defined. (Bug#9581)
9135
9136 2011-09-23 Richard Stallman <rms@gnu.org>
9137
9138 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9139 distinguish start of paragraph from start of its text.
9140
9141 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9142
9143 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9144 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9145 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9146
9147 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9148
9149 * international/mule-diag.el (mule-diag): Insert a newline after
9150 each fontset description.
9151
9152 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9153
9154 * simple.el (delete-trailing-whitespace):
9155 Document last change; simplify.
9156
9157 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9158
9159 * simple.el (delete-trailing-whitespace): Also delete
9160 extra newlines at the end of the buffer.
9161
9162 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9163 (picture-newline): Use forward-line so as to ignore fields.
9164
9165 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9166
9167 * subr.el (with-wrapper-hook): Fix edebug spec.
9168
9169 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9170
9171 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9172 (bug#4538).
9173
9174 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
9175
9176 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9177 Fix nasty bug using wrong cached values.
9178
9179 2011-09-23 Alan Mackenzie <acm@muc.de>
9180
9181 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9182
9183 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
9184
9185 * window.el (pop-to-buffer): Ensure right window is selected if we
9186 chose another frame.
9187
9188 2011-09-22 Eli Zaretskii <eliz@gnu.org>
9189
9190 * simple.el (what-cursor-position): Use get-char-property-change
9191 and next-single-char-property-change, to be able to show display
9192 properties that come from overlays as well as text properties.
9193
9194 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
9195
9196 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9197
9198 * cmuscheme.el (run-scheme, switch-to-scheme):
9199 * cus-edit.el (customize-group, custom-buffer-create)
9200 (customize-browse):
9201 * info.el (info):
9202 * shell.el (shell):
9203 * mail/sendmail.el (mail):
9204 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9205
9206 2011-09-22 Richard Stallman <rms@gnu.org>
9207
9208 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9209 move back only to line beg, don't move back over blank lines.
9210
9211 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
9212
9213 * files.el (copy-directory): Set directory attributes only in case
9214 they could be retrieved from the source directory. (Bug#9565)
9215
9216 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9217
9218 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9219 (hs-find-block-beginning, hs-hide-level-recursive):
9220 Ignore strings as well as comments. (Bug#9502)
9221
9222 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9223
9224 * progmodes/sql.el (sql-comint-postgres):
9225 Convert port number to a string. (Bug#9566)
9226
9227 2011-09-22 Martin Rudalics <rudalics@gmx.at>
9228
9229 * window.el (quit-window): Undedicate window when switching to
9230 previous buffer. Reported by Thierry Volpiatto
9231 <thierry.volpiatto@gmail.com>.
9232 (special-display-popup-frame): When popping up a new frame reset
9233 its previous buffers to nil. Simplify code.
9234
9235 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
9236
9237 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9238 and process filter, as done also in `shell-command'.
9239
9240 2011-09-21 Martin Rudalics <rudalics@gmx.at>
9241
9242 * window.el (set-window-buffer-start-and-point):
9243 Call set-window-start with NOFORCE argument t.
9244 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9245 (quit-window): Reword doc-string. Handle new format of
9246 quit-restore parameter. Don't delete window if it has a
9247 previous buffer we can show instead of the present one.
9248 (display-buffer-record-window): Rewrite using a new format for
9249 the quit-restore window parameter
9250 (special-display-popup-frame, display-buffer-same-window)
9251 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9252 (display-buffer-pop-up-window, display-buffer-use-some-window):
9253 Adapt symbol passed to display-buffer-record-window.
9254 * help.el (help-window-setup): Handle new format of quit-restore
9255 parameter.
9256
9257 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9258
9259 * faces.el (face-list): Fix docstring (bug#9564).
9260
9261 * window.el (display-buffer--action-function-custom-type):
9262 Don't include internal functions in the Custom interface.
9263
9264 2011-09-20 Juri Linkov <juri@jurta.org>
9265
9266 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9267 (Info-forward-node, Info-backward-node, Info-next-preorder)
9268 (Info-last-preorder): Use it. (Bug#9528)
9269
9270 2011-09-20 Juri Linkov <juri@jurta.org>
9271
9272 * info.el (Info-last-preorder): Visit last menu item only when
9273 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9274
9275 2011-09-20 Julien Danjou <julien@danjou.info>
9276
9277 * password-cache.el (password-cache-remove): Remove entries even if the
9278 value is nil, so that password with a nil value (negative caching) is
9279 possible to invalidate.
9280
9281 2011-09-20 Lawrence Mitchell <wence@gmx.li>
9282
9283 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9284 all whitespace around breakpoint. (Bug#9553)
9285 (f90-find-breakpoint): Only break at whitespace inside a comment.
9286
9287 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9288
9289 * minibuffer.el (completion-file-name-table): Keep track of errors.
9290 (completion-table-with-predicate): Handle the case where pred1 is nil.
9291 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9292
9293 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9294
9295 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9296 (debugger-return-value): Signal an error if the debugging context does
9297 not await any return value.
9298
9299 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9300 * image-mode.el (image-toggle-display-text)
9301 (image-toggle-display-image): Stay away from evil `intangible'.
9302
9303 2011-09-19 Leo Liu <sdl.web@gmail.com>
9304
9305 * replace.el (occur-revert-arguments): Make it permanent-local.
9306 (occur-mode): Don't call font-lock-defontify.
9307
9308 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
9309
9310 * net/ldap.el (ldap-search-internal): Don't push empty search
9311 result (Bug#9508).
9312
9313 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9316
9317 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
9318
9319 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9320 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9321
9322 2011-09-18 Juri Linkov <juri@jurta.org>
9323
9324 * buff-menu.el (Buffer-menu-mode-map):
9325 * dired.el (dired-mode-map):
9326 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9327 (lisp-interaction-mode-map):
9328 * emacs-lisp/package.el (package-menu-mode-map):
9329 * epa.el (epa-key-list-mode-map):
9330 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9331 (menu-bar-options-menu):
9332 * outline.el (outline-mode-menu-bar-map):
9333 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9334 * vc/vc-dir.el (vc-dir-menu-map):
9335 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9336 Capitalize non-function content words in menu item strings.
9337
9338 * dired.el (dired-mode-map): Add menu item for
9339 `image-dired-dired-toggle-marked-thumbs'.
9340
9341 2011-09-18 Juri Linkov <juri@jurta.org>
9342
9343 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9344 to `isearch-case-fold-search' and restore its original value
9345 after the `isearch-mode' call.
9346
9347 2011-09-18 Juri Linkov <juri@jurta.org>
9348
9349 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9350 because `zgrep' returns 1 for successful matches (bug#9226).
9351
9352 2011-09-18 Juri Linkov <juri@jurta.org>
9353
9354 * info.el (Info-extract-menu-node-name): Check the second match
9355 for empty string (second test-case of bug#9528).
9356 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9357 intermediate nodes to the history (first test-case of bug#9528).
9358
9359 2011-09-18 Juri Linkov <juri@jurta.org>
9360
9361 * info.el (Info-mode-syntax-table): New variable.
9362 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9363
9364 2011-09-18 Juri Linkov <juri@jurta.org>
9365
9366 * info.el (Info-file-supports-index-cookies):
9367 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9368 outputs one more line for long file names (bug#4142).
9369
9370 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9371
9372 * newcomment.el (comment-normalize-vars): If prompting for
9373 comment-start, set comment-start-skip too (Bug#8424).
9374
9375 2011-09-18 Johan Bockgård <bojohan@gnu.org>
9376
9377 * icomplete.el: Fix previous fix of Bug#5849.
9378 (icomplete-mode): Don't set completion-show-inline-help.
9379 (icomplete-minibuffer-setup): Set completion-show-inline-help
9380 locally during icompletion.
9381
9382 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9383
9384 * woman.el (woman2-process-escapes): Don't delete unrecognized
9385 escapes (Bug#7843).
9386
9387 * files.el (inhibit-first-line-modes-regexps): Add image files.
9388 (hack-local-variables-prop-line): Return nil for malformed
9389 prop-lines (Bug#9044).
9390
9391 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
9392
9393 * net/tramp.el (top): Don't require 'shell.
9394 (tramp-methods): Fix docstring.
9395 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9396 Return complete remote file name. Handle "smb" case.
9397 Use `tramp-tmpdir', if defined for the respective method.
9398 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9399
9400 * net/tramp-compat.el (top): Require 'shell.
9401
9402 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9403 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9404 `tramp-current-host'.
9405 (tramp-get-remote-tmpdir): Remove.
9406
9407 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9408 `tramp-tmpdir' entries.
9409 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9410 (tramp-smb-handle-file-attributes): Ignore errors.
9411 (tramp-smb-wait-for-output): Check also for process end.
9412
9413 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9414
9415 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9416 when sending QUIT (bug#9312).
9417
9418 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
9419
9420 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9421 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9422 occur-mode-display-occurrence.
9423 (occur-edit-mode): Add usage message.
9424 (occur-cease-edit): New command.
9425 (occur-after-change-function): Use text properties to find the
9426 position of the prefix text.
9427 (occur-engine): Set stickiness of prefix text properties.
9428
9429 2011-09-17 Glenn Morris <rgm@gnu.org>
9430
9431 * progmodes/etags.el (complete-tag):
9432 Fix call to completion-in-region. (Bug#9526)
9433
9434 2011-09-17 Juri Linkov <juri@jurta.org>
9435
9436 * textmodes/ispell.el (ispell-word): Add to the error message
9437 the word, ispell program name and current dictionary (bug#9121).
9438 (ispell-tex-arg-end): Capitalize "error" in the error message.
9439
9440 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9441
9442 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9443 check. (Bug#4251)
9444
9445 2011-09-17 Juri Linkov <juri@jurta.org>
9446
9447 * window.el (window-safe-min-height, window-safe-min-width):
9448 Fix typos (followup to bug#9522).
9449
9450 2011-09-17 Sven Joachim <svenjoac@gmx.de>
9451
9452 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9453
9454 2011-09-16 Eli Zaretskii <eliz@gnu.org>
9455
9456 * simple.el (line-move): If goal-column is set, move by logical
9457 lines, not by display lines. (Bug#971)
9458 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9459 to reflect the above change.
9460
9461 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9462
9463 * image.el (imagemagick-register-types): Use regexp-opt.
9464
9465 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9466
9467 * window.el (display-buffer-base-action): Rename from
9468 display-buffer-default-action. Make default value empty.
9469 (display-buffer-overriding-action): Convert to defvar.
9470 (display-buffer-fallback-action): New var.
9471
9472 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9473
9474 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9475 declaration.
9476 (package--add-to-archive-contents): If there is a duplicate entry
9477 with an older version, remove it.
9478 (package-menu-mark-delete, package-menu-mark-install)
9479 (package-menu-mark-unmark): Make unused args optional.
9480 (package-menu-mark-obsolete-for-deletion):
9481 Use package-menu-get-status instead of a regexp search.
9482 (package-menu-get-status): Use tabulated-list-entry.
9483 (package-menu-mark-upgrades): New command.
9484 (package-menu-mode-map): Bind it to U. Add it to menu bar.
9485 (package-menu-execute): Do installation before deletion.
9486 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9487 instead of checking major-mode.
9488 (package-menu--find-upgrades): New function.
9489
9490 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9491
9492 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9493 passwords in the log buffer.
9494 (smtpmail-process-filter): Update the process marker so that the
9495 "broken by peer" status message is inserted in the right place.
9496
9497 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9500 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9501 bibtex-completion-at-point-function.
9502 (bibtex-completion-at-point-function): Use them.
9503
9504 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9505
9506 * mpc.el (mpc-constraints-tag-lookup): New function.
9507 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9508 also to browser "album|playlist".
9509
9510 2011-09-14 Juri Linkov <juri@jurta.org>
9511
9512 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9513 (isearch-edit-string): Use length of `isearch-string' when
9514 `isearch-fail-pos' returns nil.
9515 (isearch-message): Remove duplicate code and call
9516 `isearch-fail-pos' with arg `t'.
9517
9518 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
9519
9520 * replace.el (occur-mode-goto-occurrence): Don't force using other
9521 window (Bug#9499).
9522
9523 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9524
9525 2011-09-14 Martin Rudalics <rudalics@gmx.at>
9526
9527 * window.el (display-buffer-window): Remove.
9528 (display-buffer-record-window): Use help-setup window parameter
9529 instead of variable display-buffer-window.
9530 (display-buffer-function, special-display-buffer-names)
9531 (special-display-function): Mention help-setup parameter instead
9532 of display-buffer-window in doc-string.
9533 * help.el (help-window-setup): New argument help-window.
9534 Use help-window-setup parameter instead of display-buffer-window.
9535 Reword some messages.
9536 (with-help-window): Pass window used for displaying the buffer
9537 to help-window-setup. Don't set display-buffer-window.
9538
9539 2011-09-13 Glenn Morris <rgm@gnu.org>
9540
9541 * emacs-lisp/debug.el (debugger-make-xrefs):
9542 Preserve point. (Bug#9462)
9543
9544 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9545
9546 * window.el (window-deletable-p): Use next-frame.
9547
9548 2011-09-13 Martin Rudalics <rudalics@gmx.at>
9549
9550 * window.el (window-auto-delete): Remove.
9551 (window-deletable-p): Remove argument FORCE. Don't deal with
9552 dedication and previous buffers.
9553 (switch-to-prev-buffer): Don't delete window.
9554 (delete-windows-on): Delete a window's frame if and only if the
9555 window is dedicated.
9556 (replace-buffer-in-windows): Delete buffer's window or frame if
9557 and only if window is dedicated.
9558 (quit-window): Handle quit-restore as before last change.
9559 (bury-buffer): Delete window only if window-deletable-p returns t.
9560
9561 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9562
9563 * window.el (window-deletable-p): Never delete the last frame on a
9564 given terminal.
9565
9566 2011-09-13 Glenn Morris <rgm@gnu.org>
9567
9568 * help.el (describe-key-briefly): Copy previous standard-output change.
9569
9570 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
9571
9572 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9573
9574 2011-09-13 Glenn Morris <rgm@gnu.org>
9575
9576 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9577 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9578
9579 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
9580
9581 * dired-aux.el (dired-mark-read-string): Don't return default
9582 value on empty input (Bug#9361).
9583 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9584 Omit initial minibuffer contents.
9585 (dired-do-chmod): Signal an error on empty input.
9586 (dired-mark-read-string): Don't return default on empty input.
9587
9588 * files.el (file-modes-symbolic-to-number): Doc fix.
9589
9590 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * international/mule-cmds.el (ucs-completions): Remove.
9593 (read-char-by-name): Use complete-with-action instead; add metadata.
9594
9595 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9596
9597 * window.el (display-buffer--action-function-custom-type)
9598 (display-buffer--action-custom-type): New vars.
9599 (display-buffer-alist, display-buffer-default-action)
9600 (display-buffer-overriding-action): Add defcustom types.
9601
9602 * frame.el (delete-other-frames): Doc fix (Bug#276).
9603
9604 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9605
9606 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9607
9608 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9609
9610 Change modes that used same-window-* vars to use switch-to-buffer.
9611
9612 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9613 Use switch-to-buffer.
9614
9615 * cus-edit.el (customize-group, custom-buffer-create)
9616 (customize-browse, custom-buffer-create-other-window):
9617 Use switch-to-buffer or switch-to-buffer-other-window.
9618
9619 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9620 (Info-prev, Info-up, Info-speedbar-goto-node)
9621 (info-display-manual): Use switch-to-buffer.
9622 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9623
9624 * mail/sendmail.el (mail): Use switch-to-buffer.
9625 (mail-recover): Use switch-to-buffer-other-window.
9626
9627 * cmuscheme.el (run-scheme, switch-to-scheme):
9628 * ielm.el (ielm):
9629 * shell.el (shell):
9630 * net/rlogin.el (rlogin):
9631 * net/telnet.el (telnet, rsh):
9632 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9633
9634 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9635
9636 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9637
9638 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9639
9640 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9641 so don't mention it (bug#9301).
9642 (dired-sort-toggle-or-edit): Clarify string further.
9643
9644 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9645 match `x', `w32' and `ns', like the manual says (bug#9029).
9646
9647 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9648 (process-kill-buffer-query-function): Mention the buffer name in
9649 the query.
9650
9651 * image-mode.el (image-next-line): The line parameter is mandatory
9652 (bug#9258).
9653
9654 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9655 which can be useful (bug#9301).
9656
9657 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9658
9659 * subr.el (match-string): Mention that the current buffer should
9660 be the same as the search was done in (bug#9282).
9661
9662 * facemenu.el: Disable the remove-* commands if the mark isn't
9663 active (bug#9162).
9664
9665 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9668 of display-buffer.
9669 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9670
9671 * replace.el (occur-mode-goto-occurrence)
9672 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9673 and display-buffer.
9674
9675 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9676 display-buffer.
9677
9678 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9679 special-display and same-window variables.
9680 (mail-other-window): Use switch-to-buffer-other-window.
9681 (mail-other-frame): USe switch-to-buffer-other-frame.
9682
9683 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9684 Use display-buffer-other-frame.
9685 (gdb-display-gdb-buffer): Use pop-to-buffer.
9686
9687 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9688
9689 * progmodes/python.el: Don't set same-window-buffer-names.
9690
9691 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9692
9693 * window.el (display-buffer-alist): Add *Python*.
9694
9695 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9696
9697 * window.el (display-buffer-alist): Add entry for buffers
9698 previously handled same-window-*.
9699 (display-buffer-alist, display-buffer-default-action)
9700 (display-buffer-overriding-action): Mark as risky.
9701 (display-buffer-alist): Document action function changes.
9702 (display-buffer--same-window-action)
9703 (display-buffer--other-frame-action): New variables.
9704 (switch-to-buffer, display-buffer-other-frame): Use them.
9705 (display-buffer): Rename reuse-frame entry to reusable-frames.
9706 (display-buffer-reuse-selected-window): Function deleted.
9707 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9708 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9709 (display-buffer-special): New function.
9710 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9711 display-buffer-reuse-or-pop-window. Split off special-display
9712 part into display-buffer-special.
9713 (display-buffer-use-some-window): Don't perform any special
9714 pop-up-frames handling.
9715 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9716 (display-buffer--maybe-same-window): Rename from
9717 display-buffer-maybe-same-window.
9718
9719 * info.el: Don't set same-window-regexps.
9720 (info-setup): New function.
9721 (info-other-window, info): Call it.
9722
9723 * cus-edit.el: Don't set same-window-regexps.
9724 (customize-group): New argument.
9725 (customize-group-other-window): Use it.
9726 (customize-face, customize-face-other-window): Likewise.
9727 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9728
9729 * net/rlogin.el:
9730 * net/telnet.el:
9731 * progmodes/gud.el: Don't set same-window-regexps.
9732
9733 * cmuscheme.el:
9734 * ielm.el:
9735 * shell.el:
9736 * mail/sendmail.el:
9737 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9738
9739 2011-09-10 Juri Linkov <juri@jurta.org>
9740
9741 * isearch.el (isearch-edit-string): Remove obsolete mention of
9742 `C-w' (`isearch-yank-word-or-char') from docstring.
9743 (isearch-query-replace): Fix typo in docstring (bug#9466).
9744
9745 2011-09-10 Juri Linkov <juri@jurta.org>
9746
9747 * paren.el (show-paren-function): Don't show escaped parens.
9748 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9749
9750 2011-09-10 Eli Zaretskii <eliz@gnu.org>
9751
9752 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9753 (mm-default-file-encoding): Remove autoload forms, they are
9754 replaced with autoload cookies in mml.el and mm-encode.el.
9755 (mail-add-attachment): New command.
9756 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9757 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9758 the doc string.
9759 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9760
9761 2011-09-10 Reuben Thomas <rrt@sc3d.org>
9762
9763 * simple.el (count-words-region): Use buffer if there's no region
9764 (bug#9429).
9765
9766 2011-09-09 Juri Linkov <juri@jurta.org>
9767
9768 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9769 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9770 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9771
9772 2011-09-09 Alan Mackenzie <acm@muc.de>
9773
9774 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9775 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9776
9777 2011-09-09 Eli Zaretskii <eliz@gnu.org>
9778
9779 Fix for Savannah bug#9392.
9780 * simple.el (mail-encode-mml): New defvar.
9781
9782 * mail/rmail.el (mail-encode-mml): Add a defvar.
9783 (rmail-enable-mime-composing): Default to t.
9784 (rmail-forward): Use MIME method of forwarding only if both
9785 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9786 Set mail-encode-mml non-nil if the MIME method was used.
9787
9788 * mail/sendmail.el (mml-to-mime): Add autoload form.
9789 (mail-encode-mml): Add a defvar.
9790 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9791 to nil.
9792 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9793 message through mml-to-mime, and reset mail-encode-mml to nil.
9794
9795 2011-09-09 Glenn Morris <rgm@gnu.org>
9796
9797 * woman.el (woman-if-body): When processing an .el block,
9798 do not delete the next .el block as well. (Bug#9447)
9799 (woman-special-characters): Add oq, cq, and hy characters.
9800
9801 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9802
9803 * window.el (window-deletable-p): Make sure window is live before
9804 invoking window-prev-buffers.
9805
9806 2011-09-08 Leo Liu <sdl.web@gmail.com>
9807
9808 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9809
9810 2011-09-08 Juri Linkov <juri@jurta.org>
9811
9812 * progmodes/compile.el (compilation-environment): Make it
9813 a defcustom (bug#8340).
9814
9815 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9816
9817 * window.el (frame-auto-delete): Rename to window-auto-delete.
9818 Make it control auto-deletion of windows and/or frames.
9819 (window-deletable-p): New argument FORCE. Rewrite conditions
9820 for deleting window/frame. (Bug#9419)
9821 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9822 Rewrite handling of case when window/frame can be deleted.
9823 (delete-windows-on): Call window-deletable-p with new FORCE
9824 argument t. (Bug#9456)
9825
9826 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
9827
9828 * help-mode.el (help-mode): Restore autoload.
9829
9830 2011-09-07 Juri Linkov <juri@jurta.org>
9831
9832 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9833 `compilation-environment'. Set buffer-local
9834 `compilation-environment' to `thisenv' later after (funcall mode).
9835 (Bug#8340)
9836
9837 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9838 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9839 instead of replacing its value. (Bug#8340)
9840
9841 2011-09-07 Juri Linkov <juri@jurta.org>
9842
9843 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9844 based on text properties put by `grep-filter' instead of matching
9845 escape sequences.
9846 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9847 to the value of `grep-error-screen-columns' (bug#9438).
9848
9849 2011-09-07 Juri Linkov <juri@jurta.org>
9850
9851 * simple.el (next-error-highlight, next-error-highlight-no-select):
9852 Doc fix (bug#9432).
9853
9854 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9855
9856 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9857 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9858
9859 2011-09-07 Leo Liu <sdl.web@gmail.com>
9860
9861 * net/rcirc.el (rcirc-mode): Conditionally initialize
9862 rcirc-input-ring.
9863
9864 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9865
9866 * emacs-lisp/find-func.el (find-function-C-source): Only set
9867 find-function-C-source-directory after checking that we found a source
9868 file there (bug#9440).
9869
9870 2011-09-06 Alan Mackenzie <acm@muc.de>
9871
9872 * isearch.el (isearch-other-meta-char): Wherever a key list is
9873 unread, "unread" the prefix arg, too. This fixes bug #8901.
9874
9875 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9876
9877 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9878
9879 2011-09-05 Juri Linkov <juri@jurta.org>
9880
9881 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9882
9883 2011-09-05 Juri Linkov <juri@jurta.org>
9884
9885 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9886 keeping point where processing of grep matches begins, and
9887 continue to delete remaining escape sequences from the same point.
9888 (grep-filter): Make leading zero optional in "0?1;31m" because
9889 git-grep emits "\033[1;31m" escape sequences unlike expected
9890 "\033[01;31m" as GNU Grep does (bug#9408).
9891 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9892
9893 2011-09-05 Juri Linkov <juri@jurta.org>
9894
9895 * subr.el (y-or-n-p): Capitalize "yes".
9896
9897 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
9898
9899 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9900 `tramp-cache-unload-hook' where appropriate.
9901 (tramp-methods): Rename `tramp-remote-sh' to
9902 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9903 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9904
9905 * net/tramp-sh.el (top): Don't require 'shell.
9906 (tramp-methods): Add `tramp-remote-shell' and
9907 `tramp-remote-shell-args' entries.
9908 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9909 (tramp-sh-handle-shell-command): Remove.
9910 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9911 Use `tramp-remote-shell'.
9912
9913 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
9914
9915 * mail/sendmail.el (sendmail-query-once-function): Delete.
9916 (sendmail-query-once): Save directly to send-mail-function.
9917 Update message-send-mail-function too.
9918
9919 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9920
9921 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9922
9923 * progmodes/python.el (python-mode-map): Use correct function to
9924 start python interpreter from menu-bar (as reported by Geert
9925 Kloosterman).
9926 (inferior-python-mode-map): Fix typo.
9927 (python-shell-map): Remove.
9928
9929 2011-09-03 Deniz Dogan <deniz@dogan.se>
9930
9931 * net/rcirc.el (rcirc-print): Simplify code for
9932 rcirc-scroll-show-maximum-output. There is no need to walk
9933 through all windows to find the right one.
9934
9935 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9936
9937 * help.el (help-return-method): Doc fix.
9938
9939 2011-09-03 Martin Rudalics <rudalics@gmx.at>
9940
9941 * window.el (window-deletable-p): Don't return a non-nil value
9942 when there's a buffer that was shown in the window before.
9943 (Bug#9419)
9944 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9945 Set window's previous buffers to nil.
9946
9947 2011-09-03 Eli Zaretskii <eliz@gnu.org>
9948
9949 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
9950 newline before and after the tag line, so it doesn't interfere
9951 with determining the paragraph direction of bidirectional text.
9952
9953 2011-09-03 Leo Liu <sdl.web@gmail.com>
9954
9955 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
9956
9957 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
9958
9959 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
9960 (pop-to-buffer): Change interactive spec. Pass second argument
9961 directly to display-buffer.
9962 (display-buffer): Fix interactive spec. Use functionp to
9963 distinguish between a function and a list of functions.
9964
9965 * abbrev.el (edit-abbrevs):
9966 * arc-mode.el (archive-extract):
9967 * autoinsert.el (auto-insert):
9968 * bookmark.el (bookmark-bmenu-list):
9969 * files.el (find-file):
9970 * view.el (view-buffer):
9971 * progmodes/compile.el (compilation-goto-locus):
9972 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
9973
9974 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
9975
9976 * window.el (display-buffer-alist): Doc fix.
9977 (display-buffer): Add docstring. Don't treat
9978 display-buffer-default specially.
9979 (display-buffer-reuse-selected-window)
9980 (display-buffer-same-window, display-buffer-maybe-same-window)
9981 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9982 (display-buffer-pop-up-window)
9983 (display-buffer-reuse-or-pop-window)
9984 (display-buffer-use-some-window): New functions.
9985 (display-buffer-default-action): Use them.
9986 (display-buffer-default): Delete.
9987 (pop-to-buffer-1): Fix choice of actions.
9988
9989 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * minibuffer.el (completion--insert-strings): Don't get confused by
9992 completion entries that end with an LF char.
9993
9994 2011-09-01 Eli Zaretskii <eliz@gnu.org>
9995
9996 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
9997
9998 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
9999
10000 * window.el (display-buffer): Restore interactive spec.
10001 (display-buffer-same-window, display-buffer-other-window):
10002 New functions.
10003 (pop-to-buffer-1): New function. Use the above.
10004 (pop-to-buffer, pop-to-buffer-same-window): Use it.
10005 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10006
10007 * view.el (view-buffer-other-window, view-buffer-other-frame):
10008 Just use pop-to-buffer.
10009
10010 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10011
10012 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10013
10014 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10015
10016 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10017
10018 2011-08-31 Richard Stallman <rms@gnu.org>
10019
10020 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10021 of the separation of rmail-view-buffer from rmail-buffer.
10022 If you say no to "replace original", the decrypt is in the
10023 view buffer. If you say yes, the decrypt goes into the
10024 rmail buffer also.
10025
10026 2011-08-31 Martin Rudalics <rudalics@gmx.at>
10027
10028 * window.el (display-buffer-window): Rewrite doc-string.
10029 (display-buffer-record-window): New function.
10030 (display-buffer-macro-specifiers)
10031 (display-buffer-even-window-sizes, display-buffer-set-height)
10032 (display-buffer-set-width, display-buffer-in-window)
10033 (display-buffer-reuse-window, display-buffer-split-specifiers)
10034 (display-buffer-side-specifiers, display-buffer-split-window-1)
10035 (display-buffer-split-window, display-buffer-split-atom-window)
10036 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10037 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10038 (display-buffer-other-window-means-other-frame)
10039 (display-buffer-normalize-special)
10040 (display-buffer-normalize-default)
10041 (display-buffer-normalize-argument)
10042 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10043 (display-buffer-normalize-specifiers, display-buffer-frame)
10044 (display-buffer-same-window, display-buffer-same-frame)
10045 (display-buffer-other-window)
10046 (display-buffer-same-frame-other-window)
10047 (display-buffer-other-frame, pop-to-buffer-same-window)
10048 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10049 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10050 (switch-to-buffer-same-frame)
10051 (switch-to-buffer-other-window-same-frame)
10052 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10053 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10054 (display-buffer-alist-set): Remove.
10055 (display-buffer-function, special-display-buffer-names)
10056 (special-display-regexps, special-display-function):
10057 In doc-string refer to display-buffer-window and quit-restore
10058 parameter.
10059 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10060 (special-display-frame-alist, special-display-popup-frame)
10061 (same-window-buffer-names, same-window-regexps, same-window-p)
10062 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10063 (split-window-preferred-function, split-height-threshold)
10064 (split-width-threshold, window-splittable-p)
10065 (split-window-sensibly, window--try-to-split-window)
10066 (window--frame-usable-p, even-window-heights)
10067 (window--even-window-heights, window--display-buffer-1)
10068 (window--display-buffer-2, display-buffer-other-frame):
10069 Restore old Emacs 23 code, order and doc-strings where applicable.
10070 (display-buffer-default, display-buffer-assq-regexp): New functions.
10071 (display-buffer-alist): Rewrite doc-string.
10072 (display-buffer-default-action)
10073 (display-buffer-overriding-action): New variables.
10074 (display-buffer, switch-to-buffer): Rewrite.
10075 (pop-to-buffer): Restore Emacs 23 behavior but use
10076 window-normalize-buffer-to-display.
10077 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10078 Restore Emacs 23 behavior but use
10079 window-normalize-buffer-to-switch-to.
10080 (pop-to-buffer-same-window): Rewrite.
10081 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10082 Rewrite using Emacs 23 options.
10083
10084 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
10085
10086 * net/tramp.el (tramp-root-regexp): Remove.
10087 (tramp-completion-file-name-regexp-unified)
10088 (tramp-completion-file-name-regexp-separate)
10089 (tramp-completion-file-name-regexp-url): Don't use leading volume
10090 letter on win32 systems. (Bug#5303, Bug#9311)
10091 (tramp-drop-volume-letter): Simplify definition.
10092 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10093
10094 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10095
10096 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10097 (bug#9356).
10098
10099 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10100
10101 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10102
10103 2011-08-29 Juri Linkov <juri@jurta.org>
10104
10105 * isearch.el (isearch-done): Don't display message "Mark saved"
10106 when arg `edit' is non-nil to prevent its flicker in the echo area.
10107
10108 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10109
10110 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10111 obsolete packages for deletion.
10112
10113 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10114
10115 * help-mode.el (help-mode-map): Add special-mode-map to parent.
10116 (help-mode): Derive help-mode from special-mode. Don't invoke
10117 view-mode from help-mode.
10118 (help-xref-override-view-map): Remove.
10119 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10120 view-mode is not used anymore.
10121
10122 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10123
10124 * server.el (server-port): Doc fix.
10125
10126 * cus-theme.el (custom-theme-choose-mode): Inherit from
10127 special-mode (Bug#9124).
10128 (custom-theme-choose-mode-map): Add special-mode to parent.
10129
10130 2011-08-28 Alan Mackenzie <acm@muc.de>
10131
10132 * progmodes/cc-fonts.el
10133 (c-make-font-lock-BO-decl-search-function): New function.
10134 (c-basic-matchers-after - "Fontify the clauses after various
10135 keywords"): Extract the three keyword lists for the 3 erroneous
10136 constructs from the list of four, and use the new function above
10137 in place of an old one.
10138
10139 2011-08-28 Deniz Dogan <deniz@dogan.se>
10140
10141 * net/rcirc.el (rcirc-insert-prev-input)
10142 (rcirc-insert-next-input): Remove unused argument.
10143
10144 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10147
10148 2011-08-27 Alan Mackenzie <acm@muc.de>
10149
10150 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10151 handle function pointer parameters properly.
10152
10153 2011-08-27 Martin Rudalics <rudalics@gmx.at>
10154
10155 * window.el (display-buffer-reuse-window): Fix case where
10156 selected window was reused with non-nil OTHER-WINDOW argument.
10157 (Bug#9381)
10158
10159 2011-08-27 Deniz Dogan <deniz@dogan.se>
10160
10161 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10162 oftc's NickServ messages.
10163
10164 2011-08-27 Glenn Morris <rgm@gnu.org>
10165
10166 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10167
10168 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
10169
10170 * emacs-lisp/package.el (package-install): Call package-initialize
10171 if called interactively.
10172
10173 2011-08-26 Leo Liu <sdl.web@gmail.com>
10174
10175 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10176
10177 2011-08-25 Juri Linkov <juri@jurta.org>
10178
10179 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10180 `search-whitespace-regexp' (bug#9364).
10181
10182 2011-08-25 Juri Linkov <juri@jurta.org>
10183
10184 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10185 `regexp-search-ring' to their global values to protect from
10186 updating by `read-from-minibuffer' (bug#9185).
10187
10188 2011-08-25 Juri Linkov <juri@jurta.org>
10189
10190 * textmodes/ispell.el (ispell-command-loop): Add newline
10191 at the end of the "Use option `i'..." line.
10192
10193 2011-08-25 Juri Linkov <juri@jurta.org>
10194
10195 * battery.el (display-battery-mode): If `battery-status-function'
10196 or `battery-mode-line-format' is nil, display the message and set
10197 `display-battery-mode' to nil (bug#9363).
10198
10199 2011-08-25 Eli Zaretskii <eliz@gnu.org>
10200
10201 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10202 bidi-string-mark-left-to-right; they are unnecessary now.
10203
10204 2011-08-25 Deniz Dogan <deniz@dogan.se>
10205
10206 * net/quickurl.el: Documentation typo fixes.
10207
10208 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
10209
10210 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10211
10212 2011-08-25 Glenn Morris <rgm@gnu.org>
10213
10214 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10215
10216 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10217 (smtpmail-via-smtp): Handle nil response from smtp.
10218
10219 2011-08-24 Juri Linkov <juri@jurta.org>
10220
10221 * proced.el (proced-marked): Inherit from `error' instead of
10222 `font-lock-warning-face'.
10223
10224 * ibuffer.el (ibuffer-marked-face): Change default face from
10225 `font-lock-warning-face' to `warning'.
10226 (ibuffer-deletion-face): Change default face from
10227 `font-lock-type-face' to `error'.
10228
10229 * battery.el (battery-update): Use the face `error' instead of
10230 `font-lock-warning-face' (bug#6117).
10231
10232 2011-08-24 Juri Linkov <juri@jurta.org>
10233
10234 * faces.el (success): Change face color from "Green3" to
10235 "ForestGreen" on light background (bug#9353).
10236
10237 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
10238
10239 * window.el (quit-window): Rename from quit-restore-window.
10240 Use same arglist as old quit-window.
10241 (frame-auto-delete): Doc fix.
10242
10243 * view.el (view-mode-exit): Use quit-window.
10244
10245 2011-08-24 Juri Linkov <juri@jurta.org>
10246
10247 * isearch.el (isearch-ring-adjust1): Start visiting previous
10248 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10249 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10250 for empty search string (when the last search string is reused
10251 automatically) to adjust the isearch ring to the last element and
10252 prepare the correct index for further M-p commands (bug#9185).
10253
10254 2011-08-24 Kenichi Handa <handa@m17n.org>
10255
10256 * international/ucs-normalize.el: If decomposition property of
10257 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10258 nil.
10259 (nfd, nfkd): Likewise.
10260
10261 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10264 from process filters aren't reliably transmitted to the surrounding
10265 accept-process-output.
10266 (mpc-proc-check): New function.
10267 (mpc-proc-sync): Use it (bug#8293)
10268
10269 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10272 Add compatibility functions (bug#9313).
10273
10274 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10275
10276 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10277
10278 * international/uni-bidi.el: Regenerate.
10279
10280 2011-08-23 Kenichi Handa <handa@m17n.org>
10281
10282 * international/charprop.el:
10283 * international/uni-bidi.el:
10284 * international/uni-category.el:
10285 * international/uni-combining.el:
10286 * international/uni-comment.el:
10287 * international/uni-decimal.el:
10288 * international/uni-decomposition.el:
10289 * international/uni-digit.el:
10290 * international/uni-lowercase.el:
10291 * international/uni-mirrored.el:
10292 * international/uni-name.el:
10293 * international/uni-numeric.el:
10294 * international/uni-old-name.el:
10295 * international/uni-titlecase.el:
10296 * international/uni-uppercase.el: Regenerate.
10297
10298 2011-08-23 Martin Rudalics <rudalics@gmx.at>
10299
10300 * help.el (help-window-setup): Fix message displayed when other
10301 window is reused. (Bug#9341)
10302
10303 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10306 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10307
10308 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10309 Mark obsolete.
10310 * shell.el (shell-parse-pcomplete-arguments): New function.
10311 (shell-completion-vars): Use it instead (bug#9160).
10312
10313 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10316 strings and comments (bug#9333).
10317
10318 * emacs-lisp/debug.el (debug-arglist): New function.
10319 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10320 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10321
10322 2011-08-22 Juri Linkov <juri@jurta.org>
10323
10324 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10325 Revert regexp that highlights output switches to its old
10326 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10327
10328 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10329 to check for empty output (bug#9226).
10330
10331 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10334 symbol-constituent as the default, as that stops font-lock from
10335 working properly (Bug#8843).
10336
10337 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10338
10339 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10340 `coding-system-for-*' around the process open call to avoid
10341 auth-source side effects.
10342 (smtpmail-try-auth-methods): Expand the secret password.
10343 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10344 probe hangs.
10345
10346 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10347
10348 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10349
10350 * emacs-lisp/find-func.el (find-function-noselect): New arg
10351 lisp-only.
10352
10353 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10354 signal an error for built-in functions (Bug#6664).
10355
10356 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10357
10358 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10359 (smtpmail-try-auth-methods): Use it.
10360
10361 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10362
10363 * font-lock.el (font-lock-fontify-region)
10364 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10365 (font-lock-default-unfontify-buffer)
10366 (font-lock-default-fontify-region)
10367 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10368
10369 * progmodes/compile.el (compilation-error-properties):
10370 Fix confusion between file struct and message struct (Bug#9319).
10371 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10372 `ant' regexp.
10373
10374 * net/browse-url.el (browse-url-firefox): Don't call
10375 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10376
10377 2011-08-20 Glenn Morris <rgm@gnu.org>
10378
10379 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10380
10381 * tutorial.el (tutorial--default-keys): Update some default bindings.
10382
10383 * files.el (hack-local-variables): Fully ignore case for "mode:".
10384
10385 2011-08-20 Alan Mackenzie <acm@muc.de>
10386
10387 Resolve invalid use of a regexp in regexp-opt.
10388
10389 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10390 detection for a java annotation.
10391
10392 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10393 detection for a java annotation.
10394
10395 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10396 handling for java.
10397 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10398
10399 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
10400
10401 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10402 (Bug#9274).
10403
10404 2011-08-20 Alan Mackenzie <acm@muc.de>
10405
10406 Fontify CPP expressions correctly when starting in the middle of
10407 such a construct. Mainly for when jit-lock etc. starts a chunk
10408 here.
10409
10410 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10411 variable.
10412 (c-make-font-lock-search-form): New function, extracted from
10413 c-make-font-lock-search-function.
10414 (c-make-font-lock-search-function): Use the above function.
10415 (c-make-font-lock-context-search-function): New function.
10416 (c-cpp-matchers): Enhance the preprocessor expression case with
10417 the above function
10418 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10419 which takes an expression.
10420
10421 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10422
10423 2011-08-20 Martin Rudalics <rudalics@gmx.at>
10424
10425 * window.el (display-buffer-reuse-window)
10426 (display-buffer-pop-up-window): Don't reuse or split a side
10427 window.
10428
10429 2011-08-19 Glenn Morris <rgm@gnu.org>
10430
10431 * files.el (hack-local-variables-prop-line, hack-local-variables):
10432 Downcase "Mode:". (Bug#9331)
10433
10434 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
10435
10436 * international/characters.el: Add L and R categories.
10437
10438 * subr.el (bidi-string-mark-left-to-right): Rename from
10439 string-mark-left-to-right. Use category search.
10440
10441 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10442
10443 2011-08-18 Juri Linkov <juri@jurta.org>
10444
10445 * faces.el (error, warning, success): New faces with definitions
10446 copied from old default values of `font-lock-warning-face',
10447 `compilation-warning', `compilation-info' (bug#6117).
10448
10449 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10450
10451 * progmodes/compile.el (compilation-error): Inherit from `error'.
10452 (compilation-warning): Inherit from `warning'.
10453 (compilation-info): Inherit from `success'.
10454
10455 * dired.el (dired-marked): Inherit from `warning'.
10456 (dired-flagged): Inherit from `error'.
10457
10458 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10459
10460 * mail/smtpmail.el (auth-source): Require to avoid problems with
10461 binding variables (bug#9298). Also clean up some unused
10462 autoloads.
10463
10464 * net/network-stream.el (network-stream-open-starttls):
10465 Support using starttls.el without using gnutls-cli.
10466
10467 2011-08-17 Juri Linkov <juri@jurta.org>
10468
10469 * progmodes/grep.el (rgrep): Handle the case when
10470 `grep-find-command' is a cons cell (bug#9278).
10471
10472 2011-08-17 Martin Rudalics <rudalics@gmx.at>
10473
10474 * window.el (display-buffer-pop-up-frame): Run frame creation
10475 function with BUFFER current (as special-display-popup-frame
10476 does). Reported by Drew Adams.
10477
10478 2011-08-17 Daiki Ueno <ueno@unixuser.org>
10479
10480 * epa-mail.el: Simplify GnuPG group expansion using
10481 epg-expand-group.
10482 (epa-mail-group-alist, epa-mail-group-modtime)
10483 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10484 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10485 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10486 Remove.
10487
10488 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
10489
10490 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10491
10492 2011-08-16 Alan Mackenzie <acm@muc.de>
10493
10494 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10495 Correct, to avoid the inside of macros.
10496
10497 2011-08-16 Richard Stallman <rms@gnu.org>
10498
10499 * epa-mail.el: Handle GnuPG group definitions.
10500 (epa-mail-group-alist, epa-mail-group-modtime)
10501 (epa-mail-gnupg-conf-file): New variables.
10502 (epa-mail-parse-groups, epa-mail-sync-groups)
10503 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10504 (epa-mail-expand-recipients): New functions.
10505 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10506
10507 * mail/rmail.el (rmail-epa-decrypt): New command.
10508
10509 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10510 Don't bind buffer-read-only, just inhibit-read-only.
10511 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10512 (epa-decrypt-armor-in-region): Make error message clearer.
10513
10514 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10515
10516 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10517 and "a2b" to "ab" for `prefix'.
10518
10519 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
10520
10521 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10522 filter groups.
10523 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10524 Fourquet (Bug#8804).
10525
10526 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
10527
10528 * startup.el (argi): Declare as global variable (bug#9275).
10529
10530 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
10531
10532 * subr.el (string-mark-left-to-right): Search the entire string
10533 for RTL script, not just the terminating character. Doc fix.
10534
10535 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10536
10537 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10538 New function.
10539 (js--regexp-literal, js-syntax-propertize-function): Remove.
10540 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10541 (js-mode-map): Don't rebind electric keys.
10542 (js-insert-and-indent): Remove.
10543 (js-mode): Setup electric-layout and electric-indent instead.
10544
10545 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10546
10547 2011-08-12 Daiki Ueno <ueno@unixuser.org>
10548
10549 * epa.el (epa-progress-callback-function): Fix the logic of
10550 displaying progress.
10551 * epa-file.el (epa-file-insert-file-contents): Make progress
10552 display more user-friendly.
10553 (epa-file-write-region): Ditto.
10554
10555 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
10556
10557 * subr.el (string-mark-left-to-right): New function.
10558
10559 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10560 Use string-mark-left-to-right.
10561 (list-buffers-noselect): Caller changed.
10562
10563 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10564 Use string-mark-left-to-right.
10565 (tabulated-list-print): Recenter after moving point.
10566
10567 2011-08-10 Juri Linkov <juri@jurta.org>
10568
10569 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10570 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10571 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10572
10573 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
10574
10575 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10576 (Bug#7554).
10577
10578 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
10579
10580 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10581 character. (Bug#6594)
10582
10583 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
10584
10585 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10586 (image-dired--with-db-file): New macro.
10587 (image-dired-write-tags, image-dired-remove-tag)
10588 (image-dired-create-gallery-lists, image-dired-write-comments)
10589 (image-dired-get-comment, image-dired-mark-tagged-files)
10590 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10591 (image-dired-gallery-generate): Use insert-file-contents.
10592
10593 * time.el (display-time-world-list, display-time-world-display):
10594 * time-stamp.el (time-stamp-string):
10595 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10596 set-time-zone-rule (Bug#7337).
10597
10598 2011-08-08 Daiki Ueno <ueno@unixuser.org>
10599
10600 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10601 (epg-error-to-string, epg-errors-to-string): New function.
10602 (epg-wait-for-completion): Reverse errors list.
10603 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10604 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10605 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10606 (epg-sign-keys, epg-generate-key-from-file)
10607 (epg-generate-key-from-string): Format errors by using
10608 epg-errors-to-string (bug#9255).
10609 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10610
10611 2011-08-07 Juri Linkov <juri@jurta.org>
10612
10613 * faces.el (list-faces-display): Remove extra angle bracket
10614 from `help-mode-map'.
10615
10616 * info.el (Info-history-toc-nodes): Doc fix.
10617
10618 * longlines.el (longlines-mode): Doc fix.
10619
10620 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10623 of statements and in a few more cases (bug#9183).
10624
10625 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10626 New functions.
10627 (cl-transform-lambda): Use them (bug#9239).
10628
10629 2011-08-05 Martin Rudalics <rudalics@gmx.at>
10630
10631 * window.el (display-buffer-same-window)
10632 (display-buffer-same-frame, display-buffer-other-window)
10633 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10634 (pop-to-buffer-other-window)
10635 (pop-to-buffer-same-frame-other-window)
10636 (pop-to-buffer-other-frame): Make them defuns.
10637 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10638
10639 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * subr.el (make-composed-keymap): Move from C. Change calling
10642 convention, and improve docstring to bring attention to a subtle point.
10643 * minibuffer.el (completing-read-default): Adjust accordingly.
10644
10645 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10646
10647 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10648 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10649
10650 * net/trampver.el: Update release number.
10651
10652 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10655 "in" (bug#9190).
10656
10657 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10658
10659 * mail/sendmail.el (sendmail-query-once): Restore the current
10660 buffer after querying (bug#9074).
10661
10662 * dired.el (dired-flagged): Use different faces for marked and
10663 flagged files (bug#6117).
10664
10665 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10666 (bug#4433).
10667
10668 * ido.el (ido-mode): Switch off the message if called
10669 non-interactively.
10670
10671 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10672 before 587, since it appears that that's more likely to work for
10673 more people.
10674
10675 * cus-edit.el (custom-file): When running under emacs -q, always
10676 refuse to save the customizations, even if the .emacs file doesn't
10677 exist.
10678
10679 * info.el: Remove the `Info-beginning-of-buffer' function
10680 (bug#8325).
10681
10682 * net/network-stream.el (network-stream-open-starttls):
10683 Use `starttls-available-p' to see whether starttls.el can be used.
10684
10685 2011-08-01 Martin Rudalics <rudalics@gmx.at>
10686
10687 * window.el (display-buffer-in-window): Don't set dedicated status
10688 of window here (Bug#9215).
10689 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10690 (display-buffer-pop-up-side-window)
10691 (display-buffer-in-side-window): Set dedicated status of window here.
10692
10693 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10696 before binding generated-autoload-file.
10697
10698 2011-08-01 Deniz Dogan <deniz@dogan.se>
10699
10700 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10701
10702 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
10703
10704 Sync with Tramp 2.2.2.
10705
10706 * net/trampver.el: Update release number.
10707
10708 2011-07-30 Juri Linkov <juri@jurta.org>
10709
10710 * dired-aux.el (dired-touch-initial): Remove function.
10711 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10712 current time, and `default' to the last modification time of the
10713 current marked file (bug#6887).
10714
10715 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10716
10717 * simple.el (goto-line): Use string-to-number to provide a
10718 numeric argument to read-number (bug#9163).
10719
10720 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
10721
10722 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10723 connection process, it could be nil.
10724
10725 2011-07-27 Leo Liu <sdl.web@gmail.com>
10726
10727 Simplify url handling in rcirc-mode.
10728
10729 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10730 (rcirc-browse-url-at-mouse): Remove.
10731 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10732
10733 2011-07-26 Alan Mackenzie <acm@muc.de>
10734
10735 Fontify bitfield declarations properly.
10736
10737 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10738 (c-symbol-chars): Now exported as a lang variable.
10739 (c-not-primitive-type-keywords): New lang variable.
10740
10741 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10742 QT keyword "more" to prevent "more slots: ...." being spuriously
10743 parsed as a bitfield declaration.
10744
10745 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10746 Refactor and enhance to handle bitfield declarations.
10747 (c-punctuation-in): New function.
10748 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10749 declarations properly.
10750
10751 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
10752
10753 * calendar/icalendar.el (icalendar--all-events): Take care of
10754 multiple vcalendars in a single file.
10755 (icalendar--convert-float-to-ical): Checkdoc fixes.
10756
10757 2011-07-25 Deniz Dogan <deniz@dogan.se>
10758
10759 * image.el (insert-image): Clarifying docstring.
10760
10761 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
10762
10763 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10764 `tramp-send-command-and-check' if there is no error.
10765 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10766
10767 2011-07-22 Alan Mackenzie <acm@muc.de>
10768
10769 Prevent cc-langs.elc being loaded at run time.
10770
10771 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10772 cc-langs.
10773
10774 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
10775 "(require 'cc-langs)". Quote a form so it will evaluate at
10776 (cc-mode's) compilation time.
10777
10778 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
10779
10780 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10781 loading. (Bug#9114)
10782
10783 2011-07-21 Martin Rudalics <rudalics@gmx.at>
10784
10785 * window.el (display-buffer-pop-up-window)
10786 (display-buffer-pop-up-side-window)
10787 (display-buffer-in-side-window): Call display-buffer-set-height
10788 and display-buffer-set-width after setting the new window's
10789 buffer so `fit-window-to-buffer' and friends work on the right buffer.
10790
10791 2011-07-20 Sam Steingold <sds@gnu.org>
10792
10793 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10794 (etags-tags-included-tables): Call `convert-standard-filename' on
10795 the file names contained in TAGS so that windows Emacs can handle
10796 TAGS files created by cygwin ctags.
10797
10798 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10799
10800 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10801 which apparently didn't work.
10802
10803 2011-07-19 Roland Winkler <winkler@gnu.org>
10804
10805 * proced.el (proced-send-signal): For *Marked Processes* buffer
10806 put point at beginning of buffer.
10807
10808 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
10809
10810 * proced.el (proced-format): Make header lines align with the text
10811 (bug#1779).
10812
10813 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10814
10815 * view.el (view-buffer): Allow running in `special' modes if we're
10816 visiting a file (bug#8615).
10817
10818 2011-07-19 Martin Rudalics <rudalics@gmx.at>
10819
10820 * window.el (display-buffer-alist-of-strings-p)
10821 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10822 New functions.
10823 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10824 more accurately.
10825
10826 2011-07-18 Alan Mackenzie <acm@muc.de>
10827
10828 Fontify declarators properly when, e.g., a jit-lock chunk begins
10829 inside a declaration.
10830
10831 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10832
10833 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10834 New function.
10835 (c-complex-decl-matchers): Insert reference to
10836 c-font-lock-enclosing-decls.
10837
10838 * progmodes/cc-engine.el (c-backward-single-comment):
10839 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10840 to nil around calls to (forward-comment -1).
10841
10842 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10843
10844 * image.el (put-image): Doc typo fix.
10845
10846 * progmodes/etags.el (tags-search): Doc typo fix.
10847
10848 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10849 password if we get errors 550 to 554.
10850
10851 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10852
10853 * net/gnutls.el (gnutls-log-level): Remove.
10854
10855 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10856 indentation character (bug#6380).
10857
10858 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10859
10860 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10861 to clarify what the problem is (bug#4291).
10862
10863 * simple.el (current-kill): Clarify what
10864 `interprogram-paste-function' does (bug#7500).
10865 (auto-fill-mode): Document `auto-fill-function' in relation to
10866 `auto-fill-mode' (bug#2470).
10867
10868 2011-07-16 Lawrence Mitchell <wence@gmx.li>
10869
10870 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10871 method if slot is read-only (bug#9035).
10872
10873 2011-07-16 Martin Rudalics <rudalics@gmx.at>
10874
10875 * frame.el (select-frame-set-input-focus): New argument NORECORD.
10876 * window.el (pop-to-buffer): Select window used even if it was
10877 selected before, see discussion of (Bug#8615), (Bug#6954).
10878 Pass argument NORECORD on to select-frame-set-input-focus.
10879
10880 2011-07-15 Glenn Morris <rgm@gnu.org>
10881
10882 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
10883 Respect help-form.
10884
10885 2011-07-09 Lawrence Mitchell <wence@gmx.li>
10886
10887 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10888 (gnutls-negotiate): Use it.
10889
10890 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10891
10892 * net/gnutls.el (gnutls-negotiate):
10893 Upcase `gnutls-algorithm-priority'.
10894
10895 2011-07-15 Glenn Morris <rgm@gnu.org>
10896
10897 * jka-compr.el (jka-compr-verbose): Move from here...
10898 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10899 Add missing :version tag.
10900 * info.el: No need to require jka-compr when compiling.
10901
10902 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10903
10904 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10905 (gnutls-negotiate): Use it.
10906
10907 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10908
10909 * info.el (Info-beginning-of-buffer): New command.
10910 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10911 announcing `b' as the key (bug#8325).
10912 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
10913
10914 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10915
10916 * international/mule-cmds.el
10917 (describe-specified-language-support): Make the error message
10918 clearer (bug#8905).
10919
10920 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10921
10922 * isearch.el (isearch-barrier): Add a doc string, since it's
10923 mentioned in a function doc string (bug#8678).
10924
10925 2011-07-15 Martin Rudalics <rudalics@gmx.at>
10926
10927 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
10928 buffer argument (Bug#9083) and self-identifying label argument.
10929
10930 2011-07-15 Glenn Morris <rgm@gnu.org>
10931
10932 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
10933
10934 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10935
10936 * man.el (Man-fontify-manpage): Fix message when formatting the
10937 man page (bug#7929).
10938
10939 2011-07-14 Eli Zaretskii <eliz@gnu.org>
10940
10941 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
10942 argument LRM; if non-nil, append an invisible LRM character to the
10943 buffer name.
10944 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
10945 last argument non-nil, when formatting buffer names.
10946 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
10947 paragraph direction.
10948
10949 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10950
10951 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
10952 the man page name (bug#7929).
10953
10954 * image.el (put-image): Mention the `put-image' overlay property
10955 (bug#7834).
10956
10957 * scroll-bar.el (set-scroll-bar-mode): Mention that
10958 `scroll-bar-mode' lists the values (bug#7772).
10959
10960 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
10961 command (bug#7729).
10962
10963 * rect.el (apply-on-rectangle): Return the point after the last
10964 operation.
10965 (string-rectangle): Go to the point after the last operation
10966 (bug#7522).
10967
10968 * printing.el (pr-toggle-region): Clarify the documentation
10969 slightly (bug#7493).
10970
10971 * time.el (display-time-update):
10972 Allow `display-time-mail-function' to return nil (bug#7158).
10973 Fix suggested by Detlev Zundel.
10974
10975 * vc/diff.el (diff): Clarify the order the file names are read
10976 (bug#7111).
10977
10978 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
10979 the doc string (bug#7015).
10980
10981 * font-lock.el (font-lock-maximum-decoration): Mention what
10982 numeric levels mean (bug#6935).
10983
10984 * startup.el (initial-buffer-choice): Don't mention the `none'
10985 selection, which is against policy.
10986
10987 2011-07-14 Martin Rudalics <rudalics@gmx.at>
10988
10989 * window.el (display-buffer-normalize-special):
10990 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
10991
10992 2011-07-14 Eli Zaretskii <eliz@gnu.org>
10993
10994 * subr.el (version<, version<=, version=): Mention "-CVS" and
10995 "-12345" alpha version numbers.
10996
10997 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
10998
10999 * bindings.el: Add advertised binding for set-mark-command
11000 (Bug#5772).
11001
11002 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11003
11004 * bindings.el (mode-line-other-buffer):
11005 * bookmark.el (bookmark-bmenu-2-window):
11006 * bs.el (bs-cycle-next, bs-cycle-previous):
11007 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11008 switch-to-buffer.
11009
11010 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11011 Delete.
11012
11013 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
11014
11015 * follow.el (follow-debug-message, follow-redisplay):
11016 * jka-cmpr-hook.el (with-auto-compression-mode):
11017 Fix typos in docstrings.
11018
11019 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11020
11021 * subr.el (with-silent-modifications): Clarify somewhat what the
11022 macro inhibits (bug#6525).
11023
11024 * simple.el (eval-expression): Note what it does if called
11025 interactively (bug#6495).
11026
11027 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11028
11029 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11030 Use pop-to-buffer buffer-or-name if it is nil.
11031
11032 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11033 Remove switch-to-buffer.
11034
11035 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11036
11037 * files.el (make-directory): Clarify that an error will be raised
11038 if there's an error (bug#6397).
11039
11040 * startup.el (initial-buffer-choice): Add `none' as a choice
11041 (bug#6234).
11042
11043 * subr.el (add-hook): Clarify section about buffer-local hooks
11044 (bug#6218).
11045
11046 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11047
11048 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11049
11050 * tabify.el (untabify): Preserve the current column so that point
11051 doesn't move (bug#6032).
11052
11053 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11054
11055 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11056 Rewrite to avoid awkward possessive "s" (bug#5986).
11057
11058 2011-07-13 Glenn Morris <rgm@gnu.org>
11059
11060 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11061 (dired-insert-directory): Give a message the first time
11062 if ls is found not to support --dired.
11063
11064 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11065
11066 * simple.el (toggle-truncate-lines): Clarify what is toggled
11067 (bug#5580). Text by Drew Adams.
11068
11069 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11070
11071 * simple.el (blink-matching-open): Make the error message from the
11072 last change less verbose.
11073
11074 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11075
11076 * font-lock.el (font-lock-comment-face): Use the high contrast
11077 "yellow" color for font-lock-comment-face on low color terminals
11078 using a dark background color (bug#4221).
11079
11080 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11081
11082 * dired.el (dired-insert-set-properties): Make the doc string
11083 reflect what it does now (bug#5325).
11084
11085 * simple.el (blink-matching-open): Say that we were unable to find
11086 the match within the limit, if we're limited (bug#5122).
11087
11088 * international/mule-cmds.el (prefer-coding-system): Add an
11089 example (bug#4869).
11090
11091 * progmodes/etags.el (tags-search): Document `file-list-form'
11092 (bug#4731).
11093
11094 2011-07-13 Lawrence Mitchell <wence@gmx.li>
11095
11096 * net/browse-url.el (browse-url-default-browser)
11097 (browse-url-browser-function): Make the default browser choice a
11098 bit more logical (bug#4300). Also clean up the doc string.
11099
11100 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11101
11102 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11103 binary endings (bug#4440).
11104
11105 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11106
11107 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11108 which can be pretty annoying (bug#8971).
11109
11110 * jka-compr.el (jka-compr-verbose): New variable, and use
11111 throughout (bug#8971).
11112
11113 * info.el (Info-find-file): Fall back on the installation
11114 directory if we can't find the info node anywhere else.
11115
11116 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11117
11118 * vc/vc.el (vc-revert-file):
11119 Don't set file time-stamp in the past. (Bug#5181)
11120
11121 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11122
11123 * files.el (after-find-file): Give a better error message when
11124 trying to find a symlink that points to a file that doesn't exist
11125 (bug#4398).
11126
11127 * progmodes/cc-vars.el: Remove (probably) misleading comment
11128 (bug#4396).
11129
11130 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11131
11132 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11133
11134 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11135
11136 * mouse-sel.el: Hack restoring functionality, while keeping
11137 compatibility with 2010-07-03 changes to mouse selection.
11138 (mouse-sel-primary-overlay): New var.
11139 (mouse-sel-selection-alist): Use it.
11140 (mouse-sel-mode): Doc fix; remove points that are default features
11141 of mouse.el.
11142
11143 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11144
11145 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11146 Fix previous fix (bug#2490).
11147
11148 2011-07-12 Roland Winkler <winkler@gnu.org>
11149
11150 * textmodes/bibtex.el (bibtex-initialize):
11151 Use pop-to-buffer-same-window.
11152 (bibtex-search-entries): Fix interactive call.
11153
11154 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11155
11156 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11157 Fontise bytecomp Error lines more correctly (bug#2490).
11158 Fix suggested by Johan Bockgård.
11159
11160 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11161
11162 * dired-x.el (dired-guess-default): Use `delete-dups'.
11163
11164 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11165
11166 * dired.el (dired-mark-prompt):
11167 * dired-aux.el (dired-read-shell-command): Doc fix.
11168
11169 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11170
11171 * mail/sendmail.el (sendmail-query-once):
11172 Use `customize-save-variable' unconditionally, now that it works under
11173 emacs -Q.
11174
11175 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11176
11177 * cus-edit.el (custom-file): Take an optional no-error variable.
11178 (customize-save-variable): Set the variable, and give a warning if
11179 running under "emacs -q".
11180
11181 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
11182
11183 * loadhist.el (unload-feature-special-hooks):
11184 Add `auto-coding-functions', `fill-nobreak-predicate' and
11185 `find-directory-functions' (bug#5327).
11186
11187 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11188
11189 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11190
11191 * cus-edit.el (custom-guess-name-alist): -alist variables should
11192 use the `alist' type (bug#3120). Suggested by Drew Adams.
11193
11194 * printing.el: Add documentation to all the `pr-toggle-' commands.
11195
11196 2011-07-11 Leo Liu <sdl.web@gmail.com>
11197
11198 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11199 backends where it makes sense (bug#2623).
11200
11201 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11202
11203 * dired-x.el (dired-guess-default): Remove duplicate shell command
11204 entries (bug#2028).
11205 (dired-guess-default): Fix grammar in doc string (bug#2028).
11206 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11207
11208 * subr.el (remove-duplicates): New conveniency function.
11209
11210 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11211
11212 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11213 (bug#1526).
11214
11215 2011-07-10 Martin Rudalics <rudalics@gmx.at>
11216
11217 * window.el (display-buffer-normalize-default): Don't invert
11218 meaning of even-window-heights. Reported by Eli Zaretskii
11219 <eliz@gnu.org>.
11220
11221 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11222
11223 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11224
11225 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * window.el (display-buffer): Fix arguments to
11228 display-buffer-reuse-window in last change.
11229
11230 * faces.el (link): Use a less saturated blue on light backgrounds.
11231
11232 * startup.el (fancy-startup-text, fancy-about-text)
11233 (fancy-startup-tail): Use font-lock faces, for background safety.
11234
11235 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11236
11237 * emulation/viper-cmd.el (viper-change-state-to-vi):
11238 Limit triggering of abbrev expansion (Bug#9038).
11239
11240 2011-07-09 Martin Rudalics <rudalics@gmx.at>
11241
11242 * window.el (display-buffer-default-specifiers): Remove.
11243 (display-buffer-macro-specifiers): Remove default specifiers.
11244 (display-buffer-alist): Default to nil.
11245 (display-buffer-reuse-window): New optional argument other-window.
11246 (display-buffer-pop-up-window): Allow splitting internal
11247 windows. Check whether a live window was created.
11248 (display-buffer-other-window-means-other-frame)
11249 (display-buffer-normalize-arguments): Rename to
11250 display-buffer-normalize-argument and rewrite. Set the
11251 other-window specifier.
11252 (display-buffer-normalize-special): New function.
11253 (display-buffer-normalize-options): Rename to
11254 display-buffer-normalize-default and rewrite.
11255 (display-buffer-normalize-options-inhibit): Remove.
11256 (display-buffer-normalize-specifiers): Rewrite.
11257 (display-buffer): Process other-window specifier and call
11258 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11259 more faithfully.
11260 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11261 (display-buffer-alist-set): Don't handle 'unset default values.
11262 (display-buffer-in-window, display-buffer-alist-set):
11263 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
11264 <tassilo@member.fsf.org>.
11265
11266 2011-07-09 Leo Liu <sdl.web@gmail.com>
11267
11268 * register.el (insert-register): Restore accidental change on
11269 2011-06-26. (Bug#9028)
11270
11271 2011-07-09 Glenn Morris <rgm@gnu.org>
11272
11273 * subr.el (remq): Handle the empty list. (Bug#9024)
11274
11275 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11276
11277 * mail/sendmail.el (send-mail-function): No longer delay custom
11278 initialization.
11279 * custom.el (custom-initialize-delay): Doc fix.
11280
11281 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11282
11283 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11284
11285 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
11286
11287 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11288 human-friendly prompt.
11289
11290 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11291
11292 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11293 provided by a particular plugin.
11294
11295 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11296
11297 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11298 save customizations (with "emacs -Q"), just set the variable
11299 instead of erroring out.
11300
11301 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11302
11303 2011-07-08 Juri Linkov <juri@jurta.org>
11304
11305 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11306 (archive-zip-update-case): Use 7z if found by `executable-find'.
11307 The order of searching the available programs is the same as in
11308 `archive-zip-extract' (bug#8968).
11309
11310 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11311
11312 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11313 (menu-bar-options-menu): Tweak descriptions.
11314
11315 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11316
11317 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11318 menu items into verb phrases (bug#1421). Also refill to fit under
11319 80 columns.
11320
11321 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11322
11323 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11324 (Info-read-node-name): Doc fix (Bug#1084).
11325
11326 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11327 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11328 (end-of-sexp, beginning-of-sexp)
11329 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11330 (forward-symbol, forward-same-syntax, word-at-point)
11331 (sentence-at-point): Doc fix (Bug#1144).
11332
11333 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11334
11335 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11336 should cover it (bug#1281).
11337
11338 * cus-edit.el (custom-show): Mark as obsolete.
11339
11340 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11341 negotiation fails, then possibly try again with a non-encrypted
11342 connection (bug#9017).
11343
11344 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11345 be used.
11346
11347 2011-07-07 Richard Stallman <rms@gnu.org>
11348
11349 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11350 property, and handle its changed format.
11351 Look for the correct line number.
11352 Use file's line contents (but not past first =) to find
11353 correct line in message.
11354
11355 2011-07-07 Kenichi Handa <handa@m17n.org>
11356
11357 * international/characters.el (build-unicode-category-table):
11358 Delete it.
11359 (unicode-category-table): Set it by unicode-property-table-internal.
11360
11361 * international/mule-cmds.el (char-code-property-alist): Move to
11362 to src/chartab.c.
11363 (get-char-code-property): Call unicode-property-table-internal to
11364 load a file. Call get-unicode-property-internal where necessary.
11365 (put-char-code-property): Call unicode-property-table-internal to
11366 load a file. Call put-unicode-property-internal where necessary.
11367 put-unicode-property-internal where necessary.
11368 (char-code-property-description):
11369 Call unicode-property-table-internal to load a file.
11370
11371 * international/charprop.el:
11372 * international/uni-bidi.el:
11373 * international/uni-category.el:
11374 * international/uni-combining.el:
11375 * international/uni-comment.el:
11376 * international/uni-decimal.el:
11377 * international/uni-decomposition.el:
11378 * international/uni-digit.el:
11379 * international/uni-lowercase.el:
11380 * international/uni-mirrored.el:
11381 * international/uni-name.el:
11382 * international/uni-numeric.el:
11383 * international/uni-old-name.el:
11384 * international/uni-titlecase.el:
11385 * international/uni-uppercase.el: Regenerate.
11386
11387 * loadup.el: Load international/charprop.el before
11388 international/characters.
11389
11390 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11391
11392 * window.el (next-buffer, previous-buffer): Signal an error if
11393 called from a minibuffer window.
11394
11395 * bindings.el: Revert 2011-07-04 change.
11396
11397 2011-07-06 Richard Stallman <rms@gnu.org>
11398
11399 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11400 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11401 Treat markers like ints.
11402 (rmail-mime-entity): Doc fix.
11403
11404 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11405
11406 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11407 defcustom again for backwards compatibility.
11408
11409 * simple.el (shell-command-on-region): Fill.
11410
11411 * dired-aux.el (dired-kill-line): Add a doc string.
11412
11413 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11414 to "\\sw\\|\\s_" (bug#358).
11415
11416 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11417 (dired-unmark-backward): Ditto.
11418 (dired-flag-backup-files): Ditto.
11419
11420 * dired-x.el (dired-mark-sexp): Ditto.
11421
11422 2011-07-06 Richard Stallman <rms@gnu.org>
11423
11424 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11425 (rmail-mime-entity): New arg TRUNCATED.
11426 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11427 New functions.
11428 (rmail-mime-save): Warn if entity is truncated.
11429 (rmail-mime-toggle-hidden): Likewise, for showing.
11430 (rmail-mime-process-multipart): Record when an entity is truncated.
11431
11432 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11433 if ENTITY is a string.
11434
11435 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11436
11437 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11438 of faces when `M-C-x'-ing their definitions (bug#8378).
11439 Also clean up the code slightly.
11440
11441 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11442 because that makes the colors go away.
11443
11444 * mail/sendmail.el (send-mail-function): Change the default to
11445 `sendmail-query-once'.
11446 (sendmail-query-once): Add an autoload cookie.
11447
11448 * net/network-stream.el (network-stream-open-starttls): Try using
11449 a plain connection even if the server offered STARTTLS, and we
11450 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11451 capability. This should make smtpmail.el work in slightly more
11452 configurations.
11453
11454 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
11455
11456 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11457 New defun.
11458 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11459
11460 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11461
11462 * progmodes/sql.el: Version 3.0
11463 (sql-product-alist): Add product :completion-object,
11464 :completion-column, and :statement attributes.
11465 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11466 (sql-mode-syntax-table): Mark all punctuation.
11467 (sql-font-lock-keywords-builder): Temporarily remove fallback on
11468 ansi keywords.
11469 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11470 (sql-mode-oracle-font-lock-keywords): Improve.
11471 (sql-oracle-show-reserved-words): New function for development.
11472 (sql-product-font-lock): Simplify for source code buffers.
11473 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11474 New functions.
11475 (sql-highlight-product): Set product specific syntax table.
11476 (sql-mode-map): Add statement movement functions.
11477 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11478 New variable.
11479 (sql-statement-regexp, sql-beginning-of-statement)
11480 (sql-end-of-statement, sql-signum): New functions.
11481 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11482 (sql-show-sqli-buffer): Bug fix.
11483 (sql-interactive-mode): Store connection data as buffer local.
11484 (sql-connect): Add NEW-NAME parameter. Redesign interaction
11485 with sql-interactive-mode.
11486 (sql-save-connection): Save buffer local settings.
11487 (sql-connection-menu-filter): Change menu entry name.
11488 (sql-product-interactive): Bug fix.
11489 (sql-preoutput-hold): New variable.
11490 (sql-interactive-remove-continuation-prompt): Bug fixes.
11491 (sql-debug-redirect): New variable.
11492 (sql-str-literal): New function.
11493 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11494 Redesign.
11495 (sql-oracle-save-settings, sql-oracle-restore-settings)
11496 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11497 (sql-completion-object, sql-completion-column)
11498 (sql-completion-sqlbuf): New variables.
11499 (sql-build-completions-1, sql-build-completions)
11500 (sql-try-completion): New functions.
11501 (sql-read-table-name): Use them.
11502 (sql-contains-names): New buffer local variable.
11503 (sql-list-all, sql-list-table): Use it.
11504 (sql-oracle-completion-types): New variable.
11505 (sql-oracle-completion-object, sql-sqlite-completion-object)
11506 (sql-postgres-completion-object): New functions.
11507
11508 2011-07-06 Glenn Morris <rgm@gnu.org>
11509
11510 * window.el (pop-to-buffer): Doc fix.
11511
11512 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
11513
11514 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11515
11516 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
11517
11518 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11519
11520 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11521
11522 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
11523
11524 * button.el (button): Inherit from link face. Suggested by Dan
11525 Nicolaescu.
11526
11527 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * progmodes/gdb-mi.el: Fit in 80 columns.
11530 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11531 switch-to-buffer.
11532
11533 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11534 if imenu is simply not configured (bug#8941).
11535
11536 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11537
11538 * allout.el (allout-post-undo-hook): New allout outline-change
11539 event hook to signal undo activity.
11540 (allout-post-command-business): Run allout-post-undo-hook if an
11541 undo just occurred.
11542 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11543 * allout-widgets.el (allout-widgets-after-undo-function):
11544 Ensure the integrity of the current item's decoration after it has been
11545 in the vicinity of an undo.
11546 (allout-widgets-mode): Include allout-widgets-after-undo-function
11547 on the new allout-post-undo-hook.
11548
11549 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11552 Let define-derived-mode define it.
11553 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11554 cycles of abbrev-table inheritance (bug#8998).
11555
11556 2011-07-05 Roland Winkler <winkler@gnu.org>
11557
11558 * textmodes/bibtex.el: Add support for biblatex.
11559 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11560 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11561 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11562 (bibtex-entry-alist, bibtex-field-alist): New variables.
11563 (bibtex-entry-field-alist): Obsolete alias for
11564 bibtex-BibTeX-entry-alist.
11565 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11566 (bibtex-set-dialect): New command.
11567 (bibtex-entry-type, bibtex-entry-head)
11568 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11569 Bind via bibtex-set-dialect.
11570 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11571 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11572 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11573 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11574 Define via bibtex-set-dialect.
11575 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11576 Obey bibtex-no-opt-remove-re.
11577 (bibtex-vec-push, bibtex-vec-incr): New functions.
11578 (bibtex-format-entry, bibtex-field-list)
11579 (bibtex-print-help-message, bibtex-validate)
11580 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11581
11582 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11583
11584 * progmodes/compile.el (compilation-goto-locus):
11585 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11586 * bs.el (bs-cycle-next, bs-cycle-previous):
11587 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11588 * bindings.el (mode-line-other-buffer):
11589 * autoinsert.el (auto-insert):
11590 * arc-mode.el (archive-extract):
11591 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11592
11593 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11594
11595 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11596 Fix check of `emacs-lock-unlockable-modes'.
11597 Coerce true values of `emacs-lock--try-unlocking' to t.
11598
11599 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11600
11601 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11602 * emacs-lock.el: New file.
11603
11604 2011-07-05 Julien Danjou <julien@danjou.info>
11605
11606 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11607 than `boundp' to check if face is set.
11608
11609 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11610
11611 * register.el (registerv-make):
11612 * window.el (window-min-height): Fix typos in docstrings.
11613
11614 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11615
11616 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11617 Update doc string.
11618
11619 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11620
11621 * server.el (server-execute): Catch quit and call
11622 `server-return-error' to pass the error back to emacsclient and
11623 close the connection (bug#8942).
11624
11625 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11626
11627 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11628 insecure exception for current topic. Also note that auto-saves
11629 are handled differently.
11630
11631 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11632 State variables for tracking auto-save inhibition situation.
11633
11634 (allout-write-contents-hook-handler): Rename from
11635 'allout-write-file-hook-handler', and describe how it depends on
11636 write-contents-functions sensitivity to non-nil value to prevent
11637 file write.
11638
11639 (allout-auto-save-hook-handler): Remove. auto-save does not check
11640 this in individual buffers, only in the starting buffer, so this
11641 is not the right way for us to inhibit auto-save in a buffer
11642 according to its condition.
11643
11644 (allout-mode): Use new allout-write-contents-hook-handler, and
11645 only with write-contents-functions. Remove auto-save provisions -
11646 they're implemented elsewhere.
11647
11648 (allout-before-change-handler): If undo is in progress, note that
11649 for attention of allout-post-command-business.
11650
11651 (allout-post-command-business): If the command we're following was
11652 an undo, check for change in the status of encrypted items and
11653 adjust auto-save inhibitions accordingly.
11654
11655 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11656 according to whether there are or aren't any plain-text topics
11657 pending encryption.
11658
11659 (allout-inhibit-auto-save-info-for-decryption):
11660 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11661 if there are plain-text topics pending encryption.
11662
11663 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11664 buffer-saved-size and some allout state to not inhibit auto-saves
11665 if there are no longer any plain-text topics pending encryption.
11666
11667 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11668 No longer provide for exemption of the current topic.
11669
11670 2011-07-04 Juri Linkov <juri@jurta.org>
11671
11672 Add 7z operations to delete and save changed members (bug#8968).
11673 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11674 New defcustoms.
11675 (archive-7z-write-file-member): New function.
11676 (archive-7z-summarize): Fix the number of dashes in the
11677 listing output.
11678
11679 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11682 (bug#8958).
11683
11684 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
11685
11686 * bindings.el: Ignore next-buffer and previous-buffer in
11687 minibuffer-local-map.
11688
11689 * font-lock.el (font-lock-builtin-face): Change light background
11690 color to dark slate blue (Bug#6693).
11691
11692 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11693
11694 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11695
11696 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11697
11698 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11699 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11700 Add switch-to-buffer.
11701
11702 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11703
11704 * isearch.el (isearch-search-fun-function): Clarify further the
11705 meaning of the function returned.
11706
11707 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
11708
11709 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11710
11711 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11712 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11713 Use it.
11714 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11715 `tramp-default-remote-path' does not exist.
11716 (tramp-send-command-and-read): New optional argument NOERROR.
11717 (tramp-open-connection-setup-interactive-shell)
11718 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11719 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11720 (tramp-process-sentinel): Flush also process' connection property.
11721 (tramp-sh-handle-start-file-process): Do not set process
11722 sentinel. It is done now ...
11723 (tramp-maybe-open-connection): ... here. (Bug#8929)
11724
11725 2011-07-04 MON KEY <monkey@sandpframing.com>
11726
11727 * play/animate.el (animate-string): Doc fixes and allow changing
11728 the buffer name (bug#5417).
11729
11730 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11731
11732 * play/animate.el (animation-buffer-name): Rename from *animate*.
11733
11734 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11735
11736 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11737 This is simpler and helps future-proof the code.
11738 (timer-until): Use time-subtract and float-time.
11739 (timer--time-less-p): Use time-less-p.
11740
11741 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11742
11743 * type-break.el (timep): Use the value of `float-time' to avoid a
11744 byte-compiler warning.
11745
11746 * server.el (server-eval-and-print): Return any result, even nil.
11747
11748 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11749
11750 * type-break.el: Accept time formats that the builtins accept.
11751 (timep, type-break-time-difference): Accept any format that
11752 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11753 This is simpler and helps future-proof the code.
11754 (type-break-time-difference): Round rather than ignoring
11755 subseconds components.
11756
11757 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11758
11759 * info.el (Info-apropos-matches): Make non-interactive, since it
11760 doesn't seem to do anything useful as a command (bug#8829).
11761
11762 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
11763
11764 * frame.el (frame-background-mode, frame-set-background-mode):
11765 Move from faces.el.
11766 (frame-default-terminal-background): New function.
11767
11768 * custom.el (custom-push-theme): Don't record faces in `changed'
11769 theme; this doesn't work correctly for per-frame face settings.
11770 (disable-theme): Use face-set-after-frame-default to reset faces.
11771 (custom--frame-color-default): New function.
11772
11773 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11774
11775 * dired.el (dired-flagging-regexp): Remove unused variable
11776 (bug#8769).
11777
11778 2011-03-29 Kevin Ryde <user42@zip.com.au>
11779
11780 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11781 `perl-Test2' extend to match possible "fail #N" rep count
11782 (bug#8377).
11783
11784 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11785
11786 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11787 `smtpmail-via-smtp' now returns the error instead of nil.
11788
11789 * isearch.el (isearch-search-fun-function): Clarify the doc string
11790 (bug#8101).
11791
11792 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
11793
11794 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11795 unnecessary spaces (bug#8987).
11796
11797 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11798
11799 * net/network-stream.el (open-network-stream): Use the
11800 :end-of-capability command thoughout.
11801
11802 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11803
11804 * net/network-stream.el (open-network-stream): Add the
11805 :end-of-capability command parameter, used by pop3.el.
11806
11807 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11808
11809 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11810
11811 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11812 for list)" (bug#6475).
11813
11814 * files.el (file-expand-wildcards): Ignore non-readable
11815 sub-directories while trying to find matches instead of signaling
11816 an error (bug#6297).
11817
11818 * man.el (Man-reference-regexp): Allow matching possible
11819 word-wrapped references (bug#6289).
11820
11821 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11822 for consistency with the other vc buffers (bug#6197).
11823 (vc-checkin): Ditto.
11824
11825 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11826
11827 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11828
11829 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11830
11831 * custom.el (defcustom): Clarify that :set is only used in the
11832 Customize user interface (bug#6089).
11833
11834 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11835 associated with a file, refuse to run instead of erroring out
11836 (bug#6084).
11837
11838 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11839 the doc string, since it appears that using `fill-column' always
11840 controls the width (bug#7845).
11841
11842 * simple.el (shell-command-on-region): Say where the error output
11843 went if `shell-command-default-error-buffer' is set (bug#6857).
11844
11845 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11846
11847 * allout.el (allout-yank-processing): Adjust cursor position for
11848 backwards-deleted space.
11849
11850 (allout-rebullet-heading): Register changes with
11851 allout-exposure-changed-hook, so the modified topic is properly
11852 decorated.
11853
11854 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11855
11856 * minibuffer.el (completion-in-region): Document PREDICATE
11857 (bug#7136).
11858
11859 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11860 of keyword/argument pairs (bug#6904).
11861
11862 * replace.el (multi-occur):
11863 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
11864
11865 2011-07-02 Drew Adams <drew.adams@oracle.com>
11866
11867 * dired.el (dired-mark-if): Make the message about whether it's
11868 marking or unmarking clearer (bug#8523).
11869
11870 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11871
11872 * disp-table.el (display-table-print-array): New function.
11873 (describe-display-table): Use it to print the vectors more pretty
11874 (Bug#8859).
11875
11876 2011-07-02 Martin Rudalics <rudalics@gmx.at>
11877
11878 * window.el (window-state-get-1): Don't assign clone numbers.
11879 Add clone-of item to list of window parameters.
11880 (window-state-put-2): Don't process clone numbers.
11881 (display-buffer-alist): Fix doc-string.
11882
11883 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11884
11885 * subr.el (remq): Don't allocate if it's not needed.
11886 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11887 (keymap--merge-bindings): New functions.
11888 (keymap-canonicalize): Use them to refine the canonicalization.
11889 * minibuffer.el (minibuffer-local-completion-map)
11890 (minibuffer-local-must-match-map): Move initialization from C.
11891 (minibuffer-local-filename-completion-map): Move initialization from C;
11892 don't inherit from anything here.
11893 (minibuffer-local-filename-must-match-map): Make obsolete.
11894 (completing-read-default): Use make-composed-keymap to combine
11895 minibuffer-local-filename-completion-map with either
11896 minibuffer-local-must-match-map or
11897 minibuffer-local-filename-completion-map.
11898
11899 2011-07-01 Glenn Morris <rgm@gnu.org>
11900
11901 * type-break.el (type-break-time-sum): Use dolist.
11902
11903 * textmodes/flyspell.el (flyspell-word-search-backward):
11904 Replace CL function.
11905
11906 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * mouse.el (mouse--strip-first-event): New function.
11909 (function-key-map): Use it to map fringe clicks to normal clicks
11910 by default.
11911
11912 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11913 (vc-bzr-revision-completion-table): Add support for annotate and date.
11914
11915 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11916 inherit from parent.
11917
11918 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11919
11920 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
11921 (dired-show-file-type): Doc fixup (bug#8818).
11922
11923 * dired.el (dired-mode): Fix up the doc string as suggested by
11924 Drew Adams (bug#8817).
11925
11926 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
11927 cookie, since the manual says that it should be possible to add
11928 this function to `find-file-hook' (bug#8709).
11929
11930 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
11931
11932 * progmodes/cfengine.el: Moved all cfengine3.el functionality
11933 here. Noted Ted Zlatanov as the maintainer.
11934 (cfengine-common-settings, cfengine-common-syntax): New functions
11935 to set up common things between `cfengine-mode' and
11936 `cfengine3-mode'.
11937 (cfengine3-mode): New mode.
11938 (cfengine3-defuns cfengine3-defuns-regex
11939 (cfengine3-class-selector-regex cfengine3-category-regex)
11940 (cfengine3-vartypes cfengine3-font-lock-keywords)
11941 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
11942 (cfengine3-indent-line): Add from cfengine3.el.
11943
11944 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
11945
11946 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
11947
11948 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
11949
11950 2011-07-01 Martin Rudalics <rudalics@gmx.at>
11951
11952 * window.el (same-window-buffer-names, same-window-regexps)
11953 (same-window-p, special-display-frame-alist)
11954 (special-display-popup-frame, special-display-function)
11955 (special-display-buffer-names, special-display-regexps)
11956 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
11957 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
11958 (split-window-preferred-function, split-height-threshold)
11959 (split-width-threshold, even-window-heights)
11960 (display-buffer-mark-dedicated, window-splittable-p)
11961 (split-window-sensibly, window-safely-shrinkable-p):
11962 Un-obsolete.
11963 (display-buffer): Don't spread args with function specifier
11964 because special-display-popup-frame won't like it.
11965
11966 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
11967
11968 Time-stamp simplifications and fixes.
11969 These improve accuracy slightly, and future-proof the code
11970 against some potential changes to current-time format.
11971
11972 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
11973 by using time-since and float-time.
11974
11975 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
11976 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
11977 + NNN microseconds".
11978
11979 * type-break.el (type-break-time-sum): Rewrite using time-add.
11980
11981 * play/hanoi.el (hanoi-current-time-float): Remove.
11982 All uses replaced by float-time.
11983
11984 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
11985 This yields a more-accurate answer.
11986 (rng-time-to-float): Remove; no longer needed.
11987
11988 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
11989
11990 * calendar/timeclock.el (timeclock-seconds-to-time):
11991 Defalias to seconds-to-time, since they're the same thing.
11992
11993 * emacs-lisp/elp.el (elp-elapsed-time):
11994 * emacs-lisp/benchmark.el (benchmark-elapse):
11995 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
11996
11997 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11998
11999 * window.el (bury-buffer): Don't iconify the only frame.
12000 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12001 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12002
12003 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
12004
12005 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12006 Add mouse-yank-primary.
12007
12008 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12009
12010 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12011
12012 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12013
12014 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12015 (find-library-name): Use it to find relative load names when provided
12016 absolute file name (bug#8803).
12017
12018 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12019
12020 * textmodes/flyspell.el (flyspell-word): Consider words that
12021 differ only in case as potential doublons (bug#5687).
12022
12023 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12024 Remove two rather uninteresting debugging-like messages to make
12025 debbugs.el more silent.
12026
12027 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12028 a password-like phrase.
12029
12030 2011-06-30 Masatake YAMATO <yamato@redhat.com>
12031
12032 * progmodes/cc-guess.el: New file.
12033
12034 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12035
12036 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12037 derived from `c-basic-common-init'.
12038
12039 * progmodes/cc-mode.el (top-level): Require cc-guess.
12040 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12041
12042 2011-06-30 Lawrence Mitchell <wence@gmx.li>
12043
12044 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12045
12046 2011-06-30 Alan Mackenzie <acm@muc.de>
12047
12048 * progmodes/cc-engine.el (c-guess-continued-construct):
12049 Correct the handling of template-args-cont, particularly for when font
12050 lock is disabled. Name this case as "CASE G".
12051
12052 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12053
12054 * allout.el (allout-yank-processing): Fix injection of extra space
12055 between bullet and non-whitespace character in first topic when
12056 pasting, ensuring that the actual spacing in the pasted topic
12057 following the bullet char is preserved. This extra space was
12058 causing pasted encrypted topics to get a decrypted status even
12059 when the content was actually still encrypted. Now the decryption
12060 status from before the paste is preserved.
12061
12062 (allout-flag-region): Set all allout overlays so they evaporate
12063 when reduced to zero length (evanescent), to prevent overlay
12064 leakage.
12065
12066 2011-06-30 Glenn Morris <rgm@gnu.org>
12067
12068 * w32-fns.el (w32-charset-info-alist): Declare.
12069
12070 * find-dired.el (find-grep-options): Simplify.
12071
12072 * term/ns-win.el (ns-set-resource): Declare.
12073
12074 * ses.el (row, col): Declare dynamic variables honestly.
12075
12076 * textmodes/reftex-parse.el (index-tags): Declare.
12077
12078 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
12079
12080 * cus-edit.el (customize-push-and-save): New function.
12081
12082 * files.el (hack-local-variables-confirm): Use it.
12083
12084 * custom.el (load-theme): New arg NO-CONFIRM.
12085 Use customize-push-and-save (Bug#8720).
12086 (custom-enabled-themes): Doc fix.
12087
12088 * cus-theme.el (customize-create-theme)
12089 (custom-theme-merge-theme): Callers to load-theme changed.
12090
12091 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12092
12093 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12094 short URLs have at least one dot in them (bug #7614).
12095
12096 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12097 nil, because using a pty is apparently too slow (bug #895).
12098
12099 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12100
12101 * mail/sendmail.el (sendmail-query-once): New function.
12102 (sendmail-query-once-function): New variable.
12103
12104 2011-06-29 Glenn Morris <rgm@gnu.org>
12105
12106 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12107
12108 * ses.el (top-level): Require cl when compiling.
12109 (ses-set-localvars): Fix error statement.
12110 Call it at compile time to silence a storm of warnings.
12111
12112 2011-06-29 Martin Rudalics <rudalics@gmx.at>
12113
12114 * window.el (normalize-live-buffer): Rename to
12115 window-normalize-buffer.
12116 (normalize-live-frame): Rename to window-normalize-frame.
12117 (normalize-any-window): Rename to window-normalize-any-window.
12118 (normalize-live-window): Rename to window-normalize-live-window.
12119 (make-window-atom): Rename to window-make-atom.
12120 (window-resize-reset): Rename to window--resize-reset.
12121 (window-resize-reset-1): Rename to window--resize-reset-1.
12122 (resize-mini-window): Rename to window--resize-mini-window.
12123 (resize-subwindows-skip-p): Rename to
12124 window--resize-subwindows-skip-p.
12125 (resize-subwindows-normal): Rename to
12126 window--resize-subwindows-normal.
12127 (resize-subwindows): Rename to window--resize-subwindows.
12128 (resize-other-windows): Rename to window--resize-siblings.
12129 (resize-this-window): Rename to window--resize-this-window.
12130 (resize-root-window): Rename to window--resize-root-window.
12131 (resize-root-window-vertically): Rename to
12132 window--resize-root-window-vertically.
12133 (normalize-buffer-to-display): Rename to
12134 window-normalize-buffer-to-display.
12135 (normalize-buffer-to-switch-to): Rename to
12136 window-normalize-buffer-to-switch-to.
12137 Correspondingly update all callers of the functions listed
12138 above.
12139 (display-buffer-alist, display-buffer-normalize-arguments)
12140 (display-buffer-normalize-options, display-buffer)
12141 (display-buffer-alist-set): Use "function" instead of
12142 "fun-with-args".
12143
12144 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
12145
12146 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12147 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12148 debbugs.gnu.org. Mention acknowledgment email.
12149
12150 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12151
12152 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12153 buffer multibyteness, since it shouldn't matter.
12154
12155 2011-06-28 Martin Rudalics <rudalics@gmx.at>
12156
12157 * window.el (display-buffer-in-side-window): Handle dedicated
12158 windows as in display-buffer-reuse-window.
12159 (display-buffer-normalize-alist): Use value of override
12160 specifier.
12161 (display-buffer-normalize-specifiers): Use value of
12162 other-window-means-other-frame specifier.
12163 (display-buffer-alist): Rewrite some texts in widgets.
12164 (display-buffer): Spread arguments when calling function
12165 specified by fun-with-args.
12166
12167 2011-06-28 Deniz Dogan <deniz@dogan.se>
12168
12169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12170 Unnest `let'.
12171
12172 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12173 selectors (Bug#5732).
12174 (css-proprietary-nmstart-re): Use `regexp-opt'.
12175
12176 2011-06-27 Jari Aalto <jari.aalto@cante.net>
12177
12178 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12179 (eshell-ls-date-format): New defcustom.
12180 (eshell-ls-file): Use it.
12181
12182 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12183
12184 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12185
12186 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12187
12188 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12189 (ange-ftp-make-tmp-name): New arg.
12190 (ange-ftp-file-local-copy): Use it.
12191
12192 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
12193
12194 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12195 no-conversion (Bug#8870).
12196
12197 2011-06-27 Martin Rudalics <rudalics@gmx.at>
12198
12199 * window.el (window-right, window-left, window-child)
12200 (window-child-count, window-last-child)
12201 (window-iso-combination-p, walk-window-tree-1)
12202 (window-atom-check-1, window-tree-1, delete-window)
12203 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12204 new naming conventions - window-vchild, window-hchild,
12205 window-next and window-prev are now called window-top-child,
12206 window-left-child, window-next-sibling and window-prev-sibling
12207 respectively.
12208 (resize-window-reset): Rename to window-resize-reset.
12209 (resize-window-reset-1): Rename to window-resize-reset-1.
12210 (resize-window): Rename to window-resize.
12211 (window-min-height, window-min-width)
12212 (resize-mini-window, resize-this-window, resize-root-window)
12213 (resize-root-window-vertically, adjust-window-trailing-edge)
12214 (enlarge-window, shrink-window, maximize-window)
12215 (minimize-window, delete-window, quit-restore-window)
12216 (split-window, balance-windows, balance-windows-area-adjust)
12217 (balance-windows-area, window-state-put-2)
12218 (display-buffer-even-window-sizes, display-buffer-set-height)
12219 (display-buffer-set-width, set-window-text-height)
12220 (fit-window-to-buffer): Rename all "resize-window" prefixed
12221 calls to use the "window-resize" prefix convention.
12222 (display-buffer-alist): Fix symbol for label specifier.
12223 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12224 corresponding specifier.
12225 Reported by Juanma Barranquero <lekktu@gmail.com>.
12226
12227 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12228
12229 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12230 convention.
12231 (ses-call-printer): Does not pass an empty string to formatter when the
12232 cell is empty to keep from barking printer Calc math-format-value.
12233
12234 2011-06-27 Richard Stallman <rms@gnu.org>
12235
12236 * battery.el (battery-mode-line-limit): New variable.
12237 (battery-update): Handle it.
12238
12239 * mail/rmailmm.el (rmail-mime-process-multipart):
12240 Handle truncated messages.
12241
12242 2011-06-27 Glenn Morris <rgm@gnu.org>
12243
12244 * progmodes/flymake.el (flymake-err-line-patterns):
12245 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12246
12247 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12248
12249 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12250 (ses--clean-!, ses--clean-_): New functions.
12251 (ses-range): Add configurability of readout order, and conversion
12252 to Calc vector.
12253
12254 * ses.el (ses-repair-cell-reference-all): New function.
12255 (ses-cell-symbol): Set macro as safe, so that it can be used in
12256 formulas.
12257
12258 * ses.el: Update cycle detection algorithm.
12259 (ses-localvars): Add ses--Dijkstra-attempt-nb and
12260 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12261 (ses-set-localvars): New function.
12262 (ses-make-cell): Add property-list as a cell element.
12263 (ses-cell-property-get-fun, ses-cell-property-get)
12264 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12265 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12266 New functions.
12267 (ses-cell-property-set, ses-cell-property-pop)
12268 (ses-cell-property-get-handle): New macro.
12269 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12270 New aliases, used for code readability.
12271 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12272 cycle detection.
12273 (ses-self-reference-early-detection): New defcustom.
12274 (ses-formula-references): Robustify against self-referring cells.
12275 (ses-mode): Use ses-set-localvars.
12276 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12277 before lauching the update processing.
12278 (ses-initialize-Dijkstra-attempt): New function.
12279 (ses-recalculate-cell): Update for cycle detection based on
12280 Dijkstra algorithm.
12281
12282 * ses.el: Fix commenting and indenting convention.
12283
12284 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * bs.el (bs-cycle-next): Complete last change.
12287
12288 2011-06-27 Drew Adams <drew.adams@oracle.com>
12289
12290 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12291
12292 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12293
12294 * net/network-stream.el (network-stream-open-starttls):
12295 Don't re-get capabilities unless we've reestablished connection.
12296 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12297
12298 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12299 to binary to possibly avoid line encoding issues on Windows (among
12300 other things).
12301
12302 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12303
12304 * net/network-stream.el (open-network-stream): Return an :error
12305 saying what the problem was, if possible.
12306
12307 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12308 server.
12309
12310 * net/network-stream.el (network-stream-open-starttls): If we
12311 wanted to use STARTTLS, and the server offered it, but we weren't
12312 able to because we had no STARTTLS support, then close the connection.
12313 (open-network-stream): Return an :error element, if present.
12314
12315 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12316
12317 * hl-line.el (hl-line-sticky-flag): Doc fix.
12318 (global-hl-line-sticky-flag): New option (Bug#8323).
12319 (global-hl-line-highlight): Obey it.
12320
12321 * vc/vc.el (vc-revert-show-diff): Default to t.
12322
12323 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12324
12325 * allout-widgets.el (allout-widgets-post-command-business):
12326 Stop decorating intermediate isearch matches. They're not being
12327 undecorated when an isearch is continued past, and isearch
12328 automatically collapses them. This leads to "widget leaks", where
12329 decorated items accumulate in collapsed areas. Lines with lots of
12330 hidden widgets can slow down cursor travel, substantially.
12331 Too much complicated machinery would be needed to ensure undecoration,
12332 so we're doing without this nicety.
12333
12334 (allout-widgets-tally-string): Don't try to do a hash-table-count
12335 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12336 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12337 *Messages* when allout-widgets-maintain-tally is t.
12338
12339 2011-06-26 Martin Rudalics <rudalics@gmx.at>
12340
12341 * window.el (display-buffer-normalize-argument): Rename to
12342 display-buffer-normalize-arguments. Handle special meaning of
12343 LABEL argument. Respect special-display-function when popping up
12344 a new frame. Fix code searching for a window showing the buffer
12345 on another frame.
12346 (display-buffer-normalize-specifiers):
12347 Call display-buffer-normalize-arguments.
12348 (display-buffer-in-window): Don't undedicate the window if its
12349 buffer remains the same.
12350 Reported by Drew Adams <drew.adams@oracle.com>.
12351 (display-buffer-alist): Add choice for same-window macro
12352 specfier.
12353 (display-buffer): Mention special meaning of LABEL argument in
12354 doc-string. Fix quoting. Don't pop up a new frame even as
12355 fallback.
12356
12357 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
12358
12359 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12360 avoid deleting the current window in some cases (bug#8911).
12361
12362 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12363
12364 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12365 (Bug#8934)
12366
12367 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12368
12369 * net/network-stream.el (network-stream-open-starttls):
12370 Use built-in TLS support if `gnutls-available-p' is true.
12371 (network-stream-open-tls): Ditto.
12372
12373 2011-06-26 Leo Liu <sdl.web@gmail.com>
12374
12375 * register.el (registerv): New struct.
12376 (registerv-make): New function.
12377 (jump-to-register, describe-register-1, insert-register):
12378 Support the jump-func, print-func and insert-func slot of a registerv
12379 struct. (Bug#8415)
12380
12381 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12382
12383 * vc/vc.el (vc-revert-show-diff): New defcustom.
12384 (vc-diff-internal): New arg specifying diff buffer.
12385 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12386 reuse an existing *vc-diff* buffer (Bug#8927).
12387
12388 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12389
12390 2011-06-26 Glenn Morris <rgm@gnu.org>
12391
12392 * progmodes/f90.el (f90-critical-indent): New option.
12393 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12394 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12395 (f90-mode): Doc fix.
12396 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12397 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12398 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12399 (f90-match-end): Handle block, critical.
12400
12401 2011-06-25 Glenn Morris <rgm@gnu.org>
12402
12403 * calendar/diary-lib.el (diary-included-files): Doc fix.
12404 (diary-include-files): New function, extracted from
12405 diary-include-other-diary-files and diary-mark-included-diary-files.
12406 (diary-include-other-diary-files, diary-mark-included-diary-files):
12407 Just call diary-include-files.
12408 (diary-mark-entries): Reset diary-included-files on first call.
12409
12410 * calendar/diary-lib.el (diary-mark-entries)
12411 (diary-mark-included-diary-files):
12412 Visit included diary-files in temp buffers.
12413
12414 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12415 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12416 (f90-start-block-re, f90-imenu-generic-expression)
12417 (f90-looking-at-program-block-start, f90-no-block-limit):
12418 Add support for submodules.
12419
12420 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12421 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12422
12423 2011-06-25 Eli Zaretskii <eliz@gnu.org>
12424
12425 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12426 buffer-file-type before setting its value, to avoid disastrous
12427 global effects on decoding files for DOS/Windows systems. (Bug#8780)
12428
12429 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12430
12431 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12432
12433 * ses.el (ses-unload-function):
12434 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12435
12436 * proced.el (proced-unload-function):
12437 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12438
12439 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12440
12441 * server.el (server-create-window-system-frame): Add parameters arg.
12442 (server-process-filter): Doc fix. Handle frame-parameters.
12443
12444 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12445
12446 Fix bug#8730, bug#8781.
12447
12448 * loadhist.el (unload--set-major-mode): New function.
12449 (unload-feature): Use it.
12450
12451 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12452 (python-unload-function): New function.
12453
12454 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12455
12456 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12457
12458 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12459
12460 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12461 the candidates list.
12462
12463 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
12464
12465 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12466
12467 2011-06-23 Richard Stallman <rms@gnu.org>
12468
12469 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12470 (rmail-variables): Set next-error-move-function.
12471 (rmail-what-message): Take argument POS.
12472 (rmail-next-error-move): New function.
12473
12474 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12477 messages for adjacent non-terminals.
12478
12479 2011-06-23 Richard Stallman <rms@gnu.org>
12480
12481 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12482 (rmail-show-message-1): Preserve buffer modified flag.
12483 (rmail-start-mail): Don't specify use of rmail-mail-return;
12484 that's done by mail-bury now.
12485 (rmail-mail-return): Handle arg NEWBUF.
12486
12487 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
12488
12489 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12490 SIZE is a number.
12491
12492 2011-06-23 Martin Rudalics <rudalics@gmx.at>
12493
12494 * window.el (get-lru-window, get-mru-window)
12495 (get-largest-window): Never return a minibuffer window.
12496 (display-buffer-pop-up-window): Fix a bug that could lead to
12497 reusing the minibuffer window.
12498 (display-buffer): Pass original specifier argument to
12499 display-buffer-function instead of the normalized one.
12500 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12501
12502 2011-06-22 Leo Liu <sdl.web@gmail.com>
12503
12504 * minibuffer.el (completing-read-function)
12505 (completing-read-default): Move from minibuf.c
12506
12507 2011-06-22 Richard Stallman <rms@gnu.org>
12508
12509 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12510 to Rmail even if not started by a special Rmail command.
12511
12512 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12513 Copy the buffer currently showing just one message.
12514
12515 2011-06-22 Roland Winkler <winkler@gnu.org>
12516
12517 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12518 (bibtex-clean-entry): First delete the old key so that a
12519 customized algorithm for generating the new key does not get
12520 confused by the old key.
12521 (bibtex-url): Obey regexp of first step.
12522 (bibtex-search-entries): Do not use add-to-list with local
12523 list-var.
12524
12525 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12526
12527 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12528 stored a user name, then query for the password first, instead of
12529 waiting for SMTP to give an error message and the trying again.
12530
12531 2011-06-22 Lawrence Mitchell <wence@gmx.li>
12532
12533 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12534 BUFFER in call-process.
12535
12536 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12537
12538 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12539 QUIT twice.
12540 (smtpmail-try-auth-methods): Require user name and password from
12541 auth-source.
12542
12543 2011-06-22 Martin Rudalics <rudalics@gmx.at>
12544
12545 * window.el (display-buffer-default-specifiers)
12546 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12547 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12548 (split-window): Normalize SIDE argument (Bug#8916).
12549
12550 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12551 (special-display-frame-alist, special-display-popup-frame):
12552 Remove duplicate declarations. These are now in window.el.
12553
12554 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12555
12556 * mail/smtpmail.el (smtpmail-via-smtp):
12557 Set :use-starttls-if-possible so that we always use STARTTLS if the
12558 server supports it. SMTP servers that support STARTTLS commonly
12559 require it.
12560
12561 * net/network-stream.el (network-stream-open-starttls): Support
12562 upgrading to STARTTLS always, even if we don't have built-in support.
12563 (open-network-stream): Add the :always-query-capabilities keyword.
12564
12565 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12566 upgrades with `open-network-stream', and rely solely on
12567 auth-source for all credentials. Big changes throughout the file,
12568 but in particular:
12569 (smtpmail-auth-credentials): Remove.
12570 (smtpmail-starttls-credentials): Remove.
12571 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12572 MAIL FROM, too.
12573
12574 * net/network-stream.el (network-stream-open-starttls):
12575 Provide support for client certificates both for external and built-in
12576 STARTTLS.
12577 (auth-source): Require.
12578 (open-network-stream): Document the :client-certificate keyword.
12579 (network-stream-certificate): Change cert-cert to cert and
12580 cert-key to key.
12581
12582 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
12583
12584 * net/tramp-cache.el (top): Don't load the persistency file when
12585 "emacs -Q" has been called.
12586
12587 2011-06-21 Tim Harper <timcharper@gmail.com>
12588
12589 * term/ns-win.el (ns-initialize-window-system):
12590 Set application-specific `ApplePressAndHoldEnabled' system
12591 resource to NO as it is not yet supported by the NS port.
12592
12593 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
12594
12595 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12596 (list-dynamic-libraries): ...not here.
12597
12598 2011-06-21 Leo Liu <sdl.web@gmail.com>
12599
12600 * subr.el (sha1): Implement sha1 using secure-hash.
12601
12602 2011-06-21 Martin Rudalics <rudalics@gmx.at>
12603
12604 * window.el (display-buffer-alist): In default value do not
12605 enforce searching a window on any but the selected frame.
12606 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12607 (display-buffer-select-window): Remove function.
12608 (display-buffer-in-window): When a window on another frame gets
12609 reused, do not select it any more but just raise its frame if
12610 necessary (Bug#8851) and (Bug#8856).
12611 (display-buffer-normalize-options): Handle pop-up-frames related
12612 options more faithfully.
12613 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12614 window if it is on another frame.
12615 (display-buffer-alist, display-buffer-default-specifiers):
12616 Don't make new frame unsplittable by default.
12617 (display-buffer-normalize-argument): Fix doc-string typo and use
12618 'same-frame-other-window instead of 'other-window when associating
12619 with display-buffer-macro-specifiers.
12620
12621 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12622
12623 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12624 New functions.
12625 (5x5-mode-map, 5x5-mode-menu): Bind them.
12626 (5x5-draw-grid): Tweak the solver's rendering.
12627
12628 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12629
12630 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12631 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12632
12633 2011-06-21 Drew Adams <drew.adams@oracle.com>
12634
12635 * menu-bar.el: Use function variable instead of switch-to-buffer.
12636 (menu-bar-select-buffer-function): New variable.
12637 (menu-bar-update-buffers): Use it (bug#8876).
12638
12639 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12640
12641 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12642 variable's status.
12643
12644 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12645
12646 * x-dnd.el (x-dnd-version-from-flags)
12647 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12648 and long as number (Bug#8899).
12649 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12650
12651 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12652
12653 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12654 (completion-try-completion, completion-all-completions): Compute the
12655 metadata argument if it's missing; make it optional (bug#8795).
12656
12657 * wid-edit.el: Use lex-bind and move towards completion-at-point.
12658 (widget-complete): Use new :completion-function property.
12659 (widget-completions-at-point): New function.
12660 (default): Use :completion-function instead of :complete.
12661 (widget-default-completions): Rename from widget-default-complete;
12662 Rewrite.
12663 (widget-string-complete, widget-file-complete, widget-color-complete):
12664 Remove functions.
12665 (file, symbol, function, variable, coding-system, color):
12666 * international/mule-cmds.el (default-input-method, charset)
12667 (language-info-custom-alist):
12668 * cus-edit.el (face): Use new property :completions.
12669
12670 * progmodes/pascal.el (pascal-completions-at-point): New function.
12671 (pascal-mode): Use it.
12672 (pascal-mode-map): Use completion-at-point.
12673 (pascal-toggle-completions): Make obsolete.
12674 (pascal-complete-word, pascal-show-completions):
12675 * progmodes/octave-mod.el (octave-complete-symbol):
12676 Redefine as obsolete alias.
12677 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12678 Signal absence of completion info for old Octave,
12679 (inferior-octave-complete): Redefine as obsolete alias.
12680 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12681 (meta-completions-at-point): Rename from meta-complete-symbol and
12682 adapt it for use on completion-at-point-functions.
12683 (meta-common-mode): Use it.
12684 (meta-looking-at-backward, meta-match-buffer): Remove.
12685 (meta-complete-symbol): Redefine as obsolete alias.
12686 (meta-common-mode-map): Use completion-at-point.
12687 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12688 (makefile-mode-map): Use completion-at-point.
12689 (makefile-completions-at-point): Rename from makefile-complete and
12690 adapt it for use on completion-at-point-functions.
12691 (makefile-mode): Use it.
12692 (makefile-complete): Redefine as obsolete alias.
12693
12694 2011-06-20 Deniz Dogan <deniz@dogan.se>
12695
12696 * net/rcirc.el: Delete trailing whitespaces once and for all.
12697
12698 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12699
12700 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12701
12702 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
12703
12704 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12705
12706 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12707
12708 2011-06-19 Martin Rudalics <rudalics@gmx.at>
12709
12710 * window.el (display-buffer-other-window-means-other-frame):
12711 Call display-buffer-normalize-alist.
12712 (display-buffer-normalize-specifiers-1): Rename to
12713 display-buffer-normalize-argument. New argument other-frame.
12714 Rewrite.
12715 (display-buffer-normalize-specifiers-2): Rename to
12716 display-buffer-normalize-options.
12717 (display-buffer-normalize-alist-1): New function.
12718 (display-buffer-normalize-specifiers-3): Rename to
12719 display-buffer-normalize-alist.
12720 Call display-buffer-normalize-alist-1.
12721 (display-buffer-normalize-options-inhibit): New variable.
12722 (display-buffer-normalize-specifiers): Rewrite calling
12723 display-buffer-normalize-alist,
12724 display-buffer-normalize-argument, and
12725 display-buffer-normalize-options. Don't call the latter if
12726 display-buffer-normalize-options-inhibit is non-nil.
12727 (frame-auto-delete): New option.
12728 (window-deletable-p): Use frame-auto-delete.
12729 (window-list-no-nils, window-state-ignored-parameters)
12730 (window-state-get-1, window-state-get, window-state-put-list)
12731 (window-state-put-1, window-state-put-2, window-state-put):
12732 New functions.
12733 (display-buffer-normalize-options): Move special-display-p group
12734 after pop-up-frame group (Bug#8851) and (Bug#8856).
12735
12736 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
12737
12738 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12739 groups (Bug#8776).
12740 (rx-submatch-n): New function.
12741 (rx): Document it.
12742
12743 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12744 (Bug#8768).
12745
12746 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12747
12748 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12749
12750 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12751 anytime existing face settings are present (Bug#8889).
12752
12753 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12754 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12755 Remove unused argument.
12756
12757 2011-06-18 Martin Rudalics <rudalics@gmx.at>
12758
12759 * window.el (display-buffer-default-specifiers):
12760 Remove pop-up-frame. Add pop-up-window-min-height,
12761 pop-up-window-min-width, and another reuse-window specifier
12762 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
12763 (display-buffer-normalize-specifiers-2):
12764 Handle split-height-threshold and split-width-threshold also when
12765 pop-up-windows is unset. Add a reuse-window specifier for the
12766 case popping up a new window fails.
12767 (special-display-popup-frame): Remove double quoting.
12768 (display-buffer-normalize-specifiers-1): Fix thinko.
12769
12770 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12771
12772 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12773 according to comint-completion-addsuffix.
12774
12775 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12776 (pcomplete-suffix-list): Mark as obsolete.
12777 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12778 pcomplete-seen in the closure.
12779 (pcomplete-comint-setup): Setup completion-at-point as well.
12780 (pcomplete--entries): New function.
12781 (pcomplete--env-regexp): New var.
12782 (pcomplete-entries): Rewrite to work with partial-completion and
12783 without relying on pcomplete-suffix-list.
12784 (pcomplete-pare-list): Remove, unused.
12785
12786 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12787
12788 * window.el (display-buffer-alist): Set pop-up-window-min-height
12789 and pop-up-window-min-width in default value. Reported by
12790 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12791 other-window-means-other-frame.
12792 (display-buffer-macro-specifiers): Comment out entry for
12793 other-window specifier.
12794 (display-buffer-other-window-means-other-frame): New function.
12795 (display-buffer-normalize-specifiers-1): New arguments
12796 buffer-name and label. Treat other-window case specially.
12797 (display-buffer-normalize-specifiers-2): Treat other-window case
12798 specially.
12799 (display-buffer-normalize-specifiers-3): New function.
12800 (display-buffer-normalize-specifiers):
12801 Call display-buffer-normalize-specifiers-3.
12802
12803 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12804
12805 * window.el (same-window-p): Fix two typos introduced when
12806 adding with-no-warnings.
12807 (display-buffer-normalize-specifiers-1): Don't check
12808 pop-up-frames for 'unset initialization.
12809 (display-buffer-normalize-specifiers-2): Major rewrite using
12810 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12811 (pop-up-frames, display-buffer-reuse-frames)
12812 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12813 Suggested by David Engster <deng@randomsample.de>.
12814 (even-window-heights): Initialize to 'unset.
12815 (display-buffer-alist-set): Handle new 'unset initializations.
12816 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12817 other window case.
12818
12819 2011-06-16 Martin Rudalics <rudalics@gmx.at>
12820
12821 * window.el (display-buffer-normalize-specifiers-1):
12822 Respect current value of pop-up-frames for most reasonable values of
12823 second argument of display-buffer (Bug#8865).
12824 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12825 (switch-to-buffer-other-window-same-frame)
12826 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12827 Adams (Bug#8875).
12828 (display-buffer): Don't check noninteractive when calling
12829 display-buffer-pop-up-frame.
12830 (display-buffer-pop-up-frame): Never pop up a frame in
12831 noninteractive mode (Bug#8857).
12832 (enlarge-window, shrink-window): Don't report an error when the
12833 window can't be resized as requested (Bug#8862).
12834
12835 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12836
12837 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12838
12839 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12840
12841 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12842
12843 2011-06-15 Alan Mackenzie <acm@muc.de>
12844
12845 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12846 for declarators, disable knr checking to speed up for normal files.
12847 2: Refactor, replacing a sequence of nested if forms by a cond form.
12848
12849 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12850
12851 * net/network-stream.el (open-network-stream): Add the keyword
12852 :always-query-capabilities for the case where you want to force a
12853 `plain' network connection, but the protocol still requires the
12854 capabilitiy command (i.e., SMTP and EHLO).
12855
12856 * subr.el (process-live-p): Rename from `process-alive-p' for
12857 consistency with other `-live-p' functions.
12858
12859 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * window.el (same-window-buffer-names, same-window-regexps)
12862 (special-display-frame-alist, special-display-popup-frame)
12863 (special-display-function, special-display-buffer-names)
12864 (special-display-regexps, pop-up-frame-alist)
12865 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12866 (pop-up-windows, split-window-preferred-function)
12867 (split-height-threshold, split-width-threshold, even-window-heights)
12868 (display-buffer-mark-dedicated): Don't encourage the use of
12869 display-buffer-alist from Elisp code.
12870
12871 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12872
12873 * progmodes/python.el (python-mode): Derive from prog-mode.
12874 * progmodes/ps-mode.el (ps-mode):
12875 * progmodes/mixal-mode.el (mixal-mode):
12876 * progmodes/cfengine.el (cfengine-mode):
12877 * progmodes/ld-script.el (ld-script-mode): Likewise.
12878
12879 2011-06-15 Martin Rudalics <rudalics@gmx.at>
12880
12881 * window.el (display-buffer-alist): Trim default value to avoid
12882 popping up a new frame (Bug#8857) or reusing an arbitrary window
12883 on another frame.
12884 (display-buffer): Do not fall back on popping up a new frame in
12885 batch mode (Bug#8857).
12886
12887 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12890 (custom-theme-summary): New function.
12891 (customize-themes): Use it.
12892
12893 2011-06-13 Glenn Morris <rgm@gnu.org>
12894
12895 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12896
12897 2011-06-13 Martin Rudalics <rudalics@gmx.at>
12898
12899 * help.el (help-window): Remove variable.
12900 (help-window-point-marker, temp-buffer-max-height)
12901 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12902 (help-print-return-message): Don't set help-window.
12903 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12904 (help-window-setup-finish): Remove.
12905 (help-window-display-message, help-window-setup)
12906 (with-help-window): Major rewrite based on new
12907 display-buffer-window variable.
12908
12909 * help-mode.el (help-mode-finish): Remove help-window related
12910 code.
12911
12912 * view.el (view-exits-all-viewing-windows): Remove reference to
12913 view-return-to-alist in doc-string.
12914 (view-return-to-alist): Make obsolete.
12915 (view-buffer): Call pop-to-buffer-same-window and remove
12916 undo-window code.
12917 (view-buffer-other-window): Call pop-to-buffer-other-window and
12918 simplify code. Ignore second argument.
12919 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12920 simplify code. Ignore second argument.
12921 (view-return-to-alist-update): Make obsolete.
12922 (view-mode-enter): Rename second argument to QUIT-RESTORE.
12923 Rewrite using quit-restore window parameters.
12924 (view-mode-exit): Rename second argument to EXIT-ONLY.
12925 Rewrite using quit-restore-window.
12926 (View-exit, View-exit-and-edit, View-leave, View-quit)
12927 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
12928 appropriate arguments.
12929 (view-end-message): Use quit-restore window parameter.
12930
12931 * window.el (display-buffer-function): Rewrite doc-string.
12932 (display-buffer-window, display-buffer-alist): New variables.
12933 (display-buffer-split-specifiers)
12934 (display-buffer-side-specifiers)
12935 (display-buffer-macro-specifiers): New constants.
12936 (display-buffer-even-window-sizes, display-buffer-set-height)
12937 (display-buffer-set-width, display-buffer-select-window)
12938 (display-buffer-in-window, display-buffer-reuse-window)
12939 (display-buffer-split-window-1, display-buffer-split-window)
12940 (display-buffer-split-atom-window, display-buffer-pop-up-window)
12941 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
12942 (display-buffer-in-side-window, normalize-buffer-to-display)
12943 (display-buffer-normalize-specifiers-1)
12944 (display-buffer-normalize-specifiers-2)
12945 (display-buffer-normalize-specifiers, display-buffer-frame):
12946 New functions.
12947 (display-buffer): Major rewrite.
12948 (display-buffer-other-window, display-buffer-other-frame)
12949 (pop-to-buffer, switch-to-buffer-other-window)
12950 (switch-to-buffer-other-frame): Rewrite.
12951 (display-buffer-same-window, display-buffer-same-frame)
12952 (display-buffer-same-frame-other-window)
12953 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
12954 (pop-to-buffer-other-window)
12955 (pop-to-buffer-same-frame-other-window)
12956 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
12957 (switch-to-buffer-other-window-same-frame): New functions.
12958 (same-window-p, special-display-p): Rewrite disabling warnings.
12959 Make obsolete.
12960 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12961 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
12962 Make obsolete
12963 (same-window-buffer-names, same-window-regexps)
12964 (special-display-frame-alist, special-display-popup-frame)
12965 (special-display-function, special-display-buffer-names)
12966 (special-display-regexps, pop-up-frame-alist)
12967 (pop-up-frame-function, split-window-preferred-function)
12968 (split-height-threshold, split-width-threshold)
12969 (even-window-heights): Make obsolete.
12970
12971 2011-06-12 Glenn Morris <rgm@gnu.org>
12972
12973 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
12974 Misc simplifications.
12975
12976 2011-06-12 Martin Rudalics <rudalics@gmx.at>
12977
12978 * window.el (window-safely-shrinkable-p): Restore function which
12979 was inadvertently removed in change from 2011-06-11. Declare as
12980 obsolete.
12981
12982 * calendar/calendar.el (calendar-generate-window):
12983 Use window-iso-combined-p instead of combination of one-window-p and
12984 window-safely-shrinkable-p.
12985
12986 2011-06-12 Glenn Morris <rgm@gnu.org>
12987
12988 * progmodes/fortran.el (fortran-mode-syntax-table):
12989 * progmodes/f90.el (f90-mode-syntax-table):
12990 Set % to punctuation. (Bug#8820)
12991 (f90-find-tag-default): Remove, no longer needed.
12992
12993 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
12994
12995 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
12996
12997 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
12998
12999 * image.el (image-animated-p): Return animation delay in seconds.
13000 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13001 (image-animate-timeout): Remove DELAY argument. Don't assume
13002 every subimage has the same delay; get it from image-animated-p.
13003 (image-animate): Caller changed.
13004
13005 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
13006
13007 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13008 to ignored backtrace functions.
13009
13010 2011-06-11 Glenn Morris <rgm@gnu.org>
13011
13012 * calendar/appt.el (appt-disp-window-function): Doc fix.
13013 (appt-check): Handle overlapping appointments. (Bug#8337)
13014
13015 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13016
13017 * window.el (window-tree-1, window-tree): New functions, moving
13018 the latter to window.el.
13019 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13020 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13021 (bw-refresh-edges): Remove.
13022 (balance-windows-1, balance-windows-2): New functions.
13023 (balance-windows): Rewrite in terms of window tree functions,
13024 balance-windows-1 and balance-windows-2.
13025 (bw-adjust-window): Remove.
13026 (balance-windows-area-adjust): New function with functionality of
13027 bw-adjust-window but using resize-window.
13028 (set-window-text-height): Rewrite doc-string.
13029 Use normalize-live-window and resize-window.
13030 (enlarge-window-horizontally, shrink-window-horizontally):
13031 Rename argument to DELTA.
13032 (window-buffer-height): New function.
13033 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13034 Rewrite using new window resize routines.
13035 (kill-buffer-and-window, mouse-autoselect-window-select):
13036 Use ignore-errors instead of condition-case.
13037 (quit-window): Call delete-frame instead of delete-windows-on
13038 for the only buffer on frame.
13039
13040 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13041
13042 * loadup.el (top-level): Load window before files for the sake
13043 of replace-buffer-in-windows.
13044
13045 * files.el (read-buffer-to-switch)
13046 (switch-to-buffer-other-window)
13047 (switch-to-buffer-other-frame, display-buffer-other-frame):
13048 Move to window.el.
13049
13050 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13051 (previous-buffer): Move to window.el.
13052
13053 * bindings.el (unbury-buffer): Move to window.el.
13054
13055 * window.el (delete-other-windows-vertically): Move after
13056 definition of delete-other-windows.
13057 (other-window, delete-windows-on, replace-buffer-in-windows):
13058 Move here from window.c.
13059 (record-window-buffer, unrecord-window-buffer)
13060 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13061 (switch-to-next-buffer): New functions.
13062 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13063 from simple.el. Call switch-to-next-buffer.
13064 (previous-buffer): Move here from simple.el.
13065 Call switch-to-prev-buffer.
13066 (bury-buffer): Move here from buffer.c. Switch to previous
13067 buffer when window cannot be deleted.
13068 (unbury-buffer): Move here from bindings.el.
13069 (ctl-x-map): Move binding for other-window from window.c to
13070 here.
13071 (read-buffer-to-switch, switch-to-buffer-other-window)
13072 (switch-to-buffer-other-frame): Move here from files.el.
13073 (normalize-buffer-to-switch-to): New functions.
13074 (switch-to-buffer): Move here from buffer.c.
13075 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13076
13077 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13078
13079 * window.el (window-min-height, window-min-width): Move here
13080 from window.c. Add defcustoms and rewrite doc-strings.
13081 (resize-mini-window, resize-window): New functions.
13082 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13083 Move here from window.c.
13084 (maximize-window, minimize-window): New functions.
13085 (delete-window, delete-other-windows, split-window): Move here
13086 from window.c.
13087 (window-split-min-size): New function.
13088 (split-window-keep-point): Mention split-window-above-each-other
13089 instead of split-window-vertically.
13090 (split-window-above-each-other, split-window-vertically):
13091 Rename split-window-vertically to split-window-above-each-other
13092 and provide defalias for old definition.
13093 (split-window-side-by-side, split-window-horizontally):
13094 Rename split-window-horizontally to split-window-side-by-side
13095 and provide defalias for the old definition.
13096 (ctl-x-map): Move bindings for delete-window,
13097 delete-other-windows and enlarge-window here from window.c.
13098 Replace bindings for split-window-vertically and
13099 split-window-horizontally by bindings for
13100 split-window-above-each-other and split-window-side-by-side.
13101
13102 * cus-start.el (all): Remove entries for window-min-height and
13103 window-min-width. Add entries for window-splits and
13104 window-nest.
13105
13106 2011-06-09 Glenn Morris <rgm@gnu.org>
13107
13108 * calendar/appt.el (appt-mode-line): New function.
13109 (appt-check, appt-disp-window): Use it.
13110
13111 * files.el (hack-one-local-variable-eval-safep):
13112 Allow minor-modes with explicit +/-1 arguments.
13113
13114 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13115
13116 * term/xterm.el (xterm): Add defgroup.
13117 (xterm-extra-capabilities): Add defcustom to supply known xterm
13118 capabilities, skip querying them, or query them (default).
13119 (terminal-init-xterm): Use it.
13120 (terminal-init-xterm-modify-other-keys): New function to set up
13121 modifyOtherKeys support to simplify `terminal-init-xterm'.
13122
13123 2011-06-09 Martin Rudalics <rudalics@gmx.at>
13124
13125 * window.el (resize-window-reset, resize-window-reset-1)
13126 (resize-subwindows-skip-p, resize-subwindows-normal)
13127 (resize-subwindows, resize-other-windows, resize-this-window)
13128 (resize-root-window, resize-root-window-vertically)
13129 (window-deletable-p, window-or-subwindow-p)
13130 (frame-root-window-p): New functions.
13131
13132 2011-06-09 Glenn Morris <rgm@gnu.org>
13133
13134 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13135 (ange-ftp-get-files): Use it.
13136
13137 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13138
13139 * mail/sendmail.el (mail-recover-1, mail-recover):
13140 * files.el (recover-file, recover-session):
13141 Handle dired-listing-switches not being just a single short option.
13142
13143 2011-06-09 Glenn Morris <rgm@gnu.org>
13144
13145 * calendar/appt.el (appt-display-message, appt-disp-window):
13146 Handle lists of appointments.
13147
13148 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13149
13150 * window.el (one-window-p): Move down in code.
13151 Rewrite doc-string.
13152 (window-current-scroll-bars): Rewrite doc-string.
13153 Normalize live window argument.
13154 (walk-windows, get-window-with-predicate, count-windows):
13155 Rewrite doc-string. Use window-list-1.
13156 (window-in-direction-2, window-in-direction, get-mru-window):
13157 New functions.
13158
13159 2011-06-08 Reuben Thomas <rrt@sc3d.org>
13160
13161 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13162 Doc fix (Bug#8713).
13163
13164 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
13165
13166 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13167
13168 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
13169
13170 * loadhist.el (unload-feature-special-hooks):
13171 Add `comint-output-filter-functions'.
13172
13173 2011-06-08 Ivan Kanis <gnu@kanis.fr>
13174
13175 * calendar/appt.el (appt-check): Move some initializations into the let.
13176
13177 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13178
13179 * window.el (window-height): Defalias to window-total-height.
13180 (window-width): Defalias to window-body-width.
13181
13182 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * image-mode.el (image-toggle-animation): New command.
13185 (image-mode-map): Bind it to RET.
13186 (image-mode): Update message.
13187 (image-toggle-display-image): Avoid a spurious cache flush.
13188 (image-transform-rotation): Doc fix.
13189 (image-transform-properties): Return quickly in the normal case.
13190 (image-animate-loop): Rename from image-animate-max-time.
13191
13192 * image.el (image-animate-max-time): Move to image-mode.el.
13193 (create-animated-image): Remove unnecessary function.
13194 (image-animate): Rename from image-animate-start. New arg.
13195 (image-animate-stop): Remove; just use image-animate-timer.
13196 (image-animate-timer): Use car-safe.
13197 (image-animate-timeout): Rename argument.
13198
13199 2011-06-07 Martin Rudalics <rudalics@gmx.at>
13200
13201 * window.el (get-lru-window, get-largest-window): Move here from
13202 window.c. Rename first argument to ALL-FRAMES.
13203 Rephrase doc-strings.
13204 (get-buffer-window-list): Rewrite using window-list-1.
13205 Rephrase doc-string.
13206 (window-safe-min-height, window-safe-min-width): New constants.
13207 (window-size-ignore, window-min-size, window-min-size-1)
13208 (window-sizable, window-sizable-p, window-size-fixed-1)
13209 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13210 (window-max-delta-1, window-max-delta, window-resizable)
13211 (window-resizable-p, window-total-height, window-total-width)
13212 (window-body-width): New functions.
13213 (window-full-height-p, window-full-width-p): Rewrite using
13214 window-total-size.
13215 (window-body-height): Rewrite using window-body-size.
13216
13217 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13218
13219 * window.el (window-right, window-left, window-child)
13220 (window-child-count, window-last-child, window-any-p)
13221 (normalize-live-buffer, normalize-live-frame)
13222 (normalize-any-window, normalize-live-window)
13223 (window-iso-combination-p, window-iso-combined-p)
13224 (window-iso-combinations)
13225 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13226 (windows-with-parameter, window-with-parameter)
13227 (window-atom-root, make-window-atom, window-atom-check-1)
13228 (window-atom-check, window-side-check, window-check):
13229 New functions.
13230 (ignore-window-parameters, window-sides, window-sides-vertical)
13231 (window-sides-slots): New variables.
13232 (window-size-fixed): Move down in code. Minor doc-string fix.
13233
13234 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13235
13236 * comint.el (comint-dynamic-complete-as-filename)
13237 (comint-dynamic-complete-filename): Correctly call
13238 completion-in-region.
13239
13240 2011-06-05 Deniz Dogan <deniz@dogan.se>
13241
13242 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13243 in last change.
13244
13245 2011-06-05 Deniz Dogan <deniz@dogan.se>
13246
13247 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13248 (rcirc): Use it to prompt for encryption.
13249
13250 2011-06-05 Roland Winkler <winkler@gnu.org>
13251
13252 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13253 (bibtex-search-entries): New command bound to C-c C-a.
13254 (bibtex-display-entries): New function.
13255
13256 2011-06-05 Roland Winkler <winkler@gnu.org>
13257
13258 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13259 (bibtex-insert-kill): After yanking insert newline if necessary.
13260 (bibtex-initialize): Call bibtex-string-files-init only once.
13261 (bibtex-mode): Do not call easy-menu-add.
13262 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13263 (bibtex-yank): Set arg properly if nil.
13264
13265 2011-06-05 Roland Winkler <winkler@gnu.org>
13266
13267 * textmodes/bibtex.el (bibtex-search-entry-globally):
13268 New variable.
13269 (bibtex-search-entry): Use it.
13270
13271 2011-06-05 Roland Winkler <winkler@gnu.org>
13272
13273 * textmodes/bibtex.el (bibtex-entry-format): New option
13274 sort-fields.
13275 (bibtex-format-entry, bibtex-reformat): Honor this option.
13276 (bibtex-parse-entry): Return fields in proper order.
13277
13278 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13279
13280 * doc-view.el (doc-view-remove-if): Move computation of result out
13281 of `dolist' to silence misleading lexical-binding warning.
13282
13283 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
13284
13285 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13286 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13287
13288 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13289
13290 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13291 "SunOS 5.10".
13292
13293 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13294
13295 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13296 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13297 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13298 (tramp-parse-putty):
13299 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13300 (tramp-completion-function-alist-ssh)
13301 (tramp-completion-function-alist-telnet)
13302 (tramp-completion-function-alist-su)
13303 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13304 cookie.
13305
13306 * net/tramp-ftp.el:
13307 * net/tramp-sh.el:
13308 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13309 load "tramp.el" `tramp-set-completion-function'.
13310
13311 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13312
13313 * shell.el: Require and use pcomplete.
13314 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13315 (shell-completion-vars): Set pcomplete-default-completion-function.
13316
13317 2011-06-04 Deniz Dogan <deniz@dogan.se>
13318
13319 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13320 `memq' (Bug#8799).
13321
13322 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13323
13324 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13325
13326 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
13327
13328 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13329 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13330 * vc/log-view.el (log-view-beginning-of-defun):
13331 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13332 (smerge-refine-forward, smerge-refine-chopup-region):
13333 Silence warning for unused `dotimes' counter variables.
13334
13335 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13336
13337 * net/tramp.el (tramp-with-progress-reporter): Rename from
13338 with-progress-reporter. Use `declare'.
13339 * net/tramp-smb.el:
13340 * net/tramp-sh.el:
13341 * net/tramp-gvfs.el: Update all uses.
13342
13343 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13344
13345 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13346 buffer isn't killed before making it current.
13347
13348 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13349
13350 Silence various byte-compiler warnings.
13351 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13352 `access-type' and new obsolescence format.
13353 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13354 new format.
13355 (byte-compile-check-variable): New `access-type' argument.
13356 Only warn if the access-type is obsolete.
13357 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13358 (byte-compile-variable-set): Adjust callers.
13359 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13360 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13361 setting it as obsolete.
13362 * simple.el (minibuffer-completing-symbol):
13363 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13364 access as obsolete.
13365 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13366 obsolete yet.
13367 * international/quail.el (quail-mouse-choose-completion): Remove unused
13368 code referring to obsolete var.
13369 (quail-choose-completion-string): Remove.
13370 * server.el (server-clients-with, server-kill-buffer-query-function)
13371 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13372 * proced.el (proced-send-signal):
13373 * emacs-lisp/lisp.el (lisp-complete-symbol):
13374 Replace completion-annotate-function with completion-extra-properties.
13375
13376 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13377
13378 * simple.el (goto-line): Use read-number.
13379 (overriding-map-is-bound): Remove.
13380 (saved-overriding-map): Change default.
13381 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13382 Take the map as argument.
13383 (universal-argument, negative-argument, digit-argument): Use it.
13384 (restore-overriding-map): Adjust.
13385 (do-auto-fill): Use fill-forward-paragraph.
13386 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13387
13388 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13389 (minibuffer-inactive-mode): New major mode.
13390 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13391 the *Messages* buffer" hack.
13392 (mouse-popup-menubar): Don't burp if the event is a normal key.
13393
13394 Miscellaneous tweaks.
13395 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13396 lexical scoping as in subr.el's dolist and dotimes.
13397 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13398 Silence compiler warning.
13399 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13400 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13401 * international/ccl.el (ccl-compile): Trivial simplification.
13402 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13403 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13404 `printflag' argument.
13405 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13406 Purecopy the whole obsolescence data.
13407
13408 2011-06-01 Leo Liu <sdl.web@gmail.com>
13409
13410 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13411 improve doc-string as suggested by Marco Pessotto
13412 <melmothx@gmail.com>.
13413 (rcirc-print): Fix last change.
13414
13415 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13416
13417 * minibuffer.el (complete-with-action): Return nil for the metadata and
13418 boundaries of non-functional tables.
13419 (completion-table-dynamic): Return nil for the metadata.
13420 (completion-table-with-terminator): Add default case, using
13421 complete-with-action.
13422 (completion--metadata): New function.
13423 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13424 to try and avoid pathological performance problems.
13425 (completion--embedded-envvar-table): Return `category' metadata.
13426
13427 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13428
13429 * subr.el (process-alive-p): New tiny convenience function.
13430
13431 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13432
13433 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13434 content but also its previous major mode.
13435
13436 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
13437
13438 * emacs-lisp/debug.el (debug): Restore the previous content of the
13439 *Backtrace* buffer when we exit with C-M-c.
13440
13441 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13442
13443 * minibuffer.el: Add metadata method to completion tables.
13444 (completion-category-overrides): New defcustom.
13445 (completion-metadata, completion--field-metadata)
13446 (completion-metadata-get, completion--styles)
13447 (completion--cycle-threshold): New functions.
13448 (completion-try-completion, completion-all-completions):
13449 Add `metadata' argument to choose completion-styles.
13450 (completion--do-completion): Use metadata to choose cycling.
13451 (completion-all-sorted-completions): Use metadata for sorting.
13452 Remove :completion-cycle-penalty which is not needed any more.
13453 (completion--try-word-completion): Add `metadata' argument.
13454 (minibuffer-completion-help): Check metadata for annotation function
13455 and sorting.
13456 (completion-file-name-table): Return `category' metadata.
13457 (minibuffer-completing-file-name): Make obsolete.
13458 * simple.el (minibuffer-completing-symbol): Make obsolete.
13459 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13460 completion-try-completion.
13461
13462 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13463
13464 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13465
13466 2011-05-30 Leo Liu <sdl.web@gmail.com>
13467
13468 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13469 (rcirc-print): Decode all incoming messages (bug#8744).
13470 (rcirc-decode-coding-system): Allow value nil for automatic coding
13471 system detection.
13472
13473 2011-06-01 Glenn Morris <rgm@gnu.org>
13474
13475 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13476
13477 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13478
13479 * image.el (image-animate-max-time): Allow nil and t values.
13480 Default to nil.
13481 (create-animated-image): Doc fix.
13482 (image-animate-start): Remove second arg; just use
13483 image-animate-max-time.
13484 (image-animate-timeout): Doc fix. Args changed.
13485
13486 * image-mode.el (image-toggle-display-image): Ensure that the
13487 image spec passed to the animate timer is the same object as in
13488 the buffer's display property (Bug#6981).
13489 (image-transform-properties): Doc fix.
13490
13491 * image.el (image-animate-max-time): Default to nil.
13492
13493 2011-05-29 Martin Rudalics <rudalics@gmx.at>
13494
13495 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13496 entire buffer list (Bug#8184).
13497
13498 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13499
13500 * image.el (imagemagick-types-inhibit)
13501 (imagemagick-register-types): Doc fix.
13502
13503 2011-05-29 Deniz Dogan <deniz@dogan.se>
13504
13505 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13506 default.
13507
13508 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13509
13510 * select.el: Don't perform clipboard-manager saving in hooks;
13511 leave the hooks empty.
13512
13513 2011-05-28 Leo Liu <sdl.web@gmail.com>
13514
13515 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13516 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13517 (occur-edit-mode): New major mode (Bug#8463).
13518 (occur-after-change-function): New function.
13519 (occur-engine): Give Occur tags a read-only property.
13520
13521 2011-05-28 Kevin Ryde <user42@zip.com.au>
13522
13523 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13524
13525 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13526
13527 * bindings.el (help-echo): Make the initial non-indicator dash
13528 empty on graphical terminals (Bug#7295).
13529
13530 * files.el (auto-mode-alist): Move config rule after the
13531 in-stripping one (Bug#8547).
13532
13533 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13534
13535 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13536 setting (Bug#8740).
13537
13538 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13539
13540 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13541 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13542 (Bug#8539).
13543
13544 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13545
13546 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13547
13548 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13549
13550 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13551 (hs-hide-block-at-point, hs-find-block-beginning)
13552 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13553 (Bug#8279).
13554
13555 2011-05-28 Glenn Morris <rgm@gnu.org>
13556
13557 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13558
13559 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13560
13561 * help-fns.el (describe-function-1): If the function is a derived
13562 major mode, print the parent mode.
13563
13564 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13565 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13566
13567 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * minibuffer.el (completion--capf-wrapper): Check applicability before
13570 returning non-nil for non-exclusive completion data.
13571 * progmodes/etags.el (tags-completion-at-point-function):
13572 * info-look.el (info-lookup-completions-at-point): Mark as
13573 non-exclusive.
13574 (info-complete): Adjust accordingly.
13575
13576 * info-look.el: Convert to lexical-binding and completion-at-point.
13577 (info-lookup-completions-at-point): New function.
13578 (info-complete): Use it and completion-in-region.
13579
13580 2011-05-28 Drew Adams <drew.adams@oracle.com>
13581
13582 * isearch.el: Let M-e start with point at the first mismatched char.
13583 (isearch-fail-pos): New function.
13584 (isearch-edit-string): Use it.
13585
13586 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13587
13588 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13589
13590 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
13591
13592 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13593 traversal functions for avl-trees.
13594 (avl-tree--stack): New struct.
13595 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13596 (avl-tree-enter): Add optional `updatefun' arg.
13597 (avl-tree--do-enter): Add optional `updatefun' arg.
13598 Change return value.
13599 (avl-tree-delete): Add optional `test' and `nilflag' args.
13600 (avl-tree--do-delete): Add `test' and `nilflag' args.
13601 Change return value.
13602 (avl-tree-member): Add optional `nilflag'
13603 (avl-tree-member-p): New function.
13604 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13605 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13606 (avl-tree-stack-empty-p): New functions.
13607
13608 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13609 avl-tree--del-balance1 and make it work both ways.
13610 (avl-tree--del-balance2): Remove.
13611 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13612 make it work both ways.
13613 (avl-tree--enter-balance2): Remove.
13614 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13615 New macros.
13616 (avl-tree--mapc, avl-tree-map): Add direction argument.
13617
13618 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
13619
13620 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13621
13622 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13623
13624 * select.el: Support clipboard managers with built-in function
13625 x-clipboard-manager-save, via delete-frame-functions and
13626 kill-emacs-hook.
13627 (xselect-convert-to-targets): Add MULTIPLE target to list.
13628 (xselect-convert-to-save-targets): New function.
13629
13630 2011-05-27 Kenichi Handa <handa@m17n.org>
13631
13632 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13633 let-binding rfc2047-encode-encoded-words to nil.
13634
13635 2011-05-27 Glenn Morris <rgm@gnu.org>
13636
13637 * mail/emacsbug.el: Don't require url-util.
13638
13639 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13640
13641 * files.el (set-auto-mode):
13642 Also respect mode: entries at the end of the file. (Bug#8586)
13643
13644 2011-05-26 Glenn Morris <rgm@gnu.org>
13645
13646 * files.el (hack-local-variables-prop-line, hack-local-variables):
13647 Downcase mode names, as seems to be traditional.
13648 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13649
13650 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13651 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13652
13653 2011-05-25 Julien Danjou <julien@danjou.info>
13654
13655 * textmodes/rst.el (rst-define-level-faces): Do not define face
13656 symbol if it is already defined.
13657
13658 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13659
13660 * play/5x5.el (5x5-new-game, 5x5-randomize):
13661 Reset 5x5-solver-output to nil when a new grid is cast.
13662 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13663 these debugging traces, as defmacro breaks the compiled code.
13664
13665 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13666
13667 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13668
13669 2011-05-24 Leo Liu <sdl.web@gmail.com>
13670
13671 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13672 (vc-bzr-sha1): Adapt.
13673
13674 * sha1.el: Remove. Function `sha1' is now builtin.
13675
13676 * bindings.el: Provide sha1 feature.
13677
13678 2011-05-24 Kenichi Handa <handa@m17n.org>
13679
13680 * mail/sendmail.el: Require `rfc2047'.
13681 (mail-insert-from-field): Do not perform RFC2047 encoding.
13682 (mail-encode-header): New function.
13683 (sendmail-send-it): Set buffer-file-coding-system of the work
13684 buffer to the return value of select-message-coding-system.
13685 Call mail-encode-header.
13686
13687 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13688
13689 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
13690
13691 * mail/supercite.el (sc-default-cite-frame):
13692 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13693
13694 2011-05-24 Glenn Morris <rgm@gnu.org>
13695
13696 * progmodes/python.el (brm-menu): Declare.
13697
13698 * emulation/viper.el (viper-set-hooks): Declare.
13699
13700 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13701 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13702 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13703 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13704 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13705 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13706
13707 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13708
13709 Add an :exit-function for completion-at-point.
13710
13711 * minibuffer.el (completion--done): New fun.
13712 (completion--do-completion): Use it. New arg `expect-exact'.
13713 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13714 since completion--do-completion does it for us now.
13715 (minibuffer-force-complete): Use completion--done and
13716 completion--replace. Handle sole-completion case with more care.
13717 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13718 (completion-extra-properties): New var.
13719 (completion-annotate-function): Make obsolete.
13720 (minibuffer-completion-help): Adjust accordingly.
13721 Use completion-list-insert-choice-function.
13722 (completion-at-point, completion-help-at-point):
13723 Bind completion-extra-properties.
13724 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13725 * simple.el (completion-list-insert-choice-function): New var.
13726 (completion-setup-function): Preserve it.
13727 (choose-completion): Pay attention to it, shuffle the code a bit.
13728 (choose-completion-string): New arg `insert-function'.
13729
13730 * textmodes/bibtex.el: Convert to lexical binding.
13731 (bibtex-mode-map): Use completion-at-point.
13732 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13733 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13734 (bibtex-complete): Define as obsolete alias.
13735 (bibtex-complete-internal): Remove.
13736 (bibtex-format-entry): Remove unused sub-group in regexp.
13737 * shell.el (shell--command-completion-data)
13738 (shell-environment-variable-completion):
13739 * pcomplete.el (pcomplete-completions-at-point):
13740 * comint.el (comint--complete-file-name-data): Use :exit-function
13741 instead of completion-table-with-terminator so it also works for
13742 choose-completion.
13743
13744 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13745
13746 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13747
13748 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13749 (bug#8710).
13750
13751 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13752
13753 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13754
13755 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13756 customization variable and implement: If non-nil, auto-fill will
13757 be inhibited while on topic's header line.
13758
13759 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13760
13761 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
13762 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
13763 always have a solution in grid size = 5 cases.
13764 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13765 (5x5-solver-output, 5x5-log-buffer): New vars.
13766 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13767 Make these variables buffer local to achieve 5x5 multi-session-ness.
13768 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13769 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13770 (5x5-solve-suggest): New funs.
13771 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13772 randomize a grid so that we ensure that there is always a solution.
13773 (5x5-make-random-grid): Allow other movement than flipping.
13774
13775 2011-05-23 Kevin Ryde <user42@zip.com.au>
13776
13777 * emacs-lisp/advice.el (ad-read-advised-function):
13778 Use `function-called-at-point' as the default, if it has
13779 advice and passes PREDICATE.
13780
13781 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13782
13783 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13784 byte-compile-lambda if it's actually a lambda.
13785
13786 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13787 Fix function quoting. Use backquote better.
13788
13789 2011-05-22 Yuanle Song <sylecn@gmail.com>
13790
13791 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13792 matching (Bug#8516).
13793
13794 2011-01-22 Jari Aalto <jari.aalto@cante.net>
13795
13796 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13797 different face (Bug#8178).
13798
13799 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
13800
13801 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13802 defface (Bug#8144).
13803
13804 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13805
13806 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13807 funcall as well (bug#8712). Warn when performing those conversions.
13808 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13809
13810 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13811
13812 2011-05-22 Glenn Morris <rgm@gnu.org>
13813
13814 * files.el (hack-local-variables-prop-line): Small simplifications.
13815 (hack-local-variables, hack-local-variables-prop-line):
13816 If MODE-ONLY, return the mode, rather than just `t'.
13817
13818 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13821
13822 2011-05-21 Glenn Morris <rgm@gnu.org>
13823
13824 * files.el (hack-local-variables-prop-line, hack-local-variables):
13825 If only interested in the mode, don't bother doing the other stuff.
13826
13827 * image-mode.el (image-after-revert-hook):
13828 Redraw all frames on which the image is visible. (Bug#8567)
13829
13830 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13831
13832 * wid-edit.el (widget-checklist-match-inline):
13833 Fix 2011-04-19 change. (Bug#8649)
13834
13835 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13836
13837 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13838 Also allow singlespace after single-letter capitals followed by a dot.
13839
13840 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13841 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13842
13843 2011-05-20 Nix <nix@esperi.org.uk>
13844
13845 * files.el (basic-save-buffer-2):
13846 Fix handling of break-hardlink-on-save with non-existent files.
13847
13848 2011-05-19 Deniz Dogan <deniz@dogan.se>
13849
13850 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
13851 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
13852
13853 2011-05-19 Glenn Morris <rgm@gnu.org>
13854
13855 * progmodes/f90.el (f90-type-def-re):
13856 Handle "type, bind(c)". (Bug#8691)
13857
13858 * emacs-lisp/autoload.el (batch-update-autoloads):
13859 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13860
13861 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
13862
13863 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13864 property for the correct connection in case of multihops.
13865
13866 2011-05-18 Glenn Morris <rgm@gnu.org>
13867
13868 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
13869 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13870
13871 Rationalize calendar handling of day and month abbrev-arrays.
13872 * calendar/calendar.el (calendar-customized-p): New function.
13873 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13874 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13875 Add :set function.
13876 (calendar-abbrev-length, calendar-day-abbrev-array)
13877 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13878 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13879 Elements may no longer be nil.
13880 (calendar-day-name, calendar-month-name):
13881 Update for changed nature of abbrev arrays.
13882 * calendar/diary-lib.el (diary-name-pattern):
13883 Update for changed nature of abbrev arrays.
13884 (diary-mark-entries-1): Update calendar-make-alist calls.
13885 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13886 * calendar/cal-html.el (cal-html-day-abbrev-array):
13887 Simply inherit from calendar-day-abbrev-array.
13888
13889 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * progmodes/grep.el (grep-mode): Disable default
13892 compilation-directory-matcher setting (bug#8684).
13893
13894 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
13895
13896 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13897 instead of "head" and "tail". There were problems with SunOS 5.9,
13898 and it performs better.
13899
13900 2011-05-17 Glenn Morris <rgm@gnu.org>
13901
13902 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13903
13904 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13905 Replace obsolete function.
13906
13907 * shell.el (pcomplete-parse-arguments-function): Declare.
13908
13909 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13910 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13911 (appt-check): Doc fixes.
13912 (appt-disp-window-function, appt-delete-window-function):
13913 Remove needless special case in custom :type.
13914 (appt-display-count): Default to 0, not nil.
13915 (appt-check): Reset appt-display-count to 0, not nil.
13916
13917 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
13918
13919 * progmodes/python.el (python-font-lock-keywords):
13920 Add the Python 3.X keyword "nonlocal" (bug#8639).
13921
13922 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
13925
13926 2011-05-16 Kevin Ryde <user42@zip.com.au>
13927
13928 * info-look.el (makefile-automake-mode): New setups, looking in
13929 automake manual, then makefile-mode.
13930 (makefile-mode): Remove automake manual, have it just in
13931 makefile-automake-mode since there's various things different or
13932 not relevant to plain make.
13933 (makefile-mode): Remove "other-modes" non-existent automake-mode,
13934 believe a hypothetical automake-mode would go to makefile-mode,
13935 not the other way around.
13936
13937 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
13938
13939 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
13940 hunk-end tags (Bug#8672).
13941
13942 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
13943 vc-annotate-show-diff-revision-at-line (Bug#8671).
13944
13945 2011-05-14 Glenn Morris <rgm@gnu.org>
13946
13947 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
13948 in the middle of an existing one with multiple authors. (Bug#8645)
13949 (change-log-font-lock-keywords): Also handle multiple author lines
13950 with leading tabs. (Bug#8644)
13951
13952 * calendar/appt.el (appt-check): Rename some local variables.
13953 Some simplification/reordering.
13954
13955 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
13956 (feedmail-sendmail-f-doesnt-sell-me-out)
13957 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13958 (feedmail-debug-sit-for, feedmail-queue-express-hook)
13959 (feedmail-queue-runner-message-sender): Set :version.
13960 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
13961 (bbdb-dwim-net-address, vm-mail): Declare.
13962 (feedmail-binmail-gnulinuxish-template):
13963 Rename from feedmail-binmail-linuxish-template.
13964 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
13965 Use insert-buffer-substring.
13966
13967 2011-05-14 Bill Carpenter <bill@carpenter.org>
13968
13969 * mail/feedmail.el (feedmail-patch-level): Increase.
13970 (feedmail-debug): New custom group.
13971 (feedmail-confirm-outgoing-timeout)
13972 (feedmail-sendmail-f-doesnt-sell-me-out)
13973 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
13974 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
13975 (feedmail-sender-line, feedmail-from-line)
13976 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
13977 (feedmail-spray-this-address)
13978 (feedmail-spray-address-fiddle-plex-list)
13979 (feedmail-queue-use-send-time-for-date)
13980 (feedmail-queue-use-send-time-for-message-id)
13981 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
13982 (feedmail-buffer-eating-function):
13983 Doc fixes.
13984 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
13985 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
13986 (feedmail-message-action-scroll-down): New functions.
13987 (feedmail-queue-directory, feedmail-queue-draft-directory):
13988 Use expand-file-name.
13989 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
13990 Remove C-v help entry.
13991 (feedmail-queue-buffer-file-name): New variable.
13992 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
13993 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
13994 (feedmail-message-action-send-strong, feedmail-message-action-edit)
13995 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
13996 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
13997 (feedmail-message-action-toggle-spray)
13998 (feedmail-run-the-queue-no-prompts)
13999 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14000 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14001 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14002 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14003 (feedmail-envelope-deducer, feedmail-fiddle-from)
14004 (feedmail-fiddle-sender, feedmail-default-date-generator)
14005 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14006 (feedmail-fiddle-spray-address)
14007 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14008 (feedmail-fiddle-list-of-fiddle-plexes)
14009 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14010 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14011 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14012 Change default. Doc fix.
14013 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14014 (feedmail-binmail-linuxish-template): New constant.
14015 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14016 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14017 (feedmail-send-it): Add debug call.
14018 Use feedmail-queue-buffer-file-name, and
14019 feedmail-send-it-immediately-wrapper.
14020 (feedmail-message-action-send): Add debug call.
14021 Use feedmail-send-it-immediately-wrapper.
14022 (feedmail-queue-express-to-queue): Add debug call.
14023 Run feedmail-queue-express-hook.
14024 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14025 (feedmail-message-action-help-blat):
14026 Rename from feedmail-queue-send-edit-prompt-help-first.
14027 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14028 Check line-endings. Handle errors better.
14029 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14030 Doc fix. Add debug call.
14031 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14032 Use feedmail-queue-send-edit-prompt-inner.
14033 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14034 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14035 from feedmail-queue-send-edit-prompt.
14036 (feedmail-queue-send-edit-prompt-help)
14037 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14038 (feedmail-tidy-up-slug): Add debug call.
14039 Respect feedmail-queue-slug-suspect-regexp.
14040 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14041 (feedmail-dump-message-to-queue): Add debug call.
14042 Expand queue-directory.
14043 (feedmail-dump-message-to-queue): Change message slightly.
14044 Use feedmail-say-chatter.
14045 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14046 (feedmail-send-it-immediately-wrapper): New function.
14047 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14048 Insert empty string rather than newline. Handle full-frame case.
14049 Use catch/throw. Use feedmail-say-chatter.
14050 (feedmail-fiddle-from): Try mail-host-address.
14051 (feedmail-default-message-id-generator): Doc fix.
14052 Bind system-time-locale. Handle missing end.
14053 (feedmail-fiddle-x-mailer): Add debug call.
14054 Handle feedmail-x-mailer-line being nil.
14055 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14056 Add debug call. Use buffer-substring-no-properties.
14057 (feedmail-say-debug, feedmail-say-chatter): New functions.
14058 (feedmail-find-eoh): Give an explicit error.
14059
14060 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
14061
14062 * net/newst-treeview.el (newsticker-treeview-face): Change default
14063 family from helvetica to sans.
14064 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14065 etc/images/newsticker.
14066
14067 * net/newst-reader.el (newsticker-feed-face): Change default
14068 family from helvetica to sans.
14069
14070 * net/newst-plainview.el (newsticker-new-item-face)
14071 (newsticker-old-item-face, newsticker-immortal-item-face)
14072 (newsticker-obsolete-item-face, newsticker-date-face)
14073 (newsticker-statistics-face): Change default family from
14074 helvetica to sans.
14075 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14076 etc/images/newsticker.
14077
14078 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14079 (newsticker--process-auto-mark-filter-match): Tell user about
14080 auto-marking.
14081
14082 2011-05-13 Didier Verna <didier@xemacs.org>
14083
14084 Common Lisp indentation improvements on defmethod and lambda-lists.
14085 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14086 TODO entries.
14087 (lisp-lambda-list-keyword-parameter-indentation)
14088 (lisp-lambda-list-keyword-parameter-alignment)
14089 (lisp-lambda-list-keyword-alignment): New customizable user options.
14090 (lisp-indent-defun-method): Improve docstring.
14091 (extended-loop-p): Fix comment.
14092 (lisp-indent-lambda-list-keywords-regexp): New variable.
14093 (lisp-indent-lambda-list): New function.
14094 (lisp-indent-259): Use it.
14095 (lisp-indent-defmethod): Support for more than one
14096 method qualifier and properly indent methods lambda-lists.
14097 (defgeneric): Provide a missing common-lisp-indent-function property.
14098
14099 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14100
14101 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14102 bounds for the empty string (bug#8667).
14103
14104 2011-05-13 Glenn Morris <rgm@gnu.org>
14105
14106 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14107
14108 * mail/sendmail.el (sendmail-program): Try executable-find first.
14109 (sendmail-send-it): `sendmail-program' cannot be unbound.
14110
14111 * calendar/appt.el (appt-make-list): Simplify.
14112 (appt-time-msg-list): Doc fix.
14113 (appt-check): Change mode-line message at the time of the appointment.
14114
14115 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14116
14117 * progmodes/ld-script.el (ld-script-keywords)
14118 (ld-script-builtins): Update keywords list.
14119
14120 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14121
14122 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14123
14124 * shell.el (shell-completion-vars): New function.
14125 (shell-mode):
14126 * simple.el (read-shell-command): Use it.
14127 (blink-matching-open): No need for " [...]" in minibuffer-message.
14128
14129 2011-05-12 Glenn Morris <rgm@gnu.org>
14130
14131 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14132 (appt-check): Simplify.
14133
14134 2011-05-12 Eli Zaretskii <eliz@gnu.org>
14135
14136 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14137 literal "/dev/null".
14138
14139 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14142 Fix typo.
14143
14144 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
14145
14146 * progmodes/which-func.el (which-function):
14147 Use add-log-current-defun instead of add-log-current-defun-function,
14148 which might not be defined (Bug#8260).
14149
14150 2011-05-12 Glenn Morris <rgm@gnu.org>
14151
14152 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14153 Let byte-compile-initial-macro-environment always take precedence.
14154
14155 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14156
14157 * net/rcirc.el: Add support for SSL/TLS connections.
14158 (rcirc-server-alist): New field `encryption'.
14159 (rcirc): Check `encryption' settings.
14160 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14161 Merge make-local-variable into `set'.
14162 (rcirc--connection-open-p): New function.
14163 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14164 the process is not a network process (e.g. running gnutls-cli).
14165 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14166 Make rcirc-(en|de)code-coding-system local here.
14167 (rcirc-mode): Merge make-local-variable into `set'.
14168 (rcirc-parent-buffer): Make permanent buffer-local.
14169 (rcirc-multiline-minor-mode): Don't do it here.
14170 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14171 there's no server buffer.
14172
14173 2011-05-11 Glenn Morris <rgm@gnu.org>
14174
14175 * newcomment.el (comment-kill): Prefix "unused" local.
14176
14177 * term/w32console.el (get-screen-color): Declare.
14178
14179 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14180 Handle symbol elements of byte-compile-initial-macro-environment.
14181
14182 2011-05-10 Leo Liu <sdl.web@gmail.com>
14183
14184 * bookmark.el (bookmark-bmenu-mode-map):
14185 Bind bookmark-bmenu-search to `/'.
14186
14187 * mail/footnote.el: Convert to utf-8 encoding.
14188 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14189 (Footnote-unicode): New function.
14190 (footnote-style-alist): Add unicode style to the list.
14191 (footnote-style): Doc fix.
14192
14193 2011-05-10 Jim Meyering <meyering@redhat.com>
14194
14195 Fix doubled-word typos.
14196 * international/quail.el (quail-insert-kbd-layout): and and -> and
14197 * kermit.el: and and -> and
14198 * net/ldap.el (ldap-search-internal): to to -> to
14199 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14200 * progmodes/js.el (js-mode): and and -> and
14201 * textmodes/artist.el (artist-move-to-xy): at at -> at
14202 (artist-draw-region-trim-line-endings): if if -> if
14203 And Safetyc -> Safety.
14204 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14205
14206 2011-05-10 Glenn Morris <rgm@gnu.org>
14207 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * files.el (hack-one-local-variable-eval-safep):
14210 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14211
14212 2011-05-10 Glenn Morris <rgm@gnu.org>
14213
14214 * calendar/diary-lib.el (diary-list-entries-hook)
14215 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14216 (diary-nongregorian-marking-hook, diary-list-entries)
14217 (diary-include-other-diary-files, diary-mark-entries)
14218 (diary-mark-included-diary-files): Doc fixes.
14219
14220 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14221
14222 * misc.el: Require tabulated-list.el during compilation.
14223
14224 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14225
14226 * progmodes/compile.el (compilation-start):
14227 Run compilation-filter-hook for the async case too.
14228 (compilation-filter-hook): Doc fix.
14229
14230 2011-05-09 Deniz Dogan <deniz@dogan.se>
14231
14232 * wdired.el: Remove outdated installation comment. Fix usage
14233 comment.
14234
14235 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14236
14237 * misc.el: Implement new command `list-dynamic-libraries'.
14238 (list-dynamic-libraries--loaded-only-p): New variable.
14239 (list-dynamic-libraries--refresh): New function.
14240 (list-dynamic-libraries): New command.
14241
14242 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14245 Fix the ant regexp to handle end-line and end-column info from jikes.
14246 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14247 higher priority to avoid clobbering by gnu.
14248
14249 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14250
14251 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14252 if the face has existing theme settings (Bug#8454).
14253
14254 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14255
14256 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14257 Only match variables declared via `my' or `our' (Bug#8261).
14258
14259 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14260 special file names `.' and `..' (Bug#8259).
14261
14262 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14263
14264 * progmodes/grep.el (grep-mode-font-lock-keywords):
14265 Remove buffer-changing entries.
14266 (grep-filter): New function.
14267 (grep-mode): Add it to compilation-filter-hook.
14268
14269 * progmodes/compile.el (compilation-filter-hook)
14270 (compilation-filter-start): New defvars.
14271 (compilation-filter): Call compilation-filter-hook prior to
14272 updating the process mark.
14273
14274 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14275
14276 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14277
14278 2011-05-07 Eli Zaretskii <eliz@gnu.org>
14279
14280 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14281 mailclient-send-it even if window-system is nil. (Bug#8595)
14282
14283 * term/w32console.el (terminal-init-w32console):
14284 Call get-screen-color and use its output to set the frame
14285 background-mode. (Bug#8597)
14286
14287 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14290 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14291 New functions.
14292 (defgeneric, eieio--defmethod): Use them.
14293 (eieio-defgeneric): Remove.
14294 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14295
14296 2011-05-07 Glenn Morris <rgm@gnu.org>
14297
14298 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14299 Use let rather than let*.
14300 (timeclock-find-discrep): Remove unused local.
14301
14302 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14303
14304 * calendar/appt.el (appt-time-msg-list): Doc fix.
14305
14306 2011-05-06 Noah Friedman <friedman@splode.com>
14307
14308 * apropos.el (apropos-print-doc): Only use
14309 emacs-lisp-docstring-fill-column when it is bound to an integer,
14310 per that variable's documentation.
14311
14312 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14313
14314 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14315 and warnings are not silently discarded (e.g. use -d instead of -P).
14316
14317 2011-05-06 Glenn Morris <rgm@gnu.org>
14318
14319 * calendar/appt.el (appt-message-warning-time): Doc fix.
14320 (appt-warning-time-regexp): New option.
14321 (appt-make-list): Respect appt-message-warning-time.
14322
14323 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14324 New options.
14325 (diary-add-to-list): Strip comments from the displayed string.
14326 (diary-mode): Set comment-start and comment-end.
14327
14328 * vc/diff-mode.el (smerge-refine-subst): Declare.
14329 (diff-refine-hunk): Don't require smerge-mode when compiling.
14330
14331 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14332
14333 * simple.el (list-processes): Return nil as the docstring says.
14334
14335 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14336
14337 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14338 to "".
14339 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14340 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14341 determining of binary transfer. (Bug#7383)
14342
14343 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14344
14345 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14346 Fix port computation bug. (Bug#8618)
14347
14348 2011-05-05 Glenn Morris <rgm@gnu.org>
14349
14350 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14351
14352 * simple.el (shell-dynamic-complete-functions)
14353 (comint-dynamic-complete-functions): Declare.
14354
14355 * net/network-stream.el (gnutls-negotiate):
14356 * simple.el (tabulated-list-print): Fix declarations.
14357
14358 * progmodes/gud.el (syntax-symbol, syntax-point):
14359 Remove unnecessary and incorrect declarations.
14360
14361 * emacs-lisp/check-declare.el (check-declare-scan):
14362 Handle byte-compile-initial-macro-environment in bytecomp.el
14363
14364 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 Fix earlier half-done eieio-defmethod change (bug#8338).
14367 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14368 Streamline and change calling convention.
14369 (defmethod): Adjust accordingly and simplify.
14370 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14371 new eieio--defmethod.
14372 (slot-boundp): Minor CSE simplification.
14373
14374 2011-05-05 Milan Zamazal <pdm@zamazal.org>
14375
14376 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14377 (glasses-make-readable): Use glasses-separate-capital-groups.
14378
14379 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14380
14381 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14382 (warning-series): Doc fix.
14383 (display-warning): Don't try to create the buffer if we just found it.
14384
14385 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
14386
14387 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14388 (autoload-find-generated-file): New function.
14389 (generate-file-autoloads): Bind generated-autoload-file to
14390 buffer-file-name.
14391 (update-file-autoloads, update-directory-autoloads):
14392 Use autoload-find-generated-file. If called interactively, prompt for
14393 output file (Bug#7989).
14394 (batch-update-autoloads): Doc fix.
14395
14396 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14397
14398 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14399
14400 2011-05-04 Glenn Morris <rgm@gnu.org>
14401
14402 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14403 function, so it follows changes in calendar-date-style.
14404 (diary-fancy-date-matcher): New function.
14405 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14406 (diary-fancy-font-lock-fontify-region-function):
14407 Use diary-fancy-date-pattern as a function.
14408
14409 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14410 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14411
14412 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14413
14414 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14415 instead of positional arguments. Allow :keylist and :crlfiles
14416 arguments.
14417 (open-gnutls-stream): Call it.
14418
14419 * net/network-stream.el (network-stream-open-starttls): Adjust to
14420 call `gnutls-negotiate' with :process and :hostname arguments.
14421
14422 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14423
14424 * minibuffer.el (completion--message): New function.
14425 (completion--do-completion, minibuffer-complete)
14426 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14427 (completion--do-completion): Don't ignore completion-auto-help when in
14428 icomplete-mode.
14429
14430 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14431 internal encoding (e.g. tibetan zero is not whitespace).
14432 (global-whitespace-mode): Prefer save-current-buffer.
14433 (whitespace-trailing-regexp): Remove useless save-match-data.
14434 (whitespace-empty-at-bob-regexp): Minor simplification.
14435
14436 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
14437
14438 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14439
14440 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14441
14442 * textmodes/ispell.el (ispell-add-per-file-word-list):
14443 Use `concat' to create string for insertion.
14444
14445 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14446
14447 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14448 Avoid open-line which runs post-self-insert-hook.
14449 (bibtex-fill-entry): Remove unused `end' var.
14450
14451 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14452
14453 * textmodes/ispell.el (ispell-add-per-file-word-list):
14454 Protect against `nil' value of `comment-start' (Bug#8579).
14455
14456 2011-05-03 Leo Liu <sdl.web@gmail.com>
14457
14458 * isearch.el (isearch-yank-pop): New command.
14459 (isearch-mode-map): Bind it to `M-y'.
14460 (isearch-forward): Mention it.
14461
14462 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * simple.el (minibuffer-complete-shell-command): Remove.
14465 (minibuffer-local-shell-command-map): Use completion-at-point.
14466 (read-shell-command): Setup completion vars here instead.
14467 (read-expression-map): Bind TAB to symbol completion.
14468
14469 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14470 error directly rather via storing it into `results'.
14471
14472 2011-05-02 Leo Liu <sdl.web@gmail.com>
14473
14474 * vc/diff.el: Fix description.
14475
14476 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14477
14478 * server.el (server-eval-at): New function.
14479
14480 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14481
14482 * net/network-stream.el (open-network-stream): Take a :nowait
14483 parameter and pass it on to `make-network-process'.
14484 (network-stream-open-plain): Ditto.
14485
14486 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14487
14488 * faces.el (face-spec-set-match-display): Don't match toolkit
14489 options on terminal frames.
14490
14491 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14492
14493 * progmodes/pascal.el: Use lexical binding.
14494 (pascal-mode-map): Remove author preferences.
14495
14496 * pcomplete.el (pcomplete-std-complete): Don't abuse
14497 completion-at-point.
14498
14499 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14500
14501 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14502 removing code that has been dead since 1991 or so.
14503
14504 * startup.el (command-line): When warning about "_emacs", use a
14505 delayed warning to allow the user to filter it out.
14506
14507 2011-04-28 Deniz Dogan <deniz@dogan.se>
14508
14509 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14510 user has not joined.
14511
14512 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14513
14514 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14515 aren't any completions at point.
14516
14517 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14518
14519 * subr.el (display-delayed-warnings): New function.
14520 (delayed-warnings-hook): New variable.
14521
14522 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * minibuffer.el (completion-at-point, completion-help-at-point):
14525 Don't presume that a given completion-at-point-function will always
14526 use the same calling convention.
14527
14528 * pcomplete.el (pcomplete-completions-at-point):
14529 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14530 pcomplete-seen is non-nil.
14531 (pcomplete-comint-setup): Also recognize the new comint/shell
14532 completion functions.
14533 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14534 pcomplete-seen is non-nil.
14535
14536 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
14537
14538 * calendar/icalendar.el (diary-lib): Add require statement.
14539 (icalendar--create-uid): Read out a uid from a text-property on
14540 the first character in the entry. This allows for code to add its
14541 own uid to the entry.
14542 (icalendar--convert-float-to-ical): Add export of
14543 `diary-float'-entries save for those with the optional DAY
14544 argument.
14545
14546 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14547
14548 * subr.el (shell-quote-argument): Use alternate escaping strategy
14549 when we spot a variable reference in a string.
14550
14551 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14552
14553 * cus-start.el (all): Define customization for debug-on-event.
14554
14555 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14556
14557 * subr.el (shell-quote-argument): Escape correctly under Windows.
14558
14559 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14560
14561 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14562
14563 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
14564
14565 * net/tramp.el (tramp-process-actions): Add POS argument.
14566 Delete region between POS and (pos).
14567
14568 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14569 Use `nil' position in `tramp-process-actions' call.
14570 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14571
14572 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14573 position in `tramp-process-actions' call.
14574
14575 * net/trampver.el: Update release number.
14576
14577 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14578
14579 * custom.el (defcustom): Obey lexical-binding.
14580
14581 Fix octave-inf completion problems reported by Alexander Klimov.
14582 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14583 Inherit from octave-mode-syntax-table.
14584 (inferior-octave-mode): Set info-lookup-mode.
14585 (inferior-octave-completion-at-point): New function.
14586 (inferior-octave-complete): Use it and completion-in-region.
14587 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14588 comint-filename-completion.
14589 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14590 symbol elements which shouldn't be word elements.
14591 (octave-font-lock-keywords, octave-beginning-of-defun)
14592 (octave-function-header-regexp): Adjust regexps accordingly.
14593 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14594
14595 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
14596
14597 * net/gnutls.el (gnutls-errorp): Declare before first use.
14598
14599 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14600
14601 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14602 verify-error, and verify-hostname-error parameters. Check whether
14603 default trustfile exists before going to use it. Add missing
14604 argument to gnutls-message-maybe call. Return value.
14605 Reported by Claudio Bley <claudio.bley@gmail.com>.
14606 (open-gnutls-stream): Add usage example.
14607
14608 * net/network-stream.el (network-stream-open-starttls): Give host
14609 parameter to `gnutls-negotiate'.
14610 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14611 * subr.el (shell-quote-argument): Escape correctly under Windows.
14612
14613 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
14614
14615 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14616 Use correct match group (bug#8438).
14617
14618 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14619
14620 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14621 (package-menu--generate): New arg specifying packages to show.
14622 (package-menu-refresh, package-menu-execute, list-packages):
14623 Callers changed.
14624 (package-show-package-list): New function, replacing deleted
14625 package--list-packages (renamed because it is non-internal).
14626
14627 * finder.el (finder-list-matches): Use package-show-package-list
14628 instead of deleted package--list-packages.
14629
14630 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14631 Based on a previous implementation by Juanma Barranquero (Bug#8366).
14632 (vc-annotate-mode-map): Bind it to RET.
14633
14634 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14635
14636 * progmodes/etags.el (next-file): Don't use set-buffer to change
14637 buffers (Bug#8478).
14638
14639 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14640
14641 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14642
14643 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14644 (apropos-accumulator): Doc fix.
14645 (apropos-function, apropos-macro, apropos-command)
14646 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14647 (apropos-plist): Add face property.
14648 (apropos-symbols-internal): Fix indentation.
14649 (apropos-print): Simplify help, and recognize apropos-multi-type.
14650 (apropos-print-doc): Use button-type-get to extract the button's
14651 face property. Fill docstring (Bug#8352).
14652
14653 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
14654
14655 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14656
14657 * play/mpuz.el (mpuz-silent): Doc fix.
14658 (mpuz-mode-map): Use mapc.
14659 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14660 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14661 Fix typos in docstrings.
14662
14663 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14664 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14665
14666 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14667
14668 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14669
14670 * minibuffer.el (completion--do-completion): Avoid the "Next char
14671 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14672
14673 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14674 mouse-2 into unread-command-events, it is interpreted correctly.
14675
14676 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14677 (image-toggle-display): Doc fix.
14678
14679 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
14680
14681 * textmodes/page.el (what-page): Use line-number-at-pos to
14682 calculate line number (Bug#6825).
14683
14684 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14685
14686 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14687 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14688 Pass argument NO-DEFAULT to `find-tag-interactive'.
14689
14690 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14691
14692 Lexical-binding cleanup.
14693
14694 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14695 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14696 * progmodes/ada-prj.el (ada-prj-initialize-values)
14697 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14698 (ada-prj-show-value):
14699 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14700 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14701 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14702 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14703 * progmodes/bug-reference.el (bug-reference-push-button):
14704 * progmodes/fortran.el (fortran-line-length):
14705 * progmodes/glasses.el (glasses-change):
14706 * progmodes/octave-mod.el (octave-fill-paragraph):
14707 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14708 (python-pdbtrack-grub-for-buffer, python-sentinel):
14709 * progmodes/sql.el (sql-save-connection):
14710 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14711 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14712 Mark unused parameters.
14713
14714 * progmodes/compile.el (compilation--flush-directory-cache)
14715 (compilation--flush-parse, compile-internal): Mark unused parameters.
14716 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14717 (compilation-next-error-function): Remove unused variable `timestamp'.
14718
14719 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14720 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14721
14722 * progmodes/dcl-mode.el (dcl-end-of-command):
14723 Remove unused variable `start'.
14724 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14725 (dcl-option-value-basic, dcl-option-value-offset)
14726 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14727 Mark unused parameters.
14728 (dcl-save-local-variable): Remove unused variable `val'.
14729 (mode): Declare.
14730
14731 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14732 Mark unused parameters.
14733 (delphi-ignore-changes): Move before first use.
14734 (delphi-charset-token-at): Remove unused variable `start'.
14735 (delphi-else-start): Remove unused variable `if-count'.
14736 (delphi-comment-block-start, delphi-comment-block-end):
14737 Remove unused variable `kind'.
14738 (delphi-indent-line): Remove unused variable `new-point'.
14739
14740 * progmodes/ebrowse.el (ebrowse-files-list)
14741 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14742 Mark unused parameters. Don't quote `lambda'.
14743 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14744 Don't quote `lambda'.
14745 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14746 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14747 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14748 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14749 Use `ignore-errors'.
14750 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14751 (ebrowse-view/find-file-and-search-pattern)
14752 (ebrowse-view/find-member-declaration/definition):
14753 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14754 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14755 Rename parameter PREFIX-ARG to PREFIX.
14756 (ebrowse-tags-read-name): Remove unused variables `start' and
14757 `member-info'.
14758 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14759 to `tags-file'.
14760
14761 * progmodes/etags.el (local-find-tag-hook): Declare.
14762 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14763 Mark unused parameters.
14764
14765 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14766 (executable-interpret): Mark unused parameter.
14767
14768 * progmodes/flymake.el (flymake-process-sentinel)
14769 (flymake-after-change-function)
14770 (flymake-create-temp-with-folder-structure)
14771 (flymake-get-include-dirs-dot): Mark unused parameters.
14772 (flymake-safe-delete-directory): Remove unused variable `err'.
14773
14774 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14775 (speedbar-timer-fn, speedbar-line-text)
14776 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14777 (speedbar-center-buffer-smartly): Declare functions.
14778 (gdb-find-watch-expression): Remove unused variable `array'.
14779 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14780 (gdb-starting): Mark unused parameters.
14781 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14782 (gdb-table-string): Remove unused variable `res'.
14783 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14784 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14785 (gdb-display-buffer): Remove unused variable `cur-size'.
14786
14787 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14788 allow lexical-binding compilation.
14789 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14790 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14791 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14792 Mark unused parameters.
14793 (gud-gdb-marker-filter): Remove unused variable `match'.
14794 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14795 lambda expressions and funcall them, instead of using `fset'.
14796
14797 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14798 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14799
14800 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14801 variable `header-beg'; use `let'.
14802
14803 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14804 `restart', `last-sexp' and `at-do'.
14805
14806 * progmodes/js.el (js--debug): Mark unused parameter.
14807 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14808 (js--splice-into-items): Remove unused variable `item'.
14809 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14810
14811 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14812 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14813 (makefile-complete): Remove unused variable `try'.
14814 (makefile-fill-paragraph, makefile-match-function-end):
14815 Mark unused parameters.
14816
14817 * progmodes/octave-inf.el (inferior-octave-complete):
14818 Remove unused variable `proc'.
14819 (inferior-octave-output-digest): Mark unused parameter.
14820
14821 * progmodes/perl-mode.el (perl-calculate-indent):
14822 Remove unused variable `err'.
14823
14824 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14825 (prolog-indent-line): Mark unused parameters.
14826 (prolog-indent-line): Remove unused variable `beg'.
14827
14828 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14829 (reporter-dont-compact-list): Declare.
14830
14831 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14832 Remove unused variable `char'.
14833 (sh-debug): Mark unused parameter.
14834 (sh-get-indent-info): Remove unused variable `start'.
14835 (sh-calculate-indent): Remove unused variable `var'.
14836
14837 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14838 (simula-electric-keyword): Remove unused variable `null'.
14839 (simula-search-backward, simula-search-forward): Remove unused
14840 variables `begin' and `end'.
14841
14842 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14843 Remove unused variable `pos'.
14844 (vera-electric-tab, vera-comment-uncomment-region):
14845 Mark unused parameters.
14846 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14847
14848 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
14849
14850 * emacs-lisp/package.el (package--builtins, package-alist)
14851 (package-load-descriptor, package-built-in-p, package-activate)
14852 (define-package, package-installed-p)
14853 (package-compute-transaction, package-buffer-info)
14854 (package--push): Doc fix. Distinguish more clearly between
14855 version strings and version lists.
14856
14857 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
14858
14859 Lexical-binding cleanup.
14860
14861 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14862 (5x5-make-mutate-best):
14863 * play/fortune.el (fortune-in-buffer):
14864 * play/gomoku.el (gomoku-init-display):
14865 * play/solitaire.el (solitaire, solitaire-do-check):
14866 * play/tetris.el (tetris-default-update-speed-function):
14867 Mark unused parameters.
14868
14869 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14870 (bubbles--shift): Remove unused variable `char-org'.
14871 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14872 (bubbles--show-images): Remove unused variable `char'.
14873
14874 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14875 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14876 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14877 (decipher-analyze-buffer): Use ?\s.
14878 (decipher-make-checkpoint): Remove unused variable `mapping'.
14879
14880 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14881
14882 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14883 Remove unused variable `result'; use `let'.
14884
14885 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14886 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14887 (gametree-children-shown-p, gametree-compute-reduced-score):
14888 Use `ignore-errors'.
14889
14890 * play/handwrite.el (ps-lpr-switches): Declare.
14891 (handwrite): Remove unused variables `pmin' and `lastp'.
14892
14893 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14894
14895 * play/landmark.el (landmark-init-display)
14896 (landmark-update-naught-weights): Mark unused parameters.
14897 (landmark-y): Remove unused variable `noise'. Simplify.
14898 (landmark-human-plays): Remove unused variable `score'.
14899
14900 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14901 (mpuz-try-proposal): Remove unused variable `game'.
14902
14903 * play/zone.el (life-patterns): Declare.
14904
14905 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
14906
14907 * vc/vc.el (ediff-vc-internal): Declare function.
14908
14909 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14910
14911 * shell.el: Use lexical-binding and std completion UI.
14912 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14913 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14914 comint-preoutput-filter-functions rather than on
14915 comint-output-filter-functions.
14916 (shell-command-completion, shell--command-completion-data)
14917 (shell-filename-completion, shell-environment-variable-completion)
14918 (shell-c-a-p-replace-by-expanded-directory): New functions.
14919 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14920 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14921 (shell-dynamic-complete-environment-variable): Use them.
14922 (shell-dynamic-complete-as-environment-variable)
14923 (shell-dynamic-complete-as-command): Remove.
14924 (shell-match-partial-variable): Match past point.
14925 * comint.el: Clean up use of completion-at-point-functions.
14926 (comint-completion-at-point): New function.
14927 (comint-mode): Use it completion-at-point-functions.
14928 (comint-dynamic-complete): Make it obsolete.
14929 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
14930 (comint-c-a-p-replace-by-expanded-history): New function.
14931 (comint-dynamic-complete-functions)
14932 (comint-replace-by-expanded-history): Use it.
14933 * minibuffer.el (completion-table-with-terminator): Allow dynamic
14934 termination strings. Try harder to avoid second try-completion.
14935 (completion-in-region-mode-map): Disable bindings that don't work yet.
14936
14937 * comint.el: Use lexical-binding. Require CL.
14938 (comint-dynamic-complete-functions): Use comint-filename-completion.
14939 (comint-completion-addsuffix): Tweak custom type.
14940 (comint-filename-completion, comint--common-suffix)
14941 (comint--common-quoted-suffix, comint--table-subvert)
14942 (comint--complete-file-name-data): New functions.
14943 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
14944 (comint-dynamic-list-filename-completions): Use them.
14945 (comint-dynamic-simple-complete): Make obsolete.
14946
14947 * minibuffer.el (completion-in-region-mode):
14948 Keep completion-in-region-mode--predicate global.
14949 (completion-in-region--postch):
14950 Assume completion-in-region-mode--predicate is not null.
14951
14952 * progmodes/flymake.el (flymake-start-syntax-check-process):
14953 Obey `dir'. Simplify.
14954
14955 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
14956 we're in VC after all.
14957
14958 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
14959
14960 * vc/vc.el (vc-diff-build-argument-list-internal)
14961 (vc-version-ediff, vc-ediff): New commands.
14962 (vc-version-diff): Use vc-diff-build-argument-list-internal.
14963
14964 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
14967 add sanity check.
14968
14969 * obsolete/erc-hecomplete.el: Make obsolete.
14970 * obsolete/: Standardize obsolescence info in the header.
14971
14972 2011-04-20 Glenn Morris <rgm@gnu.org>
14973
14974 * calendar/solar.el (solar-horizontal-coordinates):
14975 Use the longitude argument rather than `calendar-longitude'.
14976 (solar-date-next-longitude): Remove unused locals.
14977
14978 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14979
14980 * whitespace.el: New version 13.2.1.
14981
14982 2011-04-20 felix <EmacsWiki> (tiny change)
14983
14984 * whitespace.el (global-whitespace-mode): Keep highlight when
14985 switching between major modes on a file.
14986
14987 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
14990 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
14991 multi-line comments as well.
14992
14993 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
14994
14995 Lexical-binding cleanup.
14996
14997 * arc-mode.el (archive-mode-revert):
14998 * cmuscheme.el (scheme-interactively-start-process):
14999 * custom.el (custom-initialize-delay):
15000 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15001 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15002 * emacs-lock.el (emacs-lock-clear-sentinel):
15003 * ezimage.el (defezimage):
15004 * follow.el (follow-avoid-tail-recenter):
15005 * fringe.el (set-fringe-mode-1):
15006 * generic-x.el (bat-generic-mode-compile):
15007 * help-mode.el (help-info-variable, help-do-xref)
15008 (help-mode-revert-buffer):
15009 * help.el (view-emacs-todo):
15010 * iswitchb.el (iswitchb-completion-help):
15011 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15012 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15013 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15014 * locate.el (locate-update):
15015 * longlines.el (longlines-encode-region)
15016 (longlines-after-change-function):
15017 * outline.el (outline-isearch-open-invisible):
15018 * ps-def.el (declare-function, charset-dimension, char-width)
15019 (encode-char):
15020 * ps-mule.el (ps-mule-plot-string):
15021 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15022 (recentf-edit-list-select, recentf-edit-list-validate)
15023 (recentf-open-files-action):
15024 * rect.el (delete-whitespace-rectangle-line)
15025 (rectangle-number-line-callback):
15026 * register.el (window-configuration-to-register)
15027 (frame-configuration-to-register):
15028 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15029 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15030 (xselect-convert-to-targets, xselect-convert-to-delete)
15031 (xselect-convert-to-filename, xselect-convert-to-charpos)
15032 (xselect-convert-to-lineno, xselect-convert-to-colno)
15033 (xselect-convert-to-os, xselect-convert-to-host)
15034 (xselect-convert-to-user, xselect-convert-to-class)
15035 (xselect-convert-to-name, xselect-convert-to-integer)
15036 (xselect-convert-to-atom, xselect-convert-to-identity):
15037 * subr.el (declare, ignore, process-kill-without-query)
15038 (text-clone-maintain):
15039 * terminal.el (te-get-char, te-tic-sentinel):
15040 * tool-bar.el (tool-bar-make-keymap):
15041 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15042 * type-break.el (type-break-mode, type-break-noninteractive-query):
15043 * view.el (View-back-to-mark):
15044 * wid-browse.el (widget-browse-action, widget-browse-widget)
15045 (widget-browse-widgets, widget-browse-sexp):
15046 * widget.el (define-widget-keywords):
15047 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15048 Mark unused parameters.
15049
15050 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15051 (align-areas): Remove unused variable `look'.
15052 (align-region): Remove unused variables `real-end' and `pos-list'.
15053
15054 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15055
15056 * bindings.el (mode-line-modified, mode-line-remote):
15057 Mark unused parameters.
15058 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15059
15060 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15061 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15062
15063 * comint.el (comint-history-isearch-pop-state)
15064 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15065 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15066 (comint-substitute-in-file-name): Doc fix.
15067
15068 * completion.el (cmpl-statistics-block): Mark unused parameter.
15069 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15070 (save-completions-to-file, load-completions-from-file):
15071 Remove unused local variable `e'.
15072
15073 * composite.el (compose-chars): Remove unused variable `len'.
15074 (lgstring-insert-glyph): Remove unused variable `g'.
15075 (compose-glyph-string): Remove unused variables `ascent',
15076 `descent', `lbearing' and `rbearing'.
15077 (compose-glyph-string-relative): Remove unused variables
15078 `lbearing', `rbearing' and `wadjust'.
15079 (compose-gstring-for-graphic): Remove unused variables `header',
15080 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15081 (compose-gstring-for-terminal): Remove unused variables `header'
15082 and `nchars'. Use `let', not `let*'.
15083
15084 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15085 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15086 (Custom-buffer-done, custom-buffer-create-internal)
15087 (custom-browse-visibility-action, custom-browse-group-tag-action)
15088 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15089 (widget-magic-mouse-down-action, custom-toggle-parent)
15090 (custom-add-parent-links, custom-toggle-hide-variable)
15091 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15092 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15093 (custom-face-menu-create, custom-variable-menu-create, get)
15094 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15095 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15096 (customize-apropos): Remove unused variable `tests'.
15097 (custom-group-value-create): Remove unused variable `hidden-p'.
15098 (sort-fold-case): Declare.
15099
15100 * cus-theme.el (custom-reset-standard-faces-list)
15101 (custom-reset-standard-variables-list): Declare.
15102 (customize-create-theme, custom-theme-revert, custom-theme-write)
15103 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15104 Mark unused parameters.
15105
15106 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15107
15108 * delim-col.el (delimit-columns-max): Move defvar before first use.
15109
15110 * descr-text.el (describe-char-categories): Don't quote `lambda'.
15111 (describe-char): Don't quote `lambda'. Mark unused parameter.
15112
15113 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15114 (auto-insert): Declare.
15115 (desktop-restore-file-buffer): Rename desktop-* parameters;
15116 mark unused ones.
15117 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15118 (desktop-buffer): Rename desktop-* parameters.
15119
15120 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15121 (dframe-reposition-frame-xemacs, dframe-help-echo)
15122 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15123 Mark unused parameters.
15124
15125 * dired-aux.el (backup-extract-version-start, overwrite-query)
15126 (overwrite-backup-query, rename-regexp-query)
15127 (rename-non-directory-query): Declare.
15128 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15129 (dired-add-entry): Remove unused variable `orig-file-name'.
15130 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15131 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15132 `dired-copy-preserve-time' directly.
15133 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15134 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15135
15136 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15137 (dired-virtual-revert, dired-make-relative-symlink):
15138 Mark unused parameters.
15139 (manual-program): Declare.
15140 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15141 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15142 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15143
15144 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15145
15146 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15147
15148 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15149 Declare.
15150
15151 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15152
15153 * electric.el (Electric-command-loop): Rename parameter
15154 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15155
15156 * expand.el (expand-in-literal): Remove unused variable `here'.
15157
15158 * facemenu.el (facemenu-add-new-color):
15159 Remove unused variable `docstring'.
15160
15161 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15162 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15163 (face-attr-construct): Mark unused parameter. Doc fix.
15164 (read-color): Remove unused variable `hex-string'.
15165
15166 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15167 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15168 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15169 (display-buffer-other-frame): Remove unused variable `old-window'.
15170 (kill-buffer-hook): Declare.
15171 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15172 Mark unused parameters.
15173 (after-find-file): Pass 1 to `auto-save-mode', not t.
15174
15175 * files-x.el (auto-insert): Declare.
15176 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15177
15178 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15179 variable `buf'. Mark unused parameter.
15180 (find-lisp-insert-directory): Mark unused parameter.
15181
15182 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15183 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15184 (format-common-tail): Remove, unused.
15185 (format-deannotate-region): Remove unused variable `loc'.
15186 (format-annotate-region): Remove unused variable `p'.
15187 (format-annotate-single-property-change): Remove unused variables
15188 `default' and `tail'.
15189
15190 * forms.el (read-file-filter): Declare.
15191 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15192
15193 * frame.el (frame-creation-function-alist): Mark unused parameter.
15194 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15195
15196 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15197 Remove unused parameters.
15198 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15199 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15200
15201 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15202 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15203 (hfy-prepare-tag-map): Mark unused parameters.
15204 (htmlfontify-buffer): Use `called-interactively-p'.
15205
15206 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15207 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15208 (ibuffer-do-occur): Mark unused parameters.
15209 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15210 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15211
15212 * ibuffer.el: Don't quote `lambda'.
15213 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15214 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15215 Mark unused parameters.
15216
15217 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15218 (ido-completing-read): Mark unused parameters.
15219 (ido-copy-current-word): Mark unused parameters;
15220 remove unused variable `name'.
15221 (ido-sort-merged-list): Remove unused parameter `dirs'.
15222
15223 * ielm.el (ielm-input-sender): Mark unused parameter.
15224 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15225 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15226 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15227 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15228 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15229
15230 * image-dired.el (image-dired-display-thumbs): Remove unused
15231 variables `curr-file' and `count'.
15232 (image-dired-remove-tag): Remove unused variable `start'.
15233 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15234 variable `curr-file'
15235 (image-dired-rotate-original): Remove unused variable `temp-file'.
15236 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15237 Remove unused variable `file'.
15238 (image-dired-gallery-generate): Remove unused variable `curr'.
15239 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15240
15241 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15242
15243 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15244
15245 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15246
15247 * isearch.el (minibuffer-history-symbol): Declare.
15248 (isearch-edit-string): Remove unused variable `err'.
15249 (isearch-message-prefix, isearch-message-suffix):
15250 Mark unused parameters.
15251
15252 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15253
15254 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15255
15256 * makesum.el (double-column): Remove unused variable `cnt'.
15257
15258 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15259 (ido-ignore-item-temp-list): Declare.
15260
15261 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15262 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15263 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15264 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15265 `mouse-col-delta'.
15266
15267 * mouse-sel.el (mouse-extend-internal):
15268 Remove unused variable `orig-window-frame'.
15269
15270 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15271 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15272 Move declarations before first use.
15273 (pcomplete-opt): Mark unused parameters; doc fix.
15274
15275 * proced.el (proced-revert): Mark unused parameter.
15276 (proced-send-signal): Remove unused variable `err'.
15277
15278 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15279 Rename parameter PREFIX-ARG to ARG.
15280 (ps-basic-plot-string, ps-basic-plot-whitespace):
15281 Mark unused parameters.
15282
15283 * replace.el (replace-count): Define.
15284 (occur-revert-function): Mark unused parameters.
15285 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15286 (isearch-case-fold-search, isearch-string): Declare.
15287 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15288 bind `case-fold-search'. Remove unused variables `beg' and `end',
15289 and simplify.
15290 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15291 COUNT and bind `replace-count'.
15292 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15293 to COUNT.
15294
15295 * savehist.el (print-readably, print-string-length): Declare.
15296
15297 * shadowfile.el (shadow-expand-cluster-in-file-name):
15298 Remove unused variable `cluster'.
15299 (shadow-copy-file): Remove unused variable `i'.
15300 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15301 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15302 (shadow-define-literal-group, shadow-define-regexp-group)
15303 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15304
15305 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15306 (shell): Use `called-interactively-p'.
15307 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15308
15309 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15310 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15311 (delete-backward-char): Remove unused variable `ocol'.
15312 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15313 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15314 (event-apply-hyper-modifier, event-apply-shift-modifier)
15315 (event-apply-control-modifier, event-apply-meta-modifier):
15316 Mark unused parameters.
15317 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15318 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15319
15320 * speedbar.el (speedbar-ignored-directory-expressions)
15321 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15322 (speedbar-find-file, speedbar-dir-follow)
15323 (speedbar-directory-buttons-follow, speedbar-tag-find)
15324 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15325 (speedbar-buffers-line-directory, speedbar-buffer-click):
15326 Mark unused parameters.
15327 (speedbar-tag-file): Remove unused variable `mode'.
15328 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15329
15330 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15331
15332 * talk.el (talk): Remove unused variable `display'.
15333
15334 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15335 (tar-write-region-annotate): Mark unused parameter.
15336
15337 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15338 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15339 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15340 warning by another.
15341
15342 * time-stamp.el (time-stamp-string-preprocess):
15343 Remove unused variable `require-padding'.
15344
15345 * tree-widget.el (widget-glyph-enable): Declare.
15346 (tree-widget-action): Mark unused parameter.
15347
15348 * w32-fns.el (x-get-selection): Mark unused parameter.
15349 (autoload-make-program, generated-autoload-file): Declare.
15350
15351 * wdired.el (wdired-revert): Mark unused parameters.
15352 (wdired-xcase-word): Remove unused variable `err'.
15353
15354 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15355 (whitespace-help-scroll): Remove unused variable `data-help'.
15356
15357 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15358 (widget-image-insert, widget-after-change, default)
15359 (widget-default-format-handler, widget-default-notify)
15360 (widget-default-prompt-value, widget-info-link-action)
15361 (widget-url-link-action, widget-function-link-action)
15362 (widget-variable-link-action, widget-file-link-action)
15363 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15364 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15365 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15366 (widget-insert-button-action, widget-delete-button-action, visibility)
15367 (widget-documentation-link-action, widget-documentation-string-action)
15368 (widget-const-prompt-value, widget-regexp-match, symbol)
15369 (widget-coding-system-prompt-value)
15370 (widget-key-sequence-value-to-external, sexp)
15371 (widget-sexp-value-to-internal, character, vector, cons)
15372 (widget-choice-prompt-value, widget-boolean-prompt-value)
15373 (widget-color--choose-action): Mark unused parameters.
15374 (widget-item-match-inline, widget-choice-match-inline)
15375 (widget-checklist-match, widget-checklist-match-inline)
15376 (widget-group-match): Rename parameter VALUES to VALS.
15377 (widget-field-value-set): Remove unused variable `size'.
15378 (widget-color-action): Remove unused variables `value' and `start'.
15379
15380 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15381 variable `dir'. Doc fix.
15382 (windmove-find-other-window): Don't pass it.
15383
15384 * window.el (count-windows): Mark unused parameter.
15385 (bw-adjust-window): Remove unused variable `err'.
15386
15387 * woman.el (woman-file-name): Remove unused variable `default'.
15388 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15389 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15390 (global-font-lock-mode): Declare.
15391 (woman-decode-region): Mark unused parameter.
15392 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15393
15394 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15395 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15396 (x-dnd-handle-moz-url): Remove unused variable `title'.
15397 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15398
15399 * xml.el (xml-parse-tag, xml-parse-attlist):
15400 Remove unused variable `pos'.
15401
15402 2011-04-19 Glenn Morris <rgm@gnu.org>
15403
15404 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15405 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15406 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15407 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15408 * calendar/cal-html.el (cal-html-insert-minical):
15409 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15410 (calendar-mark-date-pattern):
15411 Prefix "unused" locals.
15412
15413 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15414 optional argument `style'.
15415
15416 * calendar/appt.el (appt-make-list):
15417 * calendar/cal-china.el (calendar-chinese-date-string):
15418 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15419 (diary-hebrew-yahrzeit):
15420 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15421 * calendar/calendar.el (calendar-generate-window):
15422 * calendar/time-date.el (time-to-days):
15423 Remove unused local variables.
15424
15425 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
15426
15427 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15428 glyphless-char-display table.
15429 (tabulated-list-glyphless-char-display): New var.
15430
15431 2011-04-18 Sam Steingold <sds@gnu.org>
15432
15433 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15434 to acknowledgments.
15435
15436 2011-04-17 Glenn Morris <rgm@gnu.org>
15437
15438 * calendar/diary-lib.el (diary-sexp-entry):
15439 * calendar/holidays.el (holiday-sexp):
15440 Set debug-on-error rather than the removed stack-trace-on-error.
15441
15442 2011-04-16 Glenn Morris <rgm@gnu.org>
15443
15444 * progmodes/f90.el: Use lexical-binding.
15445 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15446
15447 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15448
15449 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15450 (mail-mode): Setup mailalias completion here instead.
15451 * mail/mailalias.el: Use lexical-binding.
15452 (pattern, mailalias-done): Declare dynamic.
15453 (mail-completion-at-point-function): New function, from mail-complete.
15454 (mail-complete): Use it.
15455 (mail-completion-expand): New function.
15456 (mail-get-names): Use it.
15457 (mail-directory, mail-directory-process, mail-directory-stream):
15458 Don't use `pattern' for lexically bound arg.
15459
15460 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15461
15462 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15463 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15464 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15465
15466 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15467 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15468 (byte-interactive-p): Define them again, for use when inlining
15469 old code.
15470
15471 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
15472
15473 * loadup.el: Use `string-to-number', not `string-to-int'.
15474
15475 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15478 gud-gdb-complete-command.
15479 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15480 (gud-gdb-completion-at-point): New function.
15481 (gud-gdb-completions): Remove.
15482
15483 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
15484
15485 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15486 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15487 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15488 whether `executable-find' is bound.
15489
15490 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15491
15492 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * minibuffer.el (completion-in-region-mode-predicate)
15495 (completion-in-region-mode--predicate): New vars.
15496 (completion-in-region, completion-in-region--postch)
15497 (completion-in-region-mode): Use them.
15498 (completion--capf-wrapper): Also return the hook function.
15499 (completion-at-point, completion-help-at-point):
15500 Adjust and provide a predicate.
15501
15502 Preserve arg names for advice of subr and lexical functions (bug#8457).
15503 * help-fns.el (help-function-arglist): Consolidate the subr and
15504 new-byte-code cases. Add argument `preserve-names' to extract names
15505 from the docstring when needed.
15506 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15507 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15508 (ad-arglist): Use help-function-arglist's new arg.
15509 (ad-definition-type): Use cond.
15510
15511 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
15512
15513 * autorevert.el (auto-revert-handler):
15514 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15515 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15516 Don't quote lambda.
15517
15518 * image-mode.el (image-transform-set-scale):
15519 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15520
15521 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15522
15523 * net/network-stream.el (network-stream-open-starttls): Only do
15524 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15525 Upgrades via gnutls-cli are too slow to be done opportunistically.
15526
15527 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
15528
15529 * dframe.el (dframe-current-frame): Remove spurious quote.
15530
15531 2011-04-12 Glenn Morris <rgm@gnu.org>
15532
15533 * calendar/cal-tex.el (cal-tex-end-document):
15534 Try to automatically use latin1 input if needed.
15535
15536 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15537 Don't try to cons a mark onto an empty element.
15538
15539 2011-04-11 Leo Liu <sdl.web@gmail.com>
15540
15541 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15542 buffers.
15543 (ido-kill-buffer-at-head): Support killing virtual buffers.
15544
15545 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
15546
15547 * minibuffer.el (completion-show-inline-help): New var.
15548 (completion--do-completion, minibuffer-complete)
15549 (minibuffer-force-complete, minibuffer-complete-word):
15550 Inhibit minibuffer messages if completion-show-inline-help is nil.
15551
15552 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15553 to avoid interference from inline help (Bug#5849).
15554
15555 2011-04-10 Leo Liu <sdl.web@gmail.com>
15556
15557 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15558 Fix typo.
15559
15560 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15561
15562 * image-mode.el (image-toggle-display-image): Signal an error if
15563 not in Image mode.
15564 (image-transform-mode, image-transform-resize)
15565 (image-transform-set-rotation): Doc fix.
15566 (image-transform-set-resize): Delete.
15567 (image-transform-set-scale, image-transform-fit-to-height)
15568 (image-transform-fit-to-width): Handle image-toggle-display-image
15569 and image-transform-resize directly.
15570
15571 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
15572
15573 * doc-view.el (doc-view-fit-width-to-window)
15574 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15575 New functions for fitting the shown image to the Emacs window size.
15576 (doc-view-mode-map): Add bindings for the new functions.
15577
15578 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
15579
15580 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15581 Fix typo in docstring.
15582
15583 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15584
15585 * files.el (file-size-human-readable): Produce one digit after
15586 decimal, like "ls -lh" does.
15587
15588 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15589 the file size representation.
15590
15591 * simple.el (list-processes): If async subprocesses are not
15592 available, error out with a clear error message.
15593
15594 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15595
15596 * help.el (help-form-show): New function, to be called from C.
15597 Put help-form output in a buffer named differently than *Help*.
15598
15599 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15600
15601 * files.el (file-size-human-readable): New function.
15602
15603 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15604 computing the representation inline. Don't require `cl'.
15605
15606 2011-04-08 Glenn Morris <rgm@gnu.org>
15607
15608 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15609
15610 * net/browse-url.el (browse-url-firefox):
15611 Test system-type, not system-configuration.
15612
15613 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15614 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15615 Use log-edit-empty-buffer-p. (Bug#7598)
15616
15617 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15618 (rlogin-mode-map): Initialize in the defvar.
15619 (rlogin): Use ignore-errors.
15620
15621 * replace.el (occur-mode-map): Some fixes for menu items.
15622
15623 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15624
15625 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15626
15627 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15628
15629 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15630 issuing unused warnings.
15631
15632 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15633 macro directly.
15634
15635 * simple.el: Lisp reimplement of list-processes. Based on an
15636 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15637 (process-menu-mode): New major mode.
15638 (list-processes--refresh, list-processes):
15639 (process-menu-visit-buffer): New functions.
15640
15641 * files.el (save-buffers-kill-emacs): Don't assume any return
15642 value of list-processes, which is undocumented anyway.
15643
15644 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15645
15646 * emacs-lisp/tabulated-list.el: New file.
15647
15648 * emacs-lisp/package.el: Use Tabulated List mode.
15649 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15650 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15651 table format using Tabulated List mode variables.
15652 (package--push): New macro, replacing package-list-maybe-add.
15653 (package-menu--generate): Use package--push. Renamed from
15654 package--generate-package-list.
15655 (package-menu-refresh, list-packages): Use it.
15656 (package-menu--print-info): Rename from package-print-package.
15657 Return insertion data instead of inserting it directly.
15658 (package-menu-describe-package, package-menu-execute):
15659 Use tabulated-list-get-id.
15660 (package-menu-mark-delete, package-menu-mark-install)
15661 (package-menu-mark-unmark, package-menu-backup-unmark)
15662 (package-menu-mark-obsolete-for-deletion):
15663 Use tabulated-list-put-tag.
15664 (package--list-packages, package-menu-revert)
15665 (package-menu-get-package, package-menu-get-version)
15666 (package-menu-sort-by-column): Functions deleted.
15667 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15668 (package-menu--status-predicate, package-menu--version-predicate)
15669 (package-menu--name-predicate)
15670 (package-menu--description-predicate): Handle arguments in the
15671 Tabulated List format.
15672 (package-list-packages-no-fetch): Call list-packages.
15673
15674 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
15675
15676 * files.el (after-find-file-from-revert-buffer): Remove variable.
15677 (after-find-file): Don't bind it.
15678 (revert-buffer-in-progress-p): New variable.
15679 (revert-buffer): Bind it.
15680 Pass nil for `after-find-file-from-revert-buffer'.
15681
15682 * saveplace.el (save-place-find-file-hook): Use new variable
15683 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15684
15685 2011-04-06 Glenn Morris <rgm@gnu.org>
15686
15687 * Makefile.in (AUTOGEN_VCS): New variable.
15688 (autoloads): Use $AUTOGEN_VCS.
15689
15690 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15691 * calendar/calendar.el (calendar-mode-map):
15692 Check for toolkit scroll bars. (Bug#8305)
15693
15694 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15695
15696 * minibuffer.el (completion-in-region--postch)
15697 (completion-in-region-mode): Remove unnecessary messages.
15698
15699 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
15700
15701 * font-lock.el (font-lock-refresh-defaults):
15702 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15703 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15704
15705 * info.el (Info-directory-list, Info-read-node-name-2)
15706 (Info-split-parameter-string): Doc fixes.
15707 (Info-virtual-nodes): Reflow docstring.
15708 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15709 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15710 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15711 Fix typos in docstrings.
15712 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15713 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15714 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15715 (Info-restore-desktop-buffer): Mark unused parameters.
15716 (Info-directory-find-file, Info-directory-find-node)
15717 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15718 (Info-virtual-index-find-node, Info-apropos-find-file)
15719 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15720 Mark unused parameters; fix typos in docstrings.
15721 (Info-virtual-index): Remove unused local variable `nodename'.
15722
15723 2011-04-05 Deniz Dogan <deniz@dogan.se>
15724
15725 * net/rcirc.el: Update my e-mail address.
15726 (rcirc-mode-map): Remove M-o binding.
15727
15728 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15729
15730 * startup.el (command-line): Save the cursor's theme-face
15731 directly, instead of using face-override-spec.
15732
15733 * custom.el (load-theme): Minor optimization in assigning faces.
15734
15735 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15736
15737 * help-fns.el (describe-variable): Complete all variables having
15738 documentation, including keywords.
15739 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15740
15741 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15742
15743 Convert to lexical-binding.
15744
15745 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15746 (bs--get-marked-string, bs--get-modified-string)
15747 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15748 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15749 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15750
15751 * ehelp.el (electric-help-execute-extended)
15752 (electric-help-ctrl-x-prefix):
15753 * hexl.el (hexl-revert-buffer-function):
15754 * linum.el (linum-after-change, linum-after-scroll):
15755 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15756
15757 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15758
15759 2011-04-04 Daiki Ueno <ueno@unixuser.org>
15760
15761 * epa-dired.el:
15762 * epa-mail.el:
15763 * epa-hook.el:
15764 * epa-file.el:
15765 * epa.el:
15766 * epg.el: Use lexical binding.
15767
15768 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
15769
15770 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15771
15772 * textmodes/flyspell.el (flyspell-word): Recognize default
15773 dictionary case for flyspell-mark-duplications-exceptions.
15774 Use regexp matching for languages.
15775 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15776 default dictionary (Bug#7926).
15777
15778 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
15779
15780 * emacs-lisp/package.el (package--with-work-buffer):
15781 Recognize https URLs.
15782
15783 * net/network-stream.el: Move from gnus/proto-stream.el.
15784 Change prefix to network-stream throughout.
15785 (open-protocol-stream): Merge into open-network-stream, leaving
15786 open-protocol-stream as an alias. Handle nil BUFFER args.
15787
15788 * subr.el (open-network-stream): Move to net/network-stream.el.
15789
15790 2011-04-02 Glenn Morris <rgm@gnu.org>
15791
15792 * find-dired.el (find-exec-terminator): New option.
15793 (find-ls-option): Test for -ls support.
15794 (find-ls-subdir-switches): Test for -b in find-ls-option.
15795 (find-dired, find-grep-dired): Doc fixes.
15796 (find-dired): Use find-exec-terminator.
15797
15798 * find-dired.el (find-ls-option, find-ls-subdir-switches)
15799 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15800 (find-name-arg): Remove purecopy.
15801
15802 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15803 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15804 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15805 accordingly. Don't add the null-device if not needed.
15806
15807 * files.el (save-some-buffers): Doc fix.
15808
15809 2011-04-02 Eli Zaretskii <eliz@gnu.org>
15810
15811 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15812
15813 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
15814
15815 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15816 Use `dolist' rather than `mapcar'.
15817
15818 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15819
15820 Add lexical binding.
15821
15822 * subr.el (apply-partially): Use new closures rather than CL.
15823 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15824 (dolist, dotimes): Use slightly different expansion for lexical code.
15825 (functionp): Move to C.
15826 (letrec): New macro.
15827 (with-wrapper-hook): Use it and apply-partially instead of CL.
15828 (eval-after-load): Preserve lexical-binding.
15829 (save-window-excursion, with-output-to-temp-buffer): Turn them
15830 into macros.
15831
15832 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15833
15834 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15835 than the arglist.
15836 (help-add-fundoc-usage): Don't add `Not documented'.
15837 (help-function-arglist): Handle closures, subroutines, and new
15838 byte-code-functions.
15839 (help-make-usage): Remove leading underscores.
15840 (describe-function-1): Handle closures.
15841 (describe-variable): Use special-variable-p for completion.
15842
15843 * files.el (lexical-binding): Declare safe.
15844
15845 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15846 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15847 (pcase): Add `let' pattern.
15848 Change memoization so it actually works.
15849 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15850 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15851 <let>: New case.
15852
15853 * emacs-lisp/macroexp.el: Use lexical binding.
15854 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15855 Don't convert ' to #' without checking that it's indeed quoting
15856 a lambda.
15857
15858 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
15859 Use eval-sexp-add-defvars.
15860 (eval-sexp-add-defvars): New fun.
15861
15862 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15863
15864 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15865 Don't autoload.
15866 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15867 than the internal `byte-compile-lambda'.
15868 (defmethod): Don't hide code under quotes.
15869 (eieio-defmethod): New `code' argument.
15870
15871 * emacs-lisp/eieio-comp.el: Remove.
15872
15873 * emacs-lisp/edebug.el (edebug-eval-defun)
15874 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15875 (edebug-toggle): Avoid `eval'.
15876
15877 * emacs-lisp/disass.el (disassemble-internal): Handle new
15878 `closure' objects.
15879 (disassemble-1): Handle new byte codes.
15880
15881 * emacs-lisp/cl.el (pushnew): Silence warning.
15882
15883 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15884 (cl-byte-compile-throw): Remove.
15885 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15886
15887 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15888 closures.
15889
15890 * emacs-lisp/cconv.el: New file.
15891
15892 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15893 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15894 (byte-compile-initial-macro-environment):
15895 Handle declare-function here.
15896 (byte-compile--lexical-environment): New var.
15897 (byte-stack-ref, byte-stack-set, byte-discardN)
15898 (byte-discardN-preserve-tos): New lap codes.
15899 (byte-interactive-p): Don't use any more.
15900 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15901 New macros.
15902 (byte-compile-lapcode): Use them and handle new lap codes.
15903 (byte-compile-obsolete): Remove.
15904 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15905 (byte-compile-arglist-warn): Check late def of inlinable funs.
15906 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15907 since they should have been expanded by now.
15908 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15909 (byte-compile-from-buffer): Remove unused second arg.
15910 (byte-compile-preprocess): New function.
15911 (byte-compile-toplevel-file-form): New function to distinguish
15912 file-form calls from outside from file-form calls from hunk-handlers.
15913 (byte-compile-file-form): Simplify.
15914 (byte-compile-file-form-defsubst): Remove.
15915 (byte-compile-file-form-defmumble): Simplify now that
15916 byte-compile-lambda always returns a byte-code-function.
15917 (byte-compile): Preprocess.
15918 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15919 Remove, not used any more.
15920 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15921 (byte-compile-make-args-desc): New funs.
15922 (byte-compile-lambda): Handle lexical functions. Always return
15923 a byte-code-function.
15924 (byte-compile-reserved-constants): New var, to make up room for
15925 closed-over variables.
15926 (byte-compile-constants-vector): Obey it.
15927 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
15928 (byte-compile-macroexpand-declare-function): New function.
15929 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
15930 byte-code-functions.
15931 (byte-compile-form): Check obsolescence here.
15932 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
15933 (byte-compile-variable-ref): Remove.
15934 (byte-compile-dynamic-variable-op): New fun.
15935 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
15936 (byte-compile-variable-set): New funs.
15937 (byte-compile-discard): Add 2 args.
15938 (byte-compile-stack-ref, byte-compile-stack-set)
15939 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
15940 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
15941 macroexpand-all instead.
15942 (byte-compile-quote-form): Remove.
15943 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
15944 (byte-compile-bind, byte-compile-unbind): New funs.
15945 (byte-compile-let): Handle let* and lexical binding.
15946 (byte-compile-let*): Remove.
15947 (byte-compile-catch, byte-compile-unwind-protect)
15948 (byte-compile-track-mouse, byte-compile-condition-case):
15949 Handle a new :fun-body form, used for lexical scoping.
15950 (byte-compile-save-window-excursion)
15951 (byte-compile-with-output-to-temp-buffer): Remove.
15952 (byte-compile-defun): Simplify.
15953 (byte-compile-stack-adjustment): New fun.
15954 (byte-compile-out): Use it.
15955 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
15956
15957 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
15958 handler any more.
15959
15960 * emacs-lisp/byte-opt.el: Use lexical binding.
15961 (byte-inline-lapcode): Remove (to bytecomp).
15962 (byte-compile-inline-expand): Pay attention to inlining to/from
15963 lexically bound code.
15964 (byte-compile-unfold-lambda): Don't handle byte-code-functions
15965 any more.
15966 (byte-optimize-form-code-walker): Don't handle save-window-excursion
15967 any more and don't call compiler-macros.
15968 (byte-compile-splice-in-already-compiled-code): Remove.
15969 (byte-code): Don't inline any more.
15970 (disassemble-offset): Receive `bytes' as argument rather than via
15971 dynamic scoping.
15972 (byte-compile-tag-number): Declare before first use.
15973 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
15974 `return' even if make-spliceable.
15975 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
15976 obsolete interactive-p.
15977 (byte-optimize-lapcode): Optimize new lap-codes.
15978 Don't trip up on new form of `byte-constant' lap code.
15979
15980 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
15981
15982 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
15983
15984 * custom.el (custom-initialize-default, custom-declare-variable):
15985 Use `defvar'.
15986
15987 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
15988 New variables.
15989 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
15990 (COMPILE_FIRST): Add macroexp and cconv.
15991 * makefile.w32-in: Mirror changes in Makefile.in.
15992
15993 * vc/cvs-status.el:
15994 * vc/diff-mode.el:
15995 * vc/log-edit.el:
15996 * vc/log-view.el:
15997 * vc/smerge-mode.el:
15998 * textmodes/bibtex-style.el:
15999 * textmodes/css-mode.el:
16000 * startup.el:
16001 * uniquify.el:
16002 * minibuffer.el:
16003 * newcomment.el:
16004 * reveal.el:
16005 * server.el:
16006 * mpc.el:
16007 * emacs-lisp/smie.el:
16008 * doc-view.el:
16009 * dired.el:
16010 * abbrev.el: Use lexical binding.
16011
16012 2011-04-01 Eli Zaretskii <eliz@gnu.org>
16013
16014 * info.el (info-display-manual): New function.
16015
16016 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16017
16018 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16019
16020 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16021
16022 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16023 an entry for that server in rcirc-authinfo. (Bug#8385)
16024
16025 2011-03-31 Glenn Morris <rgm@gnu.org>
16026
16027 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16028
16029 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16030
16031 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16032
16033 * progmodes/python.el (python-default-interpreter)
16034 (python-python-command-args, python-jython-command-args)
16035 (python-which-shell, python-which-args, python-which-bufname)
16036 (python-file-queue, python-comint-output-filter-function)
16037 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16038 variables and functions.
16039
16040 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16041
16042 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16043 (completion-in-region-mode): New minor mode.
16044 (completion-in-region): Use it.
16045 (completion-in-region--data, completion-in-region-mode-map): New vars.
16046 (completion-in-region--postch): New function.
16047 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16048 New vars.
16049 (completion--capf-wrapper): New function.
16050 (completion-at-point): Use it to track well-behavedness of
16051 hook functions.
16052 (completion-help-at-point): New command.
16053
16054 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16055
16056 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16057 syntax class to search for whitespace on a single line
16058 (Message-ID: <4D938140.4030905@redhat.com>).
16059
16060 2011-03-30 Leo Liu <sdl.web@gmail.com>
16061
16062 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16063 New commands.
16064 (edit-abbrevs-map): Bind them here.
16065 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16066
16067 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16068
16069 * allout.el (allout-hide-by-annotation, allout-flag-region):
16070 Reduce possibility of overlay leakage by making them volatile.
16071
16072 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16073 hash is not shared between buffers. Mode initialization is
16074 responsible for giving it a useful starting value.
16075 (allout-item-span): Reduce possibility of overlay leakage by
16076 making them volatile.
16077 (allout-widgets-count-buttons-in-region): Add diagnostic function
16078 for tracking down button overlay leaks.
16079
16080 2011-03-29 Leo Liu <sdl.web@gmail.com>
16081
16082 * ido.el (ido-read-internal): Use the default history var
16083 minibuffer-history if no HISTORY is specified.
16084
16085 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16086
16087 * net/imap.el (imap-shell-open, imap-process-connection-type):
16088 Use imap-process-connection-type for 'shell' streams as well as
16089 Kerberos, SSL, other subprocesses.
16090
16091 2011-03-28 Leo Liu <sdl.web@gmail.com>
16092
16093 * abbrev.el (abbrev-table-empty-p): New function.
16094 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16095 nonempty ones. (Bug#5937)
16096
16097 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16098
16099 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16100
16101 2011-03-27 Leo Liu <sdl.web@gmail.com>
16102
16103 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16104 for foreground and background colors.
16105 (ansi-color-make-color-map): Adapt.
16106
16107 2011-03-25 Leo Liu <sdl.web@gmail.com>
16108
16109 * midnight.el (midnight-time-float): Remove. Note it calculates
16110 the microsecond component incorrectly and seconds-to-time does the
16111 same job.
16112 Remove redundant (require 'timer).
16113
16114 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16115 (ido-completions): Remove unused arguments. (Bug#8329)
16116
16117 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16118
16119 * minibuffer.el (completion--flush-all-sorted-completions):
16120 Remove itself from hook.
16121 (completion-at-point): Let the functions perform the completion
16122 immediately and return nil or t.
16123 * comint.el (comint-dynamic-complete-functions): Now identical to
16124 completion-at-point-functions.
16125 (comint-dynamic-list-input-ring): Remove unused var `index'.
16126 (comint--match-partial-filename, comint--unquote&expand-filename):
16127 New funs, split from comint-match-partial-filename.
16128 (comint-dynamic-complete): Use completion-at-point.
16129 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16130
16131 2011-03-24 Drew Adams <drew.adams@oracle.com>
16132
16133 * thingatpt.el: Support `defun'.
16134
16135 2011-03-23 Leo Liu <sdl.web@gmail.com>
16136
16137 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16138
16139 * help-mode.el (help-mode-finish): Tweak regexp.
16140
16141 2011-03-23 Glenn Morris <rgm@gnu.org>
16142
16143 * eshell/esh-opt.el (eshell-eval-using-options):
16144 Do not bind unused local variable `eshell-option-stub'.
16145
16146 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16147
16148 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16149
16150 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16151 keymap variable in `with-no-warnings' to avoid a warning when the
16152 keymap has been already `defconst'ed.
16153
16154 2011-03-22 Leo Liu <sdl.web@gmail.com>
16155
16156 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16157 encode all chars in abbrevs; otherwise use emacs-mule or
16158 utf-8-emacs. (Bug#8308)
16159
16160 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16161
16162 * simple.el (backward-delete-char-untabify):
16163 Avoid warning about using `delete-backward-char'.
16164
16165 * image.el (image-type-file-name-regexps): Make it variable.
16166 `imagemagick-register-types' modifies it, and the user may want
16167 to add new extensions for known image types.
16168 (imagemagick-register-types): Throw error if not using ImageMagick.
16169
16170 2011-03-22 Leo Liu <sdl.web@gmail.com>
16171
16172 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16173 located before rcirc-prompt-end-marker.
16174 (rcirc-complete): Error if point is not after rcirc prompt.
16175 Handle the case when table is nil.
16176 (rcirc-user-authenticated): Define to fix compiler warning.
16177
16178 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
16179
16180 * custom.el (custom--inhibit-theme-enable): Make it affect only
16181 custom-theme-set-variables and custom-theme-set-faces.
16182 (provide-theme): Ignore custom--inhibit-theme-enable.
16183 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16184 (custom-enabling-themes): Delete variable.
16185 (enable-theme): Accept only loaded themes as arguments.
16186 Ignore the special custom-enabled-themes variable.
16187 (custom-enabled-themes): Forbid themes from setting this.
16188 Eliminate use of custom-enabling-themes.
16189 (custom-push-theme): Quote "changed" custom var entry.
16190
16191 2011-03-21 Leo Liu <sdl.web@gmail.com>
16192
16193 * ido.el (ido-read-internal): Add ido-selected to history instead
16194 of user input.
16195
16196 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16197
16198 * subr.el (deferred-action-list, deferred-action-function):
16199 Mark obsolete.
16200
16201 2011-03-21 Leo Liu <sdl.web@gmail.com>
16202
16203 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16204 change on 2011-02-13 (bug#8309).
16205
16206 * minibuffer.el (read-file-name-function): Change default value.
16207 (read-file-name--defaults): Rename from read-file-name-defaults.
16208 (read-file-name-default): Rename from read-file-name.
16209 (read-file-name): Call read-file-name-function.
16210
16211 2011-03-21 Glenn Morris <rgm@gnu.org>
16212
16213 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16214 Doc fixes.
16215
16216 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
16217
16218 * cus-theme.el: Add missing provide statement.
16219 (customize-create-theme): Extract theme value correctly.
16220 (custom-theme-visit-theme): Autoload.
16221 (customize-create-theme): Prompt before inserting default faces.
16222
16223 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16224
16225 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16226 units and musical notes.
16227
16228 2011-03-20 Leo Liu <sdl.web@gmail.com>
16229
16230 * ido.el (ido-read-internal): Use completing-read-default.
16231 (ido-completing-read): Fix compatibility with completing-read.
16232
16233 2011-03-20 Christian Ohler <ohler@gnu.org>
16234
16235 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16236 (ert-delete-all-tests): Use `called-interactively-p' rather than
16237 `interactive-p'.
16238 (ert--make-xrefs-region): Respect END.
16239
16240 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16241
16242 * dired-aux.el (dired-create-directory): Signal an error if the
16243 directory already exists (Bug#8246).
16244
16245 * facemenu.el (list-colors-display): Call list-faces-display
16246 inside with-help-window.
16247 (list-colors-print): Use display property to align the final
16248 column, instead of checking window-width.
16249
16250 2011-03-19 Eli Zaretskii <eliz@gnu.org>
16251
16252 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16253 windows-nt systems.
16254 (emerge-protect-metachars): Quote correctly for ms-dos and
16255 windows-nt systems.
16256
16257 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
16258
16259 * info.el (info-initialize): Replace all uses of `:' with
16260 path-separator for compatibility with non-Unix systems.
16261 Cache quoting of path-separator. (Bug#8258)
16262
16263 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16264
16265 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16266 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16267 (mouse-avoidance-mode): Fix typos in docstrings.
16268
16269 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16270
16271 * startup.el (package-subdirectory-regexp): Move from package.el.
16272 Omit \\` and \\', and let callers add them.
16273
16274 * emacs-lisp/package.el (package-strip-version)
16275 (package-load-all-descriptors): Add \\` and \\' to
16276 package-subdirectory-regexp before using it.
16277 (package-untar-buffer): New arg DIR; ensure that file untars only
16278 into this expected directory. Remove superfluous delete-region.
16279 (package-unpack): Caller changed.
16280 (package-tar-file-info): Use package-subdirectory-regexp.
16281
16282 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16283
16284 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16285 diff-mode-shared-map (bug#8284).
16286 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16287
16288 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16289
16290 * calendar/time-date.el (format-seconds): Use assoc instead of
16291 assoc-string, since assoc-string doesn't exist in XEmacs.
16292
16293 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
16294
16295 * custom.el (custom-known-themes): Reflow docstring.
16296 (custom-theme-load-path): Fix typo in docstring.
16297 (load-theme): Fix typo in error message.
16298 (custom-available-themes, custom-variable-theme-value):
16299 Use `let', not `let*'.
16300
16301 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16302
16303 * calc/README: Mention inclusion of musical notes.
16304
16305 * calc/calc-units.el (calc-lu-quant): Rename from
16306 `calc-logunits-quantity'.
16307 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16308 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16309 (calc-db): Rename from `calc-dblevel'.
16310 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16311 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16312 (calc-np): Rename from `calc-nplevel'.
16313 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16314 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16315 (calc-lu-plus): Rename from `calc-logunits-add'.
16316 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16317 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16318 (calc-lu-minus): Rename from `calc-logunits-sub'.
16319 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16320 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16321 (calc-lu-times): Rename from `calc-logunits-mul'.
16322 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16323 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16324 (calc-lu-divide): Rename from `calc-logunits-div'.
16325 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16326 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16327
16328 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16329 functions being autoloaded.
16330
16331 * calc/calc.el (calc-lu-power-reference): Rename from
16332 `calc-logunits-power-reference'.
16333 (calc-lu-field-reference): Rename from
16334 `calc-logunits-field-reference'.
16335
16336 * calc/calc-help.el (calc-l-prefix-help):
16337 Mention musical note functions.
16338
16339 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16340
16341 * minibuffer.el (completion-all-sorted-completions):
16342 Use :completion-cycle-penalty text property if present.
16343
16344 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16345
16346 * allout.el (allout-yank-processing): Adjust for new rebulleting
16347 regime so bullet being yanked is used without prompting the user
16348 for a choice.
16349
16350 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16351
16352 * startup.el (command-line): Warn the user that _emacs is deprecated.
16353
16354 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16355
16356 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16357 (delphi-verbose, delphi-comment-face, delphi-string-face)
16358 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16359 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16360 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16361 (delphi-new-comment-line, delphi-font-lock-defaults)
16362 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16363 Fix typos in docstrings.
16364
16365 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16366
16367 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16368 Invert the roles of character and string values for INSTEAD, so a
16369 string is used for the more common case of a defaulting prompt.
16370
16371 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16372
16373 * progmodes/ruby-mode.el (ruby-backward-sexp):
16374 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16375 * play/gamegrid.el (gamegrid-make-face):
16376 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16377 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16378 * notifications.el (notifications-notify):
16379 * net/xesam.el (xesam-search-engines):
16380 * net/quickurl.el (quickurl-list-insert):
16381 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16382
16383 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
16384
16385 * startup.el (command-line): Update package subdirectory regexp.
16386
16387 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * allout.el (allout-abbreviate-flattened-numbering)
16390 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16391
16392 * subr.el (read-char-choice): Only show the cursor after the prompt,
16393 not after the answer.
16394
16395 2011-03-15 Kevin Ryde <user42@zip.com.au>
16396
16397 * help-fns.el (variable-at-point): Skip leading quotes, if any
16398 (bug#8253).
16399
16400 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16401
16402 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16403 warning message.
16404
16405 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
16406
16407 * shell.el (shell): When called interactively, offer to change the
16408 shell file name on remote hosts.
16409
16410 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16411
16412 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16413 integration for LDAP parameters. The host, base, user or binddn,
16414 and secret tokens can be specified in a netrc file, for instance.
16415 This is optional because an `auth-source' parameter must be
16416 specified in the search attributes.
16417
16418 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
16419
16420 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16421
16422 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16423
16424 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16425 into declaration. Remove redundant and harmful binding.
16426
16427 2011-03-12 Eli Zaretskii <eliz@gnu.org>
16428
16429 * files.el (file-ownership-preserved-p): Pass `integer' as an
16430 explicit 2nd argument to `file-attributes'. If the file's owner
16431 is the Administrators group on Windows, and the current user is
16432 Administrator, consider that a match.
16433
16434 * server.el (server-ensure-safe-dir): Consider server directory
16435 safe on MS-Windows if its owner is the Administrators group while
16436 the current Emacs user is Administrator. Use `=' to compare
16437 numerical UIDs, since they could be integers or floats.
16438
16439 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
16440
16441 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16442
16443 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
16444
16445 Sync with Tramp 2.2.1.
16446
16447 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16448
16449 * net/trampver.el: Update release number.
16450
16451 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * progmodes/compile.el (compilation--previous-directory): Fix up
16454 various nil/dead-marker mismatches (bug#8014).
16455 (compilation-directory-properties, compilation-error-properties):
16456 Don't call it at a position past the one we're about to change.
16457
16458 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16459 Disable obsolescence warnings in the file that declares it.
16460
16461 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16462
16463 * allout-widgets.el (allout-widgets-tally):
16464 Initialize allout-widgets-tally as a hash table rather than nil to
16465 prevent mode-line redisplay warnings. Also, clarify the module
16466 description and fix a comment typo.
16467
16468 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
16469
16470 * help-fns.el (describe-variable): Don't complete keywords.
16471 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16472
16473 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
16474
16475 * emacs-lisp/package.el (package-version-join): Impose a standard
16476 string representation for pre/alpha/beta version lists.
16477 (package-unpack-single): Standardize the directory name by passing
16478 it through package-version-join.
16479 (package-strip-rcs-id): Accept any version string that does not
16480 signal an error in version-to-list.
16481
16482 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
16483
16484 * simple.el (delete-trailing-whitespace): Return nil for the
16485 benefit of `write-file-functions'.
16486
16487 2011-03-10 Glenn Morris <rgm@gnu.org>
16488
16489 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16490
16491 * vc/vc-git.el (vc-git-program): New option.
16492 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16493 (vc-git--call): Use it.
16494
16495 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16496
16497 * cus-edit.el (Custom-newline): If no button at point, look
16498 for a subgroup button at start-of-line. (Bug#2298)
16499
16500 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16501
16502 2011-03-10 Julien Danjou <julien@danjou.info>
16503
16504 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16505 `cursor-type' is nil.
16506
16507 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16508
16509 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16510
16511 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16512
16513 * allout.el: Change so yank of distinctive-bullet items
16514 preserves the existing header prefix, rebulleting it if necessary,
16515 rather than replacing it. This is necessary for proper operation
16516 of cooperative addons like allout-widgets.
16517 (allout-make-topic-prefix, allout-rebullet-heading):
16518 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16519 value as alternate bullet to be used, instead of prompting the user
16520 for a bullet character.
16521
16522 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
16523
16524 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16525 Do not use `tramp-file-name-port', because this returns also
16526 `tramp-default-port'.
16527
16528 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16529
16530 * net/rcirc.el (rcirc-handler-001): Remove useless
16531 with-rcirc-process-buffer.
16532 (rcirc-check-auth-status): Swap arguments to string-match.
16533
16534 2011-03-09 Glenn Morris <rgm@gnu.org>
16535
16536 * shell.el (shell-mode):
16537 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16538
16539 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16540 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16541
16542 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16543
16544 * emacs-lisp/package.el (package-refresh-contents)
16545 (package-menu-execute): Use condition-case-no-debug.
16546
16547 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
16548
16549 * simple.el (shell-command-to-string): Use `process-file'.
16550
16551 * emacs-lisp/package.el (package-tar-file-info): Handle also
16552 remote files.
16553
16554 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16555 Use `equal' for upload base check.
16556
16557 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16558
16559 * textmodes/texinfo.el (texinfo-environments):
16560 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16561
16562 2011-03-08 Glenn Morris <rgm@gnu.org>
16563
16564 * cus-start.el (cursor-in-non-selected-windows):
16565 Fix :set quoting oddness. (Bug#8192)
16566
16567 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16568 in some setf expressions. (Bug#2159)
16569
16570 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16571
16572 * custom.el (custom-available-themes): Return themes in
16573 alphabetical order.
16574
16575 See ChangeLog.15 for earlier changes.
16576
16577 ;; Local Variables:
16578 ;; coding: utf-8
16579 ;; End:
16580
16581 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16582
16583 This file is part of GNU Emacs.
16584
16585 GNU Emacs is free software: you can redistribute it and/or modify
16586 it under the terms of the GNU General Public License as published by
16587 the Free Software Foundation, either version 3 of the License, or
16588 (at your option) any later version.
16589
16590 GNU Emacs is distributed in the hope that it will be useful,
16591 but WITHOUT ANY WARRANTY; without even the implied warranty of
16592 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16593 GNU General Public License for more details.
16594
16595 You should have received a copy of the GNU General Public License
16596 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.