Fix display of Hebrew tutorial title on splash screen.
[bpt/emacs.git] / lisp / ChangeLog
1 2012-07-20 Eli Zaretskii <eliz@gnu.org>
2
3 * startup.el (fancy-startup-text): Read the whole tutorial, not
4 just its first 256 bytes. Prevents gibberish in display of the
5 tutorial title.
6
7 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
8
9 Drop idle buffer compaction due to an absence of the
10 proved efficiency.
11 * compact.el: Remove.
12
13 2012-07-19 Sam Steingold <sds@gnu.org>
14
15 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
16 vc-bzr-pull & vc-bzr-merge-branch.
17 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
18 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
19 for consistency with compilation-error-regexp-alist.
20 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
21 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
22 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
23 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
24
25 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * emacs-lisp/chart.el: Use lexical-binding.
28 (chart-emacs-storage): Don't hardcode the list of entries.
29
30 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
31
32 Next round of tweaks caused by Fgarbage_collect changes.
33 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
34
35 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
36
37 Compact buffers when idle.
38 * compact.el: New file.
39
40 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * subr.el (eventp): Presume that if it looks vaguely like an event,
43 it's an event (bug#10190).
44
45 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
46
47 Enhancements to ppss related code (thanks Stefan).
48 * progmodes/python.el (python-indent-context)
49 (python-indent-calculate-indentation, python-indent-dedent-line)
50 (python-indent-electric-colon, python-nav-forward-block)
51 (python-mode-abbrev-table)
52 (python-info-assignment-continuation-line-p): Simplify checks
53 for ppss context.
54 (python-info-continuation-line-p): Cleanup.
55 (python-info-ppss-context): Do not catch 'quote.
56 (python-info-ppss-context-type)
57 (python-info-ppss-comment-or-string-p): Simplify.
58
59 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
60
61 * progmodes/python.el: Enhancements to eldoc support.
62 (python-info-current-symbol): New function.
63 (python-eldoc-at-point): Use python-info-current-symbol.
64 (python-info-current-defun): Fix cornercase on first defun scan.
65 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
66 and signal error when no inferior python process is available.
67
68 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
69
70 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
71 assume it's always t.
72 (vc-git-registered): Remove caching, the function is only called
73 once.
74 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
75
76 2012-07-18 Chong Yidong <cyd@gnu.org>
77
78 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
79
80 * simple.el (count-words): Report on narrowing (Bug#9959).
81
82 * bindings.el: Bind M-= to count-words.
83
84 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
85
86 2012-07-18 Masatake YAMATO <yamato@redhat.com>
87
88 * progmodes/sh-script.el (sh-imenu-generic-expression):
89 Capture a function with `function' keyword and without parentheses
90 like "function FOO" (bug#11856).
91
92 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
93
94 * window.el (split-window-sensibly): Make WINDOW argument
95 optional.
96
97 2012-07-18 Chong Yidong <cyd@gnu.org>
98
99 * subr.el (keyboard-translate): Doc fix (Bug#7261).
100
101 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
102 and make C-x 8 RET exit isearch (Bug#11439).
103
104 * international/iso-transl.el: Move isearch-mode-map key
105 definitions to isearch.el.
106
107 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
108
109 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
110 (eieio-defclass): Use gv-define-setter when possible.
111
112 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
113
114 Reflect recent changes in Fgarbage_collect.
115 * emacs-lisp/chart.el (chart-emacs-storage): Change to
116 reflect new format of data returned by Fgarbage_collect.
117
118 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
119
120 New utility functions + python-info-ppss-context fix (Bug#11910).
121 * progmodes/python.el (python-info-beginning-of-block-statement-p)
122 (python-info-ppss-comment-or-string-p): New functions.
123 (python-info-ppss-context): Small fix for string check.
124
125 2012-07-17 Juri Linkov <juri@jurta.org>
126
127 * dired-aux.el (dired-do-async-shell-command): Doc fix.
128 (dired-do-async-shell-command): Don't add `*' at the end of the
129 command (Bug#11815).
130 (dired-do-shell-command): Doc fix.
131 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
132 Join the individual commands using either "&" or ";" as the
133 separator depending on the values of these trailing characters.
134 At the end re-add the trailing "&". (Bug#10598)
135
136 * simple.el (async-shell-command): Sync the interactive spec with
137 `shell-command'. Doc fix.
138 (shell-command): Doc fix.
139
140 2012-07-17 Juri Linkov <juri@jurta.org>
141
142 * descr-text.el (describe-char): Fix format args. (Bug#10129)
143
144 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
145
146 Final renames and doc fixes for movement commands (bug#11899).
147 * progmodes/python.el (python-nav-beginning-of-statement):
148 Rename from python-nav-statement-start.
149 (python-nav-end-of-statement): Rename from
150 python-nav-statement-end.
151 (python-nav-beginning-of-block): Rename from
152 python-nav-block-start.
153 (python-nav-end-of-block): Rename from python-nav-block-end.
154
155 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
156
157 * progmodes/python.el (python-shell-send-string-no-output):
158 Allow accept-process-output to quit, keeping shell process ready for
159 future interactions (Bug#11868).
160
161 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
164
165 * emacs-lisp/elint.el (elint-find-args-in-code):
166 Use help-function-arglist, so as to handle lexical byte-code.
167
168 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
169 change (bug#11826).
170
171 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
172
173 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
174 Avoid spuriously marking the buffer as modified because of c-is-sws.
175
176 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
177 as not-a-comment (bug#11946).
178
179 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
180 for uninterned vars.
181
182 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
183 Use read-event since we don't really want to read chars but bytes.
184
185 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
186 $$..$$ but also $..$ using regexps (bug#11953).
187 Use tex-verbatim for \url and \path.
188 (tex-font-lock-keywords): Define as defconst like the others.
189 (tex-common-initialization): Don't use font-lock-syntax-table any more.
190
191 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
192
193 * international/mule-cmds.el (ucs-insert): Make it an obsolete
194 alias for insert-char.
195
196 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
197
198 * progmodes/python.el: Simplified imenu implementation.
199 (python-nav-jump-to-defun): Remove command.
200 (python-mode-map): Use `imenu' instead.
201 (python-nav-list-defun-positions-cache)
202 (python-imenu-include-defun-type, python-imenu-make-tree)
203 (python-imenu-subtree-root-label, python-imenu-index-alist):
204 Remove vars.
205 (python-nav-list-defun-positions, python-nav-read-defun)
206 (python-imenu-tree-assoc, python-imenu-make-element-tree)
207 (python-imenu-make-tree, python-imenu-create-index):
208 Remove functions.
209 (python-mode): Update to interact with imenu by setting
210 `imenu-extract-index-name-function' only.
211
212 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
213
214 * progmodes/python.el: Enhancements to navigation commands.
215 (python-nav-backward-sentence)
216 (python-nav-forward-sentence): Remove.
217 (python-nav-backward-statement, python-nav-forward-statement)
218 (python-nav-statement-start, python-nav-statement-end)
219 (python-nav-backward-block, python-nav-forward-block)
220 (python-nav-block-start, python-nav-block-end)
221 (python-nav-forward-sexp-function)
222 (python-info-current-line-comment-p)
223 (python-info-current-line-empty-p): New functions.
224 (python-indent-context): Use `python-nav-statement-start'.
225
226 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
227
228 * eshell/em-ls.el (eshell/ls): Use `apply'.
229
230 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
231 multi-hops, instead of Tramp internals.
232
233 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
234
235 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
236 when F1 and F2 are located on different hosts.
237
238 2012-07-14 Chong Yidong <cyd@gnu.org>
239
240 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
241 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
242 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
243 (xterm-mouse--read-event-sequence-1000)
244 (xterm-mouse--read-event-sequence-1006): New functions. For old
245 mouse protocol, handle M-mouse-X events correctly.
246 (xterm-mouse-event): New arg specifying mouse protocol.
247 (turn-on-xterm-mouse-tracking-on-terminal)
248 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
249 sequence to toggle extended coordinates on newer XTerms.
250 This appears to be harmless on terminals which do not support this.
251
252 2012-07-14 Leo Liu <sdl.web@gmail.com>
253
254 Add fringe bitmap indicators for flymake. (Bug#11253)
255 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
256 (flymake-make-overlay): New arg BITMAP.
257 (flymake-error-bitmap, flymake-warning-bitmap)
258 (flymake-fringe-indicator-position): New user variables.
259
260 * fringe.el: New bitmap exclamation-mark.
261
262 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
263
264 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
265 also (Bug#7879).
266
267 2012-07-14 Chong Yidong <cyd@gnu.org>
268
269 * electric.el (electric-pair-post-self-insert-function): Fix pair
270 insertion in empty-region case (Bug#11520).
271
272 2012-07-14 Chong Yidong <cyd@gnu.org>
273
274 * bindings.el: Consolidate ctl-x-r-map bindings.
275 Bind copy-rectangle-as-kill to C-x r w.
276
277 * rect.el, register.el: Move bindings to bindings.el.
278
279 2012-07-14 Reuben Thomas <rrt@sc3d.org>
280
281 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
282
283 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
284
285 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
286
287 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
288
289 * bindings.el (top): Use `mapc' instead of `mapcar'.
290
291 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
292
293 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
294
295 * progmodes/sql.el (sql-comint): Suppress the check for program on
296 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
297 (Bug#11908)
298
299 2012-07-13 Chong Yidong <cyd@gnu.org>
300
301 * bindings.el: Assign a non-nil permanent-local property to
302 per-buffer variables which lack a default value (Bug#11930).
303
304 * help-fns.el (describe-variable): In the "automatically becomes
305 local" notice, take note of permanent-local variables.
306
307 2012-07-13 Chong Yidong <cyd@gnu.org>
308
309 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
310 to allow printing the message when called from Lisp.
311
312 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
313 Remove toggle-read-only.
314
315 * bs.el (bs-toggle-readonly):
316 * buff-menu.el (Buffer-menu-toggle-read-only):
317 Remove with-no-warnings around toggle-read-only.
318
319 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
320 Remove with-no-warnings around toggle-read-only.
321 (ffap-read-only, ffap-read-only-other-window)
322 (ffap-read-only-other-frame): Callers changed.
323
324 * help-mode.el: Don't require view package.
325 (help-mode-finish): Set buffer-read-only instead of calling
326 toggle-read-only.
327
328 * bindings.el (mode-line-toggle-read-only):
329 * dired.el (dired-toggle-read-only):
330 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
331 with non-nil second arg.
332
333 * emacs-lisp/eieio-custom.el (eieio-customize-object):
334 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
335 directly.
336
337 2012-07-12 Eli Zaretskii <eliz@gnu.org>
338
339 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
340 not incf.
341
342 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
343
344 More CL cleanups and reduction of use of cl.el.
345 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
346 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
347 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
348 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
349 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
350 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
351 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
352 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
353 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
354 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
355 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
356 * eshell/em-cmpl.el, eshell/em-banner.el:
357 * calendar/parse-time.el: Use cl-lib.
358 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
359 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
360 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
361 * term/ns-win.el, term.el, shell.el, ps-samp.el:
362 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
363 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
364 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
365 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
366 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
367 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
368 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
369 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
370 `lambda' rather than with `quote'.
371 (eshell-do-opt): Adjust accordingly.
372 (eshell-process-option): Simplify.
373 * eshell/esh-var.el:
374 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
375 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
376 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
377 to `pcase--dontcare'.
378 * emacs-lisp/cl.el (labels): Mark obsolete.
379 (cl--letf, letf): Move to cl-lib.
380 (cl--letf*, letf*): Remove.
381 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
382 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
383 (cl-progv): Rewrite.
384 (cl--letf, cl-letf): Move from cl.el.
385 (cl-letf*): New macro.
386 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
387
388 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
389
390 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
391
392 2012-07-11 Chong Yidong <cyd@gnu.org>
393
394 * vc/log-edit.el (log-edit-vc-backend): New variable.
395 (log-edit): Doc fix.
396
397 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
398 argument of log-edit to set up all local variables.
399 (vc-start-logentry): New optional arg specifying VC backend.
400
401 * vc/vc.el (vc-checkin): Use it.
402 (vc-deduce-fileset): Handle Log Edit buffers.
403 (vc-diff): Make first argument optional too.
404
405 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
406
407 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
408
409 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
410 command, just in case. The function is not needed anymore.
411 (eshell-external-command): Do not call `eshell-remote-command'.
412
413 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 Reduce use of (require 'cl).
416 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
417 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
418 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
419 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
420 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
421 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
422 * battery.el, avoid.el, abbrev.el: Use cl-lib.
423 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
424 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
425 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
426 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
427 * calculator.el, autorevert.el, apropos.el: Don't require CL.
428 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
429 (byte-compile-unfold-bcf, byte-compile-check-variable):
430 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
431 (byte-compile-nilconstp):
432 * emacs-lisp/autoload.el (make-autoload): Use pcase.
433 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
434
435 * emacs-lisp/gv.el (cond): Make it a valid place.
436 (if): Simplify slightly.
437
438 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
439 (pcase--self-quoting-p): New function.
440 (pcase--u1): Use it.
441
442 2012-07-10 Glenn Morris <rgm@gnu.org>
443
444 * emacs-lisp/authors.el (authors-fixed-entries):
445 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
446
447 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
448
449 Rename configure.in to configure.ac (Bug#11603).
450 * emacs-lisp/authors.el (authors-canonical-file-name):
451 * progmodes/autoconf.el (autoconf-mode):
452 Prefer configure.ac to configure.in.
453
454 2012-07-08 Chong Yidong <cyd@gnu.org>
455
456 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
457 Implement the mouse-1-click-follows-link handling properly.
458
459 * info.el (Info-link-keymap): Use follow-link mechanism for
460 header-line links (Bug#374).
461
462 * simple.el (deactivate-mark): Do not set the primary selection
463 if another program has acquired it (Bug#11772).
464
465 2012-07-07 Kevin Ryde <user42@zip.com.au>
466
467 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
468 (woman-decode-region): Replace escaped-escapes without destroying
469 bold or underline (Bug#11552).
470 (woman2-process-escapes): Handle nofill regions (Bug#11591).
471
472 2012-07-07 Chong Yidong <cyd@gnu.org>
473
474 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
475 (interprogram-cut-function, interprogram-paste-function):
476 Mention that we typically mean the clipboard.
477
478 2012-07-06 Glenn Morris <rgm@gnu.org>
479
480 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
481
482 * files.el (toggle-read-only): Restrict message to interactive use.
483
484 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
485
486 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
487
488 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
489
490 2012-07-06 Glenn Morris <rgm@gnu.org>
491
492 * Makefile.in (compile-one-process): Rename from "recompile".
493
494 * Makefile.in (bzr-update): "compile" is the same as "recompile
495 autoloads", but parallelizable, so use that instead.
496
497 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
498
499 * window.el (quit-window): Always restore window height when
500 it's saved in quit-restore parameter.
501
502 2012-07-06 Glenn Morris <rgm@gnu.org>
503
504 * simple.el (kill-whole-line): Doc tweak.
505
506 2012-07-06 Eli Zaretskii <eliz@gnu.org>
507
508 * files.el (file-relative-name): Compare file names
509 case-insensitively if on MS-Windows or MS-DOS, or if
510 read-file-name-completion-ignore-case is non-nil. Don't use
511 case-fold-search for this purpose. (Bug#11827)
512
513 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
514
515 * calendar/cal-dst.el (calendar-current-time-zone):
516 Return calendar-current-time-zone-cache if non-nil.
517
518 2012-07-17 Masatake YAMATO <yamato@redhat.com>
519 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
520
521 * calendar/cal-dst.el (calendar-current-time-zone):
522 Return calendar-current-time-zone-cache if non-nil.
523
524 2012-07-06 Glenn Morris <rgm@gnu.org>
525
526 * Makefile.in (cvs-update): Remove old alias.
527
528 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
529
530 Sync with Tramp 2.2.6-pre.
531
532 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
533 compatible declaration.
534
535 * net/tramp-cmds.el (tramp-append-tramp-buffers):
536 Protect `list-load-path-shadows' call.
537
538 * net/tramp-compat.el (top): Require packages, which aren't
539 autoloaded anymore for XEmacs. Protect call of
540 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
541 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
542 it hurts at least for SXEmacs.
543 (tramp-compat-temporary-file-directory): In XEmacs, there is no
544 standard-value for `temporary-file-directory'.
545
546 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
547 Redirect stderr to /dev/null.
548 (tramp-sh-handle-write-region): uid and gid can be floats.
549 Reported by Russell Sim <russell.sim@gmail.com>.
550 (tramp-sh-handle-vc-registered): Hide errors.
551 (tramp-vc-file-name-handler): Use dummy results for `process-file'
552 and `start-file-process'.
553 (tramp-maybe-open-connection): Check also whether `non-essential'
554 is bound.
555
556 2012-07-04 Chong Yidong <cyd@gnu.org>
557
558 * xml.el (xml--parse-buffer): Use xml-syntax-table.
559 (xml-parse-tag): Likewise, and avoid changing entity tables.
560 (xml-syntax-table): Define from scratch, making sure not to give
561 x2000 and other Unicode spaces whitespace syntax, since those are
562 not spaces in XML.
563 (xml-parse-fragment): Delete unused function.
564 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
565 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
566 (xml-entity-ref, xml-pe-reference-re)
567 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
568 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
569 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
570 (xml-entity-value-re): Use syntax references in regexps where
571 possible; no need to define inside a let-binding.
572 (xml-parse-dtd): Use xml-pe-reference-re.
573 (xml-entity-or-char-ref-re): New defconst.
574 (xml-parse-string, xml-substitute-special): Use it.
575
576 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
577
578 * files.el (locate-dominating-file): Allow `name' to be a predicate.
579 (find-file--read-only): New function.
580 (find-file-read-only, find-file-read-only-other-window)
581 (find-file-read-only-other-frame): Use it.
582 (insert-file-contents-literally): Don't `fset'.
583 (get-free-disk-space): Use locate-dominating-file.
584
585 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
586 function is already compiled.
587
588 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
589
590 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
591
592 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
593 files on the same host.
594
595 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
596
597 * help-fns.el (describe-function-1): Only call
598 help-fns--autoloaded-p when we have a file name. (Bug#11848)
599
600 2012-07-03 Chong Yidong <cyd@gnu.org>
601
602 * xml.el: Protect parser against XML bombs.
603 (xml-entity-expansion-limit): New variable.
604 (xml-parse-string, xml-substitute-special): Use it.
605 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
606
607 2012-07-03 Glenn Morris <rgm@gnu.org>
608
609 * progmodes/bug-reference.el (bug-reference-bug-regexp):
610 Allow linking to specific messages in debbugs reports (eg 123#5).
611
612 2012-07-02 Chong Yidong <cyd@gnu.org>
613
614 * xml.el: Fix entity and character reference expansion, allowing
615 them to expand into markup as per XML spec.
616 (xml-default-ns): New variable.
617 (xml-entity-alist): Use XML spec definitions for lt and amp.
618 (xml-parse-region): Make first two arguments optional.
619 Discard text properties.
620 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
621 All callers changed.
622 (xml-parse-tag): Call xml-parse-tag-1. For backward
623 compatibility, this function should not modify buffer contents.
624 (xml-parse-tag-1): Fix opening-tag regexp.
625 (xml-parse-string): Rewrite, handling entity and character
626 references properly.
627 (xml--entity-replacement-text): Signal an error if a parameter
628 entity is undefined.
629
630 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * comint.el (comint-output-filter): Filter out repeated prompts.
633
634 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
635 and file-name-absolute-p.
636 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
637 internal calls.
638
639 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
640
641 Spelling fixes.
642 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
643 Rename from byte-compile--refiy-function. All uses changed.
644
645 2012-07-01 Chong Yidong <cyd@gnu.org>
646
647 * xml.el (xml--parse-buffer): New function. Move most of
648 xml-parse-region here.
649 (xml-parse-region): Copy region into a temporary buffer, since
650 parameter entity substitution requires changing buffer contents.
651 Use xml--parse-buffer.
652 (xml-parse-file): Use xml--parse-buffer.
653 (xml-parse-dtd): Make parameter entity substitution work right.
654 Use proper regexps for ELEMENT declarations (Bug#7172).
655
656 2012-06-30 Glenn Morris <rgm@gnu.org>
657
658 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
659
660 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
661 Remove outdated and unnecessary dbus declarations.
662
663 2012-06-30 Eli Zaretskii <eliz@gnu.org>
664
665 * emacs-lisp/timer.el (timer-until): Subtract results of
666 float-time, instead of taking float-time of the result of
667 time-subtract, since float-time signals an error for negative time
668 arguments.
669
670 2012-06-30 Chong Yidong <cyd@gnu.org>
671
672 * xml.el (xml-*-re): Convert defvars into defconsts, and
673 eval-and-compile them so eval-and-compile works on derivatives.
674 (xml--entity-replacement-text): Use eval-and-comple.
675
676 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
677
678 * vc/vc-git.el (vc-git-registered): Use cache property
679 `git-registered'.
680 (vc-git-mode-line-string): Call `vc-working-revision' instead of
681 `vc-git-working-revision' in order to benefit from the cache.
682 (vc-git-root): Use cache property `git-root'. (Bug#11757)
683
684 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
685
686 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
687 removed (likely outside Emacs). (Bug#11757)
688
689 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * emacs-lisp/cl-lib.el: Require macroexp.
692
693 2012-06-30 Chong Yidong <cyd@gnu.org>
694
695 * xml.el: Implement XML parameter entities.
696 (xml-parameter-entity-alist): New variable.
697 (xml-parse-region, xml-parse-fragment): Preserve previous values
698 of xml-entity-alist and xml-parameter-entity-alist, so that
699 repeated calls on different documents do not change them.
700 (xml-parse-tag): Fix doctype regexp.
701 (xml--entity-replacement-text): New function.
702 (xml-parse-dtd): Use it. Don't handle system entities; doing that
703 properly requires url retrieval which is unimplemented.
704 (xml-escape-string): Doc fix.
705
706 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
709
710 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
711
712 * fringe.el (fringe-mode): Doc fix.
713
714 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
715
716 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
717 is non-nil.
718 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
719 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
720
721 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
722
723 * calendar/cal-dst.el (calendar-current-time-zone):
724 Return calendar-current-time-zone-cache if non-nil.
725
726 2012-06-29 Masatake YAMATO <yamato@redhat.com>
727
728 * progmodes/which-func.el (which-func-format):
729 Add mouse-face. (Bug#11698)
730
731 2012-06-29 Leo Liu <sdl.web@gmail.com>
732
733 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
734
735 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
736
737 * minibuffer.el (minibuffer-confirm-exit-commands):
738 Add completion-at-point (bug#11725).
739
740 2012-06-29 Glenn Morris <rgm@gnu.org>
741
742 * progmodes/f90.el (f90-font-lock-keywords-2):
743 Add some preprocessor elements. (Bug#10499)
744
745 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
746
747 * progmodes/cperl-mode.el (cperl-update-syntaxification):
748 Use syntax-propertize (bug#11739).
749
750 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
751
752 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
753
754 2012-06-28 Julien Danjou <julien@danjou.info>
755
756 * term.el (term-handle-colors-array): Use a set of new faces to
757 color the terminal. Also uses :inverse-video property.
758 (term-default-fg-color): Set to nil by default, deprecate in favor
759 of `term-face'.
760 (term-default-bg-color): Set to nil by default, deprecate in favor
761 of `term-face'.
762 (term-current-face): Use `term-face' by default.
763 (term-bold-attribute): Variable deleted.
764
765 2012-06-28 Glenn Morris <rgm@gnu.org>
766
767 * simple.el (completion-list-mode-finish):
768 Don't use toggle-read-only. (Since completion-list-mode has
769 a special mode-class, it wasn't doing anything extra anyway.)
770
771 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
772
773 Make inlining of other-mode interpreted functions work (bug#11799).
774 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
775 (byte-compile): Use it to fix compilation of lexical-binding closures.
776 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
777 function, if needed.
778
779 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * help-mode.el (help-make-xrefs): Don't just withstand
782 cyclic-variable-indirection but any error in documentation-property.
783
784 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
785 memory use.
786 * bindings.el (bindings--define-key): New function.
787 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
788 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
789 * bindings.el: Use it to purecopy define-key bindings.
790
791 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
792
793 * emacs-lisp/cl.el (flet): Mark obsolete.
794 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
795 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
796 * progmodes/js.el (js-c-fill-paragraph):
797 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
798 (ebrowse-switch-member-buffer-to-derived-class):
799 * play/5x5.el (5x5-solver): Use cl-flet.
800
801 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
802 (cl--symbol-function): New macro.
803 (cl--letf, cl--letf*): Use it.
804
805 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
806 Strip "toggle-" if any.
807
808 2012-06-27 Glenn Morris <rgm@gnu.org>
809
810 * info.el (Info-default-directory-list): Move here from paths.el.
811 * paths.el: Remove file, which is now empty.
812 * loadup.el: No longer load "paths".
813
814 * custom.el (custom-initialize-delay): Doc fix.
815
816 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
817 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
818 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
819 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
820 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
821 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
822 * eshell/eshell.el (eshell-defgroup): Remove alias.
823
824 2012-06-27 Chong Yidong <cyd@gnu.org>
825
826 * help.el (help-enable-auto-load): New variable.
827
828 * help-fns.el (help-fns--autoloaded-p): New function.
829 (describe-function-1): Refer to a function as "autoloaded" if it
830 was autoloaded at any time in the past. Perform autoloading if
831 help-enable-auto-load is non-nil.
832
833 2012-06-26 Eli Zaretskii <eliz@gnu.org>
834
835 * makefile.w32-in (compile, compile-always): Depend on
836 update-subdirs, not on subdirs.el. Otherwise, several different
837 sub-targets of 'bootstrap' running in parallel could
838 simultaneously write to subdirs.el, producing a garbled file.
839
840 2012-06-26 Sam Steingold <sds@gnu.org>
841
842 * files.el (file-name-base): New convenience function.
843 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
844 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
845 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
846 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
847 * textmodes/ispell.el, textmodes/reftex-ref.el:
848 * textmodes/tex-mode.el: Use it.
849 Did not touch cedet and org because they are maintained elsewhere.
850
851 2012-06-26 Martin Rudalics <rudalics@gmx.at>
852
853 * calendar/calendar.el (calendar-exit): Don't try to delete or
854 iconify last frame. See:
855 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
856
857 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
858
859 * server.el (server-process-filter): Remember dir in the
860 process's `server-client-directory' properties.
861
862 2012-06-24 Chong Yidong <cyd@gnu.org>
863
864 * xml.el (xml-parse-tag): Correctly handle comment embedded in
865 non-tag text.
866
867 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
868
869 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
870
871 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
872
873 * help-fns.el (describe-variable): Don't croak when doc is not found.
874 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
875 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
876 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
877 * emacs-lisp/smie.el (smie-next-sexp): CSE.
878 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
879 ((lambda ..) ..).
880 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
881
882 2012-06-23 Chong Yidong <cyd@gnu.org>
883
884 * info.el (Info-mouse-follow-link): Accept symbol values of
885 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
886 (Info-fontify-node): Use Info-link-keymap for all navigation
887 buttons, with link-args property to perform the desired action.
888 (Info-link-keymap): Doc fix.
889 (Info-next-link-keymap, Info-prev-link-keymap)
890 (Info-up-link-keymap): Delete now-unused keymaps.
891
892 2012-06-23 Chong Yidong <cyd@gnu.org>
893
894 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
895
896 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
897 system abbrevs.
898
899 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
900
901 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
904 (bug#11719).
905
906 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
907 the requote function doesn't work properly (bug#11714).
908
909 2012-06-23 Glenn Morris <rgm@gnu.org>
910
911 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
912
913 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
914
915 Further GV/CL cleanups.
916 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
917 gv-expander.
918 (gv--defun-declaration): New function.
919 (defun-declarations-alist): Use it.
920 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
921 (gv-place): Autoload.
922 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
923 original definition of dotimes and dolist.
924 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
925 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
926 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
927 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
928 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
929 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
930 to the function's definition.
931 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
932 * window.el:
933 * files.el:
934 * faces.el:
935 * env.el: Don't use CL.
936
937 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
938
939 Support higher-resolution time stamps (Bug#9000).
940
941 * calendar/time-date.el (with-decoded-time-value): New arg
942 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
943 (encode-time-value): New optional arg PICO. New type 3.
944 (time-to-seconds) [!float-time]: Support the new picoseconds
945 component if it's used.
946 (seconds-to-time, time-subtract, time-add):
947 Support ps-resolution time stamps as well.
948
949 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
950 (timerp): Timer vectors now have length 9, not 8.
951 (timer--time): Support new-style (4-part) time stamps.
952 (timer-next-integral-multiple-of-time): Time stamps now have
953 picosecond resolution, so take a bit more care about rounding.
954 (timer-relative-time, timer-inc-time): New optional arg psecs.
955 (timer-set-time-with-usecs): Set psecs to 0.
956 (timer--activate): Check psecs component, too.
957
958 * proced.el (proced-time-lessp): Support ps-resolution stamps.
959
960 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
961
962 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
963 Move the non-essential binding to the post/pre-command-hook where it is
964 more obviously correct.
965
966 * subr.el (read-passwd): Don't use a history at all.
967 * savehist.el (savehist-save): Remove password saved accidentally
968 because of the above bug.
969
970 2012-06-22 Bastien Guerry <bzg@gnu.org>
971
972 * files.el (toggle-read-only): Display a message telling whether
973 the buffer is read-only or not (bug#11726).
974
975 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
976
977 * emacs-lisp/gv.el: New file.
978 * subr.el (push, pop): Extend to generalized variables.
979 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
980 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
981 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
982 gv-define-simple-setter, and gv-define-expander.
983 Remove setf-methods defined in gv. Rename cl-setf -> setf.
984 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
985 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
986 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
987 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
988 gv-letplace.
989 (cl-defstruct): Don't define setf-method any more.
990 * emacs-lisp/cl.el (flet): Don't autoload.
991 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
992 (define-setf-expander, defsetf, define-modify-macro)
993 (cl-struct-setf-expander): Move from cl-lib.el.
994 * emacs-lisp/syntax.el:
995 * emacs-lisp/ewoc.el:
996 * emacs-lisp/smie.el:
997 * emacs-lisp/cconv.el:
998 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
999 (timer--time): Use gv-define-simple-setter.
1000 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1001 to avoid coding-system problems in subr.el. Adjust all users.
1002 (macroexp--maxsize, macroexp-small-p): New functions.
1003 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1004 * scroll-bar.el (scroll-bar-mode):
1005 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1006 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1007 * winner.el (winner-configuration, winner-make-point-alist)
1008 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1009 * files.el (locate-file-completion-table): Avoid list*.
1010
1011 2012-06-22 Chong Yidong <cyd@gnu.org>
1012
1013 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1014 (dired-create-files): Doc fix (Bug#11329).
1015 (dired-do-copy): Doc fix (Bug#11334).
1016 (dired-mark-read-string): Doc fix (Bug#11553).
1017
1018 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1019 Doc fix (Bug#11326).
1020 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1021 (dired-dwim-target): Doc fix.
1022
1023 * wdired.el (wdired-mode): Doc fix.
1024
1025 2012-06-22 Glenn Morris <rgm@gnu.org>
1026
1027 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1028 (pcmpl-rpm-cache-stamp-file): New constant.
1029 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1030 (pcmpl-rpm-packages): Optionally cache list of packages.
1031
1032 * pcmpl-rpm.el (pcmpl-rpm): New group.
1033 (pcmpl-rpm-query-options): New option.
1034 (pcmpl-rpm-packages): No need to inline it.
1035 Use pcmpl-rpm-query-options.
1036
1037 * calendar/calendar.el (calendar-in-read-only-buffer):
1038 Avoid some needless mode changes.
1039
1040 2012-06-21 Chong Yidong <cyd@gnu.org>
1041
1042 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1043 (desktop-path): Remove . from the default value (Bug#10977).
1044 (desktop-read): Use user-emacs-directory if desktop-path is nil.
1045
1046 2012-06-20 Chong Yidong <cyd@gnu.org>
1047
1048 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1049
1050 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1051
1052 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1053 (bug#11201).
1054
1055 2012-06-20 Chong Yidong <cyd@gnu.org>
1056
1057 * term.el (term-window-width): Handle the case of a missing right
1058 fringe (Bug#8837).
1059 (term-check-size): Use window-text-height (Bug#5445).
1060 (term-mode): Use define-derived-mode. Minor cleanups.
1061 Set font-lock-defaults (Bug#7692).
1062 (term-move-columns, term-insert-char, term-emulate-terminal)
1063 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
1064
1065 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
1066
1067 * net/ange-ftp.el (ange-ftp-get-passwd):
1068 Bind `enable-recursive-minibuffers'.
1069 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1070
1071 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1072
1073 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1074
1075 2012-06-19 Glenn Morris <rgm@gnu.org>
1076
1077 * progmodes/python.el (python-mode): Derive from prog-mode.
1078
1079 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1080
1081 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1082 (edt-user-menu-bar-update-buffers): New functions.
1083 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1084
1085 2012-06-19 Chong Yidong <cyd@gnu.org>
1086
1087 * subr.el (with-selected-window): Preserve the selected window's
1088 terminal's top-frame (Bug#4702).
1089
1090 * window.el (save-selected-window): Likewise.
1091
1092 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * progmodes/python.el (python-rx-constituents): Move backquote.
1095 (python-skeleton-define, python-define-auxiliary-skeleton):
1096 Use `declare'.
1097
1098 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
1099
1100 * minibuffer.el (read-file-name-default): Revert the patch from
1101 2012-06-17.
1102
1103 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1106 (pcase--u1, pcase--q1): Don't use apply-partially.
1107
1108 2012-06-18 Glenn Morris <rgm@gnu.org>
1109
1110 * progmodes/python.el (python-proc, python-buffer)
1111 (python-send-receive, python-send-string): Fix obsolete versions.
1112
1113 2012-06-18 Martin Rudalics <rudalics@gmx.at>
1114
1115 * window.el (special-display-p): Completely remove stringp
1116 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1117
1118 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
1119
1120 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1121
1122 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1123
1124 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1125 * net/tramp-sh.el (tramp-maybe-open-connection):
1126 Throw if `non-essential' is non-nil.
1127
1128 2012-06-17 Martin Rudalics <rudalics@gmx.at>
1129
1130 * window.el (special-display-p): Signal an error if BUFFER-NAME
1131 is not a string (Bug#11713).
1132
1133 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1134
1135 * progmodes/python.el (python-info-beginning-of-backslash):
1136 Rename from python-info-beginning-of-backlash, as a spelling fix.
1137
1138 2012-06-17 Chong Yidong <cyd@gnu.org>
1139
1140 * term.el (term-emulate-terminal): If term-check-size is called,
1141 move point to the process mark without resetting point (Bug#4635).
1142
1143 2012-06-17 Glenn Morris <rgm@gnu.org>
1144
1145 * international/mule-cmds.el (mule-menu-keymap)
1146 (set-language-environment, set-locale-environment): Doc tweaks.
1147
1148 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1149
1150 * cus-face.el (custom-face-attributes): Add wave-style underline
1151 attribute.
1152 * faces.el (set-face-attribute): Update docstring to describe
1153 wave-style underline attribute.
1154
1155 2012-06-16 Chong Yidong <cyd@gnu.org>
1156
1157 * term/xterm.el (terminal-init-xterm): Discard input before
1158 querying background mode (Bug#10959).
1159
1160 2012-06-16 Stefan Merten <smerten@oekonux.de>
1161
1162 * textmodes/rst.el: Added and corrected some comments.
1163 (rst-re-alist-def): Improve symbol syntax.
1164 (rst-mode-syntax-table): Correct syntax entries.
1165 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1166 (rst-official-version, rst-official-cvs-rev): Update version
1167 information.
1168
1169 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1172 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1173
1174 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1175
1176 * progmodes/python.el: New python.el merge.
1177 (python-guess-indent): Obsolete var.
1178 (python-indent-guess-indent-offset): New defcustom.
1179 (python-indent): Obsolete var.
1180 (python-indent-offset): New defcustom.
1181 (python-python-command, python-jython-command): Delete var.
1182 (python-shell-interpreter): New defcustom.
1183 (python-pdbtrack-do-tracking-p): Delete var.
1184 (python-pdbtrack-activate): New defcustom.
1185 (python-use-skeletons): Obsolete var.
1186 (python-skeleton-autoinsert): New defcustom.
1187 (inferior-python-filter-regexp, python-continuation-offset)
1188 (python-honour-comment-indentation, python-indent-string-contents)
1189 (python-jython-packages, python-mode-hook)
1190 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1191 (python-shell-prompt-alist)
1192 (python-source-modes): Delete defcustoms.
1193 (python-check-buffer-name, python-eldoc-setup-code)
1194 (python-eldoc-string-code, python-ffap-setup-code)
1195 (python-ffap-string-code, python-fill-comment-function)
1196 (python-fill-decorator-function, python-fill-paren-function)
1197 (python-fill-string-function, python-imenu-include-defun-type)
1198 (python-imenu-make-tree, python-imenu-subtree-root-label)
1199 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1200 (python-shell-compilation-regexp-alist)
1201 (python-shell-completion-module-string-code)
1202 (python-shell-completion-pdb-string-code)
1203 (python-shell-completion-setup-code)
1204 (python-shell-completion-string-code)
1205 (python-shell-enable-font-lock, python-shell-exec-path)
1206 (python-shell-extra-pythonpaths)
1207 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1208 (python-shell-process-environment)
1209 (python-shell-prompt-block-regexp)
1210 (python-shell-prompt-output-regexp)
1211 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1212 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1213 (python-shell-virtualenv-path): New defcustoms.
1214 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1215 (inferior-python-mode-syntax-table, python--prompt-regexp)
1216 (python-buffer, python-command python-python-command)
1217 (python-default-template, python-imports, python-indent-index)
1218 (python-indent-list, python-indent-list-length)
1219 (python-mode-running, python-pdbtrack-is-tracking-p)
1220 (python-preoutput-continuation, python-preoutput-leftover)
1221 (python-preoutput-result, python-preoutput-skip-next-prompt)
1222 (python-prev-dir/file, python-recursing)
1223 (python-saved-check-command, python-version-checked)
1224 (python-which-func-length-limit)
1225 (view-return-to-alist): Delete vars.
1226 (python-check-custom-command, python-dotty-syntax-table)
1227 (python-imenu-index-alist, python-indent-current-level)
1228 (python-indent-dedenters, python-indent-levels)
1229 (python-nav-beginning-of-defun-regexp)
1230 (python-nav-list-defun-positions-cache)
1231 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1232 (python-shell-internal-buffer)
1233 (python-skeleton-available): New vars.
1234 (def-python-skeleton): Delete macro.
1235 (python-skeleton-define): New macro.
1236 (python-define-auxiliary-skeleton, python-rx): New macros.
1237 (python-insert-class): Delete command.
1238 (python-skeleton-class): New command.
1239 (python-insert-def): Delete command.
1240 (python-skeleton-def): New command.
1241 (python-insert-for): Delete command.
1242 (python-skeleton-for): New command.
1243 (python-insert-if): Delete command.
1244 (python-skeleton-if): New command.
1245 (python-insert-try/except, python-insert-try/finally): Delete commands.
1246 (python-skeleton-try): New command.
1247 (python-insert-while): Delete command.
1248 (python-skeleton-while): New command.
1249 (python-backspace): Delete command.
1250 (python-indent-dedent-line-backspace): New command.
1251 (python-electric-colon): Delete command.
1252 (python-indent-electric-colon): New command.
1253 (python-guess-indent): Delete command.
1254 (python-indent-guess-indent-offset): New command.
1255 (python-shift-left): Delete command.
1256 (python-indent-shift-left): New command.
1257 (python-shift-right): Delete command.
1258 (python-indent-shift-right): New command.
1259 (python-find-function): Delete command.
1260 (python-nav-jump-to-defun): New command.
1261 (python-next-statement): Delete command.
1262 (python-nav-forward-sentence): New command.
1263 (python-previous-statement): Delete command.
1264 (python-nav-backward-sentence): New command.
1265 (python-fill-paragraph): Delete command.
1266 (python-fill-paragraph-function): New command.
1267 (python-send-buffer): Delete command.
1268 (python-shell-send-buffer): New command.
1269 (python-send-defun): Delete command.
1270 (python-shell-send-defun): New command.
1271 (python-send-region, python-send-region-and-go): Delete commands.
1272 (python-shell-send-region)
1273 (python-shell-switch-to-shell): New commands.
1274 (python-send-string): Delete command.
1275 (python-shell-send-string): New command.
1276 (python-switch-to-python): Delete command.
1277 (python-shell-switch-to-shell): New command.
1278 (python-describe-symbol): Delete command.
1279 (python-eldoc-at-point): New command.
1280 (python--set-prompt-regexp, python-args-to-list)
1281 (python-after-info-look, python-check-version)
1282 (python-check-comint-prompt, python-find-imports)
1283 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1284 (python-unload-function, python-expand-template)
1285 (python-maybe-jython, python-preoutput-filter)
1286 (python-pdbtrack-get-source-buffer)
1287 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1288 (python-pdbtrack-toggle-stack-tracking)
1289 (python-pdbtrack-track-stack-file, python-initial-text)
1290 (python-first-word, python-comment-line-p, python-send-command)
1291 (python-setup-brm, python-sentinel, python-set-proc)
1292 (python-skip-out, python-input-filter, python-outdent-p)
1293 (python-outline-level, python-backslash-continuation-line-p)
1294 (python-end-of-block, python-end-of-statement, python-mark-block)
1295 (python-beginning-of-block, python-beginning-of-statement)
1296 (python-blank-line-p, python-beginning-of-string)
1297 (python-open-block-statement-p): Delete functions.
1298 (python-indent-line, python-indent-line-1): Delete functions.
1299 (python-indent-line): New function.
1300 (python-indentation-levels): Delete function.
1301 (python-indent-calculate-levels): New function.
1302 (python-proc): Delete function.
1303 (python-shell-get-process): New function.
1304 (python-send-receive): Delete function.
1305 (python-shell-send-string-no-output): New function.
1306 (python-module-path): Delete function.
1307 (python-ffap-module-path): New function.
1308 (python-completion-at-point)
1309 (python-symbol-completions): Delete functions.
1310 (python-completion-complete-at-point): New function.
1311 (python-load-file): Delete function.
1312 (python-shell-send-file): New function.
1313 (python-calculate-indentation): Delete function.
1314 (python-indent-calculate-indentation): New function.
1315 (python-skip-comments/blanks): Delete function.
1316 (python-util-forward-comment): New function.
1317 (python-continuation-line-p): Delete function.
1318 (python-info-continuation-line-p): New function.
1319 (python-which-func, python-current-defun): Delete function.
1320 (python-info-current-defun): New function.
1321 (python-beginning-of-defun): Delete function.
1322 (python-nav-beginning-of-defun): New function.
1323 (python-close-block-statement-p)
1324 (python-block-end-p): Delete function.
1325 (python-info-closing-block): New function.
1326 (python-comint-output-filter-function)
1327 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1328 (python-fill-comment, python-fill-decorator, python-fill-paren)
1329 (python-fill-string, python-imenu-make-element-tree)
1330 (python-imenu-make-tree, python-imenu-tree-assoc)
1331 (python-indent-context, python-indent-dedent-line)
1332 (python-indent-line-function)
1333 (python-indent-post-self-insert-function)
1334 (python-indent-toggle-levels)
1335 (python-info-assignment-continuation-line-p)
1336 (python-info-beginning-of-backlash)
1337 (python-info-block-continuation-line-p)
1338 (python-info-closing-block-message)
1339 (python-info-line-ends-backslash-p)
1340 (python-info-looking-at-beginning-of-defun)
1341 (python-info-ppss-context, python-info-ppss-context-type)
1342 (python-nav-list-defun-positions, python-nav-read-defun)
1343 (python-nav-sentence-end, python-nav-sentence-start)
1344 (python-pdbtrack-comint-output-filter-function)
1345 (python-pdbtrack-set-tracked-buffer)
1346 (python-shell-calculate-exec-path)
1347 (python-shell-calculate-process-environment)
1348 (python-shell-completion--do-completion-at-point)
1349 (python-shell-completion--get-completions)
1350 (python-shell-completion-complete-at-point)
1351 (python-shell-completion-complete-or-indent)
1352 (python-shell-get-or-create-process)
1353 (python-shell-get-process-name)
1354 (python-shell-internal-get-or-create-process)
1355 (python-shell-internal-get-process-name)
1356 (python-shell-internal-send-string, python-shell-make-comint)
1357 (python-shell-parse-command, python-shell-send-setup-code)
1358 (python-skeleton-add-menu-items)
1359 (python-util-clone-local-variables, python-util-position)
1360 (run-python-internal, python-indentation-levels)
1361 (python-nav-beginning-of-defun)
1362 (python-completion-complete-at-point): New functions.
1363 (run-python): Change arguments. New API requirements.
1364
1365 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1368 (bug#11649).
1369
1370 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1371 (macroexp--expand-all): Use it.
1372
1373 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1374 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1375 Use `cl-function' instead.
1376
1377 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
1378
1379 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1380 Suggested by Stefan Monnier while discussing bug#11657.
1381
1382 2012-06-14 Sam Steingold <sds@gnu.org>
1383
1384 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1385
1386 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1387
1388 * play/doctor.el (doctor-doc): Remove parameter and use
1389 doctor-sent instead of sent.
1390 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1391
1392 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1393
1394 * files.el: Require cl-lib.
1395 (file-name-non-special): Replace case -> cl-case.
1396
1397 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1398
1399 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1400 mapping from #' to function*.
1401
1402 2012-06-13 Chong Yidong <cyd@gnu.org>
1403
1404 * mouse.el (mouse-drag-track): Do not set the mark if the user
1405 releases the mouse without selecting anything (Bug#11588).
1406
1407 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1410 as well (bug#11646).
1411
1412 * loadup.el: Count byte-code functions as well.
1413
1414 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1415 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1416
1417 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1418 (bug#11649). Add cl-defun and cl-defmacro.
1419
1420 2012-06-13 Drew Adams <drew.adams@oracle.com>
1421
1422 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1423 Fix last change.
1424
1425 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
1426
1427 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1428 Otherwise, it blocks in batch mode.
1429
1430 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
1431
1432 * help-mode.el (bookmark-make-record-default): Declare.
1433
1434 2012-06-13 Chong Yidong <cyd@gnu.org>
1435
1436 * emacs-lisp/package.el (list-packages): Compute a list of
1437 packages that are newly-available since the last list-packages
1438 invocation.
1439 (package-menu--new-package-list): New var.
1440 (package-menu--generate, package-menu--print-info)
1441 (package-menu--status-predicate, package-menu-mark-install):
1442 Handle new status label "new".
1443
1444 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1445
1446 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1447 conversion to backquotes.
1448
1449 2012-06-12 Chong Yidong <cyd@gnu.org>
1450
1451 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1452 Rename from gud-inhibit-global-bindings.
1453
1454 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1455
1456 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1457 hook from nxml-glyph-set-hook.
1458
1459 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1460 declaration.
1461
1462 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1463
1464 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1465 Convert to defcustom.
1466
1467 2012-06-12 Drew Adams <drew.adams@oracle.com>
1468
1469 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1470 New functions.
1471 (help-mode): Use them.
1472
1473 2012-06-11 Glenn Morris <rgm@gnu.org>
1474
1475 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1476 Use preprocessor face for directives.
1477 (fortran-directive-re): Doc fix.
1478
1479 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1480
1481 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1482 conversion to backquotes (bug#11652).
1483
1484 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1485 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1486 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1487 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1488 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1489 (cl-ninth, cl-tenth): Mark them as inlinable.
1490 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1491 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1492 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1493 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1494 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1495 (cl-list*, cl-adjoin): Don't put an autoload manually.
1496 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1497 (cl--compiler-macro-list*): Add autoload cookie.
1498 (cl--compiler-macro-cXXr): New function.
1499
1500 * help-fns.el (help-fns--compiler-macro): New function extracted from
1501 describe-function-1; follow aliases and use `compiler-macro' property.
1502 (describe-function-1): Use it.
1503
1504 2012-06-11 Chong Yidong <cyd@gnu.org>
1505
1506 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1507 is uninstalled, if imagemagick is installed.
1508
1509 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * emacs-lisp/cl-lib.el: Use lexical-binding.
1512 (cl-map-extents, cl-maclisp-member): Remove.
1513 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1514 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1515 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1516 * emacs-lisp/cl-extra.el: Use lexical-binding.
1517 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1518 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1519 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1520 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1521 * emacs-lisp/cl-seq.el: Use lexical-binding.
1522 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1523 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1524 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1525 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1526 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1527 CL's internals.
1528
1529 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1530
1531 Sync with Tramp 2.2.6-pre.
1532
1533 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1534 `print-length' and `print-level' to nil, in order to avoid
1535 truncation. Reported by Christopher Schmidt
1536 <christopher@ristopher.com>.
1537
1538 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1539
1540 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1541 New defmacro.
1542 (tramp-compat-copy-directory): Add optional argument
1543 COPY-CONTENTS. It is not handled yet.
1544
1545 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1546 (tramp-ftp-file-name-p): Simplify.
1547
1548 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1549 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1550 connection vector.
1551
1552 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1553 (tramp-methods): Do not use `tramp-password-end-of-line'.
1554 (tramp-completion-function-alist-putty): Handle UNIX case.
1555 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1556 (tramp-do-file-attributes-with-stat)
1557 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1558 gid as real numbers. They could run out of integer range on cygwin.
1559 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1560 (tramp-sh-handle-expand-file-name): Handle hops.
1561 (tramp-open-connection-setup-interactive-shell):
1562 Use `tramp-cleanup'. Move check for busyboxes ...
1563 (tramp-find-shell): ... here. Simplify implementation.
1564 Set "remote-shell" property also for alternative shells.
1565 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1566 If failing, a regular file would be written otherwise.
1567 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1568 (tramp-find-inline-encoding): Cache the coding commands in the
1569 process cache. Apply test command on the remote side, if defined.
1570 (tramp-find-inline-compress): Cache the compress commands in the
1571 process cache.
1572 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1573 when requested. Handle hops.
1574 (tramp-current-connection): New defvar.
1575 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1576 Throw `suppress', if there was a failed connection shortly before.
1577 Handle user interrupt. (Bug#10187)
1578 (tramp-get-inline-compress, tramp-get-inline-coding):
1579 Read connection properties from the process cache.
1580
1581 * net/tramp-smb.el (tramp-smb-server-version)
1582 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1583 New defconsts.
1584 (tramp-smb-prompt): Extend for powershell prompt.
1585 (tramp-smb-file-name-handler-alist): Add handlers for
1586 `process-file', `shell-command' and `start-file-process'.
1587 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1588 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1589 (tramp-smb-file-name-p): Simplify.
1590 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1591 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1592 (tramp-smb-shell-quote-argument): New defuns.
1593 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1594 Implement using "tar". By this, time-stamps are preserved.
1595 (tramp-smb-handle-copy-file): Handle also the case of directories.
1596 (tramp-smb-do-file-attributes-with-stat)
1597 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1598 Use `tramp-get-connection-buffer').
1599 (tramp-smb-handle-rename-file): Use "rename", when source and
1600 target are on the same share.
1601 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1602 Use `tramp-smb-server-version'.
1603 (tramp-smb-wait-for-output): Remove prompt.
1604
1605 * net/tramp.el (top): Require 'cl.
1606 (tramp-methods, tramp-rsh-end-of-line):
1607 Remove `tramp-password-end-of-line' from docstring.
1608 (tramp-save-ad-hoc-proxies): New defcustom.
1609 (tramp-completion-function-alist): Adapt docstring.
1610 (tramp-default-password-end-of-line): Remove defcustom.
1611 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1612 (tramp-user-regexp, tramp-file-name-regexp-unified)
1613 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1614 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1615 (tramp-remote-file-name-spec-regexp): New defconst.
1616 (tramp-file-name-structure): Extend structure for hops.
1617 (tramp-get-method-parameter): Move up.
1618 (tramp-file-name-p, tramp-dissect-file-name)
1619 (with-parsed-tramp-file-name): Handle hops.
1620 (tramp-file-name-hop): New defun.
1621 (tramp-make-tramp-file-name): New optional arg HOP.
1622 (tramp-message-show-progress-reporter-message): New defvar.
1623 (tramp-with-progress-reporter): Use it. We cannot use
1624 `tramp-message-show-message' here, because this suppresses also
1625 error buffers.
1626 (tramp-error-with-buffer): Suppress buffer view, if
1627 `tramp-message-show-message' is nil.
1628 Use `tramp-get-connection-buffer'.
1629 (tramp-cleanup): New defun.
1630 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1631 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1632 an error unchanged.
1633 (tramp-completion-handle-file-name-all-completions): Handle hops.
1634 Fix an error when called from ido.
1635 (tramp-completion-dissect-file-name): Use better local variable
1636 name. Add hop to the vector.
1637 (tramp-handle-insert-file-contents): Use progress-reporter for the
1638 whole scenario.
1639 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1640 to `t'.
1641 (tramp-check-for-regexp): Simplify search.
1642 (tramp-enter-password): Remove it. Move implementation ...
1643 (tramp-action-password): ... here.
1644 (tramp-mode-string-to-int, tramp-local-host-p)
1645 (tramp-make-tramp-temp-file, tramp-read-passwd)
1646 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1647 Set tramp-autoload cookie.
1648
1649 * net/trampver.el: Update release number.
1650
1651 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1652 Michael Albinus <michael.albinus@gmx.de>
1653
1654 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1655 (tramp-parse-group, tramp-parse-file)
1656 (tramp-parse-shostkeys-sknownhosts): New defuns.
1657 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1658 (tramp-parse-shosts-group, tramp-parse-sconfig)
1659 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1660 (tramp-parse-sknownhosts, tramp-parse-hosts)
1661 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1662 Use them.
1663 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1664 (tramp-parse-putty-group): Don't narrow.
1665 (tramp-parse-putty): Make a loop.
1666 (tramp-file-name-handler): Catch the `suppress' signal.
1667
1668 2012-06-11 Chong Yidong <cyd@gnu.org>
1669
1670 * image.el (imagemagick-register-types): Put the ImageMagick entry
1671 at the end of image-type-file-name-regexps.
1672
1673 2012-06-11 Johan Bockgård <bojohan@gnu.org>
1674
1675 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1676 (pcase, pcase-let*, pcase-dolist): Use them.
1677
1678 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1679
1680 * emacs-lisp/pcase.el (pcase--let*): New function.
1681 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1682 (pcase--expand): Use macroexp-let².
1683
1684 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1685
1686 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1687 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1688 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1689 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1690 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1691 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1692
1693 2012-06-10 Glenn Morris <rgm@gnu.org>
1694
1695 * mail/rmail.el (rmail-yank-current-message): Leave point at
1696 correct position. (Bug#11660)
1697
1698 2012-06-10 Chong Yidong <cyd@gnu.org>
1699
1700 * allout-widgets.el: Fix code header.
1701
1702 2012-06-10 Chong Yidong <cyd@gnu.org>
1703
1704 * cus-edit.el (customize-changed-options-previous-release):
1705 Bump to 24.1.
1706
1707 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1708
1709 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1710
1711 2012-06-09 Chong Yidong <cyd@gnu.org>
1712
1713 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1714
1715 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1716
1717 * window.el (special-display-popup-frame): Don't use
1718 window--display-buffer (Bug#11651).
1719
1720 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1721
1722 Fix parallel builds: make sure loaddefs.el is not being written
1723 while Lisp files are compiled.
1724 (compile): Don't depend on 'mh-autoloads'.
1725 (compile-CMD, compile-SH): Depend on 'autoloads'.
1726 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1727
1728 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1729
1730 2012-06-09 Chong Yidong <cyd@gnu.org>
1731
1732 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1733 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1734 Doc fixes (Bug#11225).
1735
1736 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1739 a function if there's a clear indication that it has a compiler-macro.
1740 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1741 (macro-declarations-alist): Add arglist to declaration functions.
1742 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1743 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1744 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1745 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1746 Also add autoload to find the compiler macro.
1747 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1748 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1749 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1750 (cl--compiler-macro-get): New functions, replacing calls to
1751 cl-define-compiler-macro.
1752 (cl-typep) [compiler-macro]: Use macroexp-let².
1753
1754 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
1755
1756 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1757 string properly, fixes Bug#11473.
1758
1759 2012-06-08 Chong Yidong <cyd@gnu.org>
1760
1761 * faces.el (set-face-attribute): Doc fix.
1762 (modify-face): Don't use :bold and :italic.
1763 (error, warning, success): Tweak definitions.
1764
1765 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1766 (custom-modified, custom-set, custom-changed, custom-themed)
1767 (custom-saved, custom-button, custom-button-mouse)
1768 (custom-button-pressed, custom-state, custom-comment-tag)
1769 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1770 (custom-group-subtitle): Use new-style face specs.
1771 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1772 (custom-set-face, custom-changed-face, custom-saved-face)
1773 (custom-button-face, custom-button-pressed-face)
1774 (custom-documentation-face, custom-state-face)
1775 (custom-comment-face, custom-comment-tag-face)
1776 (custom-variable-tag-face, custom-variable-button-face)
1777 (custom-face-tag-face, custom-group-tag-face-1)
1778 (custom-group-tag-face): Remove obsolete face alias.
1779
1780 * epa.el (epa-validity-high, epa-validity-medium)
1781 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1782 (epa-field-name, epa-field-body):
1783 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1784 (font-lock-keyword-face, font-lock-builtin-face)
1785 (font-lock-function-name-face, font-lock-variable-name-face)
1786 (font-lock-type-face, font-lock-constant-face):
1787 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1788 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1789 * speedbar.el (speedbar-button-face, speedbar-file-face)
1790 (speedbar-directory-face, speedbar-tag-face)
1791 (speedbar-selected-face, speedbar-highlight-face)
1792 (speedbar-separator-face):
1793 * whitespace.el (whitespace-newline, whitespace-space)
1794 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1795 (whitespace-line, whitespace-space-before-tab)
1796 (whitespace-space-after-tab, whitespace-indentation)
1797 (whitespace-empty):
1798 * emulation/cua-base.el (cua-global-mark):
1799 * eshell/em-prompt.el (eshell-prompt):
1800 * net/newst-plainview.el (newsticker-new-item-face)
1801 (newsticker-old-item-face, newsticker-immortal-item-face)
1802 (newsticker-obsolete-item-face, newsticker-date-face)
1803 (newsticker-statistics-face, newsticker-default-face):
1804 * net/newst-reader.el (newsticker-feed-face)
1805 (newsticker-extra-face, newsticker-enclosure-face):
1806 * net/newst-treeview.el (newsticker-treeview-face)
1807 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1808 (newsticker-treeview-immortal-face)
1809 (newsticker-treeview-obsolete-face)
1810 (newsticker-treeview-selection-face):
1811 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1812 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1813 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1814 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1815 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1816 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1817 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1818 (mpuz-text):
1819 * progmodes/vera-mode.el (vera-font-lock-number)
1820 (vera-font-lock-function, vera-font-lock-interface):
1821 * textmodes/table.el (table-cell): Use new-style face specs, and
1822 don't use the old :bold and :italic attributes.
1823
1824 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1825 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1826 (ebrowse-member-class, ebrowse-progress): Likewise.
1827 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1828 (ebrowse-file-name-face, ebrowse-default-face)
1829 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1830 (ebrowse-progress-face): Remove obsolete faces.
1831
1832 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1833 Inherit from error and warning faces respectively.
1834
1835 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1836 Likewise.
1837 (flyspell-incorrect-face, flyspell-duplicate-face):
1838 Remove obsolete aliases.
1839
1840 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
1841
1842 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1843 Avoid infloop.
1844
1845 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1846
1847 * startup.el (argv, argi): Make lexically scoped.
1848 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1849 * emacs-lisp/cl-macs.el: Use lexical-binding.
1850 Rename cl-bind-* to cl--bind-*.
1851 * files.el: Don't require `cl' since it doesn't use it.
1852 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1853
1854 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
1855
1856 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1857 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1858 instead of calling external sort utility.
1859 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1860
1861 2012-06-08 Eli Zaretskii <eliz@gnu.org>
1862
1863 * descr-text.el (describe-char): Mention how to insert the
1864 character, if the current input method doesn't support it.
1865 See the discussion in this thread for the details:
1866 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1867
1868 2012-06-08 Sam Steingold <sds@gnu.org>
1869
1870 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1871 XF86Back to previous-buffer.
1872 (minibuffer-local-map): Bind them to next-history-element and
1873 previous-history-element respectively.
1874 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1875 help-go-back respectively.
1876 * info.el (Info-mode-map): Bind them to Info-history-forward and
1877 Info-history-back respectively.
1878 These are the keys next to Up on the ThinkPad keyboard.
1879
1880 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1881
1882 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1883 * emacs-lisp/cl-macs.el: Provide itself.
1884 (cl--labels-convert-cache): New var.
1885 (cl--labels-convert): New function.
1886 (cl-flet, cl-labels): New implementation with new semantics, relying on
1887 lexical-binding.
1888 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1889 (cl-closure-vars, cl--function-convert-cache)
1890 (cl--function-convert): Move from cl-macs.el.
1891 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1892 rename by removing the "cl-" prefix.
1893 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1894
1895 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1898 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1899 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1900 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1901 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1902 (cl-hash-table-count): Add old compatibility aliases.
1903
1904 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1905 Use macroexpand-all-environment instead.
1906 (cl--old-macroexpand): New var.
1907 (cl--sm-macroexpand): New function.
1908 (cl-symbol-macrolet): Use it during macro expansion.
1909 (cl--function-convert-cache): New var.
1910 (cl--function-convert): New function, extracted from
1911 cl-macroexpand-all.
1912 (cl-lexical-let): Use it.
1913
1914 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1915 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1916 (cl-member): Remove old alias.
1917
1918 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
1919 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
1920 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
1921 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
1922 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
1923 (cl-macroexpand-cmacs): Remove var.
1924 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
1925 Use macroexpand-all instead.
1926
1927 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1928
1929 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
1930 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
1931 (macroexp-copyable-p): New functions and macros.
1932 * emacs-lisp/edebug.el (edebug-unwrap):
1933 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
1934 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
1935 (pcase--let*): Remove.
1936 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
1937 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
1938 macroexp-const-p instead.
1939 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
1940
1941 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
1942 instead of "cl-" for internal definitions. Use macroexp-const-p.
1943 (cl-old-bc-file-form): Remove var.
1944 (cl-const-exprs-p): Remove fun.
1945 (cl-labels, cl-macrolet): Use backquote.
1946 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
1947 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
1948 (cl-define-setf-expander): Rename from cl-define-setf-method.
1949 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
1950
1951 * international/mule-cmds.el: Don't require CL.
1952 (view-hello-file): Don't use `letf'.
1953
1954 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * tmm.el (tmm-prompt): Use string-prefix-p.
1957 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
1958 (tmm-add-prompt): Use minibuffer-completion-help.
1959 (tmm-delete-map): Remove.
1960
1961 * subr.el (kbd): Make it its own function.
1962
1963 2012-06-07 Stefan Merten <smerten@oekonux.de>
1964
1965 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
1966 Silence compiler warnings. Fix versions.
1967 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
1968 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
1969 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
1970 (rst-package-emacs-version-alist): Correct Emacs version to
1971 represent major merge with upstream.
1972 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
1973
1974 2012-06-06 Glenn Morris <rgm@gnu.org>
1975
1976 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
1977 Only print environment variables if set.
1978
1979 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
1982 (macroexp--cons): Rename from maybe-cons.
1983 (macroexp--accumulate): Rename from macroexp-accumulate.
1984 (macroexp--all-forms): Rename from macroexpand-all-forms.
1985 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
1986 (macroexp--expand-all): Rename from macroexpand-all-1.
1987
1988 2012-06-06 Sam Steingold <sds@gnu.org>
1989
1990 * calendar/calendar.el (calendar-in-read-only-buffer):
1991 Call `special-mode' to enable the standard read-only keybindings.
1992
1993 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
1996 with "loading" messages (bug#11635).
1997
1998 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
1999
2000 * files.el (enable-remote-dir-locals): New option.
2001 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2002
2003 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2004 Ensure, that the temp directory is local.
2005
2006 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2007 `temporary-file-directory'.
2008
2009 * progmodes/python.el (python-send-region): Ensure, that the
2010 temporary file is created also in the remote case.
2011
2012 2012-06-06 Glenn Morris <rgm@gnu.org>
2013
2014 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2015 (vc-rcs-update-changelog): Use it.
2016
2017 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
2018
2019 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2020 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2021 (vc-sccs-diff): Replace use of the external vcdiff script.
2022
2023 2012-06-05 Glenn Morris <rgm@gnu.org>
2024
2025 * ledit.el: Move to obsolete/.
2026
2027 2012-06-05 Sam Steingold <sds@gnu.org>
2028
2029 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
2030 patch (Bug#11140).
2031
2032 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2033
2034 * emacs-lisp/cust-print.el: Move to obsolete.
2035
2036 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2037 compiler-macro expansion.
2038
2039 Add native compiler-macro support.
2040 * emacs-lisp/macroexp.el (macroexpand-all-1):
2041 Support compiler-macros directly. Properly follow aliases and apply
2042 the compiler macros more thoroughly.
2043 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2044 macroexpand now properly follows aliases.
2045 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2046 (cl-compiler-macroexpand): Use new prop.
2047 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2048
2049 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2050
2051 2012-06-05 Martin Rudalics <rudalics@gmx.at>
2052
2053 * window.el (get-lru-window, get-mru-window, get-largest-window):
2054 New argument NOT-SELECTED to avoid picking the selected window.
2055 (window--display-buffer-1, window--display-buffer-2): Replace by
2056 new function window--display-buffer
2057 (display-buffer-same-window, display-buffer-reuse-window)
2058 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2059 Use window--display-buffer.
2060 (display-buffer-use-some-window): Remove temporary dedication
2061 hack by calling get-lru-window and get-largest-window with
2062 NOT-SELECTED argument non-nil. Call window--display-buffer.
2063
2064 2012-06-05 Glenn Morris <rgm@gnu.org>
2065
2066 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2067 Replace external vcdiff script.
2068
2069 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2070
2071 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2072
2073 2012-06-04 Chong Yidong <cyd@gnu.org>
2074
2075 * image.el (imagemagick-types-inhibit): Revert last change.
2076 Add INFO and M.
2077 (imagemagick-enabled-types): Remove CIN and EPS*.
2078
2079 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2080
2081 * emacs-lisp/cl-lib.el: Rename from cl.el.
2082 * emacs-lisp/cl.el: New compatibility file.
2083 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2084 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2085 to obey the "cl-" prefix.
2086 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2087
2088 2012-06-03 Glenn Morris <rgm@gnu.org>
2089
2090 * emacs-lisp/authors.el (authors-aliases): Addition.
2091
2092 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2093 Fix :version.
2094
2095 2012-06-03 Stefan Merten <smerten@oekonux.de>
2096
2097 * textmodes/rst.el: Add comments.
2098 (rst-transition, rst-adornment): New faces.
2099 (rst-adornment-faces-alist): Make default safe to reevaluate.
2100 Fixes
2101 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2102 Improve customization tags.
2103 (rst-define-level-faces): Clarify meaning.
2104
2105 2012-06-03 Chong Yidong <cyd@gnu.org>
2106
2107 * progmodes/compile.el (compilation-mode-line-fail)
2108 (compilation-mode-line-run, compilation-mode-line-exit):
2109 New faces.
2110 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2111
2112 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2113
2114 * progmodes/which-func.el (which-func-update-ediff-windows):
2115 New function. Use it in ediff-select-hook (Bug#11478).
2116
2117 2012-06-03 Chong Yidong <cyd@gnu.org>
2118
2119 * bindings.el: Remove explicit help text from format-mode-line.
2120 It is now supplied by mode-line-default-help-echo.
2121 (mode-line-front-space, mode-line-end-spaces)
2122 (mode-line-misc-info): New variables.
2123 (mode-line-modes, mode-line-position): Move the default value to
2124 the variable definition.
2125 (mode-line-default-help-echo): New defcustom.
2126 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2127 (mode-line-modified-help-echo): New functions.
2128 (mode-line-mule-info, mode-line-modified): Use them.
2129 (mode-line-eol-desc, propertized-buffer-identification):
2130 Consistency fixes for help text.
2131 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2132 set-buffer-file-coding-system (Bug#289).
2133 (mode-line-mule-info-help-echo): Update help text.
2134
2135 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * simple.el (execute-extended-command): Set real-this-command
2138 (bug#11506).
2139
2140 2012-06-02 Chong Yidong <cyd@gnu.org>
2141
2142 Remove incorrect uses of "modeline" in comments, docstrings, and
2143 function/variable names (Bug#10329).
2144
2145 * cus-edit.el (mode-line):
2146 * dframe.el (dframe-mouse-hscroll):
2147 * emacs-lisp/re-builder.el:
2148 * emacs-lisp/easy-mmode.el (define-minor-mode):
2149 * frame.el (set-frame-name):
2150 * help.el (lookup-minor-mode-from-indicator):
2151 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2152 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2153 (c-toggle-hungry-state):
2154 * progmodes/antlr-mode.el (antlr-language-alist):
2155 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2156 * progmodes/vhdl-mode.el (vhdl-mode):
2157 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2158 * term/ns-win.el (ns-face-at-pos):
2159 * term/sup-mouse.el (sup-mouse-report):
2160 * textmodes/flyspell.el (flyspell-mode-line-string):
2161 * textmodes/ispell.el (ispell-highlight-face):
2162 * textmodes/reftex-global.el:
2163 * vc/vc-arch.el (vc-arch-mode-line-string):
2164 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2165 * vc/vc-git.el (vc-git-mode-line-string):
2166 * vc/vc-hooks.el (vc-display-status)
2167 (vc-default-mode-line-string):
2168 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2169
2170 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2171
2172 * dired.el (dired-sort-set-mode-line): Rename from
2173 dired-sort-set-modeline. All callers changed.
2174
2175 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2176 eshell-status-in-modeline.
2177
2178 * foldout.el (foldout-mode-line-string): Rename from
2179 foldout-modeline-string. All callers changed.
2180 (foldout-update-mode-line): Rename from foldout-update-modeline.
2181
2182 * subr.el (redraw-modeline): Make into obsolete alias.
2183
2184 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2185 timeclock-modeline-display. Make old name an alias.
2186 (timeclock-update-mode-line): Likewise. All callers changed.
2187 (timeclock-mode-line-display): No need to check before using
2188 add-hook.
2189 (timeclock-relative, timeclock-day-over-hook)
2190 (timeclock-use-elapsed, timeclock-mode-string)
2191 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2192
2193 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2194 crisp-mode-modeline-string.
2195
2196 * play/solitaire.el (solitaire-build-mode-line): Rename from
2197 solitaire-build-modeline. All callers changed.
2198
2199 * play/zone.el (zone-hiding-mode-line): Rename from
2200 zone-hiding-modeline. All callers changed.
2201 (zone): Remove unusued `modeline-hidden-level' property.
2202
2203 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2204 xscheme-modeline-initialize. All callers changed.
2205
2206 * strokes.el (strokes-lighter): Rename from
2207 strokes-modeline-string.
2208
2209 * textmodes/sgml-mode.el (html-face-tag-alist)
2210 (html-tag-face-alist): Use mode-line face instead of obsolete
2211 alias modeline.
2212
2213 2012-06-02 Stefan Merten <smerten@oekonux.de>
2214
2215 * textmodes/rst.el: Always require `cl'.
2216 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2217
2218 2012-06-02 Chong Yidong <cyd@gnu.org>
2219
2220 * image.el (imagemagick-enabled-types): Rename from
2221 imagemagick-types-enable. Add many more types.
2222 (imagemagick-types-inhibit): Change default to nil.
2223 (imagemagick-filter-types): Caller changed.
2224
2225 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2226
2227 * emacs-lisp/cl-macs.el: Use backquotes.
2228 (cl-transform-function-property): Use eval-and-compile rather than
2229 abusing `require'.
2230 (defstruct): Use declare-function instead of with-no-warnings.
2231
2232 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2233 (byte-compile-output-docform): Re-add the print-circle bindings.
2234 (byte-compile-fix-header): Use #$ just because it's shorter.
2235 (byte-compile-output-file-form): Remove defun/defmacro.
2236
2237 2012-06-01 Martin Rudalics <rudalics@gmx.at>
2238
2239 * simple.el (choose-completion): Remove now obsolete binding for
2240 owindow.
2241
2242 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
2243
2244 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2245 in order to avoid "Stack overflow in regexp matcher".
2246
2247 2012-05-31 Glenn Morris <rgm@gnu.org>
2248
2249 * image.el: For clarity, call imagemagick-register-types at
2250 top-level, rather than relying on a custom :initialize.
2251 (imagemagick-types-enable): New option. (Bug#11557)
2252 (imagemagick-filter-types): New function. (Bug#7406)
2253 (imagemagick-register-types): Use imagemagick-filter-types.
2254 If disabling support, remove elements altogether rather
2255 than using an impossible regexp.
2256 (imagemagick-types-inhibit): Give it the default init function.
2257
2258 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2259
2260 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2261 Handle arbitrary file name lengths (Bug#11585).
2262
2263 2012-05-31 Martin Rudalics <rudalics@gmx.at>
2264
2265 * desktop.el (desktop-read): Clear previous and next buffers for
2266 all windows and bury *Messages* buffer (bug#11556).
2267
2268 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2269
2270 Add `declare' for `defun'. Align `defmacro's with it.
2271 * emacs-lisp/easy-mmode.el (define-minor-mode)
2272 (define-globalized-minor-mode): Don't autoload the var definitions.
2273 * emacs-lisp/byte-run.el: Use lexical-binding.
2274 (defun-declarations-alist, macro-declarations-alist): New vars.
2275 (defmacro, defun): Use them.
2276 (make-obsolete, define-obsolete-function-alias)
2277 (make-obsolete-variable, define-obsolete-variable-alias):
2278 Use `declare'.
2279 (macro-declaration-function): Mark obsolete.
2280 * emacs-lisp/autoload.el: Use lexical-binding.
2281 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2282
2283 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2284
2285 * textmodes/ispell.el (ispell-with-no-warnings):
2286 Define as a macro.
2287 (ispell-kill-ispell, ispell-change-dictionary):
2288 Use `called-interactively-p' for Emacs instead of obsolete
2289 `interactive-p'.
2290
2291 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2294 (macro-declaration-function): Move var from C code.
2295 (macro-declaration-function): Define function with defalias.
2296 * emacs-lisp/macroexp.el (macroexpand-all-1):
2297 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2298 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2299 defun/defmacro any more.
2300 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2301 Provide fallback for unknown arglist.
2302 (byte-compile-arglist-warn): Change calling convention.
2303 (byte-compile-output-file-form): Move print-vars binding.
2304 (byte-compile-output-docform): Simplify accordingly.
2305 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2306 (byte-compile-defmacro-declaration): Remove.
2307 (byte-compile-file-form-defmumble): Generalize to defalias.
2308 (byte-compile-output-as-comment): Return byte-positions.
2309 Simplify callers accordingly.
2310 (byte-compile-lambda): Use `assert'.
2311 (byte-compile-defun, byte-compile-defmacro): Remove.
2312 (byte-compile-file-form-defalias):
2313 Use byte-compile-file-form-defmumble.
2314 (byte-compile-defalias-warn): Remove.
2315
2316 2012-05-29 Stefan Merten <smerten@oekonux.de>
2317
2318 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2319 possible. Fix authors. Improve comments. Improve loading of `cl'.
2320
2321 (rst-mode-abbrev-table): Merge definition.
2322 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2323 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2324
2325 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2326
2327 * calendar/icalendar.el
2328 (icalendar-export-region): Export UID properly.
2329
2330 2012-05-29 Leo Liu <sdl.web@gmail.com>
2331 * calendar/icalendar.el (icalendar-import-format):
2332 Add `icalendar-import-format-uid' (Bug#11525).
2333 (icalendar-import-format-uid): New.
2334 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2335 Export UID.
2336
2337 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2340 different alternative patterns.
2341 (pcase-codegen): Be more careful to preserve identity.
2342 (pcase--u1): Don't forget to mark vars as used.
2343
2344 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2345 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2346 (byte-compile-from-buffer): ...rather than here.
2347
2348 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2349 functions from byte-compile-function-environment.
2350
2351 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
2352
2353 * window.el (window-deletable-p): Avoid deleting the root window
2354 of a frame with an active minibuffer.
2355
2356 2012-05-29 Martin Rudalics <rudalics@gmx.at>
2357
2358 * simple.el (choose-completion): Use quit-window (Bug#11567).
2359
2360 2012-05-29 Chong Yidong <cyd@gnu.org>
2361
2362 * whitespace.el (whitespace-cleanup): Fix usage of
2363 whitespace-empty-at-bob-regexp (Bug#11492).
2364
2365 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2366
2367 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2368 revert (Bug#11488).
2369
2370 2012-05-29 Juri Linkov <juri@jurta.org>
2371
2372 * isearch.el (isearch-mode-map): Bind `M-s _' to
2373 `isearch-toggle-symbol'. Bind `M-s c' to
2374 `isearch-toggle-case-fold'.
2375 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2376 (isearch-forward): Add `M-s _' to the docstring.
2377 (isearch-forward-symbol, isearch-toggle-case-fold)
2378 (isearch-symbol-regexp): New functions. (Bug#11381)
2379
2380 2012-05-29 Juri Linkov <juri@jurta.org>
2381
2382 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2383 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2384 a function, call it to get the regexp.
2385 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2386 property `isearch-message-prefix' instead of the string "word ".
2387 (isearch-search-fun-default): For the case of `isearch-word',
2388 return a lambda that calls re-search-forward/re-search-backward
2389 with a regexp returned by `word-search-regexp' or by the function
2390 in `isearch-word'.
2391
2392 2012-05-29 Juri Linkov <juri@jurta.org>
2393
2394 * isearch.el (isearch-search-fun-default): New function.
2395 (isearch-search-fun): Move default part to the new function
2396 `isearch-search-fun-default'.
2397 (isearch-search-fun-function): Set the default value to
2398 `isearch-search-fun-default'. (Bug#11381)
2399
2400 * comint.el (comint-history-isearch-end):
2401 Use `isearch-search-fun-default'.
2402 (comint-history-isearch-search): Use `isearch-search-fun-default'
2403 and remove spacial case for `isearch-word'.
2404 (comint-history-isearch-wrap): Remove spacial case for
2405 `isearch-word'.
2406
2407 * hexl.el (hexl-isearch-search-function):
2408 Use `isearch-search-fun-default'.
2409
2410 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2411 Use `word-search-regexp' for `isearch-word'.
2412
2413 * misearch.el (multi-isearch-search-fun):
2414 Use `isearch-search-fun-default'.
2415
2416 * simple.el (minibuffer-history-isearch-search):
2417 Use `isearch-search-fun-default' and remove spacial case for
2418 `isearch-word'.
2419 (minibuffer-history-isearch-wrap): Remove spacial case for
2420 `isearch-word'.
2421
2422 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2423 Remove spacial case for `isearch-word'.
2424 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2425
2426 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2427
2428 Decrease XEmacs incompatibilities.
2429 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2430 Use `string-match'.
2431 (flyspell-delete-region-overlays): Use alternative definition for
2432 XEmacs.
2433 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2434 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2435 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2436 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2437 `define-obsolete-face-alias' under XEmacs, but old method.
2438
2439 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2440 `with-no-warnings' definition or Emacs alias.
2441 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2442 (ispell-word): Do not use `region-p' if XEmacs.
2443
2444 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2445
2446 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2447 Check for `ispell-dictionary-base-alist' instead of full
2448 `ispell-dictionary-alist'.
2449 (ispell-init-process): Show spellchecker when starting new Ispell
2450 process.
2451
2452 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2455 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2456
2457 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * version.el (motif-version-string, gtk-version-string)
2460 (ns-version-string): Declare.
2461
2462 2012-05-27 Juri Linkov <juri@jurta.org>
2463
2464 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2465 after the `eval-defun-1' specialcaseing
2466 like in `edebug-eval-defun' (bug#10181).
2467
2468 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2469 like in `eval-defun-1'.
2470
2471 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2472
2473 * mail/sendmail.el (mail-yank-region):
2474 Recognize rmail-yank-current-message in addition to insert-buffer.
2475 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2476 a *mail* buffer created through rmail-start-mail with sendmail as
2477 mail-user-agent.
2478
2479 2012-05-27 Chong Yidong <cyd@gnu.org>
2480
2481 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2482 Default to 256 (Bug#11267).
2483
2484 * help.el (describe-mode): Doc fix.
2485
2486 2012-05-26 Glenn Morris <rgm@gnu.org>
2487
2488 * w32-fns.el (w32-init-info): Remove.
2489 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2490
2491 * info.el (info-initialize): For self-contained NS builds, put the
2492 included info/ directory at the front. (Bug#2791)
2493
2494 * paths.el (Info-default-directory-list): Make it a defcustom,
2495 mainly so that we can use custom-initialize-delay.
2496
2497 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * subr.el (buffer-has-markers-at): Mark obsolete.
2500
2501 * subr.el (lambda): Use declare.
2502
2503 * emacs-lisp/lisp-mode.el (lambda):
2504 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2505
2506 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2507
2508 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2509
2510 2012-05-26 Glenn Morris <rgm@gnu.org>
2511
2512 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2513
2514 2012-05-25 Glenn Morris <rgm@gnu.org>
2515
2516 * paths.el: Remove no-byte-compile.
2517 * loadup.el: No need to load paths.el uncompiled.
2518
2519 * image.el (imagemagick-types-inhibit): Doc fix.
2520
2521 * version.el: Remove no-byte-compile and associated formatting.
2522 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2523 is ancient code from when there was an "inc-vers.el".
2524
2525 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * progmodes/gdb-mi.el: Minor style changes.
2528 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2529 Turn into minor modes.
2530 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2531 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2532 (gdb-shell): Remove unneeded let-binding.
2533 (gdb-get-many-fields): Eliminate O(n²) behavior.
2534
2535 2012-05-25 Eli Zaretskii <eliz@gnu.org>
2536
2537 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2538 platforms that don't link in fontset.c.
2539
2540 2012-05-25 Juri Linkov <juri@jurta.org>
2541
2542 Use the same diff color scheme as in modern VCSes (bug#10181).
2543
2544 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2545 to avoid confusion with `diff-added' that now uses green colors.
2546 (diff-removed): Use shades of red.
2547 (diff-added): Use shades of green.
2548 (diff-changed): Leave just the yellow color.
2549 (diff-use-changed-face): New variable.
2550 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2551 how to highlight context diff changes.
2552 (diff-refine-change): Use shades of yellow.
2553 (diff-refine-removed): New face that uses shades of red.
2554 (diff-refine-added): New face that uses shades of green.
2555 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2556 `diff-refine-removed' in the call to `smerge-refine-subst'
2557 depending on the value of `diff-use-changed-face'.
2558
2559 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2560 (smerge-other): Use shades of green.
2561 (smerge-base): Use shades of yellow.
2562 (smerge-refined-change): Empty face.
2563 (smerge-refined-removed): New face that uses shades of red.
2564 (smerge-refined-added): New face that uses shades of green.
2565 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2566 args `props-r' and `props-a', and use them. Doc fix.
2567 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2568 on its value use different faces `smerge-refined-change',
2569 `smerge-refined-removed', `smerge-refined-added' in the call to
2570 `smerge-refine-subst'.
2571
2572 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2573 Add face condition `min-colors 88' with shades of red.
2574 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2575 `min-colors 88' with shades of green.
2576 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2577 `min-colors 88' with shades of yellow.
2578
2579 2012-05-24 Glenn Morris <rgm@gnu.org>
2580
2581 * paths.el (prune-directory-list, remote-shell-program): Move to...
2582 * files.el (prune-directory-list, remote-shell-program): ...here.
2583 For the latter, delay initialization, prefer ssh, just search PATH.
2584
2585 * paths.el (term-file-prefix): Move to faces.el (the only user).
2586 * faces.el (term-file-prefix): Move here, make it a defcustom.
2587
2588 * paths.el (news-directory, news-path, news-inews-program):
2589 Move to gnus/nnspool.el.
2590
2591 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2592
2593 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2594 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2595 Make the latter a defcustom, with a delayed initialization.
2596
2597 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2598 These were deleted from Gnus itself late 2010.
2599
2600 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
2601
2602 * progmodes/which-func.el (which-func-ff-hook):
2603 Check against user-error, not error.
2604
2605 * emacs-lisp/edebug.el (top): Do not load or set up loading of
2606 cl-specs.el, which no longer exists.
2607
2608 2012-05-22 Glenn Morris <rgm@gnu.org>
2609
2610 * info.el (info-emacs-bug): New command.
2611 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2612 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2613
2614 2012-05-21 Glenn Morris <rgm@gnu.org>
2615
2616 * makefile.w32-in (update-subdirs-SH):
2617 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2618
2619 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2620
2621 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2622
2623 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2624 Simplify Maven regexp, and make sure the file can't start with a space
2625 (bug#11517).
2626
2627 2012-05-21 Glenn Morris <rgm@gnu.org>
2628
2629 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2630 Scrap superfluous subshells.
2631
2632 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2635 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2636
2637 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2638
2639 * calc/calc.el (calc-ensure-consistent-units): New variable.
2640
2641 * calc/calc-units.el (math-consistent-units-p)
2642 (math-check-unit-consistency): New functions.
2643 (calc-quick-units, calc-convert-units):
2644 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2645 is non-nil.
2646 (calc-extract-units): Fix typo.
2647
2648 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2649
2650 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2651
2652 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2653 (flyspell-default-deplacement-commands): Don't spell check after
2654 repeated window/frame switches (e.g. triggered by mouse-movement).
2655 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2656 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2657 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2658 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2659 Remove unused vars.
2660 (flyspell-get-casechars, flyspell-get-not-casechars):
2661 Simplify; Don't bother removing a ] just to add it back.
2662 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2663
2664 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2665
2666 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2667 New functions.
2668 (math-function-table): Add support for more C functions.
2669
2670 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2671
2672 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2673 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2674 Protect delay handling for otherchars against empty otherchars.
2675
2676 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2677
2678 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2679 their respective macro declarations.
2680 * skeleton.el (define-skeleton):
2681 * progmodes/compile.el (define-compilation-mode):
2682 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2683 (define-ibuffer-filter):
2684 * emacs-lisp/generic.el (define-generic-mode):
2685 * emacs-lisp/easy-mmode.el (define-minor-mode)
2686 (define-globalized-minor-mode):
2687 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2688 * emacs-lisp/byte-run.el (defsubst):
2689 * custom.el (deftheme): Add doc-string metadata.
2690
2691 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2694
2695 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2696
2697 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2698
2699 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2700 * emacs-lisp/cl-macs.el: Idem.
2701 * emacs-lisp/cl-specs.el: Remove.
2702
2703 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 Minor renaming of internal CL functions and variables.
2706 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2707 (cl--position): Rename from cl-position.
2708 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2709 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2710 (cl--random-state): Rename from *random-state*.
2711
2712 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2715 parens around the arg list (bug#11499).
2716
2717 2012-05-17 Juri Linkov <juri@jurta.org>
2718
2719 * isearch.el (word-search-regexp, word-search-backward)
2720 (word-search-forward, word-search-backward-lax)
2721 (word-search-forward-lax): Move functions from search.c
2722 (bug#10145, bug#11381).
2723
2724 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2725
2726 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2727 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2728 Delay for otherchars as for normal word components.
2729
2730 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2731
2732 * minibuffer.el (completion--sifn-requote): Fix last change.
2733 (minibuffer-local-must-match-filename-map):
2734 Move define-obsolete-variable-alias before its var.
2735
2736 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2739
2740 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2741 behavior.
2742 (completion--string-equal-p): New function.
2743 (completion--twq-all): Use it to get better assertion failure data.
2744
2745 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2746 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2747 (shell--requote-argument): New functions.
2748 (shell-completion-vars): Use them.
2749 (shell--parse-pcomplete-arguments): Rename from
2750 shell-parse-pcomplete-arguments.
2751 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2752 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2753 Obey comint-file-name-quote-list.
2754
2755 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2756 (smie-indent-keyword): Use it.
2757
2758 2012-05-14 Stefan Merten <smerten@oekonux.de>
2759
2760 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2761
2762 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * net/rlogin.el (rlogin-mode-map): Fix last change.
2765
2766 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2767
2768 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2769 the following \r\n using a single `process-send-string', since the
2770 Lotus SMTP server refuses to accept any commands if they are sent
2771 with two `process-send-string's (Bug#11444).
2772
2773 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2774
2775 * shell.el (shell-parse-pcomplete-arguments):
2776 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2777
2778 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2779
2780 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2781 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2782 (image-transform-width, image-transform-fit-width): New functions.
2783 (image-transform-properties): Use them.
2784 (image-transform-check-size): New function.
2785 (image-toggle-display-image): Use it (for testing).
2786 (image-transform-set-rotation): Reduce angle mod 360.
2787 Delete obsolete comment.
2788
2789 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2790
2791 * image-mode.el: Fix scaling (bug#11399).
2792 (image-transform-resize): Doc fix.
2793 (image-transform-properties): Default scale is 1 and height should
2794 be an integer.
2795
2796 2012-05-13 Johan Bockgård <bojohan@gnu.org>
2797
2798 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2799 than hard-coding `car', to fix misbehavior when moving forward.
2800
2801 2012-05-13 Chong Yidong <cyd@gnu.org>
2802
2803 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2804 (tabulated-list-entries, tabulated-list-padding)
2805 (tabulated-list-sort-key): Make permanent-local.
2806
2807 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2808 (electric-buffer-list): Put electric buffer menu
2809 command descriptions in this docstring, instead of the docstring
2810 of electric-buffer-menu-mode. Code cleanups.
2811 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2812 Electric-buffer-menu-mode.
2813 (electric-buffer-update-highlight): Minor code cleanup.
2814
2815 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
2816
2817 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2818 (Bug#11447)
2819
2820 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2821
2822 Move define-obsolete-variable-alias before the var's definition.
2823 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2824 * tooltip.el (tooltip-hook):
2825 * textmodes/reftex-toc.el (reftex-toc-map):
2826 * textmodes/reftex-sel.el (reftex-select-label-map)
2827 (reftex-select-bib-map):
2828 * textmodes/reftex-index.el (reftex-index-map)
2829 (reftex-index-phrases-map):
2830 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2831 * progmodes/meta-mode.el (meta-mode-map):
2832 * novice.el (disabled-command-hook):
2833 * loadhist.el (unload-hook-features-list):
2834 * frame.el (blink-cursor):
2835 * files.el (find-file-not-found-hooks, write-file-hooks)
2836 (write-contents-hooks):
2837 * emulation/tpu-edt.el (GOLD-map):
2838 * emacs-lock.el (emacs-lock-from-exiting):
2839 * emacs-lisp/generic.el (generic-font-lock-defaults):
2840 * emacs-lisp/chart.el (chart-map):
2841 * dos-fns.el (register-name-alist):
2842 * dired-x.el (dired-omit-files-p):
2843 * desktop.el (desktop-enable):
2844 * cus-edit.el (custom-mode-hook):
2845 * buff-menu.el (buffer-menu-mode-hook):
2846 * bookmark.el (bookmark-read-annotation-text-func)
2847 (bookmark-exit-hooks):
2848 * allout.el (allout-mode-deactivate-hook)
2849 (allout-exposure-change-hook, allout-structure-added-hook)
2850 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2851 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2852 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2853 comes before the corresponding variable's definition.
2854
2855 2012-05-12 Chong Yidong <cyd@gnu.org>
2856
2857 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
2858 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2859 (Buffer-menu-mode-map): Bind it.
2860 (Buffer-menu--pretty-name): Add a mouse-face property.
2861
2862 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2865 (prolog-upper-case-string, prolog-lower-case-string)
2866 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2867 (prolog-use-smie, prolog-smie-grammar): New vars.
2868 (prolog-smie-forward-token, prolog-smie-backward-token)
2869 (prolog-smie-rules): New funs.
2870 (prolog-comment-indent): Remove.
2871 (prolog-mode-variables): Use default comment indentation instead.
2872 Setup SMIE.
2873 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2874 (prolog-mode): Don't call them any more.
2875 (prolog-electric-colon, prolog-electric-dash)
2876 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2877
2878 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2879
2880 * minibuffer.el (completion--twq-all): Again, allow case differences.
2881
2882 * term.el: Move keymap initialization code to be more idiomatic.
2883 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2884 (term-terminal-menu): Move initialization into declaration.
2885 (term-escape-char): Let the user set it in her .emacs.
2886
2887 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2888 Provide SMIE-based indentation (not enabled by default yet).
2889 (sh-mode-map): Don't bind electric keys.
2890 Use electric-pair-mode instead of skeleton-pair.
2891 (sh-assignment-regexp): Fit within 80 columns.
2892 (sh-indent-supported): Specify actual shell name instead of boolean.
2893 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2894 (sh-maybe-here-document): Use it. Make obsolete.
2895 (sh-electric-here-document-mode) New minor mode.
2896 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2897 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2898 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2899 (sh-smie-rc-grammar, sh-use-smie): New vars.
2900 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2901 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2902 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2903 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2904 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2905 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2906 (sh-set-shell): Use smie-setup if requested.
2907
2908 * term.el (term-set-escape-char): Properly set term-escape-char.
2909 See http://stackoverflow.com/questions/10524656.
2910
2911 2012-05-10 Chong Yidong <cyd@gnu.org>
2912
2913 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2914 Use url-generic-parse-url, and handle host names and Windows
2915 filenames properly.
2916 (ffap-url-unwrap-remote): Use url-generic-parse-url.
2917 (ffap-url-unwrap-remote): Accept list values, specifying a list of
2918 URL schemes to work on.
2919 (ffap--toggle-read-only): New function.
2920 (ffap-read-only, ffap-read-only-other-window)
2921 (ffap-read-only-other-frame): Use it.
2922 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
2923 necessary for ffap-url-unwrap-remote.
2924
2925 2012-05-10 Dave Abrahams <dave@boostpro.com>
2926
2927 * cus-start.el (create-lockfiles): Add it.
2928
2929 2012-05-09 Chong Yidong <cyd@gnu.org>
2930
2931 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
2932 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
2933
2934 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * shell.el (shell-completion-vars): Fix last change (bug#11348).
2937
2938 2012-05-09 Chong Yidong <cyd@gnu.org>
2939
2940 * ansi-color.el (ansi-color-process-output): Check for validity of
2941 comint-last-output-start before using it. This avoids a bad
2942 interaction with gdb-mi's input/output buffer.
2943
2944 2012-05-09 Glenn Morris <rgm@gnu.org>
2945
2946 * files.el (dir-locals-read-from-file):
2947 Mention dir-locals in any error message.
2948
2949 2012-05-09 Chong Yidong <cyd@gnu.org>
2950
2951 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
2952 package (Bug#11410).
2953
2954 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
2955 variables into description.
2956
2957 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2958
2959 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
2960 shell-delimiter-argument-list (bug#11348).
2961 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
2962
2963 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
2964
2965 * textmodes/rst.el: Silence byte-compiler warnings.
2966 (rst-re-alist, rst-reset-section-caches): Move around.
2967 (rst-re): Use `characterp', not `char-valid-p'.
2968 (font-lock-beg, font-lock-end): Declare.
2969
2970 * progmodes/idlw-shell.el (specs): Remove reference to deleted
2971 variable `idlwave-shell-activate-alt-keybindings' and simplify.
2972
2973 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
2974
2975 2012-05-08 Glenn Morris <rgm@gnu.org>
2976
2977 * files.el (auto-mode-alist): Treat ".make" like ".mk".
2978
2979 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2980
2981 * vc/log-edit.el: Add GNU coding standards highlighting.
2982 (log-edit-font-lock-gnu-style)
2983 (log-edit-font-lock-gnu-keywords): New vars.
2984 (log-edit-font-lock-keywords): New fun.
2985 (log-edit-mode): Don't fold case in font-lock.
2986 (log-edit-font-lock-keywords): Do not assume case-folding.
2987
2988 * imenu.el: Misc cleanup. Make docstrings out of comments.
2989 Use lexical-binding.
2990 (imenu--index-alist, imenu--last-menubar-index-alist)
2991 (imenu-menubar-modified-tick): Use defvar-local.
2992 (imenu--split-menu): Remove unused var.
2993 (imenu--cleanup-seen): Declare as global.
2994 (imenu--cleanup): Use dolist.
2995
2996 * subr.el (defvar-local): Add debug spec and doc-string position.
2997
2998 2012-05-08 Glenn Morris <rgm@gnu.org>
2999
3000 * language/burmese.el, language/cham.el, language/czech.el:
3001 * language/english.el, language/georgian.el, language/greek.el:
3002 * language/japanese.el, language/khmer.el, language/korean.el:
3003 * language/lao.el, language/misc-lang.el, language/romanian.el:
3004 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3005 * language/thai.el, language/utf-8-lang.el:
3006 Remove no-byte-compile setting.
3007
3008 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3009
3010 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3011
3012 * progmodes/make-mode.el (makefile-browse):
3013 Remove unnecessary interactive. (Bug#11324)
3014
3015 2012-05-07 Glenn Morris <rgm@gnu.org>
3016
3017 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3018
3019 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3020
3021 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * loadup.el: Preload newcomment.el.
3024 * newcomment.el: Move autoload-only code to toplevel.
3025
3026 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3027 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3028 Handle new :right-align column property.
3029 (tabulated-list-print-col): Idem, plus use `display' text-property to
3030 try and preserve alignment for variable pitch fonts.
3031
3032 2012-05-07 Chong Yidong <cyd@gnu.org>
3033
3034 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3035 (tabulated-list-use-header-line): New var.
3036 (tabulated-list-init-header): Use it.
3037 (tabulated-list-print-fake-header): New function.
3038 (tabulated-list-print): Use it.
3039 (tabulated-list-sort-button-map): Add non-header-line commands.
3040 (tabulated-list-init-header): Add column name property to basic
3041 labels as well.
3042 (tabulated-list-col-sort): Handle non-header-line button case.
3043 (tabulated-list--sort-by-column-name): Fix a corner case.
3044
3045 * buff-menu.el (list-buffers--refresh):
3046 Handle Buffer-menu-use-header-line.
3047
3048 2012-05-06 Chong Yidong <cyd@gnu.org>
3049
3050 * buff-menu.el: Convert to Tabulated List mode.
3051 (Buffer-menu-buffer+size-width): Make obsolete.
3052 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3053 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3054 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3055 documentation into docstring of buffer-menu.
3056 (Buffer-menu-toggle-files-only): Add an informative message.
3057 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3058 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3059 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3060 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3061 (Buffer-menu-execute, Buffer-menu-select)
3062 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3063 (Buffer-menu-bury): Use Tabulated List machinery.
3064 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3065 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
3066 Delete.
3067 (list-buffers--refresh): New function.
3068 (list-buffers-noselect): Use it.
3069 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3070 (Buffer-menu--pretty-file-name): New helper functions.
3071
3072 * loadup.el: Preload tabulated-list.
3073
3074 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3075 tabulated-list-sort-column.
3076 (tabulated-list-init-header): Add the initial aligning space even
3077 if tabulated-list-padding is zero.
3078
3079 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3080
3081 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3082 whose cdr is not a cons cell correctly (bug#11038).
3083
3084 2012-05-06 Chong Yidong <cyd@gnu.org>
3085
3086 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3087 Accept additional plist in column descriptors.
3088 (tabulated-list-init-header): Obey it.
3089 (tabulated-list-get-entry): New function.
3090 (tabulated-list-put-tag): Use it. Use string-width instead of
3091 length.
3092 (tabulated-list--column-number): New function.
3093 (tabulated-list-print): Use it.
3094 (tabulated-list-print-col): New function.
3095 Set `tabulated-list-column-name' property on each column's text.
3096 (tabulated-list-print-entry): Use it.
3097 (tabulated-list-delete-entry, tabulated-list-set-col):
3098 New functions.
3099 (tabulated-list-sort-column): New command (Bug#11337).
3100
3101 * buff-menu.el (list-buffers): Move C-x C-b binding from
3102 buff-menu.el to bindings.el.
3103
3104 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3105 :advertised-binding feature.
3106
3107 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3108
3109 * progmodes/compile.el (compilation-internal-error-properties):
3110 Calculate start position correctly when end-col is set but
3111 end-line is not (Bug#11382).
3112
3113 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3114
3115 * man.el (Man-unindent): Use text-property-default-nonsticky to
3116 prevent untabify from inheriting face properties (Bug#11408).
3117
3118 2012-05-05 Stefan Merten <smerten@oekonux.de>
3119
3120 * textmodes/rst.el: Major merge with upstream development up to
3121 Docutils SVN r7399 / rst.el V1.2.1.
3122
3123 Clarify maintainership and authors.
3124
3125 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3126 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3127 (rst-official-version, rst-official-cvs-rev, rst-version)
3128 (rst-package-emacs-version-alist): New functions and variables
3129 for version information.
3130
3131 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3132 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3133 (rst-mode-syntax-table, rst-mode): New and corrected functions
3134 and variables representing reStructuredText features.
3135
3136 (rst-re): New function for reStructuredText regexes. Use in
3137 many places.
3138
3139 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3140 (rst-mode-map): Rebind keys.
3141
3142 (rst-mode-lazy, rst-font-lock-keywords)
3143 (rst-font-lock-extend-region)
3144 (rst-font-lock-extend-region-internal)
3145 (rst-font-lock-extend-region-extend)
3146 (rst-font-lock-find-unindented-line-limit)
3147 (rst-font-lock-find-unindented-line-match)
3148 (rst-adornment-level, rst-font-lock-adornment-level)
3149 (rst-font-lock-adornment-match)
3150 (rst-font-lock-handle-adornment-pre-match-form)
3151 (rst-font-lock-handle-adornment-matcher): Major revision of
3152 font-locking. Integrate with other code. Use `jit-lock-mode'.
3153
3154 (rst-preferred-adornments, rst-adjust-hook)
3155 (rst-new-adornment-down, rst-preferred-bullets)
3156 (rst-preferred-bullets, rst-indent, rst-indent-width)
3157 (rst-indent-field, rst-indent-literal-normal)
3158 (rst-indent-literal-minimized, rst-indent-comment): Change,
3159 extend and improve customization.
3160
3161 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3162 (rst-normalize-cursor-position, rst-get-decoration)
3163 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3164 (rst-rstrip, rst-toc-insert-find-delete-contents)
3165 (rst-shift-fill-region, rst-compute-bullet-tabs)
3166 (rst-debug-print-tabs, rst-debug-mark-found)
3167 (rst-shift-region-guts, rst-shift-region-right)
3168 (rst-shift-region-left, rst-use-char-classes)
3169 (rst-font-lock-keywords-function)
3170 (rst-font-lock-indentation-point)
3171 (rst-font-lock-find-unindented-line-begin)
3172 (rst-font-lock-find-unindented-line-end)
3173 (rst-font-lock-find-unindented-line)
3174 (rst-font-lock-adornment-point, rst-font-lock-level)
3175 (rst-adornment-level-alist): Remove functions and variables.
3176
3177 (rst-compare-adornments, rst-get-adornment-match)
3178 (rst-suggest-new-adornment, rst-get-adornments-around)
3179 (rst-adornment-complete-p, rst-get-next-adornment)
3180 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3181 (rst-straighten-adornments): Standardize function names to
3182 use "adornment" instead of "decoration". Correct callers.
3183 Similar standardizing in many places.
3184
3185 (rst-update-section, rst-adjust, rst-promote-region)
3186 (rst-enumerate-region, rst-bullet-list-region)
3187 (rst-repeat-last-character): Correct use of `interactive'.
3188
3189 (rst-classify-adornment, rst-find-all-adornments)
3190 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3191 (rst-find-leftmost-column, rst-repeat-last-character):
3192 Refactor functions.
3193
3194 (rst-find-title-line, rst-reset-section-caches)
3195 (rst-get-adornments-around, rst-adjust-adornment-work)
3196 (rst-arabic-to-roman, rst-roman-to-arabic)
3197 (rst-insert-list-pos, rst-insert-list-new-item)
3198 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3199 New functions.
3200
3201 (rst-all-sections, rst-section-hierarchy)
3202 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3203 New variables.
3204
3205 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3206 configuration instead of only buffer. Change where necessary.
3207
3208 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3209 (rst-shift-region, rst-adaptive-fill): New functions for
3210 indentation and filling.
3211
3212 (rst-comment-line-break, rst-comment-indent)
3213 (rst-comment-insert-comment, rst-comment-region)
3214 (rst-uncomment-region): New functions for handling comments.
3215
3216 (rst-compile): Quote shell arguments.
3217
3218 (rst-compile-pdf-preview, rst-compile-slides-preview):
3219 Delete temporary files after use.
3220
3221 2012-05-05 Glenn Morris <rgm@gnu.org>
3222
3223 * calendar/cal-html.el: Optionally include holidays in the output.
3224 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3225 (cal-html-holidays): New option.
3226 (cal-html-css-default): Add holiday entry.
3227 (holiday-in-range): Autoload it.
3228 (cal-html-htmlify-entry): Add optional class argument.
3229 (cal-html-htmlify-list): Add optional holidays argument.
3230 (cal-html-insert-agenda-days): Include holidays in the output.
3231 (cal-html-one-month): Maybe include holidays.
3232
3233 * calendar/holidays.el (holiday-in-range):
3234 Move here from cal-tex-list-holidays.
3235 * calendar/cal-tex.el (cal-tex-list-holidays):
3236 Make it an obsolete alias for holiday-in-range. Update all callers.
3237
3238 2012-05-05 Chong Yidong <cyd@gnu.org>
3239
3240 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3241 Nextstep.
3242
3243 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3244
3245 * files.el (file-auto-mode-skip): New var.
3246 (set-auto-mode-1): Use it.
3247
3248 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * repeat.el: Use lexical-binding.
3251 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3252 (repeat-undo-count): Remove.
3253 (repeat):
3254 * progmodes/octave-mod.el (octave-abbrev-start):
3255 * progmodes/f90.el (f90-abbrev-start):
3256 * face-remap.el (text-scale-adjust):
3257 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3258
3259 * emacs-lisp/pcase.el (pcase--let*): New function.
3260 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3261 a bit more.
3262 (pcase--split-pred): Be more clever about ruling out overlap between
3263 a predicate and some constant pattern.
3264 (pcase--q1): Use `null' instead of (eq foo nil).
3265
3266 * subr.el (setq-local, defvar-local): New macros.
3267 (kbd): Redefine as an alias.
3268 (with-selected-window): Leave unrelated frames alone.
3269 (set-temporary-overlay-map): New function.
3270
3271 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * subr.el (user-error): New function.
3274 * window.el (switch-to-buffer):
3275 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3276 (smerge-match-conflict):
3277 * simple.el (previous-matching-history-element)
3278 (next-matching-history-element, goto-history-element, undo-more)
3279 (undo-start):
3280 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3281 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3282 (next-file, tags-loop-scan, list-tags, complete-tag):
3283 * progmodes/compile.el (compilation-loop):
3284 * mouse.el (mouse-minibuffer-check):
3285 * man.el (Man-bgproc-sentinel, Man-goto-page):
3286 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3287 (Info-history-forward, Info-follow-reference, Info-menu)
3288 (Info-extract-menu-item, Info-extract-menu-counting)
3289 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3290 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3291 (Info-next-reference, Info-prev-reference, Info-index)
3292 (Info-index-next, Info-follow-nearest-node)
3293 (Info-copy-current-node-name):
3294 * imenu.el (imenu--make-index-alist)
3295 (imenu-default-create-index-function, imenu-add-to-menubar):
3296 * files.el (basic-save-buffer, recover-file):
3297 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3298 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3299 (checkdoc-message-text, checkdoc-defun):
3300 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3301 * cus-edit.el (customize-changed-options, customize-rogue)
3302 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3303 (custom-variable-mark-to-reset-standard)
3304 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3305 (custom-file):
3306 * completion.el (check-completion-length):
3307 * comint.el (comint-search-arg)
3308 (comint-previous-matching-input-string-position)
3309 (comint-previous-matching-input)
3310 (comint-replace-by-expanded-history-before-point, comint-send-input)
3311 (comint-copy-old-input, comint-backward-matching-input)
3312 (comint-goto-process-mark, comint-set-process-mark):
3313 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3314 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3315
3316 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3317
3318 * dabbrev.el (dabbrev--ignore-case-p): New function.
3319 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3320 Use it.
3321
3322 * files.el (automount-dir-prefix): Mark as obsolete.
3323
3324 2012-05-04 Glenn Morris <rgm@gnu.org>
3325
3326 * patcomp.el, play/bruce.el: Move to obsolete/.
3327
3328 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3329
3330 Fix minor Y10k bugs.
3331 * arc-mode.el (archive-unixdate):
3332 * autoinsert.el (auto-insert-alist):
3333 * calc/calc-forms.el (math-this-year):
3334 * emacs-lisp/copyright.el (copyright-current-year)
3335 (copyright-update-year, copyright):
3336 * tar-mode.el (tar-clip-time-string):
3337 * time.el (display-time-update):
3338 Don't assume years have 4 digits.
3339
3340 2012-05-04 Chong Yidong <cyd@gnu.org>
3341
3342 * dos-w32.el (file-name-buffer-file-type-alist)
3343 (direct-print-region-use-command-dot-com):
3344 * ffap.el (ffap-menu-regexp):
3345 * find-file.el (ff-special-constructs):
3346 * follow.el (follow-debug):
3347 * forms.el (forms--debug):
3348 * iswitchb.el (iswitchb-all-frames):
3349 * ido.el (ido-all-frames):
3350 * emacs-lisp/timer.el (timer-max-repeats):
3351 * mail/feedmail.el (feedmail-mail-send-hook)
3352 (feedmail-mail-send-hook-queued):
3353 * mail/footnote.el (footnote-signature-separator):
3354 * mail/mailabbrev.el (mail-alias-separator-string)
3355 (mail-abbrev-mode-regexp):
3356 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3357 * progmodes/idlwave.el (idlwave-libinfo-file)
3358 (idlwave-default-completion-case-is-down)
3359 (idlwave-library-routines): Convert defvars to defcustoms.
3360
3361 * mail/rmail.el (rmail-decode-mime-charset):
3362 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3363 (idlwave-shell-fix-inserted-breaks)
3364 (idlwave-shell-activate-alt-keybindings)
3365 (idlwave-shell-use-breakpoint-glyph):
3366 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3367
3368 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3369
3370 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3371
3372 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3373
3374 * progmodes/verilog-mode.el (font-lock-keywords):
3375 Fix mis-highligting auto. Reported by Craig Barner.
3376 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3377 defines from global name space. Reported by Dan Dever.
3378 (verilog-auto-reset, verilog-auto-reset-widths)
3379 (verilog-auto-tieoff): Support using unbased numbers for
3380 AUTORESET and AUTOTIEOFF.
3381 (verilog-submit-bug-report): Update variable list.
3382 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3383 parenthesis from not matching. Reported by Michael Rytting.
3384 (verilog-auto-template-lint): Fix hash error when linting modules
3385 with no used templates.
3386 (verilog-warn, verilog-warn-error)
3387 (verilog-warn-fatal): When non-interactive report multiple
3388 warnings before exiting. Suggested by Brad Dobbie.
3389 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3390 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3391 to report unused template errors. Reported by Brad Dobbie.
3392 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3393 nets, bug438. Reported by Vns Blore.
3394 (verilog-auto-inout-module, verilog-auto-reg)
3395 (verilog-read-decls, verilog-read-sub-decls-sig)
3396 (verilog-signals-edit-wire-reg, verilog-signals-with):
3397 Fix passing of Verilog data types in ANSI input/output ports
3398 such as "output logic" into the AUTOs. Special case "wire" and
3399 "reg" for backwards compatibility presuming Verilog 2001.
3400 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3401 (verilog-preprocess): Fix replication of preprocess output.
3402 Reported by Brad Dobbie.
3403 (verilog-auto-inst-interfaced-ports):
3404 Create verilog-auto-inst-interfaced-ports, bug429.
3405 Reported by Julian Gorfajn.
3406 (verilog-after-save-font-hook)
3407 (verilog-before-save-font-hook): New variable.
3408 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3409 (verilog-save-font-mods): Wrap disabling fontification, reported
3410 by David Rogoff.
3411 (verilog-do-indent, verilog-pretty-declarations-auto)
3412 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3413 Reported by Pierre-David Pfister.
3414 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3415 of class declarations, bug292. Reported by Kevin Heilman.
3416 (verilog-read-decls): Fix 'parameter type' not appearing in
3417 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3418 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3419 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3420 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3421 Reported by David Kravitz.
3422
3423 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
3424
3425 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3426 assignment with tests in ifs and for loops.
3427 (verilog-extended-complete-re, verilog-complete-reg): Change so
3428 that DPI inport functions don't look like fuction declarations.
3429 (verilog-pretty-expr): Don't line up assignment
3430 operations to the test and increment in if and for loops
3431 (verilog-extended-complete-re, verilog-complete-reg): Change so
3432 that DPI inport functions don't look like fuction declarations.
3433
3434 2012-05-03 Kenichi Handa <handa@m17n.org>
3435
3436 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3437 decoding, and show a warning message without signaling an error
3438 (Bug#11282).
3439
3440 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * emacs-lisp/bytecomp.el
3443 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3444 since cconv.el might have introduced :fun-body, internal-make-closure,
3445 and friends for bytecomp to handle (bug#11391).
3446 * custom.el (defcustom): Avoid ((λ ..) ..).
3447
3448 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3451
3452 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
3453
3454 * notifications.el (dbus-debug):
3455 * term/linux.el (gpm-mouse-enable):
3456 * term/screen.el (xterm-register-default-colors): Declare.
3457
3458 2012-05-02 Chong Yidong <cyd@gnu.org>
3459
3460 * cus-start.el (gc-cons-percentage, exec-suffixes)
3461 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3462 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3463 (make-cursor-line-fully-visible, void-text-area-pointer)
3464 (font-list-limit): Add customization data.
3465
3466 * allout.el (allout-exposure-change-functions)
3467 (allout-structure-added-functions)
3468 (allout-structure-deleted-functions)
3469 (allout-structure-shifted-functions): Rename abnormal hooks from
3470 *-hook, and convert to defcustoms.
3471 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3472 Convert to defcustoms.
3473 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3474
3475 * allout-widgets.el: Hook callers changed.
3476
3477 2012-05-02 Eli Zaretskii <eliz@gnu.org>
3478
3479 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3480 the yanked message in preference to the default value of
3481 buffer-file-coding-system.
3482
3483 2012-05-02 Martin Rudalics <rudalics@gmx.at>
3484
3485 * window.el (display-buffer--action-function-custom-type):
3486 Fix entry.
3487
3488 2012-05-02 Alan Mackenzie <acm@muc.de>
3489
3490 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3491
3492 2012-05-01 Glenn Morris <rgm@gnu.org>
3493
3494 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3495
3496 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3497
3498 * cus-edit.el (custom-variable-documentation): Simplify with format.
3499
3500 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3501 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * simple.el (suggest-key-bindings, execute-extended-command):
3504 Move from keyboard.c.
3505
3506 2012-05-01 Chong Yidong <cyd@gnu.org>
3507
3508 * follow.el: Eliminate advice.
3509 (set-process-filter, process-filter, sit-for): Advice deleted.
3510 (follow-mode-off-hook): Obsolete hook removed.
3511 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3512 Vars deleted.
3513 (follow-auto): Use a :set function.
3514 (follow-mode): Rewritten. Don't advise process filters.
3515 (follow-switch-to-current-buffer-all, follow-scroll-up)
3516 (follow-scroll-down): Assume follow-mode is bound.
3517 (follow-comint-scroll-to-bottom)
3518 (follow-align-compilation-windows): New functions.
3519 (follow--window-sorter): New function.
3520 (follow-all-followers): Use it to explicitly sort windows by their
3521 positions; don't make assumptions about next-window order.
3522 (follow-windows-start-end, follow-delete-other-windows-and-split)
3523 (follow-calc-win-start): Doc fix.
3524 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3525 vertical-motion unnecessarily.
3526 (follow-adjust-window): New function.
3527 (follow-post-command-hook): Use it.
3528 (follow-call-set-process-filter, follow-call-process-filter)
3529 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3530 (follow-stop-intercept-process-output, follow-generic-filter):
3531 Functions deleted.
3532 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3533 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3534 New functions, replacing advice on scroll-bar-* commands.
3535 (follow-mwheel-scroll): New function (Bug#4112).
3536
3537 * comint.el (comint-adjust-point): New function.
3538 (comint-postoutput-scroll-to-bottom): Use it.
3539 Call follow-comint-scroll-to-bottom for Follow mode buffers.
3540
3541 2012-05-01 Glenn Morris <rgm@gnu.org>
3542
3543 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3544 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3545 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3546 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3547 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3548 Remove no-byte-compile setting.
3549
3550 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3553 all-completions code to not return a number in the last cdr.
3554
3555 2012-04-30 Leo Liu <sdl.web@gmail.com>
3556
3557 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3558 read-only error.
3559
3560 2012-04-29 Chong Yidong <cyd@gnu.org>
3561
3562 * follow.el (follow-calc-win-end): Rewrite to handle partial
3563 screen lines correctly (Bug#8390).
3564 (follow-avoid-tail-recenter): Minor cleanup.
3565
3566 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3567
3568 Avoid the obsolete `assoc' package.
3569 * speedbar.el (speedbar-refresh): Avoid adelete.
3570 (speedbar-file-lists): Simplify and avoid aput.
3571 * man.el (Man--sections, Man--refpages): New vars, replacing
3572 Man-sections-alist and Man-refpages-alist.
3573 (Man-build-section-alist, Man-build-references-alist):
3574 Use them; avoid aput.
3575 (Man--last-section, Man--last-refpage): New vars.
3576 (Man-follow-manual-reference): Use them.
3577 Use the `default' arg of completing-read.
3578 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3579
3580 2012-04-27 Chong Yidong <cyd@gnu.org>
3581
3582 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3583
3584 * startup.el (x-apply-session-resources): New function.
3585
3586 * term/ns-win.el (ns-initialize-window-system):
3587 * term/w32-win.el (w32-initialize-window-system):
3588 * term/x-win.el (x-initialize-window-system): Use it to properly
3589 set menu-bar-mode and other vars from X resources, even if the
3590 initial frame is not a window-system frame (Bug#2299).
3591
3592 * subr.el (read-key): Avoid running filter function when setting
3593 up temporary tool bar entries (Bug#9922).
3594
3595 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3596
3597 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3598 (Bug#11344)
3599
3600 2012-04-27 Chong Yidong <cyd@gnu.org>
3601
3602 * select.el (xselect--encode-string): New function, split from
3603 xselect-convert-to-string.
3604 (xselect-convert-to-string): Use it.
3605 (xselect-convert-to-filename, xselect-convert-to-os)
3606 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3607 returned strings are properly encoded (Bug#11315).
3608
3609 2012-04-27 Chong Yidong <cyd@gnu.org>
3610
3611 * simple.el (delete-active-region): Move to killing custom group.
3612
3613 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3614
3615 * progmodes/which-func.el (which-func-current): Quote %
3616 characters for mode-line processing.
3617
3618 2012-04-27 Chong Yidong <cyd@gnu.org>
3619
3620 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3621 reaching eob (Bug#11286).
3622
3623 2012-04-27 Eli Zaretskii <eliz@gnu.org>
3624
3625 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3626 (gdb): Make it buffer-local and init to zero.
3627 (gdb-control-commands-regexp): New variable.
3628 (gdb-send): Don't wrap in "-interpreter-exec console" if
3629 gdb-control-level is positive. Increment gdb-control-level
3630 whenever the command matches gdb-control-commands-regexp, and
3631 decrement it each time the command is "end". (Bug#11279)
3632
3633 2012-04-27 Martin Rudalics <rudalics@gmx.at>
3634
3635 * window.el (adjust-window-trailing-edge, enlarge-window)
3636 (shrink-window, window-resize):
3637 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3638 windows (Bug#11276).
3639
3640 2012-04-27 Chong Yidong <cyd@gnu.org>
3641
3642 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3643 fix "missing prefix" warning. All callers changed.
3644
3645 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * emacs-lisp/assoc.el: Move to obsolete/.
3648
3649 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3652
3653 * term/ns-win.el (ns-define-service):
3654 * progmodes/pascal.el (pascal-goto-defun):
3655 * progmodes/js.el (js--read-tab):
3656 * progmodes/etags.el (tags-lazy-completion-table):
3657 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3658 * emacs-lisp/ewoc.el (ewoc--wrap):
3659 * emacs-lisp/assoc.el (aput, adelete, amake):
3660 * doc-view.el (doc-view-convert-current-doc):
3661 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3662
3663 2012-04-26 Chong Yidong <cyd@gnu.org>
3664
3665 * image.el (image-type-from-buffer): Only return supported image
3666 type (Bug#9045).
3667
3668 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3669 value, for symmetry with diff-end-of-hunk.
3670 (diff-split-hunk, diff-find-source-location)
3671 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3672 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3673 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3674 compute the relevant hunk or file properly (Bug#6005).
3675 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3676
3677 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3678
3679 * vc/vc-mtn.el:
3680 * vc/vc-hg.el:
3681 * vc/vc-git.el:
3682 * vc/vc-dir.el:
3683 * vc/vc-cvs.el:
3684 * vc/vc-bzr.el:
3685 * vc/vc-arch.el:
3686 * vc/vc.el: Replace lexical-let by lexical-binding.
3687 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3688 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3689 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3690
3691 2012-04-26 Chong Yidong <cyd@gnu.org>
3692
3693 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3694 (diff-mode-shared-map): Bind it to / and [remap undo].
3695
3696 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3697 (ediff-window-setup-function): Use it as the default, to set up
3698 windows based on whether the current frame is graphical (Bug#2138).
3699 (ediff-choose-window-setup-function-automatically): Make obsolete.
3700
3701 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3702
3703 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3704
3705 * ffap.el: Remove old code for obsolete package.
3706 (ffap-complete-as-file-p): Remove.
3707
3708 Use completion-table-with-quoting for comint and pcomplete.
3709 * comint.el (comint--unquote&requote-argument)
3710 (comint--unquote-argument, comint--requote-argument): New functions.
3711 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3712 (comint-quote-filename): Use regexp-opt-charset.
3713 (comint--common-suffix, comint--common-quoted-suffix)
3714 (comint--table-subvert): Remove.
3715 (comint-unquote-function, comint-requote-function): New vars.
3716 (comint--complete-file-name-data): Use them with
3717 completion-table-with-quoting.
3718 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3719 * pcomplete.el (pcomplete-arg-quote-list)
3720 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3721 (pcomplete-unquote-argument-function): Default to non-nil.
3722 (pcomplete-unquote-argument): Simplify.
3723 (pcomplete--common-quoted-suffix): Remove.
3724 (pcomplete-requote-argument-function): New var.
3725 (pcomplete--common-suffix): New function.
3726 (pcomplete-completions-at-point): Use completion-table-with-quoting
3727 and completion-table-subvert.
3728
3729 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3730 (minibuffer--double-dollars): Preserve properties.
3731 (completion--sifn-requote): New function.
3732 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3733
3734 * minibuffer.el: Add support for completion of quoted/escaped data.
3735 (completion-table-with-quoting, completion-table-subvert): New funs.
3736 (completion--twq-try, completion--twq-all): New functions.
3737 (completion--nth-completion): New function.
3738 (completion-try-completion, completion-all-completions): Use it.
3739
3740 2012-04-25 Leo Liu <sdl.web@gmail.com>
3741
3742 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3743 Use compilation-message if available to find real filename.
3744
3745 2012-04-25 Chong Yidong <cyd@gnu.org>
3746
3747 * vc/diff-mode.el (diff-setup-whitespace): New function.
3748 (diff-mode): Use it.
3749
3750 * vc/diff.el (diff-sentinel):
3751 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3752 Whitespace mode variables based on diff style (Bug#8612).
3753
3754 2012-04-25 Leo Liu <sdl.web@gmail.com>
3755
3756 * progmodes/python.el (python-send-region): Add suffix .py to the
3757 temp file.
3758
3759 * files.el (auto-mode-alist): Use javascript-mode instead.
3760
3761 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3762
3763 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
3764
3765 * net/soap-client.el (soap-resolve-references-for-sequence-type)
3766 (soap-resolve-references-for-array-type): Hack to prevent self
3767 references, see Bug#9.
3768 (soap-parse-envelope): Report the contents of the 'detail' node
3769 when receiving a fault reply.
3770 (soap-parse-envelope): Report the contents of the entire 'detail' node.
3771
3772 * net/soap-inspect.el (soap-sample-value-for-simple-type)
3773 (soap-inspect-simple-type): New function.
3774
3775 * net/soap-client.el (soap-simple-type): New struct.
3776 (soap-default-xsd-types, soap-default-soapenc-types)
3777 (soap-decode-basic-type, soap-encode-basic-type):
3778 support unsignedInt and double basic types.
3779 (soap-resolve-references-for-simple-type)
3780 (soap-parse-simple-type, soap-encode-simple-type): New function.
3781 (soap-parse-schema): Parse xsd:simpleType declarations.
3782
3783 * net/soap-client.el (soap-default-xsd-types)
3784 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3785 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3786 the local name of "soapenc:Array".
3787 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3788 decoding integer, byte and anyURI xsd types.
3789
3790 2012-04-25 Chong Yidong <cyd@gnu.org>
3791
3792 * cus-edit.el (custom-buffer-create-internal): Update header text.
3793
3794 2012-04-25 Eli Zaretskii <eliz@gnu.org>
3795
3796 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3797 settings on 'system-type', not on 'window-system'. On MS-Windows,
3798 set interactive-mode on in GDB.
3799
3800 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3801
3802 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3803 (ruby-syntax-propertize-regexp): Remove.
3804 (ruby-syntax-propertize-function): Split regexp into chunks.
3805 Match following code directly.
3806
3807 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3808
3809 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3810 (ruby-syntax-propertize-regexp): New function.
3811 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3812 by a special keyword.
3813
3814 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3815 (ruby-syntax-general-delimiters-goto-beg)
3816 (ruby-syntax-propertize-general-delimiters): New functions.
3817 (ruby-syntax-propertize-function): Use them to handle GDL.
3818 (ruby-font-lock-keywords): Move old handling of GDL...
3819 (ruby-font-lock-syntactic-keywords): .. to here.
3820 (ruby-calculate-indent): Adjust indentation for GDL.
3821
3822 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3823
3824 * notifications.el (top): Remove unneeded declarations.
3825 (notifications-specification-version): Change to "1.2".
3826 (notifications-interface, notifications-notify-method)
3827 (notifications-close-notification-method): Fix docstring.
3828 (notifications-get-capabilities-method): New defconst.
3829 (notifications-notify): Add :action-items, :resident and
3830 :transient hints. Change "image_data" to "image-data" and
3831 "image_path" to "image-path".
3832 (notifications-get-capabilities): New defun.
3833
3834 2012-04-24 Leo Liu <sdl.web@gmail.com>
3835
3836 * progmodes/python.el: Move hideshow setup to the end.
3837
3838 2012-04-24 Martin Rudalics <rudalics@gmx.at>
3839
3840 * window.el (handle-select-window): Clear echo area since this is
3841 no more done by read_char (Bug#11304).
3842
3843 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3846 and `/ M' to filter-derived-mode.
3847 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3848 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3849 (ibuffer-mark-by-mode): Use default rather than initial-input.
3850 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3851
3852 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3853
3854 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3855 (ibuffer-filter-by-derived-mode): New filter.
3856 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3857
3858 2012-04-23 Andreas Politz <politza@fh-trier.de>
3859
3860 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3861
3862 2012-04-23 Chong Yidong <cyd@gnu.org>
3863
3864 * cus-edit.el (customize-apropos, customize-apropos-options):
3865 Disable matching of non-option variables (Bug#11176).
3866 (customize-option, customize-option-other-window)
3867 (customize-changed-options): Doc fix.
3868 (customize-apropos-options, customize-apropos-faces)
3869 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3870
3871 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
3872 Fix word list splitting (Bug#11132).
3873 (apropos-symbol, apropos-keybinding, apropos-label)
3874 (apropos-property, apropos-function-button)
3875 (apropos-variable-button, apropos-misc-button): New faces.
3876 (apropos-symbol-face, apropos-keybinding-face)
3877 (apropos-label-face, apropos-property-face, apropos-match-face):
3878 Variables removed (Bug#8396).
3879 (apropos-library-button, apropos-format-plist, apropos-print)
3880 (apropos-print-doc, apropos-describe-plist): Callers changed.
3881
3882 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
3883
3884 * net/xesam.el (xesam-mode-map): Use let-bound map in
3885 initialization. (Bug#11292)
3886
3887 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3888
3889 Preserve ispell session localwords when switching back to
3890 original buffer.
3891
3892 * textmodes/ispell.el (ispell-buffer-session-localwords):
3893 New buffer-local variable to hold buffer session localwords.
3894 (ispell-kill-ispell): Add option 'clear to delete session
3895 localwords.
3896 (ispell-command-loop, ispell-change-dictionary)
3897 (ispell-buffer-local-words): Preserve session localwords when
3898 needed.
3899
3900 * textmodes/flyspell.el (flyspell-process-localwords)
3901 (flyspell-do-correct): Preserve session localwords when needed.
3902
3903 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3904
3905 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3906 using obsolete `translation-table-for-input'.
3907 (ispell-word, ispell-process-line, ispell-complete-word):
3908 Use plain `insert' instead of removed `ispell-insert-word'.
3909
3910 2012-04-22 Chong Yidong <cyd@gnu.org>
3911
3912 * cus-edit.el (custom-variable-menu)
3913 (custom-variable-reset-saved, custom-face-menu)
3914 (custom-face-reset-saved): If there is no saved value, make the
3915 "reset-saved" operation bring back the default (Bug#9509).
3916 (custom-face-state): Properly detect themed faces.
3917
3918 * faces.el (face-spec-set): Stop supporting deprecated form of
3919 third arg.
3920
3921 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
3922
3923 Move functions from C to Lisp. Make non-blocking method calls
3924 the default. Implement further D-Bus standard interfaces.
3925
3926 * net/dbus.el (dbus-message-internal): Declare function.
3927 Remove unneeded function declarations.
3928 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
3929 (dbus-message-type-method-return, dbus-message-type-error)
3930 (dbus-message-type-signal): Declare variables. Remove local
3931 definitions.
3932 (dbus-interface-dbus, dbus-interface-peer)
3933 (dbus-interface-introspectable, dbus-interface-properties)
3934 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
3935 Adapt docstring.
3936 (dbus-interface-objectmanager): New defconst.
3937 (dbus-call-method, dbus-call-method-asynchronously)
3938 (dbus-send-signal, dbus-method-return-internal)
3939 (dbus-method-error-internal, dbus-register-service)
3940 (dbus-register-signal, dbus-register-method): New defuns, moved
3941 from dbusbind.c
3942 (dbus-call-method-handler, dbus-setenv)
3943 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
3944 New defuns.
3945 (dbus-call-method-non-blocking): Make it an obsolete function.
3946 (dbus-unregister-object, dbus-unregister-service)
3947 (dbus-handle-event, dbus-register-property)
3948 (dbus-property-handler): Obey the new structure of
3949 `bus-registered-objects'.
3950 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
3951 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
3952 Use `dbus-call-method'.
3953
3954 2012-04-22 Chong Yidong <cyd@gnu.org>
3955
3956 * cus-edit.el (custom-commands, custom-reset-menu)
3957 (Custom-reset-standard): Tweak labels.
3958 (custom-reset-button-menu): Change default to t.
3959 (custom-buffer-create-internal): For the custom-reset-button-menu
3960 case, put the revert button first.
3961 (custom-group-subtitle): New face.
3962 (custom-group-value-create): Align docstring to a specific column.
3963
3964 * wid-edit.el (widget-documentation-link-add): Don't handle
3965 indentation in this function.
3966 (widget-documentation-string-indent-to): New function.
3967 (widget-documentation-string-value-create): Use it.
3968
3969 * autorevert.el (auto-revert):
3970 * epg-config.el (epg):
3971 * ibuffer.el (ibuffer):
3972 * mpc.el (mpc):
3973 * ses.el (ses):
3974 * eshell/eshell.el (eshell):
3975 * net/ange-ftp.el (ange-ftp):
3976 * progmodes/ebnf2ps.el (postscript):
3977 * progmodes/flymake.el (flymake):
3978 * progmodes/prolog.el (prolog):
3979 * progmodes/verilog-mode.el (verilog-mode):
3980 * progmodes/which-func.el (which-func):
3981 * term/xterm.el (xterm):
3982 * textmodes/picture.el (picture):
3983 * textmodes/tildify.el (tildify):
3984 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
3985 customization buffers.
3986
3987 2012-04-22 Alan Mackenzie <acm@muc.de>
3988
3989 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
3990 Adding a ) can hide the resulting (..) from searches. Fix it.
3991 Bound the backward search to the position of the existing (.
3992
3993 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
3994
3995 * progmodes/verilog-mode.el (verilog-mode): Check whether
3996 which-func-modes is t before adding verilog-mode.
3997 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
3998
3999 2012-04-21 Leo Liu <sdl.web@gmail.com>
4000
4001 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
4002
4003 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4004
4005 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4006 filling of the last column of a table (Bug#5635).
4007 (woman-find-next-control-line): New arg, specifying an additional
4008 regexp component for the control line.
4009 (woman2-roff-buffer): Use it.
4010 (woman-break-table): New function.
4011 (woman2-TS): Use it.
4012
4013 2012-04-21 Chong Yidong <cyd@gnu.org>
4014
4015 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4016 (woman-horizontal-escapes, woman-negative-vertical-space)
4017 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4018 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4019
4020 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4021
4022 * minibuffer.el (completion-file-name-table): Complete user names.
4023
4024 2012-04-20 Leo Liu <sdl.web@gmail.com>
4025
4026 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4027 and pcase-let*.
4028
4029 2012-04-20 Chong Yidong <cyd@gnu.org>
4030
4031 * server.el (server-execute): Respect initial-buffer-choice if it
4032 is a string and there are no files to open (Bug#2825).
4033 (server-create-window-system-frame, server-create-tty-frame):
4034 Don't switch buffers here.
4035 (server-process-filter): Only try to open a window system frame if
4036 compiled with graphical support (Bug#8314).
4037
4038 2012-04-20 Dan Nicolaescu <dann@gnu.org>
4039
4040 * battery.el (battery-echo-area-format): Display remaining time
4041 for sysfs backend too (Bug#11269).
4042 (battery-linux-sysfs): Fix conditional for the charge.
4043
4044 2012-04-20 Chong Yidong <cyd@gnu.org>
4045
4046 * progmodes/gdb-mi.el (gdb): Revert previous change.
4047 (gdb-inferior-io--init-proc): New function.
4048 (gdb-init-1): Use it.
4049 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4050 responsible for allocating a new pty and hooking it to gdb when
4051 the old pty gets an EIO due to process exit.
4052 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4053 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4054 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4055
4056 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4057
4058 * window.el (window-min-size, window-sizable, window-min-delta)
4059 (window-max-delta, window--resizable, window-resizable)
4060 (window-total-size, window-full-height-p, window-full-width-p)
4061 (window-in-direction, window--resize-mini-window, window-resize)
4062 (window--resize-child-windows-normal)
4063 (window--resize-child-windows, window--resize-siblings)
4064 (window--resize-this-window, adjust-window-trailing-edge)
4065 (enlarge-window, shrink-window): Doc fixes.
4066
4067 2012-04-20 Chong Yidong <cyd@gnu.org>
4068
4069 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4070 New function to call delete-process on the gdb-inferior buffer's pty.
4071 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4072 pty process (Bug#11273).
4073 (gdb-update): New arg to suppress talking to the gdb process.
4074 (gdb-done-or-error): Use it.
4075 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4076 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4077 sentinel not being called.
4078
4079 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4080
4081 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4082
4083 2012-04-20 Glenn Morris <rgm@gnu.org>
4084
4085 * net/network-stream.el (open-network-stream): Doc fix.
4086
4087 2012-04-20 Chong Yidong <cyd@gnu.org>
4088
4089 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4090
4091 2012-04-20 Alan Mackenzie <acm@muc.de>
4092
4093 Ensure searching for keywords is case sensitive.
4094
4095 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4096 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4097 (c-defun-name, c-mark-function, c-cpp-define-name)
4098 (c-comment-indent, c-scan-conditionals, c-indent-defun)
4099 (c-context-line-break): Bind case-fold-search to nil.
4100
4101 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4102 Bind case-fold-search to nil.
4103
4104 2012-04-20 Chong Yidong <cyd@gnu.org>
4105
4106 * mail/sendmail.el (mail-bury): Call return action with the right
4107 Rmail buffer (Bug#11242).
4108
4109 * server.el (server-process-filter): Handle corner case where both
4110 tty and nowait options are present (Bug#11102).
4111
4112 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4113
4114 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4115 (top level): Put into the executable the ident-style '$Id:' tag on
4116 windows-nt as well.
4117
4118 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4119
4120 * electric.el (electric-indent-post-self-insert-function): Check that
4121 electric-indent-mode is enabled in current buffer.
4122
4123 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4124
4125 * imenu.el (imenu-progress-message): Restore; it is "used" in
4126 erc/erc-imenu.el and net/snmp-mode.el.
4127
4128 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4129
4130 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4131 (mouse-avoidance-nudge-mouse): Remove unused binding.
4132
4133 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4134
4135 * descr-text.el (describe-char):
4136 * progmodes/python.el (python-describe-symbol):
4137 Don't call `toggle-read-only', set `buffer-read-only'.
4138
4139 * imenu.el (imenu-default-goto-function): Mark unused args.
4140 (imenu-progress-message): Remove obsolete macro; all callers changed.
4141
4142 * subr.el (keymap-canonicalize): Remove unused binding.
4143 (read-passwd): Mark unused arg.
4144
4145 * tutorial.el (tutorial--display-changes): Remove unused binding.
4146 (tutorial--save-tutorial-to): Remove unused variable.
4147
4148 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4149 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4150 (package-generate-autoloads, package-menu--generate)
4151 (package-menu--find-upgrades): Remove unused bindings.
4152
4153 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4154 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4155 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4156 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4157 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4158 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4159 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4160 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4161 (cua-delete-char-rectangle): Mark unused args.
4162 (cua-align-rectangle): Remove unused binding.
4163
4164 * mail/rmail.el (compilation--message->loc)
4165 (epa--find-coding-system-for-mime-charset): Declare.
4166
4167 * net/dbus.el (dbus-register-service): Declare.
4168 (dbus-name-owner-changed-handler): Remove unused binding.
4169
4170 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4171 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4172 (nxml-scan-backward-within): Mark unused arg.
4173 (nxml-dynamic-markup-word): Remove unused binding.
4174
4175 * mouse.el (mouse-menu-major-mode-map):
4176 * emacs-lisp/authors.el (authors-scan-change-log)
4177 (authors-add-to-author-list):
4178 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4179 * emacs-lisp/smie.el (smie-auto-fill):
4180 * mail/sendmail.el (mail-bury):
4181 * mail/unrmail.el (unrmail):
4182 * net/tls.el (open-tls-stream):
4183 * textmodes/picture.el (picture-mouse-set-point):
4184 Remove unused bindings.
4185
4186 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
4187
4188 * net/tramp.el (tramp-action-password): Let-bind
4189 `enable-recursive-minibuffers' to t.
4190
4191 2012-04-18 Sam Steingold <sds@gnu.org>
4192
4193 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4194 instead of 'string to accommodate values like [f11].
4195 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4196 * progmodes/gdb-mi.el: Likewise.
4197
4198 2012-04-18 Leo Liu <sdl.web@gmail.com>
4199
4200 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4201 current buffer.
4202 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4203 LOCAL is nil.
4204
4205 2012-04-18 Chong Yidong <cyd@gnu.org>
4206
4207 * simple.el (line-move): Use forward-line if in batch mode
4208 (Bug#11053).
4209
4210 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4211
4212 * files.el (after-find-file): Do not try to add a final newline if
4213 the buffer is read-only (Bug#11156).
4214
4215 2012-04-17 Richard Stallman <rms@gnu.org>
4216
4217 * mail/rmail.el (rmail-start-mail):
4218 Pass (rmail-mail-return...) for the return-action.
4219 Pass (rmail-yank-current-message...) for the yank-action.
4220 (rmail-yank-current-message): New function.
4221 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4222 (rmail-reply): Likewise.
4223 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4224
4225 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4226 buffer, not the last. Reject temp buffers. Use the rmail-mode
4227 buffer, not newbuf.
4228
4229 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
4230
4231 * server.el (server-ensure-safe-dir): Simplify.
4232
4233 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * emacs-lisp/smie.el: Provide smarter auto-filling.
4236 (smie-auto-fill): New function.
4237 (smie-setup): Use it.
4238
4239 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4240
4241 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
4242
4243 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4244 (comment-indent): Use it.
4245
4246 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4247
4248 * ses.el: The overall change is to add cell renaming, that is
4249 setting fancy names for cell symbols other than name matching
4250 "\\`[A-Z]+[0-9]+\\'" regexp .
4251 (ses-localvars): Add ses--renamed-cell-symb-list.
4252 (ses-create-cell-variable): New defun.
4253 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4254 (ses-relocate-formula): Relocate formulas only for cells the
4255 symbols of which are not renamed, i.e. symbols whose names do not
4256 match regexp "\\`[A-Z]+[0-9]+\\'".
4257 (ses-relocate-all): Relocate values only for cells the symbols of
4258 which are not renamed.
4259 (ses-load): Create cells variables as the (ses-cell ...) are read,
4260 in order to check row col consistency with cell symbol name only
4261 for cells that are not renamed.
4262 (ses-replace-name-in-formula): New defun.
4263 (ses-rename-cell): New defun.
4264
4265 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4266
4267 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4268 New option (bug#11118).
4269 (perl-calculate-indent): Respect it.
4270
4271 2012-04-17 Glenn Morris <rgm@gnu.org>
4272
4273 * dired-aux.el (dired-mark-read-string): Doc fix.
4274
4275 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4276
4277 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4278 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4279
4280 2012-04-17 Glenn Morris <rgm@gnu.org>
4281
4282 * mouse.el (mouse-drag-track):
4283 * speedbar.el (speedbar-frame-mode):
4284 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4285
4286 2012-04-16 Leo Liu <sdl.web@gmail.com>
4287
4288 * progmodes/python.el: Trivial cleanup.
4289
4290 2012-04-16 Glenn Morris <rgm@gnu.org>
4291
4292 * vc/vc.el (vc-string-prefix-p):
4293 * vc/pcvs-util.el (cvs-string-prefix-p):
4294 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4295 * mpc.el (mpc-string-prefix-p):
4296 Make all of these into obsolete aliases for string-prefix-p.
4297 Update callers.
4298 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4299
4300 * textmodes/two-column.el: Move custom options to the start.
4301 (frame-width): Remove compat definition.
4302 (2C-associate-buffer, 2C-dissociate):
4303 Use with-current-buffer rather than save-excursion.
4304 (2C-dissociate): Force a mode-line update.
4305 (2C-autoscroll): Use ignore-errors.
4306
4307 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4308 Autoload trivia.
4309
4310 * emacs-lisp/cl-extra.el (*random-state*):
4311 Remove unnecessary declaration.
4312
4313 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4314
4315 * play/cookie1.el (cookie-snarf):
4316 Give an explicit error if input file cannot be read.
4317
4318 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4319
4320 * progmodes/perl-mode.el (c-macro-expand):
4321 Remove unnecessary autoload (it is in loaddefs.el).
4322
4323 * textmodes/picture.el (picture-desired-column)
4324 (picture-update-desired-column): Convert comments to doc-strings.
4325 (picture-substitute): Remove function.
4326 (picture-mode-map): Initialize in the defvar.
4327
4328 * woman.el: Remove eval-after-load for tar-mode.
4329 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4330 (woman-tar-extract-file): Autoload it.
4331
4332 * frame.el (automatic-hscrolling): Make this alias obsolete.
4333
4334 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4335
4336 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4337 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4338 (ispell-dictionary-base-alist): Revert to original XEmacs
4339 friendly version for default. [:alpha:] will be added in
4340 `ispell-set-spellchecker-params' if needed.
4341
4342 2012-04-16 Chong Yidong <cyd@gnu.org>
4343
4344 * image.el (imagemagick--file-regexp): New variable.
4345 (imagemagick-register-types): Use it.
4346 (imagemagick-types-inhibit): Add :set function. Allow new value
4347 of t to inhibit all types.
4348
4349 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4350 so we can preload it.
4351
4352 * loadup.el (fboundp): Preload regexp-opt, needed by
4353 imagemagick-register-types.
4354
4355 2012-04-15 Chong Yidong <cyd@gnu.org>
4356
4357 * frame.el (scrolling): Remove nearly unused customization group.
4358
4359 * scroll-all.el (scroll-all-mode): Move to windows group.
4360
4361 2012-04-15 Chong Yidong <cyd@gnu.org>
4362
4363 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4364
4365 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4366
4367 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4368 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4369
4370 2012-04-15 Glenn Morris <rgm@gnu.org>
4371
4372 * simple.el (process-file-side-effects): Doc fix.
4373
4374 2012-04-15 Glenn Morris <rgm@gnu.org>
4375
4376 * international/mule-cmds.el (set-language-environment): Doc fix.
4377
4378 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4379
4380 * server.el (server-auth-key, server-generate-key): Doc fixes.
4381 (server-get-auth-key): Doc fix. Use `string-match-p'.
4382 (server-start): Reflow docstring.
4383
4384 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4385
4386 * server.el (server-generate-key): `called-interactively-p'
4387 requires a parameter.
4388
4389 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
4390
4391 * server.el (server-auth-key): New variable.
4392 (server-generate-key, server-get-auth-key): New function.
4393 (server-start): Use the new variable and functions to allow
4394 setting a permanent server key (bug#9423).
4395
4396 2012-04-14 Leo Liu <sdl.web@gmail.com>
4397
4398 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4399
4400 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4401
4402 Spelling fixes.
4403 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4404 Emacs uses American spelling.
4405
4406 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4407
4408 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4409 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4410 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4411 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4412
4413 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * progmodes/which-func.el (which-func-modes): Change default.
4416
4417 2012-04-14 Kim F. Storm <storm@cua.dk>
4418
4419 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4420 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4421
4422 2012-04-14 Chong Yidong <cyd@gnu.org>
4423
4424 * custom.el (custom-theme-set-variables): Doc fix.
4425
4426 2012-04-14 Glenn Morris <rgm@gnu.org>
4427
4428 * international/mule.el (set-auto-coding-for-load): Doc fix.
4429
4430 2012-04-14 Alan Mackenzie <acm@muc.de>
4431
4432 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4433 imenu work again for Objective C Mode. Correct the *-index values,
4434 these having been disturbed by a previous change in 2011-08.
4435
4436 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4437 Correct two search limits.
4438
4439 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4442
4443 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
4444
4445 * international/characters.el: Fix sorting.
4446
4447 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4448
4449 * international/characters.el: Add more missing Latin case pairs.
4450
4451 2012-04-14 Glenn Morris <rgm@gnu.org>
4452
4453 * files.el (dir-locals-set-class-variables): Doc fix.
4454
4455 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4456
4457 * international/characters.el: Add set-case-syntax-pair call for
4458 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4459 counterpart. (Bug#11209)
4460
4461 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4462
4463 2012-04-14 Glenn Morris <rgm@gnu.org>
4464
4465 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4466
4467 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4468
4469 * textmodes/ispell.el (ispell-dictionary-base-alist):
4470 Add data for Hebrew.
4471
4472 2012-04-14 Chong Yidong <cyd@gnu.org>
4473
4474 * net/rcirc.el (rcirc-cmd-quit):
4475 Revert 2012-03-18 change (Bug#11192).
4476
4477 2012-04-14 Glenn Morris <rgm@gnu.org>
4478
4479 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4480
4481 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4482
4483 * minibuffer.el (completion-in-region-mode-map):
4484 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
4485
4486 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4487
4488 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4489
4490 2012-04-13 Masatake YAMATO <yamato@redhat.com>
4491
4492 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4493 to allow `C-M-f' and `C-M-b' to move to the nearest path
4494 separator (bug#9511).
4495
4496 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4497
4498 * avoid.el: Require cl when compiling. And also move the
4499 `provide' to the end.
4500
4501 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4502
4503 * avoid.el (mouse-avoidance-banish-position): New variable.
4504 (mouse-avoidance-banish-destination): Use it (bug#10165).
4505
4506 2012-04-13 Leo Liu <sdl.web@gmail.com>
4507
4508 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4509
4510 2012-04-13 Ken Brown <kbrown@cornell.edu>
4511
4512 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4513 this is no longer needed now that cygstart understands file:// URLs.
4514 (browse-url-filename-alist): For the same reason, don't modify
4515 file:// URLs on Cygwin.
4516
4517 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4520 the region on shift if the binding is already shifted (bug#11221).
4521
4522 2012-04-12 Glenn Morris <rgm@gnu.org>
4523
4524 * mail/mailpost.el: Move to obsolete/.
4525
4526 2012-04-12 Drew Adams <drew.adams@oracle.com>
4527
4528 * imenu.el (imenu--generic-function): Ignore invisible definitions
4529 (bug#10123).
4530
4531 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4532
4533 * hexl.el (hexl-bits): New variable.
4534 (hexl-options): Mention the variable in the doc string.
4535 (hexl-rulerise, hexl-line-displen): New functions.
4536 (hexl-mode): Mention the new variable.
4537 (hexl-mode, hexl-current-address, hexl-current-address):
4538 Use the displen.
4539 (hexl-ascii-start-column): New function.
4540 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4541 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4542
4543 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4544
4545 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4546 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4547 the encoding, as expected by hunspell.
4548
4549 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * battery.el (battery--linux-sysfs-regexp): New const.
4552 (battery-status-function): Use it. Remove yeeloong special case.
4553 (battery-yeeloong-sysfs): Remove.
4554 (battery-echo-area-format): Remove yeeloong special case.
4555
4556 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4559 Reported by Noah Friedman.
4560
4561 * subr.el (read-passwd): Use read-string.
4562
4563 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4564
4565 * vcursor.el (vcursor-move): Increase the priority of the overlay
4566 (bug#9663).
4567
4568 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4569
4570 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4571 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4572
4573 2012-04-11 William Stevenson <yhvh2000@gmail.com>
4574
4575 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4576 define-minor-mode (bug#10760).
4577
4578 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4579
4580 * progmodes/grep.el (rgrep): Tweak the find command line so
4581 that directories matching `grep-find-ignored-files' won't be
4582 pruned (bug#10351).
4583
4584 2012-04-11 Chong Yidong <cyd@gnu.org>
4585
4586 * startup.el (command-line): Remove support for long-obsolete
4587 variable font-lock-face-attributes.
4588
4589 2012-04-11 Glenn Morris <rgm@gnu.org>
4590
4591 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4592
4593 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4594
4595 * window.el (window--state-get-1): Obey window-point-insertion-type.
4596
4597 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4598
4599 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4600 to previous function when point is on the first character of a
4601 function. Take care of that in `narrow-to-defun' (bug#6157).
4602
4603 2012-04-11 Glenn Morris <rgm@gnu.org>
4604
4605 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4606 not just file-errors.
4607
4608 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4609 (vc-bzr-sha1): Use internal sha1.
4610
4611 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4612
4613 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4614
4615 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4616
4617 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4618 that start in the middle of the line (bug#10496).
4619
4620 2012-04-10 Dan Nicolaescu <dann@gnu.org>
4621
4622 * battery.el (battery-linux-proc-acpi): Only one battery is
4623 discharged at a time, but that seems to confuse battery.el when
4624 computing `rate-type' for the battery not being discharged
4625 (bug#10332).
4626
4627 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4630
4631 * international/quail.el: Use dolist and simplify.
4632 (quail-define-package, quail-update-keyboard-layout)
4633 (quail-define-rules): Use dolist.
4634 (quail-insert-kbd-layout, quail-get-translation): CSE.
4635
4636 * tmm.el: Use dolist, remove left over hook.
4637 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4638 Use dolist.
4639 (calendar-load-hook): Don't mess with it.
4640
4641 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4642 Use derived-mode-p. Run the diff asynchronously.
4643
4644 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4645
4646 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4647
4648 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4651 (list-dynamic-libraries--loaded): New function.
4652 (list-dynamic-libraries--refresh): Use it.
4653
4654 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
4655
4656 * progmodes/python.el (python-fill-paragraph):
4657 Make python-fill-region in a multiline string work when font-lock is
4658 disabled (bug#7018).
4659
4660 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4661
4662 * language/european.el (cp775): Add oem/legacy (en)coding on
4663 DOS/MS Windows for the Baltic languages. There are still plenty
4664 of texts written in this encoding/codepage (bug#6519).
4665
4666 2012-04-10 Glenn Morris <rgm@gnu.org>
4667
4668 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4669 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4670
4671 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4672
4673 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4674 next-line "n" and previous-line "p" in order to make recentf more
4675 consistent with ibuffer, dired or org-mode (bug#9387).
4676
4677 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * image.el (put-image): Return the overlay created instead of the
4680 optional input string (bug#7834). Note that this may break code
4681 that is (for some reason or other) depending on `put-image'
4682 returning the string.
4683
4684 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4685
4686 * simple.el (zap-to-char): Allow zapping using input methods
4687 (bug#1580).
4688
4689 * textmodes/fill.el (fill-region): Leave point and mark where they
4690 were before filling (bug#5399).
4691
4692 2012-04-09 Glenn Morris <rgm@gnu.org>
4693
4694 * version.el (emacs-bzr-get-version):
4695 Handle lightweight checkouts of local branches.
4696
4697 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4698
4699 * international/characters.el: Recover lost case pairs. (Bug#11209)
4700
4701 2012-04-09 Chong Yidong <cyd@gnu.org>
4702
4703 * custom.el (custom-variable-p): Return nil for non-symbol
4704 arguments instead of signaling an error.
4705 (user-variable-p): Obsolete alias for custom-variable-p.
4706
4707 * apropos.el (apropos-variable):
4708 * files-x.el (read-file-local-variable):
4709 * simple.el (set-variable):
4710 * woman.el (woman-mini-help):
4711 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4712
4713 2012-04-09 Glenn Morris <rgm@gnu.org>
4714
4715 * startup.el (normal-top-level): Don't look for leim-list.el
4716 in places where it will not be found. (Bug#910)
4717
4718 * international/mule-cmds.el (set-default-coding-systems):
4719 * files.el (normal-mode):
4720 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4721 This function was removed with ucs-tables.el in 2008.
4722
4723 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4724
4725 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4726 ispell-encoding8-command to "-i", without a trailing space.
4727 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4728 separate command-line arguments, to specify the encoding, since
4729 that's how hunspell expects it.
4730
4731 2012-04-08 Glenn Morris <rgm@gnu.org>
4732
4733 * loadup.el: Load bindings before cus-start.
4734 This reduces somewhat the number of "rogue" settings in emacs -Q.
4735
4736 2012-04-07 Glenn Morris <rgm@gnu.org>
4737
4738 * version.el (emacs-bzr-get-version): New function.
4739 (emacs-bzr-version): New variable.
4740 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4741 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4742
4743 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4744
4745 * international/uni-bidi.el, international/uni-category.el:
4746 * international/uni-combining.el, international/uni-decimal.el:
4747 * international/uni-decomposition.el, international/uni-digit.el:
4748 * international/uni-lowercase.el, international/uni-mirrored.el:
4749 * international/uni-name.el, international/uni-numeric.el:
4750 * international/uni-titlecase.el, international/uni-uppercase.el:
4751 Update for Unicode 6.1.
4752
4753 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4754
4755 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4756
4757 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4758
4759 * window.el (shrink-window): Mention the `window-min-height'
4760 variable in the doc string.
4761
4762 2012-04-05 Bastien Guerry <bzg@altern.org>
4763
4764 * color.el (color-lighten-name): Fix typo.
4765
4766 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4767
4768 * server.el (server--on-display-p): New function.
4769 (server--on-display-p): Use it.
4770
4771 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4772
4773 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4774 (bug#11145).
4775
4776 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4777
4778 * comint.el (comint--common-quoted-suffix): Check string boundary
4779 before comparing (bug#11158).
4780 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4781
4782 2012-04-04 Chong Yidong <cyd@gnu.org>
4783
4784 * minibuffer.el (completion-extra-properties): Doc fix.
4785
4786 * subr.el (delayed-warnings-hook): Doc fix.
4787
4788 2012-04-04 Daiki Ueno <ueno@unixuser.org>
4789
4790 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4791 selection (Bug#11159).
4792 (epa-insert-keys): Inform that the default public key will be
4793 exported if no key is selected.
4794
4795 2012-04-04 Richard Stallman <rms@gnu.org>
4796
4797 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4798
4799 2012-04-03 Chong Yidong <cyd@gnu.org>
4800
4801 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4802 mail-insert-file, not its obsolete alias mail-attach-file.
4803
4804 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
4805
4806 * notifications.el (notifications-notify): Fix docstring.
4807
4808 2012-04-02 Glenn Morris <rgm@gnu.org>
4809
4810 * emacs-lisp/authors.el (authors-aliases): Another addition.
4811
4812 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
4813
4814 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4815 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4816 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4817
4818 2012-04-01 Chong Yidong <cyd@gnu.org>
4819
4820 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4821 Handle root directory properly.
4822 (copy-directory): Caller changed.
4823
4824 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4825 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4826
4827 2012-03-31 Glenn Morris <rgm@gnu.org>
4828
4829 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4830
4831 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4832
4833 * calendar/calendar.el (calendar-window-list)
4834 (calendar-hide-window): Restore. (Bug#11140)
4835 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4836
4837 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4838
4839 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4840
4841 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4842 Check if file is a symlink (Bug#10489).
4843
4844 * files.el (copy-directory): Likewise.
4845
4846 2012-03-30 Chong Yidong <cyd@gnu.org>
4847
4848 * image.el (imagemagick-types-inhibit)
4849 (imagemagick-register-types): Doc fix.
4850
4851 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4852
4853 * textmodes/ispell.el (ispell-get-extended-character-mode):
4854 Disable extended-char-mode for hunspell. hunspell does not support it
4855 and treats ~word as ordinary words in pipe mode.
4856
4857 2012-03-30 Glenn Morris <rgm@gnu.org>
4858
4859 * tutorial.el (help-with-tutorial): Ensure local variables don't
4860 happen to make the buffer read-only. (Bug#11127)
4861
4862 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4865 (perl-calculate-indent): Return `noindent' in strings.
4866
4867 2012-03-28 Sam Steingold <sds@gnu.org>
4868
4869 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4870 instead of the broken adhockery which does not prevent calendar
4871 buffers from being displayed at random after exit.
4872 (calendar-window-list, calendar-hide-window): Remove the broken
4873 adhockery.
4874
4875 2012-03-28 Glenn Morris <rgm@gnu.org>
4876
4877 * replace.el (query-replace-map): Doc fix.
4878
4879 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4880
4881 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4882 contents. (Bug#11109)
4883
4884 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4885
4886 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4887 (bug#11077).
4888 (avl-tree--check, avl-tree--check-node): New funs.
4889
4890 2012-03-27 Martin Rudalics <rudalics@gmx.at>
4891
4892 * window.el (switch-to-visible-buffer): New option.
4893 (switch-to-prev-buffer, switch-to-next-buffer):
4894 Observe switch-to-visible-buffer. Make sure that checking for a window
4895 showing a buffer already is done on the same frame.
4896
4897 2012-03-27 Glenn Morris <rgm@gnu.org>
4898
4899 * startup.el (mail-host-address): Doc fix.
4900
4901 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4904 than 197 variables.
4905
4906 2012-03-26 Ami Fischman <ami@fischman.org>
4907
4908 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4909
4910 2012-03-26 Glenn Morris <rgm@gnu.org>
4911
4912 * files.el (save-buffers-kill-emacs): Doc fix.
4913
4914 * startup.el (normal-top-level, command-line, command-line-1):
4915 Give them doc strings.
4916
4917 2012-03-25 Eli Zaretskii <eliz@gnu.org>
4918
4919 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
4920 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
4921
4922 2012-03-25 Chong Yidong <cyd@gnu.org>
4923
4924 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
4925 theme if it was previously enabled before (Bug#11031).
4926
4927 * cus-theme.el (custom-theme-write-faces): Retrieve current face
4928 spec with custom-face-get-current-spec if its :shown-value is not
4929 determined yet (Bug#9337).
4930 (customize-create-theme, custom-theme-revert): Doc fixes.
4931
4932 * button.el (button-at): Minor addition to docstring.
4933
4934 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
4935
4936 * vc/vc.el (vc-merge): Fix a prompt.
4937
4938 2012-03-24 Chong Yidong <cyd@gnu.org>
4939
4940 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
4941 point (Bug#9623).
4942
4943 * button.el (button-at): Minor addition to docstring.
4944
4945 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * newcomment.el (comment-choose-indent): No space after BOL.
4948
4949 2012-03-22 Sam Steingold <sds@gnu.org>
4950
4951 * window.el (switch-to-prev-buffer): Revert last patch because the
4952 bug turned out to be an advertised feature (Elisp manual 28.14).
4953
4954 2012-03-22 Glenn Morris <rgm@gnu.org>
4955
4956 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
4957 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
4958
4959 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4960
4961 * net/network-stream.el (network-stream-open-starttls): Make error
4962 message under Windows be less misleading.
4963
4964 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
4965
4966 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
4967 understands (bug#9942).
4968
4969 2012-03-22 Chong Yidong <cyd@gnu.org>
4970
4971 * simple.el (end-of-visible-line): Handle return value of
4972 next-single-property-change properly (Bug#9371).
4973
4974 2012-03-22 Kenichi Handa <handa@m17n.org>
4975
4976 * international/quail.el (quail-insert-kbd-layout): Fix previous
4977 change. To avoid unwanted bidi reordering, use
4978 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
4979
4980 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
4981
4982 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
4983 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
4984 (ruby-beginning-of-indent): Be more careful with the difference
4985 between word-boundary and symbol boundary.
4986 (ruby-mode-syntax-table): Make : a symbol constituent.
4987
4988 2012-03-21 Andreas Politz <politza@fh-trier.de>
4989
4990 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
4991
4992 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * progmodes/etags.el (tags-completion-at-point-function):
4995 Improve last fix.
4996
4997 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
4998
4999 2012-03-21 Sam Steingold <sds@gnu.org>
5000
5001 * progmodes/etags.el (tags-completion-at-point-function):
5002 Avoid the error when point is inside the pattern.
5003
5004 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5005
5006 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5007 line (Bug#10855).
5008
5009 2012-03-21 Drew Adams <drew.adams@oracle.com>
5010
5011 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5012
5013 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5014
5015 * ido.el (ido-set-current-directory, ido-read-internal)
5016 (ido-choose-completion-string, ido-completion-help): Handle nil
5017 value of ido-completion-buffer (Bug#11008).
5018
5019 2012-03-21 Sam Steingold <sds@gnu.org>
5020
5021 * window.el (switch-to-prev-buffer): Do not switch to a visible
5022 window previous buffer, just like with the frame previous buffers.
5023
5024 2012-03-21 Chong Yidong <cyd@gnu.org>
5025
5026 * faces.el (make-face, make-empty-face, copy-face):
5027 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5028 Doc fixes.
5029
5030 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5031
5032 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5033 (widget-complete): Remove broken use of it.
5034
5035 2012-03-20 Chong Yidong <cyd@gnu.org>
5036
5037 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5038 Use string-width and truncate-string-width to handle arbitrary
5039 characters.
5040
5041 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5042
5043 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5044 to draw rectangles, not squares. (Regression introduced by revno
5045 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5046
5047 2012-03-18 Chong Yidong <cyd@gnu.org>
5048
5049 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5050 it is not yet defined (for temacs).
5051
5052 2012-03-18 Leo Liu <sdl.web@gmail.com>
5053
5054 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
5055
5056 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5057
5058 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5059 (ispell-choices-win-default-height, ispell-silently-savep)
5060 (ispell-dictionary-alist, ispell-encoding8-command)
5061 (ispell-check-version, ispell-aspell-find-dictionary)
5062 (ispell-valid-dictionary-list, ispell-words-keyword)
5063 (ispell-get-word, ispell-internal-change-dictionary)
5064 (ispell-region, ispell-skip-region-list)
5065 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5066 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5067 (ispell-message-text-end, ispell-message)
5068 (ispell-buffer-local-parsing): Doc fix.
5069
5070 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
5071
5072 * htmlfontify.el: Add support for code block fontification for ODT
5073 export (Bug #9914).
5074 (hfy-optimisations): Define new option
5075 `body-text-only'
5076 (hfy-fontify-buffer): Honor above setting.
5077 (hfy-begin-span, hfy-end-span): New routines factored out form
5078 `hfy-fontify-buffer'.
5079 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5080 that permit insertion of custom tags.
5081 (hfy-fontify-buffer): Use above handlers.
5082 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5083 (hfy-face-to-css): Re-defined to be a variable.
5084 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
5085 over multiple runs. This is made possible by having the caller let
5086 bind a special variable `hfy-user-sheet-assoc'.
5087 (htmlfontify-string): New defun.
5088 (hfy-compile-face-map): Make sure that the last char in the
5089 buffer is correctly fontified.
5090 (hfy-face-resolve-face): Whitespace only change.
5091
5092 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5093
5094 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5095 message more clear.
5096
5097 2012-03-16 Leo Liu <sdl.web@gmail.com>
5098
5099 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5100
5101 2012-03-16 Alan Mackenzie <acm@muc.de>
5102
5103 Further optimise the handling of large macros.
5104
5105 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5106 limit to a call of `c-literal-limits'.
5107 (c-determine-+ve-limit): New function.
5108 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5109 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5110 In CASE 5B, restrict a search limit to 500.
5111 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5112
5113 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5114 Restrict macro bounds to +-500 from after-change's BEG END.
5115
5116 2012-03-16 Leo Liu <sdl.web@gmail.com>
5117
5118 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5119
5120 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5121
5122 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5123 `special-mode' setting of `buffer-read-only'. (Bug#11010)
5124
5125 2012-03-16 Glenn Morris <rgm@gnu.org>
5126
5127 * view.el (view-buffer, view-buffer-other-window)
5128 (view-buffer-other-frame): Doc fixes re special mode-class.
5129
5130 * subr.el (eval-after-load): If named feature is provided not from
5131 a file, run after-load forms. (Bug#10946)
5132
5133 * calendar/calendar.el (calendar-insert-at-column):
5134 Handle non-unit-width characters a bit better. (Bug#10978)
5135
5136 2012-03-15 Chong Yidong <cyd@gnu.org>
5137
5138 * emacs-lisp/ring.el (ring-extend): New function.
5139 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5140
5141 * comint.el (comint-read-input-ring)
5142 (comint-add-to-input-history): Grow comint-input-ring lazily.
5143
5144 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5145
5146 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5147 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5148
5149 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5150 (imenu-add-to-menubar): Don't add a redundant index.
5151 (imenu-update-menubar): Handle a dynamically composed keymap.
5152
5153 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5154
5155 * mail/sendmail.el (mail-encode-header):
5156 Bind rfc2047-encode-encoded-words to nil.
5157
5158 2012-03-13 Glenn Morris <rgm@gnu.org>
5159
5160 * calendar/calendar.el (calendar-string-spread):
5161 Handle non-unit-width characters a bit better. (Bug#10978)
5162
5163 2012-03-13 Leo Liu <sdl.web@gmail.com>
5164
5165 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5166 directory and file as argument (Bug#10822).
5167
5168 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5169
5170 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5171 For dynamically generated code, follow $PC.
5172 (gdb-disassembly-handler-custom): Handle no function name case.
5173
5174 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5175
5176 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5177 * emulation/ws-mode.el (ws-query-replace):
5178 * sort.el (sort-regexp-fields):
5179 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5180
5181 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5182
5183 * dabbrev.el: Fix cycle completion order (bug#10963).
5184 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5185 (dabbrev-completion): Don't use an obarray; provide
5186 a cycle-sort-function.
5187
5188 2012-03-12 Leo Liu <sdl.web@gmail.com>
5189
5190 * simple.el (kill-new): Use equal-including-properties for comparison.
5191 (kill-do-not-save-duplicates): Doc fix.
5192
5193 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * dabbrev.el: Fix cycle completion (bug#10963).
5196 Use lexical binding and wrap to 80 columns.
5197 (dabbrev-completion): Delay computing the list of completions.
5198
5199 2012-03-12 Kenichi Handa <handa@m17n.org>
5200
5201 * international/quail.el (quail-insert-kbd-layout): Surround each
5202 row by LRO and PDF instead of inserting many LRMs. Pad the left
5203 and right of each non-spacing marks. Insert invisible space
5204 between lower and upper characters to prevent composition.
5205
5206 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5207
5208 * minibuffer.el (minibuffer-complete): Don't get confused when the
5209 function is run twice via different commands (bug#10958).
5210 (complete-with-action): Fix docstring.
5211
5212 2012-03-12 Chong Yidong <cyd@gnu.org>
5213
5214 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5215 (nxml-completion-at-point-function): New function.
5216 (nxml-mode): Use it.
5217 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5218
5219 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5220 Load generated autoloads file before byte compiling (Bug#10970).
5221 (package--make-autoloads-and-compile): New helper fun.
5222
5223 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5224
5225 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5226
5227 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
5228
5229 * autorevert.el (auto-revert-handler): Ensure, that
5230 file-readable-p is applied only for local files or in
5231 auto-revert-tail-mode.
5232
5233 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5234
5235 * server.el (server-eval-at): Handle non-tcp connections.
5236 Decode result string.
5237
5238 * server.el (server-msg-size): New constant.
5239 (server-reply-print): New function.
5240 (server-eval-and-print): Use it.
5241 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5242 Handle -print-nonl.
5243
5244 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5245
5246 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5247 (Bug#10987).
5248
5249 2012-03-11 Chong Yidong <cyd@gnu.org>
5250
5251 * simple.el (goto-line): Doc fix (Bug#9938).
5252
5253 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5254
5255 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5256 when finished (Bug#10963).
5257
5258 2012-03-11 Martin Rudalics <rudalics@gmx.at>
5259
5260 * window.el (split-window-below): Fix bug in case where
5261 split-window-keep-point is nil (Bug#10971).
5262
5263 2012-03-11 Juri Linkov <juri@jurta.org>
5264
5265 * replace.el (replace-highlight): Set isearch-word to nil
5266 unconditionally. (Bug#10887)
5267
5268 2012-03-10 Eli Zaretskii <eliz@gnu.org>
5269
5270 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5271 mairix-replace-illegal-chars; all callers changed. Don't remove
5272 ^, ~, and = characters: they are meaningful in mairix search specs.
5273 (mairix-widget-create-query): Add usage information about mairix
5274 search forms: negating words, searching for substrings, etc.
5275
5276 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5277
5278 * international/fontset.el (font-encoding-alist): Add an entry for
5279 ksx1001 (Bug#5667).
5280
5281 2012-03-10 Richard Stallman <rms@gnu.org>
5282
5283 * mail/sendmail.el (mail-encode-header):
5284 Set rfc2047-encode-encoded-words.
5285
5286 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5287
5288 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5289 view buffer means not swapped.
5290 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5291 (rmail-write-region-annotate): Error if real text has disappeared.
5292
5293 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5294
5295 2012-03-10 Chong Yidong <cyd@gnu.org>
5296
5297 * emulation/cua-rect.el (cua--init-rectangles):
5298 * emulation/cua-base.el (cua--init-keymaps):
5299 Add delete-forward-char to remappings (Bug#9666).
5300
5301 2012-03-10 Martin Rudalics <rudalics@gmx.at>
5302
5303 * speedbar.el (speedbar-unhighlight-one-tag-line):
5304 Avoid unhighlighting due to frame switching (Bug#10275).
5305
5306 2012-03-10 Chong Yidong <cyd@gnu.org>
5307
5308 * minibuffer.el (completion-in-region, completion-help-at-point):
5309 Give the completion field overlay a high priority (Bug#6830).
5310
5311 * dired.el (dired-goto-file): Recognize absolute file name
5312 listings (Bug#7126).
5313 (dired-goto-file-1): New helper function.
5314 (dired-toggle-read-only): Inhibit warnings.
5315
5316 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * net/dbus.el (dbus-property-handler): Return empty array if
5319 there are no properties.
5320
5321 2012-03-09 Leo Liu <sdl.web@gmail.com>
5322
5323 * savehist.el (savehist-printable): Stricter check for string
5324 value (Bug#10937).
5325
5326 2012-03-09 Eli Zaretskii <eliz@gnu.org>
5327
5328 * mail/smtpmail.el (smtpmail-send-it):
5329 Bind coding-system-for-write to *-unix, so that FCC files are kept in
5330 valid mbox format.
5331
5332 2012-03-09 Glenn Morris <rgm@gnu.org>
5333
5334 * files.el (dir-locals-find-file):
5335 Don't check result is regular, readable.
5336 (dir-locals-read-from-file): Demote errors.
5337
5338 2012-03-08 Eli Zaretskii <eliz@gnu.org>
5339
5340 * international/quail.el (quail-insert-kbd-layout):
5341 Insert invisible LRM characters before each character in a keyboard
5342 layout cell, to prevent their reordering by bidi display engine.
5343 For details, see the discussion in
5344 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5345
5346 2012-03-08 Alan Mackenzie <acm@muc.de>
5347
5348 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5349 the starting position; make it extend the marked region when
5350 invoked repeatedly - all under appropriate circumstances.
5351 Fixes bugs #5525, #10906.
5352
5353 2012-03-08 Glenn Morris <rgm@gnu.org>
5354
5355 * files.el (locate-dominating-file, dir-locals-find-file):
5356 Undo 2012-03-06 change.
5357
5358 2012-03-07 Eli Zaretskii <eliz@gnu.org>
5359
5360 * international/quail.el (quail-help):
5361 Force bidi-paragraph-direction be left-to-right. See discussion in
5362 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5363 for the reason.
5364
5365 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
5366
5367 Avoid superfluous registering of signals. (Bug#10807)
5368
5369 * notifications.el (notifications-on-action-object)
5370 (notifications-on-close-object): New defvars.
5371 (notifications-on-action-signal, notifications-on-closed-signal):
5372 Unregister the signal if not needed any longer.
5373 (notifications-notify): Register `notifications-action-signal' or
5374 `notifications-closed-signal', if :on-action or :on-close has been
5375 passed as argument.
5376
5377 2012-03-07 Chong Yidong <cyd@gnu.org>
5378
5379 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5380 non-X platforms.
5381
5382 2012-03-06 Glenn Morris <rgm@gnu.org>
5383
5384 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5385 (x-disown-selection-internal, x-get-selection-internal):
5386 Doc fix (add arglist signatures). (Bug#10783)
5387
5388 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5389
5390 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5391 Handle breakpoints with no "type".
5392
5393 2012-03-06 Glenn Morris <rgm@gnu.org>
5394
5395 * files.el (locate-dominating-file): Add optional predicate argument.
5396 (dir-locals-find-file): Make use of above change.
5397
5398 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5399
5400 * info.el (Info-insert-dir): Also try "dir.gz".
5401
5402 2012-03-06 Glenn Morris <rgm@gnu.org>
5403
5404 * files.el (dir-locals-find-file):
5405 Ignore non-readable or non-regular files. (Bug#10928)
5406
5407 * files.el (locate-dominating-file): Doc fix.
5408
5409 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5410
5411 * calendar/calendar.el (calendar-set-mode-line):
5412 `getenv' returns a string. (Bug#10951)
5413
5414 2012-03-05 Leo Liu <sdl.web@gmail.com>
5415
5416 * simple.el (backward-delete-char-untabify): Constrain point to
5417 field (Bug#10939).
5418
5419 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5420
5421 2012-03-05 Chong Yidong <cyd@gnu.org>
5422
5423 * simple.el (count-words): If called from Lisp, return the word
5424 count, for symmetry with `count-lines'. Arglist changed.
5425 (count-words--message): Args changed. Consolidate counting code
5426 from count-words and count-words-region.
5427 (count-words-region): Caller changed.
5428 (count-lines-region): Make it an obsolete alias.
5429
5430 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5431
5432 * saveplace.el (save-place-to-alist)
5433 (save-place-ignore-files-regexp): Allow value nil to disable this
5434 feature.
5435
5436 2012-03-04 Chong Yidong <cyd@gnu.org>
5437
5438 * faces.el (face-spec-reset-face): For the default face, reset the
5439 attributes to default values (Bug#10748).
5440
5441 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5442
5443 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5444 previous patch: Check `message-send-mail-function', and not the
5445 default function (bug#10897).
5446
5447 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
5448
5449 * notifications.el (notifications-on-action-signal)
5450 (notifications-on-closed-signal): Check for unique service name of
5451 incoming event. Fix error in removing entry.
5452 (top): Register for signals with wildcard service name.
5453 (notifications-notify): Use daemon unique service name for map entries.
5454
5455 2012-03-04 Chong Yidong <cyd@gnu.org>
5456
5457 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5458
5459 2012-03-04 Glenn Morris <rgm@gnu.org>
5460
5461 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5462 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5463 (expand-abbrev, define-abbrev-table): Doc fixes.
5464
5465 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5466
5467 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5468 `message-default-send-mail-function' and not `send-mail-function'
5469 when doing the prompting for `sendmail-query-once' before sending
5470 in Message buffers (bug#10897).
5471
5472 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5473 This is inconsistent with all the other stream functions, which leave
5474 the setting up to the higher levels (if so wanted) (bug#10931).
5475
5476 2012-03-02 Alan Mackenzie <acm@muc.de>
5477
5478 Depessimize the handling of very large macros.
5479
5480 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5481 (c-macro-cache-syntactic): New variables to implement a one
5482 element macro cache.
5483 (c-invalidate-macro-cache): New function.
5484 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5485 Adapt to use the new cache.
5486 (c-state-safe-place): Use better the cache of safe positions.
5487 (c-state-semi-nonlit-pos-cache)
5488 (c-state-semi-nonlit-pos-cache-limit):
5489 New variables for...
5490 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5491 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5492 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5493 Use c-state-semi-safe-place.
5494
5495 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5496 Add c-invalidate-macro-cache to the C, C++, Obj entries.
5497
5498 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
5499
5500 * jka-compr.el (jka-compr-call-process):
5501 Apply `file-accessible-directory-p' only when the default directory is
5502 not remote.
5503
5504 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
5505
5506 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5507 access of FILE2, if FILE1 does not exist.
5508
5509 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5510 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5511
5512 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5513 Add "PAGER=" to `process-environment'.
5514
5515 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5516
5517 * progmodes/sql.el: Bug fix
5518 (sql-get-login-ext): Save login values in globals.
5519 (sql-get-login): Use new version of `sql-get-login-ext'.
5520 (sql-interactive-mode): Set global `sql-connection' to nil.
5521 (sql-connect): Set global values for connection.
5522 (sql-product-interactive): Save global values as buffer local.
5523
5524 2012-02-29 Leo Liu <sdl.web@gmail.com>
5525
5526 * abbrev.el (define-abbrevs): Reset sys to nil.
5527
5528 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5529
5530 * files.el (file-equal-p): Rename from `files-equal-p'.
5531 Return nil when one or both files don't exist.
5532 (file-subdir-of-p): Now only top directory must exists,
5533 return nil if it doesn't.
5534 (copy-directory): No need to test with `file-subdir-of-p' after
5535 creating dir.
5536 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5537 to `file-equal-p'.
5538
5539 2012-02-28 Glenn Morris <rgm@gnu.org>
5540
5541 * shell.el (shell-mode):
5542 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5543 * play/landmark.el (landmark-font-lock-face-O):
5544 * play/handwrite.el (handwrite):
5545 * play/gomoku.el (gomoku-O):
5546 * net/browse-url.el (browse-url-browser-display):
5547 * international/mule.el (define-charset):
5548 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5549 * filesets.el (filesets-find-file-delay):
5550 * eshell/em-xtra.el (eshell-xtra):
5551 * eshell/em-unix.el (eshell-grep):
5552 * emulation/viper.el (viper-mode):
5553 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5554 * emacs-lisp/easymenu.el (easy-menu-define):
5555 * calendar/timeclock.el (timeclock-use-display-time):
5556 * bs.el (bs-mode):
5557 * bookmark.el (bookmark-save-flag):
5558 Doc fix (standardize possessive apostrophe usage).
5559
5560 2012-02-27 Chong Yidong <cyd@gnu.org>
5561
5562 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5563 Fix key-binding lookup for ESC key (Bug#9146).
5564
5565 * font-lock.el (font-lock-specified-p): Rename from
5566 font-lock-spec-present. Callers changed.
5567
5568 2012-02-27 Daniel Hackney <dan@haxney.org>
5569
5570 * emacs-lisp/package.el (package-compute-transaction):
5571 Handle holding a package version to t in package-load-list.
5572
5573 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
5574
5575 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5576 (tramp-get-inode, tramp-get-device): Use cached values.
5577
5578 2012-02-26 Alan Mackenzie <acm@muc.de>
5579
5580 Check there is a font-lock specification before doing initial
5581 fontification.
5582
5583 * font-core.el (font-lock-mode): Move the conditional from
5584 :after-hook to font-lock-initial-fontify.
5585 (font-lock-default-function): Move the check for a specification
5586 to font-lock-spec-present.
5587
5588 * font-lock.el (font-lock-initial-fontify): Call ...
5589 (font-lock-spec-present): New function.
5590
5591 2012-02-26 Jim Blandy <jimb@red-bean.com>
5592
5593 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5594 (gdb-send): Apply it to the operand of the '-interpreter-exec
5595 console' command, so that we can pass arguments with (say) quotes
5596 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5597
5598 2012-02-26 Chong Yidong <cyd@gnu.org>
5599
5600 * help-fns.el (describe-function-1): Clarify description of
5601 remapping (Bug#10844).
5602
5603 * files.el (files-equal-p): Doc fix.
5604 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5605 and quit the loop once a mismatch is found.
5606
5607 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
5608
5609 * bs.el (bs--show-with-configuration): Don't throw an error
5610 if the window cannot be split; otherwise, subsequent calls to
5611 bs-show fail, restoring a stale window config. (Bug#10882)
5612
5613 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5614
5615 * term/ns-win.el (global-map): Bind ns-drag-file to
5616 ns-find-file (Bug#5855, Bug#10050).
5617
5618 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5619
5620 * calendar/parse-time.el (parse-time-string): Allow extractor to
5621 return nil.
5622
5623 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
5624
5625 * net/tramp.el (tramp-file-name-for-operation):
5626 Add `files-equal-p' and `file-subdir-of-p'.
5627
5628 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5629 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5630 Add COPY-CONTENTS argument.
5631
5632 2012-02-25 Chong Yidong <cyd@gnu.org>
5633
5634 Add custom groups for VC backends, for consistency with vc-bzr.
5635
5636 * vc/vc-arch.el (vc-arch):
5637 * vc/vc-cvs.el (vc-cvs):
5638 * vc/vc-git.el (vc-git):
5639 * vc/vc-hg.el (vc-hg):
5640 * vc/vc-mtn.el (vc-mtn):
5641 * vc/vc-rcs.el (vc-rcs):
5642 * vc/vc-sccs.el (vc-sccs):
5643 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5644 All relevant defcustoms reassigned.
5645
5646 2012-02-25 Chong Yidong <cyd@gnu.org>
5647
5648 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5649
5650 * term/x-win.el (x-initialize-window-system): Reduce default for
5651 x-selection-timeout to 5 seconds (Bug#8869).
5652
5653 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5654
5655 * files.el (files-equal-p, file-subdir-of-p): New functions.
5656 (copy-directory): Error when trying to copy a directory on itself.
5657 Add missing copy-contents arg to tramp handler.
5658 * dired-aux.el (dired-copy-file-recursive): Same.
5659 (dired-create-files): Modify destination when source is equal to
5660 dest when copying files.
5661 Return also when dest is a subdir of source. (Bug#10489)
5662
5663 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
5664
5665 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5666 (Bug#10874)
5667
5668 2012-02-23 Alan Mackenzie <acm@muc.de>
5669
5670 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5671 parameter "after-hook:" to allow the expansion to run code after
5672 the execution of the mode hooks.
5673
5674 * font-lock.el (font-lock-initial-fontify): New function extracted
5675 from font-lock-mode-internal.
5676
5677 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5678 :after-hook.
5679
5680 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5681
5682 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5683 (completion--cache-all-sorted-completions): New function.
5684 (completion-all-sorted-completions): Use it.
5685 (completion--do-completion, minibuffer-force-complete):
5686 Use it to re-instate the flush hook.
5687
5688 * icomplete.el (icomplete-completions): Replace last fix with a better
5689 one (bug#10850).
5690
5691 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5692
5693 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5694 when it might call us back infinitely (bug#10797).
5695
5696 2012-02-23 Glenn Morris <rgm@gnu.org>
5697
5698 * minibuffer.el (completion-category-overrides): Doc fix.
5699
5700 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5701
5702 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5703 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5704
5705 2012-02-23 Glenn Morris <rgm@gnu.org>
5706
5707 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5708 (authors-obsolete-files-regexps, authors-ignored-files)
5709 (authors-ambiguous-files, authors-renamed-files-alist):
5710 Add more entries.
5711
5712 2012-02-23 Juri Linkov <juri@jurta.org>
5713
5714 * isearch.el (isearch-occur): Sync interactive spec with occur's
5715 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5716
5717 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5718
5719 2012-02-22 Juri Linkov <juri@jurta.org>
5720
5721 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5722 (ucs-insert): Doc fix. Check for hex digits in the string.
5723 Don't display `nil' in the error message. (Bug#10857)
5724
5725 2012-02-22 Alan Mackenzie <acm@muc.de>
5726
5727 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5728
5729 2012-02-22 Glenn Morris <rgm@gnu.org>
5730
5731 * ffap.el (ffap-c-path):
5732 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5733
5734 2012-02-22 Chong Yidong <cyd@gnu.org>
5735
5736 * custom.el (load-theme): Doc fix.
5737
5738 2012-02-22 Glenn Morris <rgm@gnu.org>
5739
5740 * dired-x.el (dired-guess-shell-alist-default):
5741 Remove escape sequences from nroff output. (Bug#172)
5742
5743 2012-02-21 Glenn Morris <rgm@gnu.org>
5744
5745 * vc/emerge.el (emerge-defvar-local):
5746 Set `permanent-local' property rather than unused `preserved'.
5747
5748 * textmodes/picture.el (picture-delete-char): New alias.
5749 (picture-mode-map): Use it. (Bug#10860)
5750 (picture-mode): Doc fix.
5751
5752 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
5753
5754 * newcomment.el (uncomment-region-default): Remove unused binding.
5755
5756 2012-02-21 Glenn Morris <rgm@gnu.org>
5757
5758 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5759 (picture-self-insert, picture-tab-chars): Doc fix.
5760 (picture-mode-map): Fix C-a, C-e.
5761
5762 2012-02-20 Glenn Morris <rgm@gnu.org>
5763
5764 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5765
5766 2012-02-20 Leo Liu <sdl.web@gmail.com>
5767
5768 * icomplete.el (icomplete-completions): Check FROM arg before
5769 passing to substring (Bug#10850).
5770
5771 2012-02-19 Chong Yidong <cyd@gnu.org>
5772
5773 * comint.el: Require ansi-color.
5774 (comint-output-filter-functions): Add ansi-color-process-output.
5775
5776 * ansi-color.el: Don't set comint-output-filter-functions; it is
5777 now in the initial value defined in comint.el.
5778 (ansi-color-apply-face-function): New variable.
5779 (ansi-color-apply-on-region): Use it.
5780 (ansi-color-apply-overlay-face): New function.
5781
5782 * shell.el (shell): No need to require ansi-color.
5783 (shell-mode): Use ansi-color-apply-face-function to highlight
5784 color escapes using font-lock-face property (Bug#10835).
5785
5786 2012-02-19 Chong Yidong <cyd@gnu.org>
5787
5788 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5789 mode-line formats (Bug#10839).
5790
5791 2012-02-18 Glenn Morris <rgm@gnu.org>
5792
5793 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5794
5795 * mail/undigest.el (unforward-rmail-message): Doc fix.
5796
5797 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5798
5799 2012-02-18 Eli Zaretskii <eliz@gnu.org>
5800
5801 * international/characters.el (script-list): Sync with the latest
5802 Unicode Character Database.
5803
5804 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5805
5806 * international/titdic-cnv.el: Remove duplicate coding tag.
5807 * language/cham.el: Likewise.
5808 * language/tai-viet.el: Likewise.
5809
5810 2012-02-18 Glenn Morris <rgm@gnu.org>
5811
5812 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5813 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5814 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5815 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5816 * calendar/holidays.el (holiday-bahai-holidays)
5817 (calendar-holidays, list-holidays):
5818 Use utf-8 Bahá'í in doc-strings, menus, etc.
5819
5820 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5821
5822 * saveplace.el (save-place-ignore-files-regexp): New variable
5823 allowing for excluding files from saving their location of point.
5824 The default value matches the temporary commit message editing
5825 files from Git, SVN, Bazaar, and Mercurial.
5826 (save-place-to-alist): Use it.
5827
5828 2012-02-17 Lawrence Mitchell <wence@gmx.li>
5829 Stefan Monnier <monnier@iro.umontreal.ca>
5830
5831 * newcomment.el (uncomment-region-default): Don't leave extra space
5832 when an arg is provided (bug#8150).
5833
5834 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5835
5836 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
5837
5838 2012-02-17 Glenn Morris <rgm@gnu.org>
5839
5840 * net/socks.el: Require network-stream. (Bug#10599)
5841
5842 2012-02-17 Kenichi Handa <handa@m17n.org>
5843
5844 * international/charprop.el:
5845 * international/uni-name.el:
5846 * international/uni-old-name.el:
5847 * international/uni-comment.el: Regenerate.
5848
5849 2012-02-16 Glenn Morris <rgm@gnu.org>
5850
5851 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5852 Interactively in calendar buffer, give an error if not on a date.
5853
5854 2012-02-15 Glenn Morris <rgm@gnu.org>
5855
5856 * shell.el (shell-delimiter-argument-list):
5857 Revert 2011-02-17 change. (Bug#8027)
5858
5859 2012-02-15 Chong Yidong <cyd@gnu.org>
5860
5861 * minibuffer.el (completion-at-point-functions): Doc fix.
5862
5863 * custom.el (defcustom): Doc fix; note use of defvar.
5864
5865 2012-02-15 Glenn Morris <rgm@gnu.org>
5866
5867 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5868 Doc fixes.
5869
5870 2012-02-14 Glenn Morris <rgm@gnu.org>
5871
5872 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5873
5874 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5875
5876 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5877 way the ports list is computed.
5878 (smtpmail-query-smtp-server): Prompt the user for a port number if
5879 we can't connect to any of the standard ports (bug#10810).
5880
5881 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5882
5883 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5884
5885 2012-02-13 Glenn Morris <rgm@gnu.org>
5886
5887 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5888
5889 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5890
5891 * net/gnutls.el (gnutls-trustfiles): New variable.
5892 (gnutls-negotiate): Use it.
5893
5894 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5895
5896 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5897 does its stuff if Gnus is running.
5898
5899 2012-02-13 Alan Mackenzie <acm@muc.de>
5900
5901 Fix a loop in c-set-fl-decl-start.
5902
5903 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
5904 c-backward-syntactic-ws actually moves backwards.
5905
5906 2012-02-13 Leo Liu <sdl.web@gmail.com>
5907
5908 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5909 beginning so that all \C-o chars are removed.
5910
5911 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5912
5913 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
5914
5915 2012-02-12 Alan Mackenzie <acm@muc.de>
5916
5917 Fix infinite loop with long macros.
5918 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
5919
5920 2012-02-12 Chong Yidong <cyd@gnu.org>
5921
5922 * window.el (display-buffer): Doc fix (Bug#10785).
5923
5924 2012-02-12 Glenn Morris <rgm@gnu.org>
5925
5926 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5927 (x-disown-selection-internal, x-get-selection-internal):
5928 Sync docs with the xselect.c versions.
5929
5930 * allout-widgets.el: Add missing license notice.
5931
5932 2012-02-11 Glenn Morris <rgm@gnu.org>
5933
5934 * select.el (x-get-selection-internal, x-own-selection-internal)
5935 (x-disown-selection-internal):
5936 * x-dnd.el (x-get-selection-internal): Update declarations.
5937
5938 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
5939
5940 * window.el (window-sides-slots):
5941 * tool-bar.el (tool-bar-position):
5942 * term/xterm.el (xterm-extra-capabilities):
5943 * ses.el (ses-self-reference-early-detection):
5944 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
5945 (verilog-auto-wire-type)
5946 (verilog-auto-delete-trailing-whitespace)
5947 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
5948 (verilog-auto-tieoff-declaration):
5949 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
5950 (sql-oracle-statement-starters, sql-oracle-scan-on):
5951 * progmodes/prolog.el (prolog-align-comments-flag)
5952 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
5953 (prolog-left-indent-regexp, prolog-paren-indent-p)
5954 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
5955 (prolog-types, prolog-mode-specificators)
5956 (prolog-determinism-specificators, prolog-directives)
5957 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
5958 (prolog-electric-dot-flag)
5959 (prolog-electric-dot-full-predicate-template)
5960 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
5961 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
5962 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
5963 (prolog-program-switches, prolog-prompt-regexp)
5964 (prolog-debug-on-string, prolog-debug-off-string)
5965 (prolog-trace-on-string, prolog-trace-off-string)
5966 (prolog-zip-on-string, prolog-zip-off-string)
5967 (prolog-use-standard-consult-compile-method-flag)
5968 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
5969 (prolog-imenu-max-lines, prolog-info-predicate-index)
5970 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
5971 (prolog-char-quote-workaround):
5972 * progmodes/cc-vars.el (c-defun-tactic):
5973 * net/tramp.el (tramp-encoding-command-interactive)
5974 (tramp-local-end-of-line):
5975 * net/soap-client.el (soap-client):
5976 * net/netrc.el (netrc-file):
5977 * net/gnutls.el (gnutls):
5978 * minibuffer.el (completion-category-overrides)
5979 (completion-cycle-threshold)
5980 (completion-pcm-complete-word-inserts-delimiters):
5981 * man.el (Man-name-local-regexp):
5982 * mail/feedmail.el (feedmail-display-full-frame):
5983 * international/characters.el (glyphless-char-display-control):
5984 * eshell/em-ls.el (eshell-ls-date-format):
5985 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
5986 (lisp-lambda-list-keyword-parameter-indentation)
5987 (lisp-lambda-list-keyword-parameter-alignment):
5988 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
5989 * dired-x.el (dired-omit-verbose):
5990 * cus-theme.el (custom-theme-allow-multiple-selections):
5991 * calc/calc.el (calc-highlight-selections-with-faces)
5992 (calc-lu-field-reference, calc-lu-power-reference)
5993 (calc-note-threshold):
5994 * battery.el (battery-mode-line-limit):
5995 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5996 (archive-7z-update):
5997 * allout.el (allout-prefixed-keybindings)
5998 (allout-unprefixed-keybindings)
5999 (allout-inhibit-auto-fill-on-headline)
6000 (allout-flattened-numbering-abbreviation):
6001 * allout-widgets.el (allout-widgets-auto-activation)
6002 (allout-widgets-icons-dark-subdir)
6003 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6004 (allout-widgets-theme-dark-background)
6005 (allout-widgets-theme-light-background)
6006 (allout-widgets-item-image-properties-emacs)
6007 (allout-widgets-item-image-properties-xemacs)
6008 (allout-widgets-run-unit-tests-on-load)
6009 (allout-widgets-time-decoration-activity)
6010 (allout-widgets-hook-error-post-time)
6011 (allout-widgets-track-decoration):
6012 Add missing :version tags to new defcustoms and defgroups.
6013
6014 * progmodes/sql.el (sql-ansi-statement-starters)
6015 (sql-oracle-statement-starters): Add custom type.
6016
6017 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6018 (prolog-system-version): Give it a type.
6019
6020 2012-02-11 Eli Zaretskii <eliz@gnu.org>
6021
6022 * term/pc-win.el (x-select-text, x-selection-owner-p)
6023 (x-own-selection-internal, x-disown-selection-internal)
6024 (x-get-selection-internal): Sync doc strings and argument lists
6025 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6026
6027 2012-02-11 Leo Liu <sdl.web@gmail.com>
6028
6029 * progmodes/python.el (python-end-of-statement): Fix infinite
6030 loop. (Bug#10788)
6031
6032 2012-02-10 Glenn Morris <rgm@gnu.org>
6033
6034 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6035 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6036
6037 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6038
6039 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6040 about SMTP before checking the From header.
6041
6042 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
6043 into own function for reuse by emacsbug.el.
6044
6045 2012-02-10 Leo Liu <sdl.web@gmail.com>
6046
6047 * subr.el (condition-case-unless-debug): Rename from
6048 condition-case-no-debug. All callers changed.
6049 (with-demoted-errors): Fix caller.
6050
6051 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6052 * nxml/rng-valid.el (rng-do-some-validation):
6053 * emacs-lisp/package.el (package-refresh-contents)
6054 (package-menu-execute):
6055 * desktop.el (desktop-create-buffer):
6056 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
6057
6058 2012-02-10 Glenn Morris <rgm@gnu.org>
6059
6060 * textmodes/bibtex.el:
6061 Add missing :version tags for new/changed defcustoms.
6062
6063 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6064
6065 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
6066
6067 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6068 (smtpmail-via-smtp): Use it, or fall back on the From address.
6069 (smtpmail-send-it): Ditto.
6070
6071 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6074 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6075 (byte-compile-tmp-var): New const.
6076 (byte-compile-defvar): Use it to minimize .elc size.
6077 Just use `defvar' rather than simulate it (bug#10761).
6078
6079 2012-02-09 Glenn Morris <rgm@gnu.org>
6080
6081 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6082
6083 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6084 Add :version tags.
6085
6086 * progmodes/compile.el (compilation-error-screen-columns)
6087 (compilation-first-column, compilation-filter-start): Doc fixes.
6088
6089 * vc/log-view.el (log-view-toggle-entry-display):
6090 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6091
6092 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6093 (report-emacs-bug-can-use-xdg-email):
6094 (report-emacs-bug-insert-to-mailer): Doc fixes.
6095 (report-emacs-bug): Message fix.
6096
6097 * net/browse-url.el (browse-url-can-use-xdg-open)
6098 (browse-url-xdg-open): Doc fixes.
6099
6100 * electric.el (electric-indent-mode, electric-pair-mode)
6101 (electric-layout-rules, electric-layout-mode): Doc fixes.
6102 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6103
6104 2012-02-08 Martin Rudalics <rudalics@gmx.at>
6105
6106 * server.el (server-unselect-display): Don't inadvertently kill
6107 the current buffer. (Bug#10729)
6108
6109 2012-02-08 Glenn Morris <rgm@gnu.org>
6110
6111 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6112 (sql-list-table): Doc fixes.
6113
6114 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6115 Comment out (does nothing).
6116
6117 * completion.el (dynamic-completion-mode):
6118 * dirtrack.el (dirtrack-debug-mode):
6119 * electric.el (electric-layout-mode):
6120 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6121 * face-remap.el (text-scale-mode, buffer-face-mode):
6122 * iimage.el (iimage-mode):
6123 * image-mode.el (image-transform-mode):
6124 * minibuffer.el (completion-in-region-mode):
6125 * scroll-lock.el (scroll-lock-mode):
6126 * simple.el (next-error-follow-minor-mode):
6127 * tar-mode.el (tar-subfile-mode):
6128 * tooltip.el (tooltip-mode):
6129 * vcursor.el (vcursor-use-vcursor-map):
6130 * wid-browse.el (widget-minor-mode):
6131 * emulation/tpu-edt.el (tpu-edt-mode):
6132 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6133 * international/iso-ascii.el (iso-ascii-mode):
6134 * language/thai-util.el (thai-word-mode):
6135 * mail/supercite.el (sc-minor-mode):
6136 * net/goto-addr.el (goto-address-mode):
6137 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6138 * progmodes/cwarn.el (cwarn-mode):
6139 * progmodes/flymake.el (flymake-mode):
6140 * progmodes/glasses.el (glasses-mode):
6141 * progmodes/hideshow.el (hs-minor-mode):
6142 * progmodes/pascal.el (pascal-outline-mode):
6143 * textmodes/enriched.el (enriched-mode):
6144 * vc/smerge-mode.el (smerge-mode):
6145 Doc fixes (minor mode argument).
6146
6147 2012-02-07 Eli Zaretskii <eliz@gnu.org>
6148
6149 * ls-lisp.el (ls-lisp-sanitize): New function.
6150 (ls-lisp-insert-directory): Use it to fix or remove any elements
6151 in file-alist with missing attributes. (Bug#4673)
6152
6153 2012-02-07 Alan Mackenzie <acm@muc.de>
6154
6155 Fix spurious recognition of c-in-knr-argdecl.
6156
6157 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6158 putative K&R region.
6159
6160 2012-02-07 Alan Mackenzie <acm@muc.de>
6161
6162 * progmodes/cc-engine.el (c-forward-objc-directive):
6163 Prevent looping in "#pragma mark @implementation".
6164
6165 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
6166
6167 * notifications.el (notifications-on-closed-signal): Make `reason'
6168 optional. (Bug#10744)
6169
6170 2012-02-07 Glenn Morris <rgm@gnu.org>
6171
6172 * emacs-lisp/easy-mmode.el (define-minor-mode):
6173 Doc fixes for the macro and the mode it defines.
6174
6175 * image.el (imagemagick-types-inhibit): Doc fix.
6176
6177 * cus-start.el (imagemagick-render-type): Add it.
6178
6179 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6180
6181 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6182 Set the default at load time, too, so that `font-lock-fontify-buffer'
6183 can be called without setting up the entire mode first. This fixes
6184 a bug in `mm-inline-text' with C MIME parts.
6185
6186 2012-02-06 Chong Yidong <cyd@gnu.org>
6187
6188 * simple.el (list-processes--refresh): Delete exited processes
6189 (Bug#8094).
6190
6191 * comint.el (comint-next-prompt): next-single-char-property-change
6192 and prev-single-char-property-change never return nil (Bug#8657).
6193
6194 * custom.el (defcustom): Doc fix (Bug#9711).
6195
6196 2012-02-05 Chong Yidong <cyd@gnu.org>
6197
6198 * cus-edit.el (custom-variable-reset-backup): Quote the value
6199 before storing it in the customized-value property (Bug#6712).
6200 (custom-display): Add a customization type tag.
6201 (custom-buffer-create-internal): Improve tooltip message.
6202
6203 * wid-edit.el (widget-field-value-get): New optional arg to
6204 suppress trailing whitespace truncation.
6205 (character): Use it (Bug#2689).
6206
6207 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6208
6209 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6210 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6211
6212 2012-02-05 Chong Yidong <cyd@gnu.org>
6213
6214 * cus-edit.el (custom-variable-value-create): For mismatched
6215 types, show the current value (Bug#7600).
6216
6217 * custom.el (defcustom): Doc fix.
6218
6219 2012-02-05 Glenn Morris <rgm@gnu.org>
6220
6221 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6222
6223 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
6224
6225 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6226 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6227 (pp-last-sexp): Use `looking-at-p'.
6228
6229 2012-02-04 Glenn Morris <rgm@gnu.org>
6230
6231 * files.el (revert-buffer):
6232 Doc fix (mention revert-buffer-in-progress-p).
6233
6234 * emacs-lisp/ert-x.el (ert-simulate-command):
6235 Check deferred-action-list (which is obsolete) is bound.
6236
6237 * subr.el (with-wrapper-hook): Doc fixes.
6238
6239 * simple.el (filter-buffer-substring-functions)
6240 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6241
6242 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6243
6244 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6245 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6246
6247 2012-02-04 Leo Liu <sdl.web@gmail.com>
6248
6249 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6250
6251 2012-02-04 Glenn Morris <rgm@gnu.org>
6252
6253 * image.el (image-extension-data): Add obsolete alias.
6254
6255 * isearch.el (isearch-update): Doc fix.
6256
6257 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6258
6259 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6260
6261 2012-02-03 Glenn Morris <rgm@gnu.org>
6262
6263 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6264 (image-animate-timeout): Doc fix.
6265
6266 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6267
6268 2012-02-02 Glenn Morris <rgm@gnu.org>
6269
6270 * server.el (server-auth-dir): Doc fix.
6271 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6272
6273 * subr.el (run-mode-hooks): Doc fix.
6274
6275 2012-02-02 Juri Linkov <juri@jurta.org>
6276
6277 * image-mode.el (image-toggle-display-image): Remove tautological
6278 `major-mode' from the `derived-mode-p' test.
6279
6280 2012-02-02 Kenichi Handa <handa@m17n.org>
6281
6282 * composite.el (compose-region): Cancel previous change.
6283
6284 2012-02-02 Kenichi Handa <handa@m17n.org>
6285
6286 * composite.el (compose-region, compose-string): Signal error for
6287 a null string component (Bug#6988).
6288
6289 2012-02-01 Chong Yidong <cyd@gnu.org>
6290
6291 * view.el (view-buffer-other-window, view-buffer-other-frame):
6292 Handle special modes like view-buffer (Bug#10650).
6293 (view-buffer): Simplify.
6294
6295 * frame.el (set-frame-font): Tweak meaning of third argument.
6296
6297 * dynamic-setting.el (font-setting-change-default-font):
6298 Use set-frame-font (Bug#9982).
6299
6300 2012-02-01 Glenn Morris <rgm@gnu.org>
6301
6302 * progmodes/compile.el (compilation-internal-error-properties):
6303 Respect compilation-first-column in the "*compilation*" buffer.
6304
6305 * emacs-lisp/easy-mmode.el (define-minor-mode):
6306 Relax :variable's test for a named function.
6307
6308 2012-01-31 Alan Mackenzie <acm@muc.de>
6309
6310 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6311 off by one error.
6312
6313 2012-01-31 Chong Yidong <cyd@gnu.org>
6314
6315 * frame.el (set-frame-font): New arg ALL-FRAMES.
6316
6317 * menu-bar.el (menu-set-font): Use set-frame-font.
6318
6319 * faces.el (face-spec-reset-face): Don't apply unspecified
6320 attribute values to the default face.
6321
6322 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
6323
6324 * progmodes/cwarn.el (cwarn): Remove dead link.
6325 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6326 Remove * from defcustom docstrings.
6327 (turn-on-cwarn-mode): Make obsolete.
6328 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6329 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6330
6331 2012-01-31 Glenn Morris <rgm@gnu.org>
6332
6333 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6334 Fix :variable handling of mode a symbol not equal to modefun.
6335 Allow named functions to be used as the cdr of :variable.
6336
6337 2012-01-30 Glenn Morris <rgm@gnu.org>
6338
6339 * emacs-lisp/authors.el (authors-fixed-entries):
6340 Remove reference to deleted file rnewspost.el.
6341
6342 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
6343
6344 * window.el (window-with-parameter): Remove unused variable `windows'.
6345 (window--side-check): Remove unused variable `code'.
6346 (window--resize-siblings): Remove unused variable `first'.
6347 (adjust-window-trailing-edge): Remove unused variable `failed'.
6348 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6349 Use `let', not `let*'.
6350 (balance-windows-2): Remove unused variable `found'.
6351 (window--state-put-2): Remove unused variable `splits'.
6352 (window-state-put): Remove unused variable `selected'.
6353 (same-window-p): Use `string-match-p'.
6354 (display-buffer-assq-regexp): Remove unused variable `value'.
6355 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6356 Mark argument ALIST as ignored.
6357 (pop-to-buffer): Remove unused variable `old-window'.
6358
6359 2012-01-29 Eli Zaretskii <eliz@gnu.org>
6360
6361 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6362 and .lzma compressed files.
6363
6364 2012-01-29 Chong Yidong <cyd@gnu.org>
6365
6366 * frame.el (window-system-default-frame-alist): Doc fix.
6367
6368 * dynamic-setting.el (font-setting-change-default-font): Don't
6369 change the default face if SET-FONT argument is non-nil (Bug#9982).
6370
6371 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6372
6373 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6374
6375 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6376
6377 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6378 breakpoints in files outside current directory (Bug#6098).
6379
6380 2012-01-29 Chong Yidong <cyd@gnu.org>
6381
6382 * progmodes/python.el: Require ansi-color at top-level.
6383
6384 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6385 Define and use in Emacs Lisp mode (Bug#9360).
6386 (lisp-mode-abbrev-table): Add doc.
6387 (lisp-mode-variables): Don't set local-abbrev-table.
6388 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6389
6390 2012-01-28 Roland Winkler <winkler@gnu.org>
6391
6392 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6393
6394 2012-01-28 Roland Winkler <winkler@gnu.org>
6395
6396 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6397 (bibtex-set-dialect): Use it. Either set global values of
6398 dialect-dependent variables or bind these variables buffer-locally
6399 (Bug#10254).
6400 (bibtex-mode): Call bibtex-set-dialect via
6401 hack-local-variables-hook.
6402 (bibtex-dialect): Update docstring.
6403 Add safe-local-variable predicate.
6404 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6405 bibtex-set-dialect.
6406 (bibtex-mode-map): Define menu for each dialect.
6407 (bibtex-entry): Fix docstring.
6408
6409 2012-01-28 Chong Yidong <cyd@gnu.org>
6410
6411 * eshell/esh-arg.el (eshell-quote-argument): New function.
6412
6413 * eshell/esh-ext.el (eshell-invoke-batch-file):
6414 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6415 first arg to eshell-parse-command (Bug#10523).
6416
6417 2012-01-28 Drew Adams <drew.adams@oracle.com>
6418
6419 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6420 `default-directory' is non-nil.
6421
6422 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6423
6424 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6425 line that displays system-configuration-options. (Bug#9924)
6426
6427 2012-01-28 Drew Adams <drew.adams@oracle.com>
6428
6429 * descr-text.el (describe-char): Show information about POS, in
6430 addition to information about the character at POS. Improve and
6431 update the doc string. Change "code point" to "code point in
6432 charset", to avoid confusion with the character's Unicode code
6433 point shown above that. (Bug#10129)
6434
6435 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6436
6437 * descr-text.el (describe-char): Show the raw character, not only
6438 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6439 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6440 for the reasons.
6441
6442 2012-01-28 Phil Hagelberg <phil@hagelb.org>
6443
6444 * emacs-lisp/package.el (package-install):
6445 Run package-refresh-contents if there is no archive yet (Bug#9798).
6446
6447 2012-01-28 Chong Yidong <cyd@gnu.org>
6448
6449 * emacs-lisp/package.el (package-maybe-load-descriptor):
6450 New function, split from package-maybe-load-descriptor.
6451 (package-maybe-load-descriptor): Use it.
6452 (package-download-transaction): Fully load required packages
6453 inside the loop, so that `require' calls work (Bug#10593).
6454 (package-install): No need to call package-initialize now.
6455
6456 2012-01-28 Chong Yidong <cyd@gnu.org>
6457
6458 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6459
6460 * tooltip.el (tooltip-mode): Doc fix.
6461 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6462
6463 * frame.el (set-cursor-color): Doc fix (Bug#352).
6464
6465 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6466 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6467
6468 * cus-edit.el (custom-buffer-create-internal): Fix search button
6469 action (Bug#10542).
6470 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6471
6472 2012-01-27 Eduard Wiebe <usenet@pusto.de>
6473
6474 * dired.el (dired-mark-files-regexp):
6475 Include any subdirectory components. (Bug#10445)
6476
6477 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6478
6479 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6480 Handle [host]:port syntax. (Bug#10533)
6481
6482 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
6483
6484 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6485
6486 2012-01-26 Glenn Morris <rgm@gnu.org>
6487
6488 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6489 * term.el (term-raw-escape-map): Use Control-X-prefix.
6490 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6491
6492 2012-01-25 Martin Rudalics <rudalics@gmx.at>
6493
6494 * window.el (window-state-get, window--state-get-1): Don't deal
6495 with fixed-sizeness of windows. Simplify code.
6496
6497 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6498
6499 * window.el (window--state-get-1, window--state-put-2):
6500 Don't save and restore the mark.
6501
6502 2012-01-25 Chong Yidong <cyd@gnu.org>
6503
6504 * custom.el (custom-variable-p): Doc fix.
6505
6506 2012-01-25 Glenn Morris <rgm@gnu.org>
6507
6508 * dired.el (dired-goto-file): Handle some of the more common
6509 characters that `ls -b' escapes. (Bug#10596)
6510
6511 * progmodes/compile.el (compilation-next-error-function):
6512 Respect compilation-first-column in the "*compilation*" buffer.
6513 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6514
6515 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6516
6517 2012-01-24 Glenn Morris <rgm@gnu.org>
6518
6519 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6520
6521 2012-01-24 Julien Danjou <julien@danjou.info>
6522
6523 * color.el (color-rgb-to-hsl): Fix value computing.
6524 (color-hue-to-rgb): New function.
6525 (color-hsl-to-rgb): New function.
6526 (color-clamp, color-saturate-hsl, color-saturate-name)
6527 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6528 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6529
6530 2012-01-24 Glenn Morris <rgm@gnu.org>
6531
6532 * vc/vc-rcs.el (vc-rcs-create-tag):
6533 * vc/vc-sccs.el (vc-sccs-create-tag):
6534 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6535
6536 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6537
6538 * eshell/esh-util.el (eshell-read-hosts-file):
6539 Skip comment lines. (Bug#10549)
6540
6541 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6542
6543 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
6544
6545 * subr.el (display-delayed-warnings): Doc fix.
6546 (collapse-delayed-warnings): New function to collapse identical
6547 adjacent warnings.
6548 (delayed-warnings-hook): Add it.
6549
6550 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
6551
6552 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6553
6554 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6555 (tramp-default-user-alist): Don't add "pscp".
6556 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6557 property "login-as", if set. (Bug#10530)
6558
6559 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
6560
6561 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6562 "plink1" and "psftp". (Bug#10530)
6563
6564 2012-01-21 Kenichi Handa <handa@m17n.org>
6565
6566 * international/mule-cmds.el (prefer-coding-system): Show a
6567 warning message if the default value of file-name-coding-system
6568 was not changed.
6569
6570 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6571
6572 * windmove.el (windmove-reference-loc):
6573 Fix windmove-reference-loc miscalculation.
6574
6575 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6576
6577 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6578 default unit.
6579
6580 2012-01-21 Glenn Morris <rgm@gnu.org>
6581
6582 * international/mule.el (auto-coding-alist): Add .tbz.
6583
6584 * files.el (local-enable-local-variables): Doc fix.
6585 (inhibit-local-variables-regexps): Rename from
6586 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6587 Doc fix. Add some extensions from auto-coding-alist.
6588 (inhibit-local-variables-suffixes):
6589 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6590 (inhibit-local-variables-p):
6591 New function, extracted from set-auto-mode-1.
6592 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6593 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6594 (hack-local-variables): Doc fix. Make the mode-only case
6595 respect enable-local-variables and friends.
6596 Respect inhibit-local-variables-regexps for file-locals, but
6597 not for directory-locals.
6598 (set-visited-file-name):
6599 Take account of inhibit-local-variables-regexps.
6600 Whether it applies may change as the file name is changed.
6601 * jka-cmpr-hook.el (jka-compr-install):
6602 * jka-compr.el (jka-compr-uninstall):
6603 Update for inhibit-first-line-modes-suffixes name change.
6604
6605 2012-01-20 Martin Rudalics <rudalics@gmx.at>
6606
6607 * help-macro.el (make-help-screen): Temporarily restore original
6608 binding for minor-mode-map-alist (Bug#10454).
6609
6610 2012-01-19 Julien Danjou <julien@danjou.info>
6611
6612 * color.el (color-name-to-rgb): Use the white color to find the max
6613 color component value and return correctly computed values.
6614 (color-name-to-rgb): Add missing float conversion for max value.
6615
6616 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6617
6618 * window.el (window--state-get-1, window-state-get): Do not use
6619 special state value for window-persistent-parameters.
6620 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
6621 (window--state-put-2): Reset all window parameters to nil before
6622 assigning values of persistent parameters.
6623
6624 2012-01-18 Alan Mackenzie <acm@muc.de>
6625
6626 Eliminate sluggishness and hangs in fontification of "semicolon
6627 deserts".
6628
6629 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6630 Change value 10000 -> 3000.
6631 (c-state-safe-place): Reformulate so it doesn't stack up an
6632 infinite number of wrong entries in c-state-nonlit-pos-cache.
6633 (c-determine-limit-get-base, c-determine-limit): New functions to
6634 determine backward search limits disregarding literals.
6635 (c-find-decl-spots): Amend commenting.
6636 (c-cheap-inside-bracelist-p): New function which detects "={".
6637
6638 * progmodes/cc-fonts.el
6639 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6640 backward search.
6641 (c-font-lock-declarations): Fix an occurrence of point being
6642 undefined. Check additionally for point being in a bracelist or
6643 near a macro invocation without a semicolon so as to avoid a
6644 fruitless time consuming search for a declarator. Give a more
6645 precise search limit for declarators using the new
6646 c-determine-limit.
6647
6648 2012-01-18 Glenn Morris <rgm@gnu.org>
6649
6650 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6651 (set-auto-mode): Doc fixes.
6652
6653 2012-01-17 Glenn Morris <rgm@gnu.org>
6654
6655 * isearch.el (search-nonincremental-instead): Fix doc typo.
6656
6657 * dired.el (dired-insert-directory): Handle newlines in directory name.
6658 (dired-build-subdir-alist): Unescape newlines in directory name.
6659
6660 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
6661
6662 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6663 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6664 (tramp-action-terminal): Use it. (Bug#10530)
6665
6666 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6669
6670 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6671
6672 * window.el (window-state-ignored-parameters): Remove variable.
6673 (window--state-get-1): Rename argument MARKERS to IGNORE.
6674 Handle persistent window parameters. Make copy of clone-of
6675 parameter only if requested. (Bug#10348)
6676 (window--state-put-2): Install a window parameter only if it has
6677 a non-nil value or an existing parameter shall be overwritten.
6678
6679 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
6680
6681 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6682
6683 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6684
6685 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6686 don't pass the (nil) value of `upnode' to string-match.
6687
6688 2012-01-14 Chong Yidong <cyd@gnu.org>
6689
6690 * startup.el (command-line): Fix X resource class for cursorColor.
6691 Fix values recognized by the cursorBlink resource.
6692
6693 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6694
6695 * epg.el (epg--make-temp-file): Avoid permission race condition
6696 when running on old Emacs versions (bug#10403).
6697
6698 2012-01-14 Glenn Morris <rgm@gnu.org>
6699
6700 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6701
6702 2012-01-13 Alan Mackenzie <acm@muc.de>
6703
6704 Fix filling for when filladapt mode is enabled.
6705
6706 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6707 c-mask-paragraph, pass in `fill-paragraph' rather than
6708 `fill-region-as-paragraph'. (This is a reversion of a previous
6709 change.)
6710 * progmodes/cc-mode.el (c-basic-common-init):
6711 Make fill-paragraph-handle-comment buffer local and set it to nil.
6712
6713 2012-01-13 Glenn Morris <rgm@gnu.org>
6714
6715 * dired.el (dired-switches-escape-p): New function.
6716 (dired-insert-directory): Use dired-switches-escape-p.
6717 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6718
6719 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6720
6721 2012-01-12 Glenn Morris <rgm@gnu.org>
6722
6723 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6724 changes in adaptive-fill-regexp. (Bug#10276)
6725
6726 2012-01-11 Alan Mackenzie <acm@muc.de>
6727
6728 Fix Emacs bug #10463 - put `widen's around the critical spots.
6729
6730 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6731 widen around each invocation of c-state-pp-to-literal. Remove an
6732 unused let variable.
6733
6734 2012-01-11 Glenn Morris <rgm@gnu.org>
6735
6736 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
6737 Doc fix.
6738
6739 2012-01-10 Chong Yidong <cyd@gnu.org>
6740
6741 * net/network-stream.el (network-stream-open-starttls):
6742 Avoid emitting a confusing error message when the server gives a bad
6743 response to the capability command.
6744
6745 2012-01-10 Glenn Morris <rgm@gnu.org>
6746
6747 * mail/unrmail.el (unrmail): Tweak previous change.
6748
6749 2012-01-09 Chong Yidong <cyd@gnu.org>
6750
6751 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6752
6753 2012-01-08 Alan Mackenzie <acm@muc.de>
6754
6755 Optimise font locking in long enum definitions.
6756
6757 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6758 arm to a cond form to handle enums.
6759 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6760 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6761
6762 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6763
6764 * files.el (move-file-to-trash): Preserve default file modes on error.
6765 (Bug#10401)
6766
6767 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6768
6769 * faces.el (set-face-attribute): Clarify the meaning of the nil
6770 frame (bug#10294).
6771
6772 * subr.el (with-selected-frame): Mention that the selected frame
6773 is restored (bug#9980).
6774
6775 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6776 (bug#9759).
6777
6778 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6779 (password-read): Don't autoload unused function.
6780
6781 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
6782
6783 * progmodes/which-func.el (which-func-mode): Turn into a
6784 non-interactive function and mark as obsolete (bug#10428).
6785
6786 2012-01-06 Chong Yidong <cyd@gnu.org>
6787
6788 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6789 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6790 functions, along with 1 and -1.
6791
6792 2012-01-06 Eli Zaretskii <eliz@gnu.org>
6793
6794 * time.el (display-time-load-average)
6795 (display-time-default-load-average): Doc fixes. See the thread
6796 starting at
6797 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6798 for the details.
6799
6800 2012-01-06 Glenn Morris <rgm@gnu.org>
6801
6802 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6803 has no messages. (Bug#10377)
6804
6805 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6806 than Info-edit. (Bug#10385)
6807
6808 * time.el (display-time-load-average, display-time-next-load-average):
6809 Doc fixes.
6810
6811 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6812 local setting of buffer-read-only to the input buffer. (Bug#10419)
6813
6814 * calendar/calendar.el (calendar-mode):
6815 Locally set scroll-margin to 0. (Bug#10379)
6816
6817 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
6818
6819 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6820
6821 2012-01-05 Glenn Morris <rgm@gnu.org>
6822
6823 * eshell/em-unix.el (diff-no-select): Autoload it.
6824 (eshell/diff): Use diff-no-select. (Bug#10420)
6825
6826 2012-01-05 Chong Yidong <cyd@gnu.org>
6827
6828 * shell.el (shell-dynamic-complete-functions): Revert last change.
6829 (shell-command-completion-function): New function.
6830 (shell-completion-vars): Use it to implement
6831 shell-completion-execonly (Bug#10417).
6832
6833 * custom.el (enable-theme): Don't set custom-safe-themes.
6834
6835 * cus-theme.el (custom-theme-merge-theme):
6836 Ignore custom-enabled-themes and custom-safe-themes.
6837
6838 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6839
6840 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6841 first prompt in `sql-interacive-mode'.
6842 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
6843 keywords.
6844 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
6845 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6846 context of original buffer. Invoke `sql-login-hook'.
6847
6848 2012-01-04 Eli Zaretskii <eliz@gnu.org>
6849
6850 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6851 letters in cite-prefix.
6852
6853 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6854
6855 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6856
6857 2012-01-03 Chong Yidong <cyd@gnu.org>
6858
6859 * shell.el (shell-dynamic-complete-functions):
6860 Put pcomplete-completions-at-point, so as to try
6861 comint-filename-completion first (Bug#10417).
6862
6863 2012-01-02 Richard Stallman <rms@gnu.org>
6864
6865 * battery.el (battery-status-function):
6866 Detect when to use battery-yeeloong-sysfs.
6867 (battery-echo-area-format): Add string for Yeeloong.
6868 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6869 (battery-yeeloong-sysfs): New function.
6870
6871 2012-01-02 Chong Yidong <cyd@gnu.org>
6872
6873 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6874 (dirtrack): Merge code for handling relative filenames in prompt
6875 from shell-dir-cookie-watcher.
6876 (dirtrack-debug-message): New arg to avoid excess format calls.
6877
6878 * shell.el (shell-dir-cookie-re): Variable deleted.
6879 (shell-dir-cookie-watcher): Function deleted.
6880 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6881 with dirtrack-mode.
6882
6883 2012-01-01 Eli Zaretskii <eliz@gnu.org>
6884
6885 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6886 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
6887 libgnutls-26.dll.
6888
6889 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6890
6891 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6892
6893 2011-12-31 Eli Zaretskii <eliz@gnu.org>
6894
6895 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6896 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6897
6898 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
6899
6900 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6901 also for alternative shells.
6902 (tramp-open-connection-setup-interactive-shell): Check, whether
6903 the shell is a busybox.
6904 (tramp-send-command): Don't suppress multiple prompts for
6905 busyboxes, it hurts.
6906
6907 2011-12-28 Chong Yidong <cyd@gnu.org>
6908
6909 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6910 (gdb-get-source-file): Move mode line update to
6911 gdb-get-source-file (Bug#10087).
6912
6913 2011-12-25 Chong Yidong <cyd@gnu.org>
6914
6915 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6916 gud-gdb-marker-filter without taking it as an argument.
6917 (gud-gdb-run-command-fetch-lines): Caller changed.
6918 (gud-gdb-completion-function): New variable.
6919 (gud-gdb-completion-at-point): Use it.
6920 (gud-gdb-completions-1): Split from gud-gdb-completions.
6921
6922 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
6923 function as separate arguments.
6924 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
6925 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
6926 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
6927 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
6928 (gdb-stopped, def-gdb-auto-update-trigger)
6929 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
6930 (gdb-get-changed-registers, gdb-get-main-selected-frame):
6931 Callers changed.
6932 (gud-gdbmi-completions): New function.
6933 (gdb): Use it for generating the completion table.
6934
6935 2011-12-24 Alan Mackenzie <acm@muc.de>
6936
6937 Introduce a mechanism to widen the region used in context font
6938 locking. Use this to protect declarations from losing their contexts.
6939
6940 * progmodes/cc-langs.el (c-before-font-lock-functions):
6941 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
6942 (c-before-context-fontification-functions): New defvar, a list of
6943 functions to be run just before context (etc.) font locking.
6944
6945 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
6946 New, functionality extracted from
6947 c-neutralize-syntax-in-and-mark-CPP.
6948 (c-in-after-change-fontification): New variable.
6949 (c-after-change): Set c-in-after-change-fontification.
6950 (c-set-fl-decl-start): Rejig its interface, so it can be called
6951 from both after-change and context fontifying.
6952 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
6953 New functions.
6954 (c-standard-font-lock-fontify-region-function): New variable.
6955 (c-font-lock-fontify-region): New function.
6956
6957 2011-12-24 Juri Linkov <juri@jurta.org>
6958
6959 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
6960 (Bug#10348)
6961
6962 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
6963
6964 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
6965 existence of source file. (Bug#10325)
6966
6967 2011-12-23 Alan Mackenzie <acm@muc.de>
6968
6969 Fix unstable fontification inside templates.
6970
6971 * progmodes/cc-langs.el (c-before-font-lock-functions):
6972 Newly created from the singular version. The (c c++ objc) entry now
6973 additionally has c-set-fl-decl-start. The other languages (apart
6974 from AWK) have that as a single entry.
6975
6976 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
6977 The functionality for "local" declarations has been extracted to
6978 c-set-fl-decl-start.
6979
6980 * progmodes/cc-mode.el (c-common-init, c-after-change):
6981 Changes due to pluralisation of c-before-font-lock-functions.
6982 (c-set-fl-decl-start): New function, extracted from
6983 c-font-lock-enclosing-decls and enhanced.
6984
6985 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
6986
6987 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
6988
6989 2011-12-22 Juri Linkov <juri@jurta.org>
6990
6991 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
6992
6993 2011-12-22 Chong Yidong <cyd@gnu.org>
6994
6995 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
6996
6997 2011-12-21 Drew Adams <drew.adams@oracle.com>
6998
6999 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7000
7001 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7002
7003 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7004
7005 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7006
7007 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7008 highlighting and support. Fix up comments for capitalization.
7009 (cfengine-mode-debug): New var.
7010 (cfengine3-mode): Change the modeline indicator to "CFE3".
7011 (cfengine3-font-lock-keywords): Improve defun highlighting.
7012 (cfengine2-actions): Rename from `cfengine-actions'.
7013 (cfengine2-font-lock-keywords): Rename from
7014 `cfengine-font-lock-keywords'.
7015 (cfengine2-imenu-expression): Rename from
7016 `cfengine-imenu-expression'.
7017 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7018 (cfengine2-beginning-of-defun): Rename from
7019 `cfengine-beginning-of-defun'.
7020 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7021 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7022 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7023 modeline indicator to "CFE2".
7024 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7025 (cfengine-mode-abbrevs): Mark obsolete.
7026
7027 2011-12-21 Chong Yidong <cyd@gnu.org>
7028
7029 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7030 filename argument.
7031
7032 2011-12-20 Martin Rudalics <rudalics@gmx.at>
7033
7034 * window.el (window-normalize-buffer-to-display): Remove.
7035 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7036
7037 2011-12-19 Chong Yidong <cyd@gnu.org>
7038
7039 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7040 Don't signal an error in a predicate function; return non-nil.
7041 (vc-dir-mark-file): Move the error here.
7042 (vc-dir-mark-unmark): If acting on the region, keep going if one
7043 of the entries cannot be marked/unmarked.
7044 (vc-dir-mark-all-files): If current entry is a directory, mark
7045 only child files, as documented.
7046
7047 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7048
7049 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7050 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7051 addition.
7052
7053 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7054
7055 * term/ns-win.el (ns-get-selection-internal)
7056 (ns-store-selection-internal): Declare.
7057 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7058 Declare as obsolete.
7059 (ns-get-pasteboard, ns-paste-secondary):
7060 Use ns-get-selection-internal.
7061 (ns-set-pasteboard, ns-copy-including-secondary):
7062 Use ns-store-selection-internal.
7063
7064 2011-12-17 Chong Yidong <cyd@gnu.org>
7065
7066 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
7067 (vc-deduce-fileset): Doc fix.
7068
7069 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7070
7071 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7072
7073 2011-12-13 Sam Steingold <sds@gnu.org>
7074
7075 * man.el (Man-getpage-in-background): When running under a
7076 window-system, ignore $MANWIDTH and $COLUMNS.
7077
7078 2011-12-15 Kenichi Handa <handa@m17n.org>
7079
7080 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7081 (setup-ethiopic-environment-internal): Comment out key-binding for
7082 ethio-toggle-punctuation.
7083
7084 2011-12-13 Alan Mackenzie <acm@muc.de>
7085
7086 Add the switch statement to AWK Mode.
7087
7088 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7089 "default" to the keywords regexp.
7090
7091 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7092 expression as the rest.
7093 (c-nonlabel-token-key): Allow string literals for AWK.
7094 Refactor for the other modes.
7095
7096 Large brace-block initialisation makes CC Mode slow: Fix.
7097 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7098 routines. Limit backward searching in c-font-lock-enclosing.decl.
7099
7100 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7101 pp-state and literal type in addition to the limits.
7102 (c-state-safe-place): New defun, extracted from c-state-literal-at.
7103 (c-state-literal-at): Use the above new defun.
7104 (c-slow-in-literal, c-fast-in-literal): Remove.
7105 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7106
7107 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7108 being in a literal. Add a limit for backward searching.
7109
7110 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7111 c-slow-in-literal.
7112
7113 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7114
7115 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7116
7117 2011-12-13 Martin Rudalics <rudalics@gmx.at>
7118
7119 * window.el (delete-other-windows): Use correct frame in call to
7120 window-with-parameter.
7121
7122 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7123
7124 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7125 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7126 (makefile-gmake-statements, makefile-makepp-statements):
7127 Use it and add new makepp keywords.
7128 (makefile-makepp-font-lock-keywords): Add new patterns.
7129 (makefile-match-function-end): Match new [...] and [[...]].
7130
7131 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
7132
7133 * ses.el (ses-call-printer-return, ses-cell-property-get)
7134 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7135 (ses-create-cell-variable, ses-reset-header-string)
7136 (ses-cell-set-formula, ses-repair-cell-reference-all)
7137 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7138 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7139 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7140 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7141 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7142 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7143 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7144 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7145 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7146 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7147 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7148 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7149
7150 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7151
7152 * ses.el: The overall change is to add cell renaming, that is
7153 setting fancy names for cell symbols other than name matching
7154 "\\`[A-Z]+[0-9]+\\'" regexp .
7155 (ses-create-cell-variable): New defun.
7156 (ses-relocate-formula): Relocate formulas only for cells the
7157 symbols of which are not renamed, i.e. symbols whose names do not
7158 match regexp "\\`[A-Z]+[0-9]+\\'".
7159 (ses-relocate-all): Relocate values only for cells the symbols of
7160 which are not renamed.
7161 (ses-load): Create cells variables as the (ses-cell ...) are read,
7162 in order to check row col consistency with cell symbol name only
7163 for cells that are not renamed.
7164 (ses-replace-name-in-formula): New defun.
7165 (ses-rename-cell): New defun.
7166
7167 2011-12-11 Chong Yidong <cyd@gnu.org>
7168
7169 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7170 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7171
7172 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7173
7174 * window.el (other-window): Fix docstring.
7175
7176 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7177
7178 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7179 `from' or `to' address before taking its substring.
7180 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7181 encoded name is chopped in the middle of the encoded string, and
7182 thus displayed encoded.
7183
7184 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
7185
7186 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7187
7188 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7189
7190 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7191 to use texinfo-update-node and commands that call it if the
7192 Texinfo file uses @node lines without next/prev/up pointers.
7193 Correct outdated description about texinfo-master-menu.
7194 (texinfo-all-menus-update, texinfo-master-menu)
7195 (texinfo-update-node, texinfo-every-node-update)
7196 (texinfo-multiple-files-update): Doc fix. Warn against updating
7197 all the @node lines.
7198 (texinfo-master-menu): Only call texinfo-update-node if the prefix
7199 argument is numeric. Explain better in the doc string what the
7200 function really does.
7201 (texinfo-insert-master-menu-list): Improve the error message
7202 displayed if there's no menu in the Top node.
7203 (Bug#2975) See also this thread:
7204 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7205
7206 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7207
7208 * speedbar.el (speedbar-supported-extension-expressions):
7209 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7210
7211 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
7212
7213 * printing.el (pr-mode-alist):
7214 * simple.el (filter-buffer-substring-functions)
7215 (completion-list-insert-choice-function):
7216 * window.el (window-with-parameter, window-atom-root)
7217 (window-sides-slots, window-size-fixed, window-min-delta)
7218 (window-max-delta, window--resize-mini-window)
7219 (window--resize-child-windows-normal, window-tree)
7220 (delete-other-windows, quit-window, split-window)
7221 (display-buffer-record-window, special-display-buffer-names)
7222 (special-display-regexps, special-display-popup-frame)
7223 (same-window-p, split-window-sensibly)
7224 (display-buffer-overriding-action, display-buffer-alist)
7225 (display-buffer-base-action, display-buffer, switch-to-buffer)
7226 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7227 (fit-window-to-buffer, recenter-positions)
7228 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7229 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7230 and remove unneeded backslashes in docstrings.
7231
7232 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7233
7234 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7235
7236 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7237 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7238 end in ".mk".
7239 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7240 when reading the makefile (bug#10116).
7241
7242 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7243
7244 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7245 (bug#10116).
7246
7247 2011-12-06 Glenn Morris <rgm@gnu.org>
7248
7249 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7250
7251 2011-12-06 Chong Yidong <cyd@gnu.org>
7252
7253 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7254
7255 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7256
7257 * textmodes/table.el (table-shorten-cell): Fix typo.
7258
7259 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7260
7261 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7262
7263 2011-12-05 Eli Zaretskii <eliz@gnu.org>
7264
7265 * descr-text.el (describe-char): Fix display of strong
7266 right-to-left characters and directional embeddings and overrides.
7267
7268 * simple.el (what-cursor-position): Fix display of codepoints of
7269 strong right-to-left characters.
7270
7271 2011-12-05 Chong Yidong <cyd@gnu.org>
7272
7273 * faces.el (read-color): Doc fix.
7274
7275 2011-12-05 Glenn Morris <rgm@gnu.org>
7276
7277 * align.el (align--set-marker): Add doc-string.
7278 Don't try to move something that is not a marker. (Bug#10216)
7279
7280 2011-12-04 Glenn Morris <rgm@gnu.org>
7281
7282 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7283 overly zealous deletion of trailing whitespace.
7284
7285 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
7286
7287 * server.el (server-delete-client): On Windows, do not try to delete
7288 the only terminal.
7289 (server-process-filter): On Windows, treat requests for a tty frame as
7290 if they were for a GUI frame if the running server is in GUI mode.
7291
7292 2011-12-03 Glenn Morris <rgm@gnu.org>
7293
7294 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7295
7296 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * electric.el: Streamline electric-indent's hook.
7299 (electric-indent-chars): Revert to simple list.
7300 (electric-indent-functions): New var.
7301 (electric-indent-post-self-insert-function): Use it.
7302
7303 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7304 there's no inferior buffer (bug#10196).
7305 (prolog-consult-compile): Don't use toggle-read-only.
7306
7307 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
7308
7309 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7310 interrupt. (Bug#10187)
7311
7312 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7315 (bug#9160).
7316
7317 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7318 (bug#10191).
7319
7320 2011-12-02 Juri Linkov <juri@jurta.org>
7321
7322 * info.el (Info-search): Display "end of manual" when Isearch
7323 reaches the end of single-file Info manual. (Bug#9918)
7324
7325 2011-12-02 Eli Zaretskii <eliz@gnu.org>
7326
7327 * isearch.el (isearch-message-prefix): Run the input method part
7328 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7329
7330 2011-12-02 Juri Linkov <juri@jurta.org>
7331
7332 * isearch.el (isearch-occur): Use `word-search-regexp' for
7333 `isearch-word'.
7334 (isearch-search-and-update): Add condition for `isearch-word' and
7335 call `word-search-regexp'. (Bug#10145)
7336
7337 2011-12-01 Glenn Morris <rgm@gnu.org>
7338
7339 * eshell/em-hist.el (eshell-hist-initialize):
7340 Handle eshell-history-size nil and HISTSIZE set or unset.
7341 (eshell-history-file-name, eshell-history-size): Fix custom type.
7342
7343 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7344
7345 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7346
7347 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
7348
7349 * progmodes/verilog-mode.el (verilog-pretty-expr):
7350 Rework verilog-pretty-expr to handle new assignment operators in system
7351 verilog, such as += *= and the like.
7352 (verilog-assignment-operator-re): Regular expression to find the
7353 assigment operator in a verilog assignment.
7354 (verilog-assignment-operation-re): Regular expression to find an
7355 assignment statement for pretty-expr.
7356 (verilog-in-attribute-p): Query returns true if point is in an
7357 attribute context; used to skip these for expression line up from
7358 pretty-expr.
7359 (verilog-in-parameter-p): Query returns true if point is in an
7360 parameter definition context; used to skip these for expression
7361 line up from pretty-expr.
7362 (verilog-in-parenthesis-p): Query returns true if point is in a
7363 parenthetical expression, specifically ( ) but not [ ] or { };
7364 used by pretty-expr.
7365 (verilog-just-one-space): If there is no space, don't add one.
7366 (verilog-get-lineup-indent-2): Specifically skip just attribute
7367 contexts for expression lineup, rather than skipping all
7368 parenthetical expressions.
7369 (verilog-calculate-indent): Fix comment, and fix indent.
7370 (verilog-do-indent): Indent declarations in lists (suggested by
7371 Joachim Lechner).
7372 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7373 skeleton items.
7374 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7375 by Alain Mellan).
7376
7377 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
7378
7379 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7380 parameters with embedded comments. Reported by Ray Stevens.
7381 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7382 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7383 Reported by Tim Holt.
7384 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7385 instantiated by upper module causing wrong expansion until AUTOed a
7386 second time. Reported by K C Buckenmaier.
7387 (verilog-diff-auto): Fix showing .* as a difference when
7388 `verilog-auto-star-save' off. Reported by Dan Dever.
7389 (verilog-auto-reset, verilog-read-always-signals)
7390 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7391 temporary signals in reset list if
7392 verilog-auto-reset-blocking-in-non is nil, and match assignment
7393 style to each signal's assignment type, bug381.
7394 Reported by Thomas Esposito.
7395 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7396 (verilog-uvm-statement-re): Support UVM indentation and
7397 highlighting, with old OVM keywords only.
7398 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7399 Support AUTOTIEOFF creating non-wire data types.
7400 Suggested by Jonathan Greenlaw.
7401 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7402 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7403 (verilog-inject-sense, verilog-read-inst-pins)
7404 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7405 Fix mismatching parenthesis inside commented out code when deleting
7406 AUTOINST, bug383. Reported by Jonathan Greenlaw.
7407 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7408 non-numeric vector width. Reported by Alex Reed.
7409 (verilog-auto-ascii-enum): Add "onehot" option to work around not
7410 detecting signals with parameter widths. Reported by Alex Reed.
7411 (verilog-auto-delete-trailing-whitespace):
7412 With `verilog-auto-delete-trailing-whitespace' remove trailing
7413 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7414 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7415 Fix verilog-scan-cache corruption when running user AUTO expansion
7416 hooks that call indentation routines.
7417 (verilog-simplify-range-expression): Fix typo ignoring lower case
7418 identifiers.
7419 (verilog-delete-auto): Fix delete-autos to also remove user created
7420 automatics, as long as they start with AUTO.
7421 (verilog-batch-diff-auto, verilog-diff-auto)
7422 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7423 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7424 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7425 (verilog-in-paren-quick, verilog-re-search-backward-quick)
7426 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7427 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7428 is disabled and its cache will get corrupt, causing AUTOS not to
7429 expand. Instead use only -quick functions.
7430 (verilog-scan-region): Fix scanning over escaped quotes.
7431 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7432 (verilog-re-search-backward-quick)
7433 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7434 related functions now ignore strings, to fix misparsing of strings
7435 with magic comments embedded in them.
7436 (verilog-read-auto-template):
7437 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7438 Reported by Brad Dobbie.
7439 (verilog-read-auto-template):
7440 Fix 'verilog-auto-inst-template-numbers' with comments.
7441 Reported by Brad Dobbie.
7442 (verilog-auto-inst, verilog-auto-inst-param)
7443 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7444 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7445 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7446 debugging templates without merge conflicts, bug357.
7447 Reported by Brad Dobbie.
7448 (verilog-read-auto-template):
7449 Fix verilog-auto-inst-template-numbers with multiple templates.
7450 Reported by Brad Dobbie.
7451 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7452 abbrevs so user won't be asked to save.
7453 (verilog-read-auto-lisp-present): Fix to start at beginning of
7454 buffer in case called outside of verilog-auto.
7455 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7456 to "X-2". Reported by Matthew Myers.
7457 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7458 all inputs from module templates. Reported by Leith Johnson.
7459 (verilog-module-inside-filename-p): Fix locating programs as with
7460 modules.
7461 (verilog-auto-inst-port): Fix vl-width expressions when using
7462 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7463 (verilog-decls-get-regs, verilog-decls-get-signals,
7464 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7465 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7466 verilog-read-decls): Combine reg and wire structures into one var
7467 structure to represent SystemVerilog concepts.
7468 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7469 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7470 (verilog-auto-wire-type, verilog-insert-definition):
7471 Add verilog-auto-wire-type and AUTOLOGIC to support using
7472 SystemVerilog "logic" keyword instead of "wire"/"reg".
7473 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7474 to declares outputs that also have assignments (presumably in an
7475 ifdef or generate if so there's not a driver conflict).
7476 Reported by Matthew Myers.
7477 (verilog-auto-declare-nettype, verilog-insert-definition):
7478 Add verilog-auto-declare-nettype to fix declarations using
7479 `default_nettype none. Reported by Julian Gorfajn.
7480 (verilog-read-always-signals-recurse, verilog-read-decls)
7481 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7482 malformed end statement, bug325. Reported by Joshua Wise and
7483 Andrew Drake.
7484 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7485 (verilog-inst-comment-re): Fix not deleting Interfaced comment
7486 when expanding .* in interfaces, bug320.
7487 Reported by Pierre-David Pfister.
7488 (verilog-read-module-name): Fix import statements between module
7489 name and open parenthesis, bug317.
7490 Reported by Pierre-David Pfister.
7491 (verilog-simplify-range-expression): Fix simplification of
7492 multiplications inside AUTOWIRE connections, bug303.
7493 (verilog-auto-inst-port): Support parameter expansion in
7494 multidimensional arrays.
7495 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7496 after "assert property". Reported by Julian Gorfajn.
7497 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7498 with multiplication, bug303.
7499 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7500 Reported by Jan Frode Lonnum.
7501
7502 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
7503
7504 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7505 (hfy-shell-file-name, hfy-shell):
7506 * international/fontset.el (x-decompose-font-name): Fix typos.
7507
7508 2011-11-29 Ken Brown <kbrown@cornell.edu>
7509
7510 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7511 (gdb-version): Remove defvar.
7512 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7513 (gdb-gud-context-command, gdb-non-stop-handler)
7514 (gdb-current-context-command, gdb-stopped): Use it.
7515 (gdb-init-1): Enable pretty printing here.
7516 (gdb-non-stop-handler): Don't enable pretty-printing here.
7517 Check to see if the target supports non-stop mode; if not, turn off
7518 non-stop mode. Use the following.
7519 (gdb-check-target-async): New defun.
7520 (gud-watch, gdb-stopped): Fix whitespace.
7521 (gdb-get-source-file): Don't try to display the source file if
7522 `gdb-main-file' is nil.
7523
7524 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * align.el: Try to generate fewer markers (bug#10047).
7527 (align--set-marker): New macro.
7528 (align-region): Use it.
7529
7530 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7533
7534 2011-11-29 Chong Yidong <cyd@gnu.org>
7535
7536 * indent.el (indent-for-tab-command, indent-according-to-mode):
7537 Doc fix.
7538 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7539
7540 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
7541
7542 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7543 aware of remote file names. (Bug#10124)
7544
7545 2011-11-29 Chong Yidong <cyd@gnu.org>
7546
7547 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7548
7549 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * files.el (find-file): Don't use force-same-window (bug#10144).
7552 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7553 use pop-to-buffer if the selected window can't be used.
7554 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7555
7556 2011-11-28 Eli Zaretskii <eliz@gnu.org>
7557
7558 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7559 special-mode-map.
7560
7561 2011-11-28 Chong Yidong <cyd@gnu.org>
7562
7563 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7564
7565 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
7566
7567 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7568 gdb-get-source-file-list on gdb-create-source-file-list.
7569
7570 2011-11-26 Eli Zaretskii <eliz@gnu.org>
7571
7572 * whitespace.el (whitespace-newline): Use a different foreground
7573 color for 16-color light-background displays.
7574
7575 2011-11-24 Chong Yidong <cyd@gnu.org>
7576
7577 * window.el (display-buffer--special-action): Doc fix.
7578
7579 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
7580
7581 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7582 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7583 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7584 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7585 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7586 (avl-tree-stack-first):
7587 * emacs-lisp/cconv.el (cconv--analyse-use):
7588 * net/gnutls.el (gnutls-negotiate): Fix typos.
7589
7590 2011-11-24 Glenn Morris <rgm@gnu.org>
7591
7592 * lpr.el (lpr-windows-system, lpr-lp-system):
7593 * mail/binhex.el (binhex-begin-line):
7594 * progmodes/grep.el (grep-history, grep-find-history):
7595 * textmodes/flyspell.el:
7596 * vc/pcvs-defs.el (cvs-global-menu):
7597 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7598 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7599 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7600
7601 * net/tls.el: Fix case of "GnuTLS".
7602
7603 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7604
7605 * version.el (emacs-build-system): Give it a doc-string.
7606
7607 2011-11-24 Juri Linkov <juri@jurta.org>
7608
7609 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7610
7611 2011-11-24 Glenn Morris <rgm@gnu.org>
7612
7613 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7614 if called on a non-mime message just toggle the headers. (Bug#8006)
7615
7616 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7617
7618 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7619 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7620 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7621 (allout-rebullet-heading, allout-open-sibtopic)
7622 (allout-toggle-current-subtree-encryption)
7623 (allout-toggle-subtree-encryption, allout-encrypt-string)
7624 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7625 (allout-distinctive-bullets-string, allout-auto-activation):
7626 * window.el (window-normalize-buffer-to-display):
7627 * progmodes/verilog-mode.el (verilog-batch-indent):
7628 * textmodes/bibtex.el (bibtex-field-braces-opt)
7629 (bibtex-field-strings-opt):
7630 * vc/cvs-status.el (cvs-tree-merge):
7631 Fix typos.
7632
7633 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
7634
7635 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7636 `non-essential' to t, in order to avoid remote connections.
7637
7638 2011-11-23 Eli Zaretskii <eliz@gnu.org>
7639
7640 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7641 On MS-DOS and MS-Windows, compare with loaddefs.el
7642 case-insensitively.
7643
7644 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7645
7646 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7647
7648 2011-11-23 Glenn Morris <rgm@gnu.org>
7649
7650 * paths.el (rmail-file-name): Reformat the doc-string so that it
7651 is picked up.
7652
7653 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7654 (rmail-auto-file): Ignore case in the "special" field names,
7655 as mail-fetch-field does for all others.
7656
7657 * mail/rmail.el (rmail-forward):
7658 * mail/rmailkwd.el (rmail-set-label):
7659 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7660 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7661
7662 * mail/rmail.el (rmail-current-message): Doc fix.
7663
7664 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7665
7666 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7667
7668 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7669
7670 2011-11-22 Glenn Morris <rgm@gnu.org>
7671
7672 * mail/rmailmm.el (test-rmail-mime-handler)
7673 (test-rmail-mime-bulk-handler)
7674 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7675
7676 2011-11-21 Juri Linkov <juri@jurta.org>
7677
7678 * calc/calc.el (calc-read-key-sequence):
7679 Let-bind `input-method-function' to nil. (Bug#10018)
7680
7681 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7682
7683 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7684 Tell the caller that the next line needs recomputation, even
7685 though it doesn't start a sexp (bug#10094).
7686
7687 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7690
7691 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7692
7693 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7694 Use force-same-window.
7695
7696 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7697
7698 * descr-text.el (describe-char-unicode-data):
7699 * json.el (json-string-escape):
7700 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7701 (Footnote-unicode, Footnote-style-p):
7702 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7703
7704 2011-11-20 Chong Yidong <cyd@gnu.org>
7705
7706 * window.el (replace-buffer-in-windows): Restore interactive spec.
7707
7708 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7711
7712 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7713 (byte-compile-global-not-obsolete-vars): New var.
7714 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7715 Use it.
7716 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7717
7718 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7719
7720 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7721 * progmodes/pascal.el (electric-pascal-equal):
7722 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7723 * xml.el (xml-substitute-special): Fix typos.
7724
7725 2011-11-20 Glenn Morris <rgm@gnu.org>
7726
7727 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7728 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7729 Doc fixes.
7730 (rmail-decode-mime-charset): Mark as obsolete.
7731
7732 * mail/rmailsum.el (rmail-message-regexp-p-1):
7733 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7734 Before using mime functions, check they are set. (Bug#10077)
7735
7736 2011-11-19 Juri Linkov <juri@jurta.org>
7737
7738 * info.el (Info-finder-find-node): Use `package--builtins' instead
7739 of `package-alist'. Use node names formed by the pattern "Keyword "
7740 and the keyword name.
7741
7742 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7743
7744 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7745
7746 2011-11-19 Juri Linkov <juri@jurta.org>
7747
7748 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7749 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7750 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7751 `old-history', `old-history-forward'. Add let-binding
7752 `window-selected'. Remove calls to `kill-buffer',
7753 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7754 before calling `Info-find-node', so `Info-find-node-2' will reread
7755 the Info file. Restore window positions only when `window-selected'
7756 is non-nil.
7757
7758 2011-11-19 Juri Linkov <juri@jurta.org>
7759
7760 * isearch.el (isearch-lazy-highlight-new-loop):
7761 Remove condition `(not isearch-error)'. (Bug#9918)
7762
7763 * misearch.el (multi-isearch-search-fun): Add condition
7764 `(not bound)' to ignore lazy-highlighting search.
7765 Add the search-failed message "end of multi" when the end of
7766 multi-sequence is reached. Uncapitalize the search-failed
7767 message "Repeat for next buffer".
7768
7769 * info.el (Info-search): Add the search-failed message
7770 "end of the manual" when the end of the manual is reached
7771 in Isearch mode.
7772
7773 2011-11-19 Juri Linkov <juri@jurta.org>
7774
7775 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7776 Use non-destructive `remove' instead of `delete' because
7777 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7778 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7779
7780 2011-11-19 Juri Linkov <juri@jurta.org>
7781
7782 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7783 to nil instead of binding `search-ring' and `regexp-search-ring'.
7784 (Bug#9185)
7785
7786 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7787
7788 * simple.el (line-move): Force movement by logical lines for any
7789 hscrolled window, not only when auto-hscroll-mode is on.
7790 (line-move-visual): Update doc string to that effect. (Bug#10076)
7791
7792 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7793
7794 * language/european.el (macintosh): Define as alias for mac-roman.
7795
7796 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7797
7798 * mail/rmailmm.el (rmail-mime-display-header)
7799 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7800 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7801 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7802 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7803 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7804 of a raw aref.
7805 (rmail-mime-entity-segment): To get past the tagline, move forward
7806 2 more lines, to account for the 2 empty lines that precede and
7807 follow the line with the buttons.
7808 (rmail-mime-update-tagline): Move one more line, to get past the
7809 empty line that follows the buttons in the tagline. (Bug#9520)
7810
7811 2011-11-19 Martin Rudalics <rudalics@gmx.at>
7812
7813 * window.el (window-max-delta-1, window-min-delta-1)
7814 (window-min-size-1, window-state-get-1, window-state-put-1)
7815 (window-state-put-2): Use "window--" prefix.
7816
7817 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7820 (smie-warning-count): New var.
7821 (smie-set-prec2tab): Use it.
7822 (smie-bnf->prec2): Improve warnings. Add docstring.
7823 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7824 (smie-bnf--set-class): New function.
7825 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7826 corner case.
7827
7828 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7829 (compilation-error-properties, compilation-move-to-column):
7830 Handle compilation-first-column while in the target buffer.
7831
7832 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7833 Don't hardcode point-min==1.
7834
7835 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7836 (eshell-rewrite-for-command): Remove workaround.
7837 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7838 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7839 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7840
7841 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7842
7843 2011-11-17 Glenn Morris <rgm@gnu.org>
7844
7845 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7846 Ignore buffer-local generated-autoload-file if it is the same
7847 as the global value. (Bug#10049)
7848
7849 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
7850
7851 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7852 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7853 (reftex-toc-previous-heading, reftex-toc-max-level)
7854 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7855 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7856 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7857 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7858 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7859 (reftex-toc-rename-label, reftex-toc-visit-location)
7860 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7861 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7862 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7863 leaving "*toc*" only for references to the buffer.
7864
7865 2011-11-17 Martin Rudalics <rudalics@gmx.at>
7866
7867 * window.el (window-resize, delete-window, split-window):
7868 Replace window-splits by window-combination-resize.
7869 * cus-start.el (window-splits): Replace by window-combination-resize.
7870
7871 2011-11-17 Glenn Morris <rgm@gnu.org>
7872
7873 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7874 Make bash entry derive from sh entry, not shell entry.
7875
7876 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
7877
7878 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7879 local file name.
7880
7881 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7882
7883 * menu-bar.el (menu-bar-file-menu):
7884 * printing.el (pr-ps-utility):
7885 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7886 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7887 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7888 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7889 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7890 (icalendar--convert-cyclic-to-ical)
7891 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7892 (icalendar--convert-ical-to-diary)
7893 (icalendar--convert-recurring-to-diary)
7894 (icalendar--convert-non-recurring-all-day-to-diary)
7895 (icalendar-import-format-sample):
7896 * progmodes/idlw-shell.el (idlwave-shell-mode):
7897 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7898 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7899 (vhdl-ps-print-init): Fix typos.
7900
7901 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7902
7903 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7904 FSF and collapse date sequence, obscure author/maintainer email address
7905 better, remove extra version line, track relocation of author's webpage.
7906
7907 * progmodes/python.el (python-pdbtrack-input-prompt)
7908 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7909 regular python pdb prompts. Adjustments shamelessly taken exactly as
7910 suggested in EmacsWiki page (tiny change):
7911 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
7912
7913 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7914
7915 * expand.el (expand-pos, expand-index, expand-point):
7916 Remove redundant info from docstring.
7917 (expand-add-abbrevs): Doc fix.
7918 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
7919 (expand-sample-perl-mode-expand-list): Fix typos.
7920
7921 * net/dbus.el (dbus-event-member-name):
7922 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
7923 * term/pc-win.el (msdos-create-frame-with-faces):
7924 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
7925
7926 2011-11-16 Martin Rudalics <rudalics@gmx.at>
7927
7928 * window.el (split-window, window-state-get-1)
7929 (window-state-put-1, window-state-put-2): Rename occurrences of
7930 window-nest to window-combination-limit.
7931 * cus-start.el (window-nest): Rename to window-combination-limit.
7932
7933 2011-11-16 Chong Yidong <cyd@gnu.org>
7934
7935 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
7936 regexp (Bug#10033).
7937
7938 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
7941 `completing-read' will remove *Completions* and will preserve
7942 current-buffer for us.
7943 (tmm-add-prompt): Users of *Completions* will always (re)set its
7944 major mode.
7945 (tmm-old-comp-map): Remove.
7946
7947 2011-11-16 Glenn Morris <rgm@gnu.org>
7948
7949 * mail/rmailedit.el: Require rmailmm when compiling.
7950 (rmail-old-mime-state): New declaration.
7951 (rmail-edit-current-message): If editing a mime message,
7952 edit the "raw" message from the mbox buffer.
7953 (rmail-cease-edit): Handle mime messages. (Bug#9840)
7954
7955 2011-11-15 Glenn Morris <rgm@gnu.org>
7956
7957 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
7958 which wasn't being used. Add optional arg to force given state.
7959 (rmail-mime): Add optional arg to force given state.
7960
7961 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7962
7963 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7964 * frame.el (display-mm-dimensions-alist):
7965 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
7966 (outline-move-subtree-down):
7967 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
7968 (newsticker--treeview-do-get-node):
7969 * net/quickurl.el (quickurl-list-buffer-name):
7970 * progmodes/dcl-mode.el (dcl-mode):
7971 * progmodes/gdb-mi.el (gdb-mapcar*):
7972 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
7973
7974 2011-11-15 Glenn Morris <rgm@gnu.org>
7975
7976 * mail/rmail.el (rmail-file-coding-system): It's only ever used
7977 in a boolean sense, so just make it a boolean, and fix the doc.
7978 (rmail-show-mime-function, rmail-mime-feature)
7979 (rmail-require-mime-maybe): Doc fixes.
7980 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
7981
7982 * mail/rmailmm.el (rmail-show-mime): Doc fix.
7983
7984 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
7985
7986 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
7987 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
7988 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
7989 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
7990
7991 2011-11-15 Glenn Morris <rgm@gnu.org>
7992
7993 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
7994 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
7995 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
7996 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
7997 (rmail-mime, rmail-show-mime): Doc fixes.
7998
7999 * term/ns-win.el (mode-line-frame-identification):
8000 Leave it alone. (Bug#10051)
8001
8002 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8003
8004 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8005 Handle empty buffers. (Bug#9978)
8006
8007 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
8008
8009 * international/mule.el (define-charset):
8010 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8011 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8012 * progmodes/verilog-mode.el (verilog-backward-token):
8013 * textmodes/ispell.el (lookup-words):
8014 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8015
8016 2011-11-14 Glenn Morris <rgm@gnu.org>
8017
8018 * progmodes/executable.el
8019 (executable-make-buffer-file-executable-if-script-p):
8020 Handle file-modes returning nil.
8021
8022 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8023 message - not necessary, and causes problems. (Bug#9831)
8024
8025 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8026
8027 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8028
8029 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8030 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8031 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8032
8033 2011-11-12 Martin Rudalics <rudalics@gmx.at>
8034
8035 * window.el (window-resize, delete-window): Use window-splits
8036 variable instead of function.
8037 (window-state-get-1, window-state-put-2, window-state-put):
8038 Don't deal with windows' splits status.
8039
8040 2011-11-12 Glenn Morris <rgm@gnu.org>
8041
8042 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8043 (apropos-documentation): Doc fixes.
8044
8045 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
8046
8047 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8048 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8049
8050 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * electric.el (electric-indent-post-self-insert-function): Make it
8053 possible for a char to only indent in some circumstances.
8054 (electric-indent-mode): Simplify.
8055
8056 2011-11-11 Martin Rudalics <rudalics@gmx.at>
8057
8058 * window.el (windows-with-parameter): Remove unused function.
8059 (windows-at-side): Rename to window-at-side-list.
8060 (window-check, window-atom-check, window-atom-check-1)
8061 (window-side-check, window-size-ignore, window-size-fixed-1)
8062 (window-in-direction-2): Prefix with "window--".
8063 (window-tree-1): Rename to window--subtree, fix doc-string.
8064
8065 2011-11-11 Glenn Morris <rgm@gnu.org>
8066
8067 * subr.el (eval-after-load): If FILE is already loaded,
8068 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8069
8070 2011-11-10 Glenn Morris <rgm@gnu.org>
8071
8072 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8073 Call svn via vc-svn-command rather than vc-do-command.
8074 (vc-svn-command): Add --non-interactive. (Bug#9993)
8075 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8076
8077 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8078 Add toggle-read-only. (Bug#7292)
8079 * files.el (toggle-read-only): Mention that it should only
8080 be used interactively. (Bug#10006)
8081
8082 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8085 Adjust regexp for OCaml warnings.
8086
8087 * electric.el (electric-pair-post-self-insert-function): Let user
8088 turn it off buffer-locally (bug#9932).
8089
8090 * progmodes/python.el (python-beginning-of-statement):
8091 Rewrite (bug#2703).
8092
8093 * progmodes/compile.el: Better handle TABs (bug#9749).
8094 (compilation-internal-error-properties)
8095 (compilation-next-error-function): Obey the target buffer's
8096 compilation-error-screen-columns.
8097
8098 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
8099
8100 * progmodes/meta-mode.el: Remove obsolete comments.
8101 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8102 Fix typos in docstrings.
8103
8104 2011-11-09 Martin Rudalics <rudalics@gmx.at>
8105
8106 * window.el (window-size-fixed-p): Rewrite doc-string.
8107 (window-resizable-p): Rename to window--resizable-p. Update callers.
8108 (window--resizable): New function. Make all callers of
8109 window-resizable call window--resizable instead.
8110 (window-resizable): Rewrite in terms of window--resizable.
8111
8112 2011-11-08 Glenn Morris <rgm@gnu.org>
8113
8114 * progmodes/delphi.el (delphi-mode-syntax-table):
8115 Let define-derived-mode define a proper syntax table. (Bug#9994)
8116
8117 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * window.el: Stay away from defsubst.
8120 (window-list-no-nils): Remove.
8121 (window-state-get-1, window-state-get): Use backquote instead.
8122
8123 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8124
8125 * emacs-lisp/find-func.el (find-function-read):
8126 Fix incorrect use of default argument in `completing-read'.
8127
8128 2011-11-08 Martin Rudalics <rudalics@gmx.at>
8129
8130 * window.el (display-buffer-function, special-display-function):
8131 Mention display-buffer-record-window but do not mention
8132 help-setup parameter in doc-strings.
8133 (window-min-delta): Fix doc-string typo.
8134
8135 2011-11-08 Chong Yidong <cyd@gnu.org>
8136
8137 * window.el (window-total-height, window-total-width): Doc fix.
8138 (window-body-size): Move from C.
8139 (window-body-height, window-body-width): Move to C.
8140
8141 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * window.el: Make special-display like display-buffer-alist (bug#9532).
8144 (display-buffer--special-action): New function, morphed
8145 from display-buffer--special.
8146 (display-buffer): Use it to handle special-display-buffers at higher
8147 priority (just after display-buffer-alist).
8148 (display-buffer-fallback-action, display-buffer--other-frame-action)
8149 (pop-to-buffer-same-window): Remove display-buffer--special.
8150
8151 2011-11-07 Glenn Morris <rgm@gnu.org>
8152
8153 * calendar/cal-menu.el (cal-menu-set-date-title):
8154 Do nothing if not in a calendar. (Bug#9976)
8155
8156 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8157
8158 * files.el (find-file): Always use selected-window.
8159
8160 2011-11-07 Martin Rudalics <rudalics@gmx.at>
8161
8162 * window.el (window-combinations): Make WINDOW argument
8163 mandatory. Rewrite doc-string.
8164 (walk-window-subtree, window-atom-check, window-min-delta)
8165 (window-max-delta, window--resize-this-window)
8166 (window--resize-root-window-vertically, window-tree)
8167 (balance-windows, window-state-put): Rewrite doc-strings as to
8168 not mention the term "subwindow".
8169 (window--resize-subwindows-skip-p): Rename to
8170 window--resize-child-windows-skip-p.
8171 (window--resize-subwindows-normal): Rename to
8172 window--resize-child-windows-normal.
8173 (window--resize-subwindows): Rename to
8174 window--resize-child-windows.
8175 (window-or-subwindow-p): Rename to window--in-subtree-p.
8176
8177 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8178
8179 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8180 Ensure that mbox format messages end in two newlines (Bug#9974).
8181
8182 2011-11-06 Chong Yidong <cyd@gnu.org>
8183
8184 * window.el (window-combination-p): Function deleted; its
8185 side-effect is not used in any existing code.
8186 (window-combinations, window-combined-p): Call window-*-child
8187 directly.
8188
8189 2011-11-05 Chong Yidong <cyd@gnu.org>
8190
8191 * window.el (window-valid-p): Rename from window-any-p.
8192 (window-size-ignore, window-state-get): Callers changed.
8193 (window-normalize-window): Rename from window-normalize-any-window.
8194 New arg LIVE-ONLY, replacing window-normalize-live-window.
8195 (window-normalize-live-window): Delete.
8196 (window-combination-p, window-combined-p, window-combinations)
8197 (walk-window-subtree, window-atom-root, window-min-size)
8198 (window-sizable, window-sizable-p, window-size-fixed-p)
8199 (window-min-delta, window-max-delta, window-resizable)
8200 (window-resizable-p, window-full-height-p, window-full-width-p)
8201 (window-current-scroll-bars, window-point-1, set-window-point-1)
8202 (window-at-side-p, window-in-direction, window-resize)
8203 (adjust-window-trailing-edge, maximize-window, minimize-window)
8204 (window-deletable-p, delete-window, delete-other-windows)
8205 (record-window-buffer, unrecord-window-buffer)
8206 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8207 (quit-window, split-window, window-state-put)
8208 (set-window-text-height, fit-window-to-buffer)
8209 (shrink-window-if-larger-than-buffer): Callers changed.
8210
8211 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8212
8213 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8214 rfc2047-decode-string.
8215 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8216 warnings.
8217
8218 * window.el (window-body-height, window-body-width): Mention in
8219 the doc string that the return values are in frame's canonical
8220 units. (Bug#9949)
8221
8222 2011-11-03 Alan Mackenzie <acm@muc.de>
8223
8224 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8225 change in cc-engine.el.
8226
8227 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8230
8231 2011-11-02 Martin Rudalics <rudalics@gmx.at>
8232
8233 * window.el (quit-window): Call unrecord-window-buffer after
8234 showing another buffer in the window. (Bug#9937)
8235 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8236
8237 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
8238
8239 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8240 Accept status with more than 9 shelves. (Bug#9935)
8241 Reported by Colin D Bennett <colin@gibibit.com>.
8242
8243 2011-11-01 Martin Rudalics <rudalics@gmx.at>
8244
8245 * help.el (with-help-window): Don't reference
8246 temp-buffer-show-specifiers in doc-string.
8247
8248 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8249
8250 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8251 menu-item.
8252
8253 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8254
8255 * whitespace.el: New version 13.2.2.
8256 (whitespace-newline-mode): Disable properly. Reported by Sarah
8257 <EmacsWiki>.
8258
8259 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
8260
8261 * net/newst-treeview.el: Remove "Time-stamp".
8262 (newsticker--group-manage-orphan-feeds): Do not call
8263 newsticker--treeview-tree-update.
8264 (newsticker-treeview-update, newsticker-treeview):
8265 Call newsticker--treeview-tree-update if necessary.
8266
8267 2011-10-30 Martin Rudalics <rudalics@gmx.at>
8268
8269 * window.el (window-iso-combination-p, window-iso-combined-p)
8270 (window-iso-combinations): Remove "iso-" infix.
8271 Suggested by Chong Yidong.
8272 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8273 (window-max-delta-1, window-resize, window--resize-siblings)
8274 (window--resize-this-window, adjust-window-trailing-edge)
8275 (split-window, balance-windows-1)
8276 (shrink-window-if-larger-than-buffer):
8277 * calendar/calendar.el (calendar-generate-window):
8278 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8279
8280 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8283 in place (bug#9907).
8284 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8285 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8286 (eshell-structure-basic-command, eshell-rewrite-while-command)
8287 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8288 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8289 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8290 (eshell-do-pipelines-synchronously, eshell-eval-command):
8291 Use backquotes and prefer setq to set.
8292 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8293 (eshell-macrop): Use functionp.
8294 (eshell-do-eval): Handle multiple expressions in `while' body.
8295
8296 2011-10-30 Chong Yidong <cyd@gnu.org>
8297
8298 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8299 instead of set-mark (Bug#9810).
8300
8301 2011-10-30 Chong Yidong <cyd@gnu.org>
8302
8303 * window.el (split-window-below, split-window-right): Rename from
8304 split-window-above-each-other and split-window-side-by-side
8305 respectively. All callers changed.
8306 (split-window-sensibly, split-window-sensibly): Use them.
8307 (split-window-keep-point): Doc fix.
8308
8309 * isearch.el: Add isearch-scroll property to split-window-below
8310 and split-window-right.
8311
8312 * follow.el (follow-mode):
8313 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8314 * progmodes/ada-xref.el (ada-gdb-application):
8315 * emulation/vip.el (vip-buffer-in-two-windows):
8316 * image-dired.el (image-dired-dired-with-window-configuration):
8317 * dired-x.el (dired-do-find-marked-files):
8318 * dired.el (dired-pop-to-buffer):
8319 * bs.el (bs--show-with-configuration):
8320 * vc/emerge.el (emerge-setup-windows):
8321 * textmodes/two-column.el (2C-two-columns):
8322 * textmodes/reftex-toc.el (reftex-toc):
8323 * progmodes/gdb-mi.el (gdb-setup-windows):
8324 * progmodes/fortran.el (fortran-window-create):
8325 * net/newst-treeview.el (newsticker--treeview-window-init):
8326 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8327 * emulation/tpu-edt.el (tpu-gold-map):
8328 * emulation/crisp.el (crisp-mode-map):
8329 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8330
8331 2011-10-29 Chong Yidong <cyd@gnu.org>
8332
8333 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8334
8335 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8336
8337 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8338 forged Ispell output (Bug#7904).
8339
8340 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8341
8342 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * doc-view.el: Avoid ugly errors about not finding nil.
8345 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8346 (doc-view-dvipdf-program, doc-view-unoconv-program)
8347 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8348 Avoid nil or absolute file name as default value.
8349 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8350
8351 2011-10-28 Alan Mackenzie <acm@muc.de>
8352
8353 * progmodes/cc-defs.el (c-version): -> 5.32.2.
8354
8355 2011-10-28 Alan Mackenzie <acm@muc.de>
8356
8357 Amend the handling of c-beginning/end-of-defun in nested declaration
8358 scopes.
8359
8360 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8361 cc-langs.el. Change it to a defcustom.
8362
8363 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8364 cc-vars.el.
8365
8366 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8367 Prevent "class foo : bar" being spuriously recognized as a label.
8368
8369 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8370 Add parameter `inclusive' (to include enclosing braces in the region).
8371 (c-widen-to-enclosing-decl-scope): New function.
8372 (c-while-widening-to-decl-block): New macro.
8373 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8374 outward for defun boundaries, and correspondingly change symbol
8375 `respect-enclosure' to `go-outward'.
8376 (c-declaration-limits): Change algorithm to report only the "innermost"
8377 defun's boundaries.
8378
8379 2011-10-28 Deniz Dogan <deniz@dogan.se>
8380
8381 * net/rcirc.el (rcirc-mode): Use hard newlines.
8382
8383 2011-10-28 Alan Mackenzie <acm@muc.de>
8384
8385 Amend to indent and fontify macros "which include their own semicolon"
8386 correctly, using the "virtual semicolon" mechanism.
8387
8388 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8389
8390 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8391 Recode to scan one line at a time rather than having \n and \r
8392 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8393 (c-forward-label): Amend for virtual semicolons.
8394 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8395
8396 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8397 of the new C macros.
8398
8399 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8400 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8401 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8402 (c-opt-cpp-macro-define): Make into a full language variable.
8403 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8404 AWK Mode (including \n, \r) removed, no longer needed.
8405
8406 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8407 Invoke c-make-macro-with-semi-re.
8408
8409 * progmodes/cc-vars.el (c-macro-with-semi-re):
8410 (c-macro-names-with-semicolon): New variables.
8411 (c-make-macro-with-semi-re): New function.
8412
8413 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8414
8415 * vc/log-edit.el: Fill empty field rather than adding new one.
8416 (log-edit-add-field): New function.
8417 (log-edit-insert-changelog): Use it.
8418
8419 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8420
8421 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8422
8423 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8426 (gdb--check-interpreter): New function.
8427 (gdb): Use it.
8428
8429 2011-10-27 Glenn Morris <rgm@gnu.org>
8430
8431 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8432 (least-positive-float, least-negative-float)
8433 (least-positive-normalized-float, least-negative-normalized-float)
8434 (float-epsilon, float-negative-epsilon):
8435 Remove unnecessary declarations.
8436
8437 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8438 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8439 (least-positive-float, least-negative-float)
8440 (least-positive-normalized-float, least-negative-normalized-float)
8441 (float-epsilon, float-negative-epsilon): Add doc-strings,
8442 based on those in cl.texi.
8443
8444 * files.el (set-visited-file-name): If the major-mode changed,
8445 reload the local variables. (Bug#9796)
8446
8447 2011-10-27 Chong Yidong <cyd@gnu.org>
8448
8449 * subr.el (change-major-mode-after-body-hook): New hook.
8450 (run-mode-hooks): Run it.
8451
8452 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8453 Use change-major-mode-before-body-hook.
8454
8455 * simple.el (fundamental-mode):
8456 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8457 change introducing fundamental-mode-hook.
8458
8459 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8460
8461 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8462
8463 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
8464
8465 * ido.el (ido-file-name-all-completions-1): Do not require
8466 tramp.el explicitly. (Bug#7583)
8467
8468 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * progmodes/octave-mod.el:
8471 * progmodes/octave-inf.el: Update maintainer.
8472
8473 2011-10-26 Chong Yidong <cyd@gnu.org>
8474
8475 * subr.el (with-wrapper-hook): Rewrite doc.
8476
8477 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
8478
8479 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8480 filenames "/method:foo:". (Bug#9793)
8481
8482 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8483
8484 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8485 (bug#9865).
8486
8487 2011-10-24 Glenn Morris <rgm@gnu.org>
8488
8489 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8490
8491 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
8492
8493 * notifications.el: Add the requirement of a running D-Bus session
8494 bus to the Commentary.
8495
8496 2011-10-24 Juri Linkov <juri@jurta.org>
8497
8498 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8499 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8500 (Bug#9364)
8501
8502 2011-10-24 Juri Linkov <juri@jurta.org>
8503
8504 * info.el (Info-following-node-name-re): Add newline to the list
8505 of allowed characters for leading space. (Bug#9824)
8506
8507 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * progmodes/octave-inf.el (inferior-octave-mode-map):
8510 Fix C-c C-h binding.
8511 * progmodes/octave-mod.el (octave-help): Remove.
8512
8513 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
8514
8515 Sync with Tramp 2.2.3.
8516
8517 * net/tramp-cache.el (top): Pacify byte-compiler using
8518 `init-file-user' and `site-run-file'.
8519
8520 * net/trampver.el: Update release number.
8521
8522 2011-10-23 Chong Yidong <cyd@gnu.org>
8523
8524 * files.el (toggle-read-only): Remove obsolete comment about
8525 version control.
8526
8527 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8528 for toggle-read-only. Note that this hasn't called vc-next-action
8529 since 2008-05-02, though it wasn't documented at the time.
8530
8531 * vc/ediff-init.el (ediff-toggle-read-only-function):
8532 Use toggle-read-only.
8533
8534 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8535
8536 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8537 of c-parse-state.
8538
8539 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8540 correct faulty logical expression.
8541 (c-parse-state-state, c-record-parse-state-state):
8542 (c-replay-parse-state-state): New defvar/defuns.
8543 (c-debug-parse-state): Use new functions.
8544
8545 2011-10-22 Martin Rudalics <rudalics@gmx.at>
8546
8547 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8548 last fix. Use window-in-direction correctly.
8549
8550 2011-10-21 Chong Yidong <cyd@gnu.org>
8551
8552 * progmodes/idlwave.el (idlwave-mode):
8553 * progmodes/vera-mode.el (vera-mode): No need to set
8554 require-final-newline; that's done in prog-mode.
8555 Suggested by Stefan Monnier.
8556
8557 2011-10-21 Martin Rudalics <rudalics@gmx.at>
8558
8559 * mouse.el (mouse-drag-window-above)
8560 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8561 (mouse-drag-mode-line-1, mouse-drag-header-line)
8562 (mouse-drag-vertical-line-rightward-window): Remove.
8563 (mouse-drag-line): New function.
8564 (mouse-drag-mode-line, mouse-drag-header-line)
8565 (mouse-drag-vertical-line): Call mouse-drag-line.
8566 * window.el (window-at-side-p, windows-at-side): New functions.
8567
8568 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
8569
8570 * tar-mode.el (tar-grind-file-mode):
8571 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8572
8573 2011-10-21 Chong Yidong <cyd@gnu.org>
8574
8575 * progmodes/idlwave.el (idlwave-mode):
8576 * progmodes/vera-mode.el (vera-mode):
8577 Use mode-require-final-newline.
8578
8579 2011-10-20 Glenn Morris <rgm@gnu.org>
8580
8581 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
8582
8583 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8584
8585 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8586
8587 2011-10-20 Chong Yidong <cyd@gnu.org>
8588
8589 * emulation/cua-base.el (cua-mode):
8590 * mail/footnote.el (footnote-mode):
8591 * mail/mailabbrev.el (mail-abbrevs-mode):
8592 * net/xesam.el (xesam-minor-mode):
8593 * progmodes/bug-reference.el (bug-reference-mode):
8594 * progmodes/cap-words.el (capitalized-words-mode):
8595 * progmodes/compile.el (compilation-minor-mode)
8596 (compilation-shell-minor-mode):
8597 * progmodes/gud.el (gud-tooltip-mode):
8598 * progmodes/hideif.el (hide-ifdef-mode):
8599 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8600 * progmodes/subword.el (subword-mode):
8601 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8602 * progmodes/which-func.el (which-function-mode):
8603 * term/tvi970.el (tvi970-set-keypad-mode):
8604 * term/vt100.el (vt100-wide-mode):
8605 * textmodes/flyspell.el (flyspell-mode):
8606 * textmodes/ispell.el (ispell-minor-mode):
8607 * textmodes/nroff-mode.el (nroff-electric-mode):
8608 * textmodes/paragraphs.el (use-hard-newlines):
8609 * textmodes/refill.el (refill-mode):
8610 * textmodes/reftex.el (reftex-mode):
8611 * textmodes/rst.el (rst-minor-mode):
8612 * textmodes/sgml-mode.el (html-autoview-mode)
8613 (sgml-electric-tag-pair-mode):
8614 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8615 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8616 * emulation/crisp.el (crisp-mode):
8617 * emacs-lisp/eldoc.el (eldoc-mode):
8618 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8619 minor mode behavior.
8620
8621 2011-10-19 Juri Linkov <juri@jurta.org>
8622
8623 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8624 the list of hard-coded chars with escape-glyph face.
8625
8626 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8629
8630 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
8631
8632 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8633 running process.
8634
8635 2011-10-19 Glenn Morris <rgm@gnu.org>
8636
8637 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8638 Ignore ignored files. (Bug#9726)
8639
8640 2011-10-19 Chong Yidong <cyd@gnu.org>
8641
8642 Doc fix for minor modes, stating that an omitted argument enables
8643 the mode unconditionally when called from Lisp.
8644
8645 * abbrev.el (abbrev-mode):
8646 * allout.el (allout-mode):
8647 * autoinsert.el (auto-insert-mode):
8648 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8649 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8650 (global-auto-revert-mode):
8651 * battery.el (display-battery-mode):
8652 * composite.el (global-auto-composition-mode)
8653 (auto-composition-mode):
8654 * delsel.el (delete-selection-mode):
8655 * desktop.el (desktop-save-mode):
8656 * dired-x.el (dired-omit-mode):
8657 * dirtrack.el (dirtrack-mode):
8658 * doc-view.el (doc-view-minor-mode):
8659 * double.el (double-mode):
8660 * electric.el (electric-indent-mode, electric-pair-mode):
8661 * emacs-lock.el (emacs-lock-mode):
8662 * epa-hook.el (auto-encryption-mode):
8663 * follow.el (follow-mode):
8664 * font-core.el (font-lock-mode):
8665 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8666 * help.el (temp-buffer-resize-mode):
8667 * hilit-chg.el (highlight-changes-mode)
8668 (highlight-changes-visible-mode):
8669 * hi-lock.el (hi-lock-mode):
8670 * hl-line.el (hl-line-mode, global-hl-line-mode):
8671 * icomplete.el (icomplete-mode):
8672 * ido.el (ido-everywhere):
8673 * image-file.el (auto-image-file-mode):
8674 * image-mode.el (image-minor-mode):
8675 * iswitchb.el (iswitchb-mode):
8676 * jka-cmpr-hook.el (auto-compression-mode):
8677 * linum.el (linum-mode):
8678 * longlines.el (longlines-mode):
8679 * master.el (master-mode):
8680 * mb-depth.el (minibuffer-depth-indicate-mode):
8681 * menu-bar.el (menu-bar-mode):
8682 * minibuf-eldef.el (minibuffer-electric-default-mode):
8683 * mouse-sel.el (mouse-sel-mode):
8684 * msb.el (msb-mode):
8685 * mwheel.el (mouse-wheel-mode):
8686 * outline.el (outline-minor-mode):
8687 * paren.el (show-paren-mode):
8688 * recentf.el (recentf-mode):
8689 * reveal.el (reveal-mode, global-reveal-mode):
8690 * rfn-eshadow.el (file-name-shadow-mode):
8691 * ruler-mode.el (ruler-mode):
8692 * savehist.el (savehist-mode):
8693 * scroll-all.el (scroll-all-mode):
8694 * scroll-bar.el (scroll-bar-mode):
8695 * server.el (server-mode):
8696 * shell.el (shell-dirtrack-mode):
8697 * simple.el (auto-fill-mode, transient-mark-mode)
8698 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8699 (line-number-mode, column-number-mode, size-indication-mode)
8700 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8701 * strokes.el (strokes-mode):
8702 * time.el (display-time-mode):
8703 * t-mouse.el (gpm-mouse-mode):
8704 * tool-bar.el (tool-bar-mode):
8705 * tooltip.el (tooltip-mode):
8706 * type-break.el (type-break-mode-line-message-mode)
8707 (type-break-query-mode):
8708 * view.el (view-mode):
8709 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8710 (global-whitespace-mode, global-whitespace-newline-mode):
8711 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8712
8713 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8714 Fix autogenerated docstring.
8715
8716 2011-10-19 Juri Linkov <juri@jurta.org>
8717
8718 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8719 by checking environment variables "DESKTOP_SESSION" and
8720 "XDG_CURRENT_DESKTOP". (Bug#9779)
8721
8722 2011-10-19 Juri Linkov <juri@jurta.org>
8723
8724 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8725 (browse-url-chromium-program, browse-url-chromium-arguments):
8726 New defcustoms.
8727 (browse-url-default-browser): Check for `browse-url-chromium' and
8728 call `browse-url-chromium-program'.
8729 (browse-url-chromium): New command. (Bug#9779)
8730
8731 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
8732
8733 * facemenu.el (list-colors-duplicates): On Windows, detect more
8734 duplicates by assuming that only colors matching "^System" are
8735 special "system colors". (Bug#9722)
8736
8737 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8738
8739 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8740 to distinguish the author from the committer.
8741
8742 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
8743
8744 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8745
8746 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8747
8748 * international/mule.el (sgml-html-meta-auto-coding-function):
8749 Add support for detecting encoding in HTML5 specified only as
8750 <meta charset="UTF-8">. Implementation just makes http-equiv and
8751 content-type parts from HTML4 encoding string optional. (Bug#9716)
8752
8753 2011-10-18 Glenn Morris <rgm@gnu.org>
8754
8755 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8756
8757 2011-10-18 Chong Yidong <cyd@gnu.org>
8758
8759 * faces.el (cursor): Doc fix.
8760
8761 2011-10-17 Chong Yidong <cyd@gnu.org>
8762
8763 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8764
8765 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
8766
8767 * dirtrack.el (dirtrack): Support shell buffers with path
8768 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8769
8770 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8771
8772 * json.el: Bump version to 1.3 and note change in History.
8773 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8774
8775 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8776
8777 * comint.el (comint-insert-input, comint-send-input)
8778 (comint-get-old-input-default, comint-backward-matching-input)
8779 (comint-next-prompt): Use nil instead of `input' for field property of
8780 past user input (bug#114).
8781
8782 * minibuffer.el (completion--replace): Inherit surrounding properties
8783 (bug#114).
8784 (minibuffer-complete-and-exit): Use it.
8785
8786 * comint.el (comint--table-subvert): Quote the all-completions output
8787 (bug#9160).
8788
8789 2011-10-17 Martin Rudalics <rudalics@gmx.at>
8790
8791 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8792
8793 * menu-bar.el (menu-bar-file-menu): Add entry for making new
8794 window on right of selected. (Bug#9350) Reword other window
8795 entries and separate them from frame entries.
8796
8797 2011-10-15 Glenn Morris <rgm@gnu.org>
8798
8799 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8800 Doc fixes.
8801
8802 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
8803
8804 * net/network-stream.el (network-stream-open-starttls):
8805 Improve detection of failure due to lack of TLS support.
8806
8807 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8808 putting the input text in front and in bold.
8809
8810 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8813
8814 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8815 empty buffer.
8816
8817 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8818 unread-command-events rather than pushing yet-another event.
8819
8820 2011-10-14 Eli Zaretskii <eliz@gnu.org>
8821
8822 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8823 the explanation of the possible choices. Make the options passed
8824 to completing-read shorter.
8825
8826 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8827
8828 * textmodes/flyspell.el (flyspell-large-region): Make sure
8829 extended character mode is used if defined (Bug#1339).
8830
8831 2011-10-13 Eli Zaretskii <eliz@gnu.org>
8832
8833 * simple.el (what-cursor-position): Fix the display of the
8834 character info for LRE, LRO, RLE, and RLO characters by appending
8835 an invisible PDF.
8836
8837 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8838
8839 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8840 even in case of error; add debug spec; simplify data flow.
8841 (with-timeout-handler): Remove.
8842
8843 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
8844
8845 Fix Bug#6019, Bug#9315.
8846
8847 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8848 complete `buffer-file-name', the local file name part could look
8849 remotely (for example on VMS).
8850
8851 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8852 `tramp-run-real-handler'.
8853 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8854 already quoted by '"'.
8855
8856 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8857 Let `file-name-handler-alist' be nil, the local file name part
8858 could look remotely (for example on VMS).
8859
8860 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8863 from here...
8864 (flyspell-post-command-hook): ...to here.
8865
8866 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8867
8868 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8869 if not needed.
8870 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8871 using completion. Protect against "slow" callers.
8872 Remove the "message hack".
8873
8874 2011-10-11 Juri Linkov <juri@jurta.org>
8875
8876 * isearch.el (isearch-lazy-highlight-word): New variable.
8877 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8878 Use it. (Bug#9727)
8879
8880 2011-10-11 Glenn Morris <rgm@gnu.org>
8881
8882 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8883 like f90-previous-statement does.
8884
8885 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8886
8887 * eshell/eshell.el (eshell-command): History should be saved
8888 only in interactive use, to avoid error.
8889
8890 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * minibuffer.el (completion-file-name-table): Fix last change,
8893 i.e. ignore normal errors but not the other ones.
8894
8895 2011-10-10 Martin Rudalics <rudalics@gmx.at>
8896
8897 * window.el (special-display-buffer-names)
8898 (special-display-regexps): Remove some remnants of earlier
8899 changes from doc-strings.
8900 (quit-windows-on): New function.
8901
8902 * vc/vc.el (vc-revert, vc-rollback):
8903 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8904 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
8905 (Bug#6183) (Bug#7074) (Bug#7447)
8906
8907 2011-10-09 Martin Rudalics <rudalics@gmx.at>
8908
8909 * window.el (frame-auto-hide-function): Add version tag.
8910 (Bug#9699)
8911
8912 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
8913
8914 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8915 condition.
8916
8917 2011-10-09 Leo Liu <sdl.web@gmail.com>
8918
8919 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
8920 (Bug#9701)
8921
8922 2011-10-08 Glenn Morris <rgm@gnu.org>
8923
8924 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
8925 before the first code statement zero indent. (Bug#9690)
8926
8927 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
8928
8929 * simple.el (count-words-region): Always count in the region.
8930 Report the number of lines and characters too.
8931 (count-words): New command, which counts in the buffer if the
8932 region is inactive, as count-words-region used to.
8933 (count-words--message): New function. Handle plurals.
8934 (count-lines-region): Make it an alias for count-words-region.
8935
8936 * bindings.el (esc-map): Replace count-lines-region with
8937 count-words-region.
8938
8939 2011-10-08 Martin Rudalics <rudalics@gmx.at>
8940
8941 * window.el (window--delete): Delete dedicated frame
8942 unconditionally when argument KILL is non-nil. (Bug#9699)
8943 (switch-to-buffer): Fix doc-string typo.
8944
8945 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8946
8947 * eshell/eshell.el (eshell-command): Avoid using hooks.
8948
8949 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
8950
8951 * bindings.el ([M-left],[M-right]): Bind to left-word and
8952 right-word respectively.
8953
8954 2011-10-07 Glenn Morris <rgm@gnu.org>
8955
8956 * cus-start.el (debug-on-quit): Fix custom type.
8957
8958 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8959
8960 * subr.el (define-key-after): Clarify that the function is not
8961 useful for non-menu keymaps.
8962
8963 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
8964
8965 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8966
8967 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8968 in current minibuffer (Fix bug with recursive minibuffers).
8969
8970 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
8971
8972 * progmodes/gdb-mi.el (gdb): Doc fix.
8973
8974 2011-10-05 Martin Rudalics <rudalics@gmx.at>
8975
8976 * window.el (frame-auto-hide-function): New option replacing
8977 frame-auto-delete. Suggested by Stefan Monnier.
8978 (window--delete): Call frame-auto-hide-function instead of
8979 investigating frame-auto-delete.
8980 (window-point-1, set-window-point-1): New functions.
8981 (window-in-direction, record-window-buffer, window-state-get-1)
8982 (display-buffer-record-window): Use window-point-1 instead of
8983 window-point.
8984 (set-window-buffer-start-and-point): Use set-window-point-1.
8985
8986 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
8989
8990 2011-10-05 Glenn Morris <rgm@gnu.org>
8991
8992 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
8993 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
8994
8995 2011-10-05 Leo Liu <sdl.web@gmail.com>
8996
8997 * subr.el (read-char-choice): Fix argument to buffer-live-p which
8998 works with buffer object.
8999
9000 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * mpc.el (mpc-tool-bar-map): Add labels.
9003
9004 2011-10-04 Glenn Morris <rgm@gnu.org>
9005
9006 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9007
9008 2011-10-04 Martin Rudalics <rudalics@gmx.at>
9009
9010 * window.el (window--delete): New function.
9011 (frame-auto-delete): Resuscitate option.
9012 (bury-buffer, replace-buffer-in-windows)
9013 (quit-window): Rewrite using window--delete.
9014 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9015 Pass display-buffer-mark-dedicated to window--display-buffer-2
9016 (Bug#9639).
9017
9018 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9021 returns a list (bug#9554). Add remote file name completion.
9022 * comint.el (comint--table-subvert): Curry and get quote&unquote
9023 functions as arguments.
9024 (comint--complete-file-name-data): Adjust call accordingly.
9025 * pcomplete.el (pcomplete--table-subvert): Remove.
9026 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9027
9028 * minibuffer.el (completion-table-case-fold): Use currying.
9029 (completion--styles-type, completion--cycling-threshold-type):
9030 New constants.
9031 (completion-styles, completion-category-overrides)
9032 (completion-cycle-threshold): Use them.
9033 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9034 completion-table-case-fold.
9035
9036 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
9037
9038 * minibuffer.el (completion-category-overrides): Fix type of styles
9039 and add more user friendly tags (bug#9660).
9040
9041 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9044 (mule-input-method-string): New widget.
9045 (default-input-method, language-info-custom-alist): Use it.
9046
9047 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * pcomplete.el: Require comint.
9050 (pcomplete--common-suffix): Remove.
9051 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9052 (pcomplete--table-subvert): Sync with comint--table-subvert.
9053 (pcomplete--entries): Use comint-completion-file-name-table.
9054 * comint.el (comint-unquote-filename): Simplify.
9055 (comint-completion-file-name-table): New function (bug#9616).
9056 (comint--complete-file-name-data): Use it.
9057
9058 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9059 (pcmpl-gnu-tar-buffer): Remove.
9060 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9061 around. Make sure pcomplete-suffix-list is only changed temporarily.
9062 Don't look inside the tar's file if it's too large.
9063
9064 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
9065
9066 * cus-edit.el (custom-mode-map):
9067 * epa.el (epa-key-list-mode-map):
9068 * man.el (Man-mode-map):
9069 * startup.el (splash-screen-keymap):
9070 * simple.el (special-mode-map): Use scroll-up-command and
9071 scroll-down-command.
9072
9073 * progmodes/idlw-help.el (idlwave-help-mode-map):
9074 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9075 * net/newst-plainview.el (newsticker-mode-map):
9076 * emulation/ws-mode.el (wordstar-mode-map):
9077 * emulation/vi.el (vi-com-map):
9078 * calc/calc-graph.el (calc-graph-show-dumb):
9079 * term/sun.el (terminal-init-sun):
9080 * term/ns-win.el (global-map):
9081 * progmodes/grep.el (grep-mode-map):
9082 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9083 * mail/rmail.el (rmail-mode-map):
9084 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9085
9086 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9087 custom-safe-themes as special.
9088
9089 2011-10-01 Julien Danjou <julien@danjou.info>
9090
9091 * notifications.el (notifications-notify): Fix docstring.
9092
9093 2011-10-01 Per Starbäck <per@starback.se>
9094
9095 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9096
9097 2011-09-30 Martin Rudalics <rudalics@gmx.at>
9098
9099 * startup.el (command-line-1): Fix last fix by inserting
9100 initial-scratch-message into *scratch* before displaying it.
9101 (Bug#9605) and (Bug#9636)
9102
9103 2011-09-29 Eli Zaretskii <eliz@gnu.org>
9104
9105 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9106 window is hscrolled, move by logical lines. (Bug#9607)
9107 (line-move-visual): Update the doc string to the above effect.
9108
9109 2011-09-29 Martin Rudalics <rudalics@gmx.at>
9110
9111 * window.el (display-buffer-record-window): When WINDOW is the
9112 selected window use `point' instead of `window-point'. (Bug#9626)
9113
9114 * startup.el (command-line-1): Use insert-before-markers when
9115 inserting initial-scratch-message. (Bug#9605)
9116
9117 * help.el (help-window): Remove variable.
9118
9119 2011-09-29 Glenn Morris <rgm@gnu.org>
9120
9121 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9122
9123 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
9124
9125 * descr-text.el (describe-char-categories): Accept category
9126 descriptions more than one line long.
9127
9128 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * simple.el (delete-trailing-whitespace): Fix last change.
9131
9132 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9133 Don't confuse "y => 3" as the beginning of a `y' operation.
9134
9135 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9136 object has more than 4 slots (bug#9613).
9137
9138 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
9139
9140 * subr.el (with-output-to-temp-buffer):
9141 * net/quickurl.el (quickurl, quickurl-browse-url):
9142 Fix typos in docstrings.
9143
9144 2011-09-27 Eli Zaretskii <eliz@gnu.org>
9145
9146 * minibuffer.el (completion-styles)
9147 (completion-category-overrides): Cross reference each other in doc
9148 strings.
9149
9150 2011-09-27 Glenn Morris <rgm@gnu.org>
9151
9152 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9153 to split-string. (Bug#9606)
9154
9155 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9156
9157 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9158 (bug#9615).
9159
9160 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
9161
9162 * emacs-lisp/package.el (list-packages): Fix echo area message.
9163
9164 2011-09-27 Leo Liu <sdl.web@gmail.com>
9165
9166 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9167
9168 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
9169
9170 * net/dbus.el (dbus-unregister-object): Don't release services for
9171 registered signals. (Bug#9581)
9172
9173 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9174
9175 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9176 function that picks between cfengine 2 and 3 support
9177 automatically. Update docs accordingly.
9178
9179 2011-09-22 Kenichi Handa <handa@m17n.org>
9180
9181 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9182 ZERO.
9183 (indian-itrans-v5-table-for-tamil): New variable.
9184 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9185
9186 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9187
9188 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9189 that's true if the current command involved collapsing of text.
9190 It's reset to false at the beginning of the next command.
9191 (allout-post-command-business): Move the cursor to the beginning
9192 of entry if the cursor is hidden and collapsing activity just
9193 happened.
9194
9195 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
9196
9197 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9198 tracking (Bug#9541).
9199
9200 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
9201
9202 * net/newst-reader.el (newsticker-html-renderer)
9203 (newsticker-show-news): Automatically load html rendering package
9204 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9205 because w3m-fill-column is let-bound" and the error "Symbol's value
9206 as variable is void: w3m-fill-column".
9207
9208 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
9209
9210 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9211 Release services only if they are defined. (Bug#9581)
9212
9213 2011-09-23 Richard Stallman <rms@gnu.org>
9214
9215 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9216 distinguish start of paragraph from start of its text.
9217
9218 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9219
9220 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9221 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9222 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9223
9224 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9225
9226 * international/mule-diag.el (mule-diag): Insert a newline after
9227 each fontset description.
9228
9229 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9230
9231 * simple.el (delete-trailing-whitespace):
9232 Document last change; simplify.
9233
9234 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9235
9236 * simple.el (delete-trailing-whitespace): Also delete
9237 extra newlines at the end of the buffer.
9238
9239 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9240 (picture-newline): Use forward-line so as to ignore fields.
9241
9242 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9243
9244 * subr.el (with-wrapper-hook): Fix edebug spec.
9245
9246 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9247
9248 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9249 (bug#4538).
9250
9251 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
9252
9253 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9254 Fix nasty bug using wrong cached values.
9255
9256 2011-09-23 Alan Mackenzie <acm@muc.de>
9257
9258 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9259
9260 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
9261
9262 * window.el (pop-to-buffer): Ensure right window is selected if we
9263 chose another frame.
9264
9265 2011-09-22 Eli Zaretskii <eliz@gnu.org>
9266
9267 * simple.el (what-cursor-position): Use get-char-property-change
9268 and next-single-char-property-change, to be able to show display
9269 properties that come from overlays as well as text properties.
9270
9271 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
9272
9273 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9274
9275 * cmuscheme.el (run-scheme, switch-to-scheme):
9276 * cus-edit.el (customize-group, custom-buffer-create)
9277 (customize-browse):
9278 * info.el (info):
9279 * shell.el (shell):
9280 * mail/sendmail.el (mail):
9281 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9282
9283 2011-09-22 Richard Stallman <rms@gnu.org>
9284
9285 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9286 move back only to line beg, don't move back over blank lines.
9287
9288 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
9289
9290 * files.el (copy-directory): Set directory attributes only in case
9291 they could be retrieved from the source directory. (Bug#9565)
9292
9293 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9294
9295 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9296 (hs-find-block-beginning, hs-hide-level-recursive):
9297 Ignore strings as well as comments. (Bug#9502)
9298
9299 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9300
9301 * progmodes/sql.el (sql-comint-postgres):
9302 Convert port number to a string. (Bug#9566)
9303
9304 2011-09-22 Martin Rudalics <rudalics@gmx.at>
9305
9306 * window.el (quit-window): Undedicate window when switching to
9307 previous buffer. Reported by Thierry Volpiatto
9308 <thierry.volpiatto@gmail.com>.
9309 (special-display-popup-frame): When popping up a new frame reset
9310 its previous buffers to nil. Simplify code.
9311
9312 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
9313
9314 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9315 and process filter, as done also in `shell-command'.
9316
9317 2011-09-21 Martin Rudalics <rudalics@gmx.at>
9318
9319 * window.el (set-window-buffer-start-and-point):
9320 Call set-window-start with NOFORCE argument t.
9321 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9322 (quit-window): Reword doc-string. Handle new format of
9323 quit-restore parameter. Don't delete window if it has a
9324 previous buffer we can show instead of the present one.
9325 (display-buffer-record-window): Rewrite using a new format for
9326 the quit-restore window parameter
9327 (special-display-popup-frame, display-buffer-same-window)
9328 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9329 (display-buffer-pop-up-window, display-buffer-use-some-window):
9330 Adapt symbol passed to display-buffer-record-window.
9331 * help.el (help-window-setup): Handle new format of quit-restore
9332 parameter.
9333
9334 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * faces.el (face-list): Fix docstring (bug#9564).
9337
9338 * window.el (display-buffer--action-function-custom-type):
9339 Don't include internal functions in the Custom interface.
9340
9341 2011-09-20 Juri Linkov <juri@jurta.org>
9342
9343 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9344 (Info-forward-node, Info-backward-node, Info-next-preorder)
9345 (Info-last-preorder): Use it. (Bug#9528)
9346
9347 2011-09-20 Juri Linkov <juri@jurta.org>
9348
9349 * info.el (Info-last-preorder): Visit last menu item only when
9350 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9351
9352 2011-09-20 Julien Danjou <julien@danjou.info>
9353
9354 * password-cache.el (password-cache-remove): Remove entries even if the
9355 value is nil, so that password with a nil value (negative caching) is
9356 possible to invalidate.
9357
9358 2011-09-20 Lawrence Mitchell <wence@gmx.li>
9359
9360 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9361 all whitespace around breakpoint. (Bug#9553)
9362 (f90-find-breakpoint): Only break at whitespace inside a comment.
9363
9364 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * minibuffer.el (completion-file-name-table): Keep track of errors.
9367 (completion-table-with-predicate): Handle the case where pred1 is nil.
9368 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9369
9370 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9373 (debugger-return-value): Signal an error if the debugging context does
9374 not await any return value.
9375
9376 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9377 * image-mode.el (image-toggle-display-text)
9378 (image-toggle-display-image): Stay away from evil `intangible'.
9379
9380 2011-09-19 Leo Liu <sdl.web@gmail.com>
9381
9382 * replace.el (occur-revert-arguments): Make it permanent-local.
9383 (occur-mode): Don't call font-lock-defontify.
9384
9385 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
9386
9387 * net/ldap.el (ldap-search-internal): Don't push empty search
9388 result (Bug#9508).
9389
9390 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9393
9394 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9397 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9398
9399 2011-09-18 Juri Linkov <juri@jurta.org>
9400
9401 * buff-menu.el (Buffer-menu-mode-map):
9402 * dired.el (dired-mode-map):
9403 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9404 (lisp-interaction-mode-map):
9405 * emacs-lisp/package.el (package-menu-mode-map):
9406 * epa.el (epa-key-list-mode-map):
9407 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9408 (menu-bar-options-menu):
9409 * outline.el (outline-mode-menu-bar-map):
9410 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9411 * vc/vc-dir.el (vc-dir-menu-map):
9412 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9413 Capitalize non-function content words in menu item strings.
9414
9415 * dired.el (dired-mode-map): Add menu item for
9416 `image-dired-dired-toggle-marked-thumbs'.
9417
9418 2011-09-18 Juri Linkov <juri@jurta.org>
9419
9420 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9421 to `isearch-case-fold-search' and restore its original value
9422 after the `isearch-mode' call.
9423
9424 2011-09-18 Juri Linkov <juri@jurta.org>
9425
9426 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9427 because `zgrep' returns 1 for successful matches (bug#9226).
9428
9429 2011-09-18 Juri Linkov <juri@jurta.org>
9430
9431 * info.el (Info-extract-menu-node-name): Check the second match
9432 for empty string (second test-case of bug#9528).
9433 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9434 intermediate nodes to the history (first test-case of bug#9528).
9435
9436 2011-09-18 Juri Linkov <juri@jurta.org>
9437
9438 * info.el (Info-mode-syntax-table): New variable.
9439 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9440
9441 2011-09-18 Juri Linkov <juri@jurta.org>
9442
9443 * info.el (Info-file-supports-index-cookies):
9444 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9445 outputs one more line for long file names (bug#4142).
9446
9447 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9448
9449 * newcomment.el (comment-normalize-vars): If prompting for
9450 comment-start, set comment-start-skip too (Bug#8424).
9451
9452 2011-09-18 Johan Bockgård <bojohan@gnu.org>
9453
9454 * icomplete.el: Fix previous fix of Bug#5849.
9455 (icomplete-mode): Don't set completion-show-inline-help.
9456 (icomplete-minibuffer-setup): Set completion-show-inline-help
9457 locally during icompletion.
9458
9459 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * woman.el (woman2-process-escapes): Don't delete unrecognized
9462 escapes (Bug#7843).
9463
9464 * files.el (inhibit-first-line-modes-regexps): Add image files.
9465 (hack-local-variables-prop-line): Return nil for malformed
9466 prop-lines (Bug#9044).
9467
9468 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
9469
9470 * net/tramp.el (top): Don't require 'shell.
9471 (tramp-methods): Fix docstring.
9472 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9473 Return complete remote file name. Handle "smb" case.
9474 Use `tramp-tmpdir', if defined for the respective method.
9475 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9476
9477 * net/tramp-compat.el (top): Require 'shell.
9478
9479 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9480 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9481 `tramp-current-host'.
9482 (tramp-get-remote-tmpdir): Remove.
9483
9484 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9485 `tramp-tmpdir' entries.
9486 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9487 (tramp-smb-handle-file-attributes): Ignore errors.
9488 (tramp-smb-wait-for-output): Check also for process end.
9489
9490 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9491
9492 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9493 when sending QUIT (bug#9312).
9494
9495 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
9496
9497 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9498 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9499 occur-mode-display-occurrence.
9500 (occur-edit-mode): Add usage message.
9501 (occur-cease-edit): New command.
9502 (occur-after-change-function): Use text properties to find the
9503 position of the prefix text.
9504 (occur-engine): Set stickiness of prefix text properties.
9505
9506 2011-09-17 Glenn Morris <rgm@gnu.org>
9507
9508 * progmodes/etags.el (complete-tag):
9509 Fix call to completion-in-region. (Bug#9526)
9510
9511 2011-09-17 Juri Linkov <juri@jurta.org>
9512
9513 * textmodes/ispell.el (ispell-word): Add to the error message
9514 the word, ispell program name and current dictionary (bug#9121).
9515 (ispell-tex-arg-end): Capitalize "error" in the error message.
9516
9517 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9518
9519 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9520 check. (Bug#4251)
9521
9522 2011-09-17 Juri Linkov <juri@jurta.org>
9523
9524 * window.el (window-safe-min-height, window-safe-min-width):
9525 Fix typos (followup to bug#9522).
9526
9527 2011-09-17 Sven Joachim <svenjoac@gmx.de>
9528
9529 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9530
9531 2011-09-16 Eli Zaretskii <eliz@gnu.org>
9532
9533 * simple.el (line-move): If goal-column is set, move by logical
9534 lines, not by display lines. (Bug#971)
9535 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9536 to reflect the above change.
9537
9538 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * image.el (imagemagick-register-types): Use regexp-opt.
9541
9542 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * window.el (display-buffer-base-action): Rename from
9545 display-buffer-default-action. Make default value empty.
9546 (display-buffer-overriding-action): Convert to defvar.
9547 (display-buffer-fallback-action): New var.
9548
9549 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9550
9551 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9552 declaration.
9553 (package--add-to-archive-contents): If there is a duplicate entry
9554 with an older version, remove it.
9555 (package-menu-mark-delete, package-menu-mark-install)
9556 (package-menu-mark-unmark): Make unused args optional.
9557 (package-menu-mark-obsolete-for-deletion):
9558 Use package-menu-get-status instead of a regexp search.
9559 (package-menu-get-status): Use tabulated-list-entry.
9560 (package-menu-mark-upgrades): New command.
9561 (package-menu-mode-map): Bind it to U. Add it to menu bar.
9562 (package-menu-execute): Do installation before deletion.
9563 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9564 instead of checking major-mode.
9565 (package-menu--find-upgrades): New function.
9566
9567 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9568
9569 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9570 passwords in the log buffer.
9571 (smtpmail-process-filter): Update the process marker so that the
9572 "broken by peer" status message is inserted in the right place.
9573
9574 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9575
9576 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9577 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9578 bibtex-completion-at-point-function.
9579 (bibtex-completion-at-point-function): Use them.
9580
9581 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9582
9583 * mpc.el (mpc-constraints-tag-lookup): New function.
9584 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9585 also to browser "album|playlist".
9586
9587 2011-09-14 Juri Linkov <juri@jurta.org>
9588
9589 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9590 (isearch-edit-string): Use length of `isearch-string' when
9591 `isearch-fail-pos' returns nil.
9592 (isearch-message): Remove duplicate code and call
9593 `isearch-fail-pos' with arg `t'.
9594
9595 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
9596
9597 * replace.el (occur-mode-goto-occurrence): Don't force using other
9598 window (Bug#9499).
9599
9600 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9601
9602 2011-09-14 Martin Rudalics <rudalics@gmx.at>
9603
9604 * window.el (display-buffer-window): Remove.
9605 (display-buffer-record-window): Use help-setup window parameter
9606 instead of variable display-buffer-window.
9607 (display-buffer-function, special-display-buffer-names)
9608 (special-display-function): Mention help-setup parameter instead
9609 of display-buffer-window in doc-string.
9610 * help.el (help-window-setup): New argument help-window.
9611 Use help-window-setup parameter instead of display-buffer-window.
9612 Reword some messages.
9613 (with-help-window): Pass window used for displaying the buffer
9614 to help-window-setup. Don't set display-buffer-window.
9615
9616 2011-09-13 Glenn Morris <rgm@gnu.org>
9617
9618 * emacs-lisp/debug.el (debugger-make-xrefs):
9619 Preserve point. (Bug#9462)
9620
9621 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9622
9623 * window.el (window-deletable-p): Use next-frame.
9624
9625 2011-09-13 Martin Rudalics <rudalics@gmx.at>
9626
9627 * window.el (window-auto-delete): Remove.
9628 (window-deletable-p): Remove argument FORCE. Don't deal with
9629 dedication and previous buffers.
9630 (switch-to-prev-buffer): Don't delete window.
9631 (delete-windows-on): Delete a window's frame if and only if the
9632 window is dedicated.
9633 (replace-buffer-in-windows): Delete buffer's window or frame if
9634 and only if window is dedicated.
9635 (quit-window): Handle quit-restore as before last change.
9636 (bury-buffer): Delete window only if window-deletable-p returns t.
9637
9638 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9639
9640 * window.el (window-deletable-p): Never delete the last frame on a
9641 given terminal.
9642
9643 2011-09-13 Glenn Morris <rgm@gnu.org>
9644
9645 * help.el (describe-key-briefly): Copy previous standard-output change.
9646
9647 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
9648
9649 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9650
9651 2011-09-13 Glenn Morris <rgm@gnu.org>
9652
9653 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9654 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9655
9656 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
9657
9658 * dired-aux.el (dired-mark-read-string): Don't return default
9659 value on empty input (Bug#9361).
9660 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9661 Omit initial minibuffer contents.
9662 (dired-do-chmod): Signal an error on empty input.
9663 (dired-mark-read-string): Don't return default on empty input.
9664
9665 * files.el (file-modes-symbolic-to-number): Doc fix.
9666
9667 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * international/mule-cmds.el (ucs-completions): Remove.
9670 (read-char-by-name): Use complete-with-action instead; add metadata.
9671
9672 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9673
9674 * window.el (display-buffer--action-function-custom-type)
9675 (display-buffer--action-custom-type): New vars.
9676 (display-buffer-alist, display-buffer-default-action)
9677 (display-buffer-overriding-action): Add defcustom types.
9678
9679 * frame.el (delete-other-frames): Doc fix (Bug#276).
9680
9681 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9682
9683 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9684
9685 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9686
9687 Change modes that used same-window-* vars to use switch-to-buffer.
9688
9689 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9690 Use switch-to-buffer.
9691
9692 * cus-edit.el (customize-group, custom-buffer-create)
9693 (customize-browse, custom-buffer-create-other-window):
9694 Use switch-to-buffer or switch-to-buffer-other-window.
9695
9696 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9697 (Info-prev, Info-up, Info-speedbar-goto-node)
9698 (info-display-manual): Use switch-to-buffer.
9699 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9700
9701 * mail/sendmail.el (mail): Use switch-to-buffer.
9702 (mail-recover): Use switch-to-buffer-other-window.
9703
9704 * cmuscheme.el (run-scheme, switch-to-scheme):
9705 * ielm.el (ielm):
9706 * shell.el (shell):
9707 * net/rlogin.el (rlogin):
9708 * net/telnet.el (telnet, rsh):
9709 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9710
9711 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9712
9713 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9714
9715 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9716
9717 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9718 so don't mention it (bug#9301).
9719 (dired-sort-toggle-or-edit): Clarify string further.
9720
9721 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9722 match `x', `w32' and `ns', like the manual says (bug#9029).
9723
9724 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9725 (process-kill-buffer-query-function): Mention the buffer name in
9726 the query.
9727
9728 * image-mode.el (image-next-line): The line parameter is mandatory
9729 (bug#9258).
9730
9731 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9732 which can be useful (bug#9301).
9733
9734 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9735
9736 * subr.el (match-string): Mention that the current buffer should
9737 be the same as the search was done in (bug#9282).
9738
9739 * facemenu.el: Disable the remove-* commands if the mark isn't
9740 active (bug#9162).
9741
9742 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9743
9744 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9745 of display-buffer.
9746 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9747
9748 * replace.el (occur-mode-goto-occurrence)
9749 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9750 and display-buffer.
9751
9752 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9753 display-buffer.
9754
9755 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9756 special-display and same-window variables.
9757 (mail-other-window): Use switch-to-buffer-other-window.
9758 (mail-other-frame): USe switch-to-buffer-other-frame.
9759
9760 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9761 Use display-buffer-other-frame.
9762 (gdb-display-gdb-buffer): Use pop-to-buffer.
9763
9764 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9765
9766 * progmodes/python.el: Don't set same-window-buffer-names.
9767
9768 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9769
9770 * window.el (display-buffer-alist): Add *Python*.
9771
9772 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9773
9774 * window.el (display-buffer-alist): Add entry for buffers
9775 previously handled same-window-*.
9776 (display-buffer-alist, display-buffer-default-action)
9777 (display-buffer-overriding-action): Mark as risky.
9778 (display-buffer-alist): Document action function changes.
9779 (display-buffer--same-window-action)
9780 (display-buffer--other-frame-action): New variables.
9781 (switch-to-buffer, display-buffer-other-frame): Use them.
9782 (display-buffer): Rename reuse-frame entry to reusable-frames.
9783 (display-buffer-reuse-selected-window): Function deleted.
9784 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9785 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9786 (display-buffer-special): New function.
9787 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9788 display-buffer-reuse-or-pop-window. Split off special-display
9789 part into display-buffer-special.
9790 (display-buffer-use-some-window): Don't perform any special
9791 pop-up-frames handling.
9792 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9793 (display-buffer--maybe-same-window): Rename from
9794 display-buffer-maybe-same-window.
9795
9796 * info.el: Don't set same-window-regexps.
9797 (info-setup): New function.
9798 (info-other-window, info): Call it.
9799
9800 * cus-edit.el: Don't set same-window-regexps.
9801 (customize-group): New argument.
9802 (customize-group-other-window): Use it.
9803 (customize-face, customize-face-other-window): Likewise.
9804 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9805
9806 * net/rlogin.el:
9807 * net/telnet.el:
9808 * progmodes/gud.el: Don't set same-window-regexps.
9809
9810 * cmuscheme.el:
9811 * ielm.el:
9812 * shell.el:
9813 * mail/sendmail.el:
9814 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9815
9816 2011-09-10 Juri Linkov <juri@jurta.org>
9817
9818 * isearch.el (isearch-edit-string): Remove obsolete mention of
9819 `C-w' (`isearch-yank-word-or-char') from docstring.
9820 (isearch-query-replace): Fix typo in docstring (bug#9466).
9821
9822 2011-09-10 Juri Linkov <juri@jurta.org>
9823
9824 * paren.el (show-paren-function): Don't show escaped parens.
9825 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9826
9827 2011-09-10 Eli Zaretskii <eliz@gnu.org>
9828
9829 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9830 (mm-default-file-encoding): Remove autoload forms, they are
9831 replaced with autoload cookies in mml.el and mm-encode.el.
9832 (mail-add-attachment): New command.
9833 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9834 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9835 the doc string.
9836 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9837
9838 2011-09-10 Reuben Thomas <rrt@sc3d.org>
9839
9840 * simple.el (count-words-region): Use buffer if there's no region
9841 (bug#9429).
9842
9843 2011-09-09 Juri Linkov <juri@jurta.org>
9844
9845 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9846 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9847 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9848
9849 2011-09-09 Alan Mackenzie <acm@muc.de>
9850
9851 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9852 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9853
9854 2011-09-09 Eli Zaretskii <eliz@gnu.org>
9855
9856 Fix for Savannah bug#9392.
9857 * simple.el (mail-encode-mml): New defvar.
9858
9859 * mail/rmail.el (mail-encode-mml): Add a defvar.
9860 (rmail-enable-mime-composing): Default to t.
9861 (rmail-forward): Use MIME method of forwarding only if both
9862 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9863 Set mail-encode-mml non-nil if the MIME method was used.
9864
9865 * mail/sendmail.el (mml-to-mime): Add autoload form.
9866 (mail-encode-mml): Add a defvar.
9867 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9868 to nil.
9869 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9870 message through mml-to-mime, and reset mail-encode-mml to nil.
9871
9872 2011-09-09 Glenn Morris <rgm@gnu.org>
9873
9874 * woman.el (woman-if-body): When processing an .el block,
9875 do not delete the next .el block as well. (Bug#9447)
9876 (woman-special-characters): Add oq, cq, and hy characters.
9877
9878 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9879
9880 * window.el (window-deletable-p): Make sure window is live before
9881 invoking window-prev-buffers.
9882
9883 2011-09-08 Leo Liu <sdl.web@gmail.com>
9884
9885 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9886
9887 2011-09-08 Juri Linkov <juri@jurta.org>
9888
9889 * progmodes/compile.el (compilation-environment): Make it
9890 a defcustom (bug#8340).
9891
9892 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9893
9894 * window.el (frame-auto-delete): Rename to window-auto-delete.
9895 Make it control auto-deletion of windows and/or frames.
9896 (window-deletable-p): New argument FORCE. Rewrite conditions
9897 for deleting window/frame. (Bug#9419)
9898 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9899 Rewrite handling of case when window/frame can be deleted.
9900 (delete-windows-on): Call window-deletable-p with new FORCE
9901 argument t. (Bug#9456)
9902
9903 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
9904
9905 * help-mode.el (help-mode): Restore autoload.
9906
9907 2011-09-07 Juri Linkov <juri@jurta.org>
9908
9909 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9910 `compilation-environment'. Set buffer-local
9911 `compilation-environment' to `thisenv' later after (funcall mode).
9912 (Bug#8340)
9913
9914 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9915 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9916 instead of replacing its value. (Bug#8340)
9917
9918 2011-09-07 Juri Linkov <juri@jurta.org>
9919
9920 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
9921 based on text properties put by `grep-filter' instead of matching
9922 escape sequences.
9923 (grep-mode): Set buffer-local `compilation-error-screen-columns'
9924 to the value of `grep-error-screen-columns' (bug#9438).
9925
9926 2011-09-07 Juri Linkov <juri@jurta.org>
9927
9928 * simple.el (next-error-highlight, next-error-highlight-no-select):
9929 Doc fix (bug#9432).
9930
9931 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
9932
9933 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
9934 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
9935
9936 2011-09-07 Leo Liu <sdl.web@gmail.com>
9937
9938 * net/rcirc.el (rcirc-mode): Conditionally initialize
9939 rcirc-input-ring.
9940
9941 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * emacs-lisp/find-func.el (find-function-C-source): Only set
9944 find-function-C-source-directory after checking that we found a source
9945 file there (bug#9440).
9946
9947 2011-09-06 Alan Mackenzie <acm@muc.de>
9948
9949 * isearch.el (isearch-other-meta-char): Wherever a key list is
9950 unread, "unread" the prefix arg, too. This fixes bug #8901.
9951
9952 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
9953
9954 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
9955
9956 2011-09-05 Juri Linkov <juri@jurta.org>
9957
9958 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
9959
9960 2011-09-05 Juri Linkov <juri@jurta.org>
9961
9962 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
9963 keeping point where processing of grep matches begins, and
9964 continue to delete remaining escape sequences from the same point.
9965 (grep-filter): Make leading zero optional in "0?1;31m" because
9966 git-grep emits "\033[1;31m" escape sequences unlike expected
9967 "\033[01;31m" as GNU Grep does (bug#9408).
9968 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
9969
9970 2011-09-05 Juri Linkov <juri@jurta.org>
9971
9972 * subr.el (y-or-n-p): Capitalize "yes".
9973
9974 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
9975
9976 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
9977 `tramp-cache-unload-hook' where appropriate.
9978 (tramp-methods): Rename `tramp-remote-sh' to
9979 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
9980 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
9981
9982 * net/tramp-sh.el (top): Don't require 'shell.
9983 (tramp-methods): Add `tramp-remote-shell' and
9984 `tramp-remote-shell-args' entries.
9985 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
9986 (tramp-sh-handle-shell-command): Remove.
9987 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
9988 Use `tramp-remote-shell'.
9989
9990 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * mail/sendmail.el (sendmail-query-once-function): Delete.
9993 (sendmail-query-once): Save directly to send-mail-function.
9994 Update message-send-mail-function too.
9995
9996 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
9997
9998 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
9999
10000 * progmodes/python.el (python-mode-map): Use correct function to
10001 start python interpreter from menu-bar (as reported by Geert
10002 Kloosterman).
10003 (inferior-python-mode-map): Fix typo.
10004 (python-shell-map): Remove.
10005
10006 2011-09-03 Deniz Dogan <deniz@dogan.se>
10007
10008 * net/rcirc.el (rcirc-print): Simplify code for
10009 rcirc-scroll-show-maximum-output. There is no need to walk
10010 through all windows to find the right one.
10011
10012 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10013
10014 * help.el (help-return-method): Doc fix.
10015
10016 2011-09-03 Martin Rudalics <rudalics@gmx.at>
10017
10018 * window.el (window-deletable-p): Don't return a non-nil value
10019 when there's a buffer that was shown in the window before.
10020 (Bug#9419)
10021 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10022 Set window's previous buffers to nil.
10023
10024 2011-09-03 Eli Zaretskii <eliz@gnu.org>
10025
10026 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10027 newline before and after the tag line, so it doesn't interfere
10028 with determining the paragraph direction of bidirectional text.
10029
10030 2011-09-03 Leo Liu <sdl.web@gmail.com>
10031
10032 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10033
10034 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10035
10036 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
10037 (pop-to-buffer): Change interactive spec. Pass second argument
10038 directly to display-buffer.
10039 (display-buffer): Fix interactive spec. Use functionp to
10040 distinguish between a function and a list of functions.
10041
10042 * abbrev.el (edit-abbrevs):
10043 * arc-mode.el (archive-extract):
10044 * autoinsert.el (auto-insert):
10045 * bookmark.el (bookmark-bmenu-list):
10046 * files.el (find-file):
10047 * view.el (view-buffer):
10048 * progmodes/compile.el (compilation-goto-locus):
10049 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10050
10051 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10052
10053 * window.el (display-buffer-alist): Doc fix.
10054 (display-buffer): Add docstring. Don't treat
10055 display-buffer-default specially.
10056 (display-buffer-reuse-selected-window)
10057 (display-buffer-same-window, display-buffer-maybe-same-window)
10058 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10059 (display-buffer-pop-up-window)
10060 (display-buffer-reuse-or-pop-window)
10061 (display-buffer-use-some-window): New functions.
10062 (display-buffer-default-action): Use them.
10063 (display-buffer-default): Delete.
10064 (pop-to-buffer-1): Fix choice of actions.
10065
10066 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * minibuffer.el (completion--insert-strings): Don't get confused by
10069 completion entries that end with an LF char.
10070
10071 2011-09-01 Eli Zaretskii <eliz@gnu.org>
10072
10073 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10074
10075 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
10076
10077 * window.el (display-buffer): Restore interactive spec.
10078 (display-buffer-same-window, display-buffer-other-window):
10079 New functions.
10080 (pop-to-buffer-1): New function. Use the above.
10081 (pop-to-buffer, pop-to-buffer-same-window): Use it.
10082 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10083
10084 * view.el (view-buffer-other-window, view-buffer-other-frame):
10085 Just use pop-to-buffer.
10086
10087 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10088
10089 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10090
10091 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10092
10093 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10094
10095 2011-08-31 Richard Stallman <rms@gnu.org>
10096
10097 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10098 of the separation of rmail-view-buffer from rmail-buffer.
10099 If you say no to "replace original", the decrypt is in the
10100 view buffer. If you say yes, the decrypt goes into the
10101 rmail buffer also.
10102
10103 2011-08-31 Martin Rudalics <rudalics@gmx.at>
10104
10105 * window.el (display-buffer-window): Rewrite doc-string.
10106 (display-buffer-record-window): New function.
10107 (display-buffer-macro-specifiers)
10108 (display-buffer-even-window-sizes, display-buffer-set-height)
10109 (display-buffer-set-width, display-buffer-in-window)
10110 (display-buffer-reuse-window, display-buffer-split-specifiers)
10111 (display-buffer-side-specifiers, display-buffer-split-window-1)
10112 (display-buffer-split-window, display-buffer-split-atom-window)
10113 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10114 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10115 (display-buffer-other-window-means-other-frame)
10116 (display-buffer-normalize-special)
10117 (display-buffer-normalize-default)
10118 (display-buffer-normalize-argument)
10119 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10120 (display-buffer-normalize-specifiers, display-buffer-frame)
10121 (display-buffer-same-window, display-buffer-same-frame)
10122 (display-buffer-other-window)
10123 (display-buffer-same-frame-other-window)
10124 (display-buffer-other-frame, pop-to-buffer-same-window)
10125 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10126 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10127 (switch-to-buffer-same-frame)
10128 (switch-to-buffer-other-window-same-frame)
10129 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10130 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10131 (display-buffer-alist-set): Remove.
10132 (display-buffer-function, special-display-buffer-names)
10133 (special-display-regexps, special-display-function):
10134 In doc-string refer to display-buffer-window and quit-restore
10135 parameter.
10136 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10137 (special-display-frame-alist, special-display-popup-frame)
10138 (same-window-buffer-names, same-window-regexps, same-window-p)
10139 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10140 (split-window-preferred-function, split-height-threshold)
10141 (split-width-threshold, window-splittable-p)
10142 (split-window-sensibly, window--try-to-split-window)
10143 (window--frame-usable-p, even-window-heights)
10144 (window--even-window-heights, window--display-buffer-1)
10145 (window--display-buffer-2, display-buffer-other-frame):
10146 Restore old Emacs 23 code, order and doc-strings where applicable.
10147 (display-buffer-default, display-buffer-assq-regexp): New functions.
10148 (display-buffer-alist): Rewrite doc-string.
10149 (display-buffer-default-action)
10150 (display-buffer-overriding-action): New variables.
10151 (display-buffer, switch-to-buffer): Rewrite.
10152 (pop-to-buffer): Restore Emacs 23 behavior but use
10153 window-normalize-buffer-to-display.
10154 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10155 Restore Emacs 23 behavior but use
10156 window-normalize-buffer-to-switch-to.
10157 (pop-to-buffer-same-window): Rewrite.
10158 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10159 Rewrite using Emacs 23 options.
10160
10161 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
10162
10163 * net/tramp.el (tramp-root-regexp): Remove.
10164 (tramp-completion-file-name-regexp-unified)
10165 (tramp-completion-file-name-regexp-separate)
10166 (tramp-completion-file-name-regexp-url): Don't use leading volume
10167 letter on win32 systems. (Bug#5303, Bug#9311)
10168 (tramp-drop-volume-letter): Simplify definition.
10169 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10170
10171 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10174 (bug#9356).
10175
10176 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10177
10178 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10179
10180 2011-08-29 Juri Linkov <juri@jurta.org>
10181
10182 * isearch.el (isearch-done): Don't display message "Mark saved"
10183 when arg `edit' is non-nil to prevent its flicker in the echo area.
10184
10185 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10186
10187 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10188 obsolete packages for deletion.
10189
10190 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10191
10192 * help-mode.el (help-mode-map): Add special-mode-map to parent.
10193 (help-mode): Derive help-mode from special-mode. Don't invoke
10194 view-mode from help-mode.
10195 (help-xref-override-view-map): Remove.
10196 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10197 view-mode is not used anymore.
10198
10199 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10200
10201 * server.el (server-port): Doc fix.
10202
10203 * cus-theme.el (custom-theme-choose-mode): Inherit from
10204 special-mode (Bug#9124).
10205 (custom-theme-choose-mode-map): Add special-mode to parent.
10206
10207 2011-08-28 Alan Mackenzie <acm@muc.de>
10208
10209 * progmodes/cc-fonts.el
10210 (c-make-font-lock-BO-decl-search-function): New function.
10211 (c-basic-matchers-after - "Fontify the clauses after various
10212 keywords"): Extract the three keyword lists for the 3 erroneous
10213 constructs from the list of four, and use the new function above
10214 in place of an old one.
10215
10216 2011-08-28 Deniz Dogan <deniz@dogan.se>
10217
10218 * net/rcirc.el (rcirc-insert-prev-input)
10219 (rcirc-insert-next-input): Remove unused argument.
10220
10221 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10222
10223 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10224
10225 2011-08-27 Alan Mackenzie <acm@muc.de>
10226
10227 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10228 handle function pointer parameters properly.
10229
10230 2011-08-27 Martin Rudalics <rudalics@gmx.at>
10231
10232 * window.el (display-buffer-reuse-window): Fix case where
10233 selected window was reused with non-nil OTHER-WINDOW argument.
10234 (Bug#9381)
10235
10236 2011-08-27 Deniz Dogan <deniz@dogan.se>
10237
10238 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10239 oftc's NickServ messages.
10240
10241 2011-08-27 Glenn Morris <rgm@gnu.org>
10242
10243 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10244
10245 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * emacs-lisp/package.el (package-install): Call package-initialize
10248 if called interactively.
10249
10250 2011-08-26 Leo Liu <sdl.web@gmail.com>
10251
10252 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10253
10254 2011-08-25 Juri Linkov <juri@jurta.org>
10255
10256 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10257 `search-whitespace-regexp' (bug#9364).
10258
10259 2011-08-25 Juri Linkov <juri@jurta.org>
10260
10261 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10262 `regexp-search-ring' to their global values to protect from
10263 updating by `read-from-minibuffer' (bug#9185).
10264
10265 2011-08-25 Juri Linkov <juri@jurta.org>
10266
10267 * textmodes/ispell.el (ispell-command-loop): Add newline
10268 at the end of the "Use option `i'..." line.
10269
10270 2011-08-25 Juri Linkov <juri@jurta.org>
10271
10272 * battery.el (display-battery-mode): If `battery-status-function'
10273 or `battery-mode-line-format' is nil, display the message and set
10274 `display-battery-mode' to nil (bug#9363).
10275
10276 2011-08-25 Eli Zaretskii <eliz@gnu.org>
10277
10278 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10279 bidi-string-mark-left-to-right; they are unnecessary now.
10280
10281 2011-08-25 Deniz Dogan <deniz@dogan.se>
10282
10283 * net/quickurl.el: Documentation typo fixes.
10284
10285 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
10286
10287 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10288
10289 2011-08-25 Glenn Morris <rgm@gnu.org>
10290
10291 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10292
10293 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10294 (smtpmail-via-smtp): Handle nil response from smtp.
10295
10296 2011-08-24 Juri Linkov <juri@jurta.org>
10297
10298 * proced.el (proced-marked): Inherit from `error' instead of
10299 `font-lock-warning-face'.
10300
10301 * ibuffer.el (ibuffer-marked-face): Change default face from
10302 `font-lock-warning-face' to `warning'.
10303 (ibuffer-deletion-face): Change default face from
10304 `font-lock-type-face' to `error'.
10305
10306 * battery.el (battery-update): Use the face `error' instead of
10307 `font-lock-warning-face' (bug#6117).
10308
10309 2011-08-24 Juri Linkov <juri@jurta.org>
10310
10311 * faces.el (success): Change face color from "Green3" to
10312 "ForestGreen" on light background (bug#9353).
10313
10314 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
10315
10316 * window.el (quit-window): Rename from quit-restore-window.
10317 Use same arglist as old quit-window.
10318 (frame-auto-delete): Doc fix.
10319
10320 * view.el (view-mode-exit): Use quit-window.
10321
10322 2011-08-24 Juri Linkov <juri@jurta.org>
10323
10324 * isearch.el (isearch-ring-adjust1): Start visiting previous
10325 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10326 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10327 for empty search string (when the last search string is reused
10328 automatically) to adjust the isearch ring to the last element and
10329 prepare the correct index for further M-p commands (bug#9185).
10330
10331 2011-08-24 Kenichi Handa <handa@m17n.org>
10332
10333 * international/ucs-normalize.el: If decomposition property of
10334 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10335 nil.
10336 (nfd, nfkd): Likewise.
10337
10338 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10341 from process filters aren't reliably transmitted to the surrounding
10342 accept-process-output.
10343 (mpc-proc-check): New function.
10344 (mpc-proc-sync): Use it (bug#8293)
10345
10346 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10349 Add compatibility functions (bug#9313).
10350
10351 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10352
10353 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10354
10355 * international/uni-bidi.el: Regenerate.
10356
10357 2011-08-23 Kenichi Handa <handa@m17n.org>
10358
10359 * international/charprop.el:
10360 * international/uni-bidi.el:
10361 * international/uni-category.el:
10362 * international/uni-combining.el:
10363 * international/uni-comment.el:
10364 * international/uni-decimal.el:
10365 * international/uni-decomposition.el:
10366 * international/uni-digit.el:
10367 * international/uni-lowercase.el:
10368 * international/uni-mirrored.el:
10369 * international/uni-name.el:
10370 * international/uni-numeric.el:
10371 * international/uni-old-name.el:
10372 * international/uni-titlecase.el:
10373 * international/uni-uppercase.el: Regenerate.
10374
10375 2011-08-23 Martin Rudalics <rudalics@gmx.at>
10376
10377 * help.el (help-window-setup): Fix message displayed when other
10378 window is reused. (Bug#9341)
10379
10380 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10383 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10384
10385 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10386 Mark obsolete.
10387 * shell.el (shell-parse-pcomplete-arguments): New function.
10388 (shell-completion-vars): Use it instead (bug#9160).
10389
10390 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10393 strings and comments (bug#9333).
10394
10395 * emacs-lisp/debug.el (debug-arglist): New function.
10396 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10397 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10398
10399 2011-08-22 Juri Linkov <juri@jurta.org>
10400
10401 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10402 Revert regexp that highlights output switches to its old
10403 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10404
10405 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10406 to check for empty output (bug#9226).
10407
10408 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
10409
10410 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10411 symbol-constituent as the default, as that stops font-lock from
10412 working properly (Bug#8843).
10413
10414 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10415
10416 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10417 `coding-system-for-*' around the process open call to avoid
10418 auth-source side effects.
10419 (smtpmail-try-auth-methods): Expand the secret password.
10420 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10421 probe hangs.
10422
10423 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10424
10425 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10426
10427 * emacs-lisp/find-func.el (find-function-noselect): New arg
10428 lisp-only.
10429
10430 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10431 signal an error for built-in functions (Bug#6664).
10432
10433 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10434
10435 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10436 (smtpmail-try-auth-methods): Use it.
10437
10438 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10439
10440 * font-lock.el (font-lock-fontify-region)
10441 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10442 (font-lock-default-unfontify-buffer)
10443 (font-lock-default-fontify-region)
10444 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10445
10446 * progmodes/compile.el (compilation-error-properties):
10447 Fix confusion between file struct and message struct (Bug#9319).
10448 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10449 `ant' regexp.
10450
10451 * net/browse-url.el (browse-url-firefox): Don't call
10452 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10453
10454 2011-08-20 Glenn Morris <rgm@gnu.org>
10455
10456 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10457
10458 * tutorial.el (tutorial--default-keys): Update some default bindings.
10459
10460 * files.el (hack-local-variables): Fully ignore case for "mode:".
10461
10462 2011-08-20 Alan Mackenzie <acm@muc.de>
10463
10464 Resolve invalid use of a regexp in regexp-opt.
10465
10466 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10467 detection for a java annotation.
10468
10469 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10470 detection for a java annotation.
10471
10472 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10473 handling for java.
10474 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10475
10476 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
10477
10478 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10479 (Bug#9274).
10480
10481 2011-08-20 Alan Mackenzie <acm@muc.de>
10482
10483 Fontify CPP expressions correctly when starting in the middle of
10484 such a construct. Mainly for when jit-lock etc. starts a chunk
10485 here.
10486
10487 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10488 variable.
10489 (c-make-font-lock-search-form): New function, extracted from
10490 c-make-font-lock-search-function.
10491 (c-make-font-lock-search-function): Use the above function.
10492 (c-make-font-lock-context-search-function): New function.
10493 (c-cpp-matchers): Enhance the preprocessor expression case with
10494 the above function
10495 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10496 which takes an expression.
10497
10498 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10499
10500 2011-08-20 Martin Rudalics <rudalics@gmx.at>
10501
10502 * window.el (display-buffer-reuse-window)
10503 (display-buffer-pop-up-window): Don't reuse or split a side
10504 window.
10505
10506 2011-08-19 Glenn Morris <rgm@gnu.org>
10507
10508 * files.el (hack-local-variables-prop-line, hack-local-variables):
10509 Downcase "Mode:". (Bug#9331)
10510
10511 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
10512
10513 * international/characters.el: Add L and R categories.
10514
10515 * subr.el (bidi-string-mark-left-to-right): Rename from
10516 string-mark-left-to-right. Use category search.
10517
10518 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10519
10520 2011-08-18 Juri Linkov <juri@jurta.org>
10521
10522 * faces.el (error, warning, success): New faces with definitions
10523 copied from old default values of `font-lock-warning-face',
10524 `compilation-warning', `compilation-info' (bug#6117).
10525
10526 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10527
10528 * progmodes/compile.el (compilation-error): Inherit from `error'.
10529 (compilation-warning): Inherit from `warning'.
10530 (compilation-info): Inherit from `success'.
10531
10532 * dired.el (dired-marked): Inherit from `warning'.
10533 (dired-flagged): Inherit from `error'.
10534
10535 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10536
10537 * mail/smtpmail.el (auth-source): Require to avoid problems with
10538 binding variables (bug#9298). Also clean up some unused
10539 autoloads.
10540
10541 * net/network-stream.el (network-stream-open-starttls):
10542 Support using starttls.el without using gnutls-cli.
10543
10544 2011-08-17 Juri Linkov <juri@jurta.org>
10545
10546 * progmodes/grep.el (rgrep): Handle the case when
10547 `grep-find-command' is a cons cell (bug#9278).
10548
10549 2011-08-17 Martin Rudalics <rudalics@gmx.at>
10550
10551 * window.el (display-buffer-pop-up-frame): Run frame creation
10552 function with BUFFER current (as special-display-popup-frame
10553 does). Reported by Drew Adams.
10554
10555 2011-08-17 Daiki Ueno <ueno@unixuser.org>
10556
10557 * epa-mail.el: Simplify GnuPG group expansion using
10558 epg-expand-group.
10559 (epa-mail-group-alist, epa-mail-group-modtime)
10560 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10561 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10562 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10563 Remove.
10564
10565 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
10566
10567 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10568
10569 2011-08-16 Alan Mackenzie <acm@muc.de>
10570
10571 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10572 Correct, to avoid the inside of macros.
10573
10574 2011-08-16 Richard Stallman <rms@gnu.org>
10575
10576 * epa-mail.el: Handle GnuPG group definitions.
10577 (epa-mail-group-alist, epa-mail-group-modtime)
10578 (epa-mail-gnupg-conf-file): New variables.
10579 (epa-mail-parse-groups, epa-mail-sync-groups)
10580 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10581 (epa-mail-expand-recipients): New functions.
10582 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10583
10584 * mail/rmail.el (rmail-epa-decrypt): New command.
10585
10586 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10587 Don't bind buffer-read-only, just inhibit-read-only.
10588 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10589 (epa-decrypt-armor-in-region): Make error message clearer.
10590
10591 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10592
10593 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10594 and "a2b" to "ab" for `prefix'.
10595
10596 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
10597
10598 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10599 filter groups.
10600 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10601 Fourquet (Bug#8804).
10602
10603 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
10604
10605 * startup.el (argi): Declare as global variable (bug#9275).
10606
10607 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
10608
10609 * subr.el (string-mark-left-to-right): Search the entire string
10610 for RTL script, not just the terminating character. Doc fix.
10611
10612 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10613
10614 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10615 New function.
10616 (js--regexp-literal, js-syntax-propertize-function): Remove.
10617 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10618 (js-mode-map): Don't rebind electric keys.
10619 (js-insert-and-indent): Remove.
10620 (js-mode): Setup electric-layout and electric-indent instead.
10621
10622 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10623
10624 2011-08-12 Daiki Ueno <ueno@unixuser.org>
10625
10626 * epa.el (epa-progress-callback-function): Fix the logic of
10627 displaying progress.
10628 * epa-file.el (epa-file-insert-file-contents): Make progress
10629 display more user-friendly.
10630 (epa-file-write-region): Ditto.
10631
10632 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
10633
10634 * subr.el (string-mark-left-to-right): New function.
10635
10636 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10637 Use string-mark-left-to-right.
10638 (list-buffers-noselect): Caller changed.
10639
10640 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10641 Use string-mark-left-to-right.
10642 (tabulated-list-print): Recenter after moving point.
10643
10644 2011-08-10 Juri Linkov <juri@jurta.org>
10645
10646 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10647 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10648 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10649
10650 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
10651
10652 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10653 (Bug#7554).
10654
10655 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
10656
10657 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10658 character. (Bug#6594)
10659
10660 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
10661
10662 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10663 (image-dired--with-db-file): New macro.
10664 (image-dired-write-tags, image-dired-remove-tag)
10665 (image-dired-create-gallery-lists, image-dired-write-comments)
10666 (image-dired-get-comment, image-dired-mark-tagged-files)
10667 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10668 (image-dired-gallery-generate): Use insert-file-contents.
10669
10670 * time.el (display-time-world-list, display-time-world-display):
10671 * time-stamp.el (time-stamp-string):
10672 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10673 set-time-zone-rule (Bug#7337).
10674
10675 2011-08-08 Daiki Ueno <ueno@unixuser.org>
10676
10677 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10678 (epg-error-to-string, epg-errors-to-string): New function.
10679 (epg-wait-for-completion): Reverse errors list.
10680 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10681 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10682 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10683 (epg-sign-keys, epg-generate-key-from-file)
10684 (epg-generate-key-from-string): Format errors by using
10685 epg-errors-to-string (bug#9255).
10686 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10687
10688 2011-08-07 Juri Linkov <juri@jurta.org>
10689
10690 * faces.el (list-faces-display): Remove extra angle bracket
10691 from `help-mode-map'.
10692
10693 * info.el (Info-history-toc-nodes): Doc fix.
10694
10695 * longlines.el (longlines-mode): Doc fix.
10696
10697 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10700 of statements and in a few more cases (bug#9183).
10701
10702 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10703 New functions.
10704 (cl-transform-lambda): Use them (bug#9239).
10705
10706 2011-08-05 Martin Rudalics <rudalics@gmx.at>
10707
10708 * window.el (display-buffer-same-window)
10709 (display-buffer-same-frame, display-buffer-other-window)
10710 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10711 (pop-to-buffer-other-window)
10712 (pop-to-buffer-same-frame-other-window)
10713 (pop-to-buffer-other-frame): Make them defuns.
10714 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10715
10716 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10717
10718 * subr.el (make-composed-keymap): Move from C. Change calling
10719 convention, and improve docstring to bring attention to a subtle point.
10720 * minibuffer.el (completing-read-default): Adjust accordingly.
10721
10722 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10723
10724 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10725 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10726
10727 * net/trampver.el: Update release number.
10728
10729 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10732 "in" (bug#9190).
10733
10734 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10735
10736 * mail/sendmail.el (sendmail-query-once): Restore the current
10737 buffer after querying (bug#9074).
10738
10739 * dired.el (dired-flagged): Use different faces for marked and
10740 flagged files (bug#6117).
10741
10742 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10743 (bug#4433).
10744
10745 * ido.el (ido-mode): Switch off the message if called
10746 non-interactively.
10747
10748 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10749 before 587, since it appears that that's more likely to work for
10750 more people.
10751
10752 * cus-edit.el (custom-file): When running under emacs -q, always
10753 refuse to save the customizations, even if the .emacs file doesn't
10754 exist.
10755
10756 * info.el: Remove the `Info-beginning-of-buffer' function
10757 (bug#8325).
10758
10759 * net/network-stream.el (network-stream-open-starttls):
10760 Use `starttls-available-p' to see whether starttls.el can be used.
10761
10762 2011-08-01 Martin Rudalics <rudalics@gmx.at>
10763
10764 * window.el (display-buffer-in-window): Don't set dedicated status
10765 of window here (Bug#9215).
10766 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10767 (display-buffer-pop-up-side-window)
10768 (display-buffer-in-side-window): Set dedicated status of window here.
10769
10770 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10773 before binding generated-autoload-file.
10774
10775 2011-08-01 Deniz Dogan <deniz@dogan.se>
10776
10777 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10778
10779 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
10780
10781 Sync with Tramp 2.2.2.
10782
10783 * net/trampver.el: Update release number.
10784
10785 2011-07-30 Juri Linkov <juri@jurta.org>
10786
10787 * dired-aux.el (dired-touch-initial): Remove function.
10788 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10789 current time, and `default' to the last modification time of the
10790 current marked file (bug#6887).
10791
10792 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10793
10794 * simple.el (goto-line): Use string-to-number to provide a
10795 numeric argument to read-number (bug#9163).
10796
10797 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
10798
10799 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10800 connection process, it could be nil.
10801
10802 2011-07-27 Leo Liu <sdl.web@gmail.com>
10803
10804 Simplify url handling in rcirc-mode.
10805
10806 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10807 (rcirc-browse-url-at-mouse): Remove.
10808 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10809
10810 2011-07-26 Alan Mackenzie <acm@muc.de>
10811
10812 Fontify bitfield declarations properly.
10813
10814 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10815 (c-symbol-chars): Now exported as a lang variable.
10816 (c-not-primitive-type-keywords): New lang variable.
10817
10818 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10819 QT keyword "more" to prevent "more slots: ...." being spuriously
10820 parsed as a bitfield declaration.
10821
10822 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10823 Refactor and enhance to handle bitfield declarations.
10824 (c-punctuation-in): New function.
10825 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10826 declarations properly.
10827
10828 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
10829
10830 * calendar/icalendar.el (icalendar--all-events): Take care of
10831 multiple vcalendars in a single file.
10832 (icalendar--convert-float-to-ical): Checkdoc fixes.
10833
10834 2011-07-25 Deniz Dogan <deniz@dogan.se>
10835
10836 * image.el (insert-image): Clarifying docstring.
10837
10838 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
10839
10840 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10841 `tramp-send-command-and-check' if there is no error.
10842 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10843
10844 2011-07-22 Alan Mackenzie <acm@muc.de>
10845
10846 Prevent cc-langs.elc being loaded at run time.
10847
10848 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10849 cc-langs.
10850
10851 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
10852 "(require 'cc-langs)". Quote a form so it will evaluate at
10853 (cc-mode's) compilation time.
10854
10855 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
10856
10857 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10858 loading. (Bug#9114)
10859
10860 2011-07-21 Martin Rudalics <rudalics@gmx.at>
10861
10862 * window.el (display-buffer-pop-up-window)
10863 (display-buffer-pop-up-side-window)
10864 (display-buffer-in-side-window): Call display-buffer-set-height
10865 and display-buffer-set-width after setting the new window's
10866 buffer so `fit-window-to-buffer' and friends work on the right buffer.
10867
10868 2011-07-20 Sam Steingold <sds@gnu.org>
10869
10870 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10871 (etags-tags-included-tables): Call `convert-standard-filename' on
10872 the file names contained in TAGS so that windows Emacs can handle
10873 TAGS files created by cygwin ctags.
10874
10875 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10876
10877 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10878 which apparently didn't work.
10879
10880 2011-07-19 Roland Winkler <winkler@gnu.org>
10881
10882 * proced.el (proced-send-signal): For *Marked Processes* buffer
10883 put point at beginning of buffer.
10884
10885 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
10886
10887 * proced.el (proced-format): Make header lines align with the text
10888 (bug#1779).
10889
10890 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10891
10892 * view.el (view-buffer): Allow running in `special' modes if we're
10893 visiting a file (bug#8615).
10894
10895 2011-07-19 Martin Rudalics <rudalics@gmx.at>
10896
10897 * window.el (display-buffer-alist-of-strings-p)
10898 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10899 New functions.
10900 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10901 more accurately.
10902
10903 2011-07-18 Alan Mackenzie <acm@muc.de>
10904
10905 Fontify declarators properly when, e.g., a jit-lock chunk begins
10906 inside a declaration.
10907
10908 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10909
10910 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10911 New function.
10912 (c-complex-decl-matchers): Insert reference to
10913 c-font-lock-enclosing-decls.
10914
10915 * progmodes/cc-engine.el (c-backward-single-comment):
10916 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
10917 to nil around calls to (forward-comment -1).
10918
10919 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10920
10921 * image.el (put-image): Doc typo fix.
10922
10923 * progmodes/etags.el (tags-search): Doc typo fix.
10924
10925 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
10926 password if we get errors 550 to 554.
10927
10928 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10929
10930 * net/gnutls.el (gnutls-log-level): Remove.
10931
10932 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
10933 indentation character (bug#6380).
10934
10935 * files.el (buffer-offer-save): Made permanently local (bug#6241).
10936
10937 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
10938 to clarify what the problem is (bug#4291).
10939
10940 * simple.el (current-kill): Clarify what
10941 `interprogram-paste-function' does (bug#7500).
10942 (auto-fill-mode): Document `auto-fill-function' in relation to
10943 `auto-fill-mode' (bug#2470).
10944
10945 2011-07-16 Lawrence Mitchell <wence@gmx.li>
10946
10947 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
10948 method if slot is read-only (bug#9035).
10949
10950 2011-07-16 Martin Rudalics <rudalics@gmx.at>
10951
10952 * frame.el (select-frame-set-input-focus): New argument NORECORD.
10953 * window.el (pop-to-buffer): Select window used even if it was
10954 selected before, see discussion of (Bug#8615), (Bug#6954).
10955 Pass argument NORECORD on to select-frame-set-input-focus.
10956
10957 2011-07-15 Glenn Morris <rgm@gnu.org>
10958
10959 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
10960 Respect help-form.
10961
10962 2011-07-09 Lawrence Mitchell <wence@gmx.li>
10963
10964 * net/gnutls.el (gnutls-min-prime-bits): New variable.
10965 (gnutls-negotiate): Use it.
10966
10967 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10968
10969 * net/gnutls.el (gnutls-negotiate):
10970 Upcase `gnutls-algorithm-priority'.
10971
10972 2011-07-15 Glenn Morris <rgm@gnu.org>
10973
10974 * jka-compr.el (jka-compr-verbose): Move from here...
10975 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
10976 Add missing :version tag.
10977 * info.el: No need to require jka-compr when compiling.
10978
10979 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
10980
10981 * net/gnutls.el (gnutls-algorithm-priority): New variable.
10982 (gnutls-negotiate): Use it.
10983
10984 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
10985
10986 * info.el (Info-beginning-of-buffer): New command.
10987 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
10988 announcing `b' as the key (bug#8325).
10989 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
10990
10991 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
10992
10993 * international/mule-cmds.el
10994 (describe-specified-language-support): Make the error message
10995 clearer (bug#8905).
10996
10997 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
10998
10999 * isearch.el (isearch-barrier): Add a doc string, since it's
11000 mentioned in a function doc string (bug#8678).
11001
11002 2011-07-15 Martin Rudalics <rudalics@gmx.at>
11003
11004 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11005 buffer argument (Bug#9083) and self-identifying label argument.
11006
11007 2011-07-15 Glenn Morris <rgm@gnu.org>
11008
11009 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11010
11011 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11012
11013 * man.el (Man-fontify-manpage): Fix message when formatting the
11014 man page (bug#7929).
11015
11016 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11017
11018 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11019 argument LRM; if non-nil, append an invisible LRM character to the
11020 buffer name.
11021 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11022 last argument non-nil, when formatting buffer names.
11023 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11024 paragraph direction.
11025
11026 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11027
11028 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11029 the man page name (bug#7929).
11030
11031 * image.el (put-image): Mention the `put-image' overlay property
11032 (bug#7834).
11033
11034 * scroll-bar.el (set-scroll-bar-mode): Mention that
11035 `scroll-bar-mode' lists the values (bug#7772).
11036
11037 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11038 command (bug#7729).
11039
11040 * rect.el (apply-on-rectangle): Return the point after the last
11041 operation.
11042 (string-rectangle): Go to the point after the last operation
11043 (bug#7522).
11044
11045 * printing.el (pr-toggle-region): Clarify the documentation
11046 slightly (bug#7493).
11047
11048 * time.el (display-time-update):
11049 Allow `display-time-mail-function' to return nil (bug#7158).
11050 Fix suggested by Detlev Zundel.
11051
11052 * vc/diff.el (diff): Clarify the order the file names are read
11053 (bug#7111).
11054
11055 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11056 the doc string (bug#7015).
11057
11058 * font-lock.el (font-lock-maximum-decoration): Mention what
11059 numeric levels mean (bug#6935).
11060
11061 * startup.el (initial-buffer-choice): Don't mention the `none'
11062 selection, which is against policy.
11063
11064 2011-07-14 Martin Rudalics <rudalics@gmx.at>
11065
11066 * window.el (display-buffer-normalize-special):
11067 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
11068
11069 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11070
11071 * subr.el (version<, version<=, version=): Mention "-CVS" and
11072 "-12345" alpha version numbers.
11073
11074 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11075
11076 * bindings.el: Add advertised binding for set-mark-command
11077 (Bug#5772).
11078
11079 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11080
11081 * bindings.el (mode-line-other-buffer):
11082 * bookmark.el (bookmark-bmenu-2-window):
11083 * bs.el (bs-cycle-next, bs-cycle-previous):
11084 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11085 switch-to-buffer.
11086
11087 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11088 Delete.
11089
11090 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
11091
11092 * follow.el (follow-debug-message, follow-redisplay):
11093 * jka-cmpr-hook.el (with-auto-compression-mode):
11094 Fix typos in docstrings.
11095
11096 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11097
11098 * subr.el (with-silent-modifications): Clarify somewhat what the
11099 macro inhibits (bug#6525).
11100
11101 * simple.el (eval-expression): Note what it does if called
11102 interactively (bug#6495).
11103
11104 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11105
11106 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11107 Use pop-to-buffer buffer-or-name if it is nil.
11108
11109 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11110 Remove switch-to-buffer.
11111
11112 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11113
11114 * files.el (make-directory): Clarify that an error will be raised
11115 if there's an error (bug#6397).
11116
11117 * startup.el (initial-buffer-choice): Add `none' as a choice
11118 (bug#6234).
11119
11120 * subr.el (add-hook): Clarify section about buffer-local hooks
11121 (bug#6218).
11122
11123 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11124
11125 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11126
11127 * tabify.el (untabify): Preserve the current column so that point
11128 doesn't move (bug#6032).
11129
11130 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11131
11132 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11133 Rewrite to avoid awkward possessive "s" (bug#5986).
11134
11135 2011-07-13 Glenn Morris <rgm@gnu.org>
11136
11137 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11138 (dired-insert-directory): Give a message the first time
11139 if ls is found not to support --dired.
11140
11141 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11142
11143 * simple.el (toggle-truncate-lines): Clarify what is toggled
11144 (bug#5580). Text by Drew Adams.
11145
11146 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11147
11148 * simple.el (blink-matching-open): Make the error message from the
11149 last change less verbose.
11150
11151 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11152
11153 * font-lock.el (font-lock-comment-face): Use the high contrast
11154 "yellow" color for font-lock-comment-face on low color terminals
11155 using a dark background color (bug#4221).
11156
11157 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11158
11159 * dired.el (dired-insert-set-properties): Make the doc string
11160 reflect what it does now (bug#5325).
11161
11162 * simple.el (blink-matching-open): Say that we were unable to find
11163 the match within the limit, if we're limited (bug#5122).
11164
11165 * international/mule-cmds.el (prefer-coding-system): Add an
11166 example (bug#4869).
11167
11168 * progmodes/etags.el (tags-search): Document `file-list-form'
11169 (bug#4731).
11170
11171 2011-07-13 Lawrence Mitchell <wence@gmx.li>
11172
11173 * net/browse-url.el (browse-url-default-browser)
11174 (browse-url-browser-function): Make the default browser choice a
11175 bit more logical (bug#4300). Also clean up the doc string.
11176
11177 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11180 binary endings (bug#4440).
11181
11182 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11183
11184 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11185 which can be pretty annoying (bug#8971).
11186
11187 * jka-compr.el (jka-compr-verbose): New variable, and use
11188 throughout (bug#8971).
11189
11190 * info.el (Info-find-file): Fall back on the installation
11191 directory if we can't find the info node anywhere else.
11192
11193 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11194
11195 * vc/vc.el (vc-revert-file):
11196 Don't set file time-stamp in the past. (Bug#5181)
11197
11198 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11199
11200 * files.el (after-find-file): Give a better error message when
11201 trying to find a symlink that points to a file that doesn't exist
11202 (bug#4398).
11203
11204 * progmodes/cc-vars.el: Remove (probably) misleading comment
11205 (bug#4396).
11206
11207 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11208
11209 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11210
11211 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11212
11213 * mouse-sel.el: Hack restoring functionality, while keeping
11214 compatibility with 2010-07-03 changes to mouse selection.
11215 (mouse-sel-primary-overlay): New var.
11216 (mouse-sel-selection-alist): Use it.
11217 (mouse-sel-mode): Doc fix; remove points that are default features
11218 of mouse.el.
11219
11220 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11221
11222 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11223 Fix previous fix (bug#2490).
11224
11225 2011-07-12 Roland Winkler <winkler@gnu.org>
11226
11227 * textmodes/bibtex.el (bibtex-initialize):
11228 Use pop-to-buffer-same-window.
11229 (bibtex-search-entries): Fix interactive call.
11230
11231 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11232
11233 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11234 Fontise bytecomp Error lines more correctly (bug#2490).
11235 Fix suggested by Johan Bockgård.
11236
11237 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11238
11239 * dired-x.el (dired-guess-default): Use `delete-dups'.
11240
11241 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * dired.el (dired-mark-prompt):
11244 * dired-aux.el (dired-read-shell-command): Doc fix.
11245
11246 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11247
11248 * mail/sendmail.el (sendmail-query-once):
11249 Use `customize-save-variable' unconditionally, now that it works under
11250 emacs -Q.
11251
11252 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11253
11254 * cus-edit.el (custom-file): Take an optional no-error variable.
11255 (customize-save-variable): Set the variable, and give a warning if
11256 running under "emacs -q".
11257
11258 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
11259
11260 * loadhist.el (unload-feature-special-hooks):
11261 Add `auto-coding-functions', `fill-nobreak-predicate' and
11262 `find-directory-functions' (bug#5327).
11263
11264 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11265
11266 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11267
11268 * cus-edit.el (custom-guess-name-alist): -alist variables should
11269 use the `alist' type (bug#3120). Suggested by Drew Adams.
11270
11271 * printing.el: Add documentation to all the `pr-toggle-' commands.
11272
11273 2011-07-11 Leo Liu <sdl.web@gmail.com>
11274
11275 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11276 backends where it makes sense (bug#2623).
11277
11278 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11279
11280 * dired-x.el (dired-guess-default): Remove duplicate shell command
11281 entries (bug#2028).
11282 (dired-guess-default): Fix grammar in doc string (bug#2028).
11283 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11284
11285 * subr.el (remove-duplicates): New conveniency function.
11286
11287 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11288
11289 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11290 (bug#1526).
11291
11292 2011-07-10 Martin Rudalics <rudalics@gmx.at>
11293
11294 * window.el (display-buffer-normalize-default): Don't invert
11295 meaning of even-window-heights. Reported by Eli Zaretskii
11296 <eliz@gnu.org>.
11297
11298 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11299
11300 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11301
11302 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
11303
11304 * window.el (display-buffer): Fix arguments to
11305 display-buffer-reuse-window in last change.
11306
11307 * faces.el (link): Use a less saturated blue on light backgrounds.
11308
11309 * startup.el (fancy-startup-text, fancy-about-text)
11310 (fancy-startup-tail): Use font-lock faces, for background safety.
11311
11312 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11313
11314 * emulation/viper-cmd.el (viper-change-state-to-vi):
11315 Limit triggering of abbrev expansion (Bug#9038).
11316
11317 2011-07-09 Martin Rudalics <rudalics@gmx.at>
11318
11319 * window.el (display-buffer-default-specifiers): Remove.
11320 (display-buffer-macro-specifiers): Remove default specifiers.
11321 (display-buffer-alist): Default to nil.
11322 (display-buffer-reuse-window): New optional argument other-window.
11323 (display-buffer-pop-up-window): Allow splitting internal
11324 windows. Check whether a live window was created.
11325 (display-buffer-other-window-means-other-frame)
11326 (display-buffer-normalize-arguments): Rename to
11327 display-buffer-normalize-argument and rewrite. Set the
11328 other-window specifier.
11329 (display-buffer-normalize-special): New function.
11330 (display-buffer-normalize-options): Rename to
11331 display-buffer-normalize-default and rewrite.
11332 (display-buffer-normalize-options-inhibit): Remove.
11333 (display-buffer-normalize-specifiers): Rewrite.
11334 (display-buffer): Process other-window specifier and call
11335 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11336 more faithfully.
11337 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11338 (display-buffer-alist-set): Don't handle 'unset default values.
11339 (display-buffer-in-window, display-buffer-alist-set):
11340 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
11341 <tassilo@member.fsf.org>.
11342
11343 2011-07-09 Leo Liu <sdl.web@gmail.com>
11344
11345 * register.el (insert-register): Restore accidental change on
11346 2011-06-26. (Bug#9028)
11347
11348 2011-07-09 Glenn Morris <rgm@gnu.org>
11349
11350 * subr.el (remq): Handle the empty list. (Bug#9024)
11351
11352 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11353
11354 * mail/sendmail.el (send-mail-function): No longer delay custom
11355 initialization.
11356 * custom.el (custom-initialize-delay): Doc fix.
11357
11358 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11361
11362 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
11363
11364 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11365 human-friendly prompt.
11366
11367 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11368
11369 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11370 provided by a particular plugin.
11371
11372 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11373
11374 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11375 save customizations (with "emacs -Q"), just set the variable
11376 instead of erroring out.
11377
11378 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11379
11380 2011-07-08 Juri Linkov <juri@jurta.org>
11381
11382 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11383 (archive-zip-update-case): Use 7z if found by `executable-find'.
11384 The order of searching the available programs is the same as in
11385 `archive-zip-extract' (bug#8968).
11386
11387 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11388
11389 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11390 (menu-bar-options-menu): Tweak descriptions.
11391
11392 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11393
11394 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11395 menu items into verb phrases (bug#1421). Also refill to fit under
11396 80 columns.
11397
11398 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11399
11400 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11401 (Info-read-node-name): Doc fix (Bug#1084).
11402
11403 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11404 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11405 (end-of-sexp, beginning-of-sexp)
11406 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11407 (forward-symbol, forward-same-syntax, word-at-point)
11408 (sentence-at-point): Doc fix (Bug#1144).
11409
11410 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11411
11412 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11413 should cover it (bug#1281).
11414
11415 * cus-edit.el (custom-show): Mark as obsolete.
11416
11417 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11418 negotiation fails, then possibly try again with a non-encrypted
11419 connection (bug#9017).
11420
11421 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11422 be used.
11423
11424 2011-07-07 Richard Stallman <rms@gnu.org>
11425
11426 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11427 property, and handle its changed format.
11428 Look for the correct line number.
11429 Use file's line contents (but not past first =) to find
11430 correct line in message.
11431
11432 2011-07-07 Kenichi Handa <handa@m17n.org>
11433
11434 * international/characters.el (build-unicode-category-table):
11435 Delete it.
11436 (unicode-category-table): Set it by unicode-property-table-internal.
11437
11438 * international/mule-cmds.el (char-code-property-alist): Move to
11439 to src/chartab.c.
11440 (get-char-code-property): Call unicode-property-table-internal to
11441 load a file. Call get-unicode-property-internal where necessary.
11442 (put-char-code-property): Call unicode-property-table-internal to
11443 load a file. Call put-unicode-property-internal where necessary.
11444 put-unicode-property-internal where necessary.
11445 (char-code-property-description):
11446 Call unicode-property-table-internal to load a file.
11447
11448 * international/charprop.el:
11449 * international/uni-bidi.el:
11450 * international/uni-category.el:
11451 * international/uni-combining.el:
11452 * international/uni-comment.el:
11453 * international/uni-decimal.el:
11454 * international/uni-decomposition.el:
11455 * international/uni-digit.el:
11456 * international/uni-lowercase.el:
11457 * international/uni-mirrored.el:
11458 * international/uni-name.el:
11459 * international/uni-numeric.el:
11460 * international/uni-old-name.el:
11461 * international/uni-titlecase.el:
11462 * international/uni-uppercase.el: Regenerate.
11463
11464 * loadup.el: Load international/charprop.el before
11465 international/characters.
11466
11467 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * window.el (next-buffer, previous-buffer): Signal an error if
11470 called from a minibuffer window.
11471
11472 * bindings.el: Revert 2011-07-04 change.
11473
11474 2011-07-06 Richard Stallman <rms@gnu.org>
11475
11476 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11477 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11478 Treat markers like ints.
11479 (rmail-mime-entity): Doc fix.
11480
11481 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11482
11483 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11484 defcustom again for backwards compatibility.
11485
11486 * simple.el (shell-command-on-region): Fill.
11487
11488 * dired-aux.el (dired-kill-line): Add a doc string.
11489
11490 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11491 to "\\sw\\|\\s_" (bug#358).
11492
11493 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11494 (dired-unmark-backward): Ditto.
11495 (dired-flag-backup-files): Ditto.
11496
11497 * dired-x.el (dired-mark-sexp): Ditto.
11498
11499 2011-07-06 Richard Stallman <rms@gnu.org>
11500
11501 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11502 (rmail-mime-entity): New arg TRUNCATED.
11503 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11504 New functions.
11505 (rmail-mime-save): Warn if entity is truncated.
11506 (rmail-mime-toggle-hidden): Likewise, for showing.
11507 (rmail-mime-process-multipart): Record when an entity is truncated.
11508
11509 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11510 if ENTITY is a string.
11511
11512 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11513
11514 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11515 of faces when `M-C-x'-ing their definitions (bug#8378).
11516 Also clean up the code slightly.
11517
11518 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11519 because that makes the colors go away.
11520
11521 * mail/sendmail.el (send-mail-function): Change the default to
11522 `sendmail-query-once'.
11523 (sendmail-query-once): Add an autoload cookie.
11524
11525 * net/network-stream.el (network-stream-open-starttls): Try using
11526 a plain connection even if the server offered STARTTLS, and we
11527 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11528 capability. This should make smtpmail.el work in slightly more
11529 configurations.
11530
11531 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
11532
11533 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11534 New defun.
11535 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11536
11537 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11538
11539 * progmodes/sql.el: Version 3.0
11540 (sql-product-alist): Add product :completion-object,
11541 :completion-column, and :statement attributes.
11542 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11543 (sql-mode-syntax-table): Mark all punctuation.
11544 (sql-font-lock-keywords-builder): Temporarily remove fallback on
11545 ansi keywords.
11546 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11547 (sql-mode-oracle-font-lock-keywords): Improve.
11548 (sql-oracle-show-reserved-words): New function for development.
11549 (sql-product-font-lock): Simplify for source code buffers.
11550 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11551 New functions.
11552 (sql-highlight-product): Set product specific syntax table.
11553 (sql-mode-map): Add statement movement functions.
11554 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11555 New variable.
11556 (sql-statement-regexp, sql-beginning-of-statement)
11557 (sql-end-of-statement, sql-signum): New functions.
11558 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11559 (sql-show-sqli-buffer): Bug fix.
11560 (sql-interactive-mode): Store connection data as buffer local.
11561 (sql-connect): Add NEW-NAME parameter. Redesign interaction
11562 with sql-interactive-mode.
11563 (sql-save-connection): Save buffer local settings.
11564 (sql-connection-menu-filter): Change menu entry name.
11565 (sql-product-interactive): Bug fix.
11566 (sql-preoutput-hold): New variable.
11567 (sql-interactive-remove-continuation-prompt): Bug fixes.
11568 (sql-debug-redirect): New variable.
11569 (sql-str-literal): New function.
11570 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11571 Redesign.
11572 (sql-oracle-save-settings, sql-oracle-restore-settings)
11573 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11574 (sql-completion-object, sql-completion-column)
11575 (sql-completion-sqlbuf): New variables.
11576 (sql-build-completions-1, sql-build-completions)
11577 (sql-try-completion): New functions.
11578 (sql-read-table-name): Use them.
11579 (sql-contains-names): New buffer local variable.
11580 (sql-list-all, sql-list-table): Use it.
11581 (sql-oracle-completion-types): New variable.
11582 (sql-oracle-completion-object, sql-sqlite-completion-object)
11583 (sql-postgres-completion-object): New functions.
11584
11585 2011-07-06 Glenn Morris <rgm@gnu.org>
11586
11587 * window.el (pop-to-buffer): Doc fix.
11588
11589 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
11590
11591 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11592
11593 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
11594
11595 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11596
11597 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11598
11599 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
11600
11601 * button.el (button): Inherit from link face. Suggested by Dan
11602 Nicolaescu.
11603
11604 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * progmodes/gdb-mi.el: Fit in 80 columns.
11607 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11608 switch-to-buffer.
11609
11610 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11611 if imenu is simply not configured (bug#8941).
11612
11613 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11614
11615 * allout.el (allout-post-undo-hook): New allout outline-change
11616 event hook to signal undo activity.
11617 (allout-post-command-business): Run allout-post-undo-hook if an
11618 undo just occurred.
11619 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11620 * allout-widgets.el (allout-widgets-after-undo-function):
11621 Ensure the integrity of the current item's decoration after it has been
11622 in the vicinity of an undo.
11623 (allout-widgets-mode): Include allout-widgets-after-undo-function
11624 on the new allout-post-undo-hook.
11625
11626 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11629 Let define-derived-mode define it.
11630 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11631 cycles of abbrev-table inheritance (bug#8998).
11632
11633 2011-07-05 Roland Winkler <winkler@gnu.org>
11634
11635 * textmodes/bibtex.el: Add support for biblatex.
11636 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11637 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11638 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11639 (bibtex-entry-alist, bibtex-field-alist): New variables.
11640 (bibtex-entry-field-alist): Obsolete alias for
11641 bibtex-BibTeX-entry-alist.
11642 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11643 (bibtex-set-dialect): New command.
11644 (bibtex-entry-type, bibtex-entry-head)
11645 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11646 Bind via bibtex-set-dialect.
11647 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11648 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11649 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11650 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11651 Define via bibtex-set-dialect.
11652 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11653 Obey bibtex-no-opt-remove-re.
11654 (bibtex-vec-push, bibtex-vec-incr): New functions.
11655 (bibtex-format-entry, bibtex-field-list)
11656 (bibtex-print-help-message, bibtex-validate)
11657 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11658
11659 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * progmodes/compile.el (compilation-goto-locus):
11662 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11663 * bs.el (bs-cycle-next, bs-cycle-previous):
11664 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11665 * bindings.el (mode-line-other-buffer):
11666 * autoinsert.el (auto-insert):
11667 * arc-mode.el (archive-extract):
11668 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11669
11670 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11671
11672 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11673 Fix check of `emacs-lock-unlockable-modes'.
11674 Coerce true values of `emacs-lock--try-unlocking' to t.
11675
11676 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11677
11678 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11679 * emacs-lock.el: New file.
11680
11681 2011-07-05 Julien Danjou <julien@danjou.info>
11682
11683 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11684 than `boundp' to check if face is set.
11685
11686 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11687
11688 * register.el (registerv-make):
11689 * window.el (window-min-height): Fix typos in docstrings.
11690
11691 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11692
11693 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11694 Update doc string.
11695
11696 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11697
11698 * server.el (server-execute): Catch quit and call
11699 `server-return-error' to pass the error back to emacsclient and
11700 close the connection (bug#8942).
11701
11702 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11703
11704 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11705 insecure exception for current topic. Also note that auto-saves
11706 are handled differently.
11707
11708 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11709 State variables for tracking auto-save inhibition situation.
11710
11711 (allout-write-contents-hook-handler): Rename from
11712 'allout-write-file-hook-handler', and describe how it depends on
11713 write-contents-functions sensitivity to non-nil value to prevent
11714 file write.
11715
11716 (allout-auto-save-hook-handler): Remove. auto-save does not check
11717 this in individual buffers, only in the starting buffer, so this
11718 is not the right way for us to inhibit auto-save in a buffer
11719 according to its condition.
11720
11721 (allout-mode): Use new allout-write-contents-hook-handler, and
11722 only with write-contents-functions. Remove auto-save provisions -
11723 they're implemented elsewhere.
11724
11725 (allout-before-change-handler): If undo is in progress, note that
11726 for attention of allout-post-command-business.
11727
11728 (allout-post-command-business): If the command we're following was
11729 an undo, check for change in the status of encrypted items and
11730 adjust auto-save inhibitions accordingly.
11731
11732 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11733 according to whether there are or aren't any plain-text topics
11734 pending encryption.
11735
11736 (allout-inhibit-auto-save-info-for-decryption):
11737 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11738 if there are plain-text topics pending encryption.
11739
11740 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11741 buffer-saved-size and some allout state to not inhibit auto-saves
11742 if there are no longer any plain-text topics pending encryption.
11743
11744 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11745 No longer provide for exemption of the current topic.
11746
11747 2011-07-04 Juri Linkov <juri@jurta.org>
11748
11749 Add 7z operations to delete and save changed members (bug#8968).
11750 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11751 New defcustoms.
11752 (archive-7z-write-file-member): New function.
11753 (archive-7z-summarize): Fix the number of dashes in the
11754 listing output.
11755
11756 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11757
11758 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11759 (bug#8958).
11760
11761 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * bindings.el: Ignore next-buffer and previous-buffer in
11764 minibuffer-local-map.
11765
11766 * font-lock.el (font-lock-builtin-face): Change light background
11767 color to dark slate blue (Bug#6693).
11768
11769 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11770
11771 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11772
11773 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11774
11775 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11776 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11777 Add switch-to-buffer.
11778
11779 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11780
11781 * isearch.el (isearch-search-fun-function): Clarify further the
11782 meaning of the function returned.
11783
11784 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
11785
11786 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11787
11788 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11789 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11790 Use it.
11791 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11792 `tramp-default-remote-path' does not exist.
11793 (tramp-send-command-and-read): New optional argument NOERROR.
11794 (tramp-open-connection-setup-interactive-shell)
11795 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11796 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11797 (tramp-process-sentinel): Flush also process' connection property.
11798 (tramp-sh-handle-start-file-process): Do not set process
11799 sentinel. It is done now ...
11800 (tramp-maybe-open-connection): ... here. (Bug#8929)
11801
11802 2011-07-04 MON KEY <monkey@sandpframing.com>
11803
11804 * play/animate.el (animate-string): Doc fixes and allow changing
11805 the buffer name (bug#5417).
11806
11807 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11808
11809 * play/animate.el (animation-buffer-name): Rename from *animate*.
11810
11811 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11812
11813 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11814 This is simpler and helps future-proof the code.
11815 (timer-until): Use time-subtract and float-time.
11816 (timer--time-less-p): Use time-less-p.
11817
11818 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11819
11820 * type-break.el (timep): Use the value of `float-time' to avoid a
11821 byte-compiler warning.
11822
11823 * server.el (server-eval-and-print): Return any result, even nil.
11824
11825 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11826
11827 * type-break.el: Accept time formats that the builtins accept.
11828 (timep, type-break-time-difference): Accept any format that
11829 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11830 This is simpler and helps future-proof the code.
11831 (type-break-time-difference): Round rather than ignoring
11832 subseconds components.
11833
11834 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11835
11836 * info.el (Info-apropos-matches): Make non-interactive, since it
11837 doesn't seem to do anything useful as a command (bug#8829).
11838
11839 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
11840
11841 * frame.el (frame-background-mode, frame-set-background-mode):
11842 Move from faces.el.
11843 (frame-default-terminal-background): New function.
11844
11845 * custom.el (custom-push-theme): Don't record faces in `changed'
11846 theme; this doesn't work correctly for per-frame face settings.
11847 (disable-theme): Use face-set-after-frame-default to reset faces.
11848 (custom--frame-color-default): New function.
11849
11850 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11851
11852 * dired.el (dired-flagging-regexp): Remove unused variable
11853 (bug#8769).
11854
11855 2011-03-29 Kevin Ryde <user42@zip.com.au>
11856
11857 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11858 `perl-Test2' extend to match possible "fail #N" rep count
11859 (bug#8377).
11860
11861 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11862
11863 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11864 `smtpmail-via-smtp' now returns the error instead of nil.
11865
11866 * isearch.el (isearch-search-fun-function): Clarify the doc string
11867 (bug#8101).
11868
11869 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
11870
11871 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11872 unnecessary spaces (bug#8987).
11873
11874 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11875
11876 * net/network-stream.el (open-network-stream): Use the
11877 :end-of-capability command thoughout.
11878
11879 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11880
11881 * net/network-stream.el (open-network-stream): Add the
11882 :end-of-capability command parameter, used by pop3.el.
11883
11884 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11885
11886 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11887
11888 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11889 for list)" (bug#6475).
11890
11891 * files.el (file-expand-wildcards): Ignore non-readable
11892 sub-directories while trying to find matches instead of signaling
11893 an error (bug#6297).
11894
11895 * man.el (Man-reference-regexp): Allow matching possible
11896 word-wrapped references (bug#6289).
11897
11898 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11899 for consistency with the other vc buffers (bug#6197).
11900 (vc-checkin): Ditto.
11901
11902 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11903
11904 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11905
11906 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11907
11908 * custom.el (defcustom): Clarify that :set is only used in the
11909 Customize user interface (bug#6089).
11910
11911 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11912 associated with a file, refuse to run instead of erroring out
11913 (bug#6084).
11914
11915 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11916 the doc string, since it appears that using `fill-column' always
11917 controls the width (bug#7845).
11918
11919 * simple.el (shell-command-on-region): Say where the error output
11920 went if `shell-command-default-error-buffer' is set (bug#6857).
11921
11922 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
11923
11924 * allout.el (allout-yank-processing): Adjust cursor position for
11925 backwards-deleted space.
11926
11927 (allout-rebullet-heading): Register changes with
11928 allout-exposure-changed-hook, so the modified topic is properly
11929 decorated.
11930
11931 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11932
11933 * minibuffer.el (completion-in-region): Document PREDICATE
11934 (bug#7136).
11935
11936 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
11937 of keyword/argument pairs (bug#6904).
11938
11939 * replace.el (multi-occur):
11940 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
11941
11942 2011-07-02 Drew Adams <drew.adams@oracle.com>
11943
11944 * dired.el (dired-mark-if): Make the message about whether it's
11945 marking or unmarking clearer (bug#8523).
11946
11947 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11948
11949 * disp-table.el (display-table-print-array): New function.
11950 (describe-display-table): Use it to print the vectors more pretty
11951 (Bug#8859).
11952
11953 2011-07-02 Martin Rudalics <rudalics@gmx.at>
11954
11955 * window.el (window-state-get-1): Don't assign clone numbers.
11956 Add clone-of item to list of window parameters.
11957 (window-state-put-2): Don't process clone numbers.
11958 (display-buffer-alist): Fix doc-string.
11959
11960 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11961
11962 * subr.el (remq): Don't allocate if it's not needed.
11963 (keymap--menu-item-binding, keymap--menu-item-with-binding)
11964 (keymap--merge-bindings): New functions.
11965 (keymap-canonicalize): Use them to refine the canonicalization.
11966 * minibuffer.el (minibuffer-local-completion-map)
11967 (minibuffer-local-must-match-map): Move initialization from C.
11968 (minibuffer-local-filename-completion-map): Move initialization from C;
11969 don't inherit from anything here.
11970 (minibuffer-local-filename-must-match-map): Make obsolete.
11971 (completing-read-default): Use make-composed-keymap to combine
11972 minibuffer-local-filename-completion-map with either
11973 minibuffer-local-must-match-map or
11974 minibuffer-local-filename-completion-map.
11975
11976 2011-07-01 Glenn Morris <rgm@gnu.org>
11977
11978 * type-break.el (type-break-time-sum): Use dolist.
11979
11980 * textmodes/flyspell.el (flyspell-word-search-backward):
11981 Replace CL function.
11982
11983 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
11984
11985 * mouse.el (mouse--strip-first-event): New function.
11986 (function-key-map): Use it to map fringe clicks to normal clicks
11987 by default.
11988
11989 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
11990 (vc-bzr-revision-completion-table): Add support for annotate and date.
11991
11992 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
11993 inherit from parent.
11994
11995 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11996
11997 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
11998 (dired-show-file-type): Doc fixup (bug#8818).
11999
12000 * dired.el (dired-mode): Fix up the doc string as suggested by
12001 Drew Adams (bug#8817).
12002
12003 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12004 cookie, since the manual says that it should be possible to add
12005 this function to `find-file-hook' (bug#8709).
12006
12007 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12008
12009 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12010 here. Noted Ted Zlatanov as the maintainer.
12011 (cfengine-common-settings, cfengine-common-syntax): New functions
12012 to set up common things between `cfengine-mode' and
12013 `cfengine3-mode'.
12014 (cfengine3-mode): New mode.
12015 (cfengine3-defuns cfengine3-defuns-regex
12016 (cfengine3-class-selector-regex cfengine3-category-regex)
12017 (cfengine3-vartypes cfengine3-font-lock-keywords)
12018 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
12019 (cfengine3-indent-line): Add from cfengine3.el.
12020
12021 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
12022
12023 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12024
12025 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12026
12027 2011-07-01 Martin Rudalics <rudalics@gmx.at>
12028
12029 * window.el (same-window-buffer-names, same-window-regexps)
12030 (same-window-p, special-display-frame-alist)
12031 (special-display-popup-frame, special-display-function)
12032 (special-display-buffer-names, special-display-regexps)
12033 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12034 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12035 (split-window-preferred-function, split-height-threshold)
12036 (split-width-threshold, even-window-heights)
12037 (display-buffer-mark-dedicated, window-splittable-p)
12038 (split-window-sensibly, window-safely-shrinkable-p):
12039 Un-obsolete.
12040 (display-buffer): Don't spread args with function specifier
12041 because special-display-popup-frame won't like it.
12042
12043 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12044
12045 Time-stamp simplifications and fixes.
12046 These improve accuracy slightly, and future-proof the code
12047 against some potential changes to current-time format.
12048
12049 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12050 by using time-since and float-time.
12051
12052 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12053 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12054 + NNN microseconds".
12055
12056 * type-break.el (type-break-time-sum): Rewrite using time-add.
12057
12058 * play/hanoi.el (hanoi-current-time-float): Remove.
12059 All uses replaced by float-time.
12060
12061 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12062 This yields a more-accurate answer.
12063 (rng-time-to-float): Remove; no longer needed.
12064
12065 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12066
12067 * calendar/timeclock.el (timeclock-seconds-to-time):
12068 Defalias to seconds-to-time, since they're the same thing.
12069
12070 * emacs-lisp/elp.el (elp-elapsed-time):
12071 * emacs-lisp/benchmark.el (benchmark-elapse):
12072 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12073
12074 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12075
12076 * window.el (bury-buffer): Don't iconify the only frame.
12077 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12078 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12079
12080 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
12081
12082 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12083 Add mouse-yank-primary.
12084
12085 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12086
12087 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12088
12089 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12090
12091 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12092 (find-library-name): Use it to find relative load names when provided
12093 absolute file name (bug#8803).
12094
12095 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12096
12097 * textmodes/flyspell.el (flyspell-word): Consider words that
12098 differ only in case as potential doublons (bug#5687).
12099
12100 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12101 Remove two rather uninteresting debugging-like messages to make
12102 debbugs.el more silent.
12103
12104 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12105 a password-like phrase.
12106
12107 2011-06-30 Masatake YAMATO <yamato@redhat.com>
12108
12109 * progmodes/cc-guess.el: New file.
12110
12111 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12112
12113 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12114 derived from `c-basic-common-init'.
12115
12116 * progmodes/cc-mode.el (top-level): Require cc-guess.
12117 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12118
12119 2011-06-30 Lawrence Mitchell <wence@gmx.li>
12120
12121 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12122
12123 2011-06-30 Alan Mackenzie <acm@muc.de>
12124
12125 * progmodes/cc-engine.el (c-guess-continued-construct):
12126 Correct the handling of template-args-cont, particularly for when font
12127 lock is disabled. Name this case as "CASE G".
12128
12129 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12130
12131 * allout.el (allout-yank-processing): Fix injection of extra space
12132 between bullet and non-whitespace character in first topic when
12133 pasting, ensuring that the actual spacing in the pasted topic
12134 following the bullet char is preserved. This extra space was
12135 causing pasted encrypted topics to get a decrypted status even
12136 when the content was actually still encrypted. Now the decryption
12137 status from before the paste is preserved.
12138
12139 (allout-flag-region): Set all allout overlays so they evaporate
12140 when reduced to zero length (evanescent), to prevent overlay
12141 leakage.
12142
12143 2011-06-30 Glenn Morris <rgm@gnu.org>
12144
12145 * w32-fns.el (w32-charset-info-alist): Declare.
12146
12147 * find-dired.el (find-grep-options): Simplify.
12148
12149 * term/ns-win.el (ns-set-resource): Declare.
12150
12151 * ses.el (row, col): Declare dynamic variables honestly.
12152
12153 * textmodes/reftex-parse.el (index-tags): Declare.
12154
12155 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
12156
12157 * cus-edit.el (customize-push-and-save): New function.
12158
12159 * files.el (hack-local-variables-confirm): Use it.
12160
12161 * custom.el (load-theme): New arg NO-CONFIRM.
12162 Use customize-push-and-save (Bug#8720).
12163 (custom-enabled-themes): Doc fix.
12164
12165 * cus-theme.el (customize-create-theme)
12166 (custom-theme-merge-theme): Callers to load-theme changed.
12167
12168 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12169
12170 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12171 short URLs have at least one dot in them (bug #7614).
12172
12173 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12174 nil, because using a pty is apparently too slow (bug #895).
12175
12176 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12177
12178 * mail/sendmail.el (sendmail-query-once): New function.
12179 (sendmail-query-once-function): New variable.
12180
12181 2011-06-29 Glenn Morris <rgm@gnu.org>
12182
12183 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12184
12185 * ses.el (top-level): Require cl when compiling.
12186 (ses-set-localvars): Fix error statement.
12187 Call it at compile time to silence a storm of warnings.
12188
12189 2011-06-29 Martin Rudalics <rudalics@gmx.at>
12190
12191 * window.el (normalize-live-buffer): Rename to
12192 window-normalize-buffer.
12193 (normalize-live-frame): Rename to window-normalize-frame.
12194 (normalize-any-window): Rename to window-normalize-any-window.
12195 (normalize-live-window): Rename to window-normalize-live-window.
12196 (make-window-atom): Rename to window-make-atom.
12197 (window-resize-reset): Rename to window--resize-reset.
12198 (window-resize-reset-1): Rename to window--resize-reset-1.
12199 (resize-mini-window): Rename to window--resize-mini-window.
12200 (resize-subwindows-skip-p): Rename to
12201 window--resize-subwindows-skip-p.
12202 (resize-subwindows-normal): Rename to
12203 window--resize-subwindows-normal.
12204 (resize-subwindows): Rename to window--resize-subwindows.
12205 (resize-other-windows): Rename to window--resize-siblings.
12206 (resize-this-window): Rename to window--resize-this-window.
12207 (resize-root-window): Rename to window--resize-root-window.
12208 (resize-root-window-vertically): Rename to
12209 window--resize-root-window-vertically.
12210 (normalize-buffer-to-display): Rename to
12211 window-normalize-buffer-to-display.
12212 (normalize-buffer-to-switch-to): Rename to
12213 window-normalize-buffer-to-switch-to.
12214 Correspondingly update all callers of the functions listed
12215 above.
12216 (display-buffer-alist, display-buffer-normalize-arguments)
12217 (display-buffer-normalize-options, display-buffer)
12218 (display-buffer-alist-set): Use "function" instead of
12219 "fun-with-args".
12220
12221 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
12222
12223 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12224 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12225 debbugs.gnu.org. Mention acknowledgment email.
12226
12227 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12228
12229 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12230 buffer multibyteness, since it shouldn't matter.
12231
12232 2011-06-28 Martin Rudalics <rudalics@gmx.at>
12233
12234 * window.el (display-buffer-in-side-window): Handle dedicated
12235 windows as in display-buffer-reuse-window.
12236 (display-buffer-normalize-alist): Use value of override
12237 specifier.
12238 (display-buffer-normalize-specifiers): Use value of
12239 other-window-means-other-frame specifier.
12240 (display-buffer-alist): Rewrite some texts in widgets.
12241 (display-buffer): Spread arguments when calling function
12242 specified by fun-with-args.
12243
12244 2011-06-28 Deniz Dogan <deniz@dogan.se>
12245
12246 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12247 Unnest `let'.
12248
12249 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12250 selectors (Bug#5732).
12251 (css-proprietary-nmstart-re): Use `regexp-opt'.
12252
12253 2011-06-27 Jari Aalto <jari.aalto@cante.net>
12254
12255 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12256 (eshell-ls-date-format): New defcustom.
12257 (eshell-ls-file): Use it.
12258
12259 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12262
12263 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12264
12265 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12266 (ange-ftp-make-tmp-name): New arg.
12267 (ange-ftp-file-local-copy): Use it.
12268
12269 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
12270
12271 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12272 no-conversion (Bug#8870).
12273
12274 2011-06-27 Martin Rudalics <rudalics@gmx.at>
12275
12276 * window.el (window-right, window-left, window-child)
12277 (window-child-count, window-last-child)
12278 (window-iso-combination-p, walk-window-tree-1)
12279 (window-atom-check-1, window-tree-1, delete-window)
12280 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12281 new naming conventions - window-vchild, window-hchild,
12282 window-next and window-prev are now called window-top-child,
12283 window-left-child, window-next-sibling and window-prev-sibling
12284 respectively.
12285 (resize-window-reset): Rename to window-resize-reset.
12286 (resize-window-reset-1): Rename to window-resize-reset-1.
12287 (resize-window): Rename to window-resize.
12288 (window-min-height, window-min-width)
12289 (resize-mini-window, resize-this-window, resize-root-window)
12290 (resize-root-window-vertically, adjust-window-trailing-edge)
12291 (enlarge-window, shrink-window, maximize-window)
12292 (minimize-window, delete-window, quit-restore-window)
12293 (split-window, balance-windows, balance-windows-area-adjust)
12294 (balance-windows-area, window-state-put-2)
12295 (display-buffer-even-window-sizes, display-buffer-set-height)
12296 (display-buffer-set-width, set-window-text-height)
12297 (fit-window-to-buffer): Rename all "resize-window" prefixed
12298 calls to use the "window-resize" prefix convention.
12299 (display-buffer-alist): Fix symbol for label specifier.
12300 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12301 corresponding specifier.
12302 Reported by Juanma Barranquero <lekktu@gmail.com>.
12303
12304 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12305
12306 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12307 convention.
12308 (ses-call-printer): Does not pass an empty string to formatter when the
12309 cell is empty to keep from barking printer Calc math-format-value.
12310
12311 2011-06-27 Richard Stallman <rms@gnu.org>
12312
12313 * battery.el (battery-mode-line-limit): New variable.
12314 (battery-update): Handle it.
12315
12316 * mail/rmailmm.el (rmail-mime-process-multipart):
12317 Handle truncated messages.
12318
12319 2011-06-27 Glenn Morris <rgm@gnu.org>
12320
12321 * progmodes/flymake.el (flymake-err-line-patterns):
12322 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12323
12324 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12325
12326 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12327 (ses--clean-!, ses--clean-_): New functions.
12328 (ses-range): Add configurability of readout order, and conversion
12329 to Calc vector.
12330
12331 * ses.el (ses-repair-cell-reference-all): New function.
12332 (ses-cell-symbol): Set macro as safe, so that it can be used in
12333 formulas.
12334
12335 * ses.el: Update cycle detection algorithm.
12336 (ses-localvars): Add ses--Dijkstra-attempt-nb and
12337 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12338 (ses-set-localvars): New function.
12339 (ses-make-cell): Add property-list as a cell element.
12340 (ses-cell-property-get-fun, ses-cell-property-get)
12341 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12342 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12343 New functions.
12344 (ses-cell-property-set, ses-cell-property-pop)
12345 (ses-cell-property-get-handle): New macro.
12346 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12347 New aliases, used for code readability.
12348 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12349 cycle detection.
12350 (ses-self-reference-early-detection): New defcustom.
12351 (ses-formula-references): Robustify against self-referring cells.
12352 (ses-mode): Use ses-set-localvars.
12353 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12354 before lauching the update processing.
12355 (ses-initialize-Dijkstra-attempt): New function.
12356 (ses-recalculate-cell): Update for cycle detection based on
12357 Dijkstra algorithm.
12358
12359 * ses.el: Fix commenting and indenting convention.
12360
12361 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12362
12363 * bs.el (bs-cycle-next): Complete last change.
12364
12365 2011-06-27 Drew Adams <drew.adams@oracle.com>
12366
12367 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12368
12369 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12370
12371 * net/network-stream.el (network-stream-open-starttls):
12372 Don't re-get capabilities unless we've reestablished connection.
12373 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12374
12375 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12376 to binary to possibly avoid line encoding issues on Windows (among
12377 other things).
12378
12379 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12380
12381 * net/network-stream.el (open-network-stream): Return an :error
12382 saying what the problem was, if possible.
12383
12384 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12385 server.
12386
12387 * net/network-stream.el (network-stream-open-starttls): If we
12388 wanted to use STARTTLS, and the server offered it, but we weren't
12389 able to because we had no STARTTLS support, then close the connection.
12390 (open-network-stream): Return an :error element, if present.
12391
12392 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12393
12394 * hl-line.el (hl-line-sticky-flag): Doc fix.
12395 (global-hl-line-sticky-flag): New option (Bug#8323).
12396 (global-hl-line-highlight): Obey it.
12397
12398 * vc/vc.el (vc-revert-show-diff): Default to t.
12399
12400 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12401
12402 * allout-widgets.el (allout-widgets-post-command-business):
12403 Stop decorating intermediate isearch matches. They're not being
12404 undecorated when an isearch is continued past, and isearch
12405 automatically collapses them. This leads to "widget leaks", where
12406 decorated items accumulate in collapsed areas. Lines with lots of
12407 hidden widgets can slow down cursor travel, substantially.
12408 Too much complicated machinery would be needed to ensure undecoration,
12409 so we're doing without this nicety.
12410
12411 (allout-widgets-tally-string): Don't try to do a hash-table-count
12412 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12413 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12414 *Messages* when allout-widgets-maintain-tally is t.
12415
12416 2011-06-26 Martin Rudalics <rudalics@gmx.at>
12417
12418 * window.el (display-buffer-normalize-argument): Rename to
12419 display-buffer-normalize-arguments. Handle special meaning of
12420 LABEL argument. Respect special-display-function when popping up
12421 a new frame. Fix code searching for a window showing the buffer
12422 on another frame.
12423 (display-buffer-normalize-specifiers):
12424 Call display-buffer-normalize-arguments.
12425 (display-buffer-in-window): Don't undedicate the window if its
12426 buffer remains the same.
12427 Reported by Drew Adams <drew.adams@oracle.com>.
12428 (display-buffer-alist): Add choice for same-window macro
12429 specfier.
12430 (display-buffer): Mention special meaning of LABEL argument in
12431 doc-string. Fix quoting. Don't pop up a new frame even as
12432 fallback.
12433
12434 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
12435
12436 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12437 avoid deleting the current window in some cases (bug#8911).
12438
12439 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12440
12441 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12442 (Bug#8934)
12443
12444 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12445
12446 * net/network-stream.el (network-stream-open-starttls):
12447 Use built-in TLS support if `gnutls-available-p' is true.
12448 (network-stream-open-tls): Ditto.
12449
12450 2011-06-26 Leo Liu <sdl.web@gmail.com>
12451
12452 * register.el (registerv): New struct.
12453 (registerv-make): New function.
12454 (jump-to-register, describe-register-1, insert-register):
12455 Support the jump-func, print-func and insert-func slot of a registerv
12456 struct. (Bug#8415)
12457
12458 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12459
12460 * vc/vc.el (vc-revert-show-diff): New defcustom.
12461 (vc-diff-internal): New arg specifying diff buffer.
12462 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12463 reuse an existing *vc-diff* buffer (Bug#8927).
12464
12465 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12466
12467 2011-06-26 Glenn Morris <rgm@gnu.org>
12468
12469 * progmodes/f90.el (f90-critical-indent): New option.
12470 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12471 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12472 (f90-mode): Doc fix.
12473 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12474 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12475 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12476 (f90-match-end): Handle block, critical.
12477
12478 2011-06-25 Glenn Morris <rgm@gnu.org>
12479
12480 * calendar/diary-lib.el (diary-included-files): Doc fix.
12481 (diary-include-files): New function, extracted from
12482 diary-include-other-diary-files and diary-mark-included-diary-files.
12483 (diary-include-other-diary-files, diary-mark-included-diary-files):
12484 Just call diary-include-files.
12485 (diary-mark-entries): Reset diary-included-files on first call.
12486
12487 * calendar/diary-lib.el (diary-mark-entries)
12488 (diary-mark-included-diary-files):
12489 Visit included diary-files in temp buffers.
12490
12491 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12492 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12493 (f90-start-block-re, f90-imenu-generic-expression)
12494 (f90-looking-at-program-block-start, f90-no-block-limit):
12495 Add support for submodules.
12496
12497 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12498 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12499
12500 2011-06-25 Eli Zaretskii <eliz@gnu.org>
12501
12502 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12503 buffer-file-type before setting its value, to avoid disastrous
12504 global effects on decoding files for DOS/Windows systems. (Bug#8780)
12505
12506 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12507
12508 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12509
12510 * ses.el (ses-unload-function):
12511 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12512
12513 * proced.el (proced-unload-function):
12514 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12515
12516 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12517
12518 * server.el (server-create-window-system-frame): Add parameters arg.
12519 (server-process-filter): Doc fix. Handle frame-parameters.
12520
12521 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12522
12523 Fix bug#8730, bug#8781.
12524
12525 * loadhist.el (unload--set-major-mode): New function.
12526 (unload-feature): Use it.
12527
12528 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12529 (python-unload-function): New function.
12530
12531 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12534
12535 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12536
12537 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12538 the candidates list.
12539
12540 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
12541
12542 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12543
12544 2011-06-23 Richard Stallman <rms@gnu.org>
12545
12546 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12547 (rmail-variables): Set next-error-move-function.
12548 (rmail-what-message): Take argument POS.
12549 (rmail-next-error-move): New function.
12550
12551 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12554 messages for adjacent non-terminals.
12555
12556 2011-06-23 Richard Stallman <rms@gnu.org>
12557
12558 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12559 (rmail-show-message-1): Preserve buffer modified flag.
12560 (rmail-start-mail): Don't specify use of rmail-mail-return;
12561 that's done by mail-bury now.
12562 (rmail-mail-return): Handle arg NEWBUF.
12563
12564 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
12565
12566 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12567 SIZE is a number.
12568
12569 2011-06-23 Martin Rudalics <rudalics@gmx.at>
12570
12571 * window.el (get-lru-window, get-mru-window)
12572 (get-largest-window): Never return a minibuffer window.
12573 (display-buffer-pop-up-window): Fix a bug that could lead to
12574 reusing the minibuffer window.
12575 (display-buffer): Pass original specifier argument to
12576 display-buffer-function instead of the normalized one.
12577 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12578
12579 2011-06-22 Leo Liu <sdl.web@gmail.com>
12580
12581 * minibuffer.el (completing-read-function)
12582 (completing-read-default): Move from minibuf.c
12583
12584 2011-06-22 Richard Stallman <rms@gnu.org>
12585
12586 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12587 to Rmail even if not started by a special Rmail command.
12588
12589 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12590 Copy the buffer currently showing just one message.
12591
12592 2011-06-22 Roland Winkler <winkler@gnu.org>
12593
12594 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12595 (bibtex-clean-entry): First delete the old key so that a
12596 customized algorithm for generating the new key does not get
12597 confused by the old key.
12598 (bibtex-url): Obey regexp of first step.
12599 (bibtex-search-entries): Do not use add-to-list with local
12600 list-var.
12601
12602 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12603
12604 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12605 stored a user name, then query for the password first, instead of
12606 waiting for SMTP to give an error message and the trying again.
12607
12608 2011-06-22 Lawrence Mitchell <wence@gmx.li>
12609
12610 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12611 BUFFER in call-process.
12612
12613 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12614
12615 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12616 QUIT twice.
12617 (smtpmail-try-auth-methods): Require user name and password from
12618 auth-source.
12619
12620 2011-06-22 Martin Rudalics <rudalics@gmx.at>
12621
12622 * window.el (display-buffer-default-specifiers)
12623 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12624 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12625 (split-window): Normalize SIDE argument (Bug#8916).
12626
12627 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12628 (special-display-frame-alist, special-display-popup-frame):
12629 Remove duplicate declarations. These are now in window.el.
12630
12631 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12632
12633 * mail/smtpmail.el (smtpmail-via-smtp):
12634 Set :use-starttls-if-possible so that we always use STARTTLS if the
12635 server supports it. SMTP servers that support STARTTLS commonly
12636 require it.
12637
12638 * net/network-stream.el (network-stream-open-starttls): Support
12639 upgrading to STARTTLS always, even if we don't have built-in support.
12640 (open-network-stream): Add the :always-query-capabilities keyword.
12641
12642 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12643 upgrades with `open-network-stream', and rely solely on
12644 auth-source for all credentials. Big changes throughout the file,
12645 but in particular:
12646 (smtpmail-auth-credentials): Remove.
12647 (smtpmail-starttls-credentials): Remove.
12648 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12649 MAIL FROM, too.
12650
12651 * net/network-stream.el (network-stream-open-starttls):
12652 Provide support for client certificates both for external and built-in
12653 STARTTLS.
12654 (auth-source): Require.
12655 (open-network-stream): Document the :client-certificate keyword.
12656 (network-stream-certificate): Change cert-cert to cert and
12657 cert-key to key.
12658
12659 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
12660
12661 * net/tramp-cache.el (top): Don't load the persistency file when
12662 "emacs -Q" has been called.
12663
12664 2011-06-21 Tim Harper <timcharper@gmail.com>
12665
12666 * term/ns-win.el (ns-initialize-window-system):
12667 Set application-specific `ApplePressAndHoldEnabled' system
12668 resource to NO as it is not yet supported by the NS port.
12669
12670 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
12671
12672 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12673 (list-dynamic-libraries): ...not here.
12674
12675 2011-06-21 Leo Liu <sdl.web@gmail.com>
12676
12677 * subr.el (sha1): Implement sha1 using secure-hash.
12678
12679 2011-06-21 Martin Rudalics <rudalics@gmx.at>
12680
12681 * window.el (display-buffer-alist): In default value do not
12682 enforce searching a window on any but the selected frame.
12683 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12684 (display-buffer-select-window): Remove function.
12685 (display-buffer-in-window): When a window on another frame gets
12686 reused, do not select it any more but just raise its frame if
12687 necessary (Bug#8851) and (Bug#8856).
12688 (display-buffer-normalize-options): Handle pop-up-frames related
12689 options more faithfully.
12690 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12691 window if it is on another frame.
12692 (display-buffer-alist, display-buffer-default-specifiers):
12693 Don't make new frame unsplittable by default.
12694 (display-buffer-normalize-argument): Fix doc-string typo and use
12695 'same-frame-other-window instead of 'other-window when associating
12696 with display-buffer-macro-specifiers.
12697
12698 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12699
12700 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12701 New functions.
12702 (5x5-mode-map, 5x5-mode-menu): Bind them.
12703 (5x5-draw-grid): Tweak the solver's rendering.
12704
12705 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12708 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12709
12710 2011-06-21 Drew Adams <drew.adams@oracle.com>
12711
12712 * menu-bar.el: Use function variable instead of switch-to-buffer.
12713 (menu-bar-select-buffer-function): New variable.
12714 (menu-bar-update-buffers): Use it (bug#8876).
12715
12716 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12717
12718 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12719 variable's status.
12720
12721 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12722
12723 * x-dnd.el (x-dnd-version-from-flags)
12724 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12725 and long as number (Bug#8899).
12726 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12727
12728 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12729
12730 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12731 (completion-try-completion, completion-all-completions): Compute the
12732 metadata argument if it's missing; make it optional (bug#8795).
12733
12734 * wid-edit.el: Use lex-bind and move towards completion-at-point.
12735 (widget-complete): Use new :completion-function property.
12736 (widget-completions-at-point): New function.
12737 (default): Use :completion-function instead of :complete.
12738 (widget-default-completions): Rename from widget-default-complete;
12739 Rewrite.
12740 (widget-string-complete, widget-file-complete, widget-color-complete):
12741 Remove functions.
12742 (file, symbol, function, variable, coding-system, color):
12743 * international/mule-cmds.el (default-input-method, charset)
12744 (language-info-custom-alist):
12745 * cus-edit.el (face): Use new property :completions.
12746
12747 * progmodes/pascal.el (pascal-completions-at-point): New function.
12748 (pascal-mode): Use it.
12749 (pascal-mode-map): Use completion-at-point.
12750 (pascal-toggle-completions): Make obsolete.
12751 (pascal-complete-word, pascal-show-completions):
12752 * progmodes/octave-mod.el (octave-complete-symbol):
12753 Redefine as obsolete alias.
12754 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12755 Signal absence of completion info for old Octave,
12756 (inferior-octave-complete): Redefine as obsolete alias.
12757 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12758 (meta-completions-at-point): Rename from meta-complete-symbol and
12759 adapt it for use on completion-at-point-functions.
12760 (meta-common-mode): Use it.
12761 (meta-looking-at-backward, meta-match-buffer): Remove.
12762 (meta-complete-symbol): Redefine as obsolete alias.
12763 (meta-common-mode-map): Use completion-at-point.
12764 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12765 (makefile-mode-map): Use completion-at-point.
12766 (makefile-completions-at-point): Rename from makefile-complete and
12767 adapt it for use on completion-at-point-functions.
12768 (makefile-mode): Use it.
12769 (makefile-complete): Redefine as obsolete alias.
12770
12771 2011-06-20 Deniz Dogan <deniz@dogan.se>
12772
12773 * net/rcirc.el: Delete trailing whitespaces once and for all.
12774
12775 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12776
12777 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12778
12779 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
12780
12781 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12782
12783 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12784
12785 2011-06-19 Martin Rudalics <rudalics@gmx.at>
12786
12787 * window.el (display-buffer-other-window-means-other-frame):
12788 Call display-buffer-normalize-alist.
12789 (display-buffer-normalize-specifiers-1): Rename to
12790 display-buffer-normalize-argument. New argument other-frame.
12791 Rewrite.
12792 (display-buffer-normalize-specifiers-2): Rename to
12793 display-buffer-normalize-options.
12794 (display-buffer-normalize-alist-1): New function.
12795 (display-buffer-normalize-specifiers-3): Rename to
12796 display-buffer-normalize-alist.
12797 Call display-buffer-normalize-alist-1.
12798 (display-buffer-normalize-options-inhibit): New variable.
12799 (display-buffer-normalize-specifiers): Rewrite calling
12800 display-buffer-normalize-alist,
12801 display-buffer-normalize-argument, and
12802 display-buffer-normalize-options. Don't call the latter if
12803 display-buffer-normalize-options-inhibit is non-nil.
12804 (frame-auto-delete): New option.
12805 (window-deletable-p): Use frame-auto-delete.
12806 (window-list-no-nils, window-state-ignored-parameters)
12807 (window-state-get-1, window-state-get, window-state-put-list)
12808 (window-state-put-1, window-state-put-2, window-state-put):
12809 New functions.
12810 (display-buffer-normalize-options): Move special-display-p group
12811 after pop-up-frame group (Bug#8851) and (Bug#8856).
12812
12813 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
12814
12815 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12816 groups (Bug#8776).
12817 (rx-submatch-n): New function.
12818 (rx): Document it.
12819
12820 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12821 (Bug#8768).
12822
12823 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12824
12825 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12826
12827 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12828 anytime existing face settings are present (Bug#8889).
12829
12830 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12831 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12832 Remove unused argument.
12833
12834 2011-06-18 Martin Rudalics <rudalics@gmx.at>
12835
12836 * window.el (display-buffer-default-specifiers):
12837 Remove pop-up-frame. Add pop-up-window-min-height,
12838 pop-up-window-min-width, and another reuse-window specifier
12839 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
12840 (display-buffer-normalize-specifiers-2):
12841 Handle split-height-threshold and split-width-threshold also when
12842 pop-up-windows is unset. Add a reuse-window specifier for the
12843 case popping up a new window fails.
12844 (special-display-popup-frame): Remove double quoting.
12845 (display-buffer-normalize-specifiers-1): Fix thinko.
12846
12847 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12850 according to comint-completion-addsuffix.
12851
12852 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12853 (pcomplete-suffix-list): Mark as obsolete.
12854 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12855 pcomplete-seen in the closure.
12856 (pcomplete-comint-setup): Setup completion-at-point as well.
12857 (pcomplete--entries): New function.
12858 (pcomplete--env-regexp): New var.
12859 (pcomplete-entries): Rewrite to work with partial-completion and
12860 without relying on pcomplete-suffix-list.
12861 (pcomplete-pare-list): Remove, unused.
12862
12863 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12864
12865 * window.el (display-buffer-alist): Set pop-up-window-min-height
12866 and pop-up-window-min-width in default value. Reported by
12867 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12868 other-window-means-other-frame.
12869 (display-buffer-macro-specifiers): Comment out entry for
12870 other-window specifier.
12871 (display-buffer-other-window-means-other-frame): New function.
12872 (display-buffer-normalize-specifiers-1): New arguments
12873 buffer-name and label. Treat other-window case specially.
12874 (display-buffer-normalize-specifiers-2): Treat other-window case
12875 specially.
12876 (display-buffer-normalize-specifiers-3): New function.
12877 (display-buffer-normalize-specifiers):
12878 Call display-buffer-normalize-specifiers-3.
12879
12880 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12881
12882 * window.el (same-window-p): Fix two typos introduced when
12883 adding with-no-warnings.
12884 (display-buffer-normalize-specifiers-1): Don't check
12885 pop-up-frames for 'unset initialization.
12886 (display-buffer-normalize-specifiers-2): Major rewrite using
12887 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12888 (pop-up-frames, display-buffer-reuse-frames)
12889 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12890 Suggested by David Engster <deng@randomsample.de>.
12891 (even-window-heights): Initialize to 'unset.
12892 (display-buffer-alist-set): Handle new 'unset initializations.
12893 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12894 other window case.
12895
12896 2011-06-16 Martin Rudalics <rudalics@gmx.at>
12897
12898 * window.el (display-buffer-normalize-specifiers-1):
12899 Respect current value of pop-up-frames for most reasonable values of
12900 second argument of display-buffer (Bug#8865).
12901 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12902 (switch-to-buffer-other-window-same-frame)
12903 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12904 Adams (Bug#8875).
12905 (display-buffer): Don't check noninteractive when calling
12906 display-buffer-pop-up-frame.
12907 (display-buffer-pop-up-frame): Never pop up a frame in
12908 noninteractive mode (Bug#8857).
12909 (enlarge-window, shrink-window): Don't report an error when the
12910 window can't be resized as requested (Bug#8862).
12911
12912 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12915
12916 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
12917
12918 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
12919
12920 2011-06-15 Alan Mackenzie <acm@muc.de>
12921
12922 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
12923 for declarators, disable knr checking to speed up for normal files.
12924 2: Refactor, replacing a sequence of nested if forms by a cond form.
12925
12926 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12927
12928 * net/network-stream.el (open-network-stream): Add the keyword
12929 :always-query-capabilities for the case where you want to force a
12930 `plain' network connection, but the protocol still requires the
12931 capabilitiy command (i.e., SMTP and EHLO).
12932
12933 * subr.el (process-live-p): Rename from `process-alive-p' for
12934 consistency with other `-live-p' functions.
12935
12936 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * window.el (same-window-buffer-names, same-window-regexps)
12939 (special-display-frame-alist, special-display-popup-frame)
12940 (special-display-function, special-display-buffer-names)
12941 (special-display-regexps, pop-up-frame-alist)
12942 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
12943 (pop-up-windows, split-window-preferred-function)
12944 (split-height-threshold, split-width-threshold, even-window-heights)
12945 (display-buffer-mark-dedicated): Don't encourage the use of
12946 display-buffer-alist from Elisp code.
12947
12948 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
12949
12950 * progmodes/python.el (python-mode): Derive from prog-mode.
12951 * progmodes/ps-mode.el (ps-mode):
12952 * progmodes/mixal-mode.el (mixal-mode):
12953 * progmodes/cfengine.el (cfengine-mode):
12954 * progmodes/ld-script.el (ld-script-mode): Likewise.
12955
12956 2011-06-15 Martin Rudalics <rudalics@gmx.at>
12957
12958 * window.el (display-buffer-alist): Trim default value to avoid
12959 popping up a new frame (Bug#8857) or reusing an arbitrary window
12960 on another frame.
12961 (display-buffer): Do not fall back on popping up a new frame in
12962 batch mode (Bug#8857).
12963
12964 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
12965
12966 * cus-theme.el (describe-theme-1): Use custom-theme-p.
12967 (custom-theme-summary): New function.
12968 (customize-themes): Use it.
12969
12970 2011-06-13 Glenn Morris <rgm@gnu.org>
12971
12972 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
12973
12974 2011-06-13 Martin Rudalics <rudalics@gmx.at>
12975
12976 * help.el (help-window): Remove variable.
12977 (help-window-point-marker, temp-buffer-max-height)
12978 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
12979 (help-print-return-message): Don't set help-window.
12980 (resize-temp-buffer-window): Rewrite cod eand doc-string.
12981 (help-window-setup-finish): Remove.
12982 (help-window-display-message, help-window-setup)
12983 (with-help-window): Major rewrite based on new
12984 display-buffer-window variable.
12985
12986 * help-mode.el (help-mode-finish): Remove help-window related
12987 code.
12988
12989 * view.el (view-exits-all-viewing-windows): Remove reference to
12990 view-return-to-alist in doc-string.
12991 (view-return-to-alist): Make obsolete.
12992 (view-buffer): Call pop-to-buffer-same-window and remove
12993 undo-window code.
12994 (view-buffer-other-window): Call pop-to-buffer-other-window and
12995 simplify code. Ignore second argument.
12996 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
12997 simplify code. Ignore second argument.
12998 (view-return-to-alist-update): Make obsolete.
12999 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13000 Rewrite using quit-restore window parameters.
13001 (view-mode-exit): Rename second argument to EXIT-ONLY.
13002 Rewrite using quit-restore-window.
13003 (View-exit, View-exit-and-edit, View-leave, View-quit)
13004 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13005 appropriate arguments.
13006 (view-end-message): Use quit-restore window parameter.
13007
13008 * window.el (display-buffer-function): Rewrite doc-string.
13009 (display-buffer-window, display-buffer-alist): New variables.
13010 (display-buffer-split-specifiers)
13011 (display-buffer-side-specifiers)
13012 (display-buffer-macro-specifiers): New constants.
13013 (display-buffer-even-window-sizes, display-buffer-set-height)
13014 (display-buffer-set-width, display-buffer-select-window)
13015 (display-buffer-in-window, display-buffer-reuse-window)
13016 (display-buffer-split-window-1, display-buffer-split-window)
13017 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13018 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13019 (display-buffer-in-side-window, normalize-buffer-to-display)
13020 (display-buffer-normalize-specifiers-1)
13021 (display-buffer-normalize-specifiers-2)
13022 (display-buffer-normalize-specifiers, display-buffer-frame):
13023 New functions.
13024 (display-buffer): Major rewrite.
13025 (display-buffer-other-window, display-buffer-other-frame)
13026 (pop-to-buffer, switch-to-buffer-other-window)
13027 (switch-to-buffer-other-frame): Rewrite.
13028 (display-buffer-same-window, display-buffer-same-frame)
13029 (display-buffer-same-frame-other-window)
13030 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13031 (pop-to-buffer-other-window)
13032 (pop-to-buffer-same-frame-other-window)
13033 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13034 (switch-to-buffer-other-window-same-frame): New functions.
13035 (same-window-p, special-display-p): Rewrite disabling warnings.
13036 Make obsolete.
13037 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13038 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13039 Make obsolete
13040 (same-window-buffer-names, same-window-regexps)
13041 (special-display-frame-alist, special-display-popup-frame)
13042 (special-display-function, special-display-buffer-names)
13043 (special-display-regexps, pop-up-frame-alist)
13044 (pop-up-frame-function, split-window-preferred-function)
13045 (split-height-threshold, split-width-threshold)
13046 (even-window-heights): Make obsolete.
13047
13048 2011-06-12 Glenn Morris <rgm@gnu.org>
13049
13050 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
13051 Misc simplifications.
13052
13053 2011-06-12 Martin Rudalics <rudalics@gmx.at>
13054
13055 * window.el (window-safely-shrinkable-p): Restore function which
13056 was inadvertently removed in change from 2011-06-11. Declare as
13057 obsolete.
13058
13059 * calendar/calendar.el (calendar-generate-window):
13060 Use window-iso-combined-p instead of combination of one-window-p and
13061 window-safely-shrinkable-p.
13062
13063 2011-06-12 Glenn Morris <rgm@gnu.org>
13064
13065 * progmodes/fortran.el (fortran-mode-syntax-table):
13066 * progmodes/f90.el (f90-mode-syntax-table):
13067 Set % to punctuation. (Bug#8820)
13068 (f90-find-tag-default): Remove, no longer needed.
13069
13070 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13071
13072 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13073
13074 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
13075
13076 * image.el (image-animated-p): Return animation delay in seconds.
13077 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13078 (image-animate-timeout): Remove DELAY argument. Don't assume
13079 every subimage has the same delay; get it from image-animated-p.
13080 (image-animate): Caller changed.
13081
13082 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
13083
13084 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13085 to ignored backtrace functions.
13086
13087 2011-06-11 Glenn Morris <rgm@gnu.org>
13088
13089 * calendar/appt.el (appt-disp-window-function): Doc fix.
13090 (appt-check): Handle overlapping appointments. (Bug#8337)
13091
13092 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13093
13094 * window.el (window-tree-1, window-tree): New functions, moving
13095 the latter to window.el.
13096 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13097 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13098 (bw-refresh-edges): Remove.
13099 (balance-windows-1, balance-windows-2): New functions.
13100 (balance-windows): Rewrite in terms of window tree functions,
13101 balance-windows-1 and balance-windows-2.
13102 (bw-adjust-window): Remove.
13103 (balance-windows-area-adjust): New function with functionality of
13104 bw-adjust-window but using resize-window.
13105 (set-window-text-height): Rewrite doc-string.
13106 Use normalize-live-window and resize-window.
13107 (enlarge-window-horizontally, shrink-window-horizontally):
13108 Rename argument to DELTA.
13109 (window-buffer-height): New function.
13110 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13111 Rewrite using new window resize routines.
13112 (kill-buffer-and-window, mouse-autoselect-window-select):
13113 Use ignore-errors instead of condition-case.
13114 (quit-window): Call delete-frame instead of delete-windows-on
13115 for the only buffer on frame.
13116
13117 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13118
13119 * loadup.el (top-level): Load window before files for the sake
13120 of replace-buffer-in-windows.
13121
13122 * files.el (read-buffer-to-switch)
13123 (switch-to-buffer-other-window)
13124 (switch-to-buffer-other-frame, display-buffer-other-frame):
13125 Move to window.el.
13126
13127 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13128 (previous-buffer): Move to window.el.
13129
13130 * bindings.el (unbury-buffer): Move to window.el.
13131
13132 * window.el (delete-other-windows-vertically): Move after
13133 definition of delete-other-windows.
13134 (other-window, delete-windows-on, replace-buffer-in-windows):
13135 Move here from window.c.
13136 (record-window-buffer, unrecord-window-buffer)
13137 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13138 (switch-to-next-buffer): New functions.
13139 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13140 from simple.el. Call switch-to-next-buffer.
13141 (previous-buffer): Move here from simple.el.
13142 Call switch-to-prev-buffer.
13143 (bury-buffer): Move here from buffer.c. Switch to previous
13144 buffer when window cannot be deleted.
13145 (unbury-buffer): Move here from bindings.el.
13146 (ctl-x-map): Move binding for other-window from window.c to
13147 here.
13148 (read-buffer-to-switch, switch-to-buffer-other-window)
13149 (switch-to-buffer-other-frame): Move here from files.el.
13150 (normalize-buffer-to-switch-to): New functions.
13151 (switch-to-buffer): Move here from buffer.c.
13152 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13153
13154 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13155
13156 * window.el (window-min-height, window-min-width): Move here
13157 from window.c. Add defcustoms and rewrite doc-strings.
13158 (resize-mini-window, resize-window): New functions.
13159 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13160 Move here from window.c.
13161 (maximize-window, minimize-window): New functions.
13162 (delete-window, delete-other-windows, split-window): Move here
13163 from window.c.
13164 (window-split-min-size): New function.
13165 (split-window-keep-point): Mention split-window-above-each-other
13166 instead of split-window-vertically.
13167 (split-window-above-each-other, split-window-vertically):
13168 Rename split-window-vertically to split-window-above-each-other
13169 and provide defalias for old definition.
13170 (split-window-side-by-side, split-window-horizontally):
13171 Rename split-window-horizontally to split-window-side-by-side
13172 and provide defalias for the old definition.
13173 (ctl-x-map): Move bindings for delete-window,
13174 delete-other-windows and enlarge-window here from window.c.
13175 Replace bindings for split-window-vertically and
13176 split-window-horizontally by bindings for
13177 split-window-above-each-other and split-window-side-by-side.
13178
13179 * cus-start.el (all): Remove entries for window-min-height and
13180 window-min-width. Add entries for window-splits and
13181 window-nest.
13182
13183 2011-06-09 Glenn Morris <rgm@gnu.org>
13184
13185 * calendar/appt.el (appt-mode-line): New function.
13186 (appt-check, appt-disp-window): Use it.
13187
13188 * files.el (hack-one-local-variable-eval-safep):
13189 Allow minor-modes with explicit +/-1 arguments.
13190
13191 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13192
13193 * term/xterm.el (xterm): Add defgroup.
13194 (xterm-extra-capabilities): Add defcustom to supply known xterm
13195 capabilities, skip querying them, or query them (default).
13196 (terminal-init-xterm): Use it.
13197 (terminal-init-xterm-modify-other-keys): New function to set up
13198 modifyOtherKeys support to simplify `terminal-init-xterm'.
13199
13200 2011-06-09 Martin Rudalics <rudalics@gmx.at>
13201
13202 * window.el (resize-window-reset, resize-window-reset-1)
13203 (resize-subwindows-skip-p, resize-subwindows-normal)
13204 (resize-subwindows, resize-other-windows, resize-this-window)
13205 (resize-root-window, resize-root-window-vertically)
13206 (window-deletable-p, window-or-subwindow-p)
13207 (frame-root-window-p): New functions.
13208
13209 2011-06-09 Glenn Morris <rgm@gnu.org>
13210
13211 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13212 (ange-ftp-get-files): Use it.
13213
13214 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13215
13216 * mail/sendmail.el (mail-recover-1, mail-recover):
13217 * files.el (recover-file, recover-session):
13218 Handle dired-listing-switches not being just a single short option.
13219
13220 2011-06-09 Glenn Morris <rgm@gnu.org>
13221
13222 * calendar/appt.el (appt-display-message, appt-disp-window):
13223 Handle lists of appointments.
13224
13225 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13226
13227 * window.el (one-window-p): Move down in code.
13228 Rewrite doc-string.
13229 (window-current-scroll-bars): Rewrite doc-string.
13230 Normalize live window argument.
13231 (walk-windows, get-window-with-predicate, count-windows):
13232 Rewrite doc-string. Use window-list-1.
13233 (window-in-direction-2, window-in-direction, get-mru-window):
13234 New functions.
13235
13236 2011-06-08 Reuben Thomas <rrt@sc3d.org>
13237
13238 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13239 Doc fix (Bug#8713).
13240
13241 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
13242
13243 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13244
13245 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
13246
13247 * loadhist.el (unload-feature-special-hooks):
13248 Add `comint-output-filter-functions'.
13249
13250 2011-06-08 Ivan Kanis <gnu@kanis.fr>
13251
13252 * calendar/appt.el (appt-check): Move some initializations into the let.
13253
13254 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13255
13256 * window.el (window-height): Defalias to window-total-height.
13257 (window-width): Defalias to window-body-width.
13258
13259 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
13260
13261 * image-mode.el (image-toggle-animation): New command.
13262 (image-mode-map): Bind it to RET.
13263 (image-mode): Update message.
13264 (image-toggle-display-image): Avoid a spurious cache flush.
13265 (image-transform-rotation): Doc fix.
13266 (image-transform-properties): Return quickly in the normal case.
13267 (image-animate-loop): Rename from image-animate-max-time.
13268
13269 * image.el (image-animate-max-time): Move to image-mode.el.
13270 (create-animated-image): Remove unnecessary function.
13271 (image-animate): Rename from image-animate-start. New arg.
13272 (image-animate-stop): Remove; just use image-animate-timer.
13273 (image-animate-timer): Use car-safe.
13274 (image-animate-timeout): Rename argument.
13275
13276 2011-06-07 Martin Rudalics <rudalics@gmx.at>
13277
13278 * window.el (get-lru-window, get-largest-window): Move here from
13279 window.c. Rename first argument to ALL-FRAMES.
13280 Rephrase doc-strings.
13281 (get-buffer-window-list): Rewrite using window-list-1.
13282 Rephrase doc-string.
13283 (window-safe-min-height, window-safe-min-width): New constants.
13284 (window-size-ignore, window-min-size, window-min-size-1)
13285 (window-sizable, window-sizable-p, window-size-fixed-1)
13286 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13287 (window-max-delta-1, window-max-delta, window-resizable)
13288 (window-resizable-p, window-total-height, window-total-width)
13289 (window-body-width): New functions.
13290 (window-full-height-p, window-full-width-p): Rewrite using
13291 window-total-size.
13292 (window-body-height): Rewrite using window-body-size.
13293
13294 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13295
13296 * window.el (window-right, window-left, window-child)
13297 (window-child-count, window-last-child, window-any-p)
13298 (normalize-live-buffer, normalize-live-frame)
13299 (normalize-any-window, normalize-live-window)
13300 (window-iso-combination-p, window-iso-combined-p)
13301 (window-iso-combinations)
13302 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13303 (windows-with-parameter, window-with-parameter)
13304 (window-atom-root, make-window-atom, window-atom-check-1)
13305 (window-atom-check, window-side-check, window-check):
13306 New functions.
13307 (ignore-window-parameters, window-sides, window-sides-vertical)
13308 (window-sides-slots): New variables.
13309 (window-size-fixed): Move down in code. Minor doc-string fix.
13310
13311 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13312
13313 * comint.el (comint-dynamic-complete-as-filename)
13314 (comint-dynamic-complete-filename): Correctly call
13315 completion-in-region.
13316
13317 2011-06-05 Deniz Dogan <deniz@dogan.se>
13318
13319 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13320 in last change.
13321
13322 2011-06-05 Deniz Dogan <deniz@dogan.se>
13323
13324 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13325 (rcirc): Use it to prompt for encryption.
13326
13327 2011-06-05 Roland Winkler <winkler@gnu.org>
13328
13329 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13330 (bibtex-search-entries): New command bound to C-c C-a.
13331 (bibtex-display-entries): New function.
13332
13333 2011-06-05 Roland Winkler <winkler@gnu.org>
13334
13335 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13336 (bibtex-insert-kill): After yanking insert newline if necessary.
13337 (bibtex-initialize): Call bibtex-string-files-init only once.
13338 (bibtex-mode): Do not call easy-menu-add.
13339 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13340 (bibtex-yank): Set arg properly if nil.
13341
13342 2011-06-05 Roland Winkler <winkler@gnu.org>
13343
13344 * textmodes/bibtex.el (bibtex-search-entry-globally):
13345 New variable.
13346 (bibtex-search-entry): Use it.
13347
13348 2011-06-05 Roland Winkler <winkler@gnu.org>
13349
13350 * textmodes/bibtex.el (bibtex-entry-format): New option
13351 sort-fields.
13352 (bibtex-format-entry, bibtex-reformat): Honor this option.
13353 (bibtex-parse-entry): Return fields in proper order.
13354
13355 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13356
13357 * doc-view.el (doc-view-remove-if): Move computation of result out
13358 of `dolist' to silence misleading lexical-binding warning.
13359
13360 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
13361
13362 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13363 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13364
13365 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13366
13367 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13368 "SunOS 5.10".
13369
13370 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13371
13372 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13373 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13374 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13375 (tramp-parse-putty):
13376 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13377 (tramp-completion-function-alist-ssh)
13378 (tramp-completion-function-alist-telnet)
13379 (tramp-completion-function-alist-su)
13380 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13381 cookie.
13382
13383 * net/tramp-ftp.el:
13384 * net/tramp-sh.el:
13385 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13386 load "tramp.el" `tramp-set-completion-function'.
13387
13388 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13389
13390 * shell.el: Require and use pcomplete.
13391 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13392 (shell-completion-vars): Set pcomplete-default-completion-function.
13393
13394 2011-06-04 Deniz Dogan <deniz@dogan.se>
13395
13396 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13397 `memq' (Bug#8799).
13398
13399 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13402
13403 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
13404
13405 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13406 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13407 * vc/log-view.el (log-view-beginning-of-defun):
13408 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13409 (smerge-refine-forward, smerge-refine-chopup-region):
13410 Silence warning for unused `dotimes' counter variables.
13411
13412 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13413
13414 * net/tramp.el (tramp-with-progress-reporter): Rename from
13415 with-progress-reporter. Use `declare'.
13416 * net/tramp-smb.el:
13417 * net/tramp-sh.el:
13418 * net/tramp-gvfs.el: Update all uses.
13419
13420 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13421
13422 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13423 buffer isn't killed before making it current.
13424
13425 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13426
13427 Silence various byte-compiler warnings.
13428 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13429 `access-type' and new obsolescence format.
13430 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13431 new format.
13432 (byte-compile-check-variable): New `access-type' argument.
13433 Only warn if the access-type is obsolete.
13434 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13435 (byte-compile-variable-set): Adjust callers.
13436 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13437 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13438 setting it as obsolete.
13439 * simple.el (minibuffer-completing-symbol):
13440 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13441 access as obsolete.
13442 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13443 obsolete yet.
13444 * international/quail.el (quail-mouse-choose-completion): Remove unused
13445 code referring to obsolete var.
13446 (quail-choose-completion-string): Remove.
13447 * server.el (server-clients-with, server-kill-buffer-query-function)
13448 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13449 * proced.el (proced-send-signal):
13450 * emacs-lisp/lisp.el (lisp-complete-symbol):
13451 Replace completion-annotate-function with completion-extra-properties.
13452
13453 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13454
13455 * simple.el (goto-line): Use read-number.
13456 (overriding-map-is-bound): Remove.
13457 (saved-overriding-map): Change default.
13458 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13459 Take the map as argument.
13460 (universal-argument, negative-argument, digit-argument): Use it.
13461 (restore-overriding-map): Adjust.
13462 (do-auto-fill): Use fill-forward-paragraph.
13463 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13464
13465 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13466 (minibuffer-inactive-mode): New major mode.
13467 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13468 the *Messages* buffer" hack.
13469 (mouse-popup-menubar): Don't burp if the event is a normal key.
13470
13471 Miscellaneous tweaks.
13472 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13473 lexical scoping as in subr.el's dolist and dotimes.
13474 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13475 Silence compiler warning.
13476 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13477 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13478 * international/ccl.el (ccl-compile): Trivial simplification.
13479 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13480 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13481 `printflag' argument.
13482 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13483 Purecopy the whole obsolescence data.
13484
13485 2011-06-01 Leo Liu <sdl.web@gmail.com>
13486
13487 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13488 improve doc-string as suggested by Marco Pessotto
13489 <melmothx@gmail.com>.
13490 (rcirc-print): Fix last change.
13491
13492 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * minibuffer.el (complete-with-action): Return nil for the metadata and
13495 boundaries of non-functional tables.
13496 (completion-table-dynamic): Return nil for the metadata.
13497 (completion-table-with-terminator): Add default case, using
13498 complete-with-action.
13499 (completion--metadata): New function.
13500 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13501 to try and avoid pathological performance problems.
13502 (completion--embedded-envvar-table): Return `category' metadata.
13503
13504 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13505
13506 * subr.el (process-alive-p): New tiny convenience function.
13507
13508 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13511 content but also its previous major mode.
13512
13513 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
13514
13515 * emacs-lisp/debug.el (debug): Restore the previous content of the
13516 *Backtrace* buffer when we exit with C-M-c.
13517
13518 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13519
13520 * minibuffer.el: Add metadata method to completion tables.
13521 (completion-category-overrides): New defcustom.
13522 (completion-metadata, completion--field-metadata)
13523 (completion-metadata-get, completion--styles)
13524 (completion--cycle-threshold): New functions.
13525 (completion-try-completion, completion-all-completions):
13526 Add `metadata' argument to choose completion-styles.
13527 (completion--do-completion): Use metadata to choose cycling.
13528 (completion-all-sorted-completions): Use metadata for sorting.
13529 Remove :completion-cycle-penalty which is not needed any more.
13530 (completion--try-word-completion): Add `metadata' argument.
13531 (minibuffer-completion-help): Check metadata for annotation function
13532 and sorting.
13533 (completion-file-name-table): Return `category' metadata.
13534 (minibuffer-completing-file-name): Make obsolete.
13535 * simple.el (minibuffer-completing-symbol): Make obsolete.
13536 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13537 completion-try-completion.
13538
13539 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13542
13543 2011-05-30 Leo Liu <sdl.web@gmail.com>
13544
13545 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13546 (rcirc-print): Decode all incoming messages (bug#8744).
13547 (rcirc-decode-coding-system): Allow value nil for automatic coding
13548 system detection.
13549
13550 2011-06-01 Glenn Morris <rgm@gnu.org>
13551
13552 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13553
13554 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13555
13556 * image.el (image-animate-max-time): Allow nil and t values.
13557 Default to nil.
13558 (create-animated-image): Doc fix.
13559 (image-animate-start): Remove second arg; just use
13560 image-animate-max-time.
13561 (image-animate-timeout): Doc fix. Args changed.
13562
13563 * image-mode.el (image-toggle-display-image): Ensure that the
13564 image spec passed to the animate timer is the same object as in
13565 the buffer's display property (Bug#6981).
13566 (image-transform-properties): Doc fix.
13567
13568 * image.el (image-animate-max-time): Default to nil.
13569
13570 2011-05-29 Martin Rudalics <rudalics@gmx.at>
13571
13572 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13573 entire buffer list (Bug#8184).
13574
13575 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13576
13577 * image.el (imagemagick-types-inhibit)
13578 (imagemagick-register-types): Doc fix.
13579
13580 2011-05-29 Deniz Dogan <deniz@dogan.se>
13581
13582 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13583 default.
13584
13585 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13586
13587 * select.el: Don't perform clipboard-manager saving in hooks;
13588 leave the hooks empty.
13589
13590 2011-05-28 Leo Liu <sdl.web@gmail.com>
13591
13592 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13593 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13594 (occur-edit-mode): New major mode (Bug#8463).
13595 (occur-after-change-function): New function.
13596 (occur-engine): Give Occur tags a read-only property.
13597
13598 2011-05-28 Kevin Ryde <user42@zip.com.au>
13599
13600 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13601
13602 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13603
13604 * bindings.el (help-echo): Make the initial non-indicator dash
13605 empty on graphical terminals (Bug#7295).
13606
13607 * files.el (auto-mode-alist): Move config rule after the
13608 in-stripping one (Bug#8547).
13609
13610 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13611
13612 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13613 setting (Bug#8740).
13614
13615 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13616
13617 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13618 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13619 (Bug#8539).
13620
13621 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13622
13623 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13624
13625 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13626
13627 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13628 (hs-hide-block-at-point, hs-find-block-beginning)
13629 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13630 (Bug#8279).
13631
13632 2011-05-28 Glenn Morris <rgm@gnu.org>
13633
13634 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13635
13636 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13637
13638 * help-fns.el (describe-function-1): If the function is a derived
13639 major mode, print the parent mode.
13640
13641 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13642 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13643
13644 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * minibuffer.el (completion--capf-wrapper): Check applicability before
13647 returning non-nil for non-exclusive completion data.
13648 * progmodes/etags.el (tags-completion-at-point-function):
13649 * info-look.el (info-lookup-completions-at-point): Mark as
13650 non-exclusive.
13651 (info-complete): Adjust accordingly.
13652
13653 * info-look.el: Convert to lexical-binding and completion-at-point.
13654 (info-lookup-completions-at-point): New function.
13655 (info-complete): Use it and completion-in-region.
13656
13657 2011-05-28 Drew Adams <drew.adams@oracle.com>
13658
13659 * isearch.el: Let M-e start with point at the first mismatched char.
13660 (isearch-fail-pos): New function.
13661 (isearch-edit-string): Use it.
13662
13663 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13664
13665 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13666
13667 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
13668
13669 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13670 traversal functions for avl-trees.
13671 (avl-tree--stack): New struct.
13672 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13673 (avl-tree-enter): Add optional `updatefun' arg.
13674 (avl-tree--do-enter): Add optional `updatefun' arg.
13675 Change return value.
13676 (avl-tree-delete): Add optional `test' and `nilflag' args.
13677 (avl-tree--do-delete): Add `test' and `nilflag' args.
13678 Change return value.
13679 (avl-tree-member): Add optional `nilflag'
13680 (avl-tree-member-p): New function.
13681 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13682 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13683 (avl-tree-stack-empty-p): New functions.
13684
13685 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13686 avl-tree--del-balance1 and make it work both ways.
13687 (avl-tree--del-balance2): Remove.
13688 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13689 make it work both ways.
13690 (avl-tree--enter-balance2): Remove.
13691 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13692 New macros.
13693 (avl-tree--mapc, avl-tree-map): Add direction argument.
13694
13695 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
13696
13697 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13698
13699 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13700
13701 * select.el: Support clipboard managers with built-in function
13702 x-clipboard-manager-save, via delete-frame-functions and
13703 kill-emacs-hook.
13704 (xselect-convert-to-targets): Add MULTIPLE target to list.
13705 (xselect-convert-to-save-targets): New function.
13706
13707 2011-05-27 Kenichi Handa <handa@m17n.org>
13708
13709 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13710 let-binding rfc2047-encode-encoded-words to nil.
13711
13712 2011-05-27 Glenn Morris <rgm@gnu.org>
13713
13714 * mail/emacsbug.el: Don't require url-util.
13715
13716 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13717
13718 * files.el (set-auto-mode):
13719 Also respect mode: entries at the end of the file. (Bug#8586)
13720
13721 2011-05-26 Glenn Morris <rgm@gnu.org>
13722
13723 * files.el (hack-local-variables-prop-line, hack-local-variables):
13724 Downcase mode names, as seems to be traditional.
13725 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13726
13727 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13728 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13729
13730 2011-05-25 Julien Danjou <julien@danjou.info>
13731
13732 * textmodes/rst.el (rst-define-level-faces): Do not define face
13733 symbol if it is already defined.
13734
13735 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13736
13737 * play/5x5.el (5x5-new-game, 5x5-randomize):
13738 Reset 5x5-solver-output to nil when a new grid is cast.
13739 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13740 these debugging traces, as defmacro breaks the compiled code.
13741
13742 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13743
13744 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13745
13746 2011-05-24 Leo Liu <sdl.web@gmail.com>
13747
13748 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13749 (vc-bzr-sha1): Adapt.
13750
13751 * sha1.el: Remove. Function `sha1' is now builtin.
13752
13753 * bindings.el: Provide sha1 feature.
13754
13755 2011-05-24 Kenichi Handa <handa@m17n.org>
13756
13757 * mail/sendmail.el: Require `rfc2047'.
13758 (mail-insert-from-field): Do not perform RFC2047 encoding.
13759 (mail-encode-header): New function.
13760 (sendmail-send-it): Set buffer-file-coding-system of the work
13761 buffer to the return value of select-message-coding-system.
13762 Call mail-encode-header.
13763
13764 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13765
13766 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
13767
13768 * mail/supercite.el (sc-default-cite-frame):
13769 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13770
13771 2011-05-24 Glenn Morris <rgm@gnu.org>
13772
13773 * progmodes/python.el (brm-menu): Declare.
13774
13775 * emulation/viper.el (viper-set-hooks): Declare.
13776
13777 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13778 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13779 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13780 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13781 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13782 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13783
13784 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13785
13786 Add an :exit-function for completion-at-point.
13787
13788 * minibuffer.el (completion--done): New fun.
13789 (completion--do-completion): Use it. New arg `expect-exact'.
13790 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13791 since completion--do-completion does it for us now.
13792 (minibuffer-force-complete): Use completion--done and
13793 completion--replace. Handle sole-completion case with more care.
13794 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13795 (completion-extra-properties): New var.
13796 (completion-annotate-function): Make obsolete.
13797 (minibuffer-completion-help): Adjust accordingly.
13798 Use completion-list-insert-choice-function.
13799 (completion-at-point, completion-help-at-point):
13800 Bind completion-extra-properties.
13801 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13802 * simple.el (completion-list-insert-choice-function): New var.
13803 (completion-setup-function): Preserve it.
13804 (choose-completion): Pay attention to it, shuffle the code a bit.
13805 (choose-completion-string): New arg `insert-function'.
13806
13807 * textmodes/bibtex.el: Convert to lexical binding.
13808 (bibtex-mode-map): Use completion-at-point.
13809 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13810 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13811 (bibtex-complete): Define as obsolete alias.
13812 (bibtex-complete-internal): Remove.
13813 (bibtex-format-entry): Remove unused sub-group in regexp.
13814 * shell.el (shell--command-completion-data)
13815 (shell-environment-variable-completion):
13816 * pcomplete.el (pcomplete-completions-at-point):
13817 * comint.el (comint--complete-file-name-data): Use :exit-function
13818 instead of completion-table-with-terminator so it also works for
13819 choose-completion.
13820
13821 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13824
13825 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13826 (bug#8710).
13827
13828 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13829
13830 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13831
13832 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13833 customization variable and implement: If non-nil, auto-fill will
13834 be inhibited while on topic's header line.
13835
13836 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13837
13838 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
13839 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
13840 always have a solution in grid size = 5 cases.
13841 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13842 (5x5-solver-output, 5x5-log-buffer): New vars.
13843 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13844 Make these variables buffer local to achieve 5x5 multi-session-ness.
13845 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13846 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13847 (5x5-solve-suggest): New funs.
13848 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13849 randomize a grid so that we ensure that there is always a solution.
13850 (5x5-make-random-grid): Allow other movement than flipping.
13851
13852 2011-05-23 Kevin Ryde <user42@zip.com.au>
13853
13854 * emacs-lisp/advice.el (ad-read-advised-function):
13855 Use `function-called-at-point' as the default, if it has
13856 advice and passes PREDICATE.
13857
13858 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13861 byte-compile-lambda if it's actually a lambda.
13862
13863 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13864 Fix function quoting. Use backquote better.
13865
13866 2011-05-22 Yuanle Song <sylecn@gmail.com>
13867
13868 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13869 matching (Bug#8516).
13870
13871 2011-01-22 Jari Aalto <jari.aalto@cante.net>
13872
13873 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13874 different face (Bug#8178).
13875
13876 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
13877
13878 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13879 defface (Bug#8144).
13880
13881 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13884 funcall as well (bug#8712). Warn when performing those conversions.
13885 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13886
13887 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13888
13889 2011-05-22 Glenn Morris <rgm@gnu.org>
13890
13891 * files.el (hack-local-variables-prop-line): Small simplifications.
13892 (hack-local-variables, hack-local-variables-prop-line):
13893 If MODE-ONLY, return the mode, rather than just `t'.
13894
13895 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13898
13899 2011-05-21 Glenn Morris <rgm@gnu.org>
13900
13901 * files.el (hack-local-variables-prop-line, hack-local-variables):
13902 If only interested in the mode, don't bother doing the other stuff.
13903
13904 * image-mode.el (image-after-revert-hook):
13905 Redraw all frames on which the image is visible. (Bug#8567)
13906
13907 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13908
13909 * wid-edit.el (widget-checklist-match-inline):
13910 Fix 2011-04-19 change. (Bug#8649)
13911
13912 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13915 Also allow singlespace after single-letter capitals followed by a dot.
13916
13917 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
13918 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
13919
13920 2011-05-20 Nix <nix@esperi.org.uk>
13921
13922 * files.el (basic-save-buffer-2):
13923 Fix handling of break-hardlink-on-save with non-existent files.
13924
13925 2011-05-19 Deniz Dogan <deniz@dogan.se>
13926
13927 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
13928 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
13929
13930 2011-05-19 Glenn Morris <rgm@gnu.org>
13931
13932 * progmodes/f90.el (f90-type-def-re):
13933 Handle "type, bind(c)". (Bug#8691)
13934
13935 * emacs-lisp/autoload.el (batch-update-autoloads):
13936 Set autoload-excludes by parsing loadup.el rather than Makefiles.
13937
13938 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
13939
13940 * net/tramp.el (tramp-process-actions): Set "first-password-request"
13941 property for the correct connection in case of multihops.
13942
13943 2011-05-18 Glenn Morris <rgm@gnu.org>
13944
13945 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
13946 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
13947
13948 Rationalize calendar handling of day and month abbrev-arrays.
13949 * calendar/calendar.el (calendar-customized-p): New function.
13950 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
13951 (calendar-day-name-array, calendar-month-name-array): Doc fix.
13952 Add :set function.
13953 (calendar-abbrev-length, calendar-day-abbrev-array)
13954 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
13955 (calendar-day-abbrev-array, calendar-month-abbrev-array):
13956 Elements may no longer be nil.
13957 (calendar-day-name, calendar-month-name):
13958 Update for changed nature of abbrev arrays.
13959 * calendar/diary-lib.el (diary-name-pattern):
13960 Update for changed nature of abbrev arrays.
13961 (diary-mark-entries-1): Update calendar-make-alist calls.
13962 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
13963 * calendar/cal-html.el (cal-html-day-abbrev-array):
13964 Simply inherit from calendar-day-abbrev-array.
13965
13966 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * progmodes/grep.el (grep-mode): Disable default
13969 compilation-directory-matcher setting (bug#8684).
13970
13971 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
13972
13973 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
13974 instead of "head" and "tail". There were problems with SunOS 5.9,
13975 and it performs better.
13976
13977 2011-05-17 Glenn Morris <rgm@gnu.org>
13978
13979 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
13980
13981 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
13982 Replace obsolete function.
13983
13984 * shell.el (pcomplete-parse-arguments-function): Declare.
13985
13986 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
13987 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
13988 (appt-check): Doc fixes.
13989 (appt-disp-window-function, appt-delete-window-function):
13990 Remove needless special case in custom :type.
13991 (appt-display-count): Default to 0, not nil.
13992 (appt-check): Reset appt-display-count to 0, not nil.
13993
13994 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
13995
13996 * progmodes/python.el (python-font-lock-keywords):
13997 Add the Python 3.X keyword "nonlocal" (bug#8639).
13998
13999 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14002
14003 2011-05-16 Kevin Ryde <user42@zip.com.au>
14004
14005 * info-look.el (makefile-automake-mode): New setups, looking in
14006 automake manual, then makefile-mode.
14007 (makefile-mode): Remove automake manual, have it just in
14008 makefile-automake-mode since there's various things different or
14009 not relevant to plain make.
14010 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14011 believe a hypothetical automake-mode would go to makefile-mode,
14012 not the other way around.
14013
14014 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
14015
14016 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14017 hunk-end tags (Bug#8672).
14018
14019 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14020 vc-annotate-show-diff-revision-at-line (Bug#8671).
14021
14022 2011-05-14 Glenn Morris <rgm@gnu.org>
14023
14024 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14025 in the middle of an existing one with multiple authors. (Bug#8645)
14026 (change-log-font-lock-keywords): Also handle multiple author lines
14027 with leading tabs. (Bug#8644)
14028
14029 * calendar/appt.el (appt-check): Rename some local variables.
14030 Some simplification/reordering.
14031
14032 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14033 (feedmail-sendmail-f-doesnt-sell-me-out)
14034 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14035 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14036 (feedmail-queue-runner-message-sender): Set :version.
14037 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14038 (bbdb-dwim-net-address, vm-mail): Declare.
14039 (feedmail-binmail-gnulinuxish-template):
14040 Rename from feedmail-binmail-linuxish-template.
14041 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14042 Use insert-buffer-substring.
14043
14044 2011-05-14 Bill Carpenter <bill@carpenter.org>
14045
14046 * mail/feedmail.el (feedmail-patch-level): Increase.
14047 (feedmail-debug): New custom group.
14048 (feedmail-confirm-outgoing-timeout)
14049 (feedmail-sendmail-f-doesnt-sell-me-out)
14050 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14051 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14052 (feedmail-sender-line, feedmail-from-line)
14053 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
14054 (feedmail-spray-this-address)
14055 (feedmail-spray-address-fiddle-plex-list)
14056 (feedmail-queue-use-send-time-for-date)
14057 (feedmail-queue-use-send-time-for-message-id)
14058 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14059 (feedmail-buffer-eating-function):
14060 Doc fixes.
14061 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14062 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14063 (feedmail-message-action-scroll-down): New functions.
14064 (feedmail-queue-directory, feedmail-queue-draft-directory):
14065 Use expand-file-name.
14066 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14067 Remove C-v help entry.
14068 (feedmail-queue-buffer-file-name): New variable.
14069 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14070 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14071 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14072 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14073 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14074 (feedmail-message-action-toggle-spray)
14075 (feedmail-run-the-queue-no-prompts)
14076 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14077 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14078 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14079 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14080 (feedmail-envelope-deducer, feedmail-fiddle-from)
14081 (feedmail-fiddle-sender, feedmail-default-date-generator)
14082 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14083 (feedmail-fiddle-spray-address)
14084 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14085 (feedmail-fiddle-list-of-fiddle-plexes)
14086 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14087 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14088 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14089 Change default. Doc fix.
14090 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14091 (feedmail-binmail-linuxish-template): New constant.
14092 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14093 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14094 (feedmail-send-it): Add debug call.
14095 Use feedmail-queue-buffer-file-name, and
14096 feedmail-send-it-immediately-wrapper.
14097 (feedmail-message-action-send): Add debug call.
14098 Use feedmail-send-it-immediately-wrapper.
14099 (feedmail-queue-express-to-queue): Add debug call.
14100 Run feedmail-queue-express-hook.
14101 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14102 (feedmail-message-action-help-blat):
14103 Rename from feedmail-queue-send-edit-prompt-help-first.
14104 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14105 Check line-endings. Handle errors better.
14106 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14107 Doc fix. Add debug call.
14108 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14109 Use feedmail-queue-send-edit-prompt-inner.
14110 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14111 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14112 from feedmail-queue-send-edit-prompt.
14113 (feedmail-queue-send-edit-prompt-help)
14114 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14115 (feedmail-tidy-up-slug): Add debug call.
14116 Respect feedmail-queue-slug-suspect-regexp.
14117 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14118 (feedmail-dump-message-to-queue): Add debug call.
14119 Expand queue-directory.
14120 (feedmail-dump-message-to-queue): Change message slightly.
14121 Use feedmail-say-chatter.
14122 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14123 (feedmail-send-it-immediately-wrapper): New function.
14124 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14125 Insert empty string rather than newline. Handle full-frame case.
14126 Use catch/throw. Use feedmail-say-chatter.
14127 (feedmail-fiddle-from): Try mail-host-address.
14128 (feedmail-default-message-id-generator): Doc fix.
14129 Bind system-time-locale. Handle missing end.
14130 (feedmail-fiddle-x-mailer): Add debug call.
14131 Handle feedmail-x-mailer-line being nil.
14132 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14133 Add debug call. Use buffer-substring-no-properties.
14134 (feedmail-say-debug, feedmail-say-chatter): New functions.
14135 (feedmail-find-eoh): Give an explicit error.
14136
14137 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
14138
14139 * net/newst-treeview.el (newsticker-treeview-face): Change default
14140 family from helvetica to sans.
14141 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14142 etc/images/newsticker.
14143
14144 * net/newst-reader.el (newsticker-feed-face): Change default
14145 family from helvetica to sans.
14146
14147 * net/newst-plainview.el (newsticker-new-item-face)
14148 (newsticker-old-item-face, newsticker-immortal-item-face)
14149 (newsticker-obsolete-item-face, newsticker-date-face)
14150 (newsticker-statistics-face): Change default family from
14151 helvetica to sans.
14152 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14153 etc/images/newsticker.
14154
14155 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14156 (newsticker--process-auto-mark-filter-match): Tell user about
14157 auto-marking.
14158
14159 2011-05-13 Didier Verna <didier@xemacs.org>
14160
14161 Common Lisp indentation improvements on defmethod and lambda-lists.
14162 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14163 TODO entries.
14164 (lisp-lambda-list-keyword-parameter-indentation)
14165 (lisp-lambda-list-keyword-parameter-alignment)
14166 (lisp-lambda-list-keyword-alignment): New customizable user options.
14167 (lisp-indent-defun-method): Improve docstring.
14168 (extended-loop-p): Fix comment.
14169 (lisp-indent-lambda-list-keywords-regexp): New variable.
14170 (lisp-indent-lambda-list): New function.
14171 (lisp-indent-259): Use it.
14172 (lisp-indent-defmethod): Support for more than one
14173 method qualifier and properly indent methods lambda-lists.
14174 (defgeneric): Provide a missing common-lisp-indent-function property.
14175
14176 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14177
14178 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14179 bounds for the empty string (bug#8667).
14180
14181 2011-05-13 Glenn Morris <rgm@gnu.org>
14182
14183 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14184
14185 * mail/sendmail.el (sendmail-program): Try executable-find first.
14186 (sendmail-send-it): `sendmail-program' cannot be unbound.
14187
14188 * calendar/appt.el (appt-make-list): Simplify.
14189 (appt-time-msg-list): Doc fix.
14190 (appt-check): Change mode-line message at the time of the appointment.
14191
14192 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14193
14194 * progmodes/ld-script.el (ld-script-keywords)
14195 (ld-script-builtins): Update keywords list.
14196
14197 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14200
14201 * shell.el (shell-completion-vars): New function.
14202 (shell-mode):
14203 * simple.el (read-shell-command): Use it.
14204 (blink-matching-open): No need for " [...]" in minibuffer-message.
14205
14206 2011-05-12 Glenn Morris <rgm@gnu.org>
14207
14208 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14209 (appt-check): Simplify.
14210
14211 2011-05-12 Eli Zaretskii <eliz@gnu.org>
14212
14213 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14214 literal "/dev/null".
14215
14216 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14219 Fix typo.
14220
14221 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
14222
14223 * progmodes/which-func.el (which-function):
14224 Use add-log-current-defun instead of add-log-current-defun-function,
14225 which might not be defined (Bug#8260).
14226
14227 2011-05-12 Glenn Morris <rgm@gnu.org>
14228
14229 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14230 Let byte-compile-initial-macro-environment always take precedence.
14231
14232 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * net/rcirc.el: Add support for SSL/TLS connections.
14235 (rcirc-server-alist): New field `encryption'.
14236 (rcirc): Check `encryption' settings.
14237 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14238 Merge make-local-variable into `set'.
14239 (rcirc--connection-open-p): New function.
14240 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14241 the process is not a network process (e.g. running gnutls-cli).
14242 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14243 Make rcirc-(en|de)code-coding-system local here.
14244 (rcirc-mode): Merge make-local-variable into `set'.
14245 (rcirc-parent-buffer): Make permanent buffer-local.
14246 (rcirc-multiline-minor-mode): Don't do it here.
14247 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14248 there's no server buffer.
14249
14250 2011-05-11 Glenn Morris <rgm@gnu.org>
14251
14252 * newcomment.el (comment-kill): Prefix "unused" local.
14253
14254 * term/w32console.el (get-screen-color): Declare.
14255
14256 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14257 Handle symbol elements of byte-compile-initial-macro-environment.
14258
14259 2011-05-10 Leo Liu <sdl.web@gmail.com>
14260
14261 * bookmark.el (bookmark-bmenu-mode-map):
14262 Bind bookmark-bmenu-search to `/'.
14263
14264 * mail/footnote.el: Convert to utf-8 encoding.
14265 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14266 (Footnote-unicode): New function.
14267 (footnote-style-alist): Add unicode style to the list.
14268 (footnote-style): Doc fix.
14269
14270 2011-05-10 Jim Meyering <meyering@redhat.com>
14271
14272 Fix doubled-word typos.
14273 * international/quail.el (quail-insert-kbd-layout): and and -> and
14274 * kermit.el: and and -> and
14275 * net/ldap.el (ldap-search-internal): to to -> to
14276 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14277 * progmodes/js.el (js-mode): and and -> and
14278 * textmodes/artist.el (artist-move-to-xy): at at -> at
14279 (artist-draw-region-trim-line-endings): if if -> if
14280 And Safetyc -> Safety.
14281 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14282
14283 2011-05-10 Glenn Morris <rgm@gnu.org>
14284 Stefan Monnier <monnier@iro.umontreal.ca>
14285
14286 * files.el (hack-one-local-variable-eval-safep):
14287 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14288
14289 2011-05-10 Glenn Morris <rgm@gnu.org>
14290
14291 * calendar/diary-lib.el (diary-list-entries-hook)
14292 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14293 (diary-nongregorian-marking-hook, diary-list-entries)
14294 (diary-include-other-diary-files, diary-mark-entries)
14295 (diary-mark-included-diary-files): Doc fixes.
14296
14297 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14298
14299 * misc.el: Require tabulated-list.el during compilation.
14300
14301 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14302
14303 * progmodes/compile.el (compilation-start):
14304 Run compilation-filter-hook for the async case too.
14305 (compilation-filter-hook): Doc fix.
14306
14307 2011-05-09 Deniz Dogan <deniz@dogan.se>
14308
14309 * wdired.el: Remove outdated installation comment. Fix usage
14310 comment.
14311
14312 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14313
14314 * misc.el: Implement new command `list-dynamic-libraries'.
14315 (list-dynamic-libraries--loaded-only-p): New variable.
14316 (list-dynamic-libraries--refresh): New function.
14317 (list-dynamic-libraries): New command.
14318
14319 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14320
14321 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14322 Fix the ant regexp to handle end-line and end-column info from jikes.
14323 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14324 higher priority to avoid clobbering by gnu.
14325
14326 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14327
14328 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14329 if the face has existing theme settings (Bug#8454).
14330
14331 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14332
14333 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14334 Only match variables declared via `my' or `our' (Bug#8261).
14335
14336 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14337 special file names `.' and `..' (Bug#8259).
14338
14339 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14340
14341 * progmodes/grep.el (grep-mode-font-lock-keywords):
14342 Remove buffer-changing entries.
14343 (grep-filter): New function.
14344 (grep-mode): Add it to compilation-filter-hook.
14345
14346 * progmodes/compile.el (compilation-filter-hook)
14347 (compilation-filter-start): New defvars.
14348 (compilation-filter): Call compilation-filter-hook prior to
14349 updating the process mark.
14350
14351 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14354
14355 2011-05-07 Eli Zaretskii <eliz@gnu.org>
14356
14357 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14358 mailclient-send-it even if window-system is nil. (Bug#8595)
14359
14360 * term/w32console.el (terminal-init-w32console):
14361 Call get-screen-color and use its output to set the frame
14362 background-mode. (Bug#8597)
14363
14364 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14367 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14368 New functions.
14369 (defgeneric, eieio--defmethod): Use them.
14370 (eieio-defgeneric): Remove.
14371 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14372
14373 2011-05-07 Glenn Morris <rgm@gnu.org>
14374
14375 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14376 Use let rather than let*.
14377 (timeclock-find-discrep): Remove unused local.
14378
14379 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14380
14381 * calendar/appt.el (appt-time-msg-list): Doc fix.
14382
14383 2011-05-06 Noah Friedman <friedman@splode.com>
14384
14385 * apropos.el (apropos-print-doc): Only use
14386 emacs-lisp-docstring-fill-column when it is bound to an integer,
14387 per that variable's documentation.
14388
14389 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14390
14391 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14392 and warnings are not silently discarded (e.g. use -d instead of -P).
14393
14394 2011-05-06 Glenn Morris <rgm@gnu.org>
14395
14396 * calendar/appt.el (appt-message-warning-time): Doc fix.
14397 (appt-warning-time-regexp): New option.
14398 (appt-make-list): Respect appt-message-warning-time.
14399
14400 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14401 New options.
14402 (diary-add-to-list): Strip comments from the displayed string.
14403 (diary-mode): Set comment-start and comment-end.
14404
14405 * vc/diff-mode.el (smerge-refine-subst): Declare.
14406 (diff-refine-hunk): Don't require smerge-mode when compiling.
14407
14408 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14409
14410 * simple.el (list-processes): Return nil as the docstring says.
14411
14412 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14413
14414 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14415 to "".
14416 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14417 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14418 determining of binary transfer. (Bug#7383)
14419
14420 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14421
14422 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14423 Fix port computation bug. (Bug#8618)
14424
14425 2011-05-05 Glenn Morris <rgm@gnu.org>
14426
14427 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14428
14429 * simple.el (shell-dynamic-complete-functions)
14430 (comint-dynamic-complete-functions): Declare.
14431
14432 * net/network-stream.el (gnutls-negotiate):
14433 * simple.el (tabulated-list-print): Fix declarations.
14434
14435 * progmodes/gud.el (syntax-symbol, syntax-point):
14436 Remove unnecessary and incorrect declarations.
14437
14438 * emacs-lisp/check-declare.el (check-declare-scan):
14439 Handle byte-compile-initial-macro-environment in bytecomp.el
14440
14441 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14442
14443 Fix earlier half-done eieio-defmethod change (bug#8338).
14444 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14445 Streamline and change calling convention.
14446 (defmethod): Adjust accordingly and simplify.
14447 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14448 new eieio--defmethod.
14449 (slot-boundp): Minor CSE simplification.
14450
14451 2011-05-05 Milan Zamazal <pdm@zamazal.org>
14452
14453 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14454 (glasses-make-readable): Use glasses-separate-capital-groups.
14455
14456 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14457
14458 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14459 (warning-series): Doc fix.
14460 (display-warning): Don't try to create the buffer if we just found it.
14461
14462 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
14463
14464 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14465 (autoload-find-generated-file): New function.
14466 (generate-file-autoloads): Bind generated-autoload-file to
14467 buffer-file-name.
14468 (update-file-autoloads, update-directory-autoloads):
14469 Use autoload-find-generated-file. If called interactively, prompt for
14470 output file (Bug#7989).
14471 (batch-update-autoloads): Doc fix.
14472
14473 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14474
14475 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14476
14477 2011-05-04 Glenn Morris <rgm@gnu.org>
14478
14479 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14480 function, so it follows changes in calendar-date-style.
14481 (diary-fancy-date-matcher): New function.
14482 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14483 (diary-fancy-font-lock-fontify-region-function):
14484 Use diary-fancy-date-pattern as a function.
14485
14486 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14487 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14488
14489 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14490
14491 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14492 instead of positional arguments. Allow :keylist and :crlfiles
14493 arguments.
14494 (open-gnutls-stream): Call it.
14495
14496 * net/network-stream.el (network-stream-open-starttls): Adjust to
14497 call `gnutls-negotiate' with :process and :hostname arguments.
14498
14499 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14500
14501 * minibuffer.el (completion--message): New function.
14502 (completion--do-completion, minibuffer-complete)
14503 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14504 (completion--do-completion): Don't ignore completion-auto-help when in
14505 icomplete-mode.
14506
14507 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14508 internal encoding (e.g. tibetan zero is not whitespace).
14509 (global-whitespace-mode): Prefer save-current-buffer.
14510 (whitespace-trailing-regexp): Remove useless save-match-data.
14511 (whitespace-empty-at-bob-regexp): Minor simplification.
14512
14513 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
14514
14515 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14516
14517 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14518
14519 * textmodes/ispell.el (ispell-add-per-file-word-list):
14520 Use `concat' to create string for insertion.
14521
14522 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14525 Avoid open-line which runs post-self-insert-hook.
14526 (bibtex-fill-entry): Remove unused `end' var.
14527
14528 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14529
14530 * textmodes/ispell.el (ispell-add-per-file-word-list):
14531 Protect against `nil' value of `comment-start' (Bug#8579).
14532
14533 2011-05-03 Leo Liu <sdl.web@gmail.com>
14534
14535 * isearch.el (isearch-yank-pop): New command.
14536 (isearch-mode-map): Bind it to `M-y'.
14537 (isearch-forward): Mention it.
14538
14539 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * simple.el (minibuffer-complete-shell-command): Remove.
14542 (minibuffer-local-shell-command-map): Use completion-at-point.
14543 (read-shell-command): Setup completion vars here instead.
14544 (read-expression-map): Bind TAB to symbol completion.
14545
14546 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14547 error directly rather via storing it into `results'.
14548
14549 2011-05-02 Leo Liu <sdl.web@gmail.com>
14550
14551 * vc/diff.el: Fix description.
14552
14553 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14554
14555 * server.el (server-eval-at): New function.
14556
14557 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14558
14559 * net/network-stream.el (open-network-stream): Take a :nowait
14560 parameter and pass it on to `make-network-process'.
14561 (network-stream-open-plain): Ditto.
14562
14563 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14564
14565 * faces.el (face-spec-set-match-display): Don't match toolkit
14566 options on terminal frames.
14567
14568 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14569
14570 * progmodes/pascal.el: Use lexical binding.
14571 (pascal-mode-map): Remove author preferences.
14572
14573 * pcomplete.el (pcomplete-std-complete): Don't abuse
14574 completion-at-point.
14575
14576 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14577
14578 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14579 removing code that has been dead since 1991 or so.
14580
14581 * startup.el (command-line): When warning about "_emacs", use a
14582 delayed warning to allow the user to filter it out.
14583
14584 2011-04-28 Deniz Dogan <deniz@dogan.se>
14585
14586 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14587 user has not joined.
14588
14589 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14590
14591 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14592 aren't any completions at point.
14593
14594 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14595
14596 * subr.el (display-delayed-warnings): New function.
14597 (delayed-warnings-hook): New variable.
14598
14599 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * minibuffer.el (completion-at-point, completion-help-at-point):
14602 Don't presume that a given completion-at-point-function will always
14603 use the same calling convention.
14604
14605 * pcomplete.el (pcomplete-completions-at-point):
14606 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14607 pcomplete-seen is non-nil.
14608 (pcomplete-comint-setup): Also recognize the new comint/shell
14609 completion functions.
14610 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14611 pcomplete-seen is non-nil.
14612
14613 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
14614
14615 * calendar/icalendar.el (diary-lib): Add require statement.
14616 (icalendar--create-uid): Read out a uid from a text-property on
14617 the first character in the entry. This allows for code to add its
14618 own uid to the entry.
14619 (icalendar--convert-float-to-ical): Add export of
14620 `diary-float'-entries save for those with the optional DAY
14621 argument.
14622
14623 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14624
14625 * subr.el (shell-quote-argument): Use alternate escaping strategy
14626 when we spot a variable reference in a string.
14627
14628 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14629
14630 * cus-start.el (all): Define customization for debug-on-event.
14631
14632 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14633
14634 * subr.el (shell-quote-argument): Escape correctly under Windows.
14635
14636 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14639
14640 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
14641
14642 * net/tramp.el (tramp-process-actions): Add POS argument.
14643 Delete region between POS and (pos).
14644
14645 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14646 Use `nil' position in `tramp-process-actions' call.
14647 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14648
14649 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14650 position in `tramp-process-actions' call.
14651
14652 * net/trampver.el: Update release number.
14653
14654 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * custom.el (defcustom): Obey lexical-binding.
14657
14658 Fix octave-inf completion problems reported by Alexander Klimov.
14659 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14660 Inherit from octave-mode-syntax-table.
14661 (inferior-octave-mode): Set info-lookup-mode.
14662 (inferior-octave-completion-at-point): New function.
14663 (inferior-octave-complete): Use it and completion-in-region.
14664 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14665 comint-filename-completion.
14666 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14667 symbol elements which shouldn't be word elements.
14668 (octave-font-lock-keywords, octave-beginning-of-defun)
14669 (octave-function-header-regexp): Adjust regexps accordingly.
14670 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14671
14672 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
14673
14674 * net/gnutls.el (gnutls-errorp): Declare before first use.
14675
14676 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14677
14678 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14679 verify-error, and verify-hostname-error parameters. Check whether
14680 default trustfile exists before going to use it. Add missing
14681 argument to gnutls-message-maybe call. Return value.
14682 Reported by Claudio Bley <claudio.bley@gmail.com>.
14683 (open-gnutls-stream): Add usage example.
14684
14685 * net/network-stream.el (network-stream-open-starttls): Give host
14686 parameter to `gnutls-negotiate'.
14687 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14688 * subr.el (shell-quote-argument): Escape correctly under Windows.
14689
14690 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
14691
14692 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14693 Use correct match group (bug#8438).
14694
14695 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14696
14697 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14698 (package-menu--generate): New arg specifying packages to show.
14699 (package-menu-refresh, package-menu-execute, list-packages):
14700 Callers changed.
14701 (package-show-package-list): New function, replacing deleted
14702 package--list-packages (renamed because it is non-internal).
14703
14704 * finder.el (finder-list-matches): Use package-show-package-list
14705 instead of deleted package--list-packages.
14706
14707 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14708 Based on a previous implementation by Juanma Barranquero (Bug#8366).
14709 (vc-annotate-mode-map): Bind it to RET.
14710
14711 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14712
14713 * progmodes/etags.el (next-file): Don't use set-buffer to change
14714 buffers (Bug#8478).
14715
14716 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14717
14718 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14719
14720 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14721 (apropos-accumulator): Doc fix.
14722 (apropos-function, apropos-macro, apropos-command)
14723 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14724 (apropos-plist): Add face property.
14725 (apropos-symbols-internal): Fix indentation.
14726 (apropos-print): Simplify help, and recognize apropos-multi-type.
14727 (apropos-print-doc): Use button-type-get to extract the button's
14728 face property. Fill docstring (Bug#8352).
14729
14730 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
14731
14732 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14733
14734 * play/mpuz.el (mpuz-silent): Doc fix.
14735 (mpuz-mode-map): Use mapc.
14736 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14737 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14738 Fix typos in docstrings.
14739
14740 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14741 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14742
14743 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14744
14745 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14746
14747 * minibuffer.el (completion--do-completion): Avoid the "Next char
14748 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14749
14750 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14751 mouse-2 into unread-command-events, it is interpreted correctly.
14752
14753 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14754 (image-toggle-display): Doc fix.
14755
14756 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
14757
14758 * textmodes/page.el (what-page): Use line-number-at-pos to
14759 calculate line number (Bug#6825).
14760
14761 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14762
14763 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14764 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14765 Pass argument NO-DEFAULT to `find-tag-interactive'.
14766
14767 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14768
14769 Lexical-binding cleanup.
14770
14771 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14772 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14773 * progmodes/ada-prj.el (ada-prj-initialize-values)
14774 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14775 (ada-prj-show-value):
14776 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14777 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14778 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14779 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14780 * progmodes/bug-reference.el (bug-reference-push-button):
14781 * progmodes/fortran.el (fortran-line-length):
14782 * progmodes/glasses.el (glasses-change):
14783 * progmodes/octave-mod.el (octave-fill-paragraph):
14784 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14785 (python-pdbtrack-grub-for-buffer, python-sentinel):
14786 * progmodes/sql.el (sql-save-connection):
14787 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14788 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14789 Mark unused parameters.
14790
14791 * progmodes/compile.el (compilation--flush-directory-cache)
14792 (compilation--flush-parse, compile-internal): Mark unused parameters.
14793 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14794 (compilation-next-error-function): Remove unused variable `timestamp'.
14795
14796 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14797 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14798
14799 * progmodes/dcl-mode.el (dcl-end-of-command):
14800 Remove unused variable `start'.
14801 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14802 (dcl-option-value-basic, dcl-option-value-offset)
14803 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14804 Mark unused parameters.
14805 (dcl-save-local-variable): Remove unused variable `val'.
14806 (mode): Declare.
14807
14808 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14809 Mark unused parameters.
14810 (delphi-ignore-changes): Move before first use.
14811 (delphi-charset-token-at): Remove unused variable `start'.
14812 (delphi-else-start): Remove unused variable `if-count'.
14813 (delphi-comment-block-start, delphi-comment-block-end):
14814 Remove unused variable `kind'.
14815 (delphi-indent-line): Remove unused variable `new-point'.
14816
14817 * progmodes/ebrowse.el (ebrowse-files-list)
14818 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14819 Mark unused parameters. Don't quote `lambda'.
14820 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14821 Don't quote `lambda'.
14822 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14823 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14824 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14825 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14826 Use `ignore-errors'.
14827 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14828 (ebrowse-view/find-file-and-search-pattern)
14829 (ebrowse-view/find-member-declaration/definition):
14830 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14831 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14832 Rename parameter PREFIX-ARG to PREFIX.
14833 (ebrowse-tags-read-name): Remove unused variables `start' and
14834 `member-info'.
14835 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14836 to `tags-file'.
14837
14838 * progmodes/etags.el (local-find-tag-hook): Declare.
14839 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14840 Mark unused parameters.
14841
14842 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14843 (executable-interpret): Mark unused parameter.
14844
14845 * progmodes/flymake.el (flymake-process-sentinel)
14846 (flymake-after-change-function)
14847 (flymake-create-temp-with-folder-structure)
14848 (flymake-get-include-dirs-dot): Mark unused parameters.
14849 (flymake-safe-delete-directory): Remove unused variable `err'.
14850
14851 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14852 (speedbar-timer-fn, speedbar-line-text)
14853 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14854 (speedbar-center-buffer-smartly): Declare functions.
14855 (gdb-find-watch-expression): Remove unused variable `array'.
14856 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14857 (gdb-starting): Mark unused parameters.
14858 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14859 (gdb-table-string): Remove unused variable `res'.
14860 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14861 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14862 (gdb-display-buffer): Remove unused variable `cur-size'.
14863
14864 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14865 allow lexical-binding compilation.
14866 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14867 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14868 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14869 Mark unused parameters.
14870 (gud-gdb-marker-filter): Remove unused variable `match'.
14871 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14872 lambda expressions and funcall them, instead of using `fset'.
14873
14874 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14875 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14876
14877 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14878 variable `header-beg'; use `let'.
14879
14880 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14881 `restart', `last-sexp' and `at-do'.
14882
14883 * progmodes/js.el (js--debug): Mark unused parameter.
14884 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14885 (js--splice-into-items): Remove unused variable `item'.
14886 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14887
14888 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14889 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14890 (makefile-complete): Remove unused variable `try'.
14891 (makefile-fill-paragraph, makefile-match-function-end):
14892 Mark unused parameters.
14893
14894 * progmodes/octave-inf.el (inferior-octave-complete):
14895 Remove unused variable `proc'.
14896 (inferior-octave-output-digest): Mark unused parameter.
14897
14898 * progmodes/perl-mode.el (perl-calculate-indent):
14899 Remove unused variable `err'.
14900
14901 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14902 (prolog-indent-line): Mark unused parameters.
14903 (prolog-indent-line): Remove unused variable `beg'.
14904
14905 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14906 (reporter-dont-compact-list): Declare.
14907
14908 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14909 Remove unused variable `char'.
14910 (sh-debug): Mark unused parameter.
14911 (sh-get-indent-info): Remove unused variable `start'.
14912 (sh-calculate-indent): Remove unused variable `var'.
14913
14914 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14915 (simula-electric-keyword): Remove unused variable `null'.
14916 (simula-search-backward, simula-search-forward): Remove unused
14917 variables `begin' and `end'.
14918
14919 * progmodes/vera-mode.el (vera-guess-basic-syntax):
14920 Remove unused variable `pos'.
14921 (vera-electric-tab, vera-comment-uncomment-region):
14922 Mark unused parameters.
14923 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
14924
14925 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
14926
14927 * emacs-lisp/package.el (package--builtins, package-alist)
14928 (package-load-descriptor, package-built-in-p, package-activate)
14929 (define-package, package-installed-p)
14930 (package-compute-transaction, package-buffer-info)
14931 (package--push): Doc fix. Distinguish more clearly between
14932 version strings and version lists.
14933
14934 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
14935
14936 Lexical-binding cleanup.
14937
14938 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
14939 (5x5-make-mutate-best):
14940 * play/fortune.el (fortune-in-buffer):
14941 * play/gomoku.el (gomoku-init-display):
14942 * play/solitaire.el (solitaire, solitaire-do-check):
14943 * play/tetris.el (tetris-default-update-speed-function):
14944 Mark unused parameters.
14945
14946 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
14947 (bubbles--shift): Remove unused variable `char-org'.
14948 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
14949 (bubbles--show-images): Remove unused variable `char'.
14950
14951 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
14952 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
14953 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
14954 (decipher-analyze-buffer): Use ?\s.
14955 (decipher-make-checkpoint): Remove unused variable `mapping'.
14956
14957 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
14958
14959 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
14960 Remove unused variable `result'; use `let'.
14961
14962 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
14963 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
14964 (gametree-children-shown-p, gametree-compute-reduced-score):
14965 Use `ignore-errors'.
14966
14967 * play/handwrite.el (ps-lpr-switches): Declare.
14968 (handwrite): Remove unused variables `pmin' and `lastp'.
14969
14970 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
14971
14972 * play/landmark.el (landmark-init-display)
14973 (landmark-update-naught-weights): Mark unused parameters.
14974 (landmark-y): Remove unused variable `noise'. Simplify.
14975 (landmark-human-plays): Remove unused variable `score'.
14976
14977 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
14978 (mpuz-try-proposal): Remove unused variable `game'.
14979
14980 * play/zone.el (life-patterns): Declare.
14981
14982 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
14983
14984 * vc/vc.el (ediff-vc-internal): Declare function.
14985
14986 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14987
14988 * shell.el: Use lexical-binding and std completion UI.
14989 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
14990 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
14991 comint-preoutput-filter-functions rather than on
14992 comint-output-filter-functions.
14993 (shell-command-completion, shell--command-completion-data)
14994 (shell-filename-completion, shell-environment-variable-completion)
14995 (shell-c-a-p-replace-by-expanded-directory): New functions.
14996 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
14997 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
14998 (shell-dynamic-complete-environment-variable): Use them.
14999 (shell-dynamic-complete-as-environment-variable)
15000 (shell-dynamic-complete-as-command): Remove.
15001 (shell-match-partial-variable): Match past point.
15002 * comint.el: Clean up use of completion-at-point-functions.
15003 (comint-completion-at-point): New function.
15004 (comint-mode): Use it completion-at-point-functions.
15005 (comint-dynamic-complete): Make it obsolete.
15006 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15007 (comint-c-a-p-replace-by-expanded-history): New function.
15008 (comint-dynamic-complete-functions)
15009 (comint-replace-by-expanded-history): Use it.
15010 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15011 termination strings. Try harder to avoid second try-completion.
15012 (completion-in-region-mode-map): Disable bindings that don't work yet.
15013
15014 * comint.el: Use lexical-binding. Require CL.
15015 (comint-dynamic-complete-functions): Use comint-filename-completion.
15016 (comint-completion-addsuffix): Tweak custom type.
15017 (comint-filename-completion, comint--common-suffix)
15018 (comint--common-quoted-suffix, comint--table-subvert)
15019 (comint--complete-file-name-data): New functions.
15020 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15021 (comint-dynamic-list-filename-completions): Use them.
15022 (comint-dynamic-simple-complete): Make obsolete.
15023
15024 * minibuffer.el (completion-in-region-mode):
15025 Keep completion-in-region-mode--predicate global.
15026 (completion-in-region--postch):
15027 Assume completion-in-region-mode--predicate is not null.
15028
15029 * progmodes/flymake.el (flymake-start-syntax-check-process):
15030 Obey `dir'. Simplify.
15031
15032 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15033 we're in VC after all.
15034
15035 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15036
15037 * vc/vc.el (vc-diff-build-argument-list-internal)
15038 (vc-version-ediff, vc-ediff): New commands.
15039 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15040
15041 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15044 add sanity check.
15045
15046 * obsolete/erc-hecomplete.el: Make obsolete.
15047 * obsolete/: Standardize obsolescence info in the header.
15048
15049 2011-04-20 Glenn Morris <rgm@gnu.org>
15050
15051 * calendar/solar.el (solar-horizontal-coordinates):
15052 Use the longitude argument rather than `calendar-longitude'.
15053 (solar-date-next-longitude): Remove unused locals.
15054
15055 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15056
15057 * whitespace.el: New version 13.2.1.
15058
15059 2011-04-20 felix <EmacsWiki> (tiny change)
15060
15061 * whitespace.el (global-whitespace-mode): Keep highlight when
15062 switching between major modes on a file.
15063
15064 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15065
15066 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15067 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15068 multi-line comments as well.
15069
15070 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
15071
15072 Lexical-binding cleanup.
15073
15074 * arc-mode.el (archive-mode-revert):
15075 * cmuscheme.el (scheme-interactively-start-process):
15076 * custom.el (custom-initialize-delay):
15077 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15078 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15079 * emacs-lock.el (emacs-lock-clear-sentinel):
15080 * ezimage.el (defezimage):
15081 * follow.el (follow-avoid-tail-recenter):
15082 * fringe.el (set-fringe-mode-1):
15083 * generic-x.el (bat-generic-mode-compile):
15084 * help-mode.el (help-info-variable, help-do-xref)
15085 (help-mode-revert-buffer):
15086 * help.el (view-emacs-todo):
15087 * iswitchb.el (iswitchb-completion-help):
15088 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15089 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15090 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15091 * locate.el (locate-update):
15092 * longlines.el (longlines-encode-region)
15093 (longlines-after-change-function):
15094 * outline.el (outline-isearch-open-invisible):
15095 * ps-def.el (declare-function, charset-dimension, char-width)
15096 (encode-char):
15097 * ps-mule.el (ps-mule-plot-string):
15098 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15099 (recentf-edit-list-select, recentf-edit-list-validate)
15100 (recentf-open-files-action):
15101 * rect.el (delete-whitespace-rectangle-line)
15102 (rectangle-number-line-callback):
15103 * register.el (window-configuration-to-register)
15104 (frame-configuration-to-register):
15105 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15106 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15107 (xselect-convert-to-targets, xselect-convert-to-delete)
15108 (xselect-convert-to-filename, xselect-convert-to-charpos)
15109 (xselect-convert-to-lineno, xselect-convert-to-colno)
15110 (xselect-convert-to-os, xselect-convert-to-host)
15111 (xselect-convert-to-user, xselect-convert-to-class)
15112 (xselect-convert-to-name, xselect-convert-to-integer)
15113 (xselect-convert-to-atom, xselect-convert-to-identity):
15114 * subr.el (declare, ignore, process-kill-without-query)
15115 (text-clone-maintain):
15116 * terminal.el (te-get-char, te-tic-sentinel):
15117 * tool-bar.el (tool-bar-make-keymap):
15118 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15119 * type-break.el (type-break-mode, type-break-noninteractive-query):
15120 * view.el (View-back-to-mark):
15121 * wid-browse.el (widget-browse-action, widget-browse-widget)
15122 (widget-browse-widgets, widget-browse-sexp):
15123 * widget.el (define-widget-keywords):
15124 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15125 Mark unused parameters.
15126
15127 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15128 (align-areas): Remove unused variable `look'.
15129 (align-region): Remove unused variables `real-end' and `pos-list'.
15130
15131 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15132
15133 * bindings.el (mode-line-modified, mode-line-remote):
15134 Mark unused parameters.
15135 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15136
15137 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15138 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15139
15140 * comint.el (comint-history-isearch-pop-state)
15141 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15142 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15143 (comint-substitute-in-file-name): Doc fix.
15144
15145 * completion.el (cmpl-statistics-block): Mark unused parameter.
15146 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15147 (save-completions-to-file, load-completions-from-file):
15148 Remove unused local variable `e'.
15149
15150 * composite.el (compose-chars): Remove unused variable `len'.
15151 (lgstring-insert-glyph): Remove unused variable `g'.
15152 (compose-glyph-string): Remove unused variables `ascent',
15153 `descent', `lbearing' and `rbearing'.
15154 (compose-glyph-string-relative): Remove unused variables
15155 `lbearing', `rbearing' and `wadjust'.
15156 (compose-gstring-for-graphic): Remove unused variables `header',
15157 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15158 (compose-gstring-for-terminal): Remove unused variables `header'
15159 and `nchars'. Use `let', not `let*'.
15160
15161 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15162 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15163 (Custom-buffer-done, custom-buffer-create-internal)
15164 (custom-browse-visibility-action, custom-browse-group-tag-action)
15165 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15166 (widget-magic-mouse-down-action, custom-toggle-parent)
15167 (custom-add-parent-links, custom-toggle-hide-variable)
15168 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15169 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15170 (custom-face-menu-create, custom-variable-menu-create, get)
15171 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15172 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15173 (customize-apropos): Remove unused variable `tests'.
15174 (custom-group-value-create): Remove unused variable `hidden-p'.
15175 (sort-fold-case): Declare.
15176
15177 * cus-theme.el (custom-reset-standard-faces-list)
15178 (custom-reset-standard-variables-list): Declare.
15179 (customize-create-theme, custom-theme-revert, custom-theme-write)
15180 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15181 Mark unused parameters.
15182
15183 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15184
15185 * delim-col.el (delimit-columns-max): Move defvar before first use.
15186
15187 * descr-text.el (describe-char-categories): Don't quote `lambda'.
15188 (describe-char): Don't quote `lambda'. Mark unused parameter.
15189
15190 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15191 (auto-insert): Declare.
15192 (desktop-restore-file-buffer): Rename desktop-* parameters;
15193 mark unused ones.
15194 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15195 (desktop-buffer): Rename desktop-* parameters.
15196
15197 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15198 (dframe-reposition-frame-xemacs, dframe-help-echo)
15199 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15200 Mark unused parameters.
15201
15202 * dired-aux.el (backup-extract-version-start, overwrite-query)
15203 (overwrite-backup-query, rename-regexp-query)
15204 (rename-non-directory-query): Declare.
15205 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15206 (dired-add-entry): Remove unused variable `orig-file-name'.
15207 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15208 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15209 `dired-copy-preserve-time' directly.
15210 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15211 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15212
15213 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15214 (dired-virtual-revert, dired-make-relative-symlink):
15215 Mark unused parameters.
15216 (manual-program): Declare.
15217 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15218 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15219 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15220
15221 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15222
15223 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15224
15225 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15226 Declare.
15227
15228 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15229
15230 * electric.el (Electric-command-loop): Rename parameter
15231 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15232
15233 * expand.el (expand-in-literal): Remove unused variable `here'.
15234
15235 * facemenu.el (facemenu-add-new-color):
15236 Remove unused variable `docstring'.
15237
15238 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15239 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15240 (face-attr-construct): Mark unused parameter. Doc fix.
15241 (read-color): Remove unused variable `hex-string'.
15242
15243 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15244 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15245 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15246 (display-buffer-other-frame): Remove unused variable `old-window'.
15247 (kill-buffer-hook): Declare.
15248 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15249 Mark unused parameters.
15250 (after-find-file): Pass 1 to `auto-save-mode', not t.
15251
15252 * files-x.el (auto-insert): Declare.
15253 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15254
15255 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15256 variable `buf'. Mark unused parameter.
15257 (find-lisp-insert-directory): Mark unused parameter.
15258
15259 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15260 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15261 (format-common-tail): Remove, unused.
15262 (format-deannotate-region): Remove unused variable `loc'.
15263 (format-annotate-region): Remove unused variable `p'.
15264 (format-annotate-single-property-change): Remove unused variables
15265 `default' and `tail'.
15266
15267 * forms.el (read-file-filter): Declare.
15268 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15269
15270 * frame.el (frame-creation-function-alist): Mark unused parameter.
15271 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15272
15273 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15274 Remove unused parameters.
15275 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15276 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15277
15278 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15279 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15280 (hfy-prepare-tag-map): Mark unused parameters.
15281 (htmlfontify-buffer): Use `called-interactively-p'.
15282
15283 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15284 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15285 (ibuffer-do-occur): Mark unused parameters.
15286 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15287 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15288
15289 * ibuffer.el: Don't quote `lambda'.
15290 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15291 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15292 Mark unused parameters.
15293
15294 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15295 (ido-completing-read): Mark unused parameters.
15296 (ido-copy-current-word): Mark unused parameters;
15297 remove unused variable `name'.
15298 (ido-sort-merged-list): Remove unused parameter `dirs'.
15299
15300 * ielm.el (ielm-input-sender): Mark unused parameter.
15301 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15302 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15303 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15304 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15305 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15306
15307 * image-dired.el (image-dired-display-thumbs): Remove unused
15308 variables `curr-file' and `count'.
15309 (image-dired-remove-tag): Remove unused variable `start'.
15310 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15311 variable `curr-file'
15312 (image-dired-rotate-original): Remove unused variable `temp-file'.
15313 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15314 Remove unused variable `file'.
15315 (image-dired-gallery-generate): Remove unused variable `curr'.
15316 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15317
15318 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15319
15320 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15321
15322 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15323
15324 * isearch.el (minibuffer-history-symbol): Declare.
15325 (isearch-edit-string): Remove unused variable `err'.
15326 (isearch-message-prefix, isearch-message-suffix):
15327 Mark unused parameters.
15328
15329 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15330
15331 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15332
15333 * makesum.el (double-column): Remove unused variable `cnt'.
15334
15335 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15336 (ido-ignore-item-temp-list): Declare.
15337
15338 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15339 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15340 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15341 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15342 `mouse-col-delta'.
15343
15344 * mouse-sel.el (mouse-extend-internal):
15345 Remove unused variable `orig-window-frame'.
15346
15347 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15348 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15349 Move declarations before first use.
15350 (pcomplete-opt): Mark unused parameters; doc fix.
15351
15352 * proced.el (proced-revert): Mark unused parameter.
15353 (proced-send-signal): Remove unused variable `err'.
15354
15355 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15356 Rename parameter PREFIX-ARG to ARG.
15357 (ps-basic-plot-string, ps-basic-plot-whitespace):
15358 Mark unused parameters.
15359
15360 * replace.el (replace-count): Define.
15361 (occur-revert-function): Mark unused parameters.
15362 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15363 (isearch-case-fold-search, isearch-string): Declare.
15364 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15365 bind `case-fold-search'. Remove unused variables `beg' and `end',
15366 and simplify.
15367 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15368 COUNT and bind `replace-count'.
15369 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15370 to COUNT.
15371
15372 * savehist.el (print-readably, print-string-length): Declare.
15373
15374 * shadowfile.el (shadow-expand-cluster-in-file-name):
15375 Remove unused variable `cluster'.
15376 (shadow-copy-file): Remove unused variable `i'.
15377 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15378 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15379 (shadow-define-literal-group, shadow-define-regexp-group)
15380 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15381
15382 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15383 (shell): Use `called-interactively-p'.
15384 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15385
15386 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15387 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15388 (delete-backward-char): Remove unused variable `ocol'.
15389 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15390 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15391 (event-apply-hyper-modifier, event-apply-shift-modifier)
15392 (event-apply-control-modifier, event-apply-meta-modifier):
15393 Mark unused parameters.
15394 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15395 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15396
15397 * speedbar.el (speedbar-ignored-directory-expressions)
15398 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15399 (speedbar-find-file, speedbar-dir-follow)
15400 (speedbar-directory-buttons-follow, speedbar-tag-find)
15401 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15402 (speedbar-buffers-line-directory, speedbar-buffer-click):
15403 Mark unused parameters.
15404 (speedbar-tag-file): Remove unused variable `mode'.
15405 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15406
15407 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15408
15409 * talk.el (talk): Remove unused variable `display'.
15410
15411 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15412 (tar-write-region-annotate): Mark unused parameter.
15413
15414 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15415 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15416 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15417 warning by another.
15418
15419 * time-stamp.el (time-stamp-string-preprocess):
15420 Remove unused variable `require-padding'.
15421
15422 * tree-widget.el (widget-glyph-enable): Declare.
15423 (tree-widget-action): Mark unused parameter.
15424
15425 * w32-fns.el (x-get-selection): Mark unused parameter.
15426 (autoload-make-program, generated-autoload-file): Declare.
15427
15428 * wdired.el (wdired-revert): Mark unused parameters.
15429 (wdired-xcase-word): Remove unused variable `err'.
15430
15431 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15432 (whitespace-help-scroll): Remove unused variable `data-help'.
15433
15434 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15435 (widget-image-insert, widget-after-change, default)
15436 (widget-default-format-handler, widget-default-notify)
15437 (widget-default-prompt-value, widget-info-link-action)
15438 (widget-url-link-action, widget-function-link-action)
15439 (widget-variable-link-action, widget-file-link-action)
15440 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15441 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15442 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15443 (widget-insert-button-action, widget-delete-button-action, visibility)
15444 (widget-documentation-link-action, widget-documentation-string-action)
15445 (widget-const-prompt-value, widget-regexp-match, symbol)
15446 (widget-coding-system-prompt-value)
15447 (widget-key-sequence-value-to-external, sexp)
15448 (widget-sexp-value-to-internal, character, vector, cons)
15449 (widget-choice-prompt-value, widget-boolean-prompt-value)
15450 (widget-color--choose-action): Mark unused parameters.
15451 (widget-item-match-inline, widget-choice-match-inline)
15452 (widget-checklist-match, widget-checklist-match-inline)
15453 (widget-group-match): Rename parameter VALUES to VALS.
15454 (widget-field-value-set): Remove unused variable `size'.
15455 (widget-color-action): Remove unused variables `value' and `start'.
15456
15457 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15458 variable `dir'. Doc fix.
15459 (windmove-find-other-window): Don't pass it.
15460
15461 * window.el (count-windows): Mark unused parameter.
15462 (bw-adjust-window): Remove unused variable `err'.
15463
15464 * woman.el (woman-file-name): Remove unused variable `default'.
15465 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15466 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15467 (global-font-lock-mode): Declare.
15468 (woman-decode-region): Mark unused parameter.
15469 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15470
15471 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15472 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15473 (x-dnd-handle-moz-url): Remove unused variable `title'.
15474 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15475
15476 * xml.el (xml-parse-tag, xml-parse-attlist):
15477 Remove unused variable `pos'.
15478
15479 2011-04-19 Glenn Morris <rgm@gnu.org>
15480
15481 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15482 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15483 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15484 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15485 * calendar/cal-html.el (cal-html-insert-minical):
15486 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15487 (calendar-mark-date-pattern):
15488 Prefix "unused" locals.
15489
15490 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15491 optional argument `style'.
15492
15493 * calendar/appt.el (appt-make-list):
15494 * calendar/cal-china.el (calendar-chinese-date-string):
15495 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15496 (diary-hebrew-yahrzeit):
15497 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15498 * calendar/calendar.el (calendar-generate-window):
15499 * calendar/time-date.el (time-to-days):
15500 Remove unused local variables.
15501
15502 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
15503
15504 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15505 glyphless-char-display table.
15506 (tabulated-list-glyphless-char-display): New var.
15507
15508 2011-04-18 Sam Steingold <sds@gnu.org>
15509
15510 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15511 to acknowledgments.
15512
15513 2011-04-17 Glenn Morris <rgm@gnu.org>
15514
15515 * calendar/diary-lib.el (diary-sexp-entry):
15516 * calendar/holidays.el (holiday-sexp):
15517 Set debug-on-error rather than the removed stack-trace-on-error.
15518
15519 2011-04-16 Glenn Morris <rgm@gnu.org>
15520
15521 * progmodes/f90.el: Use lexical-binding.
15522 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15523
15524 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15525
15526 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15527 (mail-mode): Setup mailalias completion here instead.
15528 * mail/mailalias.el: Use lexical-binding.
15529 (pattern, mailalias-done): Declare dynamic.
15530 (mail-completion-at-point-function): New function, from mail-complete.
15531 (mail-complete): Use it.
15532 (mail-completion-expand): New function.
15533 (mail-get-names): Use it.
15534 (mail-directory, mail-directory-process, mail-directory-stream):
15535 Don't use `pattern' for lexically bound arg.
15536
15537 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15538
15539 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15540 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15541 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15542
15543 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15544 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15545 (byte-interactive-p): Define them again, for use when inlining
15546 old code.
15547
15548 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
15549
15550 * loadup.el: Use `string-to-number', not `string-to-int'.
15551
15552 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15553
15554 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15555 gud-gdb-complete-command.
15556 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15557 (gud-gdb-completion-at-point): New function.
15558 (gud-gdb-completions): Remove.
15559
15560 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
15561
15562 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15563 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15564 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15565 whether `executable-find' is bound.
15566
15567 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15568
15569 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15570
15571 * minibuffer.el (completion-in-region-mode-predicate)
15572 (completion-in-region-mode--predicate): New vars.
15573 (completion-in-region, completion-in-region--postch)
15574 (completion-in-region-mode): Use them.
15575 (completion--capf-wrapper): Also return the hook function.
15576 (completion-at-point, completion-help-at-point):
15577 Adjust and provide a predicate.
15578
15579 Preserve arg names for advice of subr and lexical functions (bug#8457).
15580 * help-fns.el (help-function-arglist): Consolidate the subr and
15581 new-byte-code cases. Add argument `preserve-names' to extract names
15582 from the docstring when needed.
15583 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15584 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15585 (ad-arglist): Use help-function-arglist's new arg.
15586 (ad-definition-type): Use cond.
15587
15588 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
15589
15590 * autorevert.el (auto-revert-handler):
15591 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15592 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15593 Don't quote lambda.
15594
15595 * image-mode.el (image-transform-set-scale):
15596 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15597
15598 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15599
15600 * net/network-stream.el (network-stream-open-starttls): Only do
15601 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15602 Upgrades via gnutls-cli are too slow to be done opportunistically.
15603
15604 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
15605
15606 * dframe.el (dframe-current-frame): Remove spurious quote.
15607
15608 2011-04-12 Glenn Morris <rgm@gnu.org>
15609
15610 * calendar/cal-tex.el (cal-tex-end-document):
15611 Try to automatically use latin1 input if needed.
15612
15613 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15614 Don't try to cons a mark onto an empty element.
15615
15616 2011-04-11 Leo Liu <sdl.web@gmail.com>
15617
15618 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15619 buffers.
15620 (ido-kill-buffer-at-head): Support killing virtual buffers.
15621
15622 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
15623
15624 * minibuffer.el (completion-show-inline-help): New var.
15625 (completion--do-completion, minibuffer-complete)
15626 (minibuffer-force-complete, minibuffer-complete-word):
15627 Inhibit minibuffer messages if completion-show-inline-help is nil.
15628
15629 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15630 to avoid interference from inline help (Bug#5849).
15631
15632 2011-04-10 Leo Liu <sdl.web@gmail.com>
15633
15634 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15635 Fix typo.
15636
15637 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15638
15639 * image-mode.el (image-toggle-display-image): Signal an error if
15640 not in Image mode.
15641 (image-transform-mode, image-transform-resize)
15642 (image-transform-set-rotation): Doc fix.
15643 (image-transform-set-resize): Delete.
15644 (image-transform-set-scale, image-transform-fit-to-height)
15645 (image-transform-fit-to-width): Handle image-toggle-display-image
15646 and image-transform-resize directly.
15647
15648 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
15649
15650 * doc-view.el (doc-view-fit-width-to-window)
15651 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15652 New functions for fitting the shown image to the Emacs window size.
15653 (doc-view-mode-map): Add bindings for the new functions.
15654
15655 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
15656
15657 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15658 Fix typo in docstring.
15659
15660 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15661
15662 * files.el (file-size-human-readable): Produce one digit after
15663 decimal, like "ls -lh" does.
15664
15665 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15666 the file size representation.
15667
15668 * simple.el (list-processes): If async subprocesses are not
15669 available, error out with a clear error message.
15670
15671 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15672
15673 * help.el (help-form-show): New function, to be called from C.
15674 Put help-form output in a buffer named differently than *Help*.
15675
15676 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15677
15678 * files.el (file-size-human-readable): New function.
15679
15680 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15681 computing the representation inline. Don't require `cl'.
15682
15683 2011-04-08 Glenn Morris <rgm@gnu.org>
15684
15685 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15686
15687 * net/browse-url.el (browse-url-firefox):
15688 Test system-type, not system-configuration.
15689
15690 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15691 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15692 Use log-edit-empty-buffer-p. (Bug#7598)
15693
15694 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15695 (rlogin-mode-map): Initialize in the defvar.
15696 (rlogin): Use ignore-errors.
15697
15698 * replace.el (occur-mode-map): Some fixes for menu items.
15699
15700 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15701
15702 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15703
15704 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15705
15706 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15707 issuing unused warnings.
15708
15709 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15710 macro directly.
15711
15712 * simple.el: Lisp reimplement of list-processes. Based on an
15713 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15714 (process-menu-mode): New major mode.
15715 (list-processes--refresh, list-processes):
15716 (process-menu-visit-buffer): New functions.
15717
15718 * files.el (save-buffers-kill-emacs): Don't assume any return
15719 value of list-processes, which is undocumented anyway.
15720
15721 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15722
15723 * emacs-lisp/tabulated-list.el: New file.
15724
15725 * emacs-lisp/package.el: Use Tabulated List mode.
15726 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15727 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15728 table format using Tabulated List mode variables.
15729 (package--push): New macro, replacing package-list-maybe-add.
15730 (package-menu--generate): Use package--push. Renamed from
15731 package--generate-package-list.
15732 (package-menu-refresh, list-packages): Use it.
15733 (package-menu--print-info): Rename from package-print-package.
15734 Return insertion data instead of inserting it directly.
15735 (package-menu-describe-package, package-menu-execute):
15736 Use tabulated-list-get-id.
15737 (package-menu-mark-delete, package-menu-mark-install)
15738 (package-menu-mark-unmark, package-menu-backup-unmark)
15739 (package-menu-mark-obsolete-for-deletion):
15740 Use tabulated-list-put-tag.
15741 (package--list-packages, package-menu-revert)
15742 (package-menu-get-package, package-menu-get-version)
15743 (package-menu-sort-by-column): Functions deleted.
15744 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15745 (package-menu--status-predicate, package-menu--version-predicate)
15746 (package-menu--name-predicate)
15747 (package-menu--description-predicate): Handle arguments in the
15748 Tabulated List format.
15749 (package-list-packages-no-fetch): Call list-packages.
15750
15751 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
15752
15753 * files.el (after-find-file-from-revert-buffer): Remove variable.
15754 (after-find-file): Don't bind it.
15755 (revert-buffer-in-progress-p): New variable.
15756 (revert-buffer): Bind it.
15757 Pass nil for `after-find-file-from-revert-buffer'.
15758
15759 * saveplace.el (save-place-find-file-hook): Use new variable
15760 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15761
15762 2011-04-06 Glenn Morris <rgm@gnu.org>
15763
15764 * Makefile.in (AUTOGEN_VCS): New variable.
15765 (autoloads): Use $AUTOGEN_VCS.
15766
15767 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15768 * calendar/calendar.el (calendar-mode-map):
15769 Check for toolkit scroll bars. (Bug#8305)
15770
15771 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15772
15773 * minibuffer.el (completion-in-region--postch)
15774 (completion-in-region-mode): Remove unnecessary messages.
15775
15776 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
15777
15778 * font-lock.el (font-lock-refresh-defaults):
15779 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15780 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15781
15782 * info.el (Info-directory-list, Info-read-node-name-2)
15783 (Info-split-parameter-string): Doc fixes.
15784 (Info-virtual-nodes): Reflow docstring.
15785 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15786 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15787 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15788 Fix typos in docstrings.
15789 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15790 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15791 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15792 (Info-restore-desktop-buffer): Mark unused parameters.
15793 (Info-directory-find-file, Info-directory-find-node)
15794 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15795 (Info-virtual-index-find-node, Info-apropos-find-file)
15796 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15797 Mark unused parameters; fix typos in docstrings.
15798 (Info-virtual-index): Remove unused local variable `nodename'.
15799
15800 2011-04-05 Deniz Dogan <deniz@dogan.se>
15801
15802 * net/rcirc.el: Update my e-mail address.
15803 (rcirc-mode-map): Remove M-o binding.
15804
15805 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15806
15807 * startup.el (command-line): Save the cursor's theme-face
15808 directly, instead of using face-override-spec.
15809
15810 * custom.el (load-theme): Minor optimization in assigning faces.
15811
15812 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15813
15814 * help-fns.el (describe-variable): Complete all variables having
15815 documentation, including keywords.
15816 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15817
15818 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15819
15820 Convert to lexical-binding.
15821
15822 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15823 (bs--get-marked-string, bs--get-modified-string)
15824 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15825 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15826 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15827
15828 * ehelp.el (electric-help-execute-extended)
15829 (electric-help-ctrl-x-prefix):
15830 * hexl.el (hexl-revert-buffer-function):
15831 * linum.el (linum-after-change, linum-after-scroll):
15832 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15833
15834 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15835
15836 2011-04-04 Daiki Ueno <ueno@unixuser.org>
15837
15838 * epa-dired.el:
15839 * epa-mail.el:
15840 * epa-hook.el:
15841 * epa-file.el:
15842 * epa.el:
15843 * epg.el: Use lexical binding.
15844
15845 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
15846
15847 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15848
15849 * textmodes/flyspell.el (flyspell-word): Recognize default
15850 dictionary case for flyspell-mark-duplications-exceptions.
15851 Use regexp matching for languages.
15852 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15853 default dictionary (Bug#7926).
15854
15855 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
15856
15857 * emacs-lisp/package.el (package--with-work-buffer):
15858 Recognize https URLs.
15859
15860 * net/network-stream.el: Move from gnus/proto-stream.el.
15861 Change prefix to network-stream throughout.
15862 (open-protocol-stream): Merge into open-network-stream, leaving
15863 open-protocol-stream as an alias. Handle nil BUFFER args.
15864
15865 * subr.el (open-network-stream): Move to net/network-stream.el.
15866
15867 2011-04-02 Glenn Morris <rgm@gnu.org>
15868
15869 * find-dired.el (find-exec-terminator): New option.
15870 (find-ls-option): Test for -ls support.
15871 (find-ls-subdir-switches): Test for -b in find-ls-option.
15872 (find-dired, find-grep-dired): Doc fixes.
15873 (find-dired): Use find-exec-terminator.
15874
15875 * find-dired.el (find-ls-option, find-ls-subdir-switches)
15876 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15877 (find-name-arg): Remove purecopy.
15878
15879 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15880 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15881 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15882 accordingly. Don't add the null-device if not needed.
15883
15884 * files.el (save-some-buffers): Doc fix.
15885
15886 2011-04-02 Eli Zaretskii <eliz@gnu.org>
15887
15888 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15889
15890 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
15891
15892 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15893 Use `dolist' rather than `mapcar'.
15894
15895 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15896
15897 Add lexical binding.
15898
15899 * subr.el (apply-partially): Use new closures rather than CL.
15900 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15901 (dolist, dotimes): Use slightly different expansion for lexical code.
15902 (functionp): Move to C.
15903 (letrec): New macro.
15904 (with-wrapper-hook): Use it and apply-partially instead of CL.
15905 (eval-after-load): Preserve lexical-binding.
15906 (save-window-excursion, with-output-to-temp-buffer): Turn them
15907 into macros.
15908
15909 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15910
15911 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15912 than the arglist.
15913 (help-add-fundoc-usage): Don't add `Not documented'.
15914 (help-function-arglist): Handle closures, subroutines, and new
15915 byte-code-functions.
15916 (help-make-usage): Remove leading underscores.
15917 (describe-function-1): Handle closures.
15918 (describe-variable): Use special-variable-p for completion.
15919
15920 * files.el (lexical-binding): Declare safe.
15921
15922 * emacs-lisp/pcase.el: Don't use destructuring-bind.
15923 (pcase--memoize): Rename from pcase-memoize. Change weakness.
15924 (pcase): Add `let' pattern.
15925 Change memoization so it actually works.
15926 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
15927 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
15928 <let>: New case.
15929
15930 * emacs-lisp/macroexp.el: Use lexical binding.
15931 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
15932 Don't convert ' to #' without checking that it's indeed quoting
15933 a lambda.
15934
15935 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
15936 Use eval-sexp-add-defvars.
15937 (eval-sexp-add-defvars): New fun.
15938
15939 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
15940
15941 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
15942 Don't autoload.
15943 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
15944 than the internal `byte-compile-lambda'.
15945 (defmethod): Don't hide code under quotes.
15946 (eieio-defmethod): New `code' argument.
15947
15948 * emacs-lisp/eieio-comp.el: Remove.
15949
15950 * emacs-lisp/edebug.el (edebug-eval-defun)
15951 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
15952 (edebug-toggle): Avoid `eval'.
15953
15954 * emacs-lisp/disass.el (disassemble-internal): Handle new
15955 `closure' objects.
15956 (disassemble-1): Handle new byte codes.
15957
15958 * emacs-lisp/cl.el (pushnew): Silence warning.
15959
15960 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
15961 (cl-byte-compile-throw): Remove.
15962 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
15963
15964 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
15965 closures.
15966
15967 * emacs-lisp/cconv.el: New file.
15968
15969 * emacs-lisp/bytecomp.el: Use lexical binding instead of
15970 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
15971 (byte-compile-initial-macro-environment):
15972 Handle declare-function here.
15973 (byte-compile--lexical-environment): New var.
15974 (byte-stack-ref, byte-stack-set, byte-discardN)
15975 (byte-discardN-preserve-tos): New lap codes.
15976 (byte-interactive-p): Don't use any more.
15977 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
15978 New macros.
15979 (byte-compile-lapcode): Use them and handle new lap codes.
15980 (byte-compile-obsolete): Remove.
15981 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
15982 (byte-compile-arglist-warn): Check late def of inlinable funs.
15983 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
15984 since they should have been expanded by now.
15985 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
15986 (byte-compile-from-buffer): Remove unused second arg.
15987 (byte-compile-preprocess): New function.
15988 (byte-compile-toplevel-file-form): New function to distinguish
15989 file-form calls from outside from file-form calls from hunk-handlers.
15990 (byte-compile-file-form): Simplify.
15991 (byte-compile-file-form-defsubst): Remove.
15992 (byte-compile-file-form-defmumble): Simplify now that
15993 byte-compile-lambda always returns a byte-code-function.
15994 (byte-compile): Preprocess.
15995 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
15996 Remove, not used any more.
15997 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
15998 (byte-compile-make-args-desc): New funs.
15999 (byte-compile-lambda): Handle lexical functions. Always return
16000 a byte-code-function.
16001 (byte-compile-reserved-constants): New var, to make up room for
16002 closed-over variables.
16003 (byte-compile-constants-vector): Obey it.
16004 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16005 (byte-compile-macroexpand-declare-function): New function.
16006 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16007 byte-code-functions.
16008 (byte-compile-form): Check obsolescence here.
16009 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16010 (byte-compile-variable-ref): Remove.
16011 (byte-compile-dynamic-variable-op): New fun.
16012 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16013 (byte-compile-variable-set): New funs.
16014 (byte-compile-discard): Add 2 args.
16015 (byte-compile-stack-ref, byte-compile-stack-set)
16016 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16017 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16018 macroexpand-all instead.
16019 (byte-compile-quote-form): Remove.
16020 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16021 (byte-compile-bind, byte-compile-unbind): New funs.
16022 (byte-compile-let): Handle let* and lexical binding.
16023 (byte-compile-let*): Remove.
16024 (byte-compile-catch, byte-compile-unwind-protect)
16025 (byte-compile-track-mouse, byte-compile-condition-case):
16026 Handle a new :fun-body form, used for lexical scoping.
16027 (byte-compile-save-window-excursion)
16028 (byte-compile-with-output-to-temp-buffer): Remove.
16029 (byte-compile-defun): Simplify.
16030 (byte-compile-stack-adjustment): New fun.
16031 (byte-compile-out): Use it.
16032 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16033
16034 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16035 handler any more.
16036
16037 * emacs-lisp/byte-opt.el: Use lexical binding.
16038 (byte-inline-lapcode): Remove (to bytecomp).
16039 (byte-compile-inline-expand): Pay attention to inlining to/from
16040 lexically bound code.
16041 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16042 any more.
16043 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16044 any more and don't call compiler-macros.
16045 (byte-compile-splice-in-already-compiled-code): Remove.
16046 (byte-code): Don't inline any more.
16047 (disassemble-offset): Receive `bytes' as argument rather than via
16048 dynamic scoping.
16049 (byte-compile-tag-number): Declare before first use.
16050 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16051 `return' even if make-spliceable.
16052 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16053 obsolete interactive-p.
16054 (byte-optimize-lapcode): Optimize new lap-codes.
16055 Don't trip up on new form of `byte-constant' lap code.
16056
16057 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16058
16059 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16060
16061 * custom.el (custom-initialize-default, custom-declare-variable):
16062 Use `defvar'.
16063
16064 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16065 New variables.
16066 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16067 (COMPILE_FIRST): Add macroexp and cconv.
16068 * makefile.w32-in: Mirror changes in Makefile.in.
16069
16070 * vc/cvs-status.el:
16071 * vc/diff-mode.el:
16072 * vc/log-edit.el:
16073 * vc/log-view.el:
16074 * vc/smerge-mode.el:
16075 * textmodes/bibtex-style.el:
16076 * textmodes/css-mode.el:
16077 * startup.el:
16078 * uniquify.el:
16079 * minibuffer.el:
16080 * newcomment.el:
16081 * reveal.el:
16082 * server.el:
16083 * mpc.el:
16084 * emacs-lisp/smie.el:
16085 * doc-view.el:
16086 * dired.el:
16087 * abbrev.el: Use lexical binding.
16088
16089 2011-04-01 Eli Zaretskii <eliz@gnu.org>
16090
16091 * info.el (info-display-manual): New function.
16092
16093 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16096
16097 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16098
16099 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16100 an entry for that server in rcirc-authinfo. (Bug#8385)
16101
16102 2011-03-31 Glenn Morris <rgm@gnu.org>
16103
16104 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16105
16106 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16107
16108 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16109
16110 * progmodes/python.el (python-default-interpreter)
16111 (python-python-command-args, python-jython-command-args)
16112 (python-which-shell, python-which-args, python-which-bufname)
16113 (python-file-queue, python-comint-output-filter-function)
16114 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16115 variables and functions.
16116
16117 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16118
16119 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16120 (completion-in-region-mode): New minor mode.
16121 (completion-in-region): Use it.
16122 (completion-in-region--data, completion-in-region-mode-map): New vars.
16123 (completion-in-region--postch): New function.
16124 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16125 New vars.
16126 (completion--capf-wrapper): New function.
16127 (completion-at-point): Use it to track well-behavedness of
16128 hook functions.
16129 (completion-help-at-point): New command.
16130
16131 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16132
16133 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16134 syntax class to search for whitespace on a single line
16135 (Message-ID: <4D938140.4030905@redhat.com>).
16136
16137 2011-03-30 Leo Liu <sdl.web@gmail.com>
16138
16139 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16140 New commands.
16141 (edit-abbrevs-map): Bind them here.
16142 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16143
16144 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16145
16146 * allout.el (allout-hide-by-annotation, allout-flag-region):
16147 Reduce possibility of overlay leakage by making them volatile.
16148
16149 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16150 hash is not shared between buffers. Mode initialization is
16151 responsible for giving it a useful starting value.
16152 (allout-item-span): Reduce possibility of overlay leakage by
16153 making them volatile.
16154 (allout-widgets-count-buttons-in-region): Add diagnostic function
16155 for tracking down button overlay leaks.
16156
16157 2011-03-29 Leo Liu <sdl.web@gmail.com>
16158
16159 * ido.el (ido-read-internal): Use the default history var
16160 minibuffer-history if no HISTORY is specified.
16161
16162 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16163
16164 * net/imap.el (imap-shell-open, imap-process-connection-type):
16165 Use imap-process-connection-type for 'shell' streams as well as
16166 Kerberos, SSL, other subprocesses.
16167
16168 2011-03-28 Leo Liu <sdl.web@gmail.com>
16169
16170 * abbrev.el (abbrev-table-empty-p): New function.
16171 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16172 nonempty ones. (Bug#5937)
16173
16174 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16175
16176 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16177
16178 2011-03-27 Leo Liu <sdl.web@gmail.com>
16179
16180 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16181 for foreground and background colors.
16182 (ansi-color-make-color-map): Adapt.
16183
16184 2011-03-25 Leo Liu <sdl.web@gmail.com>
16185
16186 * midnight.el (midnight-time-float): Remove. Note it calculates
16187 the microsecond component incorrectly and seconds-to-time does the
16188 same job.
16189 Remove redundant (require 'timer).
16190
16191 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16192 (ido-completions): Remove unused arguments. (Bug#8329)
16193
16194 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16195
16196 * minibuffer.el (completion--flush-all-sorted-completions):
16197 Remove itself from hook.
16198 (completion-at-point): Let the functions perform the completion
16199 immediately and return nil or t.
16200 * comint.el (comint-dynamic-complete-functions): Now identical to
16201 completion-at-point-functions.
16202 (comint-dynamic-list-input-ring): Remove unused var `index'.
16203 (comint--match-partial-filename, comint--unquote&expand-filename):
16204 New funs, split from comint-match-partial-filename.
16205 (comint-dynamic-complete): Use completion-at-point.
16206 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16207
16208 2011-03-24 Drew Adams <drew.adams@oracle.com>
16209
16210 * thingatpt.el: Support `defun'.
16211
16212 2011-03-23 Leo Liu <sdl.web@gmail.com>
16213
16214 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16215
16216 * help-mode.el (help-mode-finish): Tweak regexp.
16217
16218 2011-03-23 Glenn Morris <rgm@gnu.org>
16219
16220 * eshell/esh-opt.el (eshell-eval-using-options):
16221 Do not bind unused local variable `eshell-option-stub'.
16222
16223 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16224
16225 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16226
16227 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16228 keymap variable in `with-no-warnings' to avoid a warning when the
16229 keymap has been already `defconst'ed.
16230
16231 2011-03-22 Leo Liu <sdl.web@gmail.com>
16232
16233 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16234 encode all chars in abbrevs; otherwise use emacs-mule or
16235 utf-8-emacs. (Bug#8308)
16236
16237 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16238
16239 * simple.el (backward-delete-char-untabify):
16240 Avoid warning about using `delete-backward-char'.
16241
16242 * image.el (image-type-file-name-regexps): Make it variable.
16243 `imagemagick-register-types' modifies it, and the user may want
16244 to add new extensions for known image types.
16245 (imagemagick-register-types): Throw error if not using ImageMagick.
16246
16247 2011-03-22 Leo Liu <sdl.web@gmail.com>
16248
16249 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16250 located before rcirc-prompt-end-marker.
16251 (rcirc-complete): Error if point is not after rcirc prompt.
16252 Handle the case when table is nil.
16253 (rcirc-user-authenticated): Define to fix compiler warning.
16254
16255 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
16256
16257 * custom.el (custom--inhibit-theme-enable): Make it affect only
16258 custom-theme-set-variables and custom-theme-set-faces.
16259 (provide-theme): Ignore custom--inhibit-theme-enable.
16260 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16261 (custom-enabling-themes): Delete variable.
16262 (enable-theme): Accept only loaded themes as arguments.
16263 Ignore the special custom-enabled-themes variable.
16264 (custom-enabled-themes): Forbid themes from setting this.
16265 Eliminate use of custom-enabling-themes.
16266 (custom-push-theme): Quote "changed" custom var entry.
16267
16268 2011-03-21 Leo Liu <sdl.web@gmail.com>
16269
16270 * ido.el (ido-read-internal): Add ido-selected to history instead
16271 of user input.
16272
16273 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16274
16275 * subr.el (deferred-action-list, deferred-action-function):
16276 Mark obsolete.
16277
16278 2011-03-21 Leo Liu <sdl.web@gmail.com>
16279
16280 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16281 change on 2011-02-13 (bug#8309).
16282
16283 * minibuffer.el (read-file-name-function): Change default value.
16284 (read-file-name--defaults): Rename from read-file-name-defaults.
16285 (read-file-name-default): Rename from read-file-name.
16286 (read-file-name): Call read-file-name-function.
16287
16288 2011-03-21 Glenn Morris <rgm@gnu.org>
16289
16290 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16291 Doc fixes.
16292
16293 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
16294
16295 * cus-theme.el: Add missing provide statement.
16296 (customize-create-theme): Extract theme value correctly.
16297 (custom-theme-visit-theme): Autoload.
16298 (customize-create-theme): Prompt before inserting default faces.
16299
16300 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16301
16302 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16303 units and musical notes.
16304
16305 2011-03-20 Leo Liu <sdl.web@gmail.com>
16306
16307 * ido.el (ido-read-internal): Use completing-read-default.
16308 (ido-completing-read): Fix compatibility with completing-read.
16309
16310 2011-03-20 Christian Ohler <ohler@gnu.org>
16311
16312 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16313 (ert-delete-all-tests): Use `called-interactively-p' rather than
16314 `interactive-p'.
16315 (ert--make-xrefs-region): Respect END.
16316
16317 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16318
16319 * dired-aux.el (dired-create-directory): Signal an error if the
16320 directory already exists (Bug#8246).
16321
16322 * facemenu.el (list-colors-display): Call list-faces-display
16323 inside with-help-window.
16324 (list-colors-print): Use display property to align the final
16325 column, instead of checking window-width.
16326
16327 2011-03-19 Eli Zaretskii <eliz@gnu.org>
16328
16329 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16330 windows-nt systems.
16331 (emerge-protect-metachars): Quote correctly for ms-dos and
16332 windows-nt systems.
16333
16334 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
16335
16336 * info.el (info-initialize): Replace all uses of `:' with
16337 path-separator for compatibility with non-Unix systems.
16338 Cache quoting of path-separator. (Bug#8258)
16339
16340 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16341
16342 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16343 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16344 (mouse-avoidance-mode): Fix typos in docstrings.
16345
16346 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16347
16348 * startup.el (package-subdirectory-regexp): Move from package.el.
16349 Omit \\` and \\', and let callers add them.
16350
16351 * emacs-lisp/package.el (package-strip-version)
16352 (package-load-all-descriptors): Add \\` and \\' to
16353 package-subdirectory-regexp before using it.
16354 (package-untar-buffer): New arg DIR; ensure that file untars only
16355 into this expected directory. Remove superfluous delete-region.
16356 (package-unpack): Caller changed.
16357 (package-tar-file-info): Use package-subdirectory-regexp.
16358
16359 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16360
16361 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16362 diff-mode-shared-map (bug#8284).
16363 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16364
16365 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16366
16367 * calendar/time-date.el (format-seconds): Use assoc instead of
16368 assoc-string, since assoc-string doesn't exist in XEmacs.
16369
16370 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
16371
16372 * custom.el (custom-known-themes): Reflow docstring.
16373 (custom-theme-load-path): Fix typo in docstring.
16374 (load-theme): Fix typo in error message.
16375 (custom-available-themes, custom-variable-theme-value):
16376 Use `let', not `let*'.
16377
16378 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16379
16380 * calc/README: Mention inclusion of musical notes.
16381
16382 * calc/calc-units.el (calc-lu-quant): Rename from
16383 `calc-logunits-quantity'.
16384 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16385 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16386 (calc-db): Rename from `calc-dblevel'.
16387 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16388 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16389 (calc-np): Rename from `calc-nplevel'.
16390 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16391 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16392 (calc-lu-plus): Rename from `calc-logunits-add'.
16393 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16394 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16395 (calc-lu-minus): Rename from `calc-logunits-sub'.
16396 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16397 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16398 (calc-lu-times): Rename from `calc-logunits-mul'.
16399 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16400 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16401 (calc-lu-divide): Rename from `calc-logunits-div'.
16402 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16403 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16404
16405 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16406 functions being autoloaded.
16407
16408 * calc/calc.el (calc-lu-power-reference): Rename from
16409 `calc-logunits-power-reference'.
16410 (calc-lu-field-reference): Rename from
16411 `calc-logunits-field-reference'.
16412
16413 * calc/calc-help.el (calc-l-prefix-help):
16414 Mention musical note functions.
16415
16416 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16417
16418 * minibuffer.el (completion-all-sorted-completions):
16419 Use :completion-cycle-penalty text property if present.
16420
16421 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16422
16423 * allout.el (allout-yank-processing): Adjust for new rebulleting
16424 regime so bullet being yanked is used without prompting the user
16425 for a choice.
16426
16427 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16428
16429 * startup.el (command-line): Warn the user that _emacs is deprecated.
16430
16431 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16432
16433 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16434 (delphi-verbose, delphi-comment-face, delphi-string-face)
16435 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16436 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16437 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16438 (delphi-new-comment-line, delphi-font-lock-defaults)
16439 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16440 Fix typos in docstrings.
16441
16442 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16443
16444 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16445 Invert the roles of character and string values for INSTEAD, so a
16446 string is used for the more common case of a defaulting prompt.
16447
16448 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16449
16450 * progmodes/ruby-mode.el (ruby-backward-sexp):
16451 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16452 * play/gamegrid.el (gamegrid-make-face):
16453 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16454 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16455 * notifications.el (notifications-notify):
16456 * net/xesam.el (xesam-search-engines):
16457 * net/quickurl.el (quickurl-list-insert):
16458 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16459
16460 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
16461
16462 * startup.el (command-line): Update package subdirectory regexp.
16463
16464 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16465
16466 * allout.el (allout-abbreviate-flattened-numbering)
16467 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16468
16469 * subr.el (read-char-choice): Only show the cursor after the prompt,
16470 not after the answer.
16471
16472 2011-03-15 Kevin Ryde <user42@zip.com.au>
16473
16474 * help-fns.el (variable-at-point): Skip leading quotes, if any
16475 (bug#8253).
16476
16477 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16478
16479 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16480 warning message.
16481
16482 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
16483
16484 * shell.el (shell): When called interactively, offer to change the
16485 shell file name on remote hosts.
16486
16487 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16488
16489 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16490 integration for LDAP parameters. The host, base, user or binddn,
16491 and secret tokens can be specified in a netrc file, for instance.
16492 This is optional because an `auth-source' parameter must be
16493 specified in the search attributes.
16494
16495 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
16496
16497 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16498
16499 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16502 into declaration. Remove redundant and harmful binding.
16503
16504 2011-03-12 Eli Zaretskii <eliz@gnu.org>
16505
16506 * files.el (file-ownership-preserved-p): Pass `integer' as an
16507 explicit 2nd argument to `file-attributes'. If the file's owner
16508 is the Administrators group on Windows, and the current user is
16509 Administrator, consider that a match.
16510
16511 * server.el (server-ensure-safe-dir): Consider server directory
16512 safe on MS-Windows if its owner is the Administrators group while
16513 the current Emacs user is Administrator. Use `=' to compare
16514 numerical UIDs, since they could be integers or floats.
16515
16516 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
16517
16518 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16519
16520 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
16521
16522 Sync with Tramp 2.2.1.
16523
16524 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16525
16526 * net/trampver.el: Update release number.
16527
16528 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16529
16530 * progmodes/compile.el (compilation--previous-directory): Fix up
16531 various nil/dead-marker mismatches (bug#8014).
16532 (compilation-directory-properties, compilation-error-properties):
16533 Don't call it at a position past the one we're about to change.
16534
16535 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16536 Disable obsolescence warnings in the file that declares it.
16537
16538 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16539
16540 * allout-widgets.el (allout-widgets-tally):
16541 Initialize allout-widgets-tally as a hash table rather than nil to
16542 prevent mode-line redisplay warnings. Also, clarify the module
16543 description and fix a comment typo.
16544
16545 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
16546
16547 * help-fns.el (describe-variable): Don't complete keywords.
16548 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16549
16550 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
16551
16552 * emacs-lisp/package.el (package-version-join): Impose a standard
16553 string representation for pre/alpha/beta version lists.
16554 (package-unpack-single): Standardize the directory name by passing
16555 it through package-version-join.
16556 (package-strip-rcs-id): Accept any version string that does not
16557 signal an error in version-to-list.
16558
16559 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
16560
16561 * simple.el (delete-trailing-whitespace): Return nil for the
16562 benefit of `write-file-functions'.
16563
16564 2011-03-10 Glenn Morris <rgm@gnu.org>
16565
16566 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16567
16568 * vc/vc-git.el (vc-git-program): New option.
16569 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16570 (vc-git--call): Use it.
16571
16572 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16573
16574 * cus-edit.el (Custom-newline): If no button at point, look
16575 for a subgroup button at start-of-line. (Bug#2298)
16576
16577 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16578
16579 2011-03-10 Julien Danjou <julien@danjou.info>
16580
16581 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16582 `cursor-type' is nil.
16583
16584 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16585
16586 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16587
16588 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16589
16590 * allout.el: Change so yank of distinctive-bullet items
16591 preserves the existing header prefix, rebulleting it if necessary,
16592 rather than replacing it. This is necessary for proper operation
16593 of cooperative addons like allout-widgets.
16594 (allout-make-topic-prefix, allout-rebullet-heading):
16595 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16596 value as alternate bullet to be used, instead of prompting the user
16597 for a bullet character.
16598
16599 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
16600
16601 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16602 Do not use `tramp-file-name-port', because this returns also
16603 `tramp-default-port'.
16604
16605 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16606
16607 * net/rcirc.el (rcirc-handler-001): Remove useless
16608 with-rcirc-process-buffer.
16609 (rcirc-check-auth-status): Swap arguments to string-match.
16610
16611 2011-03-09 Glenn Morris <rgm@gnu.org>
16612
16613 * shell.el (shell-mode):
16614 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16615
16616 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16617 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16618
16619 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16620
16621 * emacs-lisp/package.el (package-refresh-contents)
16622 (package-menu-execute): Use condition-case-no-debug.
16623
16624 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
16625
16626 * simple.el (shell-command-to-string): Use `process-file'.
16627
16628 * emacs-lisp/package.el (package-tar-file-info): Handle also
16629 remote files.
16630
16631 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16632 Use `equal' for upload base check.
16633
16634 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16635
16636 * textmodes/texinfo.el (texinfo-environments):
16637 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16638
16639 2011-03-08 Glenn Morris <rgm@gnu.org>
16640
16641 * cus-start.el (cursor-in-non-selected-windows):
16642 Fix :set quoting oddness. (Bug#8192)
16643
16644 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16645 in some setf expressions. (Bug#2159)
16646
16647 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16648
16649 * custom.el (custom-available-themes): Return themes in
16650 alphabetical order.
16651
16652 See ChangeLog.15 for earlier changes.
16653
16654 ;; Local Variables:
16655 ;; coding: utf-8
16656 ;; End:
16657
16658 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16659
16660 This file is part of GNU Emacs.
16661
16662 GNU Emacs is free software: you can redistribute it and/or modify
16663 it under the terms of the GNU General Public License as published by
16664 the Free Software Foundation, either version 3 of the License, or
16665 (at your option) any later version.
16666
16667 GNU Emacs is distributed in the hope that it will be useful,
16668 but WITHOUT ANY WARRANTY; without even the implied warranty of
16669 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16670 GNU General Public License for more details.
16671
16672 You should have received a copy of the GNU General Public License
16673 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.