In pp-display-expression select old selected window only if it is still live (Bug...
[bpt/emacs.git] / lisp / ChangeLog
1 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
2
3 * emacs-lisp/pp.el (pp-display-expression): Select old selected
4 window only if it is still live (Bug#12034).
5
6 2012-07-25 Martin Rudalics <rudalics@gmx.at>
7
8 * subr.el (redirect-frame-focus): Add advertised calling
9 convention (Bug#12030).
10
11 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
12
13 Prefer typical American spelling for "acknowledgment".
14 * vc/add-log.el (change-log-acknowledgment): Rename from
15 change-log-acknowledgement, with an alias for the old name.
16
17 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
18
19 * calc-alg.el (math-simplify-divide): Don't cross multiply
20 in an equation when the lhs is a variable.
21
22 2012-07-24 Julien Danjou <julien@danjou.info>
23
24 * net/netrc.el (netrc-find-service-number, netrc-store-data):
25 Remove, unused.
26
27 2012-07-23 Eli Zaretskii <eliz@gnu.org>
28
29 * startup.el (command-line): Don't display an empty user name in
30 the error message about non-existent home directory, when
31 init-file-user was set to an empty string. See
32 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
33 for the details and context.
34
35 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
36
37 * ses.el (ses-cell-formula-aset): New macro.
38 (ses-cell-references-aset): New macro.
39 (ses-cell-p): New function.
40 (ses-rename-cell): Do no longer rely on complex operations like
41 ses-cell-set-formula or ses-set-cell to change the cell and handle
42 the undo at the same time, but rather use lower level new macros
43 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
44 the undo directly. Refresh the mode line.
45
46 2012-07-21 Leo Liu <sdl.web@gmail.com>
47
48 * progmodes/cc-cmds.el (c-defun-name): Use
49 match-string-no-properties instead for consistency.
50
51 2012-07-20 Leo Liu <sdl.web@gmail.com>
52
53 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
54 (Bug#7879)
55
56 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
57
58 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
59
60 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
61 * progmodes/bug-reference.el, misearch.el: Provide themselves
62 (bug#11915).
63
64 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
65 of narrowed buffer (bug#11966).
66
67 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
68
69 * ses.el (ses-rename-cell): Set new name also in reference list of
70 cells of which the renamed cell depends.
71
72 2012-07-20 Masatake YAMATO <yamato@redhat.com>
73
74 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
75 to check whether menu-bar is shown or not. If not shown,
76 show the menu-bar as a popup menu instead of using tmm.
77 * mouse.el (popup-menu): Accept `point' as `position' argument.
78
79 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
80
81 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
82 up inside string symbol literal (bug#11923).
83
84 2012-07-20 Eli Zaretskii <eliz@gnu.org>
85
86 * startup.el (fancy-startup-text): Read the whole tutorial, not
87 just its first 256 bytes. Prevents gibberish in display of the
88 tutorial title.
89
90 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
91
92 Drop idle buffer compaction due to an absence of the
93 proved efficiency.
94 * compact.el: Remove.
95
96 2012-07-19 Sam Steingold <sds@gnu.org>
97
98 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
99 vc-bzr-pull & vc-bzr-merge-branch.
100 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
101 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
102 for consistency with compilation-error-regexp-alist.
103 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
104 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
105 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
106 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
107
108 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * emacs-lisp/chart.el: Use lexical-binding.
111 (chart-emacs-storage): Don't hardcode the list of entries.
112
113 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
114
115 Next round of tweaks caused by Fgarbage_collect changes.
116 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
117
118 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
119
120 Compact buffers when idle.
121 * compact.el: New file.
122
123 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
124
125 * subr.el (eventp): Presume that if it looks vaguely like an event,
126 it's an event (bug#10190).
127
128 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
129
130 Enhancements to ppss related code (thanks Stefan).
131 * progmodes/python.el (python-indent-context)
132 (python-indent-calculate-indentation, python-indent-dedent-line)
133 (python-indent-electric-colon, python-nav-forward-block)
134 (python-mode-abbrev-table)
135 (python-info-assignment-continuation-line-p): Simplify checks
136 for ppss context.
137 (python-info-continuation-line-p): Cleanup.
138 (python-info-ppss-context): Do not catch 'quote.
139 (python-info-ppss-context-type)
140 (python-info-ppss-comment-or-string-p): Simplify.
141
142 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
143
144 * progmodes/python.el: Enhancements to eldoc support.
145 (python-info-current-symbol): New function.
146 (python-eldoc-at-point): Use python-info-current-symbol.
147 (python-info-current-defun): Fix cornercase on first defun scan.
148 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
149 and signal error when no inferior python process is available.
150
151 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
152
153 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
154 assume it's always t.
155 (vc-git-registered): Remove caching, the function is only called
156 once.
157 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
158
159 2012-07-18 Chong Yidong <cyd@gnu.org>
160
161 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
162
163 * simple.el (count-words): Report on narrowing (Bug#9959).
164
165 * bindings.el: Bind M-= to count-words.
166
167 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
168
169 2012-07-18 Masatake YAMATO <yamato@redhat.com>
170
171 * progmodes/sh-script.el (sh-imenu-generic-expression):
172 Capture a function with `function' keyword and without parentheses
173 like "function FOO" (bug#11856).
174
175 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
176
177 * window.el (split-window-sensibly): Make WINDOW argument
178 optional.
179
180 2012-07-18 Chong Yidong <cyd@gnu.org>
181
182 * subr.el (keyboard-translate): Doc fix (Bug#7261).
183
184 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
185 and make C-x 8 RET exit isearch (Bug#11439).
186
187 * international/iso-transl.el: Move isearch-mode-map key
188 definitions to isearch.el.
189
190 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
193 (eieio-defclass): Use gv-define-setter when possible.
194
195 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
196
197 Reflect recent changes in Fgarbage_collect.
198 * emacs-lisp/chart.el (chart-emacs-storage): Change to
199 reflect new format of data returned by Fgarbage_collect.
200
201 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
202
203 New utility functions + python-info-ppss-context fix (Bug#11910).
204 * progmodes/python.el (python-info-beginning-of-block-statement-p)
205 (python-info-ppss-comment-or-string-p): New functions.
206 (python-info-ppss-context): Small fix for string check.
207
208 2012-07-17 Juri Linkov <juri@jurta.org>
209
210 * dired-aux.el (dired-do-async-shell-command): Doc fix.
211 (dired-do-async-shell-command): Don't add `*' at the end of the
212 command (Bug#11815).
213 (dired-do-shell-command): Doc fix.
214 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
215 Join the individual commands using either "&" or ";" as the
216 separator depending on the values of these trailing characters.
217 At the end re-add the trailing "&". (Bug#10598)
218
219 * simple.el (async-shell-command): Sync the interactive spec with
220 `shell-command'. Doc fix.
221 (shell-command): Doc fix.
222
223 2012-07-17 Juri Linkov <juri@jurta.org>
224
225 * descr-text.el (describe-char): Fix format args. (Bug#10129)
226
227 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
228
229 Final renames and doc fixes for movement commands (bug#11899).
230 * progmodes/python.el (python-nav-beginning-of-statement):
231 Rename from python-nav-statement-start.
232 (python-nav-end-of-statement): Rename from
233 python-nav-statement-end.
234 (python-nav-beginning-of-block): Rename from
235 python-nav-block-start.
236 (python-nav-end-of-block): Rename from python-nav-block-end.
237
238 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
239
240 * progmodes/python.el (python-shell-send-string-no-output):
241 Allow accept-process-output to quit, keeping shell process ready for
242 future interactions (Bug#11868).
243
244 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
245
246 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
247
248 * emacs-lisp/elint.el (elint-find-args-in-code):
249 Use help-function-arglist, so as to handle lexical byte-code.
250
251 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
252 change (bug#11826).
253
254 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
255
256 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
257 Avoid spuriously marking the buffer as modified because of c-is-sws.
258
259 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
260 as not-a-comment (bug#11946).
261
262 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
263 for uninterned vars.
264
265 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
266 Use read-event since we don't really want to read chars but bytes.
267
268 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
269 $$..$$ but also $..$ using regexps (bug#11953).
270 Use tex-verbatim for \url and \path.
271 (tex-font-lock-keywords): Define as defconst like the others.
272 (tex-common-initialization): Don't use font-lock-syntax-table any more.
273
274 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
275
276 * international/mule-cmds.el (ucs-insert): Make it an obsolete
277 alias for insert-char.
278
279 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
280
281 * progmodes/python.el: Simplified imenu implementation.
282 (python-nav-jump-to-defun): Remove command.
283 (python-mode-map): Use `imenu' instead.
284 (python-nav-list-defun-positions-cache)
285 (python-imenu-include-defun-type, python-imenu-make-tree)
286 (python-imenu-subtree-root-label, python-imenu-index-alist):
287 Remove vars.
288 (python-nav-list-defun-positions, python-nav-read-defun)
289 (python-imenu-tree-assoc, python-imenu-make-element-tree)
290 (python-imenu-make-tree, python-imenu-create-index):
291 Remove functions.
292 (python-mode): Update to interact with imenu by setting
293 `imenu-extract-index-name-function' only.
294
295 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
296
297 * progmodes/python.el: Enhancements to navigation commands.
298 (python-nav-backward-sentence)
299 (python-nav-forward-sentence): Remove.
300 (python-nav-backward-statement, python-nav-forward-statement)
301 (python-nav-statement-start, python-nav-statement-end)
302 (python-nav-backward-block, python-nav-forward-block)
303 (python-nav-block-start, python-nav-block-end)
304 (python-nav-forward-sexp-function)
305 (python-info-current-line-comment-p)
306 (python-info-current-line-empty-p): New functions.
307 (python-indent-context): Use `python-nav-statement-start'.
308
309 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
310
311 * eshell/em-ls.el (eshell/ls): Use `apply'.
312
313 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
314 multi-hops, instead of Tramp internals.
315
316 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
317
318 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
319 when F1 and F2 are located on different hosts.
320
321 2012-07-14 Chong Yidong <cyd@gnu.org>
322
323 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
324 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
325 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
326 (xterm-mouse--read-event-sequence-1000)
327 (xterm-mouse--read-event-sequence-1006): New functions. For old
328 mouse protocol, handle M-mouse-X events correctly.
329 (xterm-mouse-event): New arg specifying mouse protocol.
330 (turn-on-xterm-mouse-tracking-on-terminal)
331 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
332 sequence to toggle extended coordinates on newer XTerms.
333 This appears to be harmless on terminals which do not support this.
334
335 2012-07-14 Leo Liu <sdl.web@gmail.com>
336
337 Add fringe bitmap indicators for flymake. (Bug#11253)
338 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
339 (flymake-make-overlay): New arg BITMAP.
340 (flymake-error-bitmap, flymake-warning-bitmap)
341 (flymake-fringe-indicator-position): New user variables.
342
343 * fringe.el: New bitmap exclamation-mark.
344
345 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
346
347 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
348 also (Bug#7879).
349
350 2012-07-14 Chong Yidong <cyd@gnu.org>
351
352 * electric.el (electric-pair-post-self-insert-function): Fix pair
353 insertion in empty-region case (Bug#11520).
354
355 2012-07-14 Chong Yidong <cyd@gnu.org>
356
357 * bindings.el: Consolidate ctl-x-r-map bindings.
358 Bind copy-rectangle-as-kill to C-x r w.
359
360 * rect.el, register.el: Move bindings to bindings.el.
361
362 2012-07-14 Reuben Thomas <rrt@sc3d.org>
363
364 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
365
366 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
367
368 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
369
370 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
371
372 * bindings.el (top): Use `mapc' instead of `mapcar'.
373
374 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
375
376 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
377
378 * progmodes/sql.el (sql-comint): Suppress the check for program on
379 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
380 (Bug#11908)
381
382 2012-07-13 Chong Yidong <cyd@gnu.org>
383
384 * bindings.el: Assign a non-nil permanent-local property to
385 per-buffer variables which lack a default value (Bug#11930).
386
387 * help-fns.el (describe-variable): In the "automatically becomes
388 local" notice, take note of permanent-local variables.
389
390 2012-07-13 Chong Yidong <cyd@gnu.org>
391
392 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
393 to allow printing the message when called from Lisp.
394
395 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
396 Remove toggle-read-only.
397
398 * bs.el (bs-toggle-readonly):
399 * buff-menu.el (Buffer-menu-toggle-read-only):
400 Remove with-no-warnings around toggle-read-only.
401
402 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
403 Remove with-no-warnings around toggle-read-only.
404 (ffap-read-only, ffap-read-only-other-window)
405 (ffap-read-only-other-frame): Callers changed.
406
407 * help-mode.el: Don't require view package.
408 (help-mode-finish): Set buffer-read-only instead of calling
409 toggle-read-only.
410
411 * bindings.el (mode-line-toggle-read-only):
412 * dired.el (dired-toggle-read-only):
413 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
414 with non-nil second arg.
415
416 * emacs-lisp/eieio-custom.el (eieio-customize-object):
417 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
418 directly.
419
420 2012-07-12 Eli Zaretskii <eliz@gnu.org>
421
422 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
423 not incf.
424
425 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
426
427 More CL cleanups and reduction of use of cl.el.
428 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
429 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
430 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
431 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
432 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
433 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
434 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
435 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
436 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
437 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
438 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
439 * eshell/em-cmpl.el, eshell/em-banner.el:
440 * calendar/parse-time.el: Use cl-lib.
441 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
442 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
443 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
444 * term/ns-win.el, term.el, shell.el, ps-samp.el:
445 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
446 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
447 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
448 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
449 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
450 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
451 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
452 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
453 `lambda' rather than with `quote'.
454 (eshell-do-opt): Adjust accordingly.
455 (eshell-process-option): Simplify.
456 * eshell/esh-var.el:
457 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
458 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
459 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
460 to `pcase--dontcare'.
461 * emacs-lisp/cl.el (labels): Mark obsolete.
462 (cl--letf, letf): Move to cl-lib.
463 (cl--letf*, letf*): Remove.
464 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
465 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
466 (cl-progv): Rewrite.
467 (cl--letf, cl-letf): Move from cl.el.
468 (cl-letf*): New macro.
469 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
470
471 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
472
473 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
474
475 2012-07-11 Chong Yidong <cyd@gnu.org>
476
477 * vc/log-edit.el (log-edit-vc-backend): New variable.
478 (log-edit): Doc fix.
479
480 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
481 argument of log-edit to set up all local variables.
482 (vc-start-logentry): New optional arg specifying VC backend.
483
484 * vc/vc.el (vc-checkin): Use it.
485 (vc-deduce-fileset): Handle Log Edit buffers.
486 (vc-diff): Make first argument optional too.
487
488 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
489
490 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
491
492 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
493 command, just in case. The function is not needed anymore.
494 (eshell-external-command): Do not call `eshell-remote-command'.
495
496 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 Reduce use of (require 'cl).
499 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
500 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
501 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
502 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
503 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
504 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
505 * battery.el, avoid.el, abbrev.el: Use cl-lib.
506 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
507 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
508 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
509 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
510 * calculator.el, autorevert.el, apropos.el: Don't require CL.
511 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
512 (byte-compile-unfold-bcf, byte-compile-check-variable):
513 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
514 (byte-compile-nilconstp):
515 * emacs-lisp/autoload.el (make-autoload): Use pcase.
516 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
517
518 * emacs-lisp/gv.el (cond): Make it a valid place.
519 (if): Simplify slightly.
520
521 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
522 (pcase--self-quoting-p): New function.
523 (pcase--u1): Use it.
524
525 2012-07-10 Glenn Morris <rgm@gnu.org>
526
527 * emacs-lisp/authors.el (authors-fixed-entries):
528 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
529
530 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
531
532 Rename configure.in to configure.ac (Bug#11603).
533 * emacs-lisp/authors.el (authors-canonical-file-name):
534 * progmodes/autoconf.el (autoconf-mode):
535 Prefer configure.ac to configure.in.
536
537 2012-07-08 Chong Yidong <cyd@gnu.org>
538
539 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
540 Implement the mouse-1-click-follows-link handling properly.
541
542 * info.el (Info-link-keymap): Use follow-link mechanism for
543 header-line links (Bug#374).
544
545 * simple.el (deactivate-mark): Do not set the primary selection
546 if another program has acquired it (Bug#11772).
547
548 2012-07-07 Kevin Ryde <user42@zip.com.au>
549
550 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
551 (woman-decode-region): Replace escaped-escapes without destroying
552 bold or underline (Bug#11552).
553 (woman2-process-escapes): Handle nofill regions (Bug#11591).
554
555 2012-07-07 Chong Yidong <cyd@gnu.org>
556
557 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
558 (interprogram-cut-function, interprogram-paste-function):
559 Mention that we typically mean the clipboard.
560
561 2012-07-06 Glenn Morris <rgm@gnu.org>
562
563 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
564
565 * files.el (toggle-read-only): Restrict message to interactive use.
566
567 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
568
569 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
570
571 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
572
573 2012-07-06 Glenn Morris <rgm@gnu.org>
574
575 * Makefile.in (compile-one-process): Rename from "recompile".
576
577 * Makefile.in (bzr-update): "compile" is the same as "recompile
578 autoloads", but parallelizable, so use that instead.
579
580 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
581
582 * window.el (quit-window): Always restore window height when
583 it's saved in quit-restore parameter (Bug#11810).
584
585 2012-07-06 Glenn Morris <rgm@gnu.org>
586
587 * simple.el (kill-whole-line): Doc tweak.
588
589 2012-07-06 Eli Zaretskii <eliz@gnu.org>
590
591 * files.el (file-relative-name): Compare file names
592 case-insensitively if on MS-Windows or MS-DOS, or if
593 read-file-name-completion-ignore-case is non-nil. Don't use
594 case-fold-search for this purpose. (Bug#11827)
595
596 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
597
598 * calendar/cal-dst.el (calendar-current-time-zone):
599 Return calendar-current-time-zone-cache if non-nil.
600
601 2012-07-17 Masatake YAMATO <yamato@redhat.com>
602 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
603
604 * calendar/cal-dst.el (calendar-current-time-zone):
605 Return calendar-current-time-zone-cache if non-nil.
606
607 2012-07-06 Glenn Morris <rgm@gnu.org>
608
609 * Makefile.in (cvs-update): Remove old alias.
610
611 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
612
613 Sync with Tramp 2.2.6-pre.
614
615 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
616 compatible declaration.
617
618 * net/tramp-cmds.el (tramp-append-tramp-buffers):
619 Protect `list-load-path-shadows' call.
620
621 * net/tramp-compat.el (top): Require packages, which aren't
622 autoloaded anymore for XEmacs. Protect call of
623 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
624 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
625 it hurts at least for SXEmacs.
626 (tramp-compat-temporary-file-directory): In XEmacs, there is no
627 standard-value for `temporary-file-directory'.
628
629 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
630 Redirect stderr to /dev/null.
631 (tramp-sh-handle-write-region): uid and gid can be floats.
632 Reported by Russell Sim <russell.sim@gmail.com>.
633 (tramp-sh-handle-vc-registered): Hide errors.
634 (tramp-vc-file-name-handler): Use dummy results for `process-file'
635 and `start-file-process'.
636 (tramp-maybe-open-connection): Check also whether `non-essential'
637 is bound.
638
639 2012-07-04 Chong Yidong <cyd@gnu.org>
640
641 * xml.el (xml--parse-buffer): Use xml-syntax-table.
642 (xml-parse-tag): Likewise, and avoid changing entity tables.
643 (xml-syntax-table): Define from scratch, making sure not to give
644 x2000 and other Unicode spaces whitespace syntax, since those are
645 not spaces in XML.
646 (xml-parse-fragment): Delete unused function.
647 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
648 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
649 (xml-entity-ref, xml-pe-reference-re)
650 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
651 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
652 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
653 (xml-entity-value-re): Use syntax references in regexps where
654 possible; no need to define inside a let-binding.
655 (xml-parse-dtd): Use xml-pe-reference-re.
656 (xml-entity-or-char-ref-re): New defconst.
657 (xml-parse-string, xml-substitute-special): Use it.
658
659 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * files.el (locate-dominating-file): Allow `name' to be a predicate.
662 (find-file--read-only): New function.
663 (find-file-read-only, find-file-read-only-other-window)
664 (find-file-read-only-other-frame): Use it.
665 (insert-file-contents-literally): Don't `fset'.
666 (get-free-disk-space): Use locate-dominating-file.
667
668 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
669 function is already compiled.
670
671 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
672
673 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
674
675 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
676 files on the same host.
677
678 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
679
680 * help-fns.el (describe-function-1): Only call
681 help-fns--autoloaded-p when we have a file name. (Bug#11848)
682
683 2012-07-03 Chong Yidong <cyd@gnu.org>
684
685 * xml.el: Protect parser against XML bombs.
686 (xml-entity-expansion-limit): New variable.
687 (xml-parse-string, xml-substitute-special): Use it.
688 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
689
690 2012-07-03 Glenn Morris <rgm@gnu.org>
691
692 * progmodes/bug-reference.el (bug-reference-bug-regexp):
693 Allow linking to specific messages in debbugs reports (eg 123#5).
694
695 2012-07-02 Chong Yidong <cyd@gnu.org>
696
697 * xml.el: Fix entity and character reference expansion, allowing
698 them to expand into markup as per XML spec.
699 (xml-default-ns): New variable.
700 (xml-entity-alist): Use XML spec definitions for lt and amp.
701 (xml-parse-region): Make first two arguments optional.
702 Discard text properties.
703 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
704 All callers changed.
705 (xml-parse-tag): Call xml-parse-tag-1. For backward
706 compatibility, this function should not modify buffer contents.
707 (xml-parse-tag-1): Fix opening-tag regexp.
708 (xml-parse-string): Rewrite, handling entity and character
709 references properly.
710 (xml--entity-replacement-text): Signal an error if a parameter
711 entity is undefined.
712
713 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
714
715 * comint.el (comint-output-filter): Filter out repeated prompts.
716
717 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
718 and file-name-absolute-p.
719 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
720 internal calls.
721
722 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
723
724 Spelling fixes.
725 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
726 Rename from byte-compile--refiy-function. All uses changed.
727
728 2012-07-01 Chong Yidong <cyd@gnu.org>
729
730 * xml.el (xml--parse-buffer): New function. Move most of
731 xml-parse-region here.
732 (xml-parse-region): Copy region into a temporary buffer, since
733 parameter entity substitution requires changing buffer contents.
734 Use xml--parse-buffer.
735 (xml-parse-file): Use xml--parse-buffer.
736 (xml-parse-dtd): Make parameter entity substitution work right.
737 Use proper regexps for ELEMENT declarations (Bug#7172).
738
739 2012-06-30 Glenn Morris <rgm@gnu.org>
740
741 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
742
743 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
744 Remove outdated and unnecessary dbus declarations.
745
746 2012-06-30 Eli Zaretskii <eliz@gnu.org>
747
748 * emacs-lisp/timer.el (timer-until): Subtract results of
749 float-time, instead of taking float-time of the result of
750 time-subtract, since float-time signals an error for negative time
751 arguments.
752
753 2012-06-30 Chong Yidong <cyd@gnu.org>
754
755 * xml.el (xml-*-re): Convert defvars into defconsts, and
756 eval-and-compile them so eval-and-compile works on derivatives.
757 (xml--entity-replacement-text): Use eval-and-comple.
758
759 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
760
761 * vc/vc-git.el (vc-git-registered): Use cache property
762 `git-registered'.
763 (vc-git-mode-line-string): Call `vc-working-revision' instead of
764 `vc-git-working-revision' in order to benefit from the cache.
765 (vc-git-root): Use cache property `git-root'. (Bug#11757)
766
767 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
768
769 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
770 removed (likely outside Emacs). (Bug#11757)
771
772 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * emacs-lisp/cl-lib.el: Require macroexp.
775
776 2012-06-30 Chong Yidong <cyd@gnu.org>
777
778 * xml.el: Implement XML parameter entities.
779 (xml-parameter-entity-alist): New variable.
780 (xml-parse-region, xml-parse-fragment): Preserve previous values
781 of xml-entity-alist and xml-parameter-entity-alist, so that
782 repeated calls on different documents do not change them.
783 (xml-parse-tag): Fix doctype regexp.
784 (xml--entity-replacement-text): New function.
785 (xml-parse-dtd): Use it. Don't handle system entities; doing that
786 properly requires url retrieval which is unimplemented.
787 (xml-escape-string): Doc fix.
788
789 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
790
791 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
792
793 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
794
795 * fringe.el (fringe-mode): Doc fix.
796
797 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
798
799 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
800 is non-nil.
801 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
802 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
803
804 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
805
806 * calendar/cal-dst.el (calendar-current-time-zone):
807 Return calendar-current-time-zone-cache if non-nil.
808
809 2012-06-29 Masatake YAMATO <yamato@redhat.com>
810
811 * progmodes/which-func.el (which-func-format):
812 Add mouse-face. (Bug#11698)
813
814 2012-06-29 Leo Liu <sdl.web@gmail.com>
815
816 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
817
818 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * minibuffer.el (minibuffer-confirm-exit-commands):
821 Add completion-at-point (bug#11725).
822
823 2012-06-29 Glenn Morris <rgm@gnu.org>
824
825 * progmodes/f90.el (f90-font-lock-keywords-2):
826 Add some preprocessor elements. (Bug#10499)
827
828 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * progmodes/cperl-mode.el (cperl-update-syntaxification):
831 Use syntax-propertize (bug#11739).
832
833 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
834
835 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
836
837 2012-06-28 Julien Danjou <julien@danjou.info>
838
839 * term.el (term-handle-colors-array): Use a set of new faces to
840 color the terminal. Also uses :inverse-video property.
841 (term-default-fg-color): Set to nil by default, deprecate in favor
842 of `term-face'.
843 (term-default-bg-color): Set to nil by default, deprecate in favor
844 of `term-face'.
845 (term-current-face): Use `term-face' by default.
846 (term-bold-attribute): Variable deleted.
847
848 2012-06-28 Glenn Morris <rgm@gnu.org>
849
850 * simple.el (completion-list-mode-finish):
851 Don't use toggle-read-only. (Since completion-list-mode has
852 a special mode-class, it wasn't doing anything extra anyway.)
853
854 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 Make inlining of other-mode interpreted functions work (bug#11799).
857 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
858 (byte-compile): Use it to fix compilation of lexical-binding closures.
859 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
860 function, if needed.
861
862 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * help-mode.el (help-make-xrefs): Don't just withstand
865 cyclic-variable-indirection but any error in documentation-property.
866
867 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
868 memory use.
869 * bindings.el (bindings--define-key): New function.
870 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
871 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
872 * bindings.el: Use it to purecopy define-key bindings.
873
874 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
875
876 * emacs-lisp/cl.el (flet): Mark obsolete.
877 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
878 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
879 * progmodes/js.el (js-c-fill-paragraph):
880 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
881 (ebrowse-switch-member-buffer-to-derived-class):
882 * play/5x5.el (5x5-solver): Use cl-flet.
883
884 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
885 (cl--symbol-function): New macro.
886 (cl--letf, cl--letf*): Use it.
887
888 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
889 Strip "toggle-" if any.
890
891 2012-06-27 Glenn Morris <rgm@gnu.org>
892
893 * info.el (Info-default-directory-list): Move here from paths.el.
894 * paths.el: Remove file, which is now empty.
895 * loadup.el: No longer load "paths".
896
897 * custom.el (custom-initialize-delay): Doc fix.
898
899 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
900 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
901 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
902 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
903 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
904 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
905 * eshell/eshell.el (eshell-defgroup): Remove alias.
906
907 2012-06-27 Chong Yidong <cyd@gnu.org>
908
909 * help.el (help-enable-auto-load): New variable.
910
911 * help-fns.el (help-fns--autoloaded-p): New function.
912 (describe-function-1): Refer to a function as "autoloaded" if it
913 was autoloaded at any time in the past. Perform autoloading if
914 help-enable-auto-load is non-nil.
915
916 2012-06-26 Eli Zaretskii <eliz@gnu.org>
917
918 * makefile.w32-in (compile, compile-always): Depend on
919 update-subdirs, not on subdirs.el. Otherwise, several different
920 sub-targets of 'bootstrap' running in parallel could
921 simultaneously write to subdirs.el, producing a garbled file.
922
923 2012-06-26 Sam Steingold <sds@gnu.org>
924
925 * files.el (file-name-base): New convenience function.
926 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
927 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
928 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
929 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
930 * textmodes/ispell.el, textmodes/reftex-ref.el:
931 * textmodes/tex-mode.el: Use it.
932 Did not touch cedet and org because they are maintained elsewhere.
933
934 2012-06-26 Martin Rudalics <rudalics@gmx.at>
935
936 * calendar/calendar.el (calendar-exit): Don't try to delete or
937 iconify last frame. See:
938 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
939
940 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
941
942 * server.el (server-process-filter): Remember dir in the
943 process's `server-client-directory' properties.
944
945 2012-06-24 Chong Yidong <cyd@gnu.org>
946
947 * xml.el (xml-parse-tag): Correctly handle comment embedded in
948 non-tag text.
949
950 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
951
952 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
953
954 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * help-fns.el (describe-variable): Don't croak when doc is not found.
957 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
958 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
959 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
960 * emacs-lisp/smie.el (smie-next-sexp): CSE.
961 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
962 ((lambda ..) ..).
963 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
964
965 2012-06-23 Chong Yidong <cyd@gnu.org>
966
967 * info.el (Info-mouse-follow-link): Accept symbol values of
968 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
969 (Info-fontify-node): Use Info-link-keymap for all navigation
970 buttons, with link-args property to perform the desired action.
971 (Info-link-keymap): Doc fix.
972 (Info-next-link-keymap, Info-prev-link-keymap)
973 (Info-up-link-keymap): Delete now-unused keymaps.
974
975 2012-06-23 Chong Yidong <cyd@gnu.org>
976
977 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
978
979 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
980 system abbrevs.
981
982 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
983
984 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
987 (bug#11719).
988
989 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
990 the requote function doesn't work properly (bug#11714).
991
992 2012-06-23 Glenn Morris <rgm@gnu.org>
993
994 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
995
996 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
997
998 Further GV/CL cleanups.
999 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1000 gv-expander.
1001 (gv--defun-declaration): New function.
1002 (defun-declarations-alist): Use it.
1003 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1004 (gv-place): Autoload.
1005 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1006 original definition of dotimes and dolist.
1007 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1008 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1009 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1010 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1011 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1012 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1013 to the function's definition.
1014 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1015 * window.el:
1016 * files.el:
1017 * faces.el:
1018 * env.el: Don't use CL.
1019
1020 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1021
1022 Support higher-resolution time stamps (Bug#9000).
1023
1024 * calendar/time-date.el (with-decoded-time-value): New arg
1025 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1026 (encode-time-value): New optional arg PICO. New type 3.
1027 (time-to-seconds) [!float-time]: Support the new picoseconds
1028 component if it's used.
1029 (seconds-to-time, time-subtract, time-add):
1030 Support ps-resolution time stamps as well.
1031
1032 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1033 (timerp): Timer vectors now have length 9, not 8.
1034 (timer--time): Support new-style (4-part) time stamps.
1035 (timer-next-integral-multiple-of-time): Time stamps now have
1036 picosecond resolution, so take a bit more care about rounding.
1037 (timer-relative-time, timer-inc-time): New optional arg psecs.
1038 (timer-set-time-with-usecs): Set psecs to 0.
1039 (timer--activate): Check psecs component, too.
1040
1041 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1042
1043 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1044
1045 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1046 Move the non-essential binding to the post/pre-command-hook where it is
1047 more obviously correct.
1048
1049 * subr.el (read-passwd): Don't use a history at all.
1050 * savehist.el (savehist-save): Remove password saved accidentally
1051 because of the above bug.
1052
1053 2012-06-22 Bastien Guerry <bzg@gnu.org>
1054
1055 * files.el (toggle-read-only): Display a message telling whether
1056 the buffer is read-only or not (bug#11726).
1057
1058 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1059
1060 * emacs-lisp/gv.el: New file.
1061 * subr.el (push, pop): Extend to generalized variables.
1062 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1063 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1064 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1065 gv-define-simple-setter, and gv-define-expander.
1066 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1067 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1068 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1069 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1070 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1071 gv-letplace.
1072 (cl-defstruct): Don't define setf-method any more.
1073 * emacs-lisp/cl.el (flet): Don't autoload.
1074 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1075 (define-setf-expander, defsetf, define-modify-macro)
1076 (cl-struct-setf-expander): Move from cl-lib.el.
1077 * emacs-lisp/syntax.el:
1078 * emacs-lisp/ewoc.el:
1079 * emacs-lisp/smie.el:
1080 * emacs-lisp/cconv.el:
1081 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1082 (timer--time): Use gv-define-simple-setter.
1083 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1084 to avoid coding-system problems in subr.el. Adjust all users.
1085 (macroexp--maxsize, macroexp-small-p): New functions.
1086 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1087 * scroll-bar.el (scroll-bar-mode):
1088 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1089 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1090 * winner.el (winner-configuration, winner-make-point-alist)
1091 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1092 * files.el (locate-file-completion-table): Avoid list*.
1093
1094 2012-06-22 Chong Yidong <cyd@gnu.org>
1095
1096 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1097 (dired-create-files): Doc fix (Bug#11329).
1098 (dired-do-copy): Doc fix (Bug#11334).
1099 (dired-mark-read-string): Doc fix (Bug#11553).
1100
1101 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1102 Doc fix (Bug#11326).
1103 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1104 (dired-dwim-target): Doc fix.
1105
1106 * wdired.el (wdired-mode): Doc fix.
1107
1108 2012-06-22 Glenn Morris <rgm@gnu.org>
1109
1110 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1111 (pcmpl-rpm-cache-stamp-file): New constant.
1112 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1113 (pcmpl-rpm-packages): Optionally cache list of packages.
1114
1115 * pcmpl-rpm.el (pcmpl-rpm): New group.
1116 (pcmpl-rpm-query-options): New option.
1117 (pcmpl-rpm-packages): No need to inline it.
1118 Use pcmpl-rpm-query-options.
1119
1120 * calendar/calendar.el (calendar-in-read-only-buffer):
1121 Avoid some needless mode changes.
1122
1123 2012-06-21 Chong Yidong <cyd@gnu.org>
1124
1125 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1126 (desktop-path): Remove . from the default value (Bug#10977).
1127 (desktop-read): Use user-emacs-directory if desktop-path is nil.
1128
1129 2012-06-20 Chong Yidong <cyd@gnu.org>
1130
1131 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1132
1133 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1134
1135 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1136 (bug#11201).
1137
1138 2012-06-20 Chong Yidong <cyd@gnu.org>
1139
1140 * term.el (term-window-width): Handle the case of a missing right
1141 fringe (Bug#8837).
1142 (term-check-size): Use window-text-height (Bug#5445).
1143 (term-mode): Use define-derived-mode. Minor cleanups.
1144 Set font-lock-defaults (Bug#7692).
1145 (term-move-columns, term-insert-char, term-emulate-terminal)
1146 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
1147
1148 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
1149
1150 * net/ange-ftp.el (ange-ftp-get-passwd):
1151 Bind `enable-recursive-minibuffers'.
1152 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1153
1154 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1155
1156 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1157
1158 2012-06-19 Glenn Morris <rgm@gnu.org>
1159
1160 * progmodes/python.el (python-mode): Derive from prog-mode.
1161
1162 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1163
1164 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1165 (edt-user-menu-bar-update-buffers): New functions.
1166 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1167
1168 2012-06-19 Chong Yidong <cyd@gnu.org>
1169
1170 * subr.el (with-selected-window): Preserve the selected window's
1171 terminal's top-frame (Bug#4702).
1172
1173 * window.el (save-selected-window): Likewise.
1174
1175 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1176
1177 * progmodes/python.el (python-rx-constituents): Move backquote.
1178 (python-skeleton-define, python-define-auxiliary-skeleton):
1179 Use `declare'.
1180
1181 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
1182
1183 * minibuffer.el (read-file-name-default): Revert the patch from
1184 2012-06-17.
1185
1186 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1187
1188 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1189 (pcase--u1, pcase--q1): Don't use apply-partially.
1190
1191 2012-06-18 Glenn Morris <rgm@gnu.org>
1192
1193 * progmodes/python.el (python-proc, python-buffer)
1194 (python-send-receive, python-send-string): Fix obsolete versions.
1195
1196 2012-06-18 Martin Rudalics <rudalics@gmx.at>
1197
1198 * window.el (special-display-p): Completely remove stringp
1199 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1200
1201 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
1202
1203 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1204
1205 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1206
1207 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1208 * net/tramp-sh.el (tramp-maybe-open-connection):
1209 Throw if `non-essential' is non-nil.
1210
1211 2012-06-17 Martin Rudalics <rudalics@gmx.at>
1212
1213 * window.el (special-display-p): Signal an error if BUFFER-NAME
1214 is not a string (Bug#11713).
1215
1216 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1217
1218 * progmodes/python.el (python-info-beginning-of-backslash):
1219 Rename from python-info-beginning-of-backlash, as a spelling fix.
1220
1221 2012-06-17 Chong Yidong <cyd@gnu.org>
1222
1223 * term.el (term-emulate-terminal): If term-check-size is called,
1224 move point to the process mark without resetting point (Bug#4635).
1225
1226 2012-06-17 Glenn Morris <rgm@gnu.org>
1227
1228 * international/mule-cmds.el (mule-menu-keymap)
1229 (set-language-environment, set-locale-environment): Doc tweaks.
1230
1231 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1232
1233 * cus-face.el (custom-face-attributes): Add wave-style underline
1234 attribute.
1235 * faces.el (set-face-attribute): Update docstring to describe
1236 wave-style underline attribute.
1237
1238 2012-06-16 Chong Yidong <cyd@gnu.org>
1239
1240 * term/xterm.el (terminal-init-xterm): Discard input before
1241 querying background mode (Bug#10959).
1242
1243 2012-06-16 Stefan Merten <smerten@oekonux.de>
1244
1245 * textmodes/rst.el: Added and corrected some comments.
1246 (rst-re-alist-def): Improve symbol syntax.
1247 (rst-mode-syntax-table): Correct syntax entries.
1248 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1249 (rst-official-version, rst-official-cvs-rev): Update version
1250 information.
1251
1252 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
1253
1254 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1255 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1256
1257 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1258
1259 * progmodes/python.el: New python.el merge.
1260 (python-guess-indent): Obsolete var.
1261 (python-indent-guess-indent-offset): New defcustom.
1262 (python-indent): Obsolete var.
1263 (python-indent-offset): New defcustom.
1264 (python-python-command, python-jython-command): Delete var.
1265 (python-shell-interpreter): New defcustom.
1266 (python-pdbtrack-do-tracking-p): Delete var.
1267 (python-pdbtrack-activate): New defcustom.
1268 (python-use-skeletons): Obsolete var.
1269 (python-skeleton-autoinsert): New defcustom.
1270 (inferior-python-filter-regexp, python-continuation-offset)
1271 (python-honour-comment-indentation, python-indent-string-contents)
1272 (python-jython-packages, python-mode-hook)
1273 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1274 (python-shell-prompt-alist)
1275 (python-source-modes): Delete defcustoms.
1276 (python-check-buffer-name, python-eldoc-setup-code)
1277 (python-eldoc-string-code, python-ffap-setup-code)
1278 (python-ffap-string-code, python-fill-comment-function)
1279 (python-fill-decorator-function, python-fill-paren-function)
1280 (python-fill-string-function, python-imenu-include-defun-type)
1281 (python-imenu-make-tree, python-imenu-subtree-root-label)
1282 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1283 (python-shell-compilation-regexp-alist)
1284 (python-shell-completion-module-string-code)
1285 (python-shell-completion-pdb-string-code)
1286 (python-shell-completion-setup-code)
1287 (python-shell-completion-string-code)
1288 (python-shell-enable-font-lock, python-shell-exec-path)
1289 (python-shell-extra-pythonpaths)
1290 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1291 (python-shell-process-environment)
1292 (python-shell-prompt-block-regexp)
1293 (python-shell-prompt-output-regexp)
1294 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1295 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1296 (python-shell-virtualenv-path): New defcustoms.
1297 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1298 (inferior-python-mode-syntax-table, python--prompt-regexp)
1299 (python-buffer, python-command python-python-command)
1300 (python-default-template, python-imports, python-indent-index)
1301 (python-indent-list, python-indent-list-length)
1302 (python-mode-running, python-pdbtrack-is-tracking-p)
1303 (python-preoutput-continuation, python-preoutput-leftover)
1304 (python-preoutput-result, python-preoutput-skip-next-prompt)
1305 (python-prev-dir/file, python-recursing)
1306 (python-saved-check-command, python-version-checked)
1307 (python-which-func-length-limit)
1308 (view-return-to-alist): Delete vars.
1309 (python-check-custom-command, python-dotty-syntax-table)
1310 (python-imenu-index-alist, python-indent-current-level)
1311 (python-indent-dedenters, python-indent-levels)
1312 (python-nav-beginning-of-defun-regexp)
1313 (python-nav-list-defun-positions-cache)
1314 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1315 (python-shell-internal-buffer)
1316 (python-skeleton-available): New vars.
1317 (def-python-skeleton): Delete macro.
1318 (python-skeleton-define): New macro.
1319 (python-define-auxiliary-skeleton, python-rx): New macros.
1320 (python-insert-class): Delete command.
1321 (python-skeleton-class): New command.
1322 (python-insert-def): Delete command.
1323 (python-skeleton-def): New command.
1324 (python-insert-for): Delete command.
1325 (python-skeleton-for): New command.
1326 (python-insert-if): Delete command.
1327 (python-skeleton-if): New command.
1328 (python-insert-try/except, python-insert-try/finally): Delete commands.
1329 (python-skeleton-try): New command.
1330 (python-insert-while): Delete command.
1331 (python-skeleton-while): New command.
1332 (python-backspace): Delete command.
1333 (python-indent-dedent-line-backspace): New command.
1334 (python-electric-colon): Delete command.
1335 (python-indent-electric-colon): New command.
1336 (python-guess-indent): Delete command.
1337 (python-indent-guess-indent-offset): New command.
1338 (python-shift-left): Delete command.
1339 (python-indent-shift-left): New command.
1340 (python-shift-right): Delete command.
1341 (python-indent-shift-right): New command.
1342 (python-find-function): Delete command.
1343 (python-nav-jump-to-defun): New command.
1344 (python-next-statement): Delete command.
1345 (python-nav-forward-sentence): New command.
1346 (python-previous-statement): Delete command.
1347 (python-nav-backward-sentence): New command.
1348 (python-fill-paragraph): Delete command.
1349 (python-fill-paragraph-function): New command.
1350 (python-send-buffer): Delete command.
1351 (python-shell-send-buffer): New command.
1352 (python-send-defun): Delete command.
1353 (python-shell-send-defun): New command.
1354 (python-send-region, python-send-region-and-go): Delete commands.
1355 (python-shell-send-region)
1356 (python-shell-switch-to-shell): New commands.
1357 (python-send-string): Delete command.
1358 (python-shell-send-string): New command.
1359 (python-switch-to-python): Delete command.
1360 (python-shell-switch-to-shell): New command.
1361 (python-describe-symbol): Delete command.
1362 (python-eldoc-at-point): New command.
1363 (python--set-prompt-regexp, python-args-to-list)
1364 (python-after-info-look, python-check-version)
1365 (python-check-comint-prompt, python-find-imports)
1366 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1367 (python-unload-function, python-expand-template)
1368 (python-maybe-jython, python-preoutput-filter)
1369 (python-pdbtrack-get-source-buffer)
1370 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1371 (python-pdbtrack-toggle-stack-tracking)
1372 (python-pdbtrack-track-stack-file, python-initial-text)
1373 (python-first-word, python-comment-line-p, python-send-command)
1374 (python-setup-brm, python-sentinel, python-set-proc)
1375 (python-skip-out, python-input-filter, python-outdent-p)
1376 (python-outline-level, python-backslash-continuation-line-p)
1377 (python-end-of-block, python-end-of-statement, python-mark-block)
1378 (python-beginning-of-block, python-beginning-of-statement)
1379 (python-blank-line-p, python-beginning-of-string)
1380 (python-open-block-statement-p): Delete functions.
1381 (python-indent-line, python-indent-line-1): Delete functions.
1382 (python-indent-line): New function.
1383 (python-indentation-levels): Delete function.
1384 (python-indent-calculate-levels): New function.
1385 (python-proc): Delete function.
1386 (python-shell-get-process): New function.
1387 (python-send-receive): Delete function.
1388 (python-shell-send-string-no-output): New function.
1389 (python-module-path): Delete function.
1390 (python-ffap-module-path): New function.
1391 (python-completion-at-point)
1392 (python-symbol-completions): Delete functions.
1393 (python-completion-complete-at-point): New function.
1394 (python-load-file): Delete function.
1395 (python-shell-send-file): New function.
1396 (python-calculate-indentation): Delete function.
1397 (python-indent-calculate-indentation): New function.
1398 (python-skip-comments/blanks): Delete function.
1399 (python-util-forward-comment): New function.
1400 (python-continuation-line-p): Delete function.
1401 (python-info-continuation-line-p): New function.
1402 (python-which-func, python-current-defun): Delete function.
1403 (python-info-current-defun): New function.
1404 (python-beginning-of-defun): Delete function.
1405 (python-nav-beginning-of-defun): New function.
1406 (python-close-block-statement-p)
1407 (python-block-end-p): Delete function.
1408 (python-info-closing-block): New function.
1409 (python-comint-output-filter-function)
1410 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1411 (python-fill-comment, python-fill-decorator, python-fill-paren)
1412 (python-fill-string, python-imenu-make-element-tree)
1413 (python-imenu-make-tree, python-imenu-tree-assoc)
1414 (python-indent-context, python-indent-dedent-line)
1415 (python-indent-line-function)
1416 (python-indent-post-self-insert-function)
1417 (python-indent-toggle-levels)
1418 (python-info-assignment-continuation-line-p)
1419 (python-info-beginning-of-backlash)
1420 (python-info-block-continuation-line-p)
1421 (python-info-closing-block-message)
1422 (python-info-line-ends-backslash-p)
1423 (python-info-looking-at-beginning-of-defun)
1424 (python-info-ppss-context, python-info-ppss-context-type)
1425 (python-nav-list-defun-positions, python-nav-read-defun)
1426 (python-nav-sentence-end, python-nav-sentence-start)
1427 (python-pdbtrack-comint-output-filter-function)
1428 (python-pdbtrack-set-tracked-buffer)
1429 (python-shell-calculate-exec-path)
1430 (python-shell-calculate-process-environment)
1431 (python-shell-completion--do-completion-at-point)
1432 (python-shell-completion--get-completions)
1433 (python-shell-completion-complete-at-point)
1434 (python-shell-completion-complete-or-indent)
1435 (python-shell-get-or-create-process)
1436 (python-shell-get-process-name)
1437 (python-shell-internal-get-or-create-process)
1438 (python-shell-internal-get-process-name)
1439 (python-shell-internal-send-string, python-shell-make-comint)
1440 (python-shell-parse-command, python-shell-send-setup-code)
1441 (python-skeleton-add-menu-items)
1442 (python-util-clone-local-variables, python-util-position)
1443 (run-python-internal, python-indentation-levels)
1444 (python-nav-beginning-of-defun)
1445 (python-completion-complete-at-point): New functions.
1446 (run-python): Change arguments. New API requirements.
1447
1448 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1451 (bug#11649).
1452
1453 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1454 (macroexp--expand-all): Use it.
1455
1456 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1457 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1458 Use `cl-function' instead.
1459
1460 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
1461
1462 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1463 Suggested by Stefan Monnier while discussing bug#11657.
1464
1465 2012-06-14 Sam Steingold <sds@gnu.org>
1466
1467 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1468
1469 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1470
1471 * play/doctor.el (doctor-doc): Remove parameter and use
1472 doctor-sent instead of sent.
1473 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1474
1475 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1476
1477 * files.el: Require cl-lib.
1478 (file-name-non-special): Replace case -> cl-case.
1479
1480 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1481
1482 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1483 mapping from #' to function*.
1484
1485 2012-06-13 Chong Yidong <cyd@gnu.org>
1486
1487 * mouse.el (mouse-drag-track): Do not set the mark if the user
1488 releases the mouse without selecting anything (Bug#11588).
1489
1490 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1493 as well (bug#11646).
1494
1495 * loadup.el: Count byte-code functions as well.
1496
1497 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1498 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1499
1500 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1501 (bug#11649). Add cl-defun and cl-defmacro.
1502
1503 2012-06-13 Drew Adams <drew.adams@oracle.com>
1504
1505 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1506 Fix last change.
1507
1508 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
1509
1510 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1511 Otherwise, it blocks in batch mode.
1512
1513 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
1514
1515 * help-mode.el (bookmark-make-record-default): Declare.
1516
1517 2012-06-13 Chong Yidong <cyd@gnu.org>
1518
1519 * emacs-lisp/package.el (list-packages): Compute a list of
1520 packages that are newly-available since the last list-packages
1521 invocation.
1522 (package-menu--new-package-list): New var.
1523 (package-menu--generate, package-menu--print-info)
1524 (package-menu--status-predicate, package-menu-mark-install):
1525 Handle new status label "new".
1526
1527 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1530 conversion to backquotes.
1531
1532 2012-06-12 Chong Yidong <cyd@gnu.org>
1533
1534 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1535 Rename from gud-inhibit-global-bindings.
1536
1537 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1538
1539 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1540 hook from nxml-glyph-set-hook.
1541
1542 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1543 declaration.
1544
1545 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1546
1547 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1548 Convert to defcustom.
1549
1550 2012-06-12 Drew Adams <drew.adams@oracle.com>
1551
1552 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1553 New functions.
1554 (help-mode): Use them.
1555
1556 2012-06-11 Glenn Morris <rgm@gnu.org>
1557
1558 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1559 Use preprocessor face for directives.
1560 (fortran-directive-re): Doc fix.
1561
1562 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1565 conversion to backquotes (bug#11652).
1566
1567 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1568 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1569 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1570 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1571 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1572 (cl-ninth, cl-tenth): Mark them as inlinable.
1573 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1574 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1575 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1576 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1577 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1578 (cl-list*, cl-adjoin): Don't put an autoload manually.
1579 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
1580 (cl--compiler-macro-list*): Add autoload cookie.
1581 (cl--compiler-macro-cXXr): New function.
1582
1583 * help-fns.el (help-fns--compiler-macro): New function extracted from
1584 describe-function-1; follow aliases and use `compiler-macro' property.
1585 (describe-function-1): Use it.
1586
1587 2012-06-11 Chong Yidong <cyd@gnu.org>
1588
1589 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
1590 is uninstalled, if imagemagick is installed.
1591
1592 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1593
1594 * emacs-lisp/cl-lib.el: Use lexical-binding.
1595 (cl-map-extents, cl-maclisp-member): Remove.
1596 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
1597 (cl--set-substring, cl--block-wrapper, cl--block-throw)
1598 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
1599 * emacs-lisp/cl-extra.el: Use lexical-binding.
1600 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
1601 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
1602 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
1603 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
1604 * emacs-lisp/cl-seq.el: Use lexical-binding.
1605 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
1606 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
1607 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
1608 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
1609 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
1610 CL's internals.
1611
1612 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
1613
1614 Sync with Tramp 2.2.6-pre.
1615
1616 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
1617 `print-length' and `print-level' to nil, in order to avoid
1618 truncation. Reported by Christopher Schmidt
1619 <christopher@ristopher.com>.
1620
1621 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
1622
1623 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
1624 New defmacro.
1625 (tramp-compat-copy-directory): Add optional argument
1626 COPY-CONTENTS. It is not handled yet.
1627
1628 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
1629 (tramp-ftp-file-name-p): Simplify.
1630
1631 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
1632 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
1633 connection vector.
1634
1635 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
1636 (tramp-methods): Do not use `tramp-password-end-of-line'.
1637 (tramp-completion-function-alist-putty): Handle UNIX case.
1638 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
1639 (tramp-do-file-attributes-with-stat)
1640 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
1641 gid as real numbers. They could run out of integer range on cygwin.
1642 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
1643 (tramp-sh-handle-expand-file-name): Handle hops.
1644 (tramp-open-connection-setup-interactive-shell):
1645 Use `tramp-cleanup'. Move check for busyboxes ...
1646 (tramp-find-shell): ... here. Simplify implementation.
1647 Set "remote-shell" property also for alternative shells.
1648 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
1649 If failing, a regular file would be written otherwise.
1650 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
1651 (tramp-find-inline-encoding): Cache the coding commands in the
1652 process cache. Apply test command on the remote side, if defined.
1653 (tramp-find-inline-compress): Cache the compress commands in the
1654 process cache.
1655 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
1656 when requested. Handle hops.
1657 (tramp-current-connection): New defvar.
1658 (tramp-maybe-open-connection): Use `tramp-cleanup'.
1659 Throw `suppress', if there was a failed connection shortly before.
1660 Handle user interrupt. (Bug#10187)
1661 (tramp-get-inline-compress, tramp-get-inline-coding):
1662 Read connection properties from the process cache.
1663
1664 * net/tramp-smb.el (tramp-smb-server-version)
1665 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
1666 New defconsts.
1667 (tramp-smb-prompt): Extend for powershell prompt.
1668 (tramp-smb-file-name-handler-alist): Add handlers for
1669 `process-file', `shell-command' and `start-file-process'.
1670 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
1671 (tramp-smb-winexe-shell-command-switch): New defcustoms.
1672 (tramp-smb-file-name-p): Simplify.
1673 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
1674 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
1675 (tramp-smb-shell-quote-argument): New defuns.
1676 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
1677 Implement using "tar". By this, time-stamps are preserved.
1678 (tramp-smb-handle-copy-file): Handle also the case of directories.
1679 (tramp-smb-do-file-attributes-with-stat)
1680 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
1681 Use `tramp-get-connection-buffer').
1682 (tramp-smb-handle-rename-file): Use "rename", when source and
1683 target are on the same share.
1684 (tramp-smb-maybe-open-connection): Handle wrong passwords.
1685 Use `tramp-smb-server-version'.
1686 (tramp-smb-wait-for-output): Remove prompt.
1687
1688 * net/tramp.el (top): Require 'cl.
1689 (tramp-methods, tramp-rsh-end-of-line):
1690 Remove `tramp-password-end-of-line' from docstring.
1691 (tramp-save-ad-hoc-proxies): New defcustom.
1692 (tramp-completion-function-alist): Adapt docstring.
1693 (tramp-default-password-end-of-line): Remove defcustom.
1694 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
1695 (tramp-user-regexp, tramp-file-name-regexp-unified)
1696 (tramp-file-name-regexp-url): Extend regexp by hop separator.
1697 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
1698 (tramp-remote-file-name-spec-regexp): New defconst.
1699 (tramp-file-name-structure): Extend structure for hops.
1700 (tramp-get-method-parameter): Move up.
1701 (tramp-file-name-p, tramp-dissect-file-name)
1702 (with-parsed-tramp-file-name): Handle hops.
1703 (tramp-file-name-hop): New defun.
1704 (tramp-make-tramp-file-name): New optional arg HOP.
1705 (tramp-message-show-progress-reporter-message): New defvar.
1706 (tramp-with-progress-reporter): Use it. We cannot use
1707 `tramp-message-show-message' here, because this suppresses also
1708 error buffers.
1709 (tramp-error-with-buffer): Suppress buffer view, if
1710 `tramp-message-show-message' is nil.
1711 Use `tramp-get-connection-buffer'.
1712 (tramp-cleanup): New defun.
1713 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
1714 (tramp-file-name-handler): If `debug-on-error' is set, propagate
1715 an error unchanged.
1716 (tramp-completion-handle-file-name-all-completions): Handle hops.
1717 Fix an error when called from ido.
1718 (tramp-completion-dissect-file-name): Use better local variable
1719 name. Add hop to the vector.
1720 (tramp-handle-insert-file-contents): Use progress-reporter for the
1721 whole scenario.
1722 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
1723 to `t'.
1724 (tramp-check-for-regexp): Simplify search.
1725 (tramp-enter-password): Remove it. Move implementation ...
1726 (tramp-action-password): ... here.
1727 (tramp-mode-string-to-int, tramp-local-host-p)
1728 (tramp-make-tramp-temp-file, tramp-read-passwd)
1729 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
1730 Set tramp-autoload cookie.
1731
1732 * net/trampver.el: Update release number.
1733
1734 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1735 Michael Albinus <michael.albinus@gmx.de>
1736
1737 * net/tramp.el (tramp-set-completion-function): Fix docstring.
1738 (tramp-parse-group, tramp-parse-file)
1739 (tramp-parse-shostkeys-sknownhosts): New defuns.
1740 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
1741 (tramp-parse-shosts-group, tramp-parse-sconfig)
1742 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
1743 (tramp-parse-sknownhosts, tramp-parse-hosts)
1744 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
1745 Use them.
1746 (tramp-parse-passwd-group, tramp-parse-netrc-group)
1747 (tramp-parse-putty-group): Don't narrow.
1748 (tramp-parse-putty): Make a loop.
1749 (tramp-file-name-handler): Catch the `suppress' signal.
1750
1751 2012-06-11 Chong Yidong <cyd@gnu.org>
1752
1753 * image.el (imagemagick-register-types): Put the ImageMagick entry
1754 at the end of image-type-file-name-regexps.
1755
1756 2012-06-11 Johan Bockgård <bojohan@gnu.org>
1757
1758 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
1759 (pcase, pcase-let*, pcase-dolist): Use them.
1760
1761 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1762
1763 * emacs-lisp/pcase.el (pcase--let*): New function.
1764 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
1765 (pcase--expand): Use macroexp-let².
1766
1767 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
1770 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
1771 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
1772 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
1773 * emacs-lisp/derived.el: Use pcase instead of `cl'.
1774 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
1775
1776 2012-06-10 Glenn Morris <rgm@gnu.org>
1777
1778 * mail/rmail.el (rmail-yank-current-message): Leave point at
1779 correct position. (Bug#11660)
1780
1781 2012-06-10 Chong Yidong <cyd@gnu.org>
1782
1783 * allout-widgets.el: Fix code header.
1784
1785 2012-06-10 Chong Yidong <cyd@gnu.org>
1786
1787 * cus-edit.el (customize-changed-options-previous-release):
1788 Bump to 24.1.
1789
1790 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
1791
1792 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
1793
1794 2012-06-09 Chong Yidong <cyd@gnu.org>
1795
1796 * ebuff-menu.el (electric-buffer-list): Preserve header line.
1797
1798 2012-06-09 Martin Rudalics <rudalics@gmx.at>
1799
1800 * window.el (special-display-popup-frame): Don't use
1801 window--display-buffer (Bug#11651).
1802
1803 2012-06-09 Eli Zaretskii <eliz@gnu.org>
1804
1805 Fix parallel builds: make sure loaddefs.el is not being written
1806 while Lisp files are compiled.
1807 (compile): Don't depend on 'mh-autoloads'.
1808 (compile-CMD, compile-SH): Depend on 'autoloads'.
1809 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
1810
1811 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
1812
1813 2012-06-09 Chong Yidong <cyd@gnu.org>
1814
1815 * face-remap.el (face-remap-add-relative, face-remap-set-base)
1816 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
1817 Doc fixes (Bug#11225).
1818
1819 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
1822 a function if there's a clear indication that it has a compiler-macro.
1823 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
1824 (macro-declarations-alist): Add arglist to declaration functions.
1825 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
1826 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
1827 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
1828 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
1829 Also add autoload to find the compiler macro.
1830 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
1831 (cl--compiler-macro-member, cl--compiler-macro-assoc)
1832 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
1833 (cl--compiler-macro-get): New functions, replacing calls to
1834 cl-define-compiler-macro.
1835 (cl-typep) [compiler-macro]: Use macroexp-let².
1836
1837 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
1838
1839 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
1840 string properly, fixes Bug#11473.
1841
1842 2012-06-08 Chong Yidong <cyd@gnu.org>
1843
1844 * faces.el (set-face-attribute): Doc fix.
1845 (modify-face): Don't use :bold and :italic.
1846 (error, warning, success): Tweak definitions.
1847
1848 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
1849 (custom-modified, custom-set, custom-changed, custom-themed)
1850 (custom-saved, custom-button, custom-button-mouse)
1851 (custom-button-pressed, custom-state, custom-comment-tag)
1852 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
1853 (custom-group-subtitle): Use new-style face specs.
1854 (custom-invalid-face, custom-rogue-face, custom-modified-face)
1855 (custom-set-face, custom-changed-face, custom-saved-face)
1856 (custom-button-face, custom-button-pressed-face)
1857 (custom-documentation-face, custom-state-face)
1858 (custom-comment-face, custom-comment-tag-face)
1859 (custom-variable-tag-face, custom-variable-button-face)
1860 (custom-face-tag-face, custom-group-tag-face-1)
1861 (custom-group-tag-face): Remove obsolete face alias.
1862
1863 * epa.el (epa-validity-high, epa-validity-medium)
1864 (epa-validity-low, epa-mark, epa-field-name, epa-string)
1865 (epa-field-name, epa-field-body):
1866 * font-lock.el (font-lock-comment-face, font-lock-string-face)
1867 (font-lock-keyword-face, font-lock-builtin-face)
1868 (font-lock-function-name-face, font-lock-variable-name-face)
1869 (font-lock-type-face, font-lock-constant-face):
1870 * ido.el (ido-first-match, ido-only-match, ido-subdir)
1871 (ido-virtual, ido-indicator, ido-incomplete-regexp):
1872 * speedbar.el (speedbar-button-face, speedbar-file-face)
1873 (speedbar-directory-face, speedbar-tag-face)
1874 (speedbar-selected-face, speedbar-highlight-face)
1875 (speedbar-separator-face):
1876 * whitespace.el (whitespace-newline, whitespace-space)
1877 (whitespace-hspace, whitespace-tab, whitespace-trailing)
1878 (whitespace-line, whitespace-space-before-tab)
1879 (whitespace-space-after-tab, whitespace-indentation)
1880 (whitespace-empty):
1881 * emulation/cua-base.el (cua-global-mark):
1882 * eshell/em-prompt.el (eshell-prompt):
1883 * net/newst-plainview.el (newsticker-new-item-face)
1884 (newsticker-old-item-face, newsticker-immortal-item-face)
1885 (newsticker-obsolete-item-face, newsticker-date-face)
1886 (newsticker-statistics-face, newsticker-default-face):
1887 * net/newst-reader.el (newsticker-feed-face)
1888 (newsticker-extra-face, newsticker-enclosure-face):
1889 * net/newst-treeview.el (newsticker-treeview-face)
1890 (newsticker-treeview-new-face, newsticker-treeview-old-face)
1891 (newsticker-treeview-immortal-face)
1892 (newsticker-treeview-obsolete-face)
1893 (newsticker-treeview-selection-face):
1894 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
1895 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
1896 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
1897 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
1898 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
1899 (nxml-outline-active-indicator, nxml-outline-ellipsis):
1900 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1901 (mpuz-text):
1902 * progmodes/vera-mode.el (vera-font-lock-number)
1903 (vera-font-lock-function, vera-font-lock-interface):
1904 * textmodes/table.el (table-cell): Use new-style face specs, and
1905 don't use the old :bold and :italic attributes.
1906
1907 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1908 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
1909 (ebrowse-member-class, ebrowse-progress): Likewise.
1910 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1911 (ebrowse-file-name-face, ebrowse-default-face)
1912 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1913 (ebrowse-progress-face): Remove obsolete faces.
1914
1915 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1916 Inherit from error and warning faces respectively.
1917
1918 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1919 Likewise.
1920 (flyspell-incorrect-face, flyspell-duplicate-face):
1921 Remove obsolete aliases.
1922
1923 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
1924
1925 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
1926 Avoid infloop.
1927
1928 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * startup.el (argv, argi): Make lexically scoped.
1931 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
1932 * emacs-lisp/cl-macs.el: Use lexical-binding.
1933 Rename cl-bind-* to cl--bind-*.
1934 * files.el: Don't require `cl' since it doesn't use it.
1935 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
1936
1937 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
1938
1939 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
1940 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
1941 instead of calling external sort utility.
1942 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
1943
1944 2012-06-08 Eli Zaretskii <eliz@gnu.org>
1945
1946 * descr-text.el (describe-char): Mention how to insert the
1947 character, if the current input method doesn't support it.
1948 See the discussion in this thread for the details:
1949 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
1950
1951 2012-06-08 Sam Steingold <sds@gnu.org>
1952
1953 * bindings.el (global-map): Bind XF86Forward to next-buffer and
1954 XF86Back to previous-buffer.
1955 (minibuffer-local-map): Bind them to next-history-element and
1956 previous-history-element respectively.
1957 * help-mode.el (help-mode-map): Bind them to help-go-forward and
1958 help-go-back respectively.
1959 * info.el (Info-mode-map): Bind them to Info-history-forward and
1960 Info-history-back respectively.
1961 These are the keys next to Up on the ThinkPad keyboard.
1962
1963 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1964
1965 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
1966 * emacs-lisp/cl-macs.el: Provide itself.
1967 (cl--labels-convert-cache): New var.
1968 (cl--labels-convert): New function.
1969 (cl-flet, cl-labels): New implementation with new semantics, relying on
1970 lexical-binding.
1971 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
1972 (cl-closure-vars, cl--function-convert-cache)
1973 (cl--function-convert): Move from cl-macs.el.
1974 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
1975 rename by removing the "cl-" prefix.
1976 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
1977
1978 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
1981 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
1982 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
1983 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
1984 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
1985 (cl-hash-table-count): Add old compatibility aliases.
1986
1987 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
1988 Use macroexpand-all-environment instead.
1989 (cl--old-macroexpand): New var.
1990 (cl--sm-macroexpand): New function.
1991 (cl-symbol-macrolet): Use it during macro expansion.
1992 (cl--function-convert-cache): New var.
1993 (cl--function-convert): New function, extracted from
1994 cl-macroexpand-all.
1995 (cl-lexical-let): Use it.
1996
1997 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
1998 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
1999 (cl-member): Remove old alias.
2000
2001 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2002 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2003 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2004 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2005 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2006 (cl-macroexpand-cmacs): Remove var.
2007 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2008 Use macroexpand-all instead.
2009
2010 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2013 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2014 (macroexp-copyable-p): New functions and macros.
2015 * emacs-lisp/edebug.el (edebug-unwrap):
2016 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2017 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2018 (pcase--let*): Remove.
2019 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2020 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2021 macroexp-const-p instead.
2022 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2023
2024 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2025 instead of "cl-" for internal definitions. Use macroexp-const-p.
2026 (cl-old-bc-file-form): Remove var.
2027 (cl-const-exprs-p): Remove fun.
2028 (cl-labels, cl-macrolet): Use backquote.
2029 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2030 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2031 (cl-define-setf-expander): Rename from cl-define-setf-method.
2032 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2033
2034 * international/mule-cmds.el: Don't require CL.
2035 (view-hello-file): Don't use `letf'.
2036
2037 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2038
2039 * tmm.el (tmm-prompt): Use string-prefix-p.
2040 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2041 (tmm-add-prompt): Use minibuffer-completion-help.
2042 (tmm-delete-map): Remove.
2043
2044 * subr.el (kbd): Make it its own function.
2045
2046 2012-06-07 Stefan Merten <smerten@oekonux.de>
2047
2048 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2049 Silence compiler warnings. Fix versions.
2050 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
2051 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
2052 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
2053 (rst-package-emacs-version-alist): Correct Emacs version to
2054 represent major merge with upstream.
2055 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
2056
2057 2012-06-06 Glenn Morris <rgm@gnu.org>
2058
2059 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2060 Only print environment variables if set.
2061
2062 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2065 (macroexp--cons): Rename from maybe-cons.
2066 (macroexp--accumulate): Rename from macroexp-accumulate.
2067 (macroexp--all-forms): Rename from macroexpand-all-forms.
2068 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2069 (macroexp--expand-all): Rename from macroexpand-all-1.
2070
2071 2012-06-06 Sam Steingold <sds@gnu.org>
2072
2073 * calendar/calendar.el (calendar-in-read-only-buffer):
2074 Call `special-mode' to enable the standard read-only keybindings.
2075
2076 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2077
2078 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2079 with "loading" messages (bug#11635).
2080
2081 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
2082
2083 * files.el (enable-remote-dir-locals): New option.
2084 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2085
2086 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2087 Ensure, that the temp directory is local.
2088
2089 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2090 `temporary-file-directory'.
2091
2092 * progmodes/python.el (python-send-region): Ensure, that the
2093 temporary file is created also in the remote case.
2094
2095 2012-06-06 Glenn Morris <rgm@gnu.org>
2096
2097 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2098 (vc-rcs-update-changelog): Use it.
2099
2100 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
2101
2102 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2103 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2104 (vc-sccs-diff): Replace use of the external vcdiff script.
2105
2106 2012-06-05 Glenn Morris <rgm@gnu.org>
2107
2108 * ledit.el: Move to obsolete/.
2109
2110 2012-06-05 Sam Steingold <sds@gnu.org>
2111
2112 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
2113 patch (Bug#11140).
2114
2115 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * emacs-lisp/cust-print.el: Move to obsolete.
2118
2119 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2120 compiler-macro expansion.
2121
2122 Add native compiler-macro support.
2123 * emacs-lisp/macroexp.el (macroexpand-all-1):
2124 Support compiler-macros directly. Properly follow aliases and apply
2125 the compiler macros more thoroughly.
2126 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2127 macroexpand now properly follows aliases.
2128 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2129 (cl-compiler-macroexpand): Use new prop.
2130 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2131
2132 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2133
2134 2012-06-05 Martin Rudalics <rudalics@gmx.at>
2135
2136 * window.el (get-lru-window, get-mru-window, get-largest-window):
2137 New argument NOT-SELECTED to avoid picking the selected window.
2138 (window--display-buffer-1, window--display-buffer-2): Replace by
2139 new function window--display-buffer
2140 (display-buffer-same-window, display-buffer-reuse-window)
2141 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2142 Use window--display-buffer.
2143 (display-buffer-use-some-window): Remove temporary dedication
2144 hack by calling get-lru-window and get-largest-window with
2145 NOT-SELECTED argument non-nil. Call window--display-buffer.
2146
2147 2012-06-05 Glenn Morris <rgm@gnu.org>
2148
2149 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2150 Replace external vcdiff script.
2151
2152 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2155
2156 2012-06-04 Chong Yidong <cyd@gnu.org>
2157
2158 * image.el (imagemagick-types-inhibit): Revert last change.
2159 Add INFO and M.
2160 (imagemagick-enabled-types): Remove CIN and EPS*.
2161
2162 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * emacs-lisp/cl-lib.el: Rename from cl.el.
2165 * emacs-lisp/cl.el: New compatibility file.
2166 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2167 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2168 to obey the "cl-" prefix.
2169 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2170
2171 2012-06-03 Glenn Morris <rgm@gnu.org>
2172
2173 * emacs-lisp/authors.el (authors-aliases): Addition.
2174
2175 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2176 Fix :version.
2177
2178 2012-06-03 Stefan Merten <smerten@oekonux.de>
2179
2180 * textmodes/rst.el: Add comments.
2181 (rst-transition, rst-adornment): New faces.
2182 (rst-adornment-faces-alist): Make default safe to reevaluate.
2183 Fixes
2184 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2185 Improve customization tags.
2186 (rst-define-level-faces): Clarify meaning.
2187
2188 2012-06-03 Chong Yidong <cyd@gnu.org>
2189
2190 * progmodes/compile.el (compilation-mode-line-fail)
2191 (compilation-mode-line-run, compilation-mode-line-exit):
2192 New faces.
2193 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2194
2195 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2196
2197 * progmodes/which-func.el (which-func-update-ediff-windows):
2198 New function. Use it in ediff-select-hook (Bug#11478).
2199
2200 2012-06-03 Chong Yidong <cyd@gnu.org>
2201
2202 * bindings.el: Remove explicit help text from format-mode-line.
2203 It is now supplied by mode-line-default-help-echo.
2204 (mode-line-front-space, mode-line-end-spaces)
2205 (mode-line-misc-info): New variables.
2206 (mode-line-modes, mode-line-position): Move the default value to
2207 the variable definition.
2208 (mode-line-default-help-echo): New defcustom.
2209 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2210 (mode-line-modified-help-echo): New functions.
2211 (mode-line-mule-info, mode-line-modified): Use them.
2212 (mode-line-eol-desc, propertized-buffer-identification):
2213 Consistency fixes for help text.
2214 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2215 set-buffer-file-coding-system (Bug#289).
2216 (mode-line-mule-info-help-echo): Update help text.
2217
2218 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * simple.el (execute-extended-command): Set real-this-command
2221 (bug#11506).
2222
2223 2012-06-02 Chong Yidong <cyd@gnu.org>
2224
2225 Remove incorrect uses of "modeline" in comments, docstrings, and
2226 function/variable names (Bug#10329).
2227
2228 * cus-edit.el (mode-line):
2229 * dframe.el (dframe-mouse-hscroll):
2230 * emacs-lisp/re-builder.el:
2231 * emacs-lisp/easy-mmode.el (define-minor-mode):
2232 * frame.el (set-frame-name):
2233 * help.el (lookup-minor-mode-from-indicator):
2234 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2235 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2236 (c-toggle-hungry-state):
2237 * progmodes/antlr-mode.el (antlr-language-alist):
2238 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2239 * progmodes/vhdl-mode.el (vhdl-mode):
2240 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2241 * term/ns-win.el (ns-face-at-pos):
2242 * term/sup-mouse.el (sup-mouse-report):
2243 * textmodes/flyspell.el (flyspell-mode-line-string):
2244 * textmodes/ispell.el (ispell-highlight-face):
2245 * textmodes/reftex-global.el:
2246 * vc/vc-arch.el (vc-arch-mode-line-string):
2247 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2248 * vc/vc-git.el (vc-git-mode-line-string):
2249 * vc/vc-hooks.el (vc-display-status)
2250 (vc-default-mode-line-string):
2251 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2252
2253 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2254
2255 * dired.el (dired-sort-set-mode-line): Rename from
2256 dired-sort-set-modeline. All callers changed.
2257
2258 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2259 eshell-status-in-modeline.
2260
2261 * foldout.el (foldout-mode-line-string): Rename from
2262 foldout-modeline-string. All callers changed.
2263 (foldout-update-mode-line): Rename from foldout-update-modeline.
2264
2265 * subr.el (redraw-modeline): Make into obsolete alias.
2266
2267 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2268 timeclock-modeline-display. Make old name an alias.
2269 (timeclock-update-mode-line): Likewise. All callers changed.
2270 (timeclock-mode-line-display): No need to check before using
2271 add-hook.
2272 (timeclock-relative, timeclock-day-over-hook)
2273 (timeclock-use-elapsed, timeclock-mode-string)
2274 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2275
2276 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2277 crisp-mode-modeline-string.
2278
2279 * play/solitaire.el (solitaire-build-mode-line): Rename from
2280 solitaire-build-modeline. All callers changed.
2281
2282 * play/zone.el (zone-hiding-mode-line): Rename from
2283 zone-hiding-modeline. All callers changed.
2284 (zone): Remove unusued `modeline-hidden-level' property.
2285
2286 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2287 xscheme-modeline-initialize. All callers changed.
2288
2289 * strokes.el (strokes-lighter): Rename from
2290 strokes-modeline-string.
2291
2292 * textmodes/sgml-mode.el (html-face-tag-alist)
2293 (html-tag-face-alist): Use mode-line face instead of obsolete
2294 alias modeline.
2295
2296 2012-06-02 Stefan Merten <smerten@oekonux.de>
2297
2298 * textmodes/rst.el: Always require `cl'.
2299 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
2300
2301 2012-06-02 Chong Yidong <cyd@gnu.org>
2302
2303 * image.el (imagemagick-enabled-types): Rename from
2304 imagemagick-types-enable. Add many more types.
2305 (imagemagick-types-inhibit): Change default to nil.
2306 (imagemagick-filter-types): Caller changed.
2307
2308 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * emacs-lisp/cl-macs.el: Use backquotes.
2311 (cl-transform-function-property): Use eval-and-compile rather than
2312 abusing `require'.
2313 (defstruct): Use declare-function instead of with-no-warnings.
2314
2315 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2316 (byte-compile-output-docform): Re-add the print-circle bindings.
2317 (byte-compile-fix-header): Use #$ just because it's shorter.
2318 (byte-compile-output-file-form): Remove defun/defmacro.
2319
2320 2012-06-01 Martin Rudalics <rudalics@gmx.at>
2321
2322 * simple.el (choose-completion): Remove now obsolete binding for
2323 owindow.
2324
2325 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2328 in order to avoid "Stack overflow in regexp matcher".
2329
2330 2012-05-31 Glenn Morris <rgm@gnu.org>
2331
2332 * image.el: For clarity, call imagemagick-register-types at
2333 top-level, rather than relying on a custom :initialize.
2334 (imagemagick-types-enable): New option. (Bug#11557)
2335 (imagemagick-filter-types): New function. (Bug#7406)
2336 (imagemagick-register-types): Use imagemagick-filter-types.
2337 If disabling support, remove elements altogether rather
2338 than using an impossible regexp.
2339 (imagemagick-types-inhibit): Give it the default init function.
2340
2341 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2344 Handle arbitrary file name lengths (Bug#11585).
2345
2346 2012-05-31 Martin Rudalics <rudalics@gmx.at>
2347
2348 * desktop.el (desktop-read): Clear previous and next buffers for
2349 all windows and bury *Messages* buffer (bug#11556).
2350
2351 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 Add `declare' for `defun'. Align `defmacro's with it.
2354 * emacs-lisp/easy-mmode.el (define-minor-mode)
2355 (define-globalized-minor-mode): Don't autoload the var definitions.
2356 * emacs-lisp/byte-run.el: Use lexical-binding.
2357 (defun-declarations-alist, macro-declarations-alist): New vars.
2358 (defmacro, defun): Use them.
2359 (make-obsolete, define-obsolete-function-alias)
2360 (make-obsolete-variable, define-obsolete-variable-alias):
2361 Use `declare'.
2362 (macro-declaration-function): Mark obsolete.
2363 * emacs-lisp/autoload.el: Use lexical-binding.
2364 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2365
2366 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2367
2368 * textmodes/ispell.el (ispell-with-no-warnings):
2369 Define as a macro.
2370 (ispell-kill-ispell, ispell-change-dictionary):
2371 Use `called-interactively-p' for Emacs instead of obsolete
2372 `interactive-p'.
2373
2374 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2375
2376 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2377 (macro-declaration-function): Move var from C code.
2378 (macro-declaration-function): Define function with defalias.
2379 * emacs-lisp/macroexp.el (macroexpand-all-1):
2380 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2381 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2382 defun/defmacro any more.
2383 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2384 Provide fallback for unknown arglist.
2385 (byte-compile-arglist-warn): Change calling convention.
2386 (byte-compile-output-file-form): Move print-vars binding.
2387 (byte-compile-output-docform): Simplify accordingly.
2388 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2389 (byte-compile-defmacro-declaration): Remove.
2390 (byte-compile-file-form-defmumble): Generalize to defalias.
2391 (byte-compile-output-as-comment): Return byte-positions.
2392 Simplify callers accordingly.
2393 (byte-compile-lambda): Use `assert'.
2394 (byte-compile-defun, byte-compile-defmacro): Remove.
2395 (byte-compile-file-form-defalias):
2396 Use byte-compile-file-form-defmumble.
2397 (byte-compile-defalias-warn): Remove.
2398
2399 2012-05-29 Stefan Merten <smerten@oekonux.de>
2400
2401 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
2402 possible. Fix authors. Improve comments. Improve loading of `cl'.
2403
2404 (rst-mode-abbrev-table): Merge definition.
2405 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2406 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2407
2408 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
2409
2410 * calendar/icalendar.el
2411 (icalendar-export-region): Export UID properly.
2412
2413 2012-05-29 Leo Liu <sdl.web@gmail.com>
2414 * calendar/icalendar.el (icalendar-import-format):
2415 Add `icalendar-import-format-uid' (Bug#11525).
2416 (icalendar-import-format-uid): New.
2417 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2418 Export UID.
2419
2420 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2421
2422 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2423 different alternative patterns.
2424 (pcase-codegen): Be more careful to preserve identity.
2425 (pcase--u1): Don't forget to mark vars as used.
2426
2427 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2428 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2429 (byte-compile-from-buffer): ...rather than here.
2430
2431 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2432 functions from byte-compile-function-environment.
2433
2434 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
2435
2436 * window.el (window-deletable-p): Avoid deleting the root window
2437 of a frame with an active minibuffer.
2438
2439 2012-05-29 Martin Rudalics <rudalics@gmx.at>
2440
2441 * simple.el (choose-completion): Use quit-window (Bug#11567).
2442
2443 2012-05-29 Chong Yidong <cyd@gnu.org>
2444
2445 * whitespace.el (whitespace-cleanup): Fix usage of
2446 whitespace-empty-at-bob-regexp (Bug#11492).
2447
2448 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2449
2450 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2451 revert (Bug#11488).
2452
2453 2012-05-29 Juri Linkov <juri@jurta.org>
2454
2455 * isearch.el (isearch-mode-map): Bind `M-s _' to
2456 `isearch-toggle-symbol'. Bind `M-s c' to
2457 `isearch-toggle-case-fold'.
2458 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2459 (isearch-forward): Add `M-s _' to the docstring.
2460 (isearch-forward-symbol, isearch-toggle-case-fold)
2461 (isearch-symbol-regexp): New functions. (Bug#11381)
2462
2463 2012-05-29 Juri Linkov <juri@jurta.org>
2464
2465 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2466 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2467 a function, call it to get the regexp.
2468 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2469 property `isearch-message-prefix' instead of the string "word ".
2470 (isearch-search-fun-default): For the case of `isearch-word',
2471 return a lambda that calls re-search-forward/re-search-backward
2472 with a regexp returned by `word-search-regexp' or by the function
2473 in `isearch-word'.
2474
2475 2012-05-29 Juri Linkov <juri@jurta.org>
2476
2477 * isearch.el (isearch-search-fun-default): New function.
2478 (isearch-search-fun): Move default part to the new function
2479 `isearch-search-fun-default'.
2480 (isearch-search-fun-function): Set the default value to
2481 `isearch-search-fun-default'. (Bug#11381)
2482
2483 * comint.el (comint-history-isearch-end):
2484 Use `isearch-search-fun-default'.
2485 (comint-history-isearch-search): Use `isearch-search-fun-default'
2486 and remove spacial case for `isearch-word'.
2487 (comint-history-isearch-wrap): Remove spacial case for
2488 `isearch-word'.
2489
2490 * hexl.el (hexl-isearch-search-function):
2491 Use `isearch-search-fun-default'.
2492
2493 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2494 Use `word-search-regexp' for `isearch-word'.
2495
2496 * misearch.el (multi-isearch-search-fun):
2497 Use `isearch-search-fun-default'.
2498
2499 * simple.el (minibuffer-history-isearch-search):
2500 Use `isearch-search-fun-default' and remove spacial case for
2501 `isearch-word'.
2502 (minibuffer-history-isearch-wrap): Remove spacial case for
2503 `isearch-word'.
2504
2505 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2506 Remove spacial case for `isearch-word'.
2507 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2508
2509 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2510
2511 Decrease XEmacs incompatibilities.
2512 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2513 Use `string-match'.
2514 (flyspell-delete-region-overlays): Use alternative definition for
2515 XEmacs.
2516 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2517 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2518 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2519 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2520 `define-obsolete-face-alias' under XEmacs, but old method.
2521
2522 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2523 `with-no-warnings' definition or Emacs alias.
2524 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2525 (ispell-word): Do not use `region-p' if XEmacs.
2526
2527 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2528
2529 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2530 Check for `ispell-dictionary-base-alist' instead of full
2531 `ispell-dictionary-alist'.
2532 (ispell-init-process): Show spellchecker when starting new Ispell
2533 process.
2534
2535 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2536
2537 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2538 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2539
2540 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * version.el (motif-version-string, gtk-version-string)
2543 (ns-version-string): Declare.
2544
2545 2012-05-27 Juri Linkov <juri@jurta.org>
2546
2547 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2548 after the `eval-defun-1' specialcaseing
2549 like in `edebug-eval-defun' (bug#10181).
2550
2551 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2552 like in `eval-defun-1'.
2553
2554 2012-05-27 Eli Zaretskii <eliz@gnu.org>
2555
2556 * mail/sendmail.el (mail-yank-region):
2557 Recognize rmail-yank-current-message in addition to insert-buffer.
2558 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
2559 a *mail* buffer created through rmail-start-mail with sendmail as
2560 mail-user-agent.
2561
2562 2012-05-27 Chong Yidong <cyd@gnu.org>
2563
2564 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2565 Default to 256 (Bug#11267).
2566
2567 * help.el (describe-mode): Doc fix.
2568
2569 2012-05-26 Glenn Morris <rgm@gnu.org>
2570
2571 * w32-fns.el (w32-init-info): Remove.
2572 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2573
2574 * info.el (info-initialize): For self-contained NS builds, put the
2575 included info/ directory at the front. (Bug#2791)
2576
2577 * paths.el (Info-default-directory-list): Make it a defcustom,
2578 mainly so that we can use custom-initialize-delay.
2579
2580 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * subr.el (buffer-has-markers-at): Mark obsolete.
2583
2584 * subr.el (lambda): Use declare.
2585
2586 * emacs-lisp/lisp-mode.el (lambda):
2587 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
2588
2589 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2590
2591 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
2592
2593 2012-05-26 Glenn Morris <rgm@gnu.org>
2594
2595 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
2596
2597 2012-05-25 Glenn Morris <rgm@gnu.org>
2598
2599 * paths.el: Remove no-byte-compile.
2600 * loadup.el: No need to load paths.el uncompiled.
2601
2602 * image.el (imagemagick-types-inhibit): Doc fix.
2603
2604 * version.el: Remove no-byte-compile and associated formatting.
2605 * loadup.el: No need to load version.el uncompiled. AFAICS, this
2606 is ancient code from when there was an "inc-vers.el".
2607
2608 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2609
2610 * progmodes/gdb-mi.el: Minor style changes.
2611 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
2612 Turn into minor modes.
2613 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
2614 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
2615 (gdb-shell): Remove unneeded let-binding.
2616 (gdb-get-many-fields): Eliminate O(n²) behavior.
2617
2618 2012-05-25 Eli Zaretskii <eliz@gnu.org>
2619
2620 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
2621 platforms that don't link in fontset.c.
2622
2623 2012-05-25 Juri Linkov <juri@jurta.org>
2624
2625 Use the same diff color scheme as in modern VCSes (bug#10181).
2626
2627 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
2628 to avoid confusion with `diff-added' that now uses green colors.
2629 (diff-removed): Use shades of red.
2630 (diff-added): Use shades of green.
2631 (diff-changed): Leave just the yellow color.
2632 (diff-use-changed-face): New variable.
2633 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
2634 how to highlight context diff changes.
2635 (diff-refine-change): Use shades of yellow.
2636 (diff-refine-removed): New face that uses shades of red.
2637 (diff-refine-added): New face that uses shades of green.
2638 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
2639 `diff-refine-removed' in the call to `smerge-refine-subst'
2640 depending on the value of `diff-use-changed-face'.
2641
2642 * vc/smerge-mode.el (smerge-mine): Use shades of red.
2643 (smerge-other): Use shades of green.
2644 (smerge-base): Use shades of yellow.
2645 (smerge-refined-change): Empty face.
2646 (smerge-refined-removed): New face that uses shades of red.
2647 (smerge-refined-added): New face that uses shades of green.
2648 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
2649 args `props-r' and `props-a', and use them. Doc fix.
2650 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
2651 on its value use different faces `smerge-refined-change',
2652 `smerge-refined-removed', `smerge-refined-added' in the call to
2653 `smerge-refine-subst'.
2654
2655 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
2656 Add face condition `min-colors 88' with shades of red.
2657 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
2658 `min-colors 88' with shades of green.
2659 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
2660 `min-colors 88' with shades of yellow.
2661
2662 2012-05-24 Glenn Morris <rgm@gnu.org>
2663
2664 * paths.el (prune-directory-list, remote-shell-program): Move to...
2665 * files.el (prune-directory-list, remote-shell-program): ...here.
2666 For the latter, delay initialization, prefer ssh, just search PATH.
2667
2668 * paths.el (term-file-prefix): Move to faces.el (the only user).
2669 * faces.el (term-file-prefix): Move here, make it a defcustom.
2670
2671 * paths.el (news-directory, news-path, news-inews-program):
2672 Move to gnus/nnspool.el.
2673
2674 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
2675
2676 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
2677 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
2678 Make the latter a defcustom, with a delayed initialization.
2679
2680 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
2681 These were deleted from Gnus itself late 2010.
2682
2683 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
2684
2685 * progmodes/which-func.el (which-func-ff-hook):
2686 Check against user-error, not error.
2687
2688 * emacs-lisp/edebug.el (top): Do not load or set up loading of
2689 cl-specs.el, which no longer exists.
2690
2691 2012-05-22 Glenn Morris <rgm@gnu.org>
2692
2693 * info.el (info-emacs-bug): New command.
2694 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
2695 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2696
2697 2012-05-21 Glenn Morris <rgm@gnu.org>
2698
2699 * makefile.w32-in (update-subdirs-SH):
2700 * Makefile.in (update-subdirs): Update for moved update-subdirs.
2701
2702 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
2705
2706 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2707 Simplify Maven regexp, and make sure the file can't start with a space
2708 (bug#11517).
2709
2710 2012-05-21 Glenn Morris <rgm@gnu.org>
2711
2712 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2713 Scrap superfluous subshells.
2714
2715 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2716
2717 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
2718 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
2719
2720 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
2721
2722 * calc/calc.el (calc-ensure-consistent-units): New variable.
2723
2724 * calc/calc-units.el (math-consistent-units-p)
2725 (math-check-unit-consistency): New functions.
2726 (calc-quick-units, calc-convert-units):
2727 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
2728 is non-nil.
2729 (calc-extract-units): Fix typo.
2730
2731 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
2734
2735 * textmodes/flyspell.el: Commenting style, plus code simplifications.
2736 (flyspell-default-deplacement-commands): Don't spell check after
2737 repeated window/frame switches (e.g. triggered by mouse-movement).
2738 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
2739 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
2740 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
2741 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
2742 Remove unused vars.
2743 (flyspell-get-casechars, flyspell-get-not-casechars):
2744 Simplify; Don't bother removing a ] just to add it back.
2745 * textmodes/ispell.el (ispell-program-name): Use executable-find.
2746
2747 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2748
2749 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
2750 New functions.
2751 (math-function-table): Add support for more C functions.
2752
2753 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2754
2755 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2756 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2757 Protect delay handling for otherchars against empty otherchars.
2758
2759 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2762 their respective macro declarations.
2763 * skeleton.el (define-skeleton):
2764 * progmodes/compile.el (define-compilation-mode):
2765 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
2766 (define-ibuffer-filter):
2767 * emacs-lisp/generic.el (define-generic-mode):
2768 * emacs-lisp/easy-mmode.el (define-minor-mode)
2769 (define-globalized-minor-mode):
2770 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
2771 * emacs-lisp/byte-run.el (defsubst):
2772 * custom.el (deftheme): Add doc-string metadata.
2773
2774 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2775
2776 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
2777
2778 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
2781
2782 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
2783 * emacs-lisp/cl-macs.el: Idem.
2784 * emacs-lisp/cl-specs.el: Remove.
2785
2786 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 Minor renaming of internal CL functions and variables.
2789 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
2790 (cl--position): Rename from cl-position.
2791 (cl--delete-duplicates): Rename from cl-delete-duplicates.
2792 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
2793 (cl--random-state): Rename from *random-state*.
2794
2795 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
2798 parens around the arg list (bug#11499).
2799
2800 2012-05-17 Juri Linkov <juri@jurta.org>
2801
2802 * isearch.el (word-search-regexp, word-search-backward)
2803 (word-search-forward, word-search-backward-lax)
2804 (word-search-forward-lax): Move functions from search.c
2805 (bug#10145, bug#11381).
2806
2807 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2808
2809 * textmodes/flyspell.el (flyspell-check-pre-word-p)
2810 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
2811 Delay for otherchars as for normal word components.
2812
2813 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * minibuffer.el (completion--sifn-requote): Fix last change.
2816 (minibuffer-local-must-match-filename-map):
2817 Move define-obsolete-variable-alias before its var.
2818
2819 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
2822
2823 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
2824 behavior.
2825 (completion--string-equal-p): New function.
2826 (completion--twq-all): Use it to get better assertion failure data.
2827
2828 Only handle ".." and '..' quoting in shell-mode (bug#11466).
2829 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
2830 (shell--requote-argument): New functions.
2831 (shell-completion-vars): Use them.
2832 (shell--parse-pcomplete-arguments): Rename from
2833 shell-parse-pcomplete-arguments.
2834 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
2835 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
2836 Obey comint-file-name-quote-list.
2837
2838 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
2839 (smie-indent-keyword): Use it.
2840
2841 2012-05-14 Stefan Merten <smerten@oekonux.de>
2842
2843 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
2844
2845 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * net/rlogin.el (rlogin-mode-map): Fix last change.
2848
2849 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
2850
2851 * mail/smtpmail.el (smtpmail-send-command): Send the command and
2852 the following \r\n using a single `process-send-string', since the
2853 Lotus SMTP server refuses to accept any commands if they are sent
2854 with two `process-send-string's (Bug#11444).
2855
2856 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * shell.el (shell-parse-pcomplete-arguments):
2859 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
2860
2861 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2862
2863 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2864 (image-transform-scale, image-transform-right-angle-fudge): New vars.
2865 (image-transform-width, image-transform-fit-width): New functions.
2866 (image-transform-properties): Use them.
2867 (image-transform-check-size): New function.
2868 (image-toggle-display-image): Use it (for testing).
2869 (image-transform-set-rotation): Reduce angle mod 360.
2870 Delete obsolete comment.
2871
2872 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
2873
2874 * image-mode.el: Fix scaling (bug#11399).
2875 (image-transform-resize): Doc fix.
2876 (image-transform-properties): Default scale is 1 and height should
2877 be an integer.
2878
2879 2012-05-13 Johan Bockgård <bojohan@gnu.org>
2880
2881 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
2882 than hard-coding `car', to fix misbehavior when moving forward.
2883
2884 2012-05-13 Chong Yidong <cyd@gnu.org>
2885
2886 * emacs-lisp/tabulated-list.el (tabulated-list-format)
2887 (tabulated-list-entries, tabulated-list-padding)
2888 (tabulated-list-sort-key): Make permanent-local.
2889
2890 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
2891 (electric-buffer-list): Put electric buffer menu
2892 command descriptions in this docstring, instead of the docstring
2893 of electric-buffer-menu-mode. Code cleanups.
2894 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
2895 Electric-buffer-menu-mode.
2896 (electric-buffer-update-highlight): Minor code cleanup.
2897
2898 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
2899
2900 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
2901 (Bug#11447)
2902
2903 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 Move define-obsolete-variable-alias before the var's definition.
2906 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
2907 * tooltip.el (tooltip-hook):
2908 * textmodes/reftex-toc.el (reftex-toc-map):
2909 * textmodes/reftex-sel.el (reftex-select-label-map)
2910 (reftex-select-bib-map):
2911 * textmodes/reftex-index.el (reftex-index-map)
2912 (reftex-index-phrases-map):
2913 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
2914 * progmodes/meta-mode.el (meta-mode-map):
2915 * novice.el (disabled-command-hook):
2916 * loadhist.el (unload-hook-features-list):
2917 * frame.el (blink-cursor):
2918 * files.el (find-file-not-found-hooks, write-file-hooks)
2919 (write-contents-hooks):
2920 * emulation/tpu-edt.el (GOLD-map):
2921 * emacs-lock.el (emacs-lock-from-exiting):
2922 * emacs-lisp/generic.el (generic-font-lock-defaults):
2923 * emacs-lisp/chart.el (chart-map):
2924 * dos-fns.el (register-name-alist):
2925 * dired-x.el (dired-omit-files-p):
2926 * desktop.el (desktop-enable):
2927 * cus-edit.el (custom-mode-hook):
2928 * buff-menu.el (buffer-menu-mode-hook):
2929 * bookmark.el (bookmark-read-annotation-text-func)
2930 (bookmark-exit-hooks):
2931 * allout.el (allout-mode-deactivate-hook)
2932 (allout-exposure-change-hook, allout-structure-added-hook)
2933 (allout-structure-deleted-hook, allout-structure-shifted-hook):
2934 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
2935 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
2936 comes before the corresponding variable's definition.
2937
2938 2012-05-12 Chong Yidong <cyd@gnu.org>
2939
2940 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
2941 (Buffer-menu-mouse-select): Restore function (Bug#11459).
2942 (Buffer-menu-mode-map): Bind it.
2943 (Buffer-menu--pretty-name): Add a mouse-face property.
2944
2945 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
2948 (prolog-upper-case-string, prolog-lower-case-string)
2949 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
2950 (prolog-use-smie, prolog-smie-grammar): New vars.
2951 (prolog-smie-forward-token, prolog-smie-backward-token)
2952 (prolog-smie-rules): New funs.
2953 (prolog-comment-indent): Remove.
2954 (prolog-mode-variables): Use default comment indentation instead.
2955 Setup SMIE.
2956 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
2957 (prolog-mode): Don't call them any more.
2958 (prolog-electric-colon, prolog-electric-dash)
2959 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
2960
2961 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
2962
2963 * minibuffer.el (completion--twq-all): Again, allow case differences.
2964
2965 * term.el: Move keymap initialization code to be more idiomatic.
2966 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
2967 (term-terminal-menu): Move initialization into declaration.
2968 (term-escape-char): Let the user set it in her .emacs.
2969
2970 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
2971 Provide SMIE-based indentation (not enabled by default yet).
2972 (sh-mode-map): Don't bind electric keys.
2973 Use electric-pair-mode instead of skeleton-pair.
2974 (sh-assignment-regexp): Fit within 80 columns.
2975 (sh-indent-supported): Specify actual shell name instead of boolean.
2976 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
2977 (sh-maybe-here-document): Use it. Make obsolete.
2978 (sh-electric-here-document-mode) New minor mode.
2979 (sh-mode): Use it. Don't set sh-indent-supported-here here.
2980 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
2981 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
2982 (sh-smie-rc-grammar, sh-use-smie): New vars.
2983 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
2984 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
2985 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
2986 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
2987 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
2988 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
2989 (sh-set-shell): Use smie-setup if requested.
2990
2991 * term.el (term-set-escape-char): Properly set term-escape-char.
2992 See http://stackoverflow.com/questions/10524656.
2993
2994 2012-05-10 Chong Yidong <cyd@gnu.org>
2995
2996 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
2997 Use url-generic-parse-url, and handle host names and Windows
2998 filenames properly.
2999 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3000 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3001 URL schemes to work on.
3002 (ffap--toggle-read-only): New function.
3003 (ffap-read-only, ffap-read-only-other-window)
3004 (ffap-read-only-other-frame): Use it.
3005 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3006 necessary for ffap-url-unwrap-remote.
3007
3008 2012-05-10 Dave Abrahams <dave@boostpro.com>
3009
3010 * cus-start.el (create-lockfiles): Add it.
3011
3012 2012-05-09 Chong Yidong <cyd@gnu.org>
3013
3014 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3015 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3016
3017 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3020
3021 2012-05-09 Chong Yidong <cyd@gnu.org>
3022
3023 * ansi-color.el (ansi-color-process-output): Check for validity of
3024 comint-last-output-start before using it. This avoids a bad
3025 interaction with gdb-mi's input/output buffer.
3026
3027 2012-05-09 Glenn Morris <rgm@gnu.org>
3028
3029 * files.el (dir-locals-read-from-file):
3030 Mention dir-locals in any error message.
3031
3032 2012-05-09 Chong Yidong <cyd@gnu.org>
3033
3034 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3035 package (Bug#11410).
3036
3037 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3038 variables into description.
3039
3040 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3043 shell-delimiter-argument-list (bug#11348).
3044 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3045
3046 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
3047
3048 * textmodes/rst.el: Silence byte-compiler warnings.
3049 (rst-re-alist, rst-reset-section-caches): Move around.
3050 (rst-re): Use `characterp', not `char-valid-p'.
3051 (font-lock-beg, font-lock-end): Declare.
3052
3053 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3054 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3055
3056 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3057
3058 2012-05-08 Glenn Morris <rgm@gnu.org>
3059
3060 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3061
3062 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * vc/log-edit.el: Add GNU coding standards highlighting.
3065 (log-edit-font-lock-gnu-style)
3066 (log-edit-font-lock-gnu-keywords): New vars.
3067 (log-edit-font-lock-keywords): New fun.
3068 (log-edit-mode): Don't fold case in font-lock.
3069 (log-edit-font-lock-keywords): Do not assume case-folding.
3070
3071 * imenu.el: Misc cleanup. Make docstrings out of comments.
3072 Use lexical-binding.
3073 (imenu--index-alist, imenu--last-menubar-index-alist)
3074 (imenu-menubar-modified-tick): Use defvar-local.
3075 (imenu--split-menu): Remove unused var.
3076 (imenu--cleanup-seen): Declare as global.
3077 (imenu--cleanup): Use dolist.
3078
3079 * subr.el (defvar-local): Add debug spec and doc-string position.
3080
3081 2012-05-08 Glenn Morris <rgm@gnu.org>
3082
3083 * language/burmese.el, language/cham.el, language/czech.el:
3084 * language/english.el, language/georgian.el, language/greek.el:
3085 * language/japanese.el, language/khmer.el, language/korean.el:
3086 * language/lao.el, language/misc-lang.el, language/romanian.el:
3087 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3088 * language/thai.el, language/utf-8-lang.el:
3089 Remove no-byte-compile setting.
3090
3091 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3092
3093 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3094
3095 * progmodes/make-mode.el (makefile-browse):
3096 Remove unnecessary interactive. (Bug#11324)
3097
3098 2012-05-07 Glenn Morris <rgm@gnu.org>
3099
3100 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3101
3102 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3103
3104 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * loadup.el: Preload newcomment.el.
3107 * newcomment.el: Move autoload-only code to toplevel.
3108
3109 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3110 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3111 Handle new :right-align column property.
3112 (tabulated-list-print-col): Idem, plus use `display' text-property to
3113 try and preserve alignment for variable pitch fonts.
3114
3115 2012-05-07 Chong Yidong <cyd@gnu.org>
3116
3117 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3118 (tabulated-list-use-header-line): New var.
3119 (tabulated-list-init-header): Use it.
3120 (tabulated-list-print-fake-header): New function.
3121 (tabulated-list-print): Use it.
3122 (tabulated-list-sort-button-map): Add non-header-line commands.
3123 (tabulated-list-init-header): Add column name property to basic
3124 labels as well.
3125 (tabulated-list-col-sort): Handle non-header-line button case.
3126 (tabulated-list--sort-by-column-name): Fix a corner case.
3127
3128 * buff-menu.el (list-buffers--refresh):
3129 Handle Buffer-menu-use-header-line.
3130
3131 2012-05-06 Chong Yidong <cyd@gnu.org>
3132
3133 * buff-menu.el: Convert to Tabulated List mode.
3134 (Buffer-menu-buffer+size-width): Make obsolete.
3135 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3136 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3137 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3138 documentation into docstring of buffer-menu.
3139 (Buffer-menu-toggle-files-only): Add an informative message.
3140 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3141 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3142 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3143 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3144 (Buffer-menu-execute, Buffer-menu-select)
3145 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3146 (Buffer-menu-bury): Use Tabulated List machinery.
3147 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3148 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
3149 Delete.
3150 (list-buffers--refresh): New function.
3151 (list-buffers-noselect): Use it.
3152 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3153 (Buffer-menu--pretty-file-name): New helper functions.
3154
3155 * loadup.el: Preload tabulated-list.
3156
3157 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3158 tabulated-list-sort-column.
3159 (tabulated-list-init-header): Add the initial aligning space even
3160 if tabulated-list-padding is zero.
3161
3162 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3163
3164 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3165 whose cdr is not a cons cell correctly (bug#11038).
3166
3167 2012-05-06 Chong Yidong <cyd@gnu.org>
3168
3169 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3170 Accept additional plist in column descriptors.
3171 (tabulated-list-init-header): Obey it.
3172 (tabulated-list-get-entry): New function.
3173 (tabulated-list-put-tag): Use it. Use string-width instead of
3174 length.
3175 (tabulated-list--column-number): New function.
3176 (tabulated-list-print): Use it.
3177 (tabulated-list-print-col): New function.
3178 Set `tabulated-list-column-name' property on each column's text.
3179 (tabulated-list-print-entry): Use it.
3180 (tabulated-list-delete-entry, tabulated-list-set-col):
3181 New functions.
3182 (tabulated-list-sort-column): New command (Bug#11337).
3183
3184 * buff-menu.el (list-buffers): Move C-x C-b binding from
3185 buff-menu.el to bindings.el.
3186
3187 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3188 :advertised-binding feature.
3189
3190 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3191
3192 * progmodes/compile.el (compilation-internal-error-properties):
3193 Calculate start position correctly when end-col is set but
3194 end-line is not (Bug#11382).
3195
3196 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3197
3198 * man.el (Man-unindent): Use text-property-default-nonsticky to
3199 prevent untabify from inheriting face properties (Bug#11408).
3200
3201 2012-05-05 Stefan Merten <smerten@oekonux.de>
3202
3203 * textmodes/rst.el: Major merge with upstream development up to
3204 Docutils SVN r7399 / rst.el V1.2.1.
3205
3206 Clarify maintainership and authors.
3207
3208 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3209 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3210 (rst-official-version, rst-official-cvs-rev, rst-version)
3211 (rst-package-emacs-version-alist): New functions and variables
3212 for version information.
3213
3214 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3215 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3216 (rst-mode-syntax-table, rst-mode): New and corrected functions
3217 and variables representing reStructuredText features.
3218
3219 (rst-re): New function for reStructuredText regexes. Use in
3220 many places.
3221
3222 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3223 (rst-mode-map): Rebind keys.
3224
3225 (rst-mode-lazy, rst-font-lock-keywords)
3226 (rst-font-lock-extend-region)
3227 (rst-font-lock-extend-region-internal)
3228 (rst-font-lock-extend-region-extend)
3229 (rst-font-lock-find-unindented-line-limit)
3230 (rst-font-lock-find-unindented-line-match)
3231 (rst-adornment-level, rst-font-lock-adornment-level)
3232 (rst-font-lock-adornment-match)
3233 (rst-font-lock-handle-adornment-pre-match-form)
3234 (rst-font-lock-handle-adornment-matcher): Major revision of
3235 font-locking. Integrate with other code. Use `jit-lock-mode'.
3236
3237 (rst-preferred-adornments, rst-adjust-hook)
3238 (rst-new-adornment-down, rst-preferred-bullets)
3239 (rst-preferred-bullets, rst-indent, rst-indent-width)
3240 (rst-indent-field, rst-indent-literal-normal)
3241 (rst-indent-literal-minimized, rst-indent-comment): Change,
3242 extend and improve customization.
3243
3244 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3245 (rst-normalize-cursor-position, rst-get-decoration)
3246 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3247 (rst-rstrip, rst-toc-insert-find-delete-contents)
3248 (rst-shift-fill-region, rst-compute-bullet-tabs)
3249 (rst-debug-print-tabs, rst-debug-mark-found)
3250 (rst-shift-region-guts, rst-shift-region-right)
3251 (rst-shift-region-left, rst-use-char-classes)
3252 (rst-font-lock-keywords-function)
3253 (rst-font-lock-indentation-point)
3254 (rst-font-lock-find-unindented-line-begin)
3255 (rst-font-lock-find-unindented-line-end)
3256 (rst-font-lock-find-unindented-line)
3257 (rst-font-lock-adornment-point, rst-font-lock-level)
3258 (rst-adornment-level-alist): Remove functions and variables.
3259
3260 (rst-compare-adornments, rst-get-adornment-match)
3261 (rst-suggest-new-adornment, rst-get-adornments-around)
3262 (rst-adornment-complete-p, rst-get-next-adornment)
3263 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3264 (rst-straighten-adornments): Standardize function names to
3265 use "adornment" instead of "decoration". Correct callers.
3266 Similar standardizing in many places.
3267
3268 (rst-update-section, rst-adjust, rst-promote-region)
3269 (rst-enumerate-region, rst-bullet-list-region)
3270 (rst-repeat-last-character): Correct use of `interactive'.
3271
3272 (rst-classify-adornment, rst-find-all-adornments)
3273 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3274 (rst-find-leftmost-column, rst-repeat-last-character):
3275 Refactor functions.
3276
3277 (rst-find-title-line, rst-reset-section-caches)
3278 (rst-get-adornments-around, rst-adjust-adornment-work)
3279 (rst-arabic-to-roman, rst-roman-to-arabic)
3280 (rst-insert-list-pos, rst-insert-list-new-item)
3281 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3282 New functions.
3283
3284 (rst-all-sections, rst-section-hierarchy)
3285 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3286 New variables.
3287
3288 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3289 configuration instead of only buffer. Change where necessary.
3290
3291 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3292 (rst-shift-region, rst-adaptive-fill): New functions for
3293 indentation and filling.
3294
3295 (rst-comment-line-break, rst-comment-indent)
3296 (rst-comment-insert-comment, rst-comment-region)
3297 (rst-uncomment-region): New functions for handling comments.
3298
3299 (rst-compile): Quote shell arguments.
3300
3301 (rst-compile-pdf-preview, rst-compile-slides-preview):
3302 Delete temporary files after use.
3303
3304 2012-05-05 Glenn Morris <rgm@gnu.org>
3305
3306 * calendar/cal-html.el: Optionally include holidays in the output.
3307 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3308 (cal-html-holidays): New option.
3309 (cal-html-css-default): Add holiday entry.
3310 (holiday-in-range): Autoload it.
3311 (cal-html-htmlify-entry): Add optional class argument.
3312 (cal-html-htmlify-list): Add optional holidays argument.
3313 (cal-html-insert-agenda-days): Include holidays in the output.
3314 (cal-html-one-month): Maybe include holidays.
3315
3316 * calendar/holidays.el (holiday-in-range):
3317 Move here from cal-tex-list-holidays.
3318 * calendar/cal-tex.el (cal-tex-list-holidays):
3319 Make it an obsolete alias for holiday-in-range. Update all callers.
3320
3321 2012-05-05 Chong Yidong <cyd@gnu.org>
3322
3323 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3324 Nextstep.
3325
3326 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3327
3328 * files.el (file-auto-mode-skip): New var.
3329 (set-auto-mode-1): Use it.
3330
3331 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * repeat.el: Use lexical-binding.
3334 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3335 (repeat-undo-count): Remove.
3336 (repeat):
3337 * progmodes/octave-mod.el (octave-abbrev-start):
3338 * progmodes/f90.el (f90-abbrev-start):
3339 * face-remap.el (text-scale-adjust):
3340 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3341
3342 * emacs-lisp/pcase.el (pcase--let*): New function.
3343 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3344 a bit more.
3345 (pcase--split-pred): Be more clever about ruling out overlap between
3346 a predicate and some constant pattern.
3347 (pcase--q1): Use `null' instead of (eq foo nil).
3348
3349 * subr.el (setq-local, defvar-local): New macros.
3350 (kbd): Redefine as an alias.
3351 (with-selected-window): Leave unrelated frames alone.
3352 (set-temporary-overlay-map): New function.
3353
3354 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * subr.el (user-error): New function.
3357 * window.el (switch-to-buffer):
3358 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3359 (smerge-match-conflict):
3360 * simple.el (previous-matching-history-element)
3361 (next-matching-history-element, goto-history-element, undo-more)
3362 (undo-start):
3363 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3364 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3365 (next-file, tags-loop-scan, list-tags, complete-tag):
3366 * progmodes/compile.el (compilation-loop):
3367 * mouse.el (mouse-minibuffer-check):
3368 * man.el (Man-bgproc-sentinel, Man-goto-page):
3369 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3370 (Info-history-forward, Info-follow-reference, Info-menu)
3371 (Info-extract-menu-item, Info-extract-menu-counting)
3372 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3373 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3374 (Info-next-reference, Info-prev-reference, Info-index)
3375 (Info-index-next, Info-follow-nearest-node)
3376 (Info-copy-current-node-name):
3377 * imenu.el (imenu--make-index-alist)
3378 (imenu-default-create-index-function, imenu-add-to-menubar):
3379 * files.el (basic-save-buffer, recover-file):
3380 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3381 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3382 (checkdoc-message-text, checkdoc-defun):
3383 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3384 * cus-edit.el (customize-changed-options, customize-rogue)
3385 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3386 (custom-variable-mark-to-reset-standard)
3387 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3388 (custom-file):
3389 * completion.el (check-completion-length):
3390 * comint.el (comint-search-arg)
3391 (comint-previous-matching-input-string-position)
3392 (comint-previous-matching-input)
3393 (comint-replace-by-expanded-history-before-point, comint-send-input)
3394 (comint-copy-old-input, comint-backward-matching-input)
3395 (comint-goto-process-mark, comint-set-process-mark):
3396 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3397 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3398
3399 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3400
3401 * dabbrev.el (dabbrev--ignore-case-p): New function.
3402 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3403 Use it.
3404
3405 * files.el (automount-dir-prefix): Mark as obsolete.
3406
3407 2012-05-04 Glenn Morris <rgm@gnu.org>
3408
3409 * patcomp.el, play/bruce.el: Move to obsolete/.
3410
3411 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3412
3413 Fix minor Y10k bugs.
3414 * arc-mode.el (archive-unixdate):
3415 * autoinsert.el (auto-insert-alist):
3416 * calc/calc-forms.el (math-this-year):
3417 * emacs-lisp/copyright.el (copyright-current-year)
3418 (copyright-update-year, copyright):
3419 * tar-mode.el (tar-clip-time-string):
3420 * time.el (display-time-update):
3421 Don't assume years have 4 digits.
3422
3423 2012-05-04 Chong Yidong <cyd@gnu.org>
3424
3425 * dos-w32.el (file-name-buffer-file-type-alist)
3426 (direct-print-region-use-command-dot-com):
3427 * ffap.el (ffap-menu-regexp):
3428 * find-file.el (ff-special-constructs):
3429 * follow.el (follow-debug):
3430 * forms.el (forms--debug):
3431 * iswitchb.el (iswitchb-all-frames):
3432 * ido.el (ido-all-frames):
3433 * emacs-lisp/timer.el (timer-max-repeats):
3434 * mail/feedmail.el (feedmail-mail-send-hook)
3435 (feedmail-mail-send-hook-queued):
3436 * mail/footnote.el (footnote-signature-separator):
3437 * mail/mailabbrev.el (mail-alias-separator-string)
3438 (mail-abbrev-mode-regexp):
3439 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3440 * progmodes/idlwave.el (idlwave-libinfo-file)
3441 (idlwave-default-completion-case-is-down)
3442 (idlwave-library-routines): Convert defvars to defcustoms.
3443
3444 * mail/rmail.el (rmail-decode-mime-charset):
3445 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3446 (idlwave-shell-fix-inserted-breaks)
3447 (idlwave-shell-activate-alt-keybindings)
3448 (idlwave-shell-use-breakpoint-glyph):
3449 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3450
3451 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3454
3455 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3456
3457 * progmodes/verilog-mode.el (font-lock-keywords):
3458 Fix mis-highligting auto. Reported by Craig Barner.
3459 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3460 defines from global name space. Reported by Dan Dever.
3461 (verilog-auto-reset, verilog-auto-reset-widths)
3462 (verilog-auto-tieoff): Support using unbased numbers for
3463 AUTORESET and AUTOTIEOFF.
3464 (verilog-submit-bug-report): Update variable list.
3465 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3466 parenthesis from not matching. Reported by Michael Rytting.
3467 (verilog-auto-template-lint): Fix hash error when linting modules
3468 with no used templates.
3469 (verilog-warn, verilog-warn-error)
3470 (verilog-warn-fatal): When non-interactive report multiple
3471 warnings before exiting. Suggested by Brad Dobbie.
3472 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3473 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3474 to report unused template errors. Reported by Brad Dobbie.
3475 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3476 nets, bug438. Reported by Vns Blore.
3477 (verilog-auto-inout-module, verilog-auto-reg)
3478 (verilog-read-decls, verilog-read-sub-decls-sig)
3479 (verilog-signals-edit-wire-reg, verilog-signals-with):
3480 Fix passing of Verilog data types in ANSI input/output ports
3481 such as "output logic" into the AUTOs. Special case "wire" and
3482 "reg" for backwards compatibility presuming Verilog 2001.
3483 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3484 (verilog-preprocess): Fix replication of preprocess output.
3485 Reported by Brad Dobbie.
3486 (verilog-auto-inst-interfaced-ports):
3487 Create verilog-auto-inst-interfaced-ports, bug429.
3488 Reported by Julian Gorfajn.
3489 (verilog-after-save-font-hook)
3490 (verilog-before-save-font-hook): New variable.
3491 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3492 (verilog-save-font-mods): Wrap disabling fontification, reported
3493 by David Rogoff.
3494 (verilog-do-indent, verilog-pretty-declarations-auto)
3495 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3496 Reported by Pierre-David Pfister.
3497 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3498 of class declarations, bug292. Reported by Kevin Heilman.
3499 (verilog-read-decls): Fix 'parameter type' not appearing in
3500 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3501 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3502 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3503 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3504 Reported by David Kravitz.
3505
3506 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
3507
3508 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3509 assignment with tests in ifs and for loops.
3510 (verilog-extended-complete-re, verilog-complete-reg): Change so
3511 that DPI inport functions don't look like fuction declarations.
3512 (verilog-pretty-expr): Don't line up assignment
3513 operations to the test and increment in if and for loops
3514 (verilog-extended-complete-re, verilog-complete-reg): Change so
3515 that DPI inport functions don't look like fuction declarations.
3516
3517 2012-05-03 Kenichi Handa <handa@m17n.org>
3518
3519 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
3520 decoding, and show a warning message without signaling an error
3521 (Bug#11282).
3522
3523 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * emacs-lisp/bytecomp.el
3526 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3527 since cconv.el might have introduced :fun-body, internal-make-closure,
3528 and friends for bytecomp to handle (bug#11391).
3529 * custom.el (defcustom): Avoid ((λ ..) ..).
3530
3531 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3534
3535 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * notifications.el (dbus-debug):
3538 * term/linux.el (gpm-mouse-enable):
3539 * term/screen.el (xterm-register-default-colors): Declare.
3540
3541 2012-05-02 Chong Yidong <cyd@gnu.org>
3542
3543 * cus-start.el (gc-cons-percentage, exec-suffixes)
3544 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3545 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3546 (make-cursor-line-fully-visible, void-text-area-pointer)
3547 (font-list-limit): Add customization data.
3548
3549 * allout.el (allout-exposure-change-functions)
3550 (allout-structure-added-functions)
3551 (allout-structure-deleted-functions)
3552 (allout-structure-shifted-functions): Rename abnormal hooks from
3553 *-hook, and convert to defcustoms.
3554 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3555 Convert to defcustoms.
3556 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3557
3558 * allout-widgets.el: Hook callers changed.
3559
3560 2012-05-02 Eli Zaretskii <eliz@gnu.org>
3561
3562 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3563 the yanked message in preference to the default value of
3564 buffer-file-coding-system.
3565
3566 2012-05-02 Martin Rudalics <rudalics@gmx.at>
3567
3568 * window.el (display-buffer--action-function-custom-type):
3569 Fix entry.
3570
3571 2012-05-02 Alan Mackenzie <acm@muc.de>
3572
3573 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3574
3575 2012-05-01 Glenn Morris <rgm@gnu.org>
3576
3577 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3578
3579 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
3580
3581 * cus-edit.el (custom-variable-documentation): Simplify with format.
3582
3583 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3584 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * simple.el (suggest-key-bindings, execute-extended-command):
3587 Move from keyboard.c.
3588
3589 2012-05-01 Chong Yidong <cyd@gnu.org>
3590
3591 * follow.el: Eliminate advice.
3592 (set-process-filter, process-filter, sit-for): Advice deleted.
3593 (follow-mode-off-hook): Obsolete hook removed.
3594 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
3595 Vars deleted.
3596 (follow-auto): Use a :set function.
3597 (follow-mode): Rewritten. Don't advise process filters.
3598 (follow-switch-to-current-buffer-all, follow-scroll-up)
3599 (follow-scroll-down): Assume follow-mode is bound.
3600 (follow-comint-scroll-to-bottom)
3601 (follow-align-compilation-windows): New functions.
3602 (follow--window-sorter): New function.
3603 (follow-all-followers): Use it to explicitly sort windows by their
3604 positions; don't make assumptions about next-window order.
3605 (follow-windows-start-end, follow-delete-other-windows-and-split)
3606 (follow-calc-win-start): Doc fix.
3607 (follow-windows-aligned-p, follow-select-if-visible): Don't call
3608 vertical-motion unnecessarily.
3609 (follow-adjust-window): New function.
3610 (follow-post-command-hook): Use it.
3611 (follow-call-set-process-filter, follow-call-process-filter)
3612 (follow-intercept-process-output, follow-tidy-process-filter-alist)
3613 (follow-stop-intercept-process-output, follow-generic-filter):
3614 Functions deleted.
3615 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
3616 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
3617 New functions, replacing advice on scroll-bar-* commands.
3618 (follow-mwheel-scroll): New function (Bug#4112).
3619
3620 * comint.el (comint-adjust-point): New function.
3621 (comint-postoutput-scroll-to-bottom): Use it.
3622 Call follow-comint-scroll-to-bottom for Follow mode buffers.
3623
3624 2012-05-01 Glenn Morris <rgm@gnu.org>
3625
3626 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
3627 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
3628 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
3629 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
3630 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
3631 Remove no-byte-compile setting.
3632
3633 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * minibuffer.el (completion-table-with-quoting): Fix compatibility
3636 all-completions code to not return a number in the last cdr.
3637
3638 2012-04-30 Leo Liu <sdl.web@gmail.com>
3639
3640 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
3641 read-only error.
3642
3643 2012-04-29 Chong Yidong <cyd@gnu.org>
3644
3645 * follow.el (follow-calc-win-end): Rewrite to handle partial
3646 screen lines correctly (Bug#8390).
3647 (follow-avoid-tail-recenter): Minor cleanup.
3648
3649 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 Avoid the obsolete `assoc' package.
3652 * speedbar.el (speedbar-refresh): Avoid adelete.
3653 (speedbar-file-lists): Simplify and avoid aput.
3654 * man.el (Man--sections, Man--refpages): New vars, replacing
3655 Man-sections-alist and Man-refpages-alist.
3656 (Man-build-section-alist, Man-build-references-alist):
3657 Use them; avoid aput.
3658 (Man--last-section, Man--last-refpage): New vars.
3659 (Man-follow-manual-reference): Use them.
3660 Use the `default' arg of completing-read.
3661 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
3662
3663 2012-04-27 Chong Yidong <cyd@gnu.org>
3664
3665 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
3666
3667 * startup.el (x-apply-session-resources): New function.
3668
3669 * term/ns-win.el (ns-initialize-window-system):
3670 * term/w32-win.el (w32-initialize-window-system):
3671 * term/x-win.el (x-initialize-window-system): Use it to properly
3672 set menu-bar-mode and other vars from X resources, even if the
3673 initial frame is not a window-system frame (Bug#2299).
3674
3675 * subr.el (read-key): Avoid running filter function when setting
3676 up temporary tool bar entries (Bug#9922).
3677
3678 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3679
3680 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
3681 (Bug#11344)
3682
3683 2012-04-27 Chong Yidong <cyd@gnu.org>
3684
3685 * select.el (xselect--encode-string): New function, split from
3686 xselect-convert-to-string.
3687 (xselect-convert-to-string): Use it.
3688 (xselect-convert-to-filename, xselect-convert-to-os)
3689 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
3690 returned strings are properly encoded (Bug#11315).
3691
3692 2012-04-27 Chong Yidong <cyd@gnu.org>
3693
3694 * simple.el (delete-active-region): Move to killing custom group.
3695
3696 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
3697
3698 * progmodes/which-func.el (which-func-current): Quote %
3699 characters for mode-line processing.
3700
3701 2012-04-27 Chong Yidong <cyd@gnu.org>
3702
3703 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
3704 reaching eob (Bug#11286).
3705
3706 2012-04-27 Eli Zaretskii <eliz@gnu.org>
3707
3708 * progmodes/gdb-mi.el (gdb-control-level): New variable.
3709 (gdb): Make it buffer-local and init to zero.
3710 (gdb-control-commands-regexp): New variable.
3711 (gdb-send): Don't wrap in "-interpreter-exec console" if
3712 gdb-control-level is positive. Increment gdb-control-level
3713 whenever the command matches gdb-control-commands-regexp, and
3714 decrement it each time the command is "end". (Bug#11279)
3715
3716 2012-04-27 Martin Rudalics <rudalics@gmx.at>
3717
3718 * window.el (adjust-window-trailing-edge, enlarge-window)
3719 (shrink-window, window-resize):
3720 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
3721 windows (Bug#11276).
3722
3723 2012-04-27 Chong Yidong <cyd@gnu.org>
3724
3725 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
3726 fix "missing prefix" warning. All callers changed.
3727
3728 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * emacs-lisp/assoc.el: Move to obsolete/.
3731
3732 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3733
3734 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
3735
3736 * term/ns-win.el (ns-define-service):
3737 * progmodes/pascal.el (pascal-goto-defun):
3738 * progmodes/js.el (js--read-tab):
3739 * progmodes/etags.el (tags-lazy-completion-table):
3740 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
3741 * emacs-lisp/ewoc.el (ewoc--wrap):
3742 * emacs-lisp/assoc.el (aput, adelete, amake):
3743 * doc-view.el (doc-view-convert-current-doc):
3744 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
3745
3746 2012-04-26 Chong Yidong <cyd@gnu.org>
3747
3748 * image.el (image-type-from-buffer): Only return supported image
3749 type (Bug#9045).
3750
3751 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
3752 value, for symmetry with diff-end-of-hunk.
3753 (diff-split-hunk, diff-find-source-location)
3754 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
3755 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
3756 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
3757 compute the relevant hunk or file properly (Bug#6005).
3758 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
3759
3760 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * vc/vc-mtn.el:
3763 * vc/vc-hg.el:
3764 * vc/vc-git.el:
3765 * vc/vc-dir.el:
3766 * vc/vc-cvs.el:
3767 * vc/vc-bzr.el:
3768 * vc/vc-arch.el:
3769 * vc/vc.el: Replace lexical-let by lexical-binding.
3770 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
3771 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
3772 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
3773
3774 2012-04-26 Chong Yidong <cyd@gnu.org>
3775
3776 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
3777 (diff-mode-shared-map): Bind it to / and [remap undo].
3778
3779 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
3780 (ediff-window-setup-function): Use it as the default, to set up
3781 windows based on whether the current frame is graphical (Bug#2138).
3782 (ediff-choose-window-setup-function-automatically): Make obsolete.
3783
3784 * vc/ediff-init.el: Always define ediff-pixel-width/height.
3785
3786 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * ffap.el: Remove old code for obsolete package.
3789 (ffap-complete-as-file-p): Remove.
3790
3791 Use completion-table-with-quoting for comint and pcomplete.
3792 * comint.el (comint--unquote&requote-argument)
3793 (comint--unquote-argument, comint--requote-argument): New functions.
3794 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
3795 (comint-quote-filename): Use regexp-opt-charset.
3796 (comint--common-suffix, comint--common-quoted-suffix)
3797 (comint--table-subvert): Remove.
3798 (comint-unquote-function, comint-requote-function): New vars.
3799 (comint--complete-file-name-data): Use them with
3800 completion-table-with-quoting.
3801 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
3802 * pcomplete.el (pcomplete-arg-quote-list)
3803 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
3804 (pcomplete-unquote-argument-function): Default to non-nil.
3805 (pcomplete-unquote-argument): Simplify.
3806 (pcomplete--common-quoted-suffix): Remove.
3807 (pcomplete-requote-argument-function): New var.
3808 (pcomplete--common-suffix): New function.
3809 (pcomplete-completions-at-point): Use completion-table-with-quoting
3810 and completion-table-subvert.
3811
3812 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
3813 (minibuffer--double-dollars): Preserve properties.
3814 (completion--sifn-requote): New function.
3815 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
3816
3817 * minibuffer.el: Add support for completion of quoted/escaped data.
3818 (completion-table-with-quoting, completion-table-subvert): New funs.
3819 (completion--twq-try, completion--twq-all): New functions.
3820 (completion--nth-completion): New function.
3821 (completion-try-completion, completion-all-completions): Use it.
3822
3823 2012-04-25 Leo Liu <sdl.web@gmail.com>
3824
3825 * progmodes/python.el (python-pdbtrack-get-source-buffer):
3826 Use compilation-message if available to find real filename.
3827
3828 2012-04-25 Chong Yidong <cyd@gnu.org>
3829
3830 * vc/diff-mode.el (diff-setup-whitespace): New function.
3831 (diff-mode): Use it.
3832
3833 * vc/diff.el (diff-sentinel):
3834 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
3835 Whitespace mode variables based on diff style (Bug#8612).
3836
3837 2012-04-25 Leo Liu <sdl.web@gmail.com>
3838
3839 * progmodes/python.el (python-send-region): Add suffix .py to the
3840 temp file.
3841
3842 * files.el (auto-mode-alist): Use javascript-mode instead.
3843
3844 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
3845
3846 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
3847
3848 * net/soap-client.el (soap-resolve-references-for-sequence-type)
3849 (soap-resolve-references-for-array-type): Hack to prevent self
3850 references, see Bug#9.
3851 (soap-parse-envelope): Report the contents of the 'detail' node
3852 when receiving a fault reply.
3853 (soap-parse-envelope): Report the contents of the entire 'detail' node.
3854
3855 * net/soap-inspect.el (soap-sample-value-for-simple-type)
3856 (soap-inspect-simple-type): New function.
3857
3858 * net/soap-client.el (soap-simple-type): New struct.
3859 (soap-default-xsd-types, soap-default-soapenc-types)
3860 (soap-decode-basic-type, soap-encode-basic-type):
3861 support unsignedInt and double basic types.
3862 (soap-resolve-references-for-simple-type)
3863 (soap-parse-simple-type, soap-encode-simple-type): New function.
3864 (soap-parse-schema): Parse xsd:simpleType declarations.
3865
3866 * net/soap-client.el (soap-default-xsd-types)
3867 (soap-default-soapenc-types): Add integer, byte and anyURI types.
3868 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
3869 the local name of "soapenc:Array".
3870 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
3871 decoding integer, byte and anyURI xsd types.
3872
3873 2012-04-25 Chong Yidong <cyd@gnu.org>
3874
3875 * cus-edit.el (custom-buffer-create-internal): Update header text.
3876
3877 2012-04-25 Eli Zaretskii <eliz@gnu.org>
3878
3879 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
3880 settings on 'system-type', not on 'window-system'. On MS-Windows,
3881 set interactive-mode on in GDB.
3882
3883 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
3886 (ruby-syntax-propertize-regexp): Remove.
3887 (ruby-syntax-propertize-function): Split regexp into chunks.
3888 Match following code directly.
3889
3890 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
3891
3892 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
3893 (ruby-syntax-propertize-regexp): New function.
3894 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
3895 by a special keyword.
3896
3897 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
3898 (ruby-syntax-general-delimiters-goto-beg)
3899 (ruby-syntax-propertize-general-delimiters): New functions.
3900 (ruby-syntax-propertize-function): Use them to handle GDL.
3901 (ruby-font-lock-keywords): Move old handling of GDL...
3902 (ruby-font-lock-syntactic-keywords): .. to here.
3903 (ruby-calculate-indent): Adjust indentation for GDL.
3904
3905 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
3906
3907 * notifications.el (top): Remove unneeded declarations.
3908 (notifications-specification-version): Change to "1.2".
3909 (notifications-interface, notifications-notify-method)
3910 (notifications-close-notification-method): Fix docstring.
3911 (notifications-get-capabilities-method): New defconst.
3912 (notifications-notify): Add :action-items, :resident and
3913 :transient hints. Change "image_data" to "image-data" and
3914 "image_path" to "image-path".
3915 (notifications-get-capabilities): New defun.
3916
3917 2012-04-24 Leo Liu <sdl.web@gmail.com>
3918
3919 * progmodes/python.el: Move hideshow setup to the end.
3920
3921 2012-04-24 Martin Rudalics <rudalics@gmx.at>
3922
3923 * window.el (handle-select-window): Clear echo area since this is
3924 no more done by read_char (Bug#11304).
3925
3926 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3927
3928 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
3929 and `/ M' to filter-derived-mode.
3930 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
3931 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3932 (ibuffer-mark-by-mode): Use default rather than initial-input.
3933 (ibuffer-filter-by-derived-mode): Autoload and require-match.
3934
3935 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
3936
3937 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
3938 (ibuffer-filter-by-derived-mode): New filter.
3939 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
3940
3941 2012-04-23 Andreas Politz <politza@fh-trier.de>
3942
3943 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
3944
3945 2012-04-23 Chong Yidong <cyd@gnu.org>
3946
3947 * cus-edit.el (customize-apropos, customize-apropos-options):
3948 Disable matching of non-option variables (Bug#11176).
3949 (customize-option, customize-option-other-window)
3950 (customize-changed-options): Doc fix.
3951 (customize-apropos-options, customize-apropos-faces)
3952 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
3953
3954 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
3955 Fix word list splitting (Bug#11132).
3956 (apropos-symbol, apropos-keybinding, apropos-label)
3957 (apropos-property, apropos-function-button)
3958 (apropos-variable-button, apropos-misc-button): New faces.
3959 (apropos-symbol-face, apropos-keybinding-face)
3960 (apropos-label-face, apropos-property-face, apropos-match-face):
3961 Variables removed (Bug#8396).
3962 (apropos-library-button, apropos-format-plist, apropos-print)
3963 (apropos-print-doc, apropos-describe-plist): Callers changed.
3964
3965 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
3966
3967 * net/xesam.el (xesam-mode-map): Use let-bound map in
3968 initialization. (Bug#11292)
3969
3970 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3971
3972 Preserve ispell session localwords when switching back to
3973 original buffer.
3974
3975 * textmodes/ispell.el (ispell-buffer-session-localwords):
3976 New buffer-local variable to hold buffer session localwords.
3977 (ispell-kill-ispell): Add option 'clear to delete session
3978 localwords.
3979 (ispell-command-loop, ispell-change-dictionary)
3980 (ispell-buffer-local-words): Preserve session localwords when
3981 needed.
3982
3983 * textmodes/flyspell.el (flyspell-process-localwords)
3984 (flyspell-do-correct): Preserve session localwords when needed.
3985
3986 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3987
3988 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
3989 using obsolete `translation-table-for-input'.
3990 (ispell-word, ispell-process-line, ispell-complete-word):
3991 Use plain `insert' instead of removed `ispell-insert-word'.
3992
3993 2012-04-22 Chong Yidong <cyd@gnu.org>
3994
3995 * cus-edit.el (custom-variable-menu)
3996 (custom-variable-reset-saved, custom-face-menu)
3997 (custom-face-reset-saved): If there is no saved value, make the
3998 "reset-saved" operation bring back the default (Bug#9509).
3999 (custom-face-state): Properly detect themed faces.
4000
4001 * faces.el (face-spec-set): Stop supporting deprecated form of
4002 third arg.
4003
4004 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
4005
4006 Move functions from C to Lisp. Make non-blocking method calls
4007 the default. Implement further D-Bus standard interfaces.
4008
4009 * net/dbus.el (dbus-message-internal): Declare function.
4010 Remove unneeded function declarations.
4011 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4012 (dbus-message-type-method-return, dbus-message-type-error)
4013 (dbus-message-type-signal): Declare variables. Remove local
4014 definitions.
4015 (dbus-interface-dbus, dbus-interface-peer)
4016 (dbus-interface-introspectable, dbus-interface-properties)
4017 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4018 Adapt docstring.
4019 (dbus-interface-objectmanager): New defconst.
4020 (dbus-call-method, dbus-call-method-asynchronously)
4021 (dbus-send-signal, dbus-method-return-internal)
4022 (dbus-method-error-internal, dbus-register-service)
4023 (dbus-register-signal, dbus-register-method): New defuns, moved
4024 from dbusbind.c
4025 (dbus-call-method-handler, dbus-setenv)
4026 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4027 New defuns.
4028 (dbus-call-method-non-blocking): Make it an obsolete function.
4029 (dbus-unregister-object, dbus-unregister-service)
4030 (dbus-handle-event, dbus-register-property)
4031 (dbus-property-handler): Obey the new structure of
4032 `bus-registered-objects'.
4033 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4034 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4035 Use `dbus-call-method'.
4036
4037 2012-04-22 Chong Yidong <cyd@gnu.org>
4038
4039 * cus-edit.el (custom-commands, custom-reset-menu)
4040 (Custom-reset-standard): Tweak labels.
4041 (custom-reset-button-menu): Change default to t.
4042 (custom-buffer-create-internal): For the custom-reset-button-menu
4043 case, put the revert button first.
4044 (custom-group-subtitle): New face.
4045 (custom-group-value-create): Align docstring to a specific column.
4046
4047 * wid-edit.el (widget-documentation-link-add): Don't handle
4048 indentation in this function.
4049 (widget-documentation-string-indent-to): New function.
4050 (widget-documentation-string-value-create): Use it.
4051
4052 * autorevert.el (auto-revert):
4053 * epg-config.el (epg):
4054 * ibuffer.el (ibuffer):
4055 * mpc.el (mpc):
4056 * ses.el (ses):
4057 * eshell/eshell.el (eshell):
4058 * net/ange-ftp.el (ange-ftp):
4059 * progmodes/ebnf2ps.el (postscript):
4060 * progmodes/flymake.el (flymake):
4061 * progmodes/prolog.el (prolog):
4062 * progmodes/verilog-mode.el (verilog-mode):
4063 * progmodes/which-func.el (which-func):
4064 * term/xterm.el (xterm):
4065 * textmodes/picture.el (picture):
4066 * textmodes/tildify.el (tildify):
4067 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4068 customization buffers.
4069
4070 2012-04-22 Alan Mackenzie <acm@muc.de>
4071
4072 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4073 Adding a ) can hide the resulting (..) from searches. Fix it.
4074 Bound the backward search to the position of the existing (.
4075
4076 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * progmodes/verilog-mode.el (verilog-mode): Check whether
4079 which-func-modes is t before adding verilog-mode.
4080 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4081
4082 2012-04-21 Leo Liu <sdl.web@gmail.com>
4083
4084 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
4085
4086 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4087
4088 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4089 filling of the last column of a table (Bug#5635).
4090 (woman-find-next-control-line): New arg, specifying an additional
4091 regexp component for the control line.
4092 (woman2-roff-buffer): Use it.
4093 (woman-break-table): New function.
4094 (woman2-TS): Use it.
4095
4096 2012-04-21 Chong Yidong <cyd@gnu.org>
4097
4098 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4099 (woman-horizontal-escapes, woman-negative-vertical-space)
4100 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4101 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4102
4103 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * minibuffer.el (completion-file-name-table): Complete user names.
4106
4107 2012-04-20 Leo Liu <sdl.web@gmail.com>
4108
4109 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4110 and pcase-let*.
4111
4112 2012-04-20 Chong Yidong <cyd@gnu.org>
4113
4114 * server.el (server-execute): Respect initial-buffer-choice if it
4115 is a string and there are no files to open (Bug#2825).
4116 (server-create-window-system-frame, server-create-tty-frame):
4117 Don't switch buffers here.
4118 (server-process-filter): Only try to open a window system frame if
4119 compiled with graphical support (Bug#8314).
4120
4121 2012-04-20 Dan Nicolaescu <dann@gnu.org>
4122
4123 * battery.el (battery-echo-area-format): Display remaining time
4124 for sysfs backend too (Bug#11269).
4125 (battery-linux-sysfs): Fix conditional for the charge.
4126
4127 2012-04-20 Chong Yidong <cyd@gnu.org>
4128
4129 * progmodes/gdb-mi.el (gdb): Revert previous change.
4130 (gdb-inferior-io--init-proc): New function.
4131 (gdb-init-1): Use it.
4132 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4133 responsible for allocating a new pty and hooking it to gdb when
4134 the old pty gets an EIO due to process exit.
4135 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4136 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4137 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4138
4139 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4140
4141 * window.el (window-min-size, window-sizable, window-min-delta)
4142 (window-max-delta, window--resizable, window-resizable)
4143 (window-total-size, window-full-height-p, window-full-width-p)
4144 (window-in-direction, window--resize-mini-window, window-resize)
4145 (window--resize-child-windows-normal)
4146 (window--resize-child-windows, window--resize-siblings)
4147 (window--resize-this-window, adjust-window-trailing-edge)
4148 (enlarge-window, shrink-window): Doc fixes.
4149
4150 2012-04-20 Chong Yidong <cyd@gnu.org>
4151
4152 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4153 New function to call delete-process on the gdb-inferior buffer's pty.
4154 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4155 pty process (Bug#11273).
4156 (gdb-update): New arg to suppress talking to the gdb process.
4157 (gdb-done-or-error): Use it.
4158 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4159 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4160 sentinel not being called.
4161
4162 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4163
4164 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4165
4166 2012-04-20 Glenn Morris <rgm@gnu.org>
4167
4168 * net/network-stream.el (open-network-stream): Doc fix.
4169
4170 2012-04-20 Chong Yidong <cyd@gnu.org>
4171
4172 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4173
4174 2012-04-20 Alan Mackenzie <acm@muc.de>
4175
4176 Ensure searching for keywords is case sensitive.
4177
4178 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4179 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4180 (c-defun-name, c-mark-function, c-cpp-define-name)
4181 (c-comment-indent, c-scan-conditionals, c-indent-defun)
4182 (c-context-line-break): Bind case-fold-search to nil.
4183
4184 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4185 Bind case-fold-search to nil.
4186
4187 2012-04-20 Chong Yidong <cyd@gnu.org>
4188
4189 * mail/sendmail.el (mail-bury): Call return action with the right
4190 Rmail buffer (Bug#11242).
4191
4192 * server.el (server-process-filter): Handle corner case where both
4193 tty and nowait options are present (Bug#11102).
4194
4195 2012-04-20 Eli Zaretskii <eliz@gnu.org>
4196
4197 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
4198 (top level): Put into the executable the ident-style '$Id:' tag on
4199 windows-nt as well.
4200
4201 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * electric.el (electric-indent-post-self-insert-function): Check that
4204 electric-indent-mode is enabled in current buffer.
4205
4206 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4207
4208 * imenu.el (imenu-progress-message): Restore; it is "used" in
4209 erc/erc-imenu.el and net/snmp-mode.el.
4210
4211 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4214 (mouse-avoidance-nudge-mouse): Remove unused binding.
4215
4216 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4217
4218 * descr-text.el (describe-char):
4219 * progmodes/python.el (python-describe-symbol):
4220 Don't call `toggle-read-only', set `buffer-read-only'.
4221
4222 * imenu.el (imenu-default-goto-function): Mark unused args.
4223 (imenu-progress-message): Remove obsolete macro; all callers changed.
4224
4225 * subr.el (keymap-canonicalize): Remove unused binding.
4226 (read-passwd): Mark unused arg.
4227
4228 * tutorial.el (tutorial--display-changes): Remove unused binding.
4229 (tutorial--save-tutorial-to): Remove unused variable.
4230
4231 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4232 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4233 (package-generate-autoloads, package-menu--generate)
4234 (package-menu--find-upgrades): Remove unused bindings.
4235
4236 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4237 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4238 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4239 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4240 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4241 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4242 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4243 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4244 (cua-delete-char-rectangle): Mark unused args.
4245 (cua-align-rectangle): Remove unused binding.
4246
4247 * mail/rmail.el (compilation--message->loc)
4248 (epa--find-coding-system-for-mime-charset): Declare.
4249
4250 * net/dbus.el (dbus-register-service): Declare.
4251 (dbus-name-owner-changed-handler): Remove unused binding.
4252
4253 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4254 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4255 (nxml-scan-backward-within): Mark unused arg.
4256 (nxml-dynamic-markup-word): Remove unused binding.
4257
4258 * mouse.el (mouse-menu-major-mode-map):
4259 * emacs-lisp/authors.el (authors-scan-change-log)
4260 (authors-add-to-author-list):
4261 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4262 * emacs-lisp/smie.el (smie-auto-fill):
4263 * mail/sendmail.el (mail-bury):
4264 * mail/unrmail.el (unrmail):
4265 * net/tls.el (open-tls-stream):
4266 * textmodes/picture.el (picture-mouse-set-point):
4267 Remove unused bindings.
4268
4269 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
4270
4271 * net/tramp.el (tramp-action-password): Let-bind
4272 `enable-recursive-minibuffers' to t.
4273
4274 2012-04-18 Sam Steingold <sds@gnu.org>
4275
4276 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4277 instead of 'string to accommodate values like [f11].
4278 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4279 * progmodes/gdb-mi.el: Likewise.
4280
4281 2012-04-18 Leo Liu <sdl.web@gmail.com>
4282
4283 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4284 current buffer.
4285 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4286 LOCAL is nil.
4287
4288 2012-04-18 Chong Yidong <cyd@gnu.org>
4289
4290 * simple.el (line-move): Use forward-line if in batch mode
4291 (Bug#11053).
4292
4293 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4294
4295 * files.el (after-find-file): Do not try to add a final newline if
4296 the buffer is read-only (Bug#11156).
4297
4298 2012-04-17 Richard Stallman <rms@gnu.org>
4299
4300 * mail/rmail.el (rmail-start-mail):
4301 Pass (rmail-mail-return...) for the return-action.
4302 Pass (rmail-yank-current-message...) for the yank-action.
4303 (rmail-yank-current-message): New function.
4304 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4305 (rmail-reply): Likewise.
4306 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4307
4308 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
4309 buffer, not the last. Reject temp buffers. Use the rmail-mode
4310 buffer, not newbuf.
4311
4312 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
4313
4314 * server.el (server-ensure-safe-dir): Simplify.
4315
4316 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4317
4318 * emacs-lisp/smie.el: Provide smarter auto-filling.
4319 (smie-auto-fill): New function.
4320 (smie-setup): Use it.
4321
4322 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4323
4324 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
4325
4326 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4327 (comment-indent): Use it.
4328
4329 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4330
4331 * ses.el: The overall change is to add cell renaming, that is
4332 setting fancy names for cell symbols other than name matching
4333 "\\`[A-Z]+[0-9]+\\'" regexp .
4334 (ses-localvars): Add ses--renamed-cell-symb-list.
4335 (ses-create-cell-variable): New defun.
4336 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4337 (ses-relocate-formula): Relocate formulas only for cells the
4338 symbols of which are not renamed, i.e. symbols whose names do not
4339 match regexp "\\`[A-Z]+[0-9]+\\'".
4340 (ses-relocate-all): Relocate values only for cells the symbols of
4341 which are not renamed.
4342 (ses-load): Create cells variables as the (ses-cell ...) are read,
4343 in order to check row col consistency with cell symbol name only
4344 for cells that are not renamed.
4345 (ses-replace-name-in-formula): New defun.
4346 (ses-rename-cell): New defun.
4347
4348 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4349
4350 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4351 New option (bug#11118).
4352 (perl-calculate-indent): Respect it.
4353
4354 2012-04-17 Glenn Morris <rgm@gnu.org>
4355
4356 * dired-aux.el (dired-mark-read-string): Doc fix.
4357
4358 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4359
4360 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4361 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4362
4363 2012-04-17 Glenn Morris <rgm@gnu.org>
4364
4365 * mouse.el (mouse-drag-track):
4366 * speedbar.el (speedbar-frame-mode):
4367 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4368
4369 2012-04-16 Leo Liu <sdl.web@gmail.com>
4370
4371 * progmodes/python.el: Trivial cleanup.
4372
4373 2012-04-16 Glenn Morris <rgm@gnu.org>
4374
4375 * vc/vc.el (vc-string-prefix-p):
4376 * vc/pcvs-util.el (cvs-string-prefix-p):
4377 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4378 * mpc.el (mpc-string-prefix-p):
4379 Make all of these into obsolete aliases for string-prefix-p.
4380 Update callers.
4381 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4382
4383 * textmodes/two-column.el: Move custom options to the start.
4384 (frame-width): Remove compat definition.
4385 (2C-associate-buffer, 2C-dissociate):
4386 Use with-current-buffer rather than save-excursion.
4387 (2C-dissociate): Force a mode-line update.
4388 (2C-autoscroll): Use ignore-errors.
4389
4390 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4391 Autoload trivia.
4392
4393 * emacs-lisp/cl-extra.el (*random-state*):
4394 Remove unnecessary declaration.
4395
4396 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4397
4398 * play/cookie1.el (cookie-snarf):
4399 Give an explicit error if input file cannot be read.
4400
4401 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4402
4403 * progmodes/perl-mode.el (c-macro-expand):
4404 Remove unnecessary autoload (it is in loaddefs.el).
4405
4406 * textmodes/picture.el (picture-desired-column)
4407 (picture-update-desired-column): Convert comments to doc-strings.
4408 (picture-substitute): Remove function.
4409 (picture-mode-map): Initialize in the defvar.
4410
4411 * woman.el: Remove eval-after-load for tar-mode.
4412 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4413 (woman-tar-extract-file): Autoload it.
4414
4415 * frame.el (automatic-hscrolling): Make this alias obsolete.
4416
4417 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4418
4419 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4420 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
4421 (ispell-dictionary-base-alist): Revert to original XEmacs
4422 friendly version for default. [:alpha:] will be added in
4423 `ispell-set-spellchecker-params' if needed.
4424
4425 2012-04-16 Chong Yidong <cyd@gnu.org>
4426
4427 * image.el (imagemagick--file-regexp): New variable.
4428 (imagemagick-register-types): Use it.
4429 (imagemagick-types-inhibit): Add :set function. Allow new value
4430 of t to inhibit all types.
4431
4432 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4433 so we can preload it.
4434
4435 * loadup.el (fboundp): Preload regexp-opt, needed by
4436 imagemagick-register-types.
4437
4438 2012-04-15 Chong Yidong <cyd@gnu.org>
4439
4440 * frame.el (scrolling): Remove nearly unused customization group.
4441
4442 * scroll-all.el (scroll-all-mode): Move to windows group.
4443
4444 2012-04-15 Chong Yidong <cyd@gnu.org>
4445
4446 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4447
4448 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4451 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
4452
4453 2012-04-15 Glenn Morris <rgm@gnu.org>
4454
4455 * simple.el (process-file-side-effects): Doc fix.
4456
4457 2012-04-15 Glenn Morris <rgm@gnu.org>
4458
4459 * international/mule-cmds.el (set-language-environment): Doc fix.
4460
4461 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4462
4463 * server.el (server-auth-key, server-generate-key): Doc fixes.
4464 (server-get-auth-key): Doc fix. Use `string-match-p'.
4465 (server-start): Reflow docstring.
4466
4467 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4468
4469 * server.el (server-generate-key): `called-interactively-p'
4470 requires a parameter.
4471
4472 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
4473
4474 * server.el (server-auth-key): New variable.
4475 (server-generate-key, server-get-auth-key): New function.
4476 (server-start): Use the new variable and functions to allow
4477 setting a permanent server key (bug#9423).
4478
4479 2012-04-14 Leo Liu <sdl.web@gmail.com>
4480
4481 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4482
4483 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4484
4485 Spelling fixes.
4486 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4487 Emacs uses American spelling.
4488
4489 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
4490
4491 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4492 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4493 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4494 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4495
4496 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * progmodes/which-func.el (which-func-modes): Change default.
4499
4500 2012-04-14 Kim F. Storm <storm@cua.dk>
4501
4502 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4503 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4504
4505 2012-04-14 Chong Yidong <cyd@gnu.org>
4506
4507 * custom.el (custom-theme-set-variables): Doc fix.
4508
4509 2012-04-14 Glenn Morris <rgm@gnu.org>
4510
4511 * international/mule.el (set-auto-coding-for-load): Doc fix.
4512
4513 2012-04-14 Alan Mackenzie <acm@muc.de>
4514
4515 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4516 imenu work again for Objective C Mode. Correct the *-index values,
4517 these having been disturbed by a previous change in 2011-08.
4518
4519 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4520 Correct two search limits.
4521
4522 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4525
4526 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
4527
4528 * international/characters.el: Fix sorting.
4529
4530 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4531
4532 * international/characters.el: Add more missing Latin case pairs.
4533
4534 2012-04-14 Glenn Morris <rgm@gnu.org>
4535
4536 * files.el (dir-locals-set-class-variables): Doc fix.
4537
4538 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4539
4540 * international/characters.el: Add set-case-syntax-pair call for
4541 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4542 counterpart. (Bug#11209)
4543
4544 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4545
4546 2012-04-14 Glenn Morris <rgm@gnu.org>
4547
4548 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4549
4550 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4551
4552 * textmodes/ispell.el (ispell-dictionary-base-alist):
4553 Add data for Hebrew.
4554
4555 2012-04-14 Chong Yidong <cyd@gnu.org>
4556
4557 * net/rcirc.el (rcirc-cmd-quit):
4558 Revert 2012-03-18 change (Bug#11192).
4559
4560 2012-04-14 Glenn Morris <rgm@gnu.org>
4561
4562 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4563
4564 2012-04-14 Eli Zaretskii <eliz@gnu.org>
4565
4566 * minibuffer.el (completion-in-region-mode-map):
4567 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
4568
4569 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4570
4571 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4572
4573 2012-04-13 Masatake YAMATO <yamato@redhat.com>
4574
4575 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4576 to allow `C-M-f' and `C-M-b' to move to the nearest path
4577 separator (bug#9511).
4578
4579 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
4580
4581 * avoid.el: Require cl when compiling. And also move the
4582 `provide' to the end.
4583
4584 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4585
4586 * avoid.el (mouse-avoidance-banish-position): New variable.
4587 (mouse-avoidance-banish-destination): Use it (bug#10165).
4588
4589 2012-04-13 Leo Liu <sdl.web@gmail.com>
4590
4591 * progmodes/which-func.el (which-func-modes): Add objc-mode.
4592
4593 2012-04-13 Ken Brown <kbrown@cornell.edu>
4594
4595 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
4596 this is no longer needed now that cygstart understands file:// URLs.
4597 (browse-url-filename-alist): For the same reason, don't modify
4598 file:// URLs on Cygwin.
4599
4600 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
4603 the region on shift if the binding is already shifted (bug#11221).
4604
4605 2012-04-12 Glenn Morris <rgm@gnu.org>
4606
4607 * mail/mailpost.el: Move to obsolete/.
4608
4609 2012-04-12 Drew Adams <drew.adams@oracle.com>
4610
4611 * imenu.el (imenu--generic-function): Ignore invisible definitions
4612 (bug#10123).
4613
4614 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
4615
4616 * hexl.el (hexl-bits): New variable.
4617 (hexl-options): Mention the variable in the doc string.
4618 (hexl-rulerise, hexl-line-displen): New functions.
4619 (hexl-mode): Mention the new variable.
4620 (hexl-mode, hexl-current-address, hexl-current-address):
4621 Use the displen.
4622 (hexl-ascii-start-column): New function.
4623 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
4624 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
4625
4626 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4627
4628 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
4629 '("-i" ENCODING), in 2 separate command-line arguments, to specify
4630 the encoding, as expected by hunspell.
4631
4632 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * battery.el (battery--linux-sysfs-regexp): New const.
4635 (battery-status-function): Use it. Remove yeeloong special case.
4636 (battery-yeeloong-sysfs): Remove.
4637 (battery-echo-area-format): Remove yeeloong special case.
4638
4639 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4640
4641 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
4642 Reported by Noah Friedman.
4643
4644 * subr.el (read-passwd): Use read-string.
4645
4646 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4647
4648 * vcursor.el (vcursor-move): Increase the priority of the overlay
4649 (bug#9663).
4650
4651 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
4652
4653 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
4654 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
4655
4656 2012-04-11 William Stevenson <yhvh2000@gmail.com>
4657
4658 * textmodes/artist.el (artist-mode): Convert artist-mode to use
4659 define-minor-mode (bug#10760).
4660
4661 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4662
4663 * progmodes/grep.el (rgrep): Tweak the find command line so
4664 that directories matching `grep-find-ignored-files' won't be
4665 pruned (bug#10351).
4666
4667 2012-04-11 Chong Yidong <cyd@gnu.org>
4668
4669 * startup.el (command-line): Remove support for long-obsolete
4670 variable font-lock-face-attributes.
4671
4672 2012-04-11 Glenn Morris <rgm@gnu.org>
4673
4674 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
4675
4676 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * window.el (window--state-get-1): Obey window-point-insertion-type.
4679
4680 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
4681
4682 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
4683 to previous function when point is on the first character of a
4684 function. Take care of that in `narrow-to-defun' (bug#6157).
4685
4686 2012-04-11 Glenn Morris <rgm@gnu.org>
4687
4688 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
4689 not just file-errors.
4690
4691 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
4692 (vc-bzr-sha1): Use internal sha1.
4693
4694 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
4697
4698 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
4699
4700 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
4701 that start in the middle of the line (bug#10496).
4702
4703 2012-04-10 Dan Nicolaescu <dann@gnu.org>
4704
4705 * battery.el (battery-linux-proc-acpi): Only one battery is
4706 discharged at a time, but that seems to confuse battery.el when
4707 computing `rate-type' for the battery not being discharged
4708 (bug#10332).
4709
4710 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
4713
4714 * international/quail.el: Use dolist and simplify.
4715 (quail-define-package, quail-update-keyboard-layout)
4716 (quail-define-rules): Use dolist.
4717 (quail-insert-kbd-layout, quail-get-translation): CSE.
4718
4719 * tmm.el: Use dolist, remove left over hook.
4720 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
4721 Use dolist.
4722 (calendar-load-hook): Don't mess with it.
4723
4724 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4725 Use derived-mode-p. Run the diff asynchronously.
4726
4727 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4728
4729 * obsolete/mouse-sel.el: Add an Obsolete-since header.
4730
4731 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
4732
4733 * misc.el: Display absolute path of loaded DLLs (bug#10424).
4734 (list-dynamic-libraries--loaded): New function.
4735 (list-dynamic-libraries--refresh): Use it.
4736
4737 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
4738
4739 * progmodes/python.el (python-fill-paragraph):
4740 Make python-fill-region in a multiline string work when font-lock is
4741 disabled (bug#7018).
4742
4743 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
4744
4745 * language/european.el (cp775): Add oem/legacy (en)coding on
4746 DOS/MS Windows for the Baltic languages. There are still plenty
4747 of texts written in this encoding/codepage (bug#6519).
4748
4749 2012-04-10 Glenn Morris <rgm@gnu.org>
4750
4751 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
4752 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
4753
4754 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
4755
4756 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
4757 next-line "n" and previous-line "p" in order to make recentf more
4758 consistent with ibuffer, dired or org-mode (bug#9387).
4759
4760 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4761
4762 * image.el (put-image): Return the overlay created instead of the
4763 optional input string (bug#7834). Note that this may break code
4764 that is (for some reason or other) depending on `put-image'
4765 returning the string.
4766
4767 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
4768
4769 * simple.el (zap-to-char): Allow zapping using input methods
4770 (bug#1580).
4771
4772 * textmodes/fill.el (fill-region): Leave point and mark where they
4773 were before filling (bug#5399).
4774
4775 2012-04-09 Glenn Morris <rgm@gnu.org>
4776
4777 * version.el (emacs-bzr-get-version):
4778 Handle lightweight checkouts of local branches.
4779
4780 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
4781
4782 * international/characters.el: Recover lost case pairs. (Bug#11209)
4783
4784 2012-04-09 Chong Yidong <cyd@gnu.org>
4785
4786 * custom.el (custom-variable-p): Return nil for non-symbol
4787 arguments instead of signaling an error.
4788 (user-variable-p): Obsolete alias for custom-variable-p.
4789
4790 * apropos.el (apropos-variable):
4791 * files-x.el (read-file-local-variable):
4792 * simple.el (set-variable):
4793 * woman.el (woman-mini-help):
4794 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
4795
4796 2012-04-09 Glenn Morris <rgm@gnu.org>
4797
4798 * startup.el (normal-top-level): Don't look for leim-list.el
4799 in places where it will not be found. (Bug#910)
4800
4801 * international/mule-cmds.el (set-default-coding-systems):
4802 * files.el (normal-mode):
4803 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
4804 This function was removed with ucs-tables.el in 2008.
4805
4806 2012-04-08 Eli Zaretskii <eliz@gnu.org>
4807
4808 * textmodes/ispell.el (ispell-check-version): For hunspell, set
4809 ispell-encoding8-command to "-i", without a trailing space.
4810 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
4811 separate command-line arguments, to specify the encoding, since
4812 that's how hunspell expects it.
4813
4814 2012-04-08 Glenn Morris <rgm@gnu.org>
4815
4816 * loadup.el: Load bindings before cus-start.
4817 This reduces somewhat the number of "rogue" settings in emacs -Q.
4818
4819 2012-04-07 Glenn Morris <rgm@gnu.org>
4820
4821 * version.el (emacs-bzr-get-version): New function.
4822 (emacs-bzr-version): New variable.
4823 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
4824 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
4825
4826 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4827
4828 * international/uni-bidi.el, international/uni-category.el:
4829 * international/uni-combining.el, international/uni-decimal.el:
4830 * international/uni-decomposition.el, international/uni-digit.el:
4831 * international/uni-lowercase.el, international/uni-mirrored.el:
4832 * international/uni-name.el, international/uni-numeric.el:
4833 * international/uni-titlecase.el, international/uni-uppercase.el:
4834 Update for Unicode 6.1.
4835
4836 2012-04-07 Eli Zaretskii <eliz@gnu.org>
4837
4838 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
4839
4840 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4841
4842 * window.el (shrink-window): Mention the `window-min-height'
4843 variable in the doc string.
4844
4845 2012-04-05 Bastien Guerry <bzg@altern.org>
4846
4847 * color.el (color-lighten-name): Fix typo.
4848
4849 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * server.el (server--on-display-p): New function.
4852 (server--on-display-p): Use it.
4853
4854 2012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
4855
4856 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
4857 (bug#11145).
4858
4859 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * comint.el (comint--common-quoted-suffix): Check string boundary
4862 before comparing (bug#11158).
4863 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
4864
4865 2012-04-04 Chong Yidong <cyd@gnu.org>
4866
4867 * minibuffer.el (completion-extra-properties): Doc fix.
4868
4869 * subr.el (delayed-warnings-hook): Doc fix.
4870
4871 2012-04-04 Daiki Ueno <ueno@unixuser.org>
4872
4873 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
4874 selection (Bug#11159).
4875 (epa-insert-keys): Inform that the default public key will be
4876 exported if no key is selected.
4877
4878 2012-04-04 Richard Stallman <rms@gnu.org>
4879
4880 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
4881
4882 2012-04-03 Chong Yidong <cyd@gnu.org>
4883
4884 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
4885 mail-insert-file, not its obsolete alias mail-attach-file.
4886
4887 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
4888
4889 * notifications.el (notifications-notify): Fix docstring.
4890
4891 2012-04-02 Glenn Morris <rgm@gnu.org>
4892
4893 * emacs-lisp/authors.el (authors-aliases): Another addition.
4894
4895 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
4896
4897 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
4898 `tramp-compat-call-process' instead of `tramp-local-call-process'.
4899 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
4900
4901 2012-04-01 Chong Yidong <cyd@gnu.org>
4902
4903 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
4904 Handle root directory properly.
4905 (copy-directory): Caller changed.
4906
4907 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4908 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
4909
4910 2012-03-31 Glenn Morris <rgm@gnu.org>
4911
4912 * term/xterm.el (xterm-extra-capabilities): Doc fix.
4913
4914 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
4915
4916 * calendar/calendar.el (calendar-window-list)
4917 (calendar-hide-window): Restore. (Bug#11140)
4918 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
4919
4920 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
4921
4922 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4923
4924 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
4925 Check if file is a symlink (Bug#10489).
4926
4927 * files.el (copy-directory): Likewise.
4928
4929 2012-03-30 Chong Yidong <cyd@gnu.org>
4930
4931 * image.el (imagemagick-types-inhibit)
4932 (imagemagick-register-types): Doc fix.
4933
4934 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4935
4936 * textmodes/ispell.el (ispell-get-extended-character-mode):
4937 Disable extended-char-mode for hunspell. hunspell does not support it
4938 and treats ~word as ordinary words in pipe mode.
4939
4940 2012-03-30 Glenn Morris <rgm@gnu.org>
4941
4942 * tutorial.el (help-with-tutorial): Ensure local variables don't
4943 happen to make the buffer read-only. (Bug#11127)
4944
4945 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
4948 (perl-calculate-indent): Return `noindent' in strings.
4949
4950 2012-03-28 Sam Steingold <sds@gnu.org>
4951
4952 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
4953 instead of the broken adhockery which does not prevent calendar
4954 buffers from being displayed at random after exit.
4955 (calendar-window-list, calendar-hide-window): Remove the broken
4956 adhockery.
4957
4958 2012-03-28 Glenn Morris <rgm@gnu.org>
4959
4960 * replace.el (query-replace-map): Doc fix.
4961
4962 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
4963
4964 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
4965 contents. (Bug#11109)
4966
4967 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4968
4969 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
4970 (bug#11077).
4971 (avl-tree--check, avl-tree--check-node): New funs.
4972
4973 2012-03-27 Martin Rudalics <rudalics@gmx.at>
4974
4975 * window.el (switch-to-visible-buffer): New option.
4976 (switch-to-prev-buffer, switch-to-next-buffer):
4977 Observe switch-to-visible-buffer. Make sure that checking for a window
4978 showing a buffer already is done on the same frame.
4979
4980 2012-03-27 Glenn Morris <rgm@gnu.org>
4981
4982 * startup.el (mail-host-address): Doc fix.
4983
4984 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
4987 than 197 variables.
4988
4989 2012-03-26 Ami Fischman <ami@fischman.org>
4990
4991 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
4992
4993 2012-03-26 Glenn Morris <rgm@gnu.org>
4994
4995 * files.el (save-buffers-kill-emacs): Doc fix.
4996
4997 * startup.el (normal-top-level, command-line, command-line-1):
4998 Give them doc strings.
4999
5000 2012-03-25 Eli Zaretskii <eliz@gnu.org>
5001
5002 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
5003 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
5004
5005 2012-03-25 Chong Yidong <cyd@gnu.org>
5006
5007 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5008 theme if it was previously enabled before (Bug#11031).
5009
5010 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5011 spec with custom-face-get-current-spec if its :shown-value is not
5012 determined yet (Bug#9337).
5013 (customize-create-theme, custom-theme-revert): Doc fixes.
5014
5015 * button.el (button-at): Minor addition to docstring.
5016
5017 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
5018
5019 * vc/vc.el (vc-merge): Fix a prompt.
5020
5021 2012-03-24 Chong Yidong <cyd@gnu.org>
5022
5023 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5024 point (Bug#9623).
5025
5026 * button.el (button-at): Minor addition to docstring.
5027
5028 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * newcomment.el (comment-choose-indent): No space after BOL.
5031
5032 2012-03-22 Sam Steingold <sds@gnu.org>
5033
5034 * window.el (switch-to-prev-buffer): Revert last patch because the
5035 bug turned out to be an advertised feature (Elisp manual 28.14).
5036
5037 2012-03-22 Glenn Morris <rgm@gnu.org>
5038
5039 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5040 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5041
5042 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5043
5044 * net/network-stream.el (network-stream-open-starttls): Make error
5045 message under Windows be less misleading.
5046
5047 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5048
5049 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5050 understands (bug#9942).
5051
5052 2012-03-22 Chong Yidong <cyd@gnu.org>
5053
5054 * simple.el (end-of-visible-line): Handle return value of
5055 next-single-property-change properly (Bug#9371).
5056
5057 2012-03-22 Kenichi Handa <handa@m17n.org>
5058
5059 * international/quail.el (quail-insert-kbd-layout): Fix previous
5060 change. To avoid unwanted bidi reordering, use
5061 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5062
5063 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5064
5065 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5066 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5067 (ruby-beginning-of-indent): Be more careful with the difference
5068 between word-boundary and symbol boundary.
5069 (ruby-mode-syntax-table): Make : a symbol constituent.
5070
5071 2012-03-21 Andreas Politz <politza@fh-trier.de>
5072
5073 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5074
5075 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5076
5077 * progmodes/etags.el (tags-completion-at-point-function):
5078 Improve last fix.
5079
5080 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5081
5082 2012-03-21 Sam Steingold <sds@gnu.org>
5083
5084 * progmodes/etags.el (tags-completion-at-point-function):
5085 Avoid the error when point is inside the pattern.
5086
5087 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5088
5089 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5090 line (Bug#10855).
5091
5092 2012-03-21 Drew Adams <drew.adams@oracle.com>
5093
5094 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5095
5096 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5097
5098 * ido.el (ido-set-current-directory, ido-read-internal)
5099 (ido-choose-completion-string, ido-completion-help): Handle nil
5100 value of ido-completion-buffer (Bug#11008).
5101
5102 2012-03-21 Sam Steingold <sds@gnu.org>
5103
5104 * window.el (switch-to-prev-buffer): Do not switch to a visible
5105 window previous buffer, just like with the frame previous buffers.
5106
5107 2012-03-21 Chong Yidong <cyd@gnu.org>
5108
5109 * faces.el (make-face, make-empty-face, copy-face):
5110 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5111 Doc fixes.
5112
5113 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5116 (widget-complete): Remove broken use of it.
5117
5118 2012-03-20 Chong Yidong <cyd@gnu.org>
5119
5120 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5121 Use string-width and truncate-string-width to handle arbitrary
5122 characters.
5123
5124 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5125
5126 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5127 to draw rectangles, not squares. (Regression introduced by revno
5128 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5129
5130 2012-03-18 Chong Yidong <cyd@gnu.org>
5131
5132 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5133 it is not yet defined (for temacs).
5134
5135 2012-03-18 Leo Liu <sdl.web@gmail.com>
5136
5137 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
5138
5139 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5140
5141 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5142 (ispell-choices-win-default-height, ispell-silently-savep)
5143 (ispell-dictionary-alist, ispell-encoding8-command)
5144 (ispell-check-version, ispell-aspell-find-dictionary)
5145 (ispell-valid-dictionary-list, ispell-words-keyword)
5146 (ispell-get-word, ispell-internal-change-dictionary)
5147 (ispell-region, ispell-skip-region-list)
5148 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5149 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5150 (ispell-message-text-end, ispell-message)
5151 (ispell-buffer-local-parsing): Doc fix.
5152
5153 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
5154
5155 * htmlfontify.el: Add support for code block fontification for ODT
5156 export (Bug #9914).
5157 (hfy-optimisations): Define new option
5158 `body-text-only'
5159 (hfy-fontify-buffer): Honor above setting.
5160 (hfy-begin-span, hfy-end-span): New routines factored out form
5161 `hfy-fontify-buffer'.
5162 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5163 that permit insertion of custom tags.
5164 (hfy-fontify-buffer): Use above handlers.
5165 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5166 (hfy-face-to-css): Re-defined to be a variable.
5167 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
5168 over multiple runs. This is made possible by having the caller let
5169 bind a special variable `hfy-user-sheet-assoc'.
5170 (htmlfontify-string): New defun.
5171 (hfy-compile-face-map): Make sure that the last char in the
5172 buffer is correctly fontified.
5173 (hfy-face-resolve-face): Whitespace only change.
5174
5175 2012-03-17 Eli Zaretskii <eliz@gnu.org>
5176
5177 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5178 message more clear.
5179
5180 2012-03-16 Leo Liu <sdl.web@gmail.com>
5181
5182 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5183
5184 2012-03-16 Alan Mackenzie <acm@muc.de>
5185
5186 Further optimise the handling of large macros.
5187
5188 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5189 limit to a call of `c-literal-limits'.
5190 (c-determine-+ve-limit): New function.
5191 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5192 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
5193 In CASE 5B, restrict a search limit to 500.
5194 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5195
5196 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5197 Restrict macro bounds to +-500 from after-change's BEG END.
5198
5199 2012-03-16 Leo Liu <sdl.web@gmail.com>
5200
5201 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5202
5203 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5204
5205 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
5206 `special-mode' setting of `buffer-read-only'. (Bug#11010)
5207
5208 2012-03-16 Glenn Morris <rgm@gnu.org>
5209
5210 * view.el (view-buffer, view-buffer-other-window)
5211 (view-buffer-other-frame): Doc fixes re special mode-class.
5212
5213 * subr.el (eval-after-load): If named feature is provided not from
5214 a file, run after-load forms. (Bug#10946)
5215
5216 * calendar/calendar.el (calendar-insert-at-column):
5217 Handle non-unit-width characters a bit better. (Bug#10978)
5218
5219 2012-03-15 Chong Yidong <cyd@gnu.org>
5220
5221 * emacs-lisp/ring.el (ring-extend): New function.
5222 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5223
5224 * comint.el (comint-read-input-ring)
5225 (comint-add-to-input-history): Grow comint-input-ring lazily.
5226
5227 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5228
5229 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5230 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5231
5232 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5233 (imenu-add-to-menubar): Don't add a redundant index.
5234 (imenu-update-menubar): Handle a dynamically composed keymap.
5235
5236 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5237
5238 * mail/sendmail.el (mail-encode-header):
5239 Bind rfc2047-encode-encoded-words to nil.
5240
5241 2012-03-13 Glenn Morris <rgm@gnu.org>
5242
5243 * calendar/calendar.el (calendar-string-spread):
5244 Handle non-unit-width characters a bit better. (Bug#10978)
5245
5246 2012-03-13 Leo Liu <sdl.web@gmail.com>
5247
5248 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5249 directory and file as argument (Bug#10822).
5250
5251 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5252
5253 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5254 For dynamically generated code, follow $PC.
5255 (gdb-disassembly-handler-custom): Handle no function name case.
5256
5257 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5258
5259 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5260 * emulation/ws-mode.el (ws-query-replace):
5261 * sort.el (sort-regexp-fields):
5262 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5263
5264 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * dabbrev.el: Fix cycle completion order (bug#10963).
5267 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5268 (dabbrev-completion): Don't use an obarray; provide
5269 a cycle-sort-function.
5270
5271 2012-03-12 Leo Liu <sdl.web@gmail.com>
5272
5273 * simple.el (kill-new): Use equal-including-properties for comparison.
5274 (kill-do-not-save-duplicates): Doc fix.
5275
5276 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5277
5278 * dabbrev.el: Fix cycle completion (bug#10963).
5279 Use lexical binding and wrap to 80 columns.
5280 (dabbrev-completion): Delay computing the list of completions.
5281
5282 2012-03-12 Kenichi Handa <handa@m17n.org>
5283
5284 * international/quail.el (quail-insert-kbd-layout): Surround each
5285 row by LRO and PDF instead of inserting many LRMs. Pad the left
5286 and right of each non-spacing marks. Insert invisible space
5287 between lower and upper characters to prevent composition.
5288
5289 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5290
5291 * minibuffer.el (minibuffer-complete): Don't get confused when the
5292 function is run twice via different commands (bug#10958).
5293 (complete-with-action): Fix docstring.
5294
5295 2012-03-12 Chong Yidong <cyd@gnu.org>
5296
5297 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5298 (nxml-completion-at-point-function): New function.
5299 (nxml-mode): Use it.
5300 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5301
5302 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5303 Load generated autoloads file before byte compiling (Bug#10970).
5304 (package--make-autoloads-and-compile): New helper fun.
5305
5306 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5307
5308 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5309
5310 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
5311
5312 * autorevert.el (auto-revert-handler): Ensure, that
5313 file-readable-p is applied only for local files or in
5314 auto-revert-tail-mode.
5315
5316 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5317
5318 * server.el (server-eval-at): Handle non-tcp connections.
5319 Decode result string.
5320
5321 * server.el (server-msg-size): New constant.
5322 (server-reply-print): New function.
5323 (server-eval-and-print): Use it.
5324 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5325 Handle -print-nonl.
5326
5327 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5328
5329 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5330 (Bug#10987).
5331
5332 2012-03-11 Chong Yidong <cyd@gnu.org>
5333
5334 * simple.el (goto-line): Doc fix (Bug#9938).
5335
5336 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5337
5338 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5339 when finished (Bug#10963).
5340
5341 2012-03-11 Martin Rudalics <rudalics@gmx.at>
5342
5343 * window.el (split-window-below): Fix bug in case where
5344 split-window-keep-point is nil (Bug#10971).
5345
5346 2012-03-11 Juri Linkov <juri@jurta.org>
5347
5348 * replace.el (replace-highlight): Set isearch-word to nil
5349 unconditionally. (Bug#10887)
5350
5351 2012-03-10 Eli Zaretskii <eliz@gnu.org>
5352
5353 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5354 mairix-replace-illegal-chars; all callers changed. Don't remove
5355 ^, ~, and = characters: they are meaningful in mairix search specs.
5356 (mairix-widget-create-query): Add usage information about mairix
5357 search forms: negating words, searching for substrings, etc.
5358
5359 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5360
5361 * international/fontset.el (font-encoding-alist): Add an entry for
5362 ksx1001 (Bug#5667).
5363
5364 2012-03-10 Richard Stallman <rms@gnu.org>
5365
5366 * mail/sendmail.el (mail-encode-header):
5367 Set rfc2047-encode-encoded-words.
5368
5369 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5370
5371 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5372 view buffer means not swapped.
5373 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5374 (rmail-write-region-annotate): Error if real text has disappeared.
5375
5376 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5377
5378 2012-03-10 Chong Yidong <cyd@gnu.org>
5379
5380 * emulation/cua-rect.el (cua--init-rectangles):
5381 * emulation/cua-base.el (cua--init-keymaps):
5382 Add delete-forward-char to remappings (Bug#9666).
5383
5384 2012-03-10 Martin Rudalics <rudalics@gmx.at>
5385
5386 * speedbar.el (speedbar-unhighlight-one-tag-line):
5387 Avoid unhighlighting due to frame switching (Bug#10275).
5388
5389 2012-03-10 Chong Yidong <cyd@gnu.org>
5390
5391 * minibuffer.el (completion-in-region, completion-help-at-point):
5392 Give the completion field overlay a high priority (Bug#6830).
5393
5394 * dired.el (dired-goto-file): Recognize absolute file name
5395 listings (Bug#7126).
5396 (dired-goto-file-1): New helper function.
5397 (dired-toggle-read-only): Inhibit warnings.
5398
5399 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
5400
5401 * net/dbus.el (dbus-property-handler): Return empty array if
5402 there are no properties.
5403
5404 2012-03-09 Leo Liu <sdl.web@gmail.com>
5405
5406 * savehist.el (savehist-printable): Stricter check for string
5407 value (Bug#10937).
5408
5409 2012-03-09 Eli Zaretskii <eliz@gnu.org>
5410
5411 * mail/smtpmail.el (smtpmail-send-it):
5412 Bind coding-system-for-write to *-unix, so that FCC files are kept in
5413 valid mbox format.
5414
5415 2012-03-09 Glenn Morris <rgm@gnu.org>
5416
5417 * files.el (dir-locals-find-file):
5418 Don't check result is regular, readable.
5419 (dir-locals-read-from-file): Demote errors.
5420
5421 2012-03-08 Eli Zaretskii <eliz@gnu.org>
5422
5423 * international/quail.el (quail-insert-kbd-layout):
5424 Insert invisible LRM characters before each character in a keyboard
5425 layout cell, to prevent their reordering by bidi display engine.
5426 For details, see the discussion in
5427 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5428
5429 2012-03-08 Alan Mackenzie <acm@muc.de>
5430
5431 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5432 the starting position; make it extend the marked region when
5433 invoked repeatedly - all under appropriate circumstances.
5434 Fixes bugs #5525, #10906.
5435
5436 2012-03-08 Glenn Morris <rgm@gnu.org>
5437
5438 * files.el (locate-dominating-file, dir-locals-find-file):
5439 Undo 2012-03-06 change.
5440
5441 2012-03-07 Eli Zaretskii <eliz@gnu.org>
5442
5443 * international/quail.el (quail-help):
5444 Force bidi-paragraph-direction be left-to-right. See discussion in
5445 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5446 for the reason.
5447
5448 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
5449
5450 Avoid superfluous registering of signals. (Bug#10807)
5451
5452 * notifications.el (notifications-on-action-object)
5453 (notifications-on-close-object): New defvars.
5454 (notifications-on-action-signal, notifications-on-closed-signal):
5455 Unregister the signal if not needed any longer.
5456 (notifications-notify): Register `notifications-action-signal' or
5457 `notifications-closed-signal', if :on-action or :on-close has been
5458 passed as argument.
5459
5460 2012-03-07 Chong Yidong <cyd@gnu.org>
5461
5462 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5463 non-X platforms.
5464
5465 2012-03-06 Glenn Morris <rgm@gnu.org>
5466
5467 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5468 (x-disown-selection-internal, x-get-selection-internal):
5469 Doc fix (add arglist signatures). (Bug#10783)
5470
5471 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5472
5473 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5474 Handle breakpoints with no "type".
5475
5476 2012-03-06 Glenn Morris <rgm@gnu.org>
5477
5478 * files.el (locate-dominating-file): Add optional predicate argument.
5479 (dir-locals-find-file): Make use of above change.
5480
5481 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5482
5483 * info.el (Info-insert-dir): Also try "dir.gz".
5484
5485 2012-03-06 Glenn Morris <rgm@gnu.org>
5486
5487 * files.el (dir-locals-find-file):
5488 Ignore non-readable or non-regular files. (Bug#10928)
5489
5490 * files.el (locate-dominating-file): Doc fix.
5491
5492 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5493
5494 * calendar/calendar.el (calendar-set-mode-line):
5495 `getenv' returns a string. (Bug#10951)
5496
5497 2012-03-05 Leo Liu <sdl.web@gmail.com>
5498
5499 * simple.el (backward-delete-char-untabify): Constrain point to
5500 field (Bug#10939).
5501
5502 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5503
5504 2012-03-05 Chong Yidong <cyd@gnu.org>
5505
5506 * simple.el (count-words): If called from Lisp, return the word
5507 count, for symmetry with `count-lines'. Arglist changed.
5508 (count-words--message): Args changed. Consolidate counting code
5509 from count-words and count-words-region.
5510 (count-words-region): Caller changed.
5511 (count-lines-region): Make it an obsolete alias.
5512
5513 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5514
5515 * saveplace.el (save-place-to-alist)
5516 (save-place-ignore-files-regexp): Allow value nil to disable this
5517 feature.
5518
5519 2012-03-04 Chong Yidong <cyd@gnu.org>
5520
5521 * faces.el (face-spec-reset-face): For the default face, reset the
5522 attributes to default values (Bug#10748).
5523
5524 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5525
5526 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5527 previous patch: Check `message-send-mail-function', and not the
5528 default function (bug#10897).
5529
5530 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
5531
5532 * notifications.el (notifications-on-action-signal)
5533 (notifications-on-closed-signal): Check for unique service name of
5534 incoming event. Fix error in removing entry.
5535 (top): Register for signals with wildcard service name.
5536 (notifications-notify): Use daemon unique service name for map entries.
5537
5538 2012-03-04 Chong Yidong <cyd@gnu.org>
5539
5540 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
5541
5542 2012-03-04 Glenn Morris <rgm@gnu.org>
5543
5544 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5545 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5546 (expand-abbrev, define-abbrev-table): Doc fixes.
5547
5548 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5549
5550 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5551 `message-default-send-mail-function' and not `send-mail-function'
5552 when doing the prompting for `sendmail-query-once' before sending
5553 in Message buffers (bug#10897).
5554
5555 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5556 This is inconsistent with all the other stream functions, which leave
5557 the setting up to the higher levels (if so wanted) (bug#10931).
5558
5559 2012-03-02 Alan Mackenzie <acm@muc.de>
5560
5561 Depessimize the handling of very large macros.
5562
5563 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5564 (c-macro-cache-syntactic): New variables to implement a one
5565 element macro cache.
5566 (c-invalidate-macro-cache): New function.
5567 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5568 Adapt to use the new cache.
5569 (c-state-safe-place): Use better the cache of safe positions.
5570 (c-state-semi-nonlit-pos-cache)
5571 (c-state-semi-nonlit-pos-cache-limit):
5572 New variables for...
5573 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5574 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
5575 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5576 Use c-state-semi-safe-place.
5577
5578 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5579 Add c-invalidate-macro-cache to the C, C++, Obj entries.
5580
5581 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
5582
5583 * jka-compr.el (jka-compr-call-process):
5584 Apply `file-accessible-directory-p' only when the default directory is
5585 not remote.
5586
5587 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
5588
5589 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
5590 access of FILE2, if FILE1 does not exist.
5591
5592 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
5593 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
5594
5595 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
5596 Add "PAGER=" to `process-environment'.
5597
5598 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
5599
5600 * progmodes/sql.el: Bug fix
5601 (sql-get-login-ext): Save login values in globals.
5602 (sql-get-login): Use new version of `sql-get-login-ext'.
5603 (sql-interactive-mode): Set global `sql-connection' to nil.
5604 (sql-connect): Set global values for connection.
5605 (sql-product-interactive): Save global values as buffer local.
5606
5607 2012-02-29 Leo Liu <sdl.web@gmail.com>
5608
5609 * abbrev.el (define-abbrevs): Reset sys to nil.
5610
5611 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5612
5613 * files.el (file-equal-p): Rename from `files-equal-p'.
5614 Return nil when one or both files don't exist.
5615 (file-subdir-of-p): Now only top directory must exists,
5616 return nil if it doesn't.
5617 (copy-directory): No need to test with `file-subdir-of-p' after
5618 creating dir.
5619 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
5620 to `file-equal-p'.
5621
5622 2012-02-28 Glenn Morris <rgm@gnu.org>
5623
5624 * shell.el (shell-mode):
5625 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
5626 * play/landmark.el (landmark-font-lock-face-O):
5627 * play/handwrite.el (handwrite):
5628 * play/gomoku.el (gomoku-O):
5629 * net/browse-url.el (browse-url-browser-display):
5630 * international/mule.el (define-charset):
5631 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
5632 * filesets.el (filesets-find-file-delay):
5633 * eshell/em-xtra.el (eshell-xtra):
5634 * eshell/em-unix.el (eshell-grep):
5635 * emulation/viper.el (viper-mode):
5636 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5637 * emacs-lisp/easymenu.el (easy-menu-define):
5638 * calendar/timeclock.el (timeclock-use-display-time):
5639 * bs.el (bs-mode):
5640 * bookmark.el (bookmark-save-flag):
5641 Doc fix (standardize possessive apostrophe usage).
5642
5643 2012-02-27 Chong Yidong <cyd@gnu.org>
5644
5645 * emulation/viper-cmd.el (viper-intercept-ESC-key):
5646 Fix key-binding lookup for ESC key (Bug#9146).
5647
5648 * font-lock.el (font-lock-specified-p): Rename from
5649 font-lock-spec-present. Callers changed.
5650
5651 2012-02-27 Daniel Hackney <dan@haxney.org>
5652
5653 * emacs-lisp/package.el (package-compute-transaction):
5654 Handle holding a package version to t in package-load-list.
5655
5656 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
5657
5658 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
5659 (tramp-get-inode, tramp-get-device): Use cached values.
5660
5661 2012-02-26 Alan Mackenzie <acm@muc.de>
5662
5663 Check there is a font-lock specification before doing initial
5664 fontification.
5665
5666 * font-core.el (font-lock-mode): Move the conditional from
5667 :after-hook to font-lock-initial-fontify.
5668 (font-lock-default-function): Move the check for a specification
5669 to font-lock-spec-present.
5670
5671 * font-lock.el (font-lock-initial-fontify): Call ...
5672 (font-lock-spec-present): New function.
5673
5674 2012-02-26 Jim Blandy <jimb@red-bean.com>
5675
5676 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
5677 (gdb-send): Apply it to the operand of the '-interpreter-exec
5678 console' command, so that we can pass arguments with (say) quotes
5679 in them. Store exact string sent in gdb-debug-log (Bug#10765).
5680
5681 2012-02-26 Chong Yidong <cyd@gnu.org>
5682
5683 * help-fns.el (describe-function-1): Clarify description of
5684 remapping (Bug#10844).
5685
5686 * files.el (files-equal-p): Doc fix.
5687 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
5688 and quit the loop once a mismatch is found.
5689
5690 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
5691
5692 * bs.el (bs--show-with-configuration): Don't throw an error
5693 if the window cannot be split; otherwise, subsequent calls to
5694 bs-show fail, restoring a stale window config. (Bug#10882)
5695
5696 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
5697
5698 * term/ns-win.el (global-map): Bind ns-drag-file to
5699 ns-find-file (Bug#5855, Bug#10050).
5700
5701 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
5702
5703 * calendar/parse-time.el (parse-time-string): Allow extractor to
5704 return nil.
5705
5706 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * net/tramp.el (tramp-file-name-for-operation):
5709 Add `files-equal-p' and `file-subdir-of-p'.
5710
5711 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
5712 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
5713 Add COPY-CONTENTS argument.
5714
5715 2012-02-25 Chong Yidong <cyd@gnu.org>
5716
5717 Add custom groups for VC backends, for consistency with vc-bzr.
5718
5719 * vc/vc-arch.el (vc-arch):
5720 * vc/vc-cvs.el (vc-cvs):
5721 * vc/vc-git.el (vc-git):
5722 * vc/vc-hg.el (vc-hg):
5723 * vc/vc-mtn.el (vc-mtn):
5724 * vc/vc-rcs.el (vc-rcs):
5725 * vc/vc-sccs.el (vc-sccs):
5726 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
5727 All relevant defcustoms reassigned.
5728
5729 2012-02-25 Chong Yidong <cyd@gnu.org>
5730
5731 * newcomment.el (comment-styles): Add autoload (Bug#10868).
5732
5733 * term/x-win.el (x-initialize-window-system): Reduce default for
5734 x-selection-timeout to 5 seconds (Bug#8869).
5735
5736 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5737
5738 * files.el (files-equal-p, file-subdir-of-p): New functions.
5739 (copy-directory): Error when trying to copy a directory on itself.
5740 Add missing copy-contents arg to tramp handler.
5741 * dired-aux.el (dired-copy-file-recursive): Same.
5742 (dired-create-files): Modify destination when source is equal to
5743 dest when copying files.
5744 Return also when dest is a subdir of source. (Bug#10489)
5745
5746 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
5747
5748 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
5749 (Bug#10874)
5750
5751 2012-02-23 Alan Mackenzie <acm@muc.de>
5752
5753 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
5754 parameter "after-hook:" to allow the expansion to run code after
5755 the execution of the mode hooks.
5756
5757 * font-lock.el (font-lock-initial-fontify): New function extracted
5758 from font-lock-mode-internal.
5759
5760 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
5761 :after-hook.
5762
5763 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
5766 (completion--cache-all-sorted-completions): New function.
5767 (completion-all-sorted-completions): Use it.
5768 (completion--do-completion, minibuffer-force-complete):
5769 Use it to re-instate the flush hook.
5770
5771 * icomplete.el (icomplete-completions): Replace last fix with a better
5772 one (bug#10850).
5773
5774 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
5775
5776 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
5777 when it might call us back infinitely (bug#10797).
5778
5779 2012-02-23 Glenn Morris <rgm@gnu.org>
5780
5781 * minibuffer.el (completion-category-overrides): Doc fix.
5782
5783 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * minibuffer.el (completion-table-with-context): Fix inf-loop.
5786 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
5787
5788 2012-02-23 Glenn Morris <rgm@gnu.org>
5789
5790 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
5791 (authors-obsolete-files-regexps, authors-ignored-files)
5792 (authors-ambiguous-files, authors-renamed-files-alist):
5793 Add more entries.
5794
5795 2012-02-23 Juri Linkov <juri@jurta.org>
5796
5797 * isearch.el (isearch-occur): Sync interactive spec with occur's
5798 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
5799
5800 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
5801
5802 2012-02-22 Juri Linkov <juri@jurta.org>
5803
5804 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
5805 (ucs-insert): Doc fix. Check for hex digits in the string.
5806 Don't display `nil' in the error message. (Bug#10857)
5807
5808 2012-02-22 Alan Mackenzie <acm@muc.de>
5809
5810 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
5811
5812 2012-02-22 Glenn Morris <rgm@gnu.org>
5813
5814 * ffap.el (ffap-c-path):
5815 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
5816
5817 2012-02-22 Chong Yidong <cyd@gnu.org>
5818
5819 * custom.el (load-theme): Doc fix.
5820
5821 2012-02-22 Glenn Morris <rgm@gnu.org>
5822
5823 * dired-x.el (dired-guess-shell-alist-default):
5824 Remove escape sequences from nroff output. (Bug#172)
5825
5826 2012-02-21 Glenn Morris <rgm@gnu.org>
5827
5828 * vc/emerge.el (emerge-defvar-local):
5829 Set `permanent-local' property rather than unused `preserved'.
5830
5831 * textmodes/picture.el (picture-delete-char): New alias.
5832 (picture-mode-map): Use it. (Bug#10860)
5833 (picture-mode): Doc fix.
5834
5835 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
5836
5837 * newcomment.el (uncomment-region-default): Remove unused binding.
5838
5839 2012-02-21 Glenn Morris <rgm@gnu.org>
5840
5841 * textmodes/picture.el (picture-motion, picture-motion-reverse)
5842 (picture-self-insert, picture-tab-chars): Doc fix.
5843 (picture-mode-map): Fix C-a, C-e.
5844
5845 2012-02-20 Glenn Morris <rgm@gnu.org>
5846
5847 * emacs-lisp/authors.el (authors-aliases): Add another entry.
5848
5849 2012-02-20 Leo Liu <sdl.web@gmail.com>
5850
5851 * icomplete.el (icomplete-completions): Check FROM arg before
5852 passing to substring (Bug#10850).
5853
5854 2012-02-19 Chong Yidong <cyd@gnu.org>
5855
5856 * comint.el: Require ansi-color.
5857 (comint-output-filter-functions): Add ansi-color-process-output.
5858
5859 * ansi-color.el: Don't set comint-output-filter-functions; it is
5860 now in the initial value defined in comint.el.
5861 (ansi-color-apply-face-function): New variable.
5862 (ansi-color-apply-on-region): Use it.
5863 (ansi-color-apply-overlay-face): New function.
5864
5865 * shell.el (shell): No need to require ansi-color.
5866 (shell-mode): Use ansi-color-apply-face-function to highlight
5867 color escapes using font-lock-face property (Bug#10835).
5868
5869 2012-02-19 Chong Yidong <cyd@gnu.org>
5870
5871 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
5872 mode-line formats (Bug#10839).
5873
5874 2012-02-18 Glenn Morris <rgm@gnu.org>
5875
5876 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
5877
5878 * mail/undigest.el (unforward-rmail-message): Doc fix.
5879
5880 * saveplace.el (save-place-ignore-files-regexp): Add :version.
5881
5882 2012-02-18 Eli Zaretskii <eliz@gnu.org>
5883
5884 * international/characters.el (script-list): Sync with the latest
5885 Unicode Character Database.
5886
5887 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
5888
5889 * international/titdic-cnv.el: Remove duplicate coding tag.
5890 * language/cham.el: Likewise.
5891 * language/tai-viet.el: Likewise.
5892
5893 2012-02-18 Glenn Morris <rgm@gnu.org>
5894
5895 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
5896 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
5897 (calendar-bahai-all-holidays-flag, calendar-other-dates):
5898 * calendar/diary-lib.el (diary-abbreviated-year-flag):
5899 * calendar/holidays.el (holiday-bahai-holidays)
5900 (calendar-holidays, list-holidays):
5901 Use utf-8 Bahá'í in doc-strings, menus, etc.
5902
5903 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
5904
5905 * saveplace.el (save-place-ignore-files-regexp): New variable
5906 allowing for excluding files from saving their location of point.
5907 The default value matches the temporary commit message editing
5908 files from Git, SVN, Bazaar, and Mercurial.
5909 (save-place-to-alist): Use it.
5910
5911 2012-02-17 Lawrence Mitchell <wence@gmx.li>
5912 Stefan Monnier <monnier@iro.umontreal.ca>
5913
5914 * newcomment.el (uncomment-region-default): Don't leave extra space
5915 when an arg is provided (bug#8150).
5916
5917 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5918
5919 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
5920
5921 2012-02-17 Glenn Morris <rgm@gnu.org>
5922
5923 * net/socks.el: Require network-stream. (Bug#10599)
5924
5925 2012-02-17 Kenichi Handa <handa@m17n.org>
5926
5927 * international/charprop.el:
5928 * international/uni-name.el:
5929 * international/uni-old-name.el:
5930 * international/uni-comment.el: Regenerate.
5931
5932 2012-02-16 Glenn Morris <rgm@gnu.org>
5933
5934 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
5935 Interactively in calendar buffer, give an error if not on a date.
5936
5937 2012-02-15 Glenn Morris <rgm@gnu.org>
5938
5939 * shell.el (shell-delimiter-argument-list):
5940 Revert 2011-02-17 change. (Bug#8027)
5941
5942 2012-02-15 Chong Yidong <cyd@gnu.org>
5943
5944 * minibuffer.el (completion-at-point-functions): Doc fix.
5945
5946 * custom.el (defcustom): Doc fix; note use of defvar.
5947
5948 2012-02-15 Glenn Morris <rgm@gnu.org>
5949
5950 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
5951 Doc fixes.
5952
5953 2012-02-14 Glenn Morris <rgm@gnu.org>
5954
5955 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
5956
5957 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5958
5959 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
5960 way the ports list is computed.
5961 (smtpmail-query-smtp-server): Prompt the user for a port number if
5962 we can't connect to any of the standard ports (bug#10810).
5963
5964 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5965
5966 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
5967
5968 2012-02-13 Glenn Morris <rgm@gnu.org>
5969
5970 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
5971
5972 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
5973
5974 * net/gnutls.el (gnutls-trustfiles): New variable.
5975 (gnutls-negotiate): Use it.
5976
5977 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5978
5979 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
5980 does its stuff if Gnus is running.
5981
5982 2012-02-13 Alan Mackenzie <acm@muc.de>
5983
5984 Fix a loop in c-set-fl-decl-start.
5985
5986 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
5987 c-backward-syntactic-ws actually moves backwards.
5988
5989 2012-02-13 Leo Liu <sdl.web@gmail.com>
5990
5991 * net/rcirc.el (rcirc-markup-attributes): Move point to the
5992 beginning so that all \C-o chars are removed.
5993
5994 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
5995
5996 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
5997
5998 2012-02-12 Alan Mackenzie <acm@muc.de>
5999
6000 Fix infinite loop with long macros.
6001 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
6002
6003 2012-02-12 Chong Yidong <cyd@gnu.org>
6004
6005 * window.el (display-buffer): Doc fix (Bug#10785).
6006
6007 2012-02-12 Glenn Morris <rgm@gnu.org>
6008
6009 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6010 (x-disown-selection-internal, x-get-selection-internal):
6011 Sync docs with the xselect.c versions.
6012
6013 * allout-widgets.el: Add missing license notice.
6014
6015 2012-02-11 Glenn Morris <rgm@gnu.org>
6016
6017 * select.el (x-get-selection-internal, x-own-selection-internal)
6018 (x-disown-selection-internal):
6019 * x-dnd.el (x-get-selection-internal): Update declarations.
6020
6021 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6022
6023 * window.el (window-sides-slots):
6024 * tool-bar.el (tool-bar-position):
6025 * term/xterm.el (xterm-extra-capabilities):
6026 * ses.el (ses-self-reference-early-detection):
6027 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6028 (verilog-auto-wire-type)
6029 (verilog-auto-delete-trailing-whitespace)
6030 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6031 (verilog-auto-tieoff-declaration):
6032 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6033 (sql-oracle-statement-starters, sql-oracle-scan-on):
6034 * progmodes/prolog.el (prolog-align-comments-flag)
6035 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6036 (prolog-left-indent-regexp, prolog-paren-indent-p)
6037 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6038 (prolog-types, prolog-mode-specificators)
6039 (prolog-determinism-specificators, prolog-directives)
6040 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6041 (prolog-electric-dot-flag)
6042 (prolog-electric-dot-full-predicate-template)
6043 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6044 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6045 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6046 (prolog-program-switches, prolog-prompt-regexp)
6047 (prolog-debug-on-string, prolog-debug-off-string)
6048 (prolog-trace-on-string, prolog-trace-off-string)
6049 (prolog-zip-on-string, prolog-zip-off-string)
6050 (prolog-use-standard-consult-compile-method-flag)
6051 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6052 (prolog-imenu-max-lines, prolog-info-predicate-index)
6053 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6054 (prolog-char-quote-workaround):
6055 * progmodes/cc-vars.el (c-defun-tactic):
6056 * net/tramp.el (tramp-encoding-command-interactive)
6057 (tramp-local-end-of-line):
6058 * net/soap-client.el (soap-client):
6059 * net/netrc.el (netrc-file):
6060 * net/gnutls.el (gnutls):
6061 * minibuffer.el (completion-category-overrides)
6062 (completion-cycle-threshold)
6063 (completion-pcm-complete-word-inserts-delimiters):
6064 * man.el (Man-name-local-regexp):
6065 * mail/feedmail.el (feedmail-display-full-frame):
6066 * international/characters.el (glyphless-char-display-control):
6067 * eshell/em-ls.el (eshell-ls-date-format):
6068 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6069 (lisp-lambda-list-keyword-parameter-indentation)
6070 (lisp-lambda-list-keyword-parameter-alignment):
6071 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6072 * dired-x.el (dired-omit-verbose):
6073 * cus-theme.el (custom-theme-allow-multiple-selections):
6074 * calc/calc.el (calc-highlight-selections-with-faces)
6075 (calc-lu-field-reference, calc-lu-power-reference)
6076 (calc-note-threshold):
6077 * battery.el (battery-mode-line-limit):
6078 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6079 (archive-7z-update):
6080 * allout.el (allout-prefixed-keybindings)
6081 (allout-unprefixed-keybindings)
6082 (allout-inhibit-auto-fill-on-headline)
6083 (allout-flattened-numbering-abbreviation):
6084 * allout-widgets.el (allout-widgets-auto-activation)
6085 (allout-widgets-icons-dark-subdir)
6086 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6087 (allout-widgets-theme-dark-background)
6088 (allout-widgets-theme-light-background)
6089 (allout-widgets-item-image-properties-emacs)
6090 (allout-widgets-item-image-properties-xemacs)
6091 (allout-widgets-run-unit-tests-on-load)
6092 (allout-widgets-time-decoration-activity)
6093 (allout-widgets-hook-error-post-time)
6094 (allout-widgets-track-decoration):
6095 Add missing :version tags to new defcustoms and defgroups.
6096
6097 * progmodes/sql.el (sql-ansi-statement-starters)
6098 (sql-oracle-statement-starters): Add custom type.
6099
6100 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6101 (prolog-system-version): Give it a type.
6102
6103 2012-02-11 Eli Zaretskii <eliz@gnu.org>
6104
6105 * term/pc-win.el (x-select-text, x-selection-owner-p)
6106 (x-own-selection-internal, x-disown-selection-internal)
6107 (x-get-selection-internal): Sync doc strings and argument lists
6108 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6109
6110 2012-02-11 Leo Liu <sdl.web@gmail.com>
6111
6112 * progmodes/python.el (python-end-of-statement): Fix infinite
6113 loop. (Bug#10788)
6114
6115 2012-02-10 Glenn Morris <rgm@gnu.org>
6116
6117 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6118 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6119
6120 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6121
6122 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6123 about SMTP before checking the From header.
6124
6125 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
6126 into own function for reuse by emacsbug.el.
6127
6128 2012-02-10 Leo Liu <sdl.web@gmail.com>
6129
6130 * subr.el (condition-case-unless-debug): Rename from
6131 condition-case-no-debug. All callers changed.
6132 (with-demoted-errors): Fix caller.
6133
6134 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6135 * nxml/rng-valid.el (rng-do-some-validation):
6136 * emacs-lisp/package.el (package-refresh-contents)
6137 (package-menu-execute):
6138 * desktop.el (desktop-create-buffer):
6139 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
6140
6141 2012-02-10 Glenn Morris <rgm@gnu.org>
6142
6143 * textmodes/bibtex.el:
6144 Add missing :version tags for new/changed defcustoms.
6145
6146 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6147
6148 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
6149
6150 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6151 (smtpmail-via-smtp): Use it, or fall back on the From address.
6152 (smtpmail-send-it): Ditto.
6153
6154 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6157 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6158 (byte-compile-tmp-var): New const.
6159 (byte-compile-defvar): Use it to minimize .elc size.
6160 Just use `defvar' rather than simulate it (bug#10761).
6161
6162 2012-02-09 Glenn Morris <rgm@gnu.org>
6163
6164 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6165
6166 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6167 Add :version tags.
6168
6169 * progmodes/compile.el (compilation-error-screen-columns)
6170 (compilation-first-column, compilation-filter-start): Doc fixes.
6171
6172 * vc/log-view.el (log-view-toggle-entry-display):
6173 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6174
6175 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6176 (report-emacs-bug-can-use-xdg-email):
6177 (report-emacs-bug-insert-to-mailer): Doc fixes.
6178 (report-emacs-bug): Message fix.
6179
6180 * net/browse-url.el (browse-url-can-use-xdg-open)
6181 (browse-url-xdg-open): Doc fixes.
6182
6183 * electric.el (electric-indent-mode, electric-pair-mode)
6184 (electric-layout-rules, electric-layout-mode): Doc fixes.
6185 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6186
6187 2012-02-08 Martin Rudalics <rudalics@gmx.at>
6188
6189 * server.el (server-unselect-display): Don't inadvertently kill
6190 the current buffer. (Bug#10729)
6191
6192 2012-02-08 Glenn Morris <rgm@gnu.org>
6193
6194 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6195 (sql-list-table): Doc fixes.
6196
6197 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6198 Comment out (does nothing).
6199
6200 * completion.el (dynamic-completion-mode):
6201 * dirtrack.el (dirtrack-debug-mode):
6202 * electric.el (electric-layout-mode):
6203 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6204 * face-remap.el (text-scale-mode, buffer-face-mode):
6205 * iimage.el (iimage-mode):
6206 * image-mode.el (image-transform-mode):
6207 * minibuffer.el (completion-in-region-mode):
6208 * scroll-lock.el (scroll-lock-mode):
6209 * simple.el (next-error-follow-minor-mode):
6210 * tar-mode.el (tar-subfile-mode):
6211 * tooltip.el (tooltip-mode):
6212 * vcursor.el (vcursor-use-vcursor-map):
6213 * wid-browse.el (widget-minor-mode):
6214 * emulation/tpu-edt.el (tpu-edt-mode):
6215 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6216 * international/iso-ascii.el (iso-ascii-mode):
6217 * language/thai-util.el (thai-word-mode):
6218 * mail/supercite.el (sc-minor-mode):
6219 * net/goto-addr.el (goto-address-mode):
6220 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6221 * progmodes/cwarn.el (cwarn-mode):
6222 * progmodes/flymake.el (flymake-mode):
6223 * progmodes/glasses.el (glasses-mode):
6224 * progmodes/hideshow.el (hs-minor-mode):
6225 * progmodes/pascal.el (pascal-outline-mode):
6226 * textmodes/enriched.el (enriched-mode):
6227 * vc/smerge-mode.el (smerge-mode):
6228 Doc fixes (minor mode argument).
6229
6230 2012-02-07 Eli Zaretskii <eliz@gnu.org>
6231
6232 * ls-lisp.el (ls-lisp-sanitize): New function.
6233 (ls-lisp-insert-directory): Use it to fix or remove any elements
6234 in file-alist with missing attributes. (Bug#4673)
6235
6236 2012-02-07 Alan Mackenzie <acm@muc.de>
6237
6238 Fix spurious recognition of c-in-knr-argdecl.
6239
6240 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6241 putative K&R region.
6242
6243 2012-02-07 Alan Mackenzie <acm@muc.de>
6244
6245 * progmodes/cc-engine.el (c-forward-objc-directive):
6246 Prevent looping in "#pragma mark @implementation".
6247
6248 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
6249
6250 * notifications.el (notifications-on-closed-signal): Make `reason'
6251 optional. (Bug#10744)
6252
6253 2012-02-07 Glenn Morris <rgm@gnu.org>
6254
6255 * emacs-lisp/easy-mmode.el (define-minor-mode):
6256 Doc fixes for the macro and the mode it defines.
6257
6258 * image.el (imagemagick-types-inhibit): Doc fix.
6259
6260 * cus-start.el (imagemagick-render-type): Add it.
6261
6262 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6263
6264 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6265 Set the default at load time, too, so that `font-lock-fontify-buffer'
6266 can be called without setting up the entire mode first. This fixes
6267 a bug in `mm-inline-text' with C MIME parts.
6268
6269 2012-02-06 Chong Yidong <cyd@gnu.org>
6270
6271 * simple.el (list-processes--refresh): Delete exited processes
6272 (Bug#8094).
6273
6274 * comint.el (comint-next-prompt): next-single-char-property-change
6275 and prev-single-char-property-change never return nil (Bug#8657).
6276
6277 * custom.el (defcustom): Doc fix (Bug#9711).
6278
6279 2012-02-05 Chong Yidong <cyd@gnu.org>
6280
6281 * cus-edit.el (custom-variable-reset-backup): Quote the value
6282 before storing it in the customized-value property (Bug#6712).
6283 (custom-display): Add a customization type tag.
6284 (custom-buffer-create-internal): Improve tooltip message.
6285
6286 * wid-edit.el (widget-field-value-get): New optional arg to
6287 suppress trailing whitespace truncation.
6288 (character): Use it (Bug#2689).
6289
6290 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6291
6292 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6293 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6294
6295 2012-02-05 Chong Yidong <cyd@gnu.org>
6296
6297 * cus-edit.el (custom-variable-value-create): For mismatched
6298 types, show the current value (Bug#7600).
6299
6300 * custom.el (defcustom): Doc fix.
6301
6302 2012-02-05 Glenn Morris <rgm@gnu.org>
6303
6304 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6305
6306 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
6307
6308 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6309 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6310 (pp-last-sexp): Use `looking-at-p'.
6311
6312 2012-02-04 Glenn Morris <rgm@gnu.org>
6313
6314 * files.el (revert-buffer):
6315 Doc fix (mention revert-buffer-in-progress-p).
6316
6317 * emacs-lisp/ert-x.el (ert-simulate-command):
6318 Check deferred-action-list (which is obsolete) is bound.
6319
6320 * subr.el (with-wrapper-hook): Doc fixes.
6321
6322 * simple.el (filter-buffer-substring-functions)
6323 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6324
6325 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6326
6327 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6328 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6329
6330 2012-02-04 Leo Liu <sdl.web@gmail.com>
6331
6332 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6333
6334 2012-02-04 Glenn Morris <rgm@gnu.org>
6335
6336 * image.el (image-extension-data): Add obsolete alias.
6337
6338 * isearch.el (isearch-update): Doc fix.
6339
6340 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6341
6342 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6343
6344 2012-02-03 Glenn Morris <rgm@gnu.org>
6345
6346 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6347 (image-animate-timeout): Doc fix.
6348
6349 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6350
6351 2012-02-02 Glenn Morris <rgm@gnu.org>
6352
6353 * server.el (server-auth-dir): Doc fix.
6354 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6355
6356 * subr.el (run-mode-hooks): Doc fix.
6357
6358 2012-02-02 Juri Linkov <juri@jurta.org>
6359
6360 * image-mode.el (image-toggle-display-image): Remove tautological
6361 `major-mode' from the `derived-mode-p' test.
6362
6363 2012-02-02 Kenichi Handa <handa@m17n.org>
6364
6365 * composite.el (compose-region): Cancel previous change.
6366
6367 2012-02-02 Kenichi Handa <handa@m17n.org>
6368
6369 * composite.el (compose-region, compose-string): Signal error for
6370 a null string component (Bug#6988).
6371
6372 2012-02-01 Chong Yidong <cyd@gnu.org>
6373
6374 * view.el (view-buffer-other-window, view-buffer-other-frame):
6375 Handle special modes like view-buffer (Bug#10650).
6376 (view-buffer): Simplify.
6377
6378 * frame.el (set-frame-font): Tweak meaning of third argument.
6379
6380 * dynamic-setting.el (font-setting-change-default-font):
6381 Use set-frame-font (Bug#9982).
6382
6383 2012-02-01 Glenn Morris <rgm@gnu.org>
6384
6385 * progmodes/compile.el (compilation-internal-error-properties):
6386 Respect compilation-first-column in the "*compilation*" buffer.
6387
6388 * emacs-lisp/easy-mmode.el (define-minor-mode):
6389 Relax :variable's test for a named function.
6390
6391 2012-01-31 Alan Mackenzie <acm@muc.de>
6392
6393 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6394 off by one error.
6395
6396 2012-01-31 Chong Yidong <cyd@gnu.org>
6397
6398 * frame.el (set-frame-font): New arg ALL-FRAMES.
6399
6400 * menu-bar.el (menu-set-font): Use set-frame-font.
6401
6402 * faces.el (face-spec-reset-face): Don't apply unspecified
6403 attribute values to the default face.
6404
6405 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
6406
6407 * progmodes/cwarn.el (cwarn): Remove dead link.
6408 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6409 Remove * from defcustom docstrings.
6410 (turn-on-cwarn-mode): Make obsolete.
6411 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6412 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6413
6414 2012-01-31 Glenn Morris <rgm@gnu.org>
6415
6416 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6417 Fix :variable handling of mode a symbol not equal to modefun.
6418 Allow named functions to be used as the cdr of :variable.
6419
6420 2012-01-30 Glenn Morris <rgm@gnu.org>
6421
6422 * emacs-lisp/authors.el (authors-fixed-entries):
6423 Remove reference to deleted file rnewspost.el.
6424
6425 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
6426
6427 * window.el (window-with-parameter): Remove unused variable `windows'.
6428 (window--side-check): Remove unused variable `code'.
6429 (window--resize-siblings): Remove unused variable `first'.
6430 (adjust-window-trailing-edge): Remove unused variable `failed'.
6431 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6432 Use `let', not `let*'.
6433 (balance-windows-2): Remove unused variable `found'.
6434 (window--state-put-2): Remove unused variable `splits'.
6435 (window-state-put): Remove unused variable `selected'.
6436 (same-window-p): Use `string-match-p'.
6437 (display-buffer-assq-regexp): Remove unused variable `value'.
6438 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6439 Mark argument ALIST as ignored.
6440 (pop-to-buffer): Remove unused variable `old-window'.
6441
6442 2012-01-29 Eli Zaretskii <eliz@gnu.org>
6443
6444 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6445 and .lzma compressed files.
6446
6447 2012-01-29 Chong Yidong <cyd@gnu.org>
6448
6449 * frame.el (window-system-default-frame-alist): Doc fix.
6450
6451 * dynamic-setting.el (font-setting-change-default-font): Don't
6452 change the default face if SET-FONT argument is non-nil (Bug#9982).
6453
6454 2012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6455
6456 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6457
6458 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6459
6460 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6461 breakpoints in files outside current directory (Bug#6098).
6462
6463 2012-01-29 Chong Yidong <cyd@gnu.org>
6464
6465 * progmodes/python.el: Require ansi-color at top-level.
6466
6467 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6468 Define and use in Emacs Lisp mode (Bug#9360).
6469 (lisp-mode-abbrev-table): Add doc.
6470 (lisp-mode-variables): Don't set local-abbrev-table.
6471 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6472
6473 2012-01-28 Roland Winkler <winkler@gnu.org>
6474
6475 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6476
6477 2012-01-28 Roland Winkler <winkler@gnu.org>
6478
6479 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6480 (bibtex-set-dialect): Use it. Either set global values of
6481 dialect-dependent variables or bind these variables buffer-locally
6482 (Bug#10254).
6483 (bibtex-mode): Call bibtex-set-dialect via
6484 hack-local-variables-hook.
6485 (bibtex-dialect): Update docstring.
6486 Add safe-local-variable predicate.
6487 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6488 bibtex-set-dialect.
6489 (bibtex-mode-map): Define menu for each dialect.
6490 (bibtex-entry): Fix docstring.
6491
6492 2012-01-28 Chong Yidong <cyd@gnu.org>
6493
6494 * eshell/esh-arg.el (eshell-quote-argument): New function.
6495
6496 * eshell/esh-ext.el (eshell-invoke-batch-file):
6497 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6498 first arg to eshell-parse-command (Bug#10523).
6499
6500 2012-01-28 Drew Adams <drew.adams@oracle.com>
6501
6502 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6503 `default-directory' is non-nil.
6504
6505 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6506
6507 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6508 line that displays system-configuration-options. (Bug#9924)
6509
6510 2012-01-28 Drew Adams <drew.adams@oracle.com>
6511
6512 * descr-text.el (describe-char): Show information about POS, in
6513 addition to information about the character at POS. Improve and
6514 update the doc string. Change "code point" to "code point in
6515 charset", to avoid confusion with the character's Unicode code
6516 point shown above that. (Bug#10129)
6517
6518 2012-01-28 Eli Zaretskii <eliz@gnu.org>
6519
6520 * descr-text.el (describe-char): Show the raw character, not only
6521 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6522 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6523 for the reasons.
6524
6525 2012-01-28 Phil Hagelberg <phil@hagelb.org>
6526
6527 * emacs-lisp/package.el (package-install):
6528 Run package-refresh-contents if there is no archive yet (Bug#9798).
6529
6530 2012-01-28 Chong Yidong <cyd@gnu.org>
6531
6532 * emacs-lisp/package.el (package-maybe-load-descriptor):
6533 New function, split from package-maybe-load-descriptor.
6534 (package-maybe-load-descriptor): Use it.
6535 (package-download-transaction): Fully load required packages
6536 inside the loop, so that `require' calls work (Bug#10593).
6537 (package-install): No need to call package-initialize now.
6538
6539 2012-01-28 Chong Yidong <cyd@gnu.org>
6540
6541 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6542
6543 * tooltip.el (tooltip-mode): Doc fix.
6544 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6545
6546 * frame.el (set-cursor-color): Doc fix (Bug#352).
6547
6548 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6549 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6550
6551 * cus-edit.el (custom-buffer-create-internal): Fix search button
6552 action (Bug#10542).
6553 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
6554
6555 2012-01-27 Eduard Wiebe <usenet@pusto.de>
6556
6557 * dired.el (dired-mark-files-regexp):
6558 Include any subdirectory components. (Bug#10445)
6559
6560 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6561
6562 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6563 Handle [host]:port syntax. (Bug#10533)
6564
6565 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
6566
6567 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6568
6569 2012-01-26 Glenn Morris <rgm@gnu.org>
6570
6571 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6572 * term.el (term-raw-escape-map): Use Control-X-prefix.
6573 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6574
6575 2012-01-25 Martin Rudalics <rudalics@gmx.at>
6576
6577 * window.el (window-state-get, window--state-get-1): Don't deal
6578 with fixed-sizeness of windows. Simplify code.
6579
6580 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
6581
6582 * window.el (window--state-get-1, window--state-put-2):
6583 Don't save and restore the mark.
6584
6585 2012-01-25 Chong Yidong <cyd@gnu.org>
6586
6587 * custom.el (custom-variable-p): Doc fix.
6588
6589 2012-01-25 Glenn Morris <rgm@gnu.org>
6590
6591 * dired.el (dired-goto-file): Handle some of the more common
6592 characters that `ls -b' escapes. (Bug#10596)
6593
6594 * progmodes/compile.el (compilation-next-error-function):
6595 Respect compilation-first-column in the "*compilation*" buffer.
6596 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
6597
6598 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
6599
6600 2012-01-24 Glenn Morris <rgm@gnu.org>
6601
6602 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
6603
6604 2012-01-24 Julien Danjou <julien@danjou.info>
6605
6606 * color.el (color-rgb-to-hsl): Fix value computing.
6607 (color-hue-to-rgb): New function.
6608 (color-hsl-to-rgb): New function.
6609 (color-clamp, color-saturate-hsl, color-saturate-name)
6610 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
6611 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
6612
6613 2012-01-24 Glenn Morris <rgm@gnu.org>
6614
6615 * vc/vc-rcs.el (vc-rcs-create-tag):
6616 * vc/vc-sccs.el (vc-sccs-create-tag):
6617 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
6618
6619 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
6620
6621 * eshell/esh-util.el (eshell-read-hosts-file):
6622 Skip comment lines. (Bug#10549)
6623
6624 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
6625
6626 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
6627
6628 * subr.el (display-delayed-warnings): Doc fix.
6629 (collapse-delayed-warnings): New function to collapse identical
6630 adjacent warnings.
6631 (delayed-warnings-hook): Add it.
6632
6633 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
6634
6635 * net/tramp.el (tramp-action-login): Set connection property "login-as".
6636
6637 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
6638 (tramp-default-user-alist): Don't add "pscp".
6639 (tramp-do-copy-or-rename-file-out-of-band): Use connection
6640 property "login-as", if set. (Bug#10530)
6641
6642 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
6643
6644 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
6645 "plink1" and "psftp". (Bug#10530)
6646
6647 2012-01-21 Kenichi Handa <handa@m17n.org>
6648
6649 * international/mule-cmds.el (prefer-coding-system): Show a
6650 warning message if the default value of file-name-coding-system
6651 was not changed.
6652
6653 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
6654
6655 * windmove.el (windmove-reference-loc):
6656 Fix windmove-reference-loc miscalculation.
6657
6658 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
6659
6660 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
6661 default unit.
6662
6663 2012-01-21 Glenn Morris <rgm@gnu.org>
6664
6665 * international/mule.el (auto-coding-alist): Add .tbz.
6666
6667 * files.el (local-enable-local-variables): Doc fix.
6668 (inhibit-local-variables-regexps): Rename from
6669 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
6670 Doc fix. Add some extensions from auto-coding-alist.
6671 (inhibit-local-variables-suffixes):
6672 Rename from inhibit-first-line-modes-suffixes. Doc fix.
6673 (inhibit-local-variables-p):
6674 New function, extracted from set-auto-mode-1.
6675 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
6676 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
6677 (hack-local-variables): Doc fix. Make the mode-only case
6678 respect enable-local-variables and friends.
6679 Respect inhibit-local-variables-regexps for file-locals, but
6680 not for directory-locals.
6681 (set-visited-file-name):
6682 Take account of inhibit-local-variables-regexps.
6683 Whether it applies may change as the file name is changed.
6684 * jka-cmpr-hook.el (jka-compr-install):
6685 * jka-compr.el (jka-compr-uninstall):
6686 Update for inhibit-first-line-modes-suffixes name change.
6687
6688 2012-01-20 Martin Rudalics <rudalics@gmx.at>
6689
6690 * help-macro.el (make-help-screen): Temporarily restore original
6691 binding for minor-mode-map-alist (Bug#10454).
6692
6693 2012-01-19 Julien Danjou <julien@danjou.info>
6694
6695 * color.el (color-name-to-rgb): Use the white color to find the max
6696 color component value and return correctly computed values.
6697 (color-name-to-rgb): Add missing float conversion for max value.
6698
6699 2012-01-19 Martin Rudalics <rudalics@gmx.at>
6700
6701 * window.el (window--state-get-1, window-state-get): Do not use
6702 special state value for window-persistent-parameters.
6703 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
6704 (window--state-put-2): Reset all window parameters to nil before
6705 assigning values of persistent parameters.
6706
6707 2012-01-18 Alan Mackenzie <acm@muc.de>
6708
6709 Eliminate sluggishness and hangs in fontification of "semicolon
6710 deserts".
6711
6712 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
6713 Change value 10000 -> 3000.
6714 (c-state-safe-place): Reformulate so it doesn't stack up an
6715 infinite number of wrong entries in c-state-nonlit-pos-cache.
6716 (c-determine-limit-get-base, c-determine-limit): New functions to
6717 determine backward search limits disregarding literals.
6718 (c-find-decl-spots): Amend commenting.
6719 (c-cheap-inside-bracelist-p): New function which detects "={".
6720
6721 * progmodes/cc-fonts.el
6722 (c-make-font-lock-BO-decl-search-function): Give a limit to a
6723 backward search.
6724 (c-font-lock-declarations): Fix an occurrence of point being
6725 undefined. Check additionally for point being in a bracelist or
6726 near a macro invocation without a semicolon so as to avoid a
6727 fruitless time consuming search for a declarator. Give a more
6728 precise search limit for declarators using the new
6729 c-determine-limit.
6730
6731 2012-01-18 Glenn Morris <rgm@gnu.org>
6732
6733 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
6734 (set-auto-mode): Doc fixes.
6735
6736 2012-01-17 Glenn Morris <rgm@gnu.org>
6737
6738 * isearch.el (search-nonincremental-instead): Fix doc typo.
6739
6740 * dired.el (dired-insert-directory): Handle newlines in directory name.
6741 (dired-build-subdir-alist): Unescape newlines in directory name.
6742
6743 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
6744
6745 * net/tramp.el (tramp-local-end-of-line): New defcustom.
6746 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
6747 (tramp-action-terminal): Use it. (Bug#10530)
6748
6749 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * minibuffer.el (completion--replace): Strip properties (bug#10062).
6752
6753 2012-01-16 Martin Rudalics <rudalics@gmx.at>
6754
6755 * window.el (window-state-ignored-parameters): Remove variable.
6756 (window--state-get-1): Rename argument MARKERS to IGNORE.
6757 Handle persistent window parameters. Make copy of clone-of
6758 parameter only if requested. (Bug#10348)
6759 (window--state-put-2): Install a window parameter only if it has
6760 a non-nil value or an existing parameter shall be overwritten.
6761
6762 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
6763
6764 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
6765
6766 2012-01-14 Eli Zaretskii <eliz@gnu.org>
6767
6768 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
6769 don't pass the (nil) value of `upnode' to string-match.
6770
6771 2012-01-14 Chong Yidong <cyd@gnu.org>
6772
6773 * startup.el (command-line): Fix X resource class for cursorColor.
6774 Fix values recognized by the cursorBlink resource.
6775
6776 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
6777
6778 * epg.el (epg--make-temp-file): Avoid permission race condition
6779 when running on old Emacs versions (bug#10403).
6780
6781 2012-01-14 Glenn Morris <rgm@gnu.org>
6782
6783 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
6784
6785 2012-01-13 Alan Mackenzie <acm@muc.de>
6786
6787 Fix filling for when filladapt mode is enabled.
6788
6789 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
6790 c-mask-paragraph, pass in `fill-paragraph' rather than
6791 `fill-region-as-paragraph'. (This is a reversion of a previous
6792 change.)
6793 * progmodes/cc-mode.el (c-basic-common-init):
6794 Make fill-paragraph-handle-comment buffer local and set it to nil.
6795
6796 2012-01-13 Glenn Morris <rgm@gnu.org>
6797
6798 * dired.el (dired-switches-escape-p): New function.
6799 (dired-insert-directory): Use dired-switches-escape-p.
6800 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
6801
6802 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
6803
6804 2012-01-12 Glenn Morris <rgm@gnu.org>
6805
6806 * mail/sendmail.el (mail-mode): Update paragraph-separate for
6807 changes in adaptive-fill-regexp. (Bug#10276)
6808
6809 2012-01-11 Alan Mackenzie <acm@muc.de>
6810
6811 Fix Emacs bug #10463 - put `widen's around the critical spots.
6812
6813 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
6814 widen around each invocation of c-state-pp-to-literal. Remove an
6815 unused let variable.
6816
6817 2012-01-11 Glenn Morris <rgm@gnu.org>
6818
6819 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
6820 Doc fix.
6821
6822 2012-01-10 Chong Yidong <cyd@gnu.org>
6823
6824 * net/network-stream.el (network-stream-open-starttls):
6825 Avoid emitting a confusing error message when the server gives a bad
6826 response to the capability command.
6827
6828 2012-01-10 Glenn Morris <rgm@gnu.org>
6829
6830 * mail/unrmail.el (unrmail): Tweak previous change.
6831
6832 2012-01-09 Chong Yidong <cyd@gnu.org>
6833
6834 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
6835
6836 2012-01-08 Alan Mackenzie <acm@muc.de>
6837
6838 Optimise font locking in long enum definitions.
6839
6840 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
6841 arm to a cond form to handle enums.
6842 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
6843 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
6844
6845 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6846
6847 * files.el (move-file-to-trash): Preserve default file modes on error.
6848 (Bug#10401)
6849
6850 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6851
6852 * faces.el (set-face-attribute): Clarify the meaning of the nil
6853 frame (bug#10294).
6854
6855 * subr.el (with-selected-frame): Mention that the selected frame
6856 is restored (bug#9980).
6857
6858 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
6859 (bug#9759).
6860
6861 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
6862 (password-read): Don't autoload unused function.
6863
6864 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * progmodes/which-func.el (which-func-mode): Turn into a
6867 non-interactive function and mark as obsolete (bug#10428).
6868
6869 2012-01-06 Chong Yidong <cyd@gnu.org>
6870
6871 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
6872 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
6873 functions, along with 1 and -1.
6874
6875 2012-01-06 Eli Zaretskii <eliz@gnu.org>
6876
6877 * time.el (display-time-load-average)
6878 (display-time-default-load-average): Doc fixes. See the thread
6879 starting at
6880 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
6881 for the details.
6882
6883 2012-01-06 Glenn Morris <rgm@gnu.org>
6884
6885 * mail/unrmail.el (unrmail): Give an explicit error if the input file
6886 has no messages. (Bug#10377)
6887
6888 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
6889 than Info-edit. (Bug#10385)
6890
6891 * time.el (display-time-load-average, display-time-next-load-average):
6892 Doc fixes.
6893
6894 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
6895 local setting of buffer-read-only to the input buffer. (Bug#10419)
6896
6897 * calendar/calendar.el (calendar-mode):
6898 Locally set scroll-margin to 0. (Bug#10379)
6899
6900 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
6901
6902 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
6903
6904 2012-01-05 Glenn Morris <rgm@gnu.org>
6905
6906 * eshell/em-unix.el (diff-no-select): Autoload it.
6907 (eshell/diff): Use diff-no-select. (Bug#10420)
6908
6909 2012-01-05 Chong Yidong <cyd@gnu.org>
6910
6911 * shell.el (shell-dynamic-complete-functions): Revert last change.
6912 (shell-command-completion-function): New function.
6913 (shell-completion-vars): Use it to implement
6914 shell-completion-execonly (Bug#10417).
6915
6916 * custom.el (enable-theme): Don't set custom-safe-themes.
6917
6918 * cus-theme.el (custom-theme-merge-theme):
6919 Ignore custom-enabled-themes and custom-safe-themes.
6920
6921 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
6922
6923 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
6924 first prompt in `sql-interacive-mode'.
6925 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
6926 keywords.
6927 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
6928 (sql-product-interactive): Bug fix: Set `sql-buffer' in
6929 context of original buffer. Invoke `sql-login-hook'.
6930
6931 2012-01-04 Eli Zaretskii <eliz@gnu.org>
6932
6933 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
6934 letters in cite-prefix.
6935
6936 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6937
6938 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
6939
6940 2012-01-03 Chong Yidong <cyd@gnu.org>
6941
6942 * shell.el (shell-dynamic-complete-functions):
6943 Put pcomplete-completions-at-point, so as to try
6944 comint-filename-completion first (Bug#10417).
6945
6946 2012-01-02 Richard Stallman <rms@gnu.org>
6947
6948 * battery.el (battery-status-function):
6949 Detect when to use battery-yeeloong-sysfs.
6950 (battery-echo-area-format): Add string for Yeeloong.
6951 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
6952 (battery-yeeloong-sysfs): New function.
6953
6954 2012-01-02 Chong Yidong <cyd@gnu.org>
6955
6956 * dirtrack.el (dirtrack-list): Eliminate unused third element.
6957 (dirtrack): Merge code for handling relative filenames in prompt
6958 from shell-dir-cookie-watcher.
6959 (dirtrack-debug-message): New arg to avoid excess format calls.
6960
6961 * shell.el (shell-dir-cookie-re): Variable deleted.
6962 (shell-dir-cookie-watcher): Function deleted.
6963 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
6964 with dirtrack-mode.
6965
6966 2012-01-01 Eli Zaretskii <eliz@gnu.org>
6967
6968 * term/w32-win.el (dynamic-library-alist) <gnutls>:
6969 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
6970 libgnutls-26.dll.
6971
6972 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
6973
6974 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
6975
6976 2011-12-31 Eli Zaretskii <eliz@gnu.org>
6977
6978 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
6979 headers of non-MIME messages, when rmail-enable-mime is non-nil.
6980
6981 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
6982
6983 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
6984 also for alternative shells.
6985 (tramp-open-connection-setup-interactive-shell): Check, whether
6986 the shell is a busybox.
6987 (tramp-send-command): Don't suppress multiple prompts for
6988 busyboxes, it hurts.
6989
6990 2011-12-28 Chong Yidong <cyd@gnu.org>
6991
6992 * progmodes/gdb-mi.el (gdb-get-source-file-list)
6993 (gdb-get-source-file): Move mode line update to
6994 gdb-get-source-file (Bug#10087).
6995
6996 2011-12-25 Chong Yidong <cyd@gnu.org>
6997
6998 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
6999 gud-gdb-marker-filter without taking it as an argument.
7000 (gud-gdb-run-command-fetch-lines): Caller changed.
7001 (gud-gdb-completion-function): New variable.
7002 (gud-gdb-completion-at-point): Use it.
7003 (gud-gdb-completions-1): Split from gud-gdb-completions.
7004
7005 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7006 function as separate arguments.
7007 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7008 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7009 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7010 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7011 (gdb-stopped, def-gdb-auto-update-trigger)
7012 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
7013 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7014 Callers changed.
7015 (gud-gdbmi-completions): New function.
7016 (gdb): Use it for generating the completion table.
7017
7018 2011-12-24 Alan Mackenzie <acm@muc.de>
7019
7020 Introduce a mechanism to widen the region used in context font
7021 locking. Use this to protect declarations from losing their contexts.
7022
7023 * progmodes/cc-langs.el (c-before-font-lock-functions):
7024 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
7025 (c-before-context-fontification-functions): New defvar, a list of
7026 functions to be run just before context (etc.) font locking.
7027
7028 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
7029 New, functionality extracted from
7030 c-neutralize-syntax-in-and-mark-CPP.
7031 (c-in-after-change-fontification): New variable.
7032 (c-after-change): Set c-in-after-change-fontification.
7033 (c-set-fl-decl-start): Rejig its interface, so it can be called
7034 from both after-change and context fontifying.
7035 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7036 New functions.
7037 (c-standard-font-lock-fontify-region-function): New variable.
7038 (c-font-lock-fontify-region): New function.
7039
7040 2011-12-24 Juri Linkov <juri@jurta.org>
7041
7042 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7043 (Bug#10348)
7044
7045 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
7046
7047 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7048 existence of source file. (Bug#10325)
7049
7050 2011-12-23 Alan Mackenzie <acm@muc.de>
7051
7052 Fix unstable fontification inside templates.
7053
7054 * progmodes/cc-langs.el (c-before-font-lock-functions):
7055 Newly created from the singular version. The (c c++ objc) entry now
7056 additionally has c-set-fl-decl-start. The other languages (apart
7057 from AWK) have that as a single entry.
7058
7059 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7060 The functionality for "local" declarations has been extracted to
7061 c-set-fl-decl-start.
7062
7063 * progmodes/cc-mode.el (c-common-init, c-after-change):
7064 Changes due to pluralisation of c-before-font-lock-functions.
7065 (c-set-fl-decl-start): New function, extracted from
7066 c-font-lock-enclosing-decls and enhanced.
7067
7068 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
7069
7070 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7071
7072 2011-12-22 Juri Linkov <juri@jurta.org>
7073
7074 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7075
7076 2011-12-22 Chong Yidong <cyd@gnu.org>
7077
7078 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7079
7080 2011-12-21 Drew Adams <drew.adams@oracle.com>
7081
7082 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7083
7084 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7085
7086 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7087
7088 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7089
7090 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7091 highlighting and support. Fix up comments for capitalization.
7092 (cfengine-mode-debug): New var.
7093 (cfengine3-mode): Change the modeline indicator to "CFE3".
7094 (cfengine3-font-lock-keywords): Improve defun highlighting.
7095 (cfengine2-actions): Rename from `cfengine-actions'.
7096 (cfengine2-font-lock-keywords): Rename from
7097 `cfengine-font-lock-keywords'.
7098 (cfengine2-imenu-expression): Rename from
7099 `cfengine-imenu-expression'.
7100 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7101 (cfengine2-beginning-of-defun): Rename from
7102 `cfengine-beginning-of-defun'.
7103 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7104 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7105 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7106 modeline indicator to "CFE2".
7107 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7108 (cfengine-mode-abbrevs): Mark obsolete.
7109
7110 2011-12-21 Chong Yidong <cyd@gnu.org>
7111
7112 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7113 filename argument.
7114
7115 2011-12-20 Martin Rudalics <rudalics@gmx.at>
7116
7117 * window.el (window-normalize-buffer-to-display): Remove.
7118 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7119
7120 2011-12-19 Chong Yidong <cyd@gnu.org>
7121
7122 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7123 Don't signal an error in a predicate function; return non-nil.
7124 (vc-dir-mark-file): Move the error here.
7125 (vc-dir-mark-unmark): If acting on the region, keep going if one
7126 of the entries cannot be marked/unmarked.
7127 (vc-dir-mark-all-files): If current entry is a directory, mark
7128 only child files, as documented.
7129
7130 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7131
7132 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7133 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7134 addition.
7135
7136 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7137
7138 * term/ns-win.el (ns-get-selection-internal)
7139 (ns-store-selection-internal): Declare.
7140 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7141 Declare as obsolete.
7142 (ns-get-pasteboard, ns-paste-secondary):
7143 Use ns-get-selection-internal.
7144 (ns-set-pasteboard, ns-copy-including-secondary):
7145 Use ns-store-selection-internal.
7146
7147 2011-12-17 Chong Yidong <cyd@gnu.org>
7148
7149 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
7150 (vc-deduce-fileset): Doc fix.
7151
7152 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7153
7154 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7155
7156 2011-12-13 Sam Steingold <sds@gnu.org>
7157
7158 * man.el (Man-getpage-in-background): When running under a
7159 window-system, ignore $MANWIDTH and $COLUMNS.
7160
7161 2011-12-15 Kenichi Handa <handa@m17n.org>
7162
7163 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7164 (setup-ethiopic-environment-internal): Comment out key-binding for
7165 ethio-toggle-punctuation.
7166
7167 2011-12-13 Alan Mackenzie <acm@muc.de>
7168
7169 Add the switch statement to AWK Mode.
7170
7171 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
7172 "default" to the keywords regexp.
7173
7174 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
7175 expression as the rest.
7176 (c-nonlabel-token-key): Allow string literals for AWK.
7177 Refactor for the other modes.
7178
7179 Large brace-block initialisation makes CC Mode slow: Fix.
7180 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
7181 routines. Limit backward searching in c-font-lock-enclosing.decl.
7182
7183 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7184 pp-state and literal type in addition to the limits.
7185 (c-state-safe-place): New defun, extracted from c-state-literal-at.
7186 (c-state-literal-at): Use the above new defun.
7187 (c-slow-in-literal, c-fast-in-literal): Remove.
7188 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
7189
7190 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7191 being in a literal. Add a limit for backward searching.
7192
7193 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7194 c-slow-in-literal.
7195
7196 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7199
7200 2011-12-13 Martin Rudalics <rudalics@gmx.at>
7201
7202 * window.el (delete-other-windows): Use correct frame in call to
7203 window-with-parameter.
7204
7205 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7206
7207 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7208 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7209 (makefile-gmake-statements, makefile-makepp-statements):
7210 Use it and add new makepp keywords.
7211 (makefile-makepp-font-lock-keywords): Add new patterns.
7212 (makefile-match-function-end): Match new [...] and [[...]].
7213
7214 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
7215
7216 * ses.el (ses-call-printer-return, ses-cell-property-get)
7217 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7218 (ses-create-cell-variable, ses-reset-header-string)
7219 (ses-cell-set-formula, ses-repair-cell-reference-all)
7220 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7221 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7222 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7223 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7224 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7225 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7226 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7227 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7228 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7229 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7230 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7231 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7232
7233 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7234
7235 * ses.el: The overall change is to add cell renaming, that is
7236 setting fancy names for cell symbols other than name matching
7237 "\\`[A-Z]+[0-9]+\\'" regexp .
7238 (ses-create-cell-variable): New defun.
7239 (ses-relocate-formula): Relocate formulas only for cells the
7240 symbols of which are not renamed, i.e. symbols whose names do not
7241 match regexp "\\`[A-Z]+[0-9]+\\'".
7242 (ses-relocate-all): Relocate values only for cells the symbols of
7243 which are not renamed.
7244 (ses-load): Create cells variables as the (ses-cell ...) are read,
7245 in order to check row col consistency with cell symbol name only
7246 for cells that are not renamed.
7247 (ses-replace-name-in-formula): New defun.
7248 (ses-rename-cell): New defun.
7249
7250 2011-12-11 Chong Yidong <cyd@gnu.org>
7251
7252 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7253 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7254
7255 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7256
7257 * window.el (other-window): Fix docstring.
7258
7259 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7260
7261 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
7262 `from' or `to' address before taking its substring.
7263 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
7264 encoded name is chopped in the middle of the encoded string, and
7265 thus displayed encoded.
7266
7267 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
7268
7269 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7270
7271 2011-12-10 Eli Zaretskii <eliz@gnu.org>
7272
7273 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7274 to use texinfo-update-node and commands that call it if the
7275 Texinfo file uses @node lines without next/prev/up pointers.
7276 Correct outdated description about texinfo-master-menu.
7277 (texinfo-all-menus-update, texinfo-master-menu)
7278 (texinfo-update-node, texinfo-every-node-update)
7279 (texinfo-multiple-files-update): Doc fix. Warn against updating
7280 all the @node lines.
7281 (texinfo-master-menu): Only call texinfo-update-node if the prefix
7282 argument is numeric. Explain better in the doc string what the
7283 function really does.
7284 (texinfo-insert-master-menu-list): Improve the error message
7285 displayed if there's no menu in the Top node.
7286 (Bug#2975) See also this thread:
7287 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7288
7289 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7290
7291 * speedbar.el (speedbar-supported-extension-expressions):
7292 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7293
7294 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
7295
7296 * printing.el (pr-mode-alist):
7297 * simple.el (filter-buffer-substring-functions)
7298 (completion-list-insert-choice-function):
7299 * window.el (window-with-parameter, window-atom-root)
7300 (window-sides-slots, window-size-fixed, window-min-delta)
7301 (window-max-delta, window--resize-mini-window)
7302 (window--resize-child-windows-normal, window-tree)
7303 (delete-other-windows, quit-window, split-window)
7304 (display-buffer-record-window, special-display-buffer-names)
7305 (special-display-regexps, special-display-popup-frame)
7306 (same-window-p, split-window-sensibly)
7307 (display-buffer-overriding-action, display-buffer-alist)
7308 (display-buffer-base-action, display-buffer, switch-to-buffer)
7309 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7310 (fit-window-to-buffer, recenter-positions)
7311 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7312 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7313 and remove unneeded backslashes in docstrings.
7314
7315 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7318
7319 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7320 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7321 end in ".mk".
7322 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7323 when reading the makefile (bug#10116).
7324
7325 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7328 (bug#10116).
7329
7330 2011-12-06 Glenn Morris <rgm@gnu.org>
7331
7332 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7333
7334 2011-12-06 Chong Yidong <cyd@gnu.org>
7335
7336 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7337
7338 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
7339
7340 * textmodes/table.el (table-shorten-cell): Fix typo.
7341
7342 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7343
7344 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7345
7346 2011-12-05 Eli Zaretskii <eliz@gnu.org>
7347
7348 * descr-text.el (describe-char): Fix display of strong
7349 right-to-left characters and directional embeddings and overrides.
7350
7351 * simple.el (what-cursor-position): Fix display of codepoints of
7352 strong right-to-left characters.
7353
7354 2011-12-05 Chong Yidong <cyd@gnu.org>
7355
7356 * faces.el (read-color): Doc fix.
7357
7358 2011-12-05 Glenn Morris <rgm@gnu.org>
7359
7360 * align.el (align--set-marker): Add doc-string.
7361 Don't try to move something that is not a marker. (Bug#10216)
7362
7363 2011-12-04 Glenn Morris <rgm@gnu.org>
7364
7365 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7366 overly zealous deletion of trailing whitespace.
7367
7368 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
7369
7370 * server.el (server-delete-client): On Windows, do not try to delete
7371 the only terminal.
7372 (server-process-filter): On Windows, treat requests for a tty frame as
7373 if they were for a GUI frame if the running server is in GUI mode.
7374
7375 2011-12-03 Glenn Morris <rgm@gnu.org>
7376
7377 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7378
7379 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7380
7381 * electric.el: Streamline electric-indent's hook.
7382 (electric-indent-chars): Revert to simple list.
7383 (electric-indent-functions): New var.
7384 (electric-indent-post-self-insert-function): Use it.
7385
7386 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7387 there's no inferior buffer (bug#10196).
7388 (prolog-consult-compile): Don't use toggle-read-only.
7389
7390 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
7391
7392 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7393 interrupt. (Bug#10187)
7394
7395 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7396
7397 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7398 (bug#9160).
7399
7400 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7401 (bug#10191).
7402
7403 2011-12-02 Juri Linkov <juri@jurta.org>
7404
7405 * info.el (Info-search): Display "end of manual" when Isearch
7406 reaches the end of single-file Info manual. (Bug#9918)
7407
7408 2011-12-02 Eli Zaretskii <eliz@gnu.org>
7409
7410 * isearch.el (isearch-message-prefix): Run the input method part
7411 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7412
7413 2011-12-02 Juri Linkov <juri@jurta.org>
7414
7415 * isearch.el (isearch-occur): Use `word-search-regexp' for
7416 `isearch-word'.
7417 (isearch-search-and-update): Add condition for `isearch-word' and
7418 call `word-search-regexp'. (Bug#10145)
7419
7420 2011-12-01 Glenn Morris <rgm@gnu.org>
7421
7422 * eshell/em-hist.el (eshell-hist-initialize):
7423 Handle eshell-history-size nil and HISTSIZE set or unset.
7424 (eshell-history-file-name, eshell-history-size): Fix custom type.
7425
7426 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7427
7428 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7429
7430 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
7431
7432 * progmodes/verilog-mode.el (verilog-pretty-expr):
7433 Rework verilog-pretty-expr to handle new assignment operators in system
7434 verilog, such as += *= and the like.
7435 (verilog-assignment-operator-re): Regular expression to find the
7436 assigment operator in a verilog assignment.
7437 (verilog-assignment-operation-re): Regular expression to find an
7438 assignment statement for pretty-expr.
7439 (verilog-in-attribute-p): Query returns true if point is in an
7440 attribute context; used to skip these for expression line up from
7441 pretty-expr.
7442 (verilog-in-parameter-p): Query returns true if point is in an
7443 parameter definition context; used to skip these for expression
7444 line up from pretty-expr.
7445 (verilog-in-parenthesis-p): Query returns true if point is in a
7446 parenthetical expression, specifically ( ) but not [ ] or { };
7447 used by pretty-expr.
7448 (verilog-just-one-space): If there is no space, don't add one.
7449 (verilog-get-lineup-indent-2): Specifically skip just attribute
7450 contexts for expression lineup, rather than skipping all
7451 parenthetical expressions.
7452 (verilog-calculate-indent): Fix comment, and fix indent.
7453 (verilog-do-indent): Indent declarations in lists (suggested by
7454 Joachim Lechner).
7455 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7456 skeleton items.
7457 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7458 by Alain Mellan).
7459
7460 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
7461
7462 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7463 parameters with embedded comments. Reported by Ray Stevens.
7464 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7465 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7466 Reported by Tim Holt.
7467 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7468 instantiated by upper module causing wrong expansion until AUTOed a
7469 second time. Reported by K C Buckenmaier.
7470 (verilog-diff-auto): Fix showing .* as a difference when
7471 `verilog-auto-star-save' off. Reported by Dan Dever.
7472 (verilog-auto-reset, verilog-read-always-signals)
7473 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7474 temporary signals in reset list if
7475 verilog-auto-reset-blocking-in-non is nil, and match assignment
7476 style to each signal's assignment type, bug381.
7477 Reported by Thomas Esposito.
7478 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7479 (verilog-uvm-statement-re): Support UVM indentation and
7480 highlighting, with old OVM keywords only.
7481 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
7482 Support AUTOTIEOFF creating non-wire data types.
7483 Suggested by Jonathan Greenlaw.
7484 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7485 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7486 (verilog-inject-sense, verilog-read-inst-pins)
7487 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7488 Fix mismatching parenthesis inside commented out code when deleting
7489 AUTOINST, bug383. Reported by Jonathan Greenlaw.
7490 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7491 non-numeric vector width. Reported by Alex Reed.
7492 (verilog-auto-ascii-enum): Add "onehot" option to work around not
7493 detecting signals with parameter widths. Reported by Alex Reed.
7494 (verilog-auto-delete-trailing-whitespace):
7495 With `verilog-auto-delete-trailing-whitespace' remove trailing
7496 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7497 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7498 Fix verilog-scan-cache corruption when running user AUTO expansion
7499 hooks that call indentation routines.
7500 (verilog-simplify-range-expression): Fix typo ignoring lower case
7501 identifiers.
7502 (verilog-delete-auto): Fix delete-autos to also remove user created
7503 automatics, as long as they start with AUTO.
7504 (verilog-batch-diff-auto, verilog-diff-auto)
7505 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7506 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7507 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7508 (verilog-in-paren-quick, verilog-re-search-backward-quick)
7509 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7510 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
7511 is disabled and its cache will get corrupt, causing AUTOS not to
7512 expand. Instead use only -quick functions.
7513 (verilog-scan-region): Fix scanning over escaped quotes.
7514 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7515 (verilog-re-search-backward-quick)
7516 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7517 related functions now ignore strings, to fix misparsing of strings
7518 with magic comments embedded in them.
7519 (verilog-read-auto-template):
7520 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7521 Reported by Brad Dobbie.
7522 (verilog-read-auto-template):
7523 Fix 'verilog-auto-inst-template-numbers' with comments.
7524 Reported by Brad Dobbie.
7525 (verilog-auto-inst, verilog-auto-inst-param)
7526 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7527 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7528 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
7529 debugging templates without merge conflicts, bug357.
7530 Reported by Brad Dobbie.
7531 (verilog-read-auto-template):
7532 Fix verilog-auto-inst-template-numbers with multiple templates.
7533 Reported by Brad Dobbie.
7534 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7535 abbrevs so user won't be asked to save.
7536 (verilog-read-auto-lisp-present): Fix to start at beginning of
7537 buffer in case called outside of verilog-auto.
7538 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7539 to "X-2". Reported by Matthew Myers.
7540 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7541 all inputs from module templates. Reported by Leith Johnson.
7542 (verilog-module-inside-filename-p): Fix locating programs as with
7543 modules.
7544 (verilog-auto-inst-port): Fix vl-width expressions when using
7545 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7546 (verilog-decls-get-regs, verilog-decls-get-signals,
7547 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7548 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7549 verilog-read-decls): Combine reg and wire structures into one var
7550 structure to represent SystemVerilog concepts.
7551 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7552 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
7553 (verilog-auto-wire-type, verilog-insert-definition):
7554 Add verilog-auto-wire-type and AUTOLOGIC to support using
7555 SystemVerilog "logic" keyword instead of "wire"/"reg".
7556 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7557 to declares outputs that also have assignments (presumably in an
7558 ifdef or generate if so there's not a driver conflict).
7559 Reported by Matthew Myers.
7560 (verilog-auto-declare-nettype, verilog-insert-definition):
7561 Add verilog-auto-declare-nettype to fix declarations using
7562 `default_nettype none. Reported by Julian Gorfajn.
7563 (verilog-read-always-signals-recurse, verilog-read-decls)
7564 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7565 malformed end statement, bug325. Reported by Joshua Wise and
7566 Andrew Drake.
7567 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7568 (verilog-inst-comment-re): Fix not deleting Interfaced comment
7569 when expanding .* in interfaces, bug320.
7570 Reported by Pierre-David Pfister.
7571 (verilog-read-module-name): Fix import statements between module
7572 name and open parenthesis, bug317.
7573 Reported by Pierre-David Pfister.
7574 (verilog-simplify-range-expression): Fix simplification of
7575 multiplications inside AUTOWIRE connections, bug303.
7576 (verilog-auto-inst-port): Support parameter expansion in
7577 multidimensional arrays.
7578 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7579 after "assert property". Reported by Julian Gorfajn.
7580 (verilog-simplify-range-expression): Fix "couldn't merge" errors
7581 with multiplication, bug303.
7582 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
7583 Reported by Jan Frode Lonnum.
7584
7585 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
7586
7587 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
7588 (hfy-shell-file-name, hfy-shell):
7589 * international/fontset.el (x-decompose-font-name): Fix typos.
7590
7591 2011-11-29 Ken Brown <kbrown@cornell.edu>
7592
7593 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
7594 (gdb-version): Remove defvar.
7595 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
7596 (gdb-gud-context-command, gdb-non-stop-handler)
7597 (gdb-current-context-command, gdb-stopped): Use it.
7598 (gdb-init-1): Enable pretty printing here.
7599 (gdb-non-stop-handler): Don't enable pretty-printing here.
7600 Check to see if the target supports non-stop mode; if not, turn off
7601 non-stop mode. Use the following.
7602 (gdb-check-target-async): New defun.
7603 (gud-watch, gdb-stopped): Fix whitespace.
7604 (gdb-get-source-file): Don't try to display the source file if
7605 `gdb-main-file' is nil.
7606
7607 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * align.el: Try to generate fewer markers (bug#10047).
7610 (align--set-marker): New macro.
7611 (align-region): Use it.
7612
7613 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
7616
7617 2011-11-29 Chong Yidong <cyd@gnu.org>
7618
7619 * indent.el (indent-for-tab-command, indent-according-to-mode):
7620 Doc fix.
7621 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
7622
7623 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
7624
7625 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
7626 aware of remote file names. (Bug#10124)
7627
7628 2011-11-29 Chong Yidong <cyd@gnu.org>
7629
7630 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
7631
7632 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * files.el (find-file): Don't use force-same-window (bug#10144).
7635 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
7636 use pop-to-buffer if the selected window can't be used.
7637 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
7638
7639 2011-11-28 Eli Zaretskii <eliz@gnu.org>
7640
7641 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
7642 special-mode-map.
7643
7644 2011-11-28 Chong Yidong <cyd@gnu.org>
7645
7646 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
7647
7648 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
7649
7650 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
7651 gdb-get-source-file-list on gdb-create-source-file-list.
7652
7653 2011-11-26 Eli Zaretskii <eliz@gnu.org>
7654
7655 * whitespace.el (whitespace-newline): Use a different foreground
7656 color for 16-color light-background displays.
7657
7658 2011-11-24 Chong Yidong <cyd@gnu.org>
7659
7660 * window.el (display-buffer--special-action): Doc fix.
7661
7662 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
7665 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
7666 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
7667 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
7668 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
7669 (avl-tree-stack-first):
7670 * emacs-lisp/cconv.el (cconv--analyse-use):
7671 * net/gnutls.el (gnutls-negotiate): Fix typos.
7672
7673 2011-11-24 Glenn Morris <rgm@gnu.org>
7674
7675 * lpr.el (lpr-windows-system, lpr-lp-system):
7676 * mail/binhex.el (binhex-begin-line):
7677 * progmodes/grep.el (grep-history, grep-find-history):
7678 * textmodes/flyspell.el:
7679 * vc/pcvs-defs.el (cvs-global-menu):
7680 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
7681 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
7682 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
7683
7684 * net/tls.el: Fix case of "GnuTLS".
7685
7686 * paths.el (rmail-file-name): Format doc-string for make-docfile.
7687
7688 * version.el (emacs-build-system): Give it a doc-string.
7689
7690 2011-11-24 Juri Linkov <juri@jurta.org>
7691
7692 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
7693
7694 2011-11-24 Glenn Morris <rgm@gnu.org>
7695
7696 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
7697 if called on a non-mime message just toggle the headers. (Bug#8006)
7698
7699 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
7700
7701 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
7702 (allout-lead-with-comment-string, allout-structure-deleted-hook)
7703 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
7704 (allout-rebullet-heading, allout-open-sibtopic)
7705 (allout-toggle-current-subtree-encryption)
7706 (allout-toggle-subtree-encryption, allout-encrypt-string)
7707 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
7708 (allout-distinctive-bullets-string, allout-auto-activation):
7709 * window.el (window-normalize-buffer-to-display):
7710 * progmodes/verilog-mode.el (verilog-batch-indent):
7711 * textmodes/bibtex.el (bibtex-field-braces-opt)
7712 (bibtex-field-strings-opt):
7713 * vc/cvs-status.el (cvs-tree-merge):
7714 Fix typos.
7715
7716 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
7717
7718 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
7719 `non-essential' to t, in order to avoid remote connections.
7720
7721 2011-11-23 Eli Zaretskii <eliz@gnu.org>
7722
7723 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7724 On MS-DOS and MS-Windows, compare with loaddefs.el
7725 case-insensitively.
7726
7727 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
7728
7729 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
7730
7731 2011-11-23 Glenn Morris <rgm@gnu.org>
7732
7733 * paths.el (rmail-file-name): Reformat the doc-string so that it
7734 is picked up.
7735
7736 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
7737 (rmail-auto-file): Ignore case in the "special" field names,
7738 as mail-fetch-field does for all others.
7739
7740 * mail/rmail.el (rmail-forward):
7741 * mail/rmailkwd.el (rmail-set-label):
7742 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
7743 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
7744
7745 * mail/rmail.el (rmail-current-message): Doc fix.
7746
7747 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
7748
7749 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * server.el (server-eval-and-print): Allow C-g (bug#6585).
7752
7753 2011-11-22 Glenn Morris <rgm@gnu.org>
7754
7755 * mail/rmailmm.el (test-rmail-mime-handler)
7756 (test-rmail-mime-bulk-handler)
7757 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
7758
7759 2011-11-21 Juri Linkov <juri@jurta.org>
7760
7761 * calc/calc.el (calc-read-key-sequence):
7762 Let-bind `input-method-function' to nil. (Bug#10018)
7763
7764 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7765
7766 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
7767 Tell the caller that the next line needs recomputation, even
7768 though it doesn't start a sexp (bug#10094).
7769
7770 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
7773
7774 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
7777 Use force-same-window.
7778
7779 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7780
7781 * descr-text.el (describe-char-unicode-data):
7782 * json.el (json-string-escape):
7783 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
7784 (Footnote-unicode, Footnote-style-p):
7785 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
7786
7787 2011-11-20 Chong Yidong <cyd@gnu.org>
7788
7789 * window.el (replace-buffer-in-windows): Restore interactive spec.
7790
7791 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * electric.el (electric-indent-mode): Fix last change (too optimistic).
7794
7795 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
7796 (byte-compile-global-not-obsolete-vars): New var.
7797 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
7798 Use it.
7799 (byte-compile-warn-obsolete): Align text with the one in *Help*.
7800
7801 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
7802
7803 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
7804 * progmodes/pascal.el (electric-pascal-equal):
7805 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
7806 * xml.el (xml-substitute-special): Fix typos.
7807
7808 2011-11-20 Glenn Morris <rgm@gnu.org>
7809
7810 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
7811 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
7812 Doc fixes.
7813 (rmail-decode-mime-charset): Mark as obsolete.
7814
7815 * mail/rmailsum.el (rmail-message-regexp-p-1):
7816 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
7817 Before using mime functions, check they are set. (Bug#10077)
7818
7819 2011-11-19 Juri Linkov <juri@jurta.org>
7820
7821 * info.el (Info-finder-find-node): Use `package--builtins' instead
7822 of `package-alist'. Use node names formed by the pattern "Keyword "
7823 and the keyword name.
7824
7825 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7826
7827 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
7828
7829 2011-11-19 Juri Linkov <juri@jurta.org>
7830
7831 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
7832 that calls `revert-buffer' on all Info buffers. (Bug#9915)
7833 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
7834 `old-history', `old-history-forward'. Add let-binding
7835 `window-selected'. Remove calls to `kill-buffer',
7836 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
7837 before calling `Info-find-node', so `Info-find-node-2' will reread
7838 the Info file. Restore window positions only when `window-selected'
7839 is non-nil.
7840
7841 2011-11-19 Juri Linkov <juri@jurta.org>
7842
7843 * isearch.el (isearch-lazy-highlight-new-loop):
7844 Remove condition `(not isearch-error)'. (Bug#9918)
7845
7846 * misearch.el (multi-isearch-search-fun): Add condition
7847 `(not bound)' to ignore lazy-highlighting search.
7848 Add the search-failed message "end of multi" when the end of
7849 multi-sequence is reached. Uncapitalize the search-failed
7850 message "Repeat for next buffer".
7851
7852 * info.el (Info-search): Add the search-failed message
7853 "end of the manual" when the end of the manual is reached
7854 in Isearch mode.
7855
7856 2011-11-19 Juri Linkov <juri@jurta.org>
7857
7858 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
7859 Use non-destructive `remove' instead of `delete' because
7860 `Info-history-list' stored to `Info-isearch-initial-history-list' in
7861 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
7862
7863 2011-11-19 Juri Linkov <juri@jurta.org>
7864
7865 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
7866 to nil instead of binding `search-ring' and `regexp-search-ring'.
7867 (Bug#9185)
7868
7869 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7870
7871 * simple.el (line-move): Force movement by logical lines for any
7872 hscrolled window, not only when auto-hscroll-mode is on.
7873 (line-move-visual): Update doc string to that effect. (Bug#10076)
7874
7875 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
7876
7877 * language/european.el (macintosh): Define as alias for mac-roman.
7878
7879 2011-11-19 Eli Zaretskii <eliz@gnu.org>
7880
7881 * mail/rmailmm.el (rmail-mime-display-header)
7882 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
7883 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
7884 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
7885 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
7886 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
7887 of a raw aref.
7888 (rmail-mime-entity-segment): To get past the tagline, move forward
7889 2 more lines, to account for the 2 empty lines that precede and
7890 follow the line with the buttons.
7891 (rmail-mime-update-tagline): Move one more line, to get past the
7892 empty line that follows the buttons in the tagline. (Bug#9520)
7893
7894 2011-11-19 Martin Rudalics <rudalics@gmx.at>
7895
7896 * window.el (window-max-delta-1, window-min-delta-1)
7897 (window-min-size-1, window-state-get-1, window-state-put-1)
7898 (window-state-put-2): Use "window--" prefix.
7899
7900 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * emacs-lisp/smie.el: Improve warnings and conflict detection.
7903 (smie-warning-count): New var.
7904 (smie-set-prec2tab): Use it.
7905 (smie-bnf->prec2): Improve warnings. Add docstring.
7906 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
7907 (smie-bnf--set-class): New function.
7908 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
7909 corner case.
7910
7911 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
7912 (compilation-error-properties, compilation-move-to-column):
7913 Handle compilation-first-column while in the target buffer.
7914
7915 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
7916 Don't hardcode point-min==1.
7917
7918 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
7919 (eshell-rewrite-for-command): Remove workaround.
7920 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
7921 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
7922 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
7923
7924 * files-x.el (modify-file-local-variable): Obey commenting conventions.
7925
7926 2011-11-17 Glenn Morris <rgm@gnu.org>
7927
7928 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7929 Ignore buffer-local generated-autoload-file if it is the same
7930 as the global value. (Bug#10049)
7931
7932 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
7933
7934 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
7935 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
7936 (reftex-toc-previous-heading, reftex-toc-max-level)
7937 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
7938 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
7939 (reftex-toc-do-promote, reftex-toc-promote-prepare)
7940 (reftex-toc-promote-action, reftex-toc-extract-section-number)
7941 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
7942 (reftex-toc-rename-label, reftex-toc-visit-location)
7943 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
7944 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
7945 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
7946 leaving "*toc*" only for references to the buffer.
7947
7948 2011-11-17 Martin Rudalics <rudalics@gmx.at>
7949
7950 * window.el (window-resize, delete-window, split-window):
7951 Replace window-splits by window-combination-resize.
7952 * cus-start.el (window-splits): Replace by window-combination-resize.
7953
7954 2011-11-17 Glenn Morris <rgm@gnu.org>
7955
7956 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7957 Make bash entry derive from sh entry, not shell entry.
7958
7959 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
7960
7961 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
7962 local file name.
7963
7964 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7965
7966 * menu-bar.el (menu-bar-file-menu):
7967 * printing.el (pr-ps-utility):
7968 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
7969 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
7970 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7971 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
7972 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
7973 (icalendar--convert-cyclic-to-ical)
7974 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
7975 (icalendar--convert-ical-to-diary)
7976 (icalendar--convert-recurring-to-diary)
7977 (icalendar--convert-non-recurring-all-day-to-diary)
7978 (icalendar-import-format-sample):
7979 * progmodes/idlw-shell.el (idlwave-shell-mode):
7980 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
7981 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
7982 (vhdl-ps-print-init): Fix typos.
7983
7984 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
7985
7986 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
7987 FSF and collapse date sequence, obscure author/maintainer email address
7988 better, remove extra version line, track relocation of author's webpage.
7989
7990 * progmodes/python.el (python-pdbtrack-input-prompt)
7991 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
7992 regular python pdb prompts. Adjustments shamelessly taken exactly as
7993 suggested in EmacsWiki page (tiny change):
7994 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
7995
7996 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
7997
7998 * expand.el (expand-pos, expand-index, expand-point):
7999 Remove redundant info from docstring.
8000 (expand-add-abbrevs): Doc fix.
8001 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8002 (expand-sample-perl-mode-expand-list): Fix typos.
8003
8004 * net/dbus.el (dbus-event-member-name):
8005 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8006 * term/pc-win.el (msdos-create-frame-with-faces):
8007 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8008
8009 2011-11-16 Martin Rudalics <rudalics@gmx.at>
8010
8011 * window.el (split-window, window-state-get-1)
8012 (window-state-put-1, window-state-put-2): Rename occurrences of
8013 window-nest to window-combination-limit.
8014 * cus-start.el (window-nest): Rename to window-combination-limit.
8015
8016 2011-11-16 Chong Yidong <cyd@gnu.org>
8017
8018 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8019 regexp (Bug#10033).
8020
8021 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8022
8023 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8024 `completing-read' will remove *Completions* and will preserve
8025 current-buffer for us.
8026 (tmm-add-prompt): Users of *Completions* will always (re)set its
8027 major mode.
8028 (tmm-old-comp-map): Remove.
8029
8030 2011-11-16 Glenn Morris <rgm@gnu.org>
8031
8032 * mail/rmailedit.el: Require rmailmm when compiling.
8033 (rmail-old-mime-state): New declaration.
8034 (rmail-edit-current-message): If editing a mime message,
8035 edit the "raw" message from the mbox buffer.
8036 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8037
8038 2011-11-15 Glenn Morris <rgm@gnu.org>
8039
8040 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8041 which wasn't being used. Add optional arg to force given state.
8042 (rmail-mime): Add optional arg to force given state.
8043
8044 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8045
8046 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8047 * frame.el (display-mm-dimensions-alist):
8048 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8049 (outline-move-subtree-down):
8050 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8051 (newsticker--treeview-do-get-node):
8052 * net/quickurl.el (quickurl-list-buffer-name):
8053 * progmodes/dcl-mode.el (dcl-mode):
8054 * progmodes/gdb-mi.el (gdb-mapcar*):
8055 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8056
8057 2011-11-15 Glenn Morris <rgm@gnu.org>
8058
8059 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8060 in a boolean sense, so just make it a boolean, and fix the doc.
8061 (rmail-show-mime-function, rmail-mime-feature)
8062 (rmail-require-mime-maybe): Doc fixes.
8063 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8064
8065 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8066
8067 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
8068
8069 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8070 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8071 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8072 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8073
8074 2011-11-15 Glenn Morris <rgm@gnu.org>
8075
8076 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8077 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8078 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8079 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8080 (rmail-mime, rmail-show-mime): Doc fixes.
8081
8082 * term/ns-win.el (mode-line-frame-identification):
8083 Leave it alone. (Bug#10051)
8084
8085 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8086
8087 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8088 Handle empty buffers. (Bug#9978)
8089
8090 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
8091
8092 * international/mule.el (define-charset):
8093 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8094 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8095 * progmodes/verilog-mode.el (verilog-backward-token):
8096 * textmodes/ispell.el (lookup-words):
8097 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8098
8099 2011-11-14 Glenn Morris <rgm@gnu.org>
8100
8101 * progmodes/executable.el
8102 (executable-make-buffer-file-executable-if-script-p):
8103 Handle file-modes returning nil.
8104
8105 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8106 message - not necessary, and causes problems. (Bug#9831)
8107
8108 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8109
8110 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8111
8112 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8113 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8114 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8115
8116 2011-11-12 Martin Rudalics <rudalics@gmx.at>
8117
8118 * window.el (window-resize, delete-window): Use window-splits
8119 variable instead of function.
8120 (window-state-get-1, window-state-put-2, window-state-put):
8121 Don't deal with windows' splits status.
8122
8123 2011-11-12 Glenn Morris <rgm@gnu.org>
8124
8125 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8126 (apropos-documentation): Doc fixes.
8127
8128 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
8129
8130 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8131 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8132
8133 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * electric.el (electric-indent-post-self-insert-function): Make it
8136 possible for a char to only indent in some circumstances.
8137 (electric-indent-mode): Simplify.
8138
8139 2011-11-11 Martin Rudalics <rudalics@gmx.at>
8140
8141 * window.el (windows-with-parameter): Remove unused function.
8142 (windows-at-side): Rename to window-at-side-list.
8143 (window-check, window-atom-check, window-atom-check-1)
8144 (window-side-check, window-size-ignore, window-size-fixed-1)
8145 (window-in-direction-2): Prefix with "window--".
8146 (window-tree-1): Rename to window--subtree, fix doc-string.
8147
8148 2011-11-11 Glenn Morris <rgm@gnu.org>
8149
8150 * subr.el (eval-after-load): If FILE is already loaded,
8151 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8152
8153 2011-11-10 Glenn Morris <rgm@gnu.org>
8154
8155 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8156 Call svn via vc-svn-command rather than vc-do-command.
8157 (vc-svn-command): Add --non-interactive. (Bug#9993)
8158 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8159
8160 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8161 Add toggle-read-only. (Bug#7292)
8162 * files.el (toggle-read-only): Mention that it should only
8163 be used interactively. (Bug#10006)
8164
8165 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8168 Adjust regexp for OCaml warnings.
8169
8170 * electric.el (electric-pair-post-self-insert-function): Let user
8171 turn it off buffer-locally (bug#9932).
8172
8173 * progmodes/python.el (python-beginning-of-statement):
8174 Rewrite (bug#2703).
8175
8176 * progmodes/compile.el: Better handle TABs (bug#9749).
8177 (compilation-internal-error-properties)
8178 (compilation-next-error-function): Obey the target buffer's
8179 compilation-error-screen-columns.
8180
8181 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
8182
8183 * progmodes/meta-mode.el: Remove obsolete comments.
8184 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8185 Fix typos in docstrings.
8186
8187 2011-11-09 Martin Rudalics <rudalics@gmx.at>
8188
8189 * window.el (window-size-fixed-p): Rewrite doc-string.
8190 (window-resizable-p): Rename to window--resizable-p. Update callers.
8191 (window--resizable): New function. Make all callers of
8192 window-resizable call window--resizable instead.
8193 (window-resizable): Rewrite in terms of window--resizable.
8194
8195 2011-11-08 Glenn Morris <rgm@gnu.org>
8196
8197 * progmodes/delphi.el (delphi-mode-syntax-table):
8198 Let define-derived-mode define a proper syntax table. (Bug#9994)
8199
8200 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8201
8202 * window.el: Stay away from defsubst.
8203 (window-list-no-nils): Remove.
8204 (window-state-get-1, window-state-get): Use backquote instead.
8205
8206 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8207
8208 * emacs-lisp/find-func.el (find-function-read):
8209 Fix incorrect use of default argument in `completing-read'.
8210
8211 2011-11-08 Martin Rudalics <rudalics@gmx.at>
8212
8213 * window.el (display-buffer-function, special-display-function):
8214 Mention display-buffer-record-window but do not mention
8215 help-setup parameter in doc-strings.
8216 (window-min-delta): Fix doc-string typo.
8217
8218 2011-11-08 Chong Yidong <cyd@gnu.org>
8219
8220 * window.el (window-total-height, window-total-width): Doc fix.
8221 (window-body-size): Move from C.
8222 (window-body-height, window-body-width): Move to C.
8223
8224 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * window.el: Make special-display like display-buffer-alist (bug#9532).
8227 (display-buffer--special-action): New function, morphed
8228 from display-buffer--special.
8229 (display-buffer): Use it to handle special-display-buffers at higher
8230 priority (just after display-buffer-alist).
8231 (display-buffer-fallback-action, display-buffer--other-frame-action)
8232 (pop-to-buffer-same-window): Remove display-buffer--special.
8233
8234 2011-11-07 Glenn Morris <rgm@gnu.org>
8235
8236 * calendar/cal-menu.el (cal-menu-set-date-title):
8237 Do nothing if not in a calendar. (Bug#9976)
8238
8239 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * files.el (find-file): Always use selected-window.
8242
8243 2011-11-07 Martin Rudalics <rudalics@gmx.at>
8244
8245 * window.el (window-combinations): Make WINDOW argument
8246 mandatory. Rewrite doc-string.
8247 (walk-window-subtree, window-atom-check, window-min-delta)
8248 (window-max-delta, window--resize-this-window)
8249 (window--resize-root-window-vertically, window-tree)
8250 (balance-windows, window-state-put): Rewrite doc-strings as to
8251 not mention the term "subwindow".
8252 (window--resize-subwindows-skip-p): Rename to
8253 window--resize-child-windows-skip-p.
8254 (window--resize-subwindows-normal): Rename to
8255 window--resize-child-windows-normal.
8256 (window--resize-subwindows): Rename to
8257 window--resize-child-windows.
8258 (window-or-subwindow-p): Rename to window--in-subtree-p.
8259
8260 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8261
8262 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8263 Ensure that mbox format messages end in two newlines (Bug#9974).
8264
8265 2011-11-06 Chong Yidong <cyd@gnu.org>
8266
8267 * window.el (window-combination-p): Function deleted; its
8268 side-effect is not used in any existing code.
8269 (window-combinations, window-combined-p): Call window-*-child
8270 directly.
8271
8272 2011-11-05 Chong Yidong <cyd@gnu.org>
8273
8274 * window.el (window-valid-p): Rename from window-any-p.
8275 (window-size-ignore, window-state-get): Callers changed.
8276 (window-normalize-window): Rename from window-normalize-any-window.
8277 New arg LIVE-ONLY, replacing window-normalize-live-window.
8278 (window-normalize-live-window): Delete.
8279 (window-combination-p, window-combined-p, window-combinations)
8280 (walk-window-subtree, window-atom-root, window-min-size)
8281 (window-sizable, window-sizable-p, window-size-fixed-p)
8282 (window-min-delta, window-max-delta, window-resizable)
8283 (window-resizable-p, window-full-height-p, window-full-width-p)
8284 (window-current-scroll-bars, window-point-1, set-window-point-1)
8285 (window-at-side-p, window-in-direction, window-resize)
8286 (adjust-window-trailing-edge, maximize-window, minimize-window)
8287 (window-deletable-p, delete-window, delete-other-windows)
8288 (record-window-buffer, unrecord-window-buffer)
8289 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8290 (quit-window, split-window, window-state-put)
8291 (set-window-text-height, fit-window-to-buffer)
8292 (shrink-window-if-larger-than-buffer): Callers changed.
8293
8294 2011-11-04 Eli Zaretskii <eliz@gnu.org>
8295
8296 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8297 rfc2047-decode-string.
8298 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8299 warnings.
8300
8301 * window.el (window-body-height, window-body-width): Mention in
8302 the doc string that the return values are in frame's canonical
8303 units. (Bug#9949)
8304
8305 2011-11-03 Alan Mackenzie <acm@muc.de>
8306
8307 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8308 change in cc-engine.el.
8309
8310 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8313
8314 2011-11-02 Martin Rudalics <rudalics@gmx.at>
8315
8316 * window.el (quit-window): Call unrecord-window-buffer after
8317 showing another buffer in the window. (Bug#9937)
8318 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
8319
8320 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
8321
8322 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8323 Accept status with more than 9 shelves. (Bug#9935)
8324 Reported by Colin D Bennett <colin@gibibit.com>.
8325
8326 2011-11-01 Martin Rudalics <rudalics@gmx.at>
8327
8328 * help.el (with-help-window): Don't reference
8329 temp-buffer-show-specifiers in doc-string.
8330
8331 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8332
8333 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8334 menu-item.
8335
8336 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8337
8338 * whitespace.el: New version 13.2.2.
8339 (whitespace-newline-mode): Disable properly. Reported by Sarah
8340 <EmacsWiki>.
8341
8342 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
8343
8344 * net/newst-treeview.el: Remove "Time-stamp".
8345 (newsticker--group-manage-orphan-feeds): Do not call
8346 newsticker--treeview-tree-update.
8347 (newsticker-treeview-update, newsticker-treeview):
8348 Call newsticker--treeview-tree-update if necessary.
8349
8350 2011-10-30 Martin Rudalics <rudalics@gmx.at>
8351
8352 * window.el (window-iso-combination-p, window-iso-combined-p)
8353 (window-iso-combinations): Remove "iso-" infix.
8354 Suggested by Chong Yidong.
8355 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8356 (window-max-delta-1, window-resize, window--resize-siblings)
8357 (window--resize-this-window, adjust-window-trailing-edge)
8358 (split-window, balance-windows-1)
8359 (shrink-window-if-larger-than-buffer):
8360 * calendar/calendar.el (calendar-generate-window):
8361 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
8362
8363 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8364
8365 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8366 in place (bug#9907).
8367 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8368 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8369 (eshell-structure-basic-command, eshell-rewrite-while-command)
8370 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8371 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8372 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8373 (eshell-do-pipelines-synchronously, eshell-eval-command):
8374 Use backquotes and prefer setq to set.
8375 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8376 (eshell-macrop): Use functionp.
8377 (eshell-do-eval): Handle multiple expressions in `while' body.
8378
8379 2011-10-30 Chong Yidong <cyd@gnu.org>
8380
8381 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8382 instead of set-mark (Bug#9810).
8383
8384 2011-10-30 Chong Yidong <cyd@gnu.org>
8385
8386 * window.el (split-window-below, split-window-right): Rename from
8387 split-window-above-each-other and split-window-side-by-side
8388 respectively. All callers changed.
8389 (split-window-sensibly, split-window-sensibly): Use them.
8390 (split-window-keep-point): Doc fix.
8391
8392 * isearch.el: Add isearch-scroll property to split-window-below
8393 and split-window-right.
8394
8395 * follow.el (follow-mode):
8396 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8397 * progmodes/ada-xref.el (ada-gdb-application):
8398 * emulation/vip.el (vip-buffer-in-two-windows):
8399 * image-dired.el (image-dired-dired-with-window-configuration):
8400 * dired-x.el (dired-do-find-marked-files):
8401 * dired.el (dired-pop-to-buffer):
8402 * bs.el (bs--show-with-configuration):
8403 * vc/emerge.el (emerge-setup-windows):
8404 * textmodes/two-column.el (2C-two-columns):
8405 * textmodes/reftex-toc.el (reftex-toc):
8406 * progmodes/gdb-mi.el (gdb-setup-windows):
8407 * progmodes/fortran.el (fortran-window-create):
8408 * net/newst-treeview.el (newsticker--treeview-window-init):
8409 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8410 * emulation/tpu-edt.el (tpu-gold-map):
8411 * emulation/crisp.el (crisp-mode-map):
8412 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8413
8414 2011-10-29 Chong Yidong <cyd@gnu.org>
8415
8416 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8417
8418 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8419
8420 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8421 forged Ispell output (Bug#7904).
8422
8423 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8424
8425 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8426
8427 * doc-view.el: Avoid ugly errors about not finding nil.
8428 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8429 (doc-view-dvipdf-program, doc-view-unoconv-program)
8430 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8431 Avoid nil or absolute file name as default value.
8432 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8433
8434 2011-10-28 Alan Mackenzie <acm@muc.de>
8435
8436 * progmodes/cc-defs.el (c-version): -> 5.32.2.
8437
8438 2011-10-28 Alan Mackenzie <acm@muc.de>
8439
8440 Amend the handling of c-beginning/end-of-defun in nested declaration
8441 scopes.
8442
8443 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8444 cc-langs.el. Change it to a defcustom.
8445
8446 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8447 cc-vars.el.
8448
8449 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8450 Prevent "class foo : bar" being spuriously recognized as a label.
8451
8452 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
8453 Add parameter `inclusive' (to include enclosing braces in the region).
8454 (c-widen-to-enclosing-decl-scope): New function.
8455 (c-while-widening-to-decl-block): New macro.
8456 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8457 outward for defun boundaries, and correspondingly change symbol
8458 `respect-enclosure' to `go-outward'.
8459 (c-declaration-limits): Change algorithm to report only the "innermost"
8460 defun's boundaries.
8461
8462 2011-10-28 Deniz Dogan <deniz@dogan.se>
8463
8464 * net/rcirc.el (rcirc-mode): Use hard newlines.
8465
8466 2011-10-28 Alan Mackenzie <acm@muc.de>
8467
8468 Amend to indent and fontify macros "which include their own semicolon"
8469 correctly, using the "virtual semicolon" mechanism.
8470
8471 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
8472
8473 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8474 Recode to scan one line at a time rather than having \n and \r
8475 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
8476 (c-forward-label): Amend for virtual semicolons.
8477 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
8478
8479 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8480 of the new C macros.
8481
8482 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
8483 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8484 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
8485 (c-opt-cpp-macro-define): Make into a full language variable.
8486 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8487 AWK Mode (including \n, \r) removed, no longer needed.
8488
8489 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8490 Invoke c-make-macro-with-semi-re.
8491
8492 * progmodes/cc-vars.el (c-macro-with-semi-re):
8493 (c-macro-names-with-semicolon): New variables.
8494 (c-make-macro-with-semi-re): New function.
8495
8496 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8497
8498 * vc/log-edit.el: Fill empty field rather than adding new one.
8499 (log-edit-add-field): New function.
8500 (log-edit-insert-changelog): Use it.
8501
8502 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8503
8504 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8505
8506 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8509 (gdb--check-interpreter): New function.
8510 (gdb): Use it.
8511
8512 2011-10-27 Glenn Morris <rgm@gnu.org>
8513
8514 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8515 (least-positive-float, least-negative-float)
8516 (least-positive-normalized-float, least-negative-normalized-float)
8517 (float-epsilon, float-negative-epsilon):
8518 Remove unnecessary declarations.
8519
8520 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8521 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8522 (least-positive-float, least-negative-float)
8523 (least-positive-normalized-float, least-negative-normalized-float)
8524 (float-epsilon, float-negative-epsilon): Add doc-strings,
8525 based on those in cl.texi.
8526
8527 * files.el (set-visited-file-name): If the major-mode changed,
8528 reload the local variables. (Bug#9796)
8529
8530 2011-10-27 Chong Yidong <cyd@gnu.org>
8531
8532 * subr.el (change-major-mode-after-body-hook): New hook.
8533 (run-mode-hooks): Run it.
8534
8535 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8536 Use change-major-mode-before-body-hook.
8537
8538 * simple.el (fundamental-mode):
8539 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8540 change introducing fundamental-mode-hook.
8541
8542 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
8543
8544 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
8545
8546 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
8547
8548 * ido.el (ido-file-name-all-completions-1): Do not require
8549 tramp.el explicitly. (Bug#7583)
8550
8551 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8552
8553 * progmodes/octave-mod.el:
8554 * progmodes/octave-inf.el: Update maintainer.
8555
8556 2011-10-26 Chong Yidong <cyd@gnu.org>
8557
8558 * subr.el (with-wrapper-hook): Rewrite doc.
8559
8560 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
8561
8562 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
8563 filenames "/method:foo:". (Bug#9793)
8564
8565 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8568 (bug#9865).
8569
8570 2011-10-24 Glenn Morris <rgm@gnu.org>
8571
8572 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8573
8574 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
8575
8576 * notifications.el: Add the requirement of a running D-Bus session
8577 bus to the Commentary.
8578
8579 2011-10-24 Juri Linkov <juri@jurta.org>
8580
8581 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
8582 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
8583 (Bug#9364)
8584
8585 2011-10-24 Juri Linkov <juri@jurta.org>
8586
8587 * info.el (Info-following-node-name-re): Add newline to the list
8588 of allowed characters for leading space. (Bug#9824)
8589
8590 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8591
8592 * progmodes/octave-inf.el (inferior-octave-mode-map):
8593 Fix C-c C-h binding.
8594 * progmodes/octave-mod.el (octave-help): Remove.
8595
8596 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
8597
8598 Sync with Tramp 2.2.3.
8599
8600 * net/tramp-cache.el (top): Pacify byte-compiler using
8601 `init-file-user' and `site-run-file'.
8602
8603 * net/trampver.el: Update release number.
8604
8605 2011-10-23 Chong Yidong <cyd@gnu.org>
8606
8607 * files.el (toggle-read-only): Remove obsolete comment about
8608 version control.
8609
8610 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
8611 for toggle-read-only. Note that this hasn't called vc-next-action
8612 since 2008-05-02, though it wasn't documented at the time.
8613
8614 * vc/ediff-init.el (ediff-toggle-read-only-function):
8615 Use toggle-read-only.
8616
8617 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
8618
8619 Fix bug #9560, sporadic wrong indentation; improve instrumentation
8620 of c-parse-state.
8621
8622 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
8623 correct faulty logical expression.
8624 (c-parse-state-state, c-record-parse-state-state):
8625 (c-replay-parse-state-state): New defvar/defuns.
8626 (c-debug-parse-state): Use new functions.
8627
8628 2011-10-22 Martin Rudalics <rudalics@gmx.at>
8629
8630 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
8631 last fix. Use window-in-direction correctly.
8632
8633 2011-10-21 Chong Yidong <cyd@gnu.org>
8634
8635 * progmodes/idlwave.el (idlwave-mode):
8636 * progmodes/vera-mode.el (vera-mode): No need to set
8637 require-final-newline; that's done in prog-mode.
8638 Suggested by Stefan Monnier.
8639
8640 2011-10-21 Martin Rudalics <rudalics@gmx.at>
8641
8642 * mouse.el (mouse-drag-window-above)
8643 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
8644 (mouse-drag-mode-line-1, mouse-drag-header-line)
8645 (mouse-drag-vertical-line-rightward-window): Remove.
8646 (mouse-drag-line): New function.
8647 (mouse-drag-mode-line, mouse-drag-header-line)
8648 (mouse-drag-vertical-line): Call mouse-drag-line.
8649 * window.el (window-at-side-p, windows-at-side): New functions.
8650
8651 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
8652
8653 * tar-mode.el (tar-grind-file-mode):
8654 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
8655
8656 2011-10-21 Chong Yidong <cyd@gnu.org>
8657
8658 * progmodes/idlwave.el (idlwave-mode):
8659 * progmodes/vera-mode.el (vera-mode):
8660 Use mode-require-final-newline.
8661
8662 2011-10-20 Glenn Morris <rgm@gnu.org>
8663
8664 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
8665
8666 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
8667
8668 * emulation/cua-base.el (cua-set-mark): Fix case of string.
8669
8670 2011-10-20 Chong Yidong <cyd@gnu.org>
8671
8672 * emulation/cua-base.el (cua-mode):
8673 * mail/footnote.el (footnote-mode):
8674 * mail/mailabbrev.el (mail-abbrevs-mode):
8675 * net/xesam.el (xesam-minor-mode):
8676 * progmodes/bug-reference.el (bug-reference-mode):
8677 * progmodes/cap-words.el (capitalized-words-mode):
8678 * progmodes/compile.el (compilation-minor-mode)
8679 (compilation-shell-minor-mode):
8680 * progmodes/gud.el (gud-tooltip-mode):
8681 * progmodes/hideif.el (hide-ifdef-mode):
8682 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
8683 * progmodes/subword.el (subword-mode):
8684 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
8685 * progmodes/which-func.el (which-function-mode):
8686 * term/tvi970.el (tvi970-set-keypad-mode):
8687 * term/vt100.el (vt100-wide-mode):
8688 * textmodes/flyspell.el (flyspell-mode):
8689 * textmodes/ispell.el (ispell-minor-mode):
8690 * textmodes/nroff-mode.el (nroff-electric-mode):
8691 * textmodes/paragraphs.el (use-hard-newlines):
8692 * textmodes/refill.el (refill-mode):
8693 * textmodes/reftex.el (reftex-mode):
8694 * textmodes/rst.el (rst-minor-mode):
8695 * textmodes/sgml-mode.el (html-autoview-mode)
8696 (sgml-electric-tag-pair-mode):
8697 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
8698 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
8699 * emulation/crisp.el (crisp-mode):
8700 * emacs-lisp/eldoc.el (eldoc-mode):
8701 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
8702 minor mode behavior.
8703
8704 2011-10-19 Juri Linkov <juri@jurta.org>
8705
8706 * descr-text.el (describe-char): Add #x2010 and #x2011 to
8707 the list of hard-coded chars with escape-glyph face.
8708
8709 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8710
8711 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
8712
8713 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
8714
8715 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
8716 running process.
8717
8718 2011-10-19 Glenn Morris <rgm@gnu.org>
8719
8720 * vc/vc-bzr.el (vc-bzr-after-dir-status):
8721 Ignore ignored files. (Bug#9726)
8722
8723 2011-10-19 Chong Yidong <cyd@gnu.org>
8724
8725 Doc fix for minor modes, stating that an omitted argument enables
8726 the mode unconditionally when called from Lisp.
8727
8728 * abbrev.el (abbrev-mode):
8729 * allout.el (allout-mode):
8730 * autoinsert.el (auto-insert-mode):
8731 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8732 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8733 (global-auto-revert-mode):
8734 * battery.el (display-battery-mode):
8735 * composite.el (global-auto-composition-mode)
8736 (auto-composition-mode):
8737 * delsel.el (delete-selection-mode):
8738 * desktop.el (desktop-save-mode):
8739 * dired-x.el (dired-omit-mode):
8740 * dirtrack.el (dirtrack-mode):
8741 * doc-view.el (doc-view-minor-mode):
8742 * double.el (double-mode):
8743 * electric.el (electric-indent-mode, electric-pair-mode):
8744 * emacs-lock.el (emacs-lock-mode):
8745 * epa-hook.el (auto-encryption-mode):
8746 * follow.el (follow-mode):
8747 * font-core.el (font-lock-mode):
8748 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
8749 * help.el (temp-buffer-resize-mode):
8750 * hilit-chg.el (highlight-changes-mode)
8751 (highlight-changes-visible-mode):
8752 * hi-lock.el (hi-lock-mode):
8753 * hl-line.el (hl-line-mode, global-hl-line-mode):
8754 * icomplete.el (icomplete-mode):
8755 * ido.el (ido-everywhere):
8756 * image-file.el (auto-image-file-mode):
8757 * image-mode.el (image-minor-mode):
8758 * iswitchb.el (iswitchb-mode):
8759 * jka-cmpr-hook.el (auto-compression-mode):
8760 * linum.el (linum-mode):
8761 * longlines.el (longlines-mode):
8762 * master.el (master-mode):
8763 * mb-depth.el (minibuffer-depth-indicate-mode):
8764 * menu-bar.el (menu-bar-mode):
8765 * minibuf-eldef.el (minibuffer-electric-default-mode):
8766 * mouse-sel.el (mouse-sel-mode):
8767 * msb.el (msb-mode):
8768 * mwheel.el (mouse-wheel-mode):
8769 * outline.el (outline-minor-mode):
8770 * paren.el (show-paren-mode):
8771 * recentf.el (recentf-mode):
8772 * reveal.el (reveal-mode, global-reveal-mode):
8773 * rfn-eshadow.el (file-name-shadow-mode):
8774 * ruler-mode.el (ruler-mode):
8775 * savehist.el (savehist-mode):
8776 * scroll-all.el (scroll-all-mode):
8777 * scroll-bar.el (scroll-bar-mode):
8778 * server.el (server-mode):
8779 * shell.el (shell-dirtrack-mode):
8780 * simple.el (auto-fill-mode, transient-mark-mode)
8781 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
8782 (line-number-mode, column-number-mode, size-indication-mode)
8783 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
8784 * strokes.el (strokes-mode):
8785 * time.el (display-time-mode):
8786 * t-mouse.el (gpm-mouse-mode):
8787 * tool-bar.el (tool-bar-mode):
8788 * tooltip.el (tooltip-mode):
8789 * type-break.el (type-break-mode-line-message-mode)
8790 (type-break-query-mode):
8791 * view.el (view-mode):
8792 * whitespace.el (whitespace-mode, whitespace-newline-mode)
8793 (global-whitespace-mode, global-whitespace-newline-mode):
8794 * xt-mouse.el (xterm-mouse-mode): Doc fix.
8795
8796 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8797 Fix autogenerated docstring.
8798
8799 2011-10-19 Juri Linkov <juri@jurta.org>
8800
8801 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
8802 by checking environment variables "DESKTOP_SESSION" and
8803 "XDG_CURRENT_DESKTOP". (Bug#9779)
8804
8805 2011-10-19 Juri Linkov <juri@jurta.org>
8806
8807 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
8808 (browse-url-chromium-program, browse-url-chromium-arguments):
8809 New defcustoms.
8810 (browse-url-default-browser): Check for `browse-url-chromium' and
8811 call `browse-url-chromium-program'.
8812 (browse-url-chromium): New command. (Bug#9779)
8813
8814 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
8815
8816 * facemenu.el (list-colors-duplicates): On Windows, detect more
8817 duplicates by assuming that only colors matching "^System" are
8818 special "system colors". (Bug#9722)
8819
8820 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8821
8822 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
8823 to distinguish the author from the committer.
8824
8825 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
8826
8827 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
8828
8829 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
8830
8831 * international/mule.el (sgml-html-meta-auto-coding-function):
8832 Add support for detecting encoding in HTML5 specified only as
8833 <meta charset="UTF-8">. Implementation just makes http-equiv and
8834 content-type parts from HTML4 encoding string optional. (Bug#9716)
8835
8836 2011-10-18 Glenn Morris <rgm@gnu.org>
8837
8838 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
8839
8840 2011-10-18 Chong Yidong <cyd@gnu.org>
8841
8842 * faces.el (cursor): Doc fix.
8843
8844 2011-10-17 Chong Yidong <cyd@gnu.org>
8845
8846 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
8847
8848 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
8849
8850 * dirtrack.el (dirtrack): Support shell buffers with path
8851 prefixes, e.g. tramp-based remote shells. (Bug#9647)
8852
8853 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
8854
8855 * json.el: Bump version to 1.3 and note change in History.
8856 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
8857
8858 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * comint.el (comint-insert-input, comint-send-input)
8861 (comint-get-old-input-default, comint-backward-matching-input)
8862 (comint-next-prompt): Use nil instead of `input' for field property of
8863 past user input (bug#114).
8864
8865 * minibuffer.el (completion--replace): Inherit surrounding properties
8866 (bug#114).
8867 (minibuffer-complete-and-exit): Use it.
8868
8869 * comint.el (comint--table-subvert): Quote the all-completions output
8870 (bug#9160).
8871
8872 2011-10-17 Martin Rudalics <rudalics@gmx.at>
8873
8874 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
8875
8876 * menu-bar.el (menu-bar-file-menu): Add entry for making new
8877 window on right of selected. (Bug#9350) Reword other window
8878 entries and separate them from frame entries.
8879
8880 2011-10-15 Glenn Morris <rgm@gnu.org>
8881
8882 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
8883 Doc fixes.
8884
8885 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
8886
8887 * net/network-stream.el (network-stream-open-starttls):
8888 Improve detection of failure due to lack of TLS support.
8889
8890 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
8891 putting the input text in front and in bold.
8892
8893 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
8896
8897 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
8898 empty buffer.
8899
8900 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
8901 unread-command-events rather than pushing yet-another event.
8902
8903 2011-10-14 Eli Zaretskii <eliz@gnu.org>
8904
8905 * mail/sendmail.el (sendmail-query-once): Improve the wording of
8906 the explanation of the possible choices. Make the options passed
8907 to completing-read shorter.
8908
8909 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8910
8911 * textmodes/flyspell.el (flyspell-large-region): Make sure
8912 extended character mode is used if defined (Bug#1339).
8913
8914 2011-10-13 Eli Zaretskii <eliz@gnu.org>
8915
8916 * simple.el (what-cursor-position): Fix the display of the
8917 character info for LRE, LRO, RLE, and RLO characters by appending
8918 an invisible PDF.
8919
8920 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8921
8922 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
8923 even in case of error; add debug spec; simplify data flow.
8924 (with-timeout-handler): Remove.
8925
8926 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
8927
8928 Fix Bug#6019, Bug#9315.
8929
8930 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
8931 complete `buffer-file-name', the local file name part could look
8932 remotely (for example on VMS).
8933
8934 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
8935 `tramp-run-real-handler'.
8936 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
8937 already quoted by '"'.
8938
8939 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
8940 Let `file-name-handler-alist' be nil, the local file name part
8941 could look remotely (for example on VMS).
8942
8943 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
8946 from here...
8947 (flyspell-post-command-hook): ...to here.
8948
8949 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8950
8951 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
8952 if not needed.
8953 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
8954 using completion. Protect against "slow" callers.
8955 Remove the "message hack".
8956
8957 2011-10-11 Juri Linkov <juri@jurta.org>
8958
8959 * isearch.el (isearch-lazy-highlight-word): New variable.
8960 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
8961 Use it. (Bug#9727)
8962
8963 2011-10-11 Glenn Morris <rgm@gnu.org>
8964
8965 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
8966 like f90-previous-statement does.
8967
8968 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8969
8970 * eshell/eshell.el (eshell-command): History should be saved
8971 only in interactive use, to avoid error.
8972
8973 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * minibuffer.el (completion-file-name-table): Fix last change,
8976 i.e. ignore normal errors but not the other ones.
8977
8978 2011-10-10 Martin Rudalics <rudalics@gmx.at>
8979
8980 * window.el (special-display-buffer-names)
8981 (special-display-regexps): Remove some remnants of earlier
8982 changes from doc-strings.
8983 (quit-windows-on): New function.
8984
8985 * vc/vc.el (vc-revert, vc-rollback):
8986 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
8987 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
8988 (Bug#6183) (Bug#7074) (Bug#7447)
8989
8990 2011-10-09 Martin Rudalics <rudalics@gmx.at>
8991
8992 * window.el (frame-auto-hide-function): Add version tag.
8993 (Bug#9699)
8994
8995 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
8996
8997 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
8998 condition.
8999
9000 2011-10-09 Leo Liu <sdl.web@gmail.com>
9001
9002 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9003 (Bug#9701)
9004
9005 2011-10-08 Glenn Morris <rgm@gnu.org>
9006
9007 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9008 before the first code statement zero indent. (Bug#9690)
9009
9010 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
9011
9012 * simple.el (count-words-region): Always count in the region.
9013 Report the number of lines and characters too.
9014 (count-words): New command, which counts in the buffer if the
9015 region is inactive, as count-words-region used to.
9016 (count-words--message): New function. Handle plurals.
9017 (count-lines-region): Make it an alias for count-words-region.
9018
9019 * bindings.el (esc-map): Replace count-lines-region with
9020 count-words-region.
9021
9022 2011-10-08 Martin Rudalics <rudalics@gmx.at>
9023
9024 * window.el (window--delete): Delete dedicated frame
9025 unconditionally when argument KILL is non-nil. (Bug#9699)
9026 (switch-to-buffer): Fix doc-string typo.
9027
9028 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9029
9030 * eshell/eshell.el (eshell-command): Avoid using hooks.
9031
9032 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
9033
9034 * bindings.el ([M-left],[M-right]): Bind to left-word and
9035 right-word respectively.
9036
9037 2011-10-07 Glenn Morris <rgm@gnu.org>
9038
9039 * cus-start.el (debug-on-quit): Fix custom type.
9040
9041 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9042
9043 * subr.el (define-key-after): Clarify that the function is not
9044 useful for non-menu keymaps.
9045
9046 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9047
9048 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9049
9050 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
9051 in current minibuffer (Fix bug with recursive minibuffers).
9052
9053 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
9054
9055 * progmodes/gdb-mi.el (gdb): Doc fix.
9056
9057 2011-10-05 Martin Rudalics <rudalics@gmx.at>
9058
9059 * window.el (frame-auto-hide-function): New option replacing
9060 frame-auto-delete. Suggested by Stefan Monnier.
9061 (window--delete): Call frame-auto-hide-function instead of
9062 investigating frame-auto-delete.
9063 (window-point-1, set-window-point-1): New functions.
9064 (window-in-direction, record-window-buffer, window-state-get-1)
9065 (display-buffer-record-window): Use window-point-1 instead of
9066 window-point.
9067 (set-window-buffer-start-and-point): Use set-window-point-1.
9068
9069 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9070
9071 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9072
9073 2011-10-05 Glenn Morris <rgm@gnu.org>
9074
9075 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9076 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9077
9078 2011-10-05 Leo Liu <sdl.web@gmail.com>
9079
9080 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9081 works with buffer object.
9082
9083 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9084
9085 * mpc.el (mpc-tool-bar-map): Add labels.
9086
9087 2011-10-04 Glenn Morris <rgm@gnu.org>
9088
9089 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9090
9091 2011-10-04 Martin Rudalics <rudalics@gmx.at>
9092
9093 * window.el (window--delete): New function.
9094 (frame-auto-delete): Resuscitate option.
9095 (bury-buffer, replace-buffer-in-windows)
9096 (quit-window): Rewrite using window--delete.
9097 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9098 Pass display-buffer-mark-dedicated to window--display-buffer-2
9099 (Bug#9639).
9100
9101 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9104 returns a list (bug#9554). Add remote file name completion.
9105 * comint.el (comint--table-subvert): Curry and get quote&unquote
9106 functions as arguments.
9107 (comint--complete-file-name-data): Adjust call accordingly.
9108 * pcomplete.el (pcomplete--table-subvert): Remove.
9109 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9110
9111 * minibuffer.el (completion-table-case-fold): Use currying.
9112 (completion--styles-type, completion--cycling-threshold-type):
9113 New constants.
9114 (completion-styles, completion-category-overrides)
9115 (completion-cycle-threshold): Use them.
9116 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9117 completion-table-case-fold.
9118
9119 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
9120
9121 * minibuffer.el (completion-category-overrides): Fix type of styles
9122 and add more user friendly tags (bug#9660).
9123
9124 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9127 (mule-input-method-string): New widget.
9128 (default-input-method, language-info-custom-alist): Use it.
9129
9130 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * pcomplete.el: Require comint.
9133 (pcomplete--common-suffix): Remove.
9134 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9135 (pcomplete--table-subvert): Sync with comint--table-subvert.
9136 (pcomplete--entries): Use comint-completion-file-name-table.
9137 * comint.el (comint-unquote-filename): Simplify.
9138 (comint-completion-file-name-table): New function (bug#9616).
9139 (comint--complete-file-name-data): Use it.
9140
9141 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9142 (pcmpl-gnu-tar-buffer): Remove.
9143 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9144 around. Make sure pcomplete-suffix-list is only changed temporarily.
9145 Don't look inside the tar's file if it's too large.
9146
9147 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
9148
9149 * cus-edit.el (custom-mode-map):
9150 * epa.el (epa-key-list-mode-map):
9151 * man.el (Man-mode-map):
9152 * startup.el (splash-screen-keymap):
9153 * simple.el (special-mode-map): Use scroll-up-command and
9154 scroll-down-command.
9155
9156 * progmodes/idlw-help.el (idlwave-help-mode-map):
9157 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9158 * net/newst-plainview.el (newsticker-mode-map):
9159 * emulation/ws-mode.el (wordstar-mode-map):
9160 * emulation/vi.el (vi-com-map):
9161 * calc/calc-graph.el (calc-graph-show-dumb):
9162 * term/sun.el (terminal-init-sun):
9163 * term/ns-win.el (global-map):
9164 * progmodes/grep.el (grep-mode-map):
9165 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9166 * mail/rmail.el (rmail-mode-map):
9167 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9168
9169 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9170 custom-safe-themes as special.
9171
9172 2011-10-01 Julien Danjou <julien@danjou.info>
9173
9174 * notifications.el (notifications-notify): Fix docstring.
9175
9176 2011-10-01 Per Starbäck <per@starback.se>
9177
9178 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9179
9180 2011-09-30 Martin Rudalics <rudalics@gmx.at>
9181
9182 * startup.el (command-line-1): Fix last fix by inserting
9183 initial-scratch-message into *scratch* before displaying it.
9184 (Bug#9605) and (Bug#9636)
9185
9186 2011-09-29 Eli Zaretskii <eliz@gnu.org>
9187
9188 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9189 window is hscrolled, move by logical lines. (Bug#9607)
9190 (line-move-visual): Update the doc string to the above effect.
9191
9192 2011-09-29 Martin Rudalics <rudalics@gmx.at>
9193
9194 * window.el (display-buffer-record-window): When WINDOW is the
9195 selected window use `point' instead of `window-point'. (Bug#9626)
9196
9197 * startup.el (command-line-1): Use insert-before-markers when
9198 inserting initial-scratch-message. (Bug#9605)
9199
9200 * help.el (help-window): Remove variable.
9201
9202 2011-09-29 Glenn Morris <rgm@gnu.org>
9203
9204 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9205
9206 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
9207
9208 * descr-text.el (describe-char-categories): Accept category
9209 descriptions more than one line long.
9210
9211 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9212
9213 * simple.el (delete-trailing-whitespace): Fix last change.
9214
9215 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9216 Don't confuse "y => 3" as the beginning of a `y' operation.
9217
9218 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9219 object has more than 4 slots (bug#9613).
9220
9221 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
9222
9223 * subr.el (with-output-to-temp-buffer):
9224 * net/quickurl.el (quickurl, quickurl-browse-url):
9225 Fix typos in docstrings.
9226
9227 2011-09-27 Eli Zaretskii <eliz@gnu.org>
9228
9229 * minibuffer.el (completion-styles)
9230 (completion-category-overrides): Cross reference each other in doc
9231 strings.
9232
9233 2011-09-27 Glenn Morris <rgm@gnu.org>
9234
9235 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9236 to split-string. (Bug#9606)
9237
9238 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9239
9240 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9241 (bug#9615).
9242
9243 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
9244
9245 * emacs-lisp/package.el (list-packages): Fix echo area message.
9246
9247 2011-09-27 Leo Liu <sdl.web@gmail.com>
9248
9249 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9250
9251 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
9252
9253 * net/dbus.el (dbus-unregister-object): Don't release services for
9254 registered signals. (Bug#9581)
9255
9256 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9257
9258 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9259 function that picks between cfengine 2 and 3 support
9260 automatically. Update docs accordingly.
9261
9262 2011-09-22 Kenichi Handa <handa@m17n.org>
9263
9264 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9265 ZERO.
9266 (indian-itrans-v5-table-for-tamil): New variable.
9267 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9268
9269 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9270
9271 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9272 that's true if the current command involved collapsing of text.
9273 It's reset to false at the beginning of the next command.
9274 (allout-post-command-business): Move the cursor to the beginning
9275 of entry if the cursor is hidden and collapsing activity just
9276 happened.
9277
9278 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
9279
9280 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9281 tracking (Bug#9541).
9282
9283 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
9284
9285 * net/newst-reader.el (newsticker-html-renderer)
9286 (newsticker-show-news): Automatically load html rendering package
9287 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9288 because w3m-fill-column is let-bound" and the error "Symbol's value
9289 as variable is void: w3m-fill-column".
9290
9291 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
9292
9293 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9294 Release services only if they are defined. (Bug#9581)
9295
9296 2011-09-23 Richard Stallman <rms@gnu.org>
9297
9298 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9299 distinguish start of paragraph from start of its text.
9300
9301 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9302
9303 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9304 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9305 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9306
9307 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9308
9309 * international/mule-diag.el (mule-diag): Insert a newline after
9310 each fontset description.
9311
9312 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * simple.el (delete-trailing-whitespace):
9315 Document last change; simplify.
9316
9317 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9318
9319 * simple.el (delete-trailing-whitespace): Also delete
9320 extra newlines at the end of the buffer.
9321
9322 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9323 (picture-newline): Use forward-line so as to ignore fields.
9324
9325 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * subr.el (with-wrapper-hook): Fix edebug spec.
9328
9329 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9330
9331 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9332 (bug#4538).
9333
9334 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
9335
9336 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9337 Fix nasty bug using wrong cached values.
9338
9339 2011-09-23 Alan Mackenzie <acm@muc.de>
9340
9341 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9342
9343 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
9344
9345 * window.el (pop-to-buffer): Ensure right window is selected if we
9346 chose another frame.
9347
9348 2011-09-22 Eli Zaretskii <eliz@gnu.org>
9349
9350 * simple.el (what-cursor-position): Use get-char-property-change
9351 and next-single-char-property-change, to be able to show display
9352 properties that come from overlays as well as text properties.
9353
9354 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
9355
9356 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9357
9358 * cmuscheme.el (run-scheme, switch-to-scheme):
9359 * cus-edit.el (customize-group, custom-buffer-create)
9360 (customize-browse):
9361 * info.el (info):
9362 * shell.el (shell):
9363 * mail/sendmail.el (mail):
9364 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9365
9366 2011-09-22 Richard Stallman <rms@gnu.org>
9367
9368 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9369 move back only to line beg, don't move back over blank lines.
9370
9371 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
9372
9373 * files.el (copy-directory): Set directory attributes only in case
9374 they could be retrieved from the source directory. (Bug#9565)
9375
9376 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9377
9378 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9379 (hs-find-block-beginning, hs-hide-level-recursive):
9380 Ignore strings as well as comments. (Bug#9502)
9381
9382 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9383
9384 * progmodes/sql.el (sql-comint-postgres):
9385 Convert port number to a string. (Bug#9566)
9386
9387 2011-09-22 Martin Rudalics <rudalics@gmx.at>
9388
9389 * window.el (quit-window): Undedicate window when switching to
9390 previous buffer. Reported by Thierry Volpiatto
9391 <thierry.volpiatto@gmail.com>.
9392 (special-display-popup-frame): When popping up a new frame reset
9393 its previous buffers to nil. Simplify code.
9394
9395 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
9396
9397 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9398 and process filter, as done also in `shell-command'.
9399
9400 2011-09-21 Martin Rudalics <rudalics@gmx.at>
9401
9402 * window.el (set-window-buffer-start-and-point):
9403 Call set-window-start with NOFORCE argument t.
9404 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
9405 (quit-window): Reword doc-string. Handle new format of
9406 quit-restore parameter. Don't delete window if it has a
9407 previous buffer we can show instead of the present one.
9408 (display-buffer-record-window): Rewrite using a new format for
9409 the quit-restore window parameter
9410 (special-display-popup-frame, display-buffer-same-window)
9411 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9412 (display-buffer-pop-up-window, display-buffer-use-some-window):
9413 Adapt symbol passed to display-buffer-record-window.
9414 * help.el (help-window-setup): Handle new format of quit-restore
9415 parameter.
9416
9417 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9418
9419 * faces.el (face-list): Fix docstring (bug#9564).
9420
9421 * window.el (display-buffer--action-function-custom-type):
9422 Don't include internal functions in the Custom interface.
9423
9424 2011-09-20 Juri Linkov <juri@jurta.org>
9425
9426 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9427 (Info-forward-node, Info-backward-node, Info-next-preorder)
9428 (Info-last-preorder): Use it. (Bug#9528)
9429
9430 2011-09-20 Juri Linkov <juri@jurta.org>
9431
9432 * info.el (Info-last-preorder): Visit last menu item only when
9433 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9434
9435 2011-09-20 Julien Danjou <julien@danjou.info>
9436
9437 * password-cache.el (password-cache-remove): Remove entries even if the
9438 value is nil, so that password with a nil value (negative caching) is
9439 possible to invalidate.
9440
9441 2011-09-20 Lawrence Mitchell <wence@gmx.li>
9442
9443 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9444 all whitespace around breakpoint. (Bug#9553)
9445 (f90-find-breakpoint): Only break at whitespace inside a comment.
9446
9447 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * minibuffer.el (completion-file-name-table): Keep track of errors.
9450 (completion-table-with-predicate): Handle the case where pred1 is nil.
9451 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9452
9453 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9456 (debugger-return-value): Signal an error if the debugging context does
9457 not await any return value.
9458
9459 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9460 * image-mode.el (image-toggle-display-text)
9461 (image-toggle-display-image): Stay away from evil `intangible'.
9462
9463 2011-09-19 Leo Liu <sdl.web@gmail.com>
9464
9465 * replace.el (occur-revert-arguments): Make it permanent-local.
9466 (occur-mode): Don't call font-lock-defontify.
9467
9468 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
9469
9470 * net/ldap.el (ldap-search-internal): Don't push empty search
9471 result (Bug#9508).
9472
9473 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9474
9475 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9476
9477 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
9478
9479 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9480 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9481
9482 2011-09-18 Juri Linkov <juri@jurta.org>
9483
9484 * buff-menu.el (Buffer-menu-mode-map):
9485 * dired.el (dired-mode-map):
9486 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9487 (lisp-interaction-mode-map):
9488 * emacs-lisp/package.el (package-menu-mode-map):
9489 * epa.el (epa-key-list-mode-map):
9490 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9491 (menu-bar-options-menu):
9492 * outline.el (outline-mode-menu-bar-map):
9493 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9494 * vc/vc-dir.el (vc-dir-menu-map):
9495 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9496 Capitalize non-function content words in menu item strings.
9497
9498 * dired.el (dired-mode-map): Add menu item for
9499 `image-dired-dired-toggle-marked-thumbs'.
9500
9501 2011-09-18 Juri Linkov <juri@jurta.org>
9502
9503 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9504 to `isearch-case-fold-search' and restore its original value
9505 after the `isearch-mode' call.
9506
9507 2011-09-18 Juri Linkov <juri@jurta.org>
9508
9509 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9510 because `zgrep' returns 1 for successful matches (bug#9226).
9511
9512 2011-09-18 Juri Linkov <juri@jurta.org>
9513
9514 * info.el (Info-extract-menu-node-name): Check the second match
9515 for empty string (second test-case of bug#9528).
9516 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9517 intermediate nodes to the history (first test-case of bug#9528).
9518
9519 2011-09-18 Juri Linkov <juri@jurta.org>
9520
9521 * info.el (Info-mode-syntax-table): New variable.
9522 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
9523
9524 2011-09-18 Juri Linkov <juri@jurta.org>
9525
9526 * info.el (Info-file-supports-index-cookies):
9527 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9528 outputs one more line for long file names (bug#4142).
9529
9530 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9531
9532 * newcomment.el (comment-normalize-vars): If prompting for
9533 comment-start, set comment-start-skip too (Bug#8424).
9534
9535 2011-09-18 Johan Bockgård <bojohan@gnu.org>
9536
9537 * icomplete.el: Fix previous fix of Bug#5849.
9538 (icomplete-mode): Don't set completion-show-inline-help.
9539 (icomplete-minibuffer-setup): Set completion-show-inline-help
9540 locally during icompletion.
9541
9542 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * woman.el (woman2-process-escapes): Don't delete unrecognized
9545 escapes (Bug#7843).
9546
9547 * files.el (inhibit-first-line-modes-regexps): Add image files.
9548 (hack-local-variables-prop-line): Return nil for malformed
9549 prop-lines (Bug#9044).
9550
9551 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
9552
9553 * net/tramp.el (top): Don't require 'shell.
9554 (tramp-methods): Fix docstring.
9555 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
9556 Return complete remote file name. Handle "smb" case.
9557 Use `tramp-tmpdir', if defined for the respective method.
9558 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9559
9560 * net/tramp-compat.el (top): Require 'shell.
9561
9562 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9563 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9564 `tramp-current-host'.
9565 (tramp-get-remote-tmpdir): Remove.
9566
9567 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9568 `tramp-tmpdir' entries.
9569 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9570 (tramp-smb-handle-file-attributes): Ignore errors.
9571 (tramp-smb-wait-for-output): Check also for process end.
9572
9573 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9574
9575 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9576 when sending QUIT (bug#9312).
9577
9578 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
9581 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
9582 occur-mode-display-occurrence.
9583 (occur-edit-mode): Add usage message.
9584 (occur-cease-edit): New command.
9585 (occur-after-change-function): Use text properties to find the
9586 position of the prefix text.
9587 (occur-engine): Set stickiness of prefix text properties.
9588
9589 2011-09-17 Glenn Morris <rgm@gnu.org>
9590
9591 * progmodes/etags.el (complete-tag):
9592 Fix call to completion-in-region. (Bug#9526)
9593
9594 2011-09-17 Juri Linkov <juri@jurta.org>
9595
9596 * textmodes/ispell.el (ispell-word): Add to the error message
9597 the word, ispell program name and current dictionary (bug#9121).
9598 (ispell-tex-arg-end): Capitalize "error" in the error message.
9599
9600 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
9601
9602 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
9603 check. (Bug#4251)
9604
9605 2011-09-17 Juri Linkov <juri@jurta.org>
9606
9607 * window.el (window-safe-min-height, window-safe-min-width):
9608 Fix typos (followup to bug#9522).
9609
9610 2011-09-17 Sven Joachim <svenjoac@gmx.de>
9611
9612 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
9613
9614 2011-09-16 Eli Zaretskii <eliz@gnu.org>
9615
9616 * simple.el (line-move): If goal-column is set, move by logical
9617 lines, not by display lines. (Bug#971)
9618 (next-line, previous-line, goal-column, line-move-visual): Doc fix
9619 to reflect the above change.
9620
9621 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * image.el (imagemagick-register-types): Use regexp-opt.
9624
9625 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * window.el (display-buffer-base-action): Rename from
9628 display-buffer-default-action. Make default value empty.
9629 (display-buffer-overriding-action): Convert to defvar.
9630 (display-buffer-fallback-action): New var.
9631
9632 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
9635 declaration.
9636 (package--add-to-archive-contents): If there is a duplicate entry
9637 with an older version, remove it.
9638 (package-menu-mark-delete, package-menu-mark-install)
9639 (package-menu-mark-unmark): Make unused args optional.
9640 (package-menu-mark-obsolete-for-deletion):
9641 Use package-menu-get-status instead of a regexp search.
9642 (package-menu-get-status): Use tabulated-list-entry.
9643 (package-menu-mark-upgrades): New command.
9644 (package-menu-mode-map): Bind it to U. Add it to menu bar.
9645 (package-menu-execute): Do installation before deletion.
9646 (package-menu-refresh, package-menu-execute): Use derived-mode-p
9647 instead of checking major-mode.
9648 (package-menu--find-upgrades): New function.
9649
9650 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9651
9652 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
9653 passwords in the log buffer.
9654 (smtpmail-process-filter): Update the process marker so that the
9655 "broken by peer" status message is inserted in the right place.
9656
9657 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
9660 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
9661 bibtex-completion-at-point-function.
9662 (bibtex-completion-at-point-function): Use them.
9663
9664 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
9665
9666 * mpc.el (mpc-constraints-tag-lookup): New function.
9667 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
9668 also to browser "album|playlist".
9669
9670 2011-09-14 Juri Linkov <juri@jurta.org>
9671
9672 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
9673 (isearch-edit-string): Use length of `isearch-string' when
9674 `isearch-fail-pos' returns nil.
9675 (isearch-message): Remove duplicate code and call
9676 `isearch-fail-pos' with arg `t'.
9677
9678 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * replace.el (occur-mode-goto-occurrence): Don't force using other
9681 window (Bug#9499).
9682
9683 * dired-aux.el (dired-do-chmod): Don't provide initial input.
9684
9685 2011-09-14 Martin Rudalics <rudalics@gmx.at>
9686
9687 * window.el (display-buffer-window): Remove.
9688 (display-buffer-record-window): Use help-setup window parameter
9689 instead of variable display-buffer-window.
9690 (display-buffer-function, special-display-buffer-names)
9691 (special-display-function): Mention help-setup parameter instead
9692 of display-buffer-window in doc-string.
9693 * help.el (help-window-setup): New argument help-window.
9694 Use help-window-setup parameter instead of display-buffer-window.
9695 Reword some messages.
9696 (with-help-window): Pass window used for displaying the buffer
9697 to help-window-setup. Don't set display-buffer-window.
9698
9699 2011-09-13 Glenn Morris <rgm@gnu.org>
9700
9701 * emacs-lisp/debug.el (debugger-make-xrefs):
9702 Preserve point. (Bug#9462)
9703
9704 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * window.el (window-deletable-p): Use next-frame.
9707
9708 2011-09-13 Martin Rudalics <rudalics@gmx.at>
9709
9710 * window.el (window-auto-delete): Remove.
9711 (window-deletable-p): Remove argument FORCE. Don't deal with
9712 dedication and previous buffers.
9713 (switch-to-prev-buffer): Don't delete window.
9714 (delete-windows-on): Delete a window's frame if and only if the
9715 window is dedicated.
9716 (replace-buffer-in-windows): Delete buffer's window or frame if
9717 and only if window is dedicated.
9718 (quit-window): Handle quit-restore as before last change.
9719 (bury-buffer): Delete window only if window-deletable-p returns t.
9720
9721 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
9722
9723 * window.el (window-deletable-p): Never delete the last frame on a
9724 given terminal.
9725
9726 2011-09-13 Glenn Morris <rgm@gnu.org>
9727
9728 * help.el (describe-key-briefly): Copy previous standard-output change.
9729
9730 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
9731
9732 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
9733
9734 2011-09-13 Glenn Morris <rgm@gnu.org>
9735
9736 * emacs-lisp/lisp-mode.el (lisp-indent-function):
9737 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
9738
9739 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
9740
9741 * dired-aux.el (dired-mark-read-string): Don't return default
9742 value on empty input (Bug#9361).
9743 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
9744 Omit initial minibuffer contents.
9745 (dired-do-chmod): Signal an error on empty input.
9746 (dired-mark-read-string): Don't return default on empty input.
9747
9748 * files.el (file-modes-symbolic-to-number): Doc fix.
9749
9750 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9751
9752 * international/mule-cmds.el (ucs-completions): Remove.
9753 (read-char-by-name): Use complete-with-action instead; add metadata.
9754
9755 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9756
9757 * window.el (display-buffer--action-function-custom-type)
9758 (display-buffer--action-custom-type): New vars.
9759 (display-buffer-alist, display-buffer-default-action)
9760 (display-buffer-overriding-action): Add defcustom types.
9761
9762 * frame.el (delete-other-frames): Doc fix (Bug#276).
9763
9764 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9765
9766 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
9767
9768 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
9769
9770 Change modes that used same-window-* vars to use switch-to-buffer.
9771
9772 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
9773 Use switch-to-buffer.
9774
9775 * cus-edit.el (customize-group, custom-buffer-create)
9776 (customize-browse, custom-buffer-create-other-window):
9777 Use switch-to-buffer or switch-to-buffer-other-window.
9778
9779 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
9780 (Info-prev, Info-up, Info-speedbar-goto-node)
9781 (info-display-manual): Use switch-to-buffer.
9782 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
9783
9784 * mail/sendmail.el (mail): Use switch-to-buffer.
9785 (mail-recover): Use switch-to-buffer-other-window.
9786
9787 * cmuscheme.el (run-scheme, switch-to-scheme):
9788 * ielm.el (ielm):
9789 * shell.el (shell):
9790 * net/rlogin.el (rlogin):
9791 * net/telnet.el (telnet, rsh):
9792 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
9793
9794 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
9795
9796 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
9797
9798 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9799
9800 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
9801 so don't mention it (bug#9301).
9802 (dired-sort-toggle-or-edit): Clarify string further.
9803
9804 * faces.el (face-spec-set-match-display): Make `(type graphic)'
9805 match `x', `w32' and `ns', like the manual says (bug#9029).
9806
9807 * subr.el (eval-after-load): Doc string clarification (bug#9125).
9808 (process-kill-buffer-query-function): Mention the buffer name in
9809 the query.
9810
9811 * image-mode.el (image-next-line): The line parameter is mandatory
9812 (bug#9258).
9813
9814 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
9815 which can be useful (bug#9301).
9816
9817 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
9818
9819 * subr.el (match-string): Mention that the current buffer should
9820 be the same as the search was done in (bug#9282).
9821
9822 * facemenu.el: Disable the remove-* commands if the mark isn't
9823 active (bug#9162).
9824
9825 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
9828 of display-buffer.
9829 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
9830
9831 * replace.el (occur-mode-goto-occurrence)
9832 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
9833 and display-buffer.
9834
9835 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
9836 display-buffer.
9837
9838 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
9839 special-display and same-window variables.
9840 (mail-other-window): Use switch-to-buffer-other-window.
9841 (mail-other-frame): USe switch-to-buffer-other-frame.
9842
9843 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
9844 Use display-buffer-other-frame.
9845 (gdb-display-gdb-buffer): Use pop-to-buffer.
9846
9847 * progmodes/gud.el (gud-goto-info): Use info-other-window.
9848
9849 * progmodes/python.el: Don't set same-window-buffer-names.
9850
9851 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
9852
9853 * window.el (display-buffer-alist): Add *Python*.
9854
9855 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
9856
9857 * window.el (display-buffer-alist): Add entry for buffers
9858 previously handled same-window-*.
9859 (display-buffer-alist, display-buffer-default-action)
9860 (display-buffer-overriding-action): Mark as risky.
9861 (display-buffer-alist): Document action function changes.
9862 (display-buffer--same-window-action)
9863 (display-buffer--other-frame-action): New variables.
9864 (switch-to-buffer, display-buffer-other-frame): Use them.
9865 (display-buffer): Rename reuse-frame entry to reusable-frames.
9866 (display-buffer-reuse-selected-window): Function deleted.
9867 (display-buffer-reuse-window): Handle reusable-frames alist entry.
9868 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
9869 (display-buffer-special): New function.
9870 (display-buffer--maybe-pop-up-frame-or-window): Rename from
9871 display-buffer-reuse-or-pop-window. Split off special-display
9872 part into display-buffer-special.
9873 (display-buffer-use-some-window): Don't perform any special
9874 pop-up-frames handling.
9875 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
9876 (display-buffer--maybe-same-window): Rename from
9877 display-buffer-maybe-same-window.
9878
9879 * info.el: Don't set same-window-regexps.
9880 (info-setup): New function.
9881 (info-other-window, info): Call it.
9882
9883 * cus-edit.el: Don't set same-window-regexps.
9884 (customize-group): New argument.
9885 (customize-group-other-window): Use it.
9886 (customize-face, customize-face-other-window): Likewise.
9887 (custom-buffer-create-other-window): Use pop-to-buffer directly.
9888
9889 * net/rlogin.el:
9890 * net/telnet.el:
9891 * progmodes/gud.el: Don't set same-window-regexps.
9892
9893 * cmuscheme.el:
9894 * ielm.el:
9895 * shell.el:
9896 * mail/sendmail.el:
9897 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
9898
9899 2011-09-10 Juri Linkov <juri@jurta.org>
9900
9901 * isearch.el (isearch-edit-string): Remove obsolete mention of
9902 `C-w' (`isearch-yank-word-or-char') from docstring.
9903 (isearch-query-replace): Fix typo in docstring (bug#9466).
9904
9905 2011-09-10 Juri Linkov <juri@jurta.org>
9906
9907 * paren.el (show-paren-function): Don't show escaped parens.
9908 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
9909
9910 2011-09-10 Eli Zaretskii <eliz@gnu.org>
9911
9912 * mail/sendmail.el (mml-to-mime, mml-attach-file)
9913 (mm-default-file-encoding): Remove autoload forms, they are
9914 replaced with autoload cookies in mml.el and mm-encode.el.
9915 (mail-add-attachment): New command.
9916 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
9917 (mail-mode): Mention mail-insert-file and mail-add-attachment in
9918 the doc string.
9919 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
9920
9921 2011-09-10 Reuben Thomas <rrt@sc3d.org>
9922
9923 * simple.el (count-words-region): Use buffer if there's no region
9924 (bug#9429).
9925
9926 2011-09-09 Juri Linkov <juri@jurta.org>
9927
9928 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
9929 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
9930 (wdired-isearch-filter-read-only): New function. (Bug#6362)
9931
9932 2011-09-09 Alan Mackenzie <acm@muc.de>
9933
9934 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
9935 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
9936
9937 2011-09-09 Eli Zaretskii <eliz@gnu.org>
9938
9939 Fix for Savannah bug#9392.
9940 * simple.el (mail-encode-mml): New defvar.
9941
9942 * mail/rmail.el (mail-encode-mml): Add a defvar.
9943 (rmail-enable-mime-composing): Default to t.
9944 (rmail-forward): Use MIME method of forwarding only if both
9945 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
9946 Set mail-encode-mml non-nil if the MIME method was used.
9947
9948 * mail/sendmail.el (mml-to-mime): Add autoload form.
9949 (mail-encode-mml): Add a defvar.
9950 (mail-mode): Make mail-encode-mml buffer-local and initialize it
9951 to nil.
9952 (mail-send): If mail-encode-mml is non-nil, run the outgoing
9953 message through mml-to-mime, and reset mail-encode-mml to nil.
9954
9955 2011-09-09 Glenn Morris <rgm@gnu.org>
9956
9957 * woman.el (woman-if-body): When processing an .el block,
9958 do not delete the next .el block as well. (Bug#9447)
9959 (woman-special-characters): Add oq, cq, and hy characters.
9960
9961 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9962
9963 * window.el (window-deletable-p): Make sure window is live before
9964 invoking window-prev-buffers.
9965
9966 2011-09-08 Leo Liu <sdl.web@gmail.com>
9967
9968 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
9969
9970 2011-09-08 Juri Linkov <juri@jurta.org>
9971
9972 * progmodes/compile.el (compilation-environment): Make it
9973 a defcustom (bug#8340).
9974
9975 2011-09-08 Martin Rudalics <rudalics@gmx.at>
9976
9977 * window.el (frame-auto-delete): Rename to window-auto-delete.
9978 Make it control auto-deletion of windows and/or frames.
9979 (window-deletable-p): New argument FORCE. Rewrite conditions
9980 for deleting window/frame. (Bug#9419)
9981 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
9982 Rewrite handling of case when window/frame can be deleted.
9983 (delete-windows-on): Call window-deletable-p with new FORCE
9984 argument t. (Bug#9456)
9985
9986 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
9987
9988 * help-mode.el (help-mode): Restore autoload.
9989
9990 2011-09-07 Juri Linkov <juri@jurta.org>
9991
9992 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
9993 `compilation-environment'. Set buffer-local
9994 `compilation-environment' to `thisenv' later after (funcall mode).
9995 (Bug#8340)
9996
9997 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
9998 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
9999 instead of replacing its value. (Bug#8340)
10000
10001 2011-09-07 Juri Linkov <juri@jurta.org>
10002
10003 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10004 based on text properties put by `grep-filter' instead of matching
10005 escape sequences.
10006 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10007 to the value of `grep-error-screen-columns' (bug#9438).
10008
10009 2011-09-07 Juri Linkov <juri@jurta.org>
10010
10011 * simple.el (next-error-highlight, next-error-highlight-no-select):
10012 Doc fix (bug#9432).
10013
10014 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10015
10016 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10017 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10018
10019 2011-09-07 Leo Liu <sdl.web@gmail.com>
10020
10021 * net/rcirc.el (rcirc-mode): Conditionally initialize
10022 rcirc-input-ring.
10023
10024 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10025
10026 * emacs-lisp/find-func.el (find-function-C-source): Only set
10027 find-function-C-source-directory after checking that we found a source
10028 file there (bug#9440).
10029
10030 2011-09-06 Alan Mackenzie <acm@muc.de>
10031
10032 * isearch.el (isearch-other-meta-char): Wherever a key list is
10033 unread, "unread" the prefix arg, too. This fixes bug #8901.
10034
10035 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10036
10037 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10038
10039 2011-09-05 Juri Linkov <juri@jurta.org>
10040
10041 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10042
10043 2011-09-05 Juri Linkov <juri@jurta.org>
10044
10045 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10046 keeping point where processing of grep matches begins, and
10047 continue to delete remaining escape sequences from the same point.
10048 (grep-filter): Make leading zero optional in "0?1;31m" because
10049 git-grep emits "\033[1;31m" escape sequences unlike expected
10050 "\033[01;31m" as GNU Grep does (bug#9408).
10051 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10052
10053 2011-09-05 Juri Linkov <juri@jurta.org>
10054
10055 * subr.el (y-or-n-p): Capitalize "yes".
10056
10057 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
10058
10059 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10060 `tramp-cache-unload-hook' where appropriate.
10061 (tramp-methods): Rename `tramp-remote-sh' to
10062 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10063 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10064
10065 * net/tramp-sh.el (top): Don't require 'shell.
10066 (tramp-methods): Add `tramp-remote-shell' and
10067 `tramp-remote-shell-args' entries.
10068 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10069 (tramp-sh-handle-shell-command): Remove.
10070 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10071 Use `tramp-remote-shell'.
10072
10073 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
10074
10075 * mail/sendmail.el (sendmail-query-once-function): Delete.
10076 (sendmail-query-once): Save directly to send-mail-function.
10077 Update message-send-mail-function too.
10078
10079 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10080
10081 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10082
10083 * progmodes/python.el (python-mode-map): Use correct function to
10084 start python interpreter from menu-bar (as reported by Geert
10085 Kloosterman).
10086 (inferior-python-mode-map): Fix typo.
10087 (python-shell-map): Remove.
10088
10089 2011-09-03 Deniz Dogan <deniz@dogan.se>
10090
10091 * net/rcirc.el (rcirc-print): Simplify code for
10092 rcirc-scroll-show-maximum-output. There is no need to walk
10093 through all windows to find the right one.
10094
10095 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10096
10097 * help.el (help-return-method): Doc fix.
10098
10099 2011-09-03 Martin Rudalics <rudalics@gmx.at>
10100
10101 * window.el (window-deletable-p): Don't return a non-nil value
10102 when there's a buffer that was shown in the window before.
10103 (Bug#9419)
10104 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10105 Set window's previous buffers to nil.
10106
10107 2011-09-03 Eli Zaretskii <eliz@gnu.org>
10108
10109 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10110 newline before and after the tag line, so it doesn't interfere
10111 with determining the paragraph direction of bidirectional text.
10112
10113 2011-09-03 Leo Liu <sdl.web@gmail.com>
10114
10115 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10116
10117 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10118
10119 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
10120 (pop-to-buffer): Change interactive spec. Pass second argument
10121 directly to display-buffer.
10122 (display-buffer): Fix interactive spec. Use functionp to
10123 distinguish between a function and a list of functions.
10124
10125 * abbrev.el (edit-abbrevs):
10126 * arc-mode.el (archive-extract):
10127 * autoinsert.el (auto-insert):
10128 * bookmark.el (bookmark-bmenu-list):
10129 * files.el (find-file):
10130 * view.el (view-buffer):
10131 * progmodes/compile.el (compilation-goto-locus):
10132 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10133
10134 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
10135
10136 * window.el (display-buffer-alist): Doc fix.
10137 (display-buffer): Add docstring. Don't treat
10138 display-buffer-default specially.
10139 (display-buffer-reuse-selected-window)
10140 (display-buffer-same-window, display-buffer-maybe-same-window)
10141 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10142 (display-buffer-pop-up-window)
10143 (display-buffer-reuse-or-pop-window)
10144 (display-buffer-use-some-window): New functions.
10145 (display-buffer-default-action): Use them.
10146 (display-buffer-default): Delete.
10147 (pop-to-buffer-1): Fix choice of actions.
10148
10149 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10150
10151 * minibuffer.el (completion--insert-strings): Don't get confused by
10152 completion entries that end with an LF char.
10153
10154 2011-09-01 Eli Zaretskii <eliz@gnu.org>
10155
10156 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10157
10158 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
10159
10160 * window.el (display-buffer): Restore interactive spec.
10161 (display-buffer-same-window, display-buffer-other-window):
10162 New functions.
10163 (pop-to-buffer-1): New function. Use the above.
10164 (pop-to-buffer, pop-to-buffer-same-window): Use it.
10165 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
10166
10167 * view.el (view-buffer-other-window, view-buffer-other-frame):
10168 Just use pop-to-buffer.
10169
10170 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10171
10172 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10173
10174 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10175
10176 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10177
10178 2011-08-31 Richard Stallman <rms@gnu.org>
10179
10180 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10181 of the separation of rmail-view-buffer from rmail-buffer.
10182 If you say no to "replace original", the decrypt is in the
10183 view buffer. If you say yes, the decrypt goes into the
10184 rmail buffer also.
10185
10186 2011-08-31 Martin Rudalics <rudalics@gmx.at>
10187
10188 * window.el (display-buffer-window): Rewrite doc-string.
10189 (display-buffer-record-window): New function.
10190 (display-buffer-macro-specifiers)
10191 (display-buffer-even-window-sizes, display-buffer-set-height)
10192 (display-buffer-set-width, display-buffer-in-window)
10193 (display-buffer-reuse-window, display-buffer-split-specifiers)
10194 (display-buffer-side-specifiers, display-buffer-split-window-1)
10195 (display-buffer-split-window, display-buffer-split-atom-window)
10196 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10197 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10198 (display-buffer-other-window-means-other-frame)
10199 (display-buffer-normalize-special)
10200 (display-buffer-normalize-default)
10201 (display-buffer-normalize-argument)
10202 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10203 (display-buffer-normalize-specifiers, display-buffer-frame)
10204 (display-buffer-same-window, display-buffer-same-frame)
10205 (display-buffer-other-window)
10206 (display-buffer-same-frame-other-window)
10207 (display-buffer-other-frame, pop-to-buffer-same-window)
10208 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10209 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10210 (switch-to-buffer-same-frame)
10211 (switch-to-buffer-other-window-same-frame)
10212 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10213 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10214 (display-buffer-alist-set): Remove.
10215 (display-buffer-function, special-display-buffer-names)
10216 (special-display-regexps, special-display-function):
10217 In doc-string refer to display-buffer-window and quit-restore
10218 parameter.
10219 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10220 (special-display-frame-alist, special-display-popup-frame)
10221 (same-window-buffer-names, same-window-regexps, same-window-p)
10222 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10223 (split-window-preferred-function, split-height-threshold)
10224 (split-width-threshold, window-splittable-p)
10225 (split-window-sensibly, window--try-to-split-window)
10226 (window--frame-usable-p, even-window-heights)
10227 (window--even-window-heights, window--display-buffer-1)
10228 (window--display-buffer-2, display-buffer-other-frame):
10229 Restore old Emacs 23 code, order and doc-strings where applicable.
10230 (display-buffer-default, display-buffer-assq-regexp): New functions.
10231 (display-buffer-alist): Rewrite doc-string.
10232 (display-buffer-default-action)
10233 (display-buffer-overriding-action): New variables.
10234 (display-buffer, switch-to-buffer): Rewrite.
10235 (pop-to-buffer): Restore Emacs 23 behavior but use
10236 window-normalize-buffer-to-display.
10237 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10238 Restore Emacs 23 behavior but use
10239 window-normalize-buffer-to-switch-to.
10240 (pop-to-buffer-same-window): Rewrite.
10241 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10242 Rewrite using Emacs 23 options.
10243
10244 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
10245
10246 * net/tramp.el (tramp-root-regexp): Remove.
10247 (tramp-completion-file-name-regexp-unified)
10248 (tramp-completion-file-name-regexp-separate)
10249 (tramp-completion-file-name-regexp-url): Don't use leading volume
10250 letter on win32 systems. (Bug#5303, Bug#9311)
10251 (tramp-drop-volume-letter): Simplify definition.
10252 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10253
10254 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10257 (bug#9356).
10258
10259 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10260
10261 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
10262
10263 2011-08-29 Juri Linkov <juri@jurta.org>
10264
10265 * isearch.el (isearch-done): Don't display message "Mark saved"
10266 when arg `edit' is non-nil to prevent its flicker in the echo area.
10267
10268 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10269
10270 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10271 obsolete packages for deletion.
10272
10273 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10274
10275 * help-mode.el (help-mode-map): Add special-mode-map to parent.
10276 (help-mode): Derive help-mode from special-mode. Don't invoke
10277 view-mode from help-mode.
10278 (help-xref-override-view-map): Remove.
10279 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10280 view-mode is not used anymore.
10281
10282 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
10283
10284 * server.el (server-port): Doc fix.
10285
10286 * cus-theme.el (custom-theme-choose-mode): Inherit from
10287 special-mode (Bug#9124).
10288 (custom-theme-choose-mode-map): Add special-mode to parent.
10289
10290 2011-08-28 Alan Mackenzie <acm@muc.de>
10291
10292 * progmodes/cc-fonts.el
10293 (c-make-font-lock-BO-decl-search-function): New function.
10294 (c-basic-matchers-after - "Fontify the clauses after various
10295 keywords"): Extract the three keyword lists for the 3 erroneous
10296 constructs from the list of four, and use the new function above
10297 in place of an old one.
10298
10299 2011-08-28 Deniz Dogan <deniz@dogan.se>
10300
10301 * net/rcirc.el (rcirc-insert-prev-input)
10302 (rcirc-insert-next-input): Remove unused argument.
10303
10304 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10305
10306 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10307
10308 2011-08-27 Alan Mackenzie <acm@muc.de>
10309
10310 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10311 handle function pointer parameters properly.
10312
10313 2011-08-27 Martin Rudalics <rudalics@gmx.at>
10314
10315 * window.el (display-buffer-reuse-window): Fix case where
10316 selected window was reused with non-nil OTHER-WINDOW argument.
10317 (Bug#9381)
10318
10319 2011-08-27 Deniz Dogan <deniz@dogan.se>
10320
10321 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10322 oftc's NickServ messages.
10323
10324 2011-08-27 Glenn Morris <rgm@gnu.org>
10325
10326 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10327
10328 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
10329
10330 * emacs-lisp/package.el (package-install): Call package-initialize
10331 if called interactively.
10332
10333 2011-08-26 Leo Liu <sdl.web@gmail.com>
10334
10335 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10336
10337 2011-08-25 Juri Linkov <juri@jurta.org>
10338
10339 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10340 `search-whitespace-regexp' (bug#9364).
10341
10342 2011-08-25 Juri Linkov <juri@jurta.org>
10343
10344 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10345 `regexp-search-ring' to their global values to protect from
10346 updating by `read-from-minibuffer' (bug#9185).
10347
10348 2011-08-25 Juri Linkov <juri@jurta.org>
10349
10350 * textmodes/ispell.el (ispell-command-loop): Add newline
10351 at the end of the "Use option `i'..." line.
10352
10353 2011-08-25 Juri Linkov <juri@jurta.org>
10354
10355 * battery.el (display-battery-mode): If `battery-status-function'
10356 or `battery-mode-line-format' is nil, display the message and set
10357 `display-battery-mode' to nil (bug#9363).
10358
10359 2011-08-25 Eli Zaretskii <eliz@gnu.org>
10360
10361 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10362 bidi-string-mark-left-to-right; they are unnecessary now.
10363
10364 2011-08-25 Deniz Dogan <deniz@dogan.se>
10365
10366 * net/quickurl.el: Documentation typo fixes.
10367
10368 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10371
10372 2011-08-25 Glenn Morris <rgm@gnu.org>
10373
10374 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10375
10376 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10377 (smtpmail-via-smtp): Handle nil response from smtp.
10378
10379 2011-08-24 Juri Linkov <juri@jurta.org>
10380
10381 * proced.el (proced-marked): Inherit from `error' instead of
10382 `font-lock-warning-face'.
10383
10384 * ibuffer.el (ibuffer-marked-face): Change default face from
10385 `font-lock-warning-face' to `warning'.
10386 (ibuffer-deletion-face): Change default face from
10387 `font-lock-type-face' to `error'.
10388
10389 * battery.el (battery-update): Use the face `error' instead of
10390 `font-lock-warning-face' (bug#6117).
10391
10392 2011-08-24 Juri Linkov <juri@jurta.org>
10393
10394 * faces.el (success): Change face color from "Green3" to
10395 "ForestGreen" on light background (bug#9353).
10396
10397 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
10398
10399 * window.el (quit-window): Rename from quit-restore-window.
10400 Use same arglist as old quit-window.
10401 (frame-auto-delete): Doc fix.
10402
10403 * view.el (view-mode-exit): Use quit-window.
10404
10405 2011-08-24 Juri Linkov <juri@jurta.org>
10406
10407 * isearch.el (isearch-ring-adjust1): Start visiting previous
10408 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10409 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10410 for empty search string (when the last search string is reused
10411 automatically) to adjust the isearch ring to the last element and
10412 prepare the correct index for further M-p commands (bug#9185).
10413
10414 2011-08-24 Kenichi Handa <handa@m17n.org>
10415
10416 * international/ucs-normalize.el: If decomposition property of
10417 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10418 nil.
10419 (nfd, nfkd): Likewise.
10420
10421 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10424 from process filters aren't reliably transmitted to the surrounding
10425 accept-process-output.
10426 (mpc-proc-check): New function.
10427 (mpc-proc-sync): Use it (bug#8293)
10428
10429 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10432 Add compatibility functions (bug#9313).
10433
10434 2011-08-23 Eli Zaretskii <eliz@gnu.org>
10435
10436 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10437
10438 * international/uni-bidi.el: Regenerate.
10439
10440 2011-08-23 Kenichi Handa <handa@m17n.org>
10441
10442 * international/charprop.el:
10443 * international/uni-bidi.el:
10444 * international/uni-category.el:
10445 * international/uni-combining.el:
10446 * international/uni-comment.el:
10447 * international/uni-decimal.el:
10448 * international/uni-decomposition.el:
10449 * international/uni-digit.el:
10450 * international/uni-lowercase.el:
10451 * international/uni-mirrored.el:
10452 * international/uni-name.el:
10453 * international/uni-numeric.el:
10454 * international/uni-old-name.el:
10455 * international/uni-titlecase.el:
10456 * international/uni-uppercase.el: Regenerate.
10457
10458 2011-08-23 Martin Rudalics <rudalics@gmx.at>
10459
10460 * help.el (help-window-setup): Fix message displayed when other
10461 window is reused. (Bug#9341)
10462
10463 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10466 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10467
10468 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10469 Mark obsolete.
10470 * shell.el (shell-parse-pcomplete-arguments): New function.
10471 (shell-completion-vars): Use it instead (bug#9160).
10472
10473 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10476 strings and comments (bug#9333).
10477
10478 * emacs-lisp/debug.el (debug-arglist): New function.
10479 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10480 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10481
10482 2011-08-22 Juri Linkov <juri@jurta.org>
10483
10484 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10485 Revert regexp that highlights output switches to its old
10486 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10487
10488 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10489 to check for empty output (bug#9226).
10490
10491 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10494 symbol-constituent as the default, as that stops font-lock from
10495 working properly (Bug#8843).
10496
10497 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10498
10499 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10500 `coding-system-for-*' around the process open call to avoid
10501 auth-source side effects.
10502 (smtpmail-try-auth-methods): Expand the secret password.
10503 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10504 probe hangs.
10505
10506 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10507
10508 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10509
10510 * emacs-lisp/find-func.el (find-function-noselect): New arg
10511 lisp-only.
10512
10513 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10514 signal an error for built-in functions (Bug#6664).
10515
10516 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10517
10518 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10519 (smtpmail-try-auth-methods): Use it.
10520
10521 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
10522
10523 * font-lock.el (font-lock-fontify-region)
10524 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10525 (font-lock-default-unfontify-buffer)
10526 (font-lock-default-fontify-region)
10527 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10528
10529 * progmodes/compile.el (compilation-error-properties):
10530 Fix confusion between file struct and message struct (Bug#9319).
10531 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10532 `ant' regexp.
10533
10534 * net/browse-url.el (browse-url-firefox): Don't call
10535 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10536
10537 2011-08-20 Glenn Morris <rgm@gnu.org>
10538
10539 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10540
10541 * tutorial.el (tutorial--default-keys): Update some default bindings.
10542
10543 * files.el (hack-local-variables): Fully ignore case for "mode:".
10544
10545 2011-08-20 Alan Mackenzie <acm@muc.de>
10546
10547 Resolve invalid use of a regexp in regexp-opt.
10548
10549 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10550 detection for a java annotation.
10551
10552 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
10553 detection for a java annotation.
10554
10555 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10556 handling for java.
10557 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10558
10559 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
10560
10561 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10562 (Bug#9274).
10563
10564 2011-08-20 Alan Mackenzie <acm@muc.de>
10565
10566 Fontify CPP expressions correctly when starting in the middle of
10567 such a construct. Mainly for when jit-lock etc. starts a chunk
10568 here.
10569
10570 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
10571 variable.
10572 (c-make-font-lock-search-form): New function, extracted from
10573 c-make-font-lock-search-function.
10574 (c-make-font-lock-search-function): Use the above function.
10575 (c-make-font-lock-context-search-function): New function.
10576 (c-cpp-matchers): Enhance the preprocessor expression case with
10577 the above function
10578 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10579 which takes an expression.
10580
10581 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
10582
10583 2011-08-20 Martin Rudalics <rudalics@gmx.at>
10584
10585 * window.el (display-buffer-reuse-window)
10586 (display-buffer-pop-up-window): Don't reuse or split a side
10587 window.
10588
10589 2011-08-19 Glenn Morris <rgm@gnu.org>
10590
10591 * files.el (hack-local-variables-prop-line, hack-local-variables):
10592 Downcase "Mode:". (Bug#9331)
10593
10594 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
10595
10596 * international/characters.el: Add L and R categories.
10597
10598 * subr.el (bidi-string-mark-left-to-right): Rename from
10599 string-mark-left-to-right. Use category search.
10600
10601 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
10602
10603 2011-08-18 Juri Linkov <juri@jurta.org>
10604
10605 * faces.el (error, warning, success): New faces with definitions
10606 copied from old default values of `font-lock-warning-face',
10607 `compilation-warning', `compilation-info' (bug#6117).
10608
10609 * font-lock.el (font-lock-warning-face): Inherit from `error'.
10610
10611 * progmodes/compile.el (compilation-error): Inherit from `error'.
10612 (compilation-warning): Inherit from `warning'.
10613 (compilation-info): Inherit from `success'.
10614
10615 * dired.el (dired-marked): Inherit from `warning'.
10616 (dired-flagged): Inherit from `error'.
10617
10618 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10619
10620 * mail/smtpmail.el (auth-source): Require to avoid problems with
10621 binding variables (bug#9298). Also clean up some unused
10622 autoloads.
10623
10624 * net/network-stream.el (network-stream-open-starttls):
10625 Support using starttls.el without using gnutls-cli.
10626
10627 2011-08-17 Juri Linkov <juri@jurta.org>
10628
10629 * progmodes/grep.el (rgrep): Handle the case when
10630 `grep-find-command' is a cons cell (bug#9278).
10631
10632 2011-08-17 Martin Rudalics <rudalics@gmx.at>
10633
10634 * window.el (display-buffer-pop-up-frame): Run frame creation
10635 function with BUFFER current (as special-display-popup-frame
10636 does). Reported by Drew Adams.
10637
10638 2011-08-17 Daiki Ueno <ueno@unixuser.org>
10639
10640 * epa-mail.el: Simplify GnuPG group expansion using
10641 epg-expand-group.
10642 (epa-mail-group-alist, epa-mail-group-modtime)
10643 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
10644 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
10645 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
10646 Remove.
10647
10648 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
10649
10650 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
10651
10652 2011-08-16 Alan Mackenzie <acm@muc.de>
10653
10654 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
10655 Correct, to avoid the inside of macros.
10656
10657 2011-08-16 Richard Stallman <rms@gnu.org>
10658
10659 * epa-mail.el: Handle GnuPG group definitions.
10660 (epa-mail-group-alist, epa-mail-group-modtime)
10661 (epa-mail-gnupg-conf-file): New variables.
10662 (epa-mail-parse-groups, epa-mail-sync-groups)
10663 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
10664 (epa-mail-expand-recipients): New functions.
10665 (epa-mail-encrypt): Call epa-mail-expand-recipients.
10666
10667 * mail/rmail.el (rmail-epa-decrypt): New command.
10668
10669 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
10670 Don't bind buffer-read-only, just inhibit-read-only.
10671 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
10672 (epa-decrypt-armor-in-region): Make error message clearer.
10673
10674 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
10677 and "a2b" to "ab" for `prefix'.
10678
10679 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
10680
10681 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
10682 filter groups.
10683 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
10684 Fourquet (Bug#8804).
10685
10686 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
10687
10688 * startup.el (argi): Declare as global variable (bug#9275).
10689
10690 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
10691
10692 * subr.el (string-mark-left-to-right): Search the entire string
10693 for RTL script, not just the terminating character. Doc fix.
10694
10695 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
10696
10697 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
10698 New function.
10699 (js--regexp-literal, js-syntax-propertize-function): Remove.
10700 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
10701 (js-mode-map): Don't rebind electric keys.
10702 (js-insert-and-indent): Remove.
10703 (js-mode): Setup electric-layout and electric-indent instead.
10704
10705 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
10706
10707 2011-08-12 Daiki Ueno <ueno@unixuser.org>
10708
10709 * epa.el (epa-progress-callback-function): Fix the logic of
10710 displaying progress.
10711 * epa-file.el (epa-file-insert-file-contents): Make progress
10712 display more user-friendly.
10713 (epa-file-write-region): Ditto.
10714
10715 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
10716
10717 * subr.el (string-mark-left-to-right): New function.
10718
10719 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
10720 Use string-mark-left-to-right.
10721 (list-buffers-noselect): Caller changed.
10722
10723 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
10724 Use string-mark-left-to-right.
10725 (tabulated-list-print): Recenter after moving point.
10726
10727 2011-08-10 Juri Linkov <juri@jurta.org>
10728
10729 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
10730 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
10731 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
10732
10733 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
10734
10735 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
10736 (Bug#7554).
10737
10738 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
10739
10740 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
10741 character. (Bug#6594)
10742
10743 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
10744
10745 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
10746 (image-dired--with-db-file): New macro.
10747 (image-dired-write-tags, image-dired-remove-tag)
10748 (image-dired-create-gallery-lists, image-dired-write-comments)
10749 (image-dired-get-comment, image-dired-mark-tagged-files)
10750 (image-dired-list-tags, image-dired-gallery-generate): Use it.
10751 (image-dired-gallery-generate): Use insert-file-contents.
10752
10753 * time.el (display-time-world-list, display-time-world-display):
10754 * time-stamp.el (time-stamp-string):
10755 * vc/add-log.el (add-change-log-entry): Use setenv instead of
10756 set-time-zone-rule (Bug#7337).
10757
10758 2011-08-08 Daiki Ueno <ueno@unixuser.org>
10759
10760 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
10761 (epg-error-to-string, epg-errors-to-string): New function.
10762 (epg-wait-for-completion): Reverse errors list.
10763 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
10764 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
10765 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
10766 (epg-sign-keys, epg-generate-key-from-file)
10767 (epg-generate-key-from-string): Format errors by using
10768 epg-errors-to-string (bug#9255).
10769 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
10770
10771 2011-08-07 Juri Linkov <juri@jurta.org>
10772
10773 * faces.el (list-faces-display): Remove extra angle bracket
10774 from `help-mode-map'.
10775
10776 * info.el (Info-history-toc-nodes): Doc fix.
10777
10778 * longlines.el (longlines-mode): Doc fix.
10779
10780 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10781
10782 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
10783 of statements and in a few more cases (bug#9183).
10784
10785 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
10786 New functions.
10787 (cl-transform-lambda): Use them (bug#9239).
10788
10789 2011-08-05 Martin Rudalics <rudalics@gmx.at>
10790
10791 * window.el (display-buffer-same-window)
10792 (display-buffer-same-frame, display-buffer-other-window)
10793 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
10794 (pop-to-buffer-other-window)
10795 (pop-to-buffer-same-frame-other-window)
10796 (pop-to-buffer-other-frame): Make them defuns.
10797 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
10798
10799 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * subr.el (make-composed-keymap): Move from C. Change calling
10802 convention, and improve docstring to bring attention to a subtle point.
10803 * minibuffer.el (completing-read-default): Adjust accordingly.
10804
10805 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
10806
10807 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10808 (tramp-open-shell): Use `tramp-shell-quote-argument'.
10809
10810 * net/trampver.el: Update release number.
10811
10812 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
10815 "in" (bug#9190).
10816
10817 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10818
10819 * mail/sendmail.el (sendmail-query-once): Restore the current
10820 buffer after querying (bug#9074).
10821
10822 * dired.el (dired-flagged): Use different faces for marked and
10823 flagged files (bug#6117).
10824
10825 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
10826 (bug#4433).
10827
10828 * ido.el (ido-mode): Switch off the message if called
10829 non-interactively.
10830
10831 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
10832 before 587, since it appears that that's more likely to work for
10833 more people.
10834
10835 * cus-edit.el (custom-file): When running under emacs -q, always
10836 refuse to save the customizations, even if the .emacs file doesn't
10837 exist.
10838
10839 * info.el: Remove the `Info-beginning-of-buffer' function
10840 (bug#8325).
10841
10842 * net/network-stream.el (network-stream-open-starttls):
10843 Use `starttls-available-p' to see whether starttls.el can be used.
10844
10845 2011-08-01 Martin Rudalics <rudalics@gmx.at>
10846
10847 * window.el (display-buffer-in-window): Don't set dedicated status
10848 of window here (Bug#9215).
10849 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10850 (display-buffer-pop-up-side-window)
10851 (display-buffer-in-side-window): Set dedicated status of window here.
10852
10853 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
10856 before binding generated-autoload-file.
10857
10858 2011-08-01 Deniz Dogan <deniz@dogan.se>
10859
10860 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
10861
10862 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
10863
10864 Sync with Tramp 2.2.2.
10865
10866 * net/trampver.el: Update release number.
10867
10868 2011-07-30 Juri Linkov <juri@jurta.org>
10869
10870 * dired-aux.el (dired-touch-initial): Remove function.
10871 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
10872 current time, and `default' to the last modification time of the
10873 current marked file (bug#6887).
10874
10875 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
10876
10877 * simple.el (goto-line): Use string-to-number to provide a
10878 numeric argument to read-number (bug#9163).
10879
10880 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
10881
10882 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
10883 connection process, it could be nil.
10884
10885 2011-07-27 Leo Liu <sdl.web@gmail.com>
10886
10887 Simplify url handling in rcirc-mode.
10888
10889 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
10890 (rcirc-browse-url-at-mouse): Remove.
10891 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
10892
10893 2011-07-26 Alan Mackenzie <acm@muc.de>
10894
10895 Fontify bitfield declarations properly.
10896
10897 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
10898 (c-symbol-chars): Now exported as a lang variable.
10899 (c-not-primitive-type-keywords): New lang variable.
10900
10901 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
10902 QT keyword "more" to prevent "more slots: ...." being spuriously
10903 parsed as a bitfield declaration.
10904
10905 * progmodes/cc-engine.el (c-beginning-of-statement-1):
10906 Refactor and enhance to handle bitfield declarations.
10907 (c-punctuation-in): New function.
10908 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
10909 declarations properly.
10910
10911 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
10912
10913 * calendar/icalendar.el (icalendar--all-events): Take care of
10914 multiple vcalendars in a single file.
10915 (icalendar--convert-float-to-ical): Checkdoc fixes.
10916
10917 2011-07-25 Deniz Dogan <deniz@dogan.se>
10918
10919 * image.el (insert-image): Clarifying docstring.
10920
10921 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
10922
10923 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
10924 `tramp-send-command-and-check' if there is no error.
10925 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
10926
10927 2011-07-22 Alan Mackenzie <acm@muc.de>
10928
10929 Prevent cc-langs.elc being loaded at run time.
10930
10931 * progmodes/cc-mode.el: Remove two autoload forms which loaded
10932 cc-langs.
10933
10934 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
10935 "(require 'cc-langs)". Quote a form so it will evaluate at
10936 (cc-mode's) compilation time.
10937
10938 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
10939
10940 * net/tramp.el (tramp-file-name-handler): Avoid recursive
10941 loading. (Bug#9114)
10942
10943 2011-07-21 Martin Rudalics <rudalics@gmx.at>
10944
10945 * window.el (display-buffer-pop-up-window)
10946 (display-buffer-pop-up-side-window)
10947 (display-buffer-in-side-window): Call display-buffer-set-height
10948 and display-buffer-set-width after setting the new window's
10949 buffer so `fit-window-to-buffer' and friends work on the right buffer.
10950
10951 2011-07-20 Sam Steingold <sds@gnu.org>
10952
10953 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
10954 (etags-tags-included-tables): Call `convert-standard-filename' on
10955 the file names contained in TAGS so that windows Emacs can handle
10956 TAGS files created by cygwin ctags.
10957
10958 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10959
10960 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
10961 which apparently didn't work.
10962
10963 2011-07-19 Roland Winkler <winkler@gnu.org>
10964
10965 * proced.el (proced-send-signal): For *Marked Processes* buffer
10966 put point at beginning of buffer.
10967
10968 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
10969
10970 * proced.el (proced-format): Make header lines align with the text
10971 (bug#1779).
10972
10973 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10974
10975 * view.el (view-buffer): Allow running in `special' modes if we're
10976 visiting a file (bug#8615).
10977
10978 2011-07-19 Martin Rudalics <rudalics@gmx.at>
10979
10980 * window.el (display-buffer-alist-of-strings-p)
10981 (display-buffer-alist-set-1, display-buffer-alist-set-2):
10982 New functions.
10983 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
10984 more accurately.
10985
10986 2011-07-18 Alan Mackenzie <acm@muc.de>
10987
10988 Fontify declarators properly when, e.g., a jit-lock chunk begins
10989 inside a declaration.
10990
10991 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
10992
10993 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10994 New function.
10995 (c-complex-decl-matchers): Insert reference to
10996 c-font-lock-enclosing-decls.
10997
10998 * progmodes/cc-engine.el (c-backward-single-comment):
10999 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11000 to nil around calls to (forward-comment -1).
11001
11002 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11003
11004 * image.el (put-image): Doc typo fix.
11005
11006 * progmodes/etags.el (tags-search): Doc typo fix.
11007
11008 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11009 password if we get errors 550 to 554.
11010
11011 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11012
11013 * net/gnutls.el (gnutls-log-level): Remove.
11014
11015 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11016 indentation character (bug#6380).
11017
11018 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11019
11020 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11021 to clarify what the problem is (bug#4291).
11022
11023 * simple.el (current-kill): Clarify what
11024 `interprogram-paste-function' does (bug#7500).
11025 (auto-fill-mode): Document `auto-fill-function' in relation to
11026 `auto-fill-mode' (bug#2470).
11027
11028 2011-07-16 Lawrence Mitchell <wence@gmx.li>
11029
11030 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11031 method if slot is read-only (bug#9035).
11032
11033 2011-07-16 Martin Rudalics <rudalics@gmx.at>
11034
11035 * frame.el (select-frame-set-input-focus): New argument NORECORD.
11036 * window.el (pop-to-buffer): Select window used even if it was
11037 selected before, see discussion of (Bug#8615), (Bug#6954).
11038 Pass argument NORECORD on to select-frame-set-input-focus.
11039
11040 2011-07-15 Glenn Morris <rgm@gnu.org>
11041
11042 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
11043 Respect help-form.
11044
11045 2011-07-09 Lawrence Mitchell <wence@gmx.li>
11046
11047 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11048 (gnutls-negotiate): Use it.
11049
11050 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11051
11052 * net/gnutls.el (gnutls-negotiate):
11053 Upcase `gnutls-algorithm-priority'.
11054
11055 2011-07-15 Glenn Morris <rgm@gnu.org>
11056
11057 * jka-compr.el (jka-compr-verbose): Move from here...
11058 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11059 Add missing :version tag.
11060 * info.el: No need to require jka-compr when compiling.
11061
11062 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11063
11064 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11065 (gnutls-negotiate): Use it.
11066
11067 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11068
11069 * info.el (Info-beginning-of-buffer): New command.
11070 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11071 announcing `b' as the key (bug#8325).
11072 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
11073
11074 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11075
11076 * international/mule-cmds.el
11077 (describe-specified-language-support): Make the error message
11078 clearer (bug#8905).
11079
11080 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11081
11082 * isearch.el (isearch-barrier): Add a doc string, since it's
11083 mentioned in a function doc string (bug#8678).
11084
11085 2011-07-15 Martin Rudalics <rudalics@gmx.at>
11086
11087 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11088 buffer argument (Bug#9083) and self-identifying label argument.
11089
11090 2011-07-15 Glenn Morris <rgm@gnu.org>
11091
11092 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11093
11094 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11095
11096 * man.el (Man-fontify-manpage): Fix message when formatting the
11097 man page (bug#7929).
11098
11099 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11100
11101 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11102 argument LRM; if non-nil, append an invisible LRM character to the
11103 buffer name.
11104 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11105 last argument non-nil, when formatting buffer names.
11106 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11107 paragraph direction.
11108
11109 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11110
11111 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11112 the man page name (bug#7929).
11113
11114 * image.el (put-image): Mention the `put-image' overlay property
11115 (bug#7834).
11116
11117 * scroll-bar.el (set-scroll-bar-mode): Mention that
11118 `scroll-bar-mode' lists the values (bug#7772).
11119
11120 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11121 command (bug#7729).
11122
11123 * rect.el (apply-on-rectangle): Return the point after the last
11124 operation.
11125 (string-rectangle): Go to the point after the last operation
11126 (bug#7522).
11127
11128 * printing.el (pr-toggle-region): Clarify the documentation
11129 slightly (bug#7493).
11130
11131 * time.el (display-time-update):
11132 Allow `display-time-mail-function' to return nil (bug#7158).
11133 Fix suggested by Detlev Zundel.
11134
11135 * vc/diff.el (diff): Clarify the order the file names are read
11136 (bug#7111).
11137
11138 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11139 the doc string (bug#7015).
11140
11141 * font-lock.el (font-lock-maximum-decoration): Mention what
11142 numeric levels mean (bug#6935).
11143
11144 * startup.el (initial-buffer-choice): Don't mention the `none'
11145 selection, which is against policy.
11146
11147 2011-07-14 Martin Rudalics <rudalics@gmx.at>
11148
11149 * window.el (display-buffer-normalize-special):
11150 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
11151
11152 2011-07-14 Eli Zaretskii <eliz@gnu.org>
11153
11154 * subr.el (version<, version<=, version=): Mention "-CVS" and
11155 "-12345" alpha version numbers.
11156
11157 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11158
11159 * bindings.el: Add advertised binding for set-mark-command
11160 (Bug#5772).
11161
11162 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
11163
11164 * bindings.el (mode-line-other-buffer):
11165 * bookmark.el (bookmark-bmenu-2-window):
11166 * bs.el (bs-cycle-next, bs-cycle-previous):
11167 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11168 switch-to-buffer.
11169
11170 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11171 Delete.
11172
11173 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
11174
11175 * follow.el (follow-debug-message, follow-redisplay):
11176 * jka-cmpr-hook.el (with-auto-compression-mode):
11177 Fix typos in docstrings.
11178
11179 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11180
11181 * subr.el (with-silent-modifications): Clarify somewhat what the
11182 macro inhibits (bug#6525).
11183
11184 * simple.el (eval-expression): Note what it does if called
11185 interactively (bug#6495).
11186
11187 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11188
11189 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11190 Use pop-to-buffer buffer-or-name if it is nil.
11191
11192 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11193 Remove switch-to-buffer.
11194
11195 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11196
11197 * files.el (make-directory): Clarify that an error will be raised
11198 if there's an error (bug#6397).
11199
11200 * startup.el (initial-buffer-choice): Add `none' as a choice
11201 (bug#6234).
11202
11203 * subr.el (add-hook): Clarify section about buffer-local hooks
11204 (bug#6218).
11205
11206 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11207
11208 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11209
11210 * tabify.el (untabify): Preserve the current column so that point
11211 doesn't move (bug#6032).
11212
11213 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11214
11215 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11216 Rewrite to avoid awkward possessive "s" (bug#5986).
11217
11218 2011-07-13 Glenn Morris <rgm@gnu.org>
11219
11220 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11221 (dired-insert-directory): Give a message the first time
11222 if ls is found not to support --dired.
11223
11224 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11225
11226 * simple.el (toggle-truncate-lines): Clarify what is toggled
11227 (bug#5580). Text by Drew Adams.
11228
11229 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
11230
11231 * simple.el (blink-matching-open): Make the error message from the
11232 last change less verbose.
11233
11234 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11235
11236 * font-lock.el (font-lock-comment-face): Use the high contrast
11237 "yellow" color for font-lock-comment-face on low color terminals
11238 using a dark background color (bug#4221).
11239
11240 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11241
11242 * dired.el (dired-insert-set-properties): Make the doc string
11243 reflect what it does now (bug#5325).
11244
11245 * simple.el (blink-matching-open): Say that we were unable to find
11246 the match within the limit, if we're limited (bug#5122).
11247
11248 * international/mule-cmds.el (prefer-coding-system): Add an
11249 example (bug#4869).
11250
11251 * progmodes/etags.el (tags-search): Document `file-list-form'
11252 (bug#4731).
11253
11254 2011-07-13 Lawrence Mitchell <wence@gmx.li>
11255
11256 * net/browse-url.el (browse-url-default-browser)
11257 (browse-url-browser-function): Make the default browser choice a
11258 bit more logical (bug#4300). Also clean up the doc string.
11259
11260 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
11261
11262 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11263 binary endings (bug#4440).
11264
11265 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11266
11267 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11268 which can be pretty annoying (bug#8971).
11269
11270 * jka-compr.el (jka-compr-verbose): New variable, and use
11271 throughout (bug#8971).
11272
11273 * info.el (Info-find-file): Fall back on the installation
11274 directory if we can't find the info node anywhere else.
11275
11276 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11277
11278 * vc/vc.el (vc-revert-file):
11279 Don't set file time-stamp in the past. (Bug#5181)
11280
11281 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11282
11283 * files.el (after-find-file): Give a better error message when
11284 trying to find a symlink that points to a file that doesn't exist
11285 (bug#4398).
11286
11287 * progmodes/cc-vars.el: Remove (probably) misleading comment
11288 (bug#4396).
11289
11290 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11291
11292 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11293
11294 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11295
11296 * mouse-sel.el: Hack restoring functionality, while keeping
11297 compatibility with 2010-07-03 changes to mouse selection.
11298 (mouse-sel-primary-overlay): New var.
11299 (mouse-sel-selection-alist): Use it.
11300 (mouse-sel-mode): Doc fix; remove points that are default features
11301 of mouse.el.
11302
11303 2011-07-12 Johan Bockgård <bojohan@gnu.org>
11304
11305 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11306 Fix previous fix (bug#2490).
11307
11308 2011-07-12 Roland Winkler <winkler@gnu.org>
11309
11310 * textmodes/bibtex.el (bibtex-initialize):
11311 Use pop-to-buffer-same-window.
11312 (bibtex-search-entries): Fix interactive call.
11313
11314 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11315
11316 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11317 Fontise bytecomp Error lines more correctly (bug#2490).
11318 Fix suggested by Johan Bockgård.
11319
11320 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11321
11322 * dired-x.el (dired-guess-default): Use `delete-dups'.
11323
11324 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
11325
11326 * dired.el (dired-mark-prompt):
11327 * dired-aux.el (dired-read-shell-command): Doc fix.
11328
11329 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11330
11331 * mail/sendmail.el (sendmail-query-once):
11332 Use `customize-save-variable' unconditionally, now that it works under
11333 emacs -Q.
11334
11335 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11336
11337 * cus-edit.el (custom-file): Take an optional no-error variable.
11338 (customize-save-variable): Set the variable, and give a warning if
11339 running under "emacs -q".
11340
11341 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
11342
11343 * loadhist.el (unload-feature-special-hooks):
11344 Add `auto-coding-functions', `fill-nobreak-predicate' and
11345 `find-directory-functions' (bug#5327).
11346
11347 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11348
11349 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11350
11351 * cus-edit.el (custom-guess-name-alist): -alist variables should
11352 use the `alist' type (bug#3120). Suggested by Drew Adams.
11353
11354 * printing.el: Add documentation to all the `pr-toggle-' commands.
11355
11356 2011-07-11 Leo Liu <sdl.web@gmail.com>
11357
11358 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11359 backends where it makes sense (bug#2623).
11360
11361 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11362
11363 * dired-x.el (dired-guess-default): Remove duplicate shell command
11364 entries (bug#2028).
11365 (dired-guess-default): Fix grammar in doc string (bug#2028).
11366 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
11367
11368 * subr.el (remove-duplicates): New conveniency function.
11369
11370 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11371
11372 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11373 (bug#1526).
11374
11375 2011-07-10 Martin Rudalics <rudalics@gmx.at>
11376
11377 * window.el (display-buffer-normalize-default): Don't invert
11378 meaning of even-window-heights. Reported by Eli Zaretskii
11379 <eliz@gnu.org>.
11380
11381 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11382
11383 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11384
11385 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
11386
11387 * window.el (display-buffer): Fix arguments to
11388 display-buffer-reuse-window in last change.
11389
11390 * faces.el (link): Use a less saturated blue on light backgrounds.
11391
11392 * startup.el (fancy-startup-text, fancy-about-text)
11393 (fancy-startup-tail): Use font-lock faces, for background safety.
11394
11395 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11396
11397 * emulation/viper-cmd.el (viper-change-state-to-vi):
11398 Limit triggering of abbrev expansion (Bug#9038).
11399
11400 2011-07-09 Martin Rudalics <rudalics@gmx.at>
11401
11402 * window.el (display-buffer-default-specifiers): Remove.
11403 (display-buffer-macro-specifiers): Remove default specifiers.
11404 (display-buffer-alist): Default to nil.
11405 (display-buffer-reuse-window): New optional argument other-window.
11406 (display-buffer-pop-up-window): Allow splitting internal
11407 windows. Check whether a live window was created.
11408 (display-buffer-other-window-means-other-frame)
11409 (display-buffer-normalize-arguments): Rename to
11410 display-buffer-normalize-argument and rewrite. Set the
11411 other-window specifier.
11412 (display-buffer-normalize-special): New function.
11413 (display-buffer-normalize-options): Rename to
11414 display-buffer-normalize-default and rewrite.
11415 (display-buffer-normalize-options-inhibit): Remove.
11416 (display-buffer-normalize-specifiers): Rewrite.
11417 (display-buffer): Process other-window specifier and call
11418 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11419 more faithfully.
11420 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
11421 (display-buffer-alist-set): Don't handle 'unset default values.
11422 (display-buffer-in-window, display-buffer-alist-set):
11423 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
11424 <tassilo@member.fsf.org>.
11425
11426 2011-07-09 Leo Liu <sdl.web@gmail.com>
11427
11428 * register.el (insert-register): Restore accidental change on
11429 2011-06-26. (Bug#9028)
11430
11431 2011-07-09 Glenn Morris <rgm@gnu.org>
11432
11433 * subr.el (remq): Handle the empty list. (Bug#9024)
11434
11435 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11436
11437 * mail/sendmail.el (send-mail-function): No longer delay custom
11438 initialization.
11439 * custom.el (custom-initialize-delay): Doc fix.
11440
11441 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11442
11443 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11444
11445 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
11446
11447 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11448 human-friendly prompt.
11449
11450 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11453 provided by a particular plugin.
11454
11455 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11456
11457 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11458 save customizations (with "emacs -Q"), just set the variable
11459 instead of erroring out.
11460
11461 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11462
11463 2011-07-08 Juri Linkov <juri@jurta.org>
11464
11465 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11466 (archive-zip-update-case): Use 7z if found by `executable-find'.
11467 The order of searching the available programs is the same as in
11468 `archive-zip-extract' (bug#8968).
11469
11470 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11471
11472 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11473 (menu-bar-options-menu): Tweak descriptions.
11474
11475 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11476
11477 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11478 menu items into verb phrases (bug#1421). Also refill to fit under
11479 80 columns.
11480
11481 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11482
11483 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11484 (Info-read-node-name): Doc fix (Bug#1084).
11485
11486 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11487 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11488 (end-of-sexp, beginning-of-sexp)
11489 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11490 (forward-symbol, forward-same-syntax, word-at-point)
11491 (sentence-at-point): Doc fix (Bug#1144).
11492
11493 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11494
11495 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11496 should cover it (bug#1281).
11497
11498 * cus-edit.el (custom-show): Mark as obsolete.
11499
11500 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
11501 negotiation fails, then possibly try again with a non-encrypted
11502 connection (bug#9017).
11503
11504 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11505 be used.
11506
11507 2011-07-07 Richard Stallman <rms@gnu.org>
11508
11509 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11510 property, and handle its changed format.
11511 Look for the correct line number.
11512 Use file's line contents (but not past first =) to find
11513 correct line in message.
11514
11515 2011-07-07 Kenichi Handa <handa@m17n.org>
11516
11517 * international/characters.el (build-unicode-category-table):
11518 Delete it.
11519 (unicode-category-table): Set it by unicode-property-table-internal.
11520
11521 * international/mule-cmds.el (char-code-property-alist): Move to
11522 to src/chartab.c.
11523 (get-char-code-property): Call unicode-property-table-internal to
11524 load a file. Call get-unicode-property-internal where necessary.
11525 (put-char-code-property): Call unicode-property-table-internal to
11526 load a file. Call put-unicode-property-internal where necessary.
11527 put-unicode-property-internal where necessary.
11528 (char-code-property-description):
11529 Call unicode-property-table-internal to load a file.
11530
11531 * international/charprop.el:
11532 * international/uni-bidi.el:
11533 * international/uni-category.el:
11534 * international/uni-combining.el:
11535 * international/uni-comment.el:
11536 * international/uni-decimal.el:
11537 * international/uni-decomposition.el:
11538 * international/uni-digit.el:
11539 * international/uni-lowercase.el:
11540 * international/uni-mirrored.el:
11541 * international/uni-name.el:
11542 * international/uni-numeric.el:
11543 * international/uni-old-name.el:
11544 * international/uni-titlecase.el:
11545 * international/uni-uppercase.el: Regenerate.
11546
11547 * loadup.el: Load international/charprop.el before
11548 international/characters.
11549
11550 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
11551
11552 * window.el (next-buffer, previous-buffer): Signal an error if
11553 called from a minibuffer window.
11554
11555 * bindings.el: Revert 2011-07-04 change.
11556
11557 2011-07-06 Richard Stallman <rms@gnu.org>
11558
11559 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11560 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11561 Treat markers like ints.
11562 (rmail-mime-entity): Doc fix.
11563
11564 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11565
11566 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11567 defcustom again for backwards compatibility.
11568
11569 * simple.el (shell-command-on-region): Fill.
11570
11571 * dired-aux.el (dired-kill-line): Add a doc string.
11572
11573 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11574 to "\\sw\\|\\s_" (bug#358).
11575
11576 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11577 (dired-unmark-backward): Ditto.
11578 (dired-flag-backup-files): Ditto.
11579
11580 * dired-x.el (dired-mark-sexp): Ditto.
11581
11582 2011-07-06 Richard Stallman <rms@gnu.org>
11583
11584 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
11585 (rmail-mime-entity): New arg TRUNCATED.
11586 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
11587 New functions.
11588 (rmail-mime-save): Warn if entity is truncated.
11589 (rmail-mime-toggle-hidden): Likewise, for showing.
11590 (rmail-mime-process-multipart): Record when an entity is truncated.
11591
11592 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
11593 if ENTITY is a string.
11594
11595 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11596
11597 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
11598 of faces when `M-C-x'-ing their definitions (bug#8378).
11599 Also clean up the code slightly.
11600
11601 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
11602 because that makes the colors go away.
11603
11604 * mail/sendmail.el (send-mail-function): Change the default to
11605 `sendmail-query-once'.
11606 (sendmail-query-once): Add an autoload cookie.
11607
11608 * net/network-stream.el (network-stream-open-starttls): Try using
11609 a plain connection even if the server offered STARTTLS, and we
11610 kinda wanted to use it, if Emacs doesn't have any STARTTLS
11611 capability. This should make smtpmail.el work in slightly more
11612 configurations.
11613
11614 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
11615
11616 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
11617 New defun.
11618 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
11619
11620 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
11621
11622 * progmodes/sql.el: Version 3.0
11623 (sql-product-alist): Add product :completion-object,
11624 :completion-column, and :statement attributes.
11625 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
11626 (sql-mode-syntax-table): Mark all punctuation.
11627 (sql-font-lock-keywords-builder): Temporarily remove fallback on
11628 ansi keywords.
11629 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
11630 (sql-mode-oracle-font-lock-keywords): Improve.
11631 (sql-oracle-show-reserved-words): New function for development.
11632 (sql-product-font-lock): Simplify for source code buffers.
11633 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
11634 New functions.
11635 (sql-highlight-product): Set product specific syntax table.
11636 (sql-mode-map): Add statement movement functions.
11637 (sql-ansi-statement-starters, sql-oracle-statement-starters):
11638 New variable.
11639 (sql-statement-regexp, sql-beginning-of-statement)
11640 (sql-end-of-statement, sql-signum): New functions.
11641 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
11642 (sql-show-sqli-buffer): Bug fix.
11643 (sql-interactive-mode): Store connection data as buffer local.
11644 (sql-connect): Add NEW-NAME parameter. Redesign interaction
11645 with sql-interactive-mode.
11646 (sql-save-connection): Save buffer local settings.
11647 (sql-connection-menu-filter): Change menu entry name.
11648 (sql-product-interactive): Bug fix.
11649 (sql-preoutput-hold): New variable.
11650 (sql-interactive-remove-continuation-prompt): Bug fixes.
11651 (sql-debug-redirect): New variable.
11652 (sql-str-literal): New function.
11653 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
11654 Redesign.
11655 (sql-oracle-save-settings, sql-oracle-restore-settings)
11656 (sql-oracle-list-all, sql-oracle-list-table): New functions.
11657 (sql-completion-object, sql-completion-column)
11658 (sql-completion-sqlbuf): New variables.
11659 (sql-build-completions-1, sql-build-completions)
11660 (sql-try-completion): New functions.
11661 (sql-read-table-name): Use them.
11662 (sql-contains-names): New buffer local variable.
11663 (sql-list-all, sql-list-table): Use it.
11664 (sql-oracle-completion-types): New variable.
11665 (sql-oracle-completion-object, sql-sqlite-completion-object)
11666 (sql-postgres-completion-object): New functions.
11667
11668 2011-07-06 Glenn Morris <rgm@gnu.org>
11669
11670 * window.el (pop-to-buffer): Doc fix.
11671
11672 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
11673
11674 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
11675
11676 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
11677
11678 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
11679
11680 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
11681
11682 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
11683
11684 * button.el (button): Inherit from link face. Suggested by Dan
11685 Nicolaescu.
11686
11687 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11688
11689 * progmodes/gdb-mi.el: Fit in 80 columns.
11690 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
11691 switch-to-buffer.
11692
11693 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
11694 if imenu is simply not configured (bug#8941).
11695
11696 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
11697
11698 * allout.el (allout-post-undo-hook): New allout outline-change
11699 event hook to signal undo activity.
11700 (allout-post-command-business): Run allout-post-undo-hook if an
11701 undo just occurred.
11702 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
11703 * allout-widgets.el (allout-widgets-after-undo-function):
11704 Ensure the integrity of the current item's decoration after it has been
11705 in the vicinity of an undo.
11706 (allout-widgets-mode): Include allout-widgets-after-undo-function
11707 on the new allout-post-undo-hook.
11708
11709 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11710
11711 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
11712 Let define-derived-mode define it.
11713 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
11714 cycles of abbrev-table inheritance (bug#8998).
11715
11716 2011-07-05 Roland Winkler <winkler@gnu.org>
11717
11718 * textmodes/bibtex.el: Add support for biblatex.
11719 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
11720 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
11721 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
11722 (bibtex-entry-alist, bibtex-field-alist): New variables.
11723 (bibtex-entry-field-alist): Obsolete alias for
11724 bibtex-BibTeX-entry-alist.
11725 (bibtex-entry-alist, bibtex-field-alist): New widgets.
11726 (bibtex-set-dialect): New command.
11727 (bibtex-entry-type, bibtex-entry-head)
11728 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
11729 Bind via bibtex-set-dialect.
11730 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
11731 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
11732 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
11733 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
11734 Define via bibtex-set-dialect.
11735 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
11736 Obey bibtex-no-opt-remove-re.
11737 (bibtex-vec-push, bibtex-vec-incr): New functions.
11738 (bibtex-format-entry, bibtex-field-list)
11739 (bibtex-print-help-message, bibtex-validate)
11740 (bibtex-search-entries): Use new format of bibtex-entry-alist.
11741
11742 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * progmodes/compile.el (compilation-goto-locus):
11745 * net/tramp-cmds.el (tramp-append-tramp-buffers):
11746 * bs.el (bs-cycle-next, bs-cycle-previous):
11747 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
11748 * bindings.el (mode-line-other-buffer):
11749 * autoinsert.el (auto-insert):
11750 * arc-mode.el (archive-extract):
11751 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
11752
11753 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11754
11755 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
11756 Fix check of `emacs-lock-unlockable-modes'.
11757 Coerce true values of `emacs-lock--try-unlocking' to t.
11758
11759 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11760
11761 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
11762 * emacs-lock.el: New file.
11763
11764 2011-07-05 Julien Danjou <julien@danjou.info>
11765
11766 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
11767 than `boundp' to check if face is set.
11768
11769 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
11770
11771 * register.el (registerv-make):
11772 * window.el (window-min-height): Fix typos in docstrings.
11773
11774 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
11775
11776 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
11777 Update doc string.
11778
11779 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11780
11781 * server.el (server-execute): Catch quit and call
11782 `server-return-error' to pass the error back to emacsclient and
11783 close the connection (bug#8942).
11784
11785 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
11786
11787 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
11788 insecure exception for current topic. Also note that auto-saves
11789 are handled differently.
11790
11791 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
11792 State variables for tracking auto-save inhibition situation.
11793
11794 (allout-write-contents-hook-handler): Rename from
11795 'allout-write-file-hook-handler', and describe how it depends on
11796 write-contents-functions sensitivity to non-nil value to prevent
11797 file write.
11798
11799 (allout-auto-save-hook-handler): Remove. auto-save does not check
11800 this in individual buffers, only in the starting buffer, so this
11801 is not the right way for us to inhibit auto-save in a buffer
11802 according to its condition.
11803
11804 (allout-mode): Use new allout-write-contents-hook-handler, and
11805 only with write-contents-functions. Remove auto-save provisions -
11806 they're implemented elsewhere.
11807
11808 (allout-before-change-handler): If undo is in progress, note that
11809 for attention of allout-post-command-business.
11810
11811 (allout-post-command-business): If the command we're following was
11812 an undo, check for change in the status of encrypted items and
11813 adjust auto-save inhibitions accordingly.
11814
11815 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
11816 according to whether there are or aren't any plain-text topics
11817 pending encryption.
11818
11819 (allout-inhibit-auto-save-info-for-decryption):
11820 Adjust buffer-saved-size and some allout state to inhibit auto-saves
11821 if there are plain-text topics pending encryption.
11822
11823 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
11824 buffer-saved-size and some allout state to not inhibit auto-saves
11825 if there are no longer any plain-text topics pending encryption.
11826
11827 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
11828 No longer provide for exemption of the current topic.
11829
11830 2011-07-04 Juri Linkov <juri@jurta.org>
11831
11832 Add 7z operations to delete and save changed members (bug#8968).
11833 * arc-mode.el (archive-7z-expunge, archive-7z-update):
11834 New defcustoms.
11835 (archive-7z-write-file-member): New function.
11836 (archive-7z-summarize): Fix the number of dashes in the
11837 listing output.
11838
11839 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
11842 (bug#8958).
11843
11844 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
11845
11846 * bindings.el: Ignore next-buffer and previous-buffer in
11847 minibuffer-local-map.
11848
11849 * font-lock.el (font-lock-builtin-face): Change light background
11850 color to dark slate blue (Bug#6693).
11851
11852 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
11853
11854 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
11855
11856 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
11859 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11860 Add switch-to-buffer.
11861
11862 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11863
11864 * isearch.el (isearch-search-fun-function): Clarify further the
11865 meaning of the function returned.
11866
11867 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
11868
11869 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
11870
11871 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
11872 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
11873 Use it.
11874 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
11875 `tramp-default-remote-path' does not exist.
11876 (tramp-send-command-and-read): New optional argument NOERROR.
11877 (tramp-open-connection-setup-interactive-shell)
11878 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
11879 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
11880 (tramp-process-sentinel): Flush also process' connection property.
11881 (tramp-sh-handle-start-file-process): Do not set process
11882 sentinel. It is done now ...
11883 (tramp-maybe-open-connection): ... here. (Bug#8929)
11884
11885 2011-07-04 MON KEY <monkey@sandpframing.com>
11886
11887 * play/animate.el (animate-string): Doc fixes and allow changing
11888 the buffer name (bug#5417).
11889
11890 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11891
11892 * play/animate.el (animation-buffer-name): Rename from *animate*.
11893
11894 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
11895
11896 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
11897 This is simpler and helps future-proof the code.
11898 (timer-until): Use time-subtract and float-time.
11899 (timer--time-less-p): Use time-less-p.
11900
11901 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
11902
11903 * type-break.el (timep): Use the value of `float-time' to avoid a
11904 byte-compiler warning.
11905
11906 * server.el (server-eval-and-print): Return any result, even nil.
11907
11908 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
11909
11910 * type-break.el: Accept time formats that the builtins accept.
11911 (timep, type-break-time-difference): Accept any format that
11912 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
11913 This is simpler and helps future-proof the code.
11914 (type-break-time-difference): Round rather than ignoring
11915 subseconds components.
11916
11917 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11918
11919 * info.el (Info-apropos-matches): Make non-interactive, since it
11920 doesn't seem to do anything useful as a command (bug#8829).
11921
11922 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
11923
11924 * frame.el (frame-background-mode, frame-set-background-mode):
11925 Move from faces.el.
11926 (frame-default-terminal-background): New function.
11927
11928 * custom.el (custom-push-theme): Don't record faces in `changed'
11929 theme; this doesn't work correctly for per-frame face settings.
11930 (disable-theme): Use face-set-after-frame-default to reset faces.
11931 (custom--frame-color-default): New function.
11932
11933 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11934
11935 * dired.el (dired-flagging-regexp): Remove unused variable
11936 (bug#8769).
11937
11938 2011-03-29 Kevin Ryde <user42@zip.com.au>
11939
11940 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11941 `perl-Test2' extend to match possible "fail #N" rep count
11942 (bug#8377).
11943
11944 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11945
11946 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
11947 `smtpmail-via-smtp' now returns the error instead of nil.
11948
11949 * isearch.el (isearch-search-fun-function): Clarify the doc string
11950 (bug#8101).
11951
11952 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
11953
11954 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
11955 unnecessary spaces (bug#8987).
11956
11957 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11958
11959 * net/network-stream.el (open-network-stream): Use the
11960 :end-of-capability command thoughout.
11961
11962 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
11963
11964 * net/network-stream.el (open-network-stream): Add the
11965 :end-of-capability command parameter, used by pop3.el.
11966
11967 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11968
11969 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
11970
11971 * fringe.el (fringe-query-style): Remove redundant text " (type ?
11972 for list)" (bug#6475).
11973
11974 * files.el (file-expand-wildcards): Ignore non-readable
11975 sub-directories while trying to find matches instead of signaling
11976 an error (bug#6297).
11977
11978 * man.el (Man-reference-regexp): Allow matching possible
11979 word-wrapped references (bug#6289).
11980
11981 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
11982 for consistency with the other vc buffers (bug#6197).
11983 (vc-checkin): Ditto.
11984
11985 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
11986
11987 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
11988
11989 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11990
11991 * custom.el (defcustom): Clarify that :set is only used in the
11992 Customize user interface (bug#6089).
11993
11994 * progmodes/flymake.el (flymake-mode): If the buffer isn't
11995 associated with a file, refuse to run instead of erroring out
11996 (bug#6084).
11997
11998 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
11999 the doc string, since it appears that using `fill-column' always
12000 controls the width (bug#7845).
12001
12002 * simple.el (shell-command-on-region): Say where the error output
12003 went if `shell-command-default-error-buffer' is set (bug#6857).
12004
12005 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12006
12007 * allout.el (allout-yank-processing): Adjust cursor position for
12008 backwards-deleted space.
12009
12010 (allout-rebullet-heading): Register changes with
12011 allout-exposure-changed-hook, so the modified topic is properly
12012 decorated.
12013
12014 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12015
12016 * minibuffer.el (completion-in-region): Document PREDICATE
12017 (bug#7136).
12018
12019 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12020 of keyword/argument pairs (bug#6904).
12021
12022 * replace.el (multi-occur):
12023 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
12024
12025 2011-07-02 Drew Adams <drew.adams@oracle.com>
12026
12027 * dired.el (dired-mark-if): Make the message about whether it's
12028 marking or unmarking clearer (bug#8523).
12029
12030 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12031
12032 * disp-table.el (display-table-print-array): New function.
12033 (describe-display-table): Use it to print the vectors more pretty
12034 (Bug#8859).
12035
12036 2011-07-02 Martin Rudalics <rudalics@gmx.at>
12037
12038 * window.el (window-state-get-1): Don't assign clone numbers.
12039 Add clone-of item to list of window parameters.
12040 (window-state-put-2): Don't process clone numbers.
12041 (display-buffer-alist): Fix doc-string.
12042
12043 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12044
12045 * subr.el (remq): Don't allocate if it's not needed.
12046 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12047 (keymap--merge-bindings): New functions.
12048 (keymap-canonicalize): Use them to refine the canonicalization.
12049 * minibuffer.el (minibuffer-local-completion-map)
12050 (minibuffer-local-must-match-map): Move initialization from C.
12051 (minibuffer-local-filename-completion-map): Move initialization from C;
12052 don't inherit from anything here.
12053 (minibuffer-local-filename-must-match-map): Make obsolete.
12054 (completing-read-default): Use make-composed-keymap to combine
12055 minibuffer-local-filename-completion-map with either
12056 minibuffer-local-must-match-map or
12057 minibuffer-local-filename-completion-map.
12058
12059 2011-07-01 Glenn Morris <rgm@gnu.org>
12060
12061 * type-break.el (type-break-time-sum): Use dolist.
12062
12063 * textmodes/flyspell.el (flyspell-word-search-backward):
12064 Replace CL function.
12065
12066 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * mouse.el (mouse--strip-first-event): New function.
12069 (function-key-map): Use it to map fringe clicks to normal clicks
12070 by default.
12071
12072 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12073 (vc-bzr-revision-completion-table): Add support for annotate and date.
12074
12075 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12076 inherit from parent.
12077
12078 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12079
12080 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
12081 (dired-show-file-type): Doc fixup (bug#8818).
12082
12083 * dired.el (dired-mode): Fix up the doc string as suggested by
12084 Drew Adams (bug#8817).
12085
12086 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12087 cookie, since the manual says that it should be possible to add
12088 this function to `find-file-hook' (bug#8709).
12089
12090 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12091
12092 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12093 here. Noted Ted Zlatanov as the maintainer.
12094 (cfengine-common-settings, cfengine-common-syntax): New functions
12095 to set up common things between `cfengine-mode' and
12096 `cfengine3-mode'.
12097 (cfengine3-mode): New mode.
12098 (cfengine3-defuns cfengine3-defuns-regex
12099 (cfengine3-class-selector-regex cfengine3-category-regex)
12100 (cfengine3-vartypes cfengine3-font-lock-keywords)
12101 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
12102 (cfengine3-indent-line): Add from cfengine3.el.
12103
12104 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
12105
12106 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12107
12108 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12109
12110 2011-07-01 Martin Rudalics <rudalics@gmx.at>
12111
12112 * window.el (same-window-buffer-names, same-window-regexps)
12113 (same-window-p, special-display-frame-alist)
12114 (special-display-popup-frame, special-display-function)
12115 (special-display-buffer-names, special-display-regexps)
12116 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12117 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12118 (split-window-preferred-function, split-height-threshold)
12119 (split-width-threshold, even-window-heights)
12120 (display-buffer-mark-dedicated, window-splittable-p)
12121 (split-window-sensibly, window-safely-shrinkable-p):
12122 Un-obsolete.
12123 (display-buffer): Don't spread args with function specifier
12124 because special-display-popup-frame won't like it.
12125
12126 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12127
12128 Time-stamp simplifications and fixes.
12129 These improve accuracy slightly, and future-proof the code
12130 against some potential changes to current-time format.
12131
12132 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12133 by using time-since and float-time.
12134
12135 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12136 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12137 + NNN microseconds".
12138
12139 * type-break.el (type-break-time-sum): Rewrite using time-add.
12140
12141 * play/hanoi.el (hanoi-current-time-float): Remove.
12142 All uses replaced by float-time.
12143
12144 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12145 This yields a more-accurate answer.
12146 (rng-time-to-float): Remove; no longer needed.
12147
12148 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12149
12150 * calendar/timeclock.el (timeclock-seconds-to-time):
12151 Defalias to seconds-to-time, since they're the same thing.
12152
12153 * emacs-lisp/elp.el (elp-elapsed-time):
12154 * emacs-lisp/benchmark.el (benchmark-elapse):
12155 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12156
12157 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * window.el (bury-buffer): Don't iconify the only frame.
12160 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12161 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12162
12163 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
12164
12165 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12166 Add mouse-yank-primary.
12167
12168 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12169
12170 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12171
12172 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12173
12174 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12175 (find-library-name): Use it to find relative load names when provided
12176 absolute file name (bug#8803).
12177
12178 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12179
12180 * textmodes/flyspell.el (flyspell-word): Consider words that
12181 differ only in case as potential doublons (bug#5687).
12182
12183 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12184 Remove two rather uninteresting debugging-like messages to make
12185 debbugs.el more silent.
12186
12187 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12188 a password-like phrase.
12189
12190 2011-06-30 Masatake YAMATO <yamato@redhat.com>
12191
12192 * progmodes/cc-guess.el: New file.
12193
12194 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
12195
12196 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12197 derived from `c-basic-common-init'.
12198
12199 * progmodes/cc-mode.el (top-level): Require cc-guess.
12200 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12201
12202 2011-06-30 Lawrence Mitchell <wence@gmx.li>
12203
12204 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12205
12206 2011-06-30 Alan Mackenzie <acm@muc.de>
12207
12208 * progmodes/cc-engine.el (c-guess-continued-construct):
12209 Correct the handling of template-args-cont, particularly for when font
12210 lock is disabled. Name this case as "CASE G".
12211
12212 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12213
12214 * allout.el (allout-yank-processing): Fix injection of extra space
12215 between bullet and non-whitespace character in first topic when
12216 pasting, ensuring that the actual spacing in the pasted topic
12217 following the bullet char is preserved. This extra space was
12218 causing pasted encrypted topics to get a decrypted status even
12219 when the content was actually still encrypted. Now the decryption
12220 status from before the paste is preserved.
12221
12222 (allout-flag-region): Set all allout overlays so they evaporate
12223 when reduced to zero length (evanescent), to prevent overlay
12224 leakage.
12225
12226 2011-06-30 Glenn Morris <rgm@gnu.org>
12227
12228 * w32-fns.el (w32-charset-info-alist): Declare.
12229
12230 * find-dired.el (find-grep-options): Simplify.
12231
12232 * term/ns-win.el (ns-set-resource): Declare.
12233
12234 * ses.el (row, col): Declare dynamic variables honestly.
12235
12236 * textmodes/reftex-parse.el (index-tags): Declare.
12237
12238 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
12239
12240 * cus-edit.el (customize-push-and-save): New function.
12241
12242 * files.el (hack-local-variables-confirm): Use it.
12243
12244 * custom.el (load-theme): New arg NO-CONFIRM.
12245 Use customize-push-and-save (Bug#8720).
12246 (custom-enabled-themes): Doc fix.
12247
12248 * cus-theme.el (customize-create-theme)
12249 (custom-theme-merge-theme): Callers to load-theme changed.
12250
12251 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12252
12253 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12254 short URLs have at least one dot in them (bug #7614).
12255
12256 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12257 nil, because using a pty is apparently too slow (bug #895).
12258
12259 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12260
12261 * mail/sendmail.el (sendmail-query-once): New function.
12262 (sendmail-query-once-function): New variable.
12263
12264 2011-06-29 Glenn Morris <rgm@gnu.org>
12265
12266 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12267
12268 * ses.el (top-level): Require cl when compiling.
12269 (ses-set-localvars): Fix error statement.
12270 Call it at compile time to silence a storm of warnings.
12271
12272 2011-06-29 Martin Rudalics <rudalics@gmx.at>
12273
12274 * window.el (normalize-live-buffer): Rename to
12275 window-normalize-buffer.
12276 (normalize-live-frame): Rename to window-normalize-frame.
12277 (normalize-any-window): Rename to window-normalize-any-window.
12278 (normalize-live-window): Rename to window-normalize-live-window.
12279 (make-window-atom): Rename to window-make-atom.
12280 (window-resize-reset): Rename to window--resize-reset.
12281 (window-resize-reset-1): Rename to window--resize-reset-1.
12282 (resize-mini-window): Rename to window--resize-mini-window.
12283 (resize-subwindows-skip-p): Rename to
12284 window--resize-subwindows-skip-p.
12285 (resize-subwindows-normal): Rename to
12286 window--resize-subwindows-normal.
12287 (resize-subwindows): Rename to window--resize-subwindows.
12288 (resize-other-windows): Rename to window--resize-siblings.
12289 (resize-this-window): Rename to window--resize-this-window.
12290 (resize-root-window): Rename to window--resize-root-window.
12291 (resize-root-window-vertically): Rename to
12292 window--resize-root-window-vertically.
12293 (normalize-buffer-to-display): Rename to
12294 window-normalize-buffer-to-display.
12295 (normalize-buffer-to-switch-to): Rename to
12296 window-normalize-buffer-to-switch-to.
12297 Correspondingly update all callers of the functions listed
12298 above.
12299 (display-buffer-alist, display-buffer-normalize-arguments)
12300 (display-buffer-normalize-options, display-buffer)
12301 (display-buffer-alist-set): Use "function" instead of
12302 "fun-with-args".
12303
12304 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
12305
12306 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12307 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12308 debbugs.gnu.org. Mention acknowledgment email.
12309
12310 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12311
12312 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12313 buffer multibyteness, since it shouldn't matter.
12314
12315 2011-06-28 Martin Rudalics <rudalics@gmx.at>
12316
12317 * window.el (display-buffer-in-side-window): Handle dedicated
12318 windows as in display-buffer-reuse-window.
12319 (display-buffer-normalize-alist): Use value of override
12320 specifier.
12321 (display-buffer-normalize-specifiers): Use value of
12322 other-window-means-other-frame specifier.
12323 (display-buffer-alist): Rewrite some texts in widgets.
12324 (display-buffer): Spread arguments when calling function
12325 specified by fun-with-args.
12326
12327 2011-06-28 Deniz Dogan <deniz@dogan.se>
12328
12329 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12330 Unnest `let'.
12331
12332 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12333 selectors (Bug#5732).
12334 (css-proprietary-nmstart-re): Use `regexp-opt'.
12335
12336 2011-06-27 Jari Aalto <jari.aalto@cante.net>
12337
12338 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12339 (eshell-ls-date-format): New defcustom.
12340 (eshell-ls-file): Use it.
12341
12342 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12343
12344 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12345
12346 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12347
12348 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12349 (ange-ftp-make-tmp-name): New arg.
12350 (ange-ftp-file-local-copy): Use it.
12351
12352 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
12353
12354 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12355 no-conversion (Bug#8870).
12356
12357 2011-06-27 Martin Rudalics <rudalics@gmx.at>
12358
12359 * window.el (window-right, window-left, window-child)
12360 (window-child-count, window-last-child)
12361 (window-iso-combination-p, walk-window-tree-1)
12362 (window-atom-check-1, window-tree-1, delete-window)
12363 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12364 new naming conventions - window-vchild, window-hchild,
12365 window-next and window-prev are now called window-top-child,
12366 window-left-child, window-next-sibling and window-prev-sibling
12367 respectively.
12368 (resize-window-reset): Rename to window-resize-reset.
12369 (resize-window-reset-1): Rename to window-resize-reset-1.
12370 (resize-window): Rename to window-resize.
12371 (window-min-height, window-min-width)
12372 (resize-mini-window, resize-this-window, resize-root-window)
12373 (resize-root-window-vertically, adjust-window-trailing-edge)
12374 (enlarge-window, shrink-window, maximize-window)
12375 (minimize-window, delete-window, quit-restore-window)
12376 (split-window, balance-windows, balance-windows-area-adjust)
12377 (balance-windows-area, window-state-put-2)
12378 (display-buffer-even-window-sizes, display-buffer-set-height)
12379 (display-buffer-set-width, set-window-text-height)
12380 (fit-window-to-buffer): Rename all "resize-window" prefixed
12381 calls to use the "window-resize" prefix convention.
12382 (display-buffer-alist): Fix symbol for label specifier.
12383 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12384 corresponding specifier.
12385 Reported by Juanma Barranquero <lekktu@gmail.com>.
12386
12387 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12388
12389 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12390 convention.
12391 (ses-call-printer): Does not pass an empty string to formatter when the
12392 cell is empty to keep from barking printer Calc math-format-value.
12393
12394 2011-06-27 Richard Stallman <rms@gnu.org>
12395
12396 * battery.el (battery-mode-line-limit): New variable.
12397 (battery-update): Handle it.
12398
12399 * mail/rmailmm.el (rmail-mime-process-multipart):
12400 Handle truncated messages.
12401
12402 2011-06-27 Glenn Morris <rgm@gnu.org>
12403
12404 * progmodes/flymake.el (flymake-err-line-patterns):
12405 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12406
12407 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12408
12409 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
12410 (ses--clean-!, ses--clean-_): New functions.
12411 (ses-range): Add configurability of readout order, and conversion
12412 to Calc vector.
12413
12414 * ses.el (ses-repair-cell-reference-all): New function.
12415 (ses-cell-symbol): Set macro as safe, so that it can be used in
12416 formulas.
12417
12418 * ses.el: Update cycle detection algorithm.
12419 (ses-localvars): Add ses--Dijkstra-attempt-nb and
12420 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
12421 (ses-set-localvars): New function.
12422 (ses-make-cell): Add property-list as a cell element.
12423 (ses-cell-property-get-fun, ses-cell-property-get)
12424 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
12425 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12426 New functions.
12427 (ses-cell-property-set, ses-cell-property-pop)
12428 (ses-cell-property-get-handle): New macro.
12429 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12430 New aliases, used for code readability.
12431 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12432 cycle detection.
12433 (ses-self-reference-early-detection): New defcustom.
12434 (ses-formula-references): Robustify against self-referring cells.
12435 (ses-mode): Use ses-set-localvars.
12436 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12437 before lauching the update processing.
12438 (ses-initialize-Dijkstra-attempt): New function.
12439 (ses-recalculate-cell): Update for cycle detection based on
12440 Dijkstra algorithm.
12441
12442 * ses.el: Fix commenting and indenting convention.
12443
12444 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12445
12446 * bs.el (bs-cycle-next): Complete last change.
12447
12448 2011-06-27 Drew Adams <drew.adams@oracle.com>
12449
12450 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12451
12452 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12453
12454 * net/network-stream.el (network-stream-open-starttls):
12455 Don't re-get capabilities unless we've reestablished connection.
12456 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12457
12458 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12459 to binary to possibly avoid line encoding issues on Windows (among
12460 other things).
12461
12462 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12463
12464 * net/network-stream.el (open-network-stream): Return an :error
12465 saying what the problem was, if possible.
12466
12467 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12468 server.
12469
12470 * net/network-stream.el (network-stream-open-starttls): If we
12471 wanted to use STARTTLS, and the server offered it, but we weren't
12472 able to because we had no STARTTLS support, then close the connection.
12473 (open-network-stream): Return an :error element, if present.
12474
12475 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12476
12477 * hl-line.el (hl-line-sticky-flag): Doc fix.
12478 (global-hl-line-sticky-flag): New option (Bug#8323).
12479 (global-hl-line-highlight): Obey it.
12480
12481 * vc/vc.el (vc-revert-show-diff): Default to t.
12482
12483 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12484
12485 * allout-widgets.el (allout-widgets-post-command-business):
12486 Stop decorating intermediate isearch matches. They're not being
12487 undecorated when an isearch is continued past, and isearch
12488 automatically collapses them. This leads to "widget leaks", where
12489 decorated items accumulate in collapsed areas. Lines with lots of
12490 hidden widgets can slow down cursor travel, substantially.
12491 Too much complicated machinery would be needed to ensure undecoration,
12492 so we're doing without this nicety.
12493
12494 (allout-widgets-tally-string): Don't try to do a hash-table-count
12495 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12496 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12497 *Messages* when allout-widgets-maintain-tally is t.
12498
12499 2011-06-26 Martin Rudalics <rudalics@gmx.at>
12500
12501 * window.el (display-buffer-normalize-argument): Rename to
12502 display-buffer-normalize-arguments. Handle special meaning of
12503 LABEL argument. Respect special-display-function when popping up
12504 a new frame. Fix code searching for a window showing the buffer
12505 on another frame.
12506 (display-buffer-normalize-specifiers):
12507 Call display-buffer-normalize-arguments.
12508 (display-buffer-in-window): Don't undedicate the window if its
12509 buffer remains the same.
12510 Reported by Drew Adams <drew.adams@oracle.com>.
12511 (display-buffer-alist): Add choice for same-window macro
12512 specfier.
12513 (display-buffer): Mention special meaning of LABEL argument in
12514 doc-string. Fix quoting. Don't pop up a new frame even as
12515 fallback.
12516
12517 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
12518
12519 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12520 avoid deleting the current window in some cases (bug#8911).
12521
12522 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12523
12524 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12525 (Bug#8934)
12526
12527 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12528
12529 * net/network-stream.el (network-stream-open-starttls):
12530 Use built-in TLS support if `gnutls-available-p' is true.
12531 (network-stream-open-tls): Ditto.
12532
12533 2011-06-26 Leo Liu <sdl.web@gmail.com>
12534
12535 * register.el (registerv): New struct.
12536 (registerv-make): New function.
12537 (jump-to-register, describe-register-1, insert-register):
12538 Support the jump-func, print-func and insert-func slot of a registerv
12539 struct. (Bug#8415)
12540
12541 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
12542
12543 * vc/vc.el (vc-revert-show-diff): New defcustom.
12544 (vc-diff-internal): New arg specifying diff buffer.
12545 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12546 reuse an existing *vc-diff* buffer (Bug#8927).
12547
12548 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12549
12550 2011-06-26 Glenn Morris <rgm@gnu.org>
12551
12552 * progmodes/f90.el (f90-critical-indent): New option.
12553 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12554 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12555 (f90-mode): Doc fix.
12556 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12557 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12558 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12559 (f90-match-end): Handle block, critical.
12560
12561 2011-06-25 Glenn Morris <rgm@gnu.org>
12562
12563 * calendar/diary-lib.el (diary-included-files): Doc fix.
12564 (diary-include-files): New function, extracted from
12565 diary-include-other-diary-files and diary-mark-included-diary-files.
12566 (diary-include-other-diary-files, diary-mark-included-diary-files):
12567 Just call diary-include-files.
12568 (diary-mark-entries): Reset diary-included-files on first call.
12569
12570 * calendar/diary-lib.el (diary-mark-entries)
12571 (diary-mark-included-diary-files):
12572 Visit included diary-files in temp buffers.
12573
12574 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12575 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12576 (f90-start-block-re, f90-imenu-generic-expression)
12577 (f90-looking-at-program-block-start, f90-no-block-limit):
12578 Add support for submodules.
12579
12580 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12581 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
12582
12583 2011-06-25 Eli Zaretskii <eliz@gnu.org>
12584
12585 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
12586 buffer-file-type before setting its value, to avoid disastrous
12587 global effects on decoding files for DOS/Windows systems. (Bug#8780)
12588
12589 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12590
12591 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
12592
12593 * ses.el (ses-unload-function):
12594 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
12595
12596 * proced.el (proced-unload-function):
12597 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
12598
12599 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
12600
12601 * server.el (server-create-window-system-frame): Add parameters arg.
12602 (server-process-filter): Doc fix. Handle frame-parameters.
12603
12604 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
12605
12606 Fix bug#8730, bug#8781.
12607
12608 * loadhist.el (unload--set-major-mode): New function.
12609 (unload-feature): Use it.
12610
12611 * progmodes/python.el (python-after-info-look): Add autoload cookie.
12612 (python-unload-function): New function.
12613
12614 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12615
12616 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
12617
12618 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
12619
12620 * net/browse-url.el (browse-url-firefox-program): Add icecat to
12621 the candidates list.
12622
12623 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
12624
12625 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
12626
12627 2011-06-23 Richard Stallman <rms@gnu.org>
12628
12629 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
12630 (rmail-variables): Set next-error-move-function.
12631 (rmail-what-message): Take argument POS.
12632 (rmail-next-error-move): New function.
12633
12634 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12635
12636 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
12637 messages for adjacent non-terminals.
12638
12639 2011-06-23 Richard Stallman <rms@gnu.org>
12640
12641 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
12642 (rmail-show-message-1): Preserve buffer modified flag.
12643 (rmail-start-mail): Don't specify use of rmail-mail-return;
12644 that's done by mail-bury now.
12645 (rmail-mail-return): Handle arg NEWBUF.
12646
12647 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
12648
12649 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
12650 SIZE is a number.
12651
12652 2011-06-23 Martin Rudalics <rudalics@gmx.at>
12653
12654 * window.el (get-lru-window, get-mru-window)
12655 (get-largest-window): Never return a minibuffer window.
12656 (display-buffer-pop-up-window): Fix a bug that could lead to
12657 reusing the minibuffer window.
12658 (display-buffer): Pass original specifier argument to
12659 display-buffer-function instead of the normalized one.
12660 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
12661
12662 2011-06-22 Leo Liu <sdl.web@gmail.com>
12663
12664 * minibuffer.el (completing-read-function)
12665 (completing-read-default): Move from minibuf.c
12666
12667 2011-06-22 Richard Stallman <rms@gnu.org>
12668
12669 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
12670 to Rmail even if not started by a special Rmail command.
12671
12672 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
12673 Copy the buffer currently showing just one message.
12674
12675 2011-06-22 Roland Winkler <winkler@gnu.org>
12676
12677 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
12678 (bibtex-clean-entry): First delete the old key so that a
12679 customized algorithm for generating the new key does not get
12680 confused by the old key.
12681 (bibtex-url): Obey regexp of first step.
12682 (bibtex-search-entries): Do not use add-to-list with local
12683 list-var.
12684
12685 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12686
12687 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
12688 stored a user name, then query for the password first, instead of
12689 waiting for SMTP to give an error message and the trying again.
12690
12691 2011-06-22 Lawrence Mitchell <wence@gmx.li>
12692
12693 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
12694 BUFFER in call-process.
12695
12696 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12697
12698 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
12699 QUIT twice.
12700 (smtpmail-try-auth-methods): Require user name and password from
12701 auth-source.
12702
12703 2011-06-22 Martin Rudalics <rudalics@gmx.at>
12704
12705 * window.el (display-buffer-default-specifiers)
12706 (display-buffer-alist): Remove entries for pop-up-frame-alist.
12707 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
12708 (split-window): Normalize SIDE argument (Bug#8916).
12709
12710 * frame.el (pop-up-frame-alist, pop-up-frame-function)
12711 (special-display-frame-alist, special-display-popup-frame):
12712 Remove duplicate declarations. These are now in window.el.
12713
12714 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12715
12716 * mail/smtpmail.el (smtpmail-via-smtp):
12717 Set :use-starttls-if-possible so that we always use STARTTLS if the
12718 server supports it. SMTP servers that support STARTTLS commonly
12719 require it.
12720
12721 * net/network-stream.el (network-stream-open-starttls): Support
12722 upgrading to STARTTLS always, even if we don't have built-in support.
12723 (open-network-stream): Add the :always-query-capabilities keyword.
12724
12725 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
12726 upgrades with `open-network-stream', and rely solely on
12727 auth-source for all credentials. Big changes throughout the file,
12728 but in particular:
12729 (smtpmail-auth-credentials): Remove.
12730 (smtpmail-starttls-credentials): Remove.
12731 (smtpmail-via-smtp): Check for servers saying they want AUTH after
12732 MAIL FROM, too.
12733
12734 * net/network-stream.el (network-stream-open-starttls):
12735 Provide support for client certificates both for external and built-in
12736 STARTTLS.
12737 (auth-source): Require.
12738 (open-network-stream): Document the :client-certificate keyword.
12739 (network-stream-certificate): Change cert-cert to cert and
12740 cert-key to key.
12741
12742 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
12743
12744 * net/tramp-cache.el (top): Don't load the persistency file when
12745 "emacs -Q" has been called.
12746
12747 2011-06-21 Tim Harper <timcharper@gmail.com>
12748
12749 * term/ns-win.el (ns-initialize-window-system):
12750 Set application-specific `ApplePressAndHoldEnabled' system
12751 resource to NO as it is not yet supported by the NS port.
12752
12753 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
12754
12755 * misc.el (list-dynamic-libraries--refresh): Compute header here...
12756 (list-dynamic-libraries): ...not here.
12757
12758 2011-06-21 Leo Liu <sdl.web@gmail.com>
12759
12760 * subr.el (sha1): Implement sha1 using secure-hash.
12761
12762 2011-06-21 Martin Rudalics <rudalics@gmx.at>
12763
12764 * window.el (display-buffer-alist): In default value do not
12765 enforce searching a window on any but the selected frame.
12766 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12767 (display-buffer-select-window): Remove function.
12768 (display-buffer-in-window): When a window on another frame gets
12769 reused, do not select it any more but just raise its frame if
12770 necessary (Bug#8851) and (Bug#8856).
12771 (display-buffer-normalize-options): Handle pop-up-frames related
12772 options more faithfully.
12773 (pop-to-buffer): Don't rely on `display-buffer' selecting the
12774 window if it is on another frame.
12775 (display-buffer-alist, display-buffer-default-specifiers):
12776 Don't make new frame unsplittable by default.
12777 (display-buffer-normalize-argument): Fix doc-string typo and use
12778 'same-frame-other-window instead of 'other-window when associating
12779 with display-buffer-macro-specifiers.
12780
12781 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
12782
12783 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
12784 New functions.
12785 (5x5-mode-map, 5x5-mode-menu): Bind them.
12786 (5x5-draw-grid): Tweak the solver's rendering.
12787
12788 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
12791 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
12792
12793 2011-06-21 Drew Adams <drew.adams@oracle.com>
12794
12795 * menu-bar.el: Use function variable instead of switch-to-buffer.
12796 (menu-bar-select-buffer-function): New variable.
12797 (menu-bar-update-buffers): Use it (bug#8876).
12798
12799 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12800
12801 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
12802 variable's status.
12803
12804 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
12805
12806 * x-dnd.el (x-dnd-version-from-flags)
12807 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
12808 and long as number (Bug#8899).
12809 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
12810
12811 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
12814 (completion-try-completion, completion-all-completions): Compute the
12815 metadata argument if it's missing; make it optional (bug#8795).
12816
12817 * wid-edit.el: Use lex-bind and move towards completion-at-point.
12818 (widget-complete): Use new :completion-function property.
12819 (widget-completions-at-point): New function.
12820 (default): Use :completion-function instead of :complete.
12821 (widget-default-completions): Rename from widget-default-complete;
12822 Rewrite.
12823 (widget-string-complete, widget-file-complete, widget-color-complete):
12824 Remove functions.
12825 (file, symbol, function, variable, coding-system, color):
12826 * international/mule-cmds.el (default-input-method, charset)
12827 (language-info-custom-alist):
12828 * cus-edit.el (face): Use new property :completions.
12829
12830 * progmodes/pascal.el (pascal-completions-at-point): New function.
12831 (pascal-mode): Use it.
12832 (pascal-mode-map): Use completion-at-point.
12833 (pascal-toggle-completions): Make obsolete.
12834 (pascal-complete-word, pascal-show-completions):
12835 * progmodes/octave-mod.el (octave-complete-symbol):
12836 Redefine as obsolete alias.
12837 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
12838 Signal absence of completion info for old Octave,
12839 (inferior-octave-complete): Redefine as obsolete alias.
12840 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
12841 (meta-completions-at-point): Rename from meta-complete-symbol and
12842 adapt it for use on completion-at-point-functions.
12843 (meta-common-mode): Use it.
12844 (meta-looking-at-backward, meta-match-buffer): Remove.
12845 (meta-complete-symbol): Redefine as obsolete alias.
12846 (meta-common-mode-map): Use completion-at-point.
12847 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
12848 (makefile-mode-map): Use completion-at-point.
12849 (makefile-completions-at-point): Rename from makefile-complete and
12850 adapt it for use on completion-at-point-functions.
12851 (makefile-mode): Use it.
12852 (makefile-complete): Redefine as obsolete alias.
12853
12854 2011-06-20 Deniz Dogan <deniz@dogan.se>
12855
12856 * net/rcirc.el: Delete trailing whitespaces once and for all.
12857
12858 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
12859
12860 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
12861
12862 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
12863
12864 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
12865
12866 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
12867
12868 2011-06-19 Martin Rudalics <rudalics@gmx.at>
12869
12870 * window.el (display-buffer-other-window-means-other-frame):
12871 Call display-buffer-normalize-alist.
12872 (display-buffer-normalize-specifiers-1): Rename to
12873 display-buffer-normalize-argument. New argument other-frame.
12874 Rewrite.
12875 (display-buffer-normalize-specifiers-2): Rename to
12876 display-buffer-normalize-options.
12877 (display-buffer-normalize-alist-1): New function.
12878 (display-buffer-normalize-specifiers-3): Rename to
12879 display-buffer-normalize-alist.
12880 Call display-buffer-normalize-alist-1.
12881 (display-buffer-normalize-options-inhibit): New variable.
12882 (display-buffer-normalize-specifiers): Rewrite calling
12883 display-buffer-normalize-alist,
12884 display-buffer-normalize-argument, and
12885 display-buffer-normalize-options. Don't call the latter if
12886 display-buffer-normalize-options-inhibit is non-nil.
12887 (frame-auto-delete): New option.
12888 (window-deletable-p): Use frame-auto-delete.
12889 (window-list-no-nils, window-state-ignored-parameters)
12890 (window-state-get-1, window-state-get, window-state-put-list)
12891 (window-state-put-1, window-state-put-2, window-state-put):
12892 New functions.
12893 (display-buffer-normalize-options): Move special-display-p group
12894 after pop-up-frame group (Bug#8851) and (Bug#8856).
12895
12896 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
12897
12898 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
12899 groups (Bug#8776).
12900 (rx-submatch-n): New function.
12901 (rx): Document it.
12902
12903 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
12904 (Bug#8768).
12905
12906 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
12907
12908 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
12909
12910 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
12911 anytime existing face settings are present (Bug#8889).
12912
12913 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
12914 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
12915 Remove unused argument.
12916
12917 2011-06-18 Martin Rudalics <rudalics@gmx.at>
12918
12919 * window.el (display-buffer-default-specifiers):
12920 Remove pop-up-frame. Add pop-up-window-min-height,
12921 pop-up-window-min-width, and another reuse-window specifier
12922 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
12923 (display-buffer-normalize-specifiers-2):
12924 Handle split-height-threshold and split-width-threshold also when
12925 pop-up-windows is unset. Add a reuse-window specifier for the
12926 case popping up a new window fails.
12927 (special-display-popup-frame): Remove double quoting.
12928 (display-buffer-normalize-specifiers-1): Fix thinko.
12929
12930 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * shell.el (shell-completion-vars): Set pcomplete-termination-string
12933 according to comint-completion-addsuffix.
12934
12935 * pcomplete.el: Convert to lexical binding and fix bug#8819.
12936 (pcomplete-suffix-list): Mark as obsolete.
12937 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
12938 pcomplete-seen in the closure.
12939 (pcomplete-comint-setup): Setup completion-at-point as well.
12940 (pcomplete--entries): New function.
12941 (pcomplete--env-regexp): New var.
12942 (pcomplete-entries): Rewrite to work with partial-completion and
12943 without relying on pcomplete-suffix-list.
12944 (pcomplete-pare-list): Remove, unused.
12945
12946 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12947
12948 * window.el (display-buffer-alist): Set pop-up-window-min-height
12949 and pop-up-window-min-width in default value. Reported by
12950 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
12951 other-window-means-other-frame.
12952 (display-buffer-macro-specifiers): Comment out entry for
12953 other-window specifier.
12954 (display-buffer-other-window-means-other-frame): New function.
12955 (display-buffer-normalize-specifiers-1): New arguments
12956 buffer-name and label. Treat other-window case specially.
12957 (display-buffer-normalize-specifiers-2): Treat other-window case
12958 specially.
12959 (display-buffer-normalize-specifiers-3): New function.
12960 (display-buffer-normalize-specifiers):
12961 Call display-buffer-normalize-specifiers-3.
12962
12963 2011-06-17 Martin Rudalics <rudalics@gmx.at>
12964
12965 * window.el (same-window-p): Fix two typos introduced when
12966 adding with-no-warnings.
12967 (display-buffer-normalize-specifiers-1): Don't check
12968 pop-up-frames for 'unset initialization.
12969 (display-buffer-normalize-specifiers-2): Major rewrite using
12970 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
12971 (pop-up-frames, display-buffer-reuse-frames)
12972 (display-buffer-mark-dedicated): Don't initialize to 'unset.
12973 Suggested by David Engster <deng@randomsample.de>.
12974 (even-window-heights): Initialize to 'unset.
12975 (display-buffer-alist-set): Handle new 'unset initializations.
12976 (display-buffer-macro-specifiers): Don't pop up a new frame in the
12977 other window case.
12978
12979 2011-06-16 Martin Rudalics <rudalics@gmx.at>
12980
12981 * window.el (display-buffer-normalize-specifiers-1):
12982 Respect current value of pop-up-frames for most reasonable values of
12983 second argument of display-buffer (Bug#8865).
12984 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
12985 (switch-to-buffer-other-window-same-frame)
12986 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
12987 Adams (Bug#8875).
12988 (display-buffer): Don't check noninteractive when calling
12989 display-buffer-pop-up-frame.
12990 (display-buffer-pop-up-frame): Never pop up a frame in
12991 noninteractive mode (Bug#8857).
12992 (enlarge-window, shrink-window): Don't report an error when the
12993 window can't be resized as requested (Bug#8862).
12994
12995 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
12998
12999 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13000
13001 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13002
13003 2011-06-15 Alan Mackenzie <acm@muc.de>
13004
13005 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13006 for declarators, disable knr checking to speed up for normal files.
13007 2: Refactor, replacing a sequence of nested if forms by a cond form.
13008
13009 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13010
13011 * net/network-stream.el (open-network-stream): Add the keyword
13012 :always-query-capabilities for the case where you want to force a
13013 `plain' network connection, but the protocol still requires the
13014 capabilitiy command (i.e., SMTP and EHLO).
13015
13016 * subr.el (process-live-p): Rename from `process-alive-p' for
13017 consistency with other `-live-p' functions.
13018
13019 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13020
13021 * window.el (same-window-buffer-names, same-window-regexps)
13022 (special-display-frame-alist, special-display-popup-frame)
13023 (special-display-function, special-display-buffer-names)
13024 (special-display-regexps, pop-up-frame-alist)
13025 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13026 (pop-up-windows, split-window-preferred-function)
13027 (split-height-threshold, split-width-threshold, even-window-heights)
13028 (display-buffer-mark-dedicated): Don't encourage the use of
13029 display-buffer-alist from Elisp code.
13030
13031 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13032
13033 * progmodes/python.el (python-mode): Derive from prog-mode.
13034 * progmodes/ps-mode.el (ps-mode):
13035 * progmodes/mixal-mode.el (mixal-mode):
13036 * progmodes/cfengine.el (cfengine-mode):
13037 * progmodes/ld-script.el (ld-script-mode): Likewise.
13038
13039 2011-06-15 Martin Rudalics <rudalics@gmx.at>
13040
13041 * window.el (display-buffer-alist): Trim default value to avoid
13042 popping up a new frame (Bug#8857) or reusing an arbitrary window
13043 on another frame.
13044 (display-buffer): Do not fall back on popping up a new frame in
13045 batch mode (Bug#8857).
13046
13047 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
13048
13049 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13050 (custom-theme-summary): New function.
13051 (customize-themes): Use it.
13052
13053 2011-06-13 Glenn Morris <rgm@gnu.org>
13054
13055 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13056
13057 2011-06-13 Martin Rudalics <rudalics@gmx.at>
13058
13059 * help.el (help-window): Remove variable.
13060 (help-window-point-marker, temp-buffer-max-height)
13061 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13062 (help-print-return-message): Don't set help-window.
13063 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13064 (help-window-setup-finish): Remove.
13065 (help-window-display-message, help-window-setup)
13066 (with-help-window): Major rewrite based on new
13067 display-buffer-window variable.
13068
13069 * help-mode.el (help-mode-finish): Remove help-window related
13070 code.
13071
13072 * view.el (view-exits-all-viewing-windows): Remove reference to
13073 view-return-to-alist in doc-string.
13074 (view-return-to-alist): Make obsolete.
13075 (view-buffer): Call pop-to-buffer-same-window and remove
13076 undo-window code.
13077 (view-buffer-other-window): Call pop-to-buffer-other-window and
13078 simplify code. Ignore second argument.
13079 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13080 simplify code. Ignore second argument.
13081 (view-return-to-alist-update): Make obsolete.
13082 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13083 Rewrite using quit-restore window parameters.
13084 (view-mode-exit): Rename second argument to EXIT-ONLY.
13085 Rewrite using quit-restore-window.
13086 (View-exit, View-exit-and-edit, View-leave, View-quit)
13087 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13088 appropriate arguments.
13089 (view-end-message): Use quit-restore window parameter.
13090
13091 * window.el (display-buffer-function): Rewrite doc-string.
13092 (display-buffer-window, display-buffer-alist): New variables.
13093 (display-buffer-split-specifiers)
13094 (display-buffer-side-specifiers)
13095 (display-buffer-macro-specifiers): New constants.
13096 (display-buffer-even-window-sizes, display-buffer-set-height)
13097 (display-buffer-set-width, display-buffer-select-window)
13098 (display-buffer-in-window, display-buffer-reuse-window)
13099 (display-buffer-split-window-1, display-buffer-split-window)
13100 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13101 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13102 (display-buffer-in-side-window, normalize-buffer-to-display)
13103 (display-buffer-normalize-specifiers-1)
13104 (display-buffer-normalize-specifiers-2)
13105 (display-buffer-normalize-specifiers, display-buffer-frame):
13106 New functions.
13107 (display-buffer): Major rewrite.
13108 (display-buffer-other-window, display-buffer-other-frame)
13109 (pop-to-buffer, switch-to-buffer-other-window)
13110 (switch-to-buffer-other-frame): Rewrite.
13111 (display-buffer-same-window, display-buffer-same-frame)
13112 (display-buffer-same-frame-other-window)
13113 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13114 (pop-to-buffer-other-window)
13115 (pop-to-buffer-same-frame-other-window)
13116 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13117 (switch-to-buffer-other-window-same-frame): New functions.
13118 (same-window-p, special-display-p): Rewrite disabling warnings.
13119 Make obsolete.
13120 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13121 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13122 Make obsolete
13123 (same-window-buffer-names, same-window-regexps)
13124 (special-display-frame-alist, special-display-popup-frame)
13125 (special-display-function, special-display-buffer-names)
13126 (special-display-regexps, pop-up-frame-alist)
13127 (pop-up-frame-function, split-window-preferred-function)
13128 (split-height-threshold, split-width-threshold)
13129 (even-window-heights): Make obsolete.
13130
13131 2011-06-12 Glenn Morris <rgm@gnu.org>
13132
13133 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
13134 Misc simplifications.
13135
13136 2011-06-12 Martin Rudalics <rudalics@gmx.at>
13137
13138 * window.el (window-safely-shrinkable-p): Restore function which
13139 was inadvertently removed in change from 2011-06-11. Declare as
13140 obsolete.
13141
13142 * calendar/calendar.el (calendar-generate-window):
13143 Use window-iso-combined-p instead of combination of one-window-p and
13144 window-safely-shrinkable-p.
13145
13146 2011-06-12 Glenn Morris <rgm@gnu.org>
13147
13148 * progmodes/fortran.el (fortran-mode-syntax-table):
13149 * progmodes/f90.el (f90-mode-syntax-table):
13150 Set % to punctuation. (Bug#8820)
13151 (f90-find-tag-default): Remove, no longer needed.
13152
13153 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13154
13155 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13156
13157 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
13158
13159 * image.el (image-animated-p): Return animation delay in seconds.
13160 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13161 (image-animate-timeout): Remove DELAY argument. Don't assume
13162 every subimage has the same delay; get it from image-animated-p.
13163 (image-animate): Caller changed.
13164
13165 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
13166
13167 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13168 to ignored backtrace functions.
13169
13170 2011-06-11 Glenn Morris <rgm@gnu.org>
13171
13172 * calendar/appt.el (appt-disp-window-function): Doc fix.
13173 (appt-check): Handle overlapping appointments. (Bug#8337)
13174
13175 2011-06-11 Martin Rudalics <rudalics@gmx.at>
13176
13177 * window.el (window-tree-1, window-tree): New functions, moving
13178 the latter to window.el.
13179 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13180 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13181 (bw-refresh-edges): Remove.
13182 (balance-windows-1, balance-windows-2): New functions.
13183 (balance-windows): Rewrite in terms of window tree functions,
13184 balance-windows-1 and balance-windows-2.
13185 (bw-adjust-window): Remove.
13186 (balance-windows-area-adjust): New function with functionality of
13187 bw-adjust-window but using resize-window.
13188 (set-window-text-height): Rewrite doc-string.
13189 Use normalize-live-window and resize-window.
13190 (enlarge-window-horizontally, shrink-window-horizontally):
13191 Rename argument to DELTA.
13192 (window-buffer-height): New function.
13193 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13194 Rewrite using new window resize routines.
13195 (kill-buffer-and-window, mouse-autoselect-window-select):
13196 Use ignore-errors instead of condition-case.
13197 (quit-window): Call delete-frame instead of delete-windows-on
13198 for the only buffer on frame.
13199
13200 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13201
13202 * loadup.el (top-level): Load window before files for the sake
13203 of replace-buffer-in-windows.
13204
13205 * files.el (read-buffer-to-switch)
13206 (switch-to-buffer-other-window)
13207 (switch-to-buffer-other-frame, display-buffer-other-frame):
13208 Move to window.el.
13209
13210 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13211 (previous-buffer): Move to window.el.
13212
13213 * bindings.el (unbury-buffer): Move to window.el.
13214
13215 * window.el (delete-other-windows-vertically): Move after
13216 definition of delete-other-windows.
13217 (other-window, delete-windows-on, replace-buffer-in-windows):
13218 Move here from window.c.
13219 (record-window-buffer, unrecord-window-buffer)
13220 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13221 (switch-to-next-buffer): New functions.
13222 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13223 from simple.el. Call switch-to-next-buffer.
13224 (previous-buffer): Move here from simple.el.
13225 Call switch-to-prev-buffer.
13226 (bury-buffer): Move here from buffer.c. Switch to previous
13227 buffer when window cannot be deleted.
13228 (unbury-buffer): Move here from bindings.el.
13229 (ctl-x-map): Move binding for other-window from window.c to
13230 here.
13231 (read-buffer-to-switch, switch-to-buffer-other-window)
13232 (switch-to-buffer-other-frame): Move here from files.el.
13233 (normalize-buffer-to-switch-to): New functions.
13234 (switch-to-buffer): Move here from buffer.c.
13235 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
13236
13237 2011-06-10 Martin Rudalics <rudalics@gmx.at>
13238
13239 * window.el (window-min-height, window-min-width): Move here
13240 from window.c. Add defcustoms and rewrite doc-strings.
13241 (resize-mini-window, resize-window): New functions.
13242 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13243 Move here from window.c.
13244 (maximize-window, minimize-window): New functions.
13245 (delete-window, delete-other-windows, split-window): Move here
13246 from window.c.
13247 (window-split-min-size): New function.
13248 (split-window-keep-point): Mention split-window-above-each-other
13249 instead of split-window-vertically.
13250 (split-window-above-each-other, split-window-vertically):
13251 Rename split-window-vertically to split-window-above-each-other
13252 and provide defalias for old definition.
13253 (split-window-side-by-side, split-window-horizontally):
13254 Rename split-window-horizontally to split-window-side-by-side
13255 and provide defalias for the old definition.
13256 (ctl-x-map): Move bindings for delete-window,
13257 delete-other-windows and enlarge-window here from window.c.
13258 Replace bindings for split-window-vertically and
13259 split-window-horizontally by bindings for
13260 split-window-above-each-other and split-window-side-by-side.
13261
13262 * cus-start.el (all): Remove entries for window-min-height and
13263 window-min-width. Add entries for window-splits and
13264 window-nest.
13265
13266 2011-06-09 Glenn Morris <rgm@gnu.org>
13267
13268 * calendar/appt.el (appt-mode-line): New function.
13269 (appt-check, appt-disp-window): Use it.
13270
13271 * files.el (hack-one-local-variable-eval-safep):
13272 Allow minor-modes with explicit +/-1 arguments.
13273
13274 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13275
13276 * term/xterm.el (xterm): Add defgroup.
13277 (xterm-extra-capabilities): Add defcustom to supply known xterm
13278 capabilities, skip querying them, or query them (default).
13279 (terminal-init-xterm): Use it.
13280 (terminal-init-xterm-modify-other-keys): New function to set up
13281 modifyOtherKeys support to simplify `terminal-init-xterm'.
13282
13283 2011-06-09 Martin Rudalics <rudalics@gmx.at>
13284
13285 * window.el (resize-window-reset, resize-window-reset-1)
13286 (resize-subwindows-skip-p, resize-subwindows-normal)
13287 (resize-subwindows, resize-other-windows, resize-this-window)
13288 (resize-root-window, resize-root-window-vertically)
13289 (window-deletable-p, window-or-subwindow-p)
13290 (frame-root-window-p): New functions.
13291
13292 2011-06-09 Glenn Morris <rgm@gnu.org>
13293
13294 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13295 (ange-ftp-get-files): Use it.
13296
13297 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13298
13299 * mail/sendmail.el (mail-recover-1, mail-recover):
13300 * files.el (recover-file, recover-session):
13301 Handle dired-listing-switches not being just a single short option.
13302
13303 2011-06-09 Glenn Morris <rgm@gnu.org>
13304
13305 * calendar/appt.el (appt-display-message, appt-disp-window):
13306 Handle lists of appointments.
13307
13308 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13309
13310 * window.el (one-window-p): Move down in code.
13311 Rewrite doc-string.
13312 (window-current-scroll-bars): Rewrite doc-string.
13313 Normalize live window argument.
13314 (walk-windows, get-window-with-predicate, count-windows):
13315 Rewrite doc-string. Use window-list-1.
13316 (window-in-direction-2, window-in-direction, get-mru-window):
13317 New functions.
13318
13319 2011-06-08 Reuben Thomas <rrt@sc3d.org>
13320
13321 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13322 Doc fix (Bug#8713).
13323
13324 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
13325
13326 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13327
13328 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
13329
13330 * loadhist.el (unload-feature-special-hooks):
13331 Add `comint-output-filter-functions'.
13332
13333 2011-06-08 Ivan Kanis <gnu@kanis.fr>
13334
13335 * calendar/appt.el (appt-check): Move some initializations into the let.
13336
13337 2011-06-08 Martin Rudalics <rudalics@gmx.at>
13338
13339 * window.el (window-height): Defalias to window-total-height.
13340 (window-width): Defalias to window-body-width.
13341
13342 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
13343
13344 * image-mode.el (image-toggle-animation): New command.
13345 (image-mode-map): Bind it to RET.
13346 (image-mode): Update message.
13347 (image-toggle-display-image): Avoid a spurious cache flush.
13348 (image-transform-rotation): Doc fix.
13349 (image-transform-properties): Return quickly in the normal case.
13350 (image-animate-loop): Rename from image-animate-max-time.
13351
13352 * image.el (image-animate-max-time): Move to image-mode.el.
13353 (create-animated-image): Remove unnecessary function.
13354 (image-animate): Rename from image-animate-start. New arg.
13355 (image-animate-stop): Remove; just use image-animate-timer.
13356 (image-animate-timer): Use car-safe.
13357 (image-animate-timeout): Rename argument.
13358
13359 2011-06-07 Martin Rudalics <rudalics@gmx.at>
13360
13361 * window.el (get-lru-window, get-largest-window): Move here from
13362 window.c. Rename first argument to ALL-FRAMES.
13363 Rephrase doc-strings.
13364 (get-buffer-window-list): Rewrite using window-list-1.
13365 Rephrase doc-string.
13366 (window-safe-min-height, window-safe-min-width): New constants.
13367 (window-size-ignore, window-min-size, window-min-size-1)
13368 (window-sizable, window-sizable-p, window-size-fixed-1)
13369 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13370 (window-max-delta-1, window-max-delta, window-resizable)
13371 (window-resizable-p, window-total-height, window-total-width)
13372 (window-body-width): New functions.
13373 (window-full-height-p, window-full-width-p): Rewrite using
13374 window-total-size.
13375 (window-body-height): Rewrite using window-body-size.
13376
13377 2011-06-06 Martin Rudalics <rudalics@gmx.at>
13378
13379 * window.el (window-right, window-left, window-child)
13380 (window-child-count, window-last-child, window-any-p)
13381 (normalize-live-buffer, normalize-live-frame)
13382 (normalize-any-window, normalize-live-window)
13383 (window-iso-combination-p, window-iso-combined-p)
13384 (window-iso-combinations)
13385 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13386 (windows-with-parameter, window-with-parameter)
13387 (window-atom-root, make-window-atom, window-atom-check-1)
13388 (window-atom-check, window-side-check, window-check):
13389 New functions.
13390 (ignore-window-parameters, window-sides, window-sides-vertical)
13391 (window-sides-slots): New variables.
13392 (window-size-fixed): Move down in code. Minor doc-string fix.
13393
13394 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13395
13396 * comint.el (comint-dynamic-complete-as-filename)
13397 (comint-dynamic-complete-filename): Correctly call
13398 completion-in-region.
13399
13400 2011-06-05 Deniz Dogan <deniz@dogan.se>
13401
13402 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13403 in last change.
13404
13405 2011-06-05 Deniz Dogan <deniz@dogan.se>
13406
13407 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13408 (rcirc): Use it to prompt for encryption.
13409
13410 2011-06-05 Roland Winkler <winkler@gnu.org>
13411
13412 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13413 (bibtex-search-entries): New command bound to C-c C-a.
13414 (bibtex-display-entries): New function.
13415
13416 2011-06-05 Roland Winkler <winkler@gnu.org>
13417
13418 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13419 (bibtex-insert-kill): After yanking insert newline if necessary.
13420 (bibtex-initialize): Call bibtex-string-files-init only once.
13421 (bibtex-mode): Do not call easy-menu-add.
13422 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13423 (bibtex-yank): Set arg properly if nil.
13424
13425 2011-06-05 Roland Winkler <winkler@gnu.org>
13426
13427 * textmodes/bibtex.el (bibtex-search-entry-globally):
13428 New variable.
13429 (bibtex-search-entry): Use it.
13430
13431 2011-06-05 Roland Winkler <winkler@gnu.org>
13432
13433 * textmodes/bibtex.el (bibtex-entry-format): New option
13434 sort-fields.
13435 (bibtex-format-entry, bibtex-reformat): Honor this option.
13436 (bibtex-parse-entry): Return fields in proper order.
13437
13438 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
13439
13440 * doc-view.el (doc-view-remove-if): Move computation of result out
13441 of `dolist' to silence misleading lexical-binding warning.
13442
13443 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
13444
13445 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13446 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13447
13448 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13449
13450 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13451 "SunOS 5.10".
13452
13453 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
13454
13455 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13456 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13457 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13458 (tramp-parse-putty):
13459 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13460 (tramp-completion-function-alist-ssh)
13461 (tramp-completion-function-alist-telnet)
13462 (tramp-completion-function-alist-su)
13463 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13464 cookie.
13465
13466 * net/tramp-ftp.el:
13467 * net/tramp-sh.el:
13468 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13469 load "tramp.el" `tramp-set-completion-function'.
13470
13471 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * shell.el: Require and use pcomplete.
13474 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13475 (shell-completion-vars): Set pcomplete-default-completion-function.
13476
13477 2011-06-04 Deniz Dogan <deniz@dogan.se>
13478
13479 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13480 `memq' (Bug#8799).
13481
13482 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13485
13486 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
13487
13488 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13489 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13490 * vc/log-view.el (log-view-beginning-of-defun):
13491 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13492 (smerge-refine-forward, smerge-refine-chopup-region):
13493 Silence warning for unused `dotimes' counter variables.
13494
13495 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13496
13497 * net/tramp.el (tramp-with-progress-reporter): Rename from
13498 with-progress-reporter. Use `declare'.
13499 * net/tramp-smb.el:
13500 * net/tramp-sh.el:
13501 * net/tramp-gvfs.el: Update all uses.
13502
13503 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13504
13505 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13506 buffer isn't killed before making it current.
13507
13508 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 Silence various byte-compiler warnings.
13511 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13512 `access-type' and new obsolescence format.
13513 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13514 new format.
13515 (byte-compile-check-variable): New `access-type' argument.
13516 Only warn if the access-type is obsolete.
13517 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13518 (byte-compile-variable-set): Adjust callers.
13519 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13520 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13521 setting it as obsolete.
13522 * simple.el (minibuffer-completing-symbol):
13523 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13524 access as obsolete.
13525 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13526 obsolete yet.
13527 * international/quail.el (quail-mouse-choose-completion): Remove unused
13528 code referring to obsolete var.
13529 (quail-choose-completion-string): Remove.
13530 * server.el (server-clients-with, server-kill-buffer-query-function)
13531 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13532 * proced.el (proced-send-signal):
13533 * emacs-lisp/lisp.el (lisp-complete-symbol):
13534 Replace completion-annotate-function with completion-extra-properties.
13535
13536 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13537
13538 * simple.el (goto-line): Use read-number.
13539 (overriding-map-is-bound): Remove.
13540 (saved-overriding-map): Change default.
13541 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13542 Take the map as argument.
13543 (universal-argument, negative-argument, digit-argument): Use it.
13544 (restore-overriding-map): Adjust.
13545 (do-auto-fill): Use fill-forward-paragraph.
13546 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13547
13548 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13549 (minibuffer-inactive-mode): New major mode.
13550 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13551 the *Messages* buffer" hack.
13552 (mouse-popup-menubar): Don't burp if the event is a normal key.
13553
13554 Miscellaneous tweaks.
13555 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13556 lexical scoping as in subr.el's dolist and dotimes.
13557 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13558 Silence compiler warning.
13559 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13560 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13561 * international/ccl.el (ccl-compile): Trivial simplification.
13562 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13563 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13564 `printflag' argument.
13565 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13566 Purecopy the whole obsolescence data.
13567
13568 2011-06-01 Leo Liu <sdl.web@gmail.com>
13569
13570 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13571 improve doc-string as suggested by Marco Pessotto
13572 <melmothx@gmail.com>.
13573 (rcirc-print): Fix last change.
13574
13575 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * minibuffer.el (complete-with-action): Return nil for the metadata and
13578 boundaries of non-functional tables.
13579 (completion-table-dynamic): Return nil for the metadata.
13580 (completion-table-with-terminator): Add default case, using
13581 complete-with-action.
13582 (completion--metadata): New function.
13583 (completion-all-sorted-completions, minibuffer-completion-help): Use it
13584 to try and avoid pathological performance problems.
13585 (completion--embedded-envvar-table): Return `category' metadata.
13586
13587 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
13588
13589 * subr.el (process-alive-p): New tiny convenience function.
13590
13591 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13592
13593 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
13594 content but also its previous major mode.
13595
13596 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
13597
13598 * emacs-lisp/debug.el (debug): Restore the previous content of the
13599 *Backtrace* buffer when we exit with C-M-c.
13600
13601 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13602
13603 * minibuffer.el: Add metadata method to completion tables.
13604 (completion-category-overrides): New defcustom.
13605 (completion-metadata, completion--field-metadata)
13606 (completion-metadata-get, completion--styles)
13607 (completion--cycle-threshold): New functions.
13608 (completion-try-completion, completion-all-completions):
13609 Add `metadata' argument to choose completion-styles.
13610 (completion--do-completion): Use metadata to choose cycling.
13611 (completion-all-sorted-completions): Use metadata for sorting.
13612 Remove :completion-cycle-penalty which is not needed any more.
13613 (completion--try-word-completion): Add `metadata' argument.
13614 (minibuffer-completion-help): Check metadata for annotation function
13615 and sorting.
13616 (completion-file-name-table): Return `category' metadata.
13617 (minibuffer-completing-file-name): Make obsolete.
13618 * simple.el (minibuffer-completing-symbol): Make obsolete.
13619 * icomplete.el (icomplete-completions): Pass new `metadata' param to
13620 completion-try-completion.
13621
13622 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13623
13624 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
13625
13626 2011-05-30 Leo Liu <sdl.web@gmail.com>
13627
13628 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
13629 (rcirc-print): Decode all incoming messages (bug#8744).
13630 (rcirc-decode-coding-system): Allow value nil for automatic coding
13631 system detection.
13632
13633 2011-06-01 Glenn Morris <rgm@gnu.org>
13634
13635 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
13636
13637 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13638
13639 * image.el (image-animate-max-time): Allow nil and t values.
13640 Default to nil.
13641 (create-animated-image): Doc fix.
13642 (image-animate-start): Remove second arg; just use
13643 image-animate-max-time.
13644 (image-animate-timeout): Doc fix. Args changed.
13645
13646 * image-mode.el (image-toggle-display-image): Ensure that the
13647 image spec passed to the animate timer is the same object as in
13648 the buffer's display property (Bug#6981).
13649 (image-transform-properties): Doc fix.
13650
13651 * image.el (image-animate-max-time): Default to nil.
13652
13653 2011-05-29 Martin Rudalics <rudalics@gmx.at>
13654
13655 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
13656 entire buffer list (Bug#8184).
13657
13658 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13659
13660 * image.el (imagemagick-types-inhibit)
13661 (imagemagick-register-types): Doc fix.
13662
13663 2011-05-29 Deniz Dogan <deniz@dogan.se>
13664
13665 * net/rcirc.el (rcirc): Use the user's stored encryption method by
13666 default.
13667
13668 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
13669
13670 * select.el: Don't perform clipboard-manager saving in hooks;
13671 leave the hooks empty.
13672
13673 2011-05-28 Leo Liu <sdl.web@gmail.com>
13674
13675 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
13676 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
13677 (occur-edit-mode): New major mode (Bug#8463).
13678 (occur-after-change-function): New function.
13679 (occur-engine): Give Occur tags a read-only property.
13680
13681 2011-05-28 Kevin Ryde <user42@zip.com.au>
13682
13683 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
13684
13685 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13686
13687 * bindings.el (help-echo): Make the initial non-indicator dash
13688 empty on graphical terminals (Bug#7295).
13689
13690 * files.el (auto-mode-alist): Move config rule after the
13691 in-stripping one (Bug#8547).
13692
13693 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
13694
13695 * startup.el (normal-splash-screen): Remove gratuitous mode-line
13696 setting (Bug#8740).
13697
13698 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
13699
13700 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
13701 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
13702 (Bug#8539).
13703
13704 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13705
13706 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
13707
13708 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
13709
13710 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
13711 (hs-hide-block-at-point, hs-find-block-beginning)
13712 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
13713 (Bug#8279).
13714
13715 2011-05-28 Glenn Morris <rgm@gnu.org>
13716
13717 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
13718
13719 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
13720
13721 * help-fns.el (describe-function-1): If the function is a derived
13722 major mode, print the parent mode.
13723
13724 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
13725 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
13726
13727 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13728
13729 * minibuffer.el (completion--capf-wrapper): Check applicability before
13730 returning non-nil for non-exclusive completion data.
13731 * progmodes/etags.el (tags-completion-at-point-function):
13732 * info-look.el (info-lookup-completions-at-point): Mark as
13733 non-exclusive.
13734 (info-complete): Adjust accordingly.
13735
13736 * info-look.el: Convert to lexical-binding and completion-at-point.
13737 (info-lookup-completions-at-point): New function.
13738 (info-complete): Use it and completion-in-region.
13739
13740 2011-05-28 Drew Adams <drew.adams@oracle.com>
13741
13742 * isearch.el: Let M-e start with point at the first mismatched char.
13743 (isearch-fail-pos): New function.
13744 (isearch-edit-string): Use it.
13745
13746 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13747
13748 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13749
13750 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
13751
13752 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
13753 traversal functions for avl-trees.
13754 (avl-tree--stack): New struct.
13755 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
13756 (avl-tree-enter): Add optional `updatefun' arg.
13757 (avl-tree--do-enter): Add optional `updatefun' arg.
13758 Change return value.
13759 (avl-tree-delete): Add optional `test' and `nilflag' args.
13760 (avl-tree--do-delete): Add `test' and `nilflag' args.
13761 Change return value.
13762 (avl-tree-member): Add optional `nilflag'
13763 (avl-tree-member-p): New function.
13764 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
13765 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
13766 (avl-tree-stack-empty-p): New functions.
13767
13768 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
13769 avl-tree--del-balance1 and make it work both ways.
13770 (avl-tree--del-balance2): Remove.
13771 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
13772 make it work both ways.
13773 (avl-tree--enter-balance2): Remove.
13774 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
13775 New macros.
13776 (avl-tree--mapc, avl-tree-map): Add direction argument.
13777
13778 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
13779
13780 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
13781
13782 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
13783
13784 * select.el: Support clipboard managers with built-in function
13785 x-clipboard-manager-save, via delete-frame-functions and
13786 kill-emacs-hook.
13787 (xselect-convert-to-targets): Add MULTIPLE target to list.
13788 (xselect-convert-to-save-targets): New function.
13789
13790 2011-05-27 Kenichi Handa <handa@m17n.org>
13791
13792 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
13793 let-binding rfc2047-encode-encoded-words to nil.
13794
13795 2011-05-27 Glenn Morris <rgm@gnu.org>
13796
13797 * mail/emacsbug.el: Don't require url-util.
13798
13799 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
13800
13801 * files.el (set-auto-mode):
13802 Also respect mode: entries at the end of the file. (Bug#8586)
13803
13804 2011-05-26 Glenn Morris <rgm@gnu.org>
13805
13806 * files.el (hack-local-variables-prop-line, hack-local-variables):
13807 Downcase mode names, as seems to be traditional.
13808 (hack-local-variables, hack-local-variables-apply): Doc fixes.
13809
13810 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
13811 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
13812
13813 2011-05-25 Julien Danjou <julien@danjou.info>
13814
13815 * textmodes/rst.el (rst-define-level-faces): Do not define face
13816 symbol if it is already defined.
13817
13818 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
13819
13820 * play/5x5.el (5x5-new-game, 5x5-randomize):
13821 Reset 5x5-solver-output to nil when a new grid is cast.
13822 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
13823 these debugging traces, as defmacro breaks the compiled code.
13824
13825 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
13826
13827 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
13828
13829 2011-05-24 Leo Liu <sdl.web@gmail.com>
13830
13831 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
13832 (vc-bzr-sha1): Adapt.
13833
13834 * sha1.el: Remove. Function `sha1' is now builtin.
13835
13836 * bindings.el: Provide sha1 feature.
13837
13838 2011-05-24 Kenichi Handa <handa@m17n.org>
13839
13840 * mail/sendmail.el: Require `rfc2047'.
13841 (mail-insert-from-field): Do not perform RFC2047 encoding.
13842 (mail-encode-header): New function.
13843 (sendmail-send-it): Set buffer-file-coding-system of the work
13844 buffer to the return value of select-message-coding-system.
13845 Call mail-encode-header.
13846
13847 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
13848
13849 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
13850
13851 * mail/supercite.el (sc-default-cite-frame):
13852 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
13853
13854 2011-05-24 Glenn Morris <rgm@gnu.org>
13855
13856 * progmodes/python.el (brm-menu): Declare.
13857
13858 * emulation/viper.el (viper-set-hooks): Declare.
13859
13860 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
13861 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
13862 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
13863 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
13864 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
13865 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
13866
13867 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 Add an :exit-function for completion-at-point.
13870
13871 * minibuffer.el (completion--done): New fun.
13872 (completion--do-completion): Use it. New arg `expect-exact'.
13873 (minibuffer-complete, minibuffer-complete-word): Don't output message,
13874 since completion--do-completion does it for us now.
13875 (minibuffer-force-complete): Use completion--done and
13876 completion--replace. Handle sole-completion case with more care.
13877 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
13878 (completion-extra-properties): New var.
13879 (completion-annotate-function): Make obsolete.
13880 (minibuffer-completion-help): Adjust accordingly.
13881 Use completion-list-insert-choice-function.
13882 (completion-at-point, completion-help-at-point):
13883 Bind completion-extra-properties.
13884 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
13885 * simple.el (completion-list-insert-choice-function): New var.
13886 (completion-setup-function): Preserve it.
13887 (choose-completion): Pay attention to it, shuffle the code a bit.
13888 (choose-completion-string): New arg `insert-function'.
13889
13890 * textmodes/bibtex.el: Convert to lexical binding.
13891 (bibtex-mode-map): Use completion-at-point.
13892 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
13893 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
13894 (bibtex-complete): Define as obsolete alias.
13895 (bibtex-complete-internal): Remove.
13896 (bibtex-format-entry): Remove unused sub-group in regexp.
13897 * shell.el (shell--command-completion-data)
13898 (shell-environment-variable-completion):
13899 * pcomplete.el (pcomplete-completions-at-point):
13900 * comint.el (comint--complete-file-name-data): Use :exit-function
13901 instead of completion-table-with-terminator so it also works for
13902 choose-completion.
13903
13904 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13905
13906 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
13907
13908 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
13909 (bug#8710).
13910
13911 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
13912
13913 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
13914
13915 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
13916 customization variable and implement: If non-nil, auto-fill will
13917 be inhibited while on topic's header line.
13918
13919 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
13920
13921 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
13922 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
13923 always have a solution in grid size = 5 cases.
13924 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
13925 (5x5-solver-output, 5x5-log-buffer): New vars.
13926 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
13927 Make these variables buffer local to achieve 5x5 multi-session-ness.
13928 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
13929 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
13930 (5x5-solve-suggest): New funs.
13931 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
13932 randomize a grid so that we ensure that there is always a solution.
13933 (5x5-make-random-grid): Allow other movement than flipping.
13934
13935 2011-05-23 Kevin Ryde <user42@zip.com.au>
13936
13937 * emacs-lisp/advice.el (ad-read-advised-function):
13938 Use `function-called-at-point' as the default, if it has
13939 advice and passes PREDICATE.
13940
13941 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
13944 byte-compile-lambda if it's actually a lambda.
13945
13946 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
13947 Fix function quoting. Use backquote better.
13948
13949 2011-05-22 Yuanle Song <sylecn@gmail.com>
13950
13951 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
13952 matching (Bug#8516).
13953
13954 2011-01-22 Jari Aalto <jari.aalto@cante.net>
13955
13956 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
13957 different face (Bug#8178).
13958
13959 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
13960
13961 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
13962 defface (Bug#8144).
13963
13964 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
13965
13966 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
13967 funcall as well (bug#8712). Warn when performing those conversions.
13968 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
13969
13970 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
13971
13972 2011-05-22 Glenn Morris <rgm@gnu.org>
13973
13974 * files.el (hack-local-variables-prop-line): Small simplifications.
13975 (hack-local-variables, hack-local-variables-prop-line):
13976 If MODE-ONLY, return the mode, rather than just `t'.
13977
13978 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
13981
13982 2011-05-21 Glenn Morris <rgm@gnu.org>
13983
13984 * files.el (hack-local-variables-prop-line, hack-local-variables):
13985 If only interested in the mode, don't bother doing the other stuff.
13986
13987 * image-mode.el (image-after-revert-hook):
13988 Redraw all frames on which the image is visible. (Bug#8567)
13989
13990 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
13991
13992 * wid-edit.el (widget-checklist-match-inline):
13993 Fix 2011-04-19 change. (Bug#8649)
13994
13995 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
13998 Also allow singlespace after single-letter capitals followed by a dot.
13999
14000 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14001 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14002
14003 2011-05-20 Nix <nix@esperi.org.uk>
14004
14005 * files.el (basic-save-buffer-2):
14006 Fix handling of break-hardlink-on-save with non-existent files.
14007
14008 2011-05-19 Deniz Dogan <deniz@dogan.se>
14009
14010 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
14011 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
14012
14013 2011-05-19 Glenn Morris <rgm@gnu.org>
14014
14015 * progmodes/f90.el (f90-type-def-re):
14016 Handle "type, bind(c)". (Bug#8691)
14017
14018 * emacs-lisp/autoload.el (batch-update-autoloads):
14019 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14020
14021 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
14022
14023 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14024 property for the correct connection in case of multihops.
14025
14026 2011-05-18 Glenn Morris <rgm@gnu.org>
14027
14028 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
14029 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14030
14031 Rationalize calendar handling of day and month abbrev-arrays.
14032 * calendar/calendar.el (calendar-customized-p): New function.
14033 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14034 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14035 Add :set function.
14036 (calendar-abbrev-length, calendar-day-abbrev-array)
14037 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14038 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14039 Elements may no longer be nil.
14040 (calendar-day-name, calendar-month-name):
14041 Update for changed nature of abbrev arrays.
14042 * calendar/diary-lib.el (diary-name-pattern):
14043 Update for changed nature of abbrev arrays.
14044 (diary-mark-entries-1): Update calendar-make-alist calls.
14045 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14046 * calendar/cal-html.el (cal-html-day-abbrev-array):
14047 Simply inherit from calendar-day-abbrev-array.
14048
14049 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14050
14051 * progmodes/grep.el (grep-mode): Disable default
14052 compilation-directory-matcher setting (bug#8684).
14053
14054 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
14055
14056 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14057 instead of "head" and "tail". There were problems with SunOS 5.9,
14058 and it performs better.
14059
14060 2011-05-17 Glenn Morris <rgm@gnu.org>
14061
14062 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14063
14064 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14065 Replace obsolete function.
14066
14067 * shell.el (pcomplete-parse-arguments-function): Declare.
14068
14069 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14070 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14071 (appt-check): Doc fixes.
14072 (appt-disp-window-function, appt-delete-window-function):
14073 Remove needless special case in custom :type.
14074 (appt-display-count): Default to 0, not nil.
14075 (appt-check): Reset appt-display-count to 0, not nil.
14076
14077 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
14078
14079 * progmodes/python.el (python-font-lock-keywords):
14080 Add the Python 3.X keyword "nonlocal" (bug#8639).
14081
14082 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14083
14084 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14085
14086 2011-05-16 Kevin Ryde <user42@zip.com.au>
14087
14088 * info-look.el (makefile-automake-mode): New setups, looking in
14089 automake manual, then makefile-mode.
14090 (makefile-mode): Remove automake manual, have it just in
14091 makefile-automake-mode since there's various things different or
14092 not relevant to plain make.
14093 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14094 believe a hypothetical automake-mode would go to makefile-mode,
14095 not the other way around.
14096
14097 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
14098
14099 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14100 hunk-end tags (Bug#8672).
14101
14102 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14103 vc-annotate-show-diff-revision-at-line (Bug#8671).
14104
14105 2011-05-14 Glenn Morris <rgm@gnu.org>
14106
14107 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14108 in the middle of an existing one with multiple authors. (Bug#8645)
14109 (change-log-font-lock-keywords): Also handle multiple author lines
14110 with leading tabs. (Bug#8644)
14111
14112 * calendar/appt.el (appt-check): Rename some local variables.
14113 Some simplification/reordering.
14114
14115 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14116 (feedmail-sendmail-f-doesnt-sell-me-out)
14117 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14118 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14119 (feedmail-queue-runner-message-sender): Set :version.
14120 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14121 (bbdb-dwim-net-address, vm-mail): Declare.
14122 (feedmail-binmail-gnulinuxish-template):
14123 Rename from feedmail-binmail-linuxish-template.
14124 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14125 Use insert-buffer-substring.
14126
14127 2011-05-14 Bill Carpenter <bill@carpenter.org>
14128
14129 * mail/feedmail.el (feedmail-patch-level): Increase.
14130 (feedmail-debug): New custom group.
14131 (feedmail-confirm-outgoing-timeout)
14132 (feedmail-sendmail-f-doesnt-sell-me-out)
14133 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14134 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14135 (feedmail-sender-line, feedmail-from-line)
14136 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
14137 (feedmail-spray-this-address)
14138 (feedmail-spray-address-fiddle-plex-list)
14139 (feedmail-queue-use-send-time-for-date)
14140 (feedmail-queue-use-send-time-for-message-id)
14141 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14142 (feedmail-buffer-eating-function):
14143 Doc fixes.
14144 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14145 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14146 (feedmail-message-action-scroll-down): New functions.
14147 (feedmail-queue-directory, feedmail-queue-draft-directory):
14148 Use expand-file-name.
14149 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14150 Remove C-v help entry.
14151 (feedmail-queue-buffer-file-name): New variable.
14152 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14153 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14154 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14155 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14156 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14157 (feedmail-message-action-toggle-spray)
14158 (feedmail-run-the-queue-no-prompts)
14159 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14160 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14161 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14162 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14163 (feedmail-envelope-deducer, feedmail-fiddle-from)
14164 (feedmail-fiddle-sender, feedmail-default-date-generator)
14165 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14166 (feedmail-fiddle-spray-address)
14167 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14168 (feedmail-fiddle-list-of-fiddle-plexes)
14169 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14170 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14171 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14172 Change default. Doc fix.
14173 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14174 (feedmail-binmail-linuxish-template): New constant.
14175 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14176 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14177 (feedmail-send-it): Add debug call.
14178 Use feedmail-queue-buffer-file-name, and
14179 feedmail-send-it-immediately-wrapper.
14180 (feedmail-message-action-send): Add debug call.
14181 Use feedmail-send-it-immediately-wrapper.
14182 (feedmail-queue-express-to-queue): Add debug call.
14183 Run feedmail-queue-express-hook.
14184 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14185 (feedmail-message-action-help-blat):
14186 Rename from feedmail-queue-send-edit-prompt-help-first.
14187 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14188 Check line-endings. Handle errors better.
14189 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14190 Doc fix. Add debug call.
14191 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14192 Use feedmail-queue-send-edit-prompt-inner.
14193 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14194 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14195 from feedmail-queue-send-edit-prompt.
14196 (feedmail-queue-send-edit-prompt-help)
14197 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14198 (feedmail-tidy-up-slug): Add debug call.
14199 Respect feedmail-queue-slug-suspect-regexp.
14200 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14201 (feedmail-dump-message-to-queue): Add debug call.
14202 Expand queue-directory.
14203 (feedmail-dump-message-to-queue): Change message slightly.
14204 Use feedmail-say-chatter.
14205 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14206 (feedmail-send-it-immediately-wrapper): New function.
14207 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14208 Insert empty string rather than newline. Handle full-frame case.
14209 Use catch/throw. Use feedmail-say-chatter.
14210 (feedmail-fiddle-from): Try mail-host-address.
14211 (feedmail-default-message-id-generator): Doc fix.
14212 Bind system-time-locale. Handle missing end.
14213 (feedmail-fiddle-x-mailer): Add debug call.
14214 Handle feedmail-x-mailer-line being nil.
14215 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14216 Add debug call. Use buffer-substring-no-properties.
14217 (feedmail-say-debug, feedmail-say-chatter): New functions.
14218 (feedmail-find-eoh): Give an explicit error.
14219
14220 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
14221
14222 * net/newst-treeview.el (newsticker-treeview-face): Change default
14223 family from helvetica to sans.
14224 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
14225 etc/images/newsticker.
14226
14227 * net/newst-reader.el (newsticker-feed-face): Change default
14228 family from helvetica to sans.
14229
14230 * net/newst-plainview.el (newsticker-new-item-face)
14231 (newsticker-old-item-face, newsticker-immortal-item-face)
14232 (newsticker-obsolete-item-face, newsticker-date-face)
14233 (newsticker-statistics-face): Change default family from
14234 helvetica to sans.
14235 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
14236 etc/images/newsticker.
14237
14238 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14239 (newsticker--process-auto-mark-filter-match): Tell user about
14240 auto-marking.
14241
14242 2011-05-13 Didier Verna <didier@xemacs.org>
14243
14244 Common Lisp indentation improvements on defmethod and lambda-lists.
14245 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14246 TODO entries.
14247 (lisp-lambda-list-keyword-parameter-indentation)
14248 (lisp-lambda-list-keyword-parameter-alignment)
14249 (lisp-lambda-list-keyword-alignment): New customizable user options.
14250 (lisp-indent-defun-method): Improve docstring.
14251 (extended-loop-p): Fix comment.
14252 (lisp-indent-lambda-list-keywords-regexp): New variable.
14253 (lisp-indent-lambda-list): New function.
14254 (lisp-indent-259): Use it.
14255 (lisp-indent-defmethod): Support for more than one
14256 method qualifier and properly indent methods lambda-lists.
14257 (defgeneric): Provide a missing common-lisp-indent-function property.
14258
14259 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14260
14261 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14262 bounds for the empty string (bug#8667).
14263
14264 2011-05-13 Glenn Morris <rgm@gnu.org>
14265
14266 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14267
14268 * mail/sendmail.el (sendmail-program): Try executable-find first.
14269 (sendmail-send-it): `sendmail-program' cannot be unbound.
14270
14271 * calendar/appt.el (appt-make-list): Simplify.
14272 (appt-time-msg-list): Doc fix.
14273 (appt-check): Change mode-line message at the time of the appointment.
14274
14275 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14276
14277 * progmodes/ld-script.el (ld-script-keywords)
14278 (ld-script-builtins): Update keywords list.
14279
14280 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14283
14284 * shell.el (shell-completion-vars): New function.
14285 (shell-mode):
14286 * simple.el (read-shell-command): Use it.
14287 (blink-matching-open): No need for " [...]" in minibuffer-message.
14288
14289 2011-05-12 Glenn Morris <rgm@gnu.org>
14290
14291 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14292 (appt-check): Simplify.
14293
14294 2011-05-12 Eli Zaretskii <eliz@gnu.org>
14295
14296 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
14297 literal "/dev/null".
14298
14299 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14300
14301 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14302 Fix typo.
14303
14304 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
14305
14306 * progmodes/which-func.el (which-function):
14307 Use add-log-current-defun instead of add-log-current-defun-function,
14308 which might not be defined (Bug#8260).
14309
14310 2011-05-12 Glenn Morris <rgm@gnu.org>
14311
14312 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14313 Let byte-compile-initial-macro-environment always take precedence.
14314
14315 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * net/rcirc.el: Add support for SSL/TLS connections.
14318 (rcirc-server-alist): New field `encryption'.
14319 (rcirc): Check `encryption' settings.
14320 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14321 Merge make-local-variable into `set'.
14322 (rcirc--connection-open-p): New function.
14323 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14324 the process is not a network process (e.g. running gnutls-cli).
14325 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14326 Make rcirc-(en|de)code-coding-system local here.
14327 (rcirc-mode): Merge make-local-variable into `set'.
14328 (rcirc-parent-buffer): Make permanent buffer-local.
14329 (rcirc-multiline-minor-mode): Don't do it here.
14330 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14331 there's no server buffer.
14332
14333 2011-05-11 Glenn Morris <rgm@gnu.org>
14334
14335 * newcomment.el (comment-kill): Prefix "unused" local.
14336
14337 * term/w32console.el (get-screen-color): Declare.
14338
14339 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14340 Handle symbol elements of byte-compile-initial-macro-environment.
14341
14342 2011-05-10 Leo Liu <sdl.web@gmail.com>
14343
14344 * bookmark.el (bookmark-bmenu-mode-map):
14345 Bind bookmark-bmenu-search to `/'.
14346
14347 * mail/footnote.el: Convert to utf-8 encoding.
14348 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14349 (Footnote-unicode): New function.
14350 (footnote-style-alist): Add unicode style to the list.
14351 (footnote-style): Doc fix.
14352
14353 2011-05-10 Jim Meyering <meyering@redhat.com>
14354
14355 Fix doubled-word typos.
14356 * international/quail.el (quail-insert-kbd-layout): and and -> and
14357 * kermit.el: and and -> and
14358 * net/ldap.el (ldap-search-internal): to to -> to
14359 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14360 * progmodes/js.el (js-mode): and and -> and
14361 * textmodes/artist.el (artist-move-to-xy): at at -> at
14362 (artist-draw-region-trim-line-endings): if if -> if
14363 And Safetyc -> Safety.
14364 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14365
14366 2011-05-10 Glenn Morris <rgm@gnu.org>
14367 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * files.el (hack-one-local-variable-eval-safep):
14370 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14371
14372 2011-05-10 Glenn Morris <rgm@gnu.org>
14373
14374 * calendar/diary-lib.el (diary-list-entries-hook)
14375 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14376 (diary-nongregorian-marking-hook, diary-list-entries)
14377 (diary-include-other-diary-files, diary-mark-entries)
14378 (diary-mark-included-diary-files): Doc fixes.
14379
14380 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14381
14382 * misc.el: Require tabulated-list.el during compilation.
14383
14384 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14385
14386 * progmodes/compile.el (compilation-start):
14387 Run compilation-filter-hook for the async case too.
14388 (compilation-filter-hook): Doc fix.
14389
14390 2011-05-09 Deniz Dogan <deniz@dogan.se>
14391
14392 * wdired.el: Remove outdated installation comment. Fix usage
14393 comment.
14394
14395 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
14396
14397 * misc.el: Implement new command `list-dynamic-libraries'.
14398 (list-dynamic-libraries--loaded-only-p): New variable.
14399 (list-dynamic-libraries--refresh): New function.
14400 (list-dynamic-libraries): New command.
14401
14402 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
14403
14404 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14405 Fix the ant regexp to handle end-line and end-column info from jikes.
14406 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14407 higher priority to avoid clobbering by gnu.
14408
14409 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14410
14411 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14412 if the face has existing theme settings (Bug#8454).
14413
14414 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14415
14416 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14417 Only match variables declared via `my' or `our' (Bug#8261).
14418
14419 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14420 special file names `.' and `..' (Bug#8259).
14421
14422 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
14423
14424 * progmodes/grep.el (grep-mode-font-lock-keywords):
14425 Remove buffer-changing entries.
14426 (grep-filter): New function.
14427 (grep-mode): Add it to compilation-filter-hook.
14428
14429 * progmodes/compile.el (compilation-filter-hook)
14430 (compilation-filter-start): New defvars.
14431 (compilation-filter): Call compilation-filter-hook prior to
14432 updating the process mark.
14433
14434 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14435
14436 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14437
14438 2011-05-07 Eli Zaretskii <eliz@gnu.org>
14439
14440 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14441 mailclient-send-it even if window-system is nil. (Bug#8595)
14442
14443 * term/w32console.el (terminal-init-w32console):
14444 Call get-screen-color and use its output to set the frame
14445 background-mode. (Bug#8597)
14446
14447 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14448
14449 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14450 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14451 New functions.
14452 (defgeneric, eieio--defmethod): Use them.
14453 (eieio-defgeneric): Remove.
14454 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14455
14456 2011-05-07 Glenn Morris <rgm@gnu.org>
14457
14458 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14459 Use let rather than let*.
14460 (timeclock-find-discrep): Remove unused local.
14461
14462 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14463
14464 * calendar/appt.el (appt-time-msg-list): Doc fix.
14465
14466 2011-05-06 Noah Friedman <friedman@splode.com>
14467
14468 * apropos.el (apropos-print-doc): Only use
14469 emacs-lisp-docstring-fill-column when it is bound to an integer,
14470 per that variable's documentation.
14471
14472 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
14475 and warnings are not silently discarded (e.g. use -d instead of -P).
14476
14477 2011-05-06 Glenn Morris <rgm@gnu.org>
14478
14479 * calendar/appt.el (appt-message-warning-time): Doc fix.
14480 (appt-warning-time-regexp): New option.
14481 (appt-make-list): Respect appt-message-warning-time.
14482
14483 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14484 New options.
14485 (diary-add-to-list): Strip comments from the displayed string.
14486 (diary-mode): Set comment-start and comment-end.
14487
14488 * vc/diff-mode.el (smerge-refine-subst): Declare.
14489 (diff-refine-hunk): Don't require smerge-mode when compiling.
14490
14491 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
14492
14493 * simple.el (list-processes): Return nil as the docstring says.
14494
14495 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14496
14497 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14498 to "".
14499 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14500 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14501 determining of binary transfer. (Bug#7383)
14502
14503 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
14504
14505 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14506 Fix port computation bug. (Bug#8618)
14507
14508 2011-05-05 Glenn Morris <rgm@gnu.org>
14509
14510 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14511
14512 * simple.el (shell-dynamic-complete-functions)
14513 (comint-dynamic-complete-functions): Declare.
14514
14515 * net/network-stream.el (gnutls-negotiate):
14516 * simple.el (tabulated-list-print): Fix declarations.
14517
14518 * progmodes/gud.el (syntax-symbol, syntax-point):
14519 Remove unnecessary and incorrect declarations.
14520
14521 * emacs-lisp/check-declare.el (check-declare-scan):
14522 Handle byte-compile-initial-macro-environment in bytecomp.el
14523
14524 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 Fix earlier half-done eieio-defmethod change (bug#8338).
14527 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14528 Streamline and change calling convention.
14529 (defmethod): Adjust accordingly and simplify.
14530 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14531 new eieio--defmethod.
14532 (slot-boundp): Minor CSE simplification.
14533
14534 2011-05-05 Milan Zamazal <pdm@zamazal.org>
14535
14536 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14537 (glasses-make-readable): Use glasses-separate-capital-groups.
14538
14539 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
14540
14541 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14542 (warning-series): Doc fix.
14543 (display-warning): Don't try to create the buffer if we just found it.
14544
14545 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
14546
14547 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14548 (autoload-find-generated-file): New function.
14549 (generate-file-autoloads): Bind generated-autoload-file to
14550 buffer-file-name.
14551 (update-file-autoloads, update-directory-autoloads):
14552 Use autoload-find-generated-file. If called interactively, prompt for
14553 output file (Bug#7989).
14554 (batch-update-autoloads): Doc fix.
14555
14556 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
14557
14558 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14559
14560 2011-05-04 Glenn Morris <rgm@gnu.org>
14561
14562 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14563 function, so it follows changes in calendar-date-style.
14564 (diary-fancy-date-matcher): New function.
14565 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14566 (diary-fancy-font-lock-fontify-region-function):
14567 Use diary-fancy-date-pattern as a function.
14568
14569 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14570 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14571
14572 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14573
14574 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14575 instead of positional arguments. Allow :keylist and :crlfiles
14576 arguments.
14577 (open-gnutls-stream): Call it.
14578
14579 * net/network-stream.el (network-stream-open-starttls): Adjust to
14580 call `gnutls-negotiate' with :process and :hostname arguments.
14581
14582 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14583
14584 * minibuffer.el (completion--message): New function.
14585 (completion--do-completion, minibuffer-complete)
14586 (minibuffer-force-complete, minibuffer-complete-word): Use it.
14587 (completion--do-completion): Don't ignore completion-auto-help when in
14588 icomplete-mode.
14589
14590 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
14591 internal encoding (e.g. tibetan zero is not whitespace).
14592 (global-whitespace-mode): Prefer save-current-buffer.
14593 (whitespace-trailing-regexp): Remove useless save-match-data.
14594 (whitespace-empty-at-bob-regexp): Minor simplification.
14595
14596 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
14597
14598 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
14599
14600 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14601
14602 * textmodes/ispell.el (ispell-add-per-file-word-list):
14603 Use `concat' to create string for insertion.
14604
14605 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
14608 Avoid open-line which runs post-self-insert-hook.
14609 (bibtex-fill-entry): Remove unused `end' var.
14610
14611 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
14612
14613 * textmodes/ispell.el (ispell-add-per-file-word-list):
14614 Protect against `nil' value of `comment-start' (Bug#8579).
14615
14616 2011-05-03 Leo Liu <sdl.web@gmail.com>
14617
14618 * isearch.el (isearch-yank-pop): New command.
14619 (isearch-mode-map): Bind it to `M-y'.
14620 (isearch-forward): Mention it.
14621
14622 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
14623
14624 * simple.el (minibuffer-complete-shell-command): Remove.
14625 (minibuffer-local-shell-command-map): Use completion-at-point.
14626 (read-shell-command): Setup completion vars here instead.
14627 (read-expression-map): Bind TAB to symbol completion.
14628
14629 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
14630 error directly rather via storing it into `results'.
14631
14632 2011-05-02 Leo Liu <sdl.web@gmail.com>
14633
14634 * vc/diff.el: Fix description.
14635
14636 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
14637
14638 * server.el (server-eval-at): New function.
14639
14640 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14641
14642 * net/network-stream.el (open-network-stream): Take a :nowait
14643 parameter and pass it on to `make-network-process'.
14644 (network-stream-open-plain): Ditto.
14645
14646 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
14647
14648 * faces.el (face-spec-set-match-display): Don't match toolkit
14649 options on terminal frames.
14650
14651 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * progmodes/pascal.el: Use lexical binding.
14654 (pascal-mode-map): Remove author preferences.
14655
14656 * pcomplete.el (pcomplete-std-complete): Don't abuse
14657 completion-at-point.
14658
14659 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14660
14661 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
14662 removing code that has been dead since 1991 or so.
14663
14664 * startup.el (command-line): When warning about "_emacs", use a
14665 delayed warning to allow the user to filter it out.
14666
14667 2011-04-28 Deniz Dogan <deniz@dogan.se>
14668
14669 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
14670 user has not joined.
14671
14672 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
14675 aren't any completions at point.
14676
14677 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
14678
14679 * subr.el (display-delayed-warnings): New function.
14680 (delayed-warnings-hook): New variable.
14681
14682 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
14683
14684 * minibuffer.el (completion-at-point, completion-help-at-point):
14685 Don't presume that a given completion-at-point-function will always
14686 use the same calling convention.
14687
14688 * pcomplete.el (pcomplete-completions-at-point):
14689 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
14690 pcomplete-seen is non-nil.
14691 (pcomplete-comint-setup): Also recognize the new comint/shell
14692 completion functions.
14693 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
14694 pcomplete-seen is non-nil.
14695
14696 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
14697
14698 * calendar/icalendar.el (diary-lib): Add require statement.
14699 (icalendar--create-uid): Read out a uid from a text-property on
14700 the first character in the entry. This allows for code to add its
14701 own uid to the entry.
14702 (icalendar--convert-float-to-ical): Add export of
14703 `diary-float'-entries save for those with the optional DAY
14704 argument.
14705
14706 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
14707
14708 * subr.el (shell-quote-argument): Use alternate escaping strategy
14709 when we spot a variable reference in a string.
14710
14711 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14712
14713 * cus-start.el (all): Define customization for debug-on-event.
14714
14715 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
14716
14717 * subr.el (shell-quote-argument): Escape correctly under Windows.
14718
14719 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14720
14721 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
14722
14723 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
14724
14725 * net/tramp.el (tramp-process-actions): Add POS argument.
14726 Delete region between POS and (pos).
14727
14728 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14729 Use `nil' position in `tramp-process-actions' call.
14730 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
14731
14732 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
14733 position in `tramp-process-actions' call.
14734
14735 * net/trampver.el: Update release number.
14736
14737 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14738
14739 * custom.el (defcustom): Obey lexical-binding.
14740
14741 Fix octave-inf completion problems reported by Alexander Klimov.
14742 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
14743 Inherit from octave-mode-syntax-table.
14744 (inferior-octave-mode): Set info-lookup-mode.
14745 (inferior-octave-completion-at-point): New function.
14746 (inferior-octave-complete): Use it and completion-in-region.
14747 (inferior-octave-dynamic-complete-functions): Use it as well, and use
14748 comint-filename-completion.
14749 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
14750 symbol elements which shouldn't be word elements.
14751 (octave-font-lock-keywords, octave-beginning-of-defun)
14752 (octave-function-header-regexp): Adjust regexps accordingly.
14753 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
14754
14755 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
14756
14757 * net/gnutls.el (gnutls-errorp): Declare before first use.
14758
14759 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
14760
14761 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
14762 verify-error, and verify-hostname-error parameters. Check whether
14763 default trustfile exists before going to use it. Add missing
14764 argument to gnutls-message-maybe call. Return value.
14765 Reported by Claudio Bley <claudio.bley@gmail.com>.
14766 (open-gnutls-stream): Add usage example.
14767
14768 * net/network-stream.el (network-stream-open-starttls): Give host
14769 parameter to `gnutls-negotiate'.
14770 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
14771 * subr.el (shell-quote-argument): Escape correctly under Windows.
14772
14773 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
14774
14775 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
14776 Use correct match group (bug#8438).
14777
14778 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14779
14780 * emacs-lisp/package.el (package-built-in-p): Fix typo.
14781 (package-menu--generate): New arg specifying packages to show.
14782 (package-menu-refresh, package-menu-execute, list-packages):
14783 Callers changed.
14784 (package-show-package-list): New function, replacing deleted
14785 package--list-packages (renamed because it is non-internal).
14786
14787 * finder.el (finder-list-matches): Use package-show-package-list
14788 instead of deleted package--list-packages.
14789
14790 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
14791 Based on a previous implementation by Juanma Barranquero (Bug#8366).
14792 (vc-annotate-mode-map): Bind it to RET.
14793
14794 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
14795
14796 * progmodes/etags.el (next-file): Don't use set-buffer to change
14797 buffers (Bug#8478).
14798
14799 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
14800
14801 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
14802
14803 * apropos.el (apropos-label-face): Avoid variable-pitch face.
14804 (apropos-accumulator): Doc fix.
14805 (apropos-function, apropos-macro, apropos-command)
14806 (apropos-variable, apropos-face, apropos-group, apropos-widget)
14807 (apropos-plist): Add face property.
14808 (apropos-symbols-internal): Fix indentation.
14809 (apropos-print): Simplify help, and recognize apropos-multi-type.
14810 (apropos-print-doc): Use button-type-get to extract the button's
14811 face property. Fill docstring (Bug#8352).
14812
14813 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
14814
14815 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
14816
14817 * play/mpuz.el (mpuz-silent): Doc fix.
14818 (mpuz-mode-map): Use mapc.
14819 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
14820 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
14821 Fix typos in docstrings.
14822
14823 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
14824 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
14825
14826 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
14827
14828 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
14829
14830 * minibuffer.el (completion--do-completion): Avoid the "Next char
14831 not unique" prompt if icomplete-mode is enabled (Bug#5849).
14832
14833 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
14834 mouse-2 into unread-command-events, it is interpreted correctly.
14835
14836 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
14837 (image-toggle-display): Doc fix.
14838
14839 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
14840
14841 * textmodes/page.el (what-page): Use line-number-at-pos to
14842 calculate line number (Bug#6825).
14843
14844 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14845
14846 * eshell/esh-mode.el (find-tag-interactive): Declare function.
14847 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
14848 Pass argument NO-DEFAULT to `find-tag-interactive'.
14849
14850 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
14851
14852 Lexical-binding cleanup.
14853
14854 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
14855 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
14856 * progmodes/ada-prj.el (ada-prj-initialize-values)
14857 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
14858 (ada-prj-show-value):
14859 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
14860 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
14861 (antlr-invalidate-context-cache, antlr-options-menu-filter)
14862 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
14863 * progmodes/bug-reference.el (bug-reference-push-button):
14864 * progmodes/fortran.el (fortran-line-length):
14865 * progmodes/glasses.el (glasses-change):
14866 * progmodes/octave-mod.el (octave-fill-paragraph):
14867 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
14868 (python-pdbtrack-grub-for-buffer, python-sentinel):
14869 * progmodes/sql.el (sql-save-connection):
14870 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
14871 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
14872 Mark unused parameters.
14873
14874 * progmodes/compile.el (compilation--flush-directory-cache)
14875 (compilation--flush-parse, compile-internal): Mark unused parameters.
14876 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
14877 (compilation-next-error-function): Remove unused variable `timestamp'.
14878
14879 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
14880 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
14881
14882 * progmodes/dcl-mode.el (dcl-end-of-command):
14883 Remove unused variable `start'.
14884 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
14885 (dcl-option-value-basic, dcl-option-value-offset)
14886 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
14887 Mark unused parameters.
14888 (dcl-save-local-variable): Remove unused variable `val'.
14889 (mode): Declare.
14890
14891 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
14892 Mark unused parameters.
14893 (delphi-ignore-changes): Move before first use.
14894 (delphi-charset-token-at): Remove unused variable `start'.
14895 (delphi-else-start): Remove unused variable `if-count'.
14896 (delphi-comment-block-start, delphi-comment-block-end):
14897 Remove unused variable `kind'.
14898 (delphi-indent-line): Remove unused variable `new-point'.
14899
14900 * progmodes/ebrowse.el (ebrowse-files-list)
14901 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
14902 Mark unused parameters. Don't quote `lambda'.
14903 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
14904 Don't quote `lambda'.
14905 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
14906 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
14907 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
14908 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
14909 Use `ignore-errors'.
14910 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
14911 (ebrowse-view/find-file-and-search-pattern)
14912 (ebrowse-view/find-member-declaration/definition):
14913 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
14914 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
14915 Rename parameter PREFIX-ARG to PREFIX.
14916 (ebrowse-tags-read-name): Remove unused variables `start' and
14917 `member-info'.
14918 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
14919 to `tags-file'.
14920
14921 * progmodes/etags.el (local-find-tag-hook): Declare.
14922 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
14923 Mark unused parameters.
14924
14925 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
14926 (executable-interpret): Mark unused parameter.
14927
14928 * progmodes/flymake.el (flymake-process-sentinel)
14929 (flymake-after-change-function)
14930 (flymake-create-temp-with-folder-structure)
14931 (flymake-get-include-dirs-dot): Mark unused parameters.
14932 (flymake-safe-delete-directory): Remove unused variable `err'.
14933
14934 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
14935 (speedbar-timer-fn, speedbar-line-text)
14936 (speedbar-change-expand-button-char, speedbar-delete-subblock)
14937 (speedbar-center-buffer-smartly): Declare functions.
14938 (gdb-find-watch-expression): Remove unused variable `array'.
14939 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
14940 (gdb-starting): Mark unused parameters.
14941 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
14942 (gdb-table-string): Remove unused variable `res'.
14943 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
14944 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
14945 (gdb-display-buffer): Remove unused variable `cur-size'.
14946
14947 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
14948 allow lexical-binding compilation.
14949 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
14950 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
14951 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
14952 Mark unused parameters.
14953 (gud-gdb-marker-filter): Remove unused variable `match'.
14954 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
14955 lambda expressions and funcall them, instead of using `fset'.
14956
14957 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
14958 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
14959
14960 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
14961 variable `header-beg'; use `let'.
14962
14963 * progmodes/icon.el (indent-icon-exp): Remove unused variables
14964 `restart', `last-sexp' and `at-do'.
14965
14966 * progmodes/js.el (js--debug): Mark unused parameter.
14967 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
14968 (js--splice-into-items): Remove unused variable `item'.
14969 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
14970
14971 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
14972 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
14973 (makefile-complete): Remove unused variable `try'.
14974 (makefile-fill-paragraph, makefile-match-function-end):
14975 Mark unused parameters.
14976
14977 * progmodes/octave-inf.el (inferior-octave-complete):
14978 Remove unused variable `proc'.
14979 (inferior-octave-output-digest): Mark unused parameter.
14980
14981 * progmodes/perl-mode.el (perl-calculate-indent):
14982 Remove unused variable `err'.
14983
14984 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
14985 (prolog-indent-line): Mark unused parameters.
14986 (prolog-indent-line): Remove unused variable `beg'.
14987
14988 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
14989 (reporter-dont-compact-list): Declare.
14990
14991 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
14992 Remove unused variable `char'.
14993 (sh-debug): Mark unused parameter.
14994 (sh-get-indent-info): Remove unused variable `start'.
14995 (sh-calculate-indent): Remove unused variable `var'.
14996
14997 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
14998 (simula-electric-keyword): Remove unused variable `null'.
14999 (simula-search-backward, simula-search-forward): Remove unused
15000 variables `begin' and `end'.
15001
15002 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15003 Remove unused variable `pos'.
15004 (vera-electric-tab, vera-comment-uncomment-region):
15005 Mark unused parameters.
15006 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15007
15008 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
15009
15010 * emacs-lisp/package.el (package--builtins, package-alist)
15011 (package-load-descriptor, package-built-in-p, package-activate)
15012 (define-package, package-installed-p)
15013 (package-compute-transaction, package-buffer-info)
15014 (package--push): Doc fix. Distinguish more clearly between
15015 version strings and version lists.
15016
15017 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
15018
15019 Lexical-binding cleanup.
15020
15021 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15022 (5x5-make-mutate-best):
15023 * play/fortune.el (fortune-in-buffer):
15024 * play/gomoku.el (gomoku-init-display):
15025 * play/solitaire.el (solitaire, solitaire-do-check):
15026 * play/tetris.el (tetris-default-update-speed-function):
15027 Mark unused parameters.
15028
15029 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15030 (bubbles--shift): Remove unused variable `char-org'.
15031 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15032 (bubbles--show-images): Remove unused variable `char'.
15033
15034 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15035 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15036 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15037 (decipher-analyze-buffer): Use ?\s.
15038 (decipher-make-checkpoint): Remove unused variable `mapping'.
15039
15040 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15041
15042 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15043 Remove unused variable `result'; use `let'.
15044
15045 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15046 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15047 (gametree-children-shown-p, gametree-compute-reduced-score):
15048 Use `ignore-errors'.
15049
15050 * play/handwrite.el (ps-lpr-switches): Declare.
15051 (handwrite): Remove unused variables `pmin' and `lastp'.
15052
15053 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15054
15055 * play/landmark.el (landmark-init-display)
15056 (landmark-update-naught-weights): Mark unused parameters.
15057 (landmark-y): Remove unused variable `noise'. Simplify.
15058 (landmark-human-plays): Remove unused variable `score'.
15059
15060 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15061 (mpuz-try-proposal): Remove unused variable `game'.
15062
15063 * play/zone.el (life-patterns): Declare.
15064
15065 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
15066
15067 * vc/vc.el (ediff-vc-internal): Declare function.
15068
15069 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15070
15071 * shell.el: Use lexical-binding and std completion UI.
15072 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15073 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15074 comint-preoutput-filter-functions rather than on
15075 comint-output-filter-functions.
15076 (shell-command-completion, shell--command-completion-data)
15077 (shell-filename-completion, shell-environment-variable-completion)
15078 (shell-c-a-p-replace-by-expanded-directory): New functions.
15079 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15080 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15081 (shell-dynamic-complete-environment-variable): Use them.
15082 (shell-dynamic-complete-as-environment-variable)
15083 (shell-dynamic-complete-as-command): Remove.
15084 (shell-match-partial-variable): Match past point.
15085 * comint.el: Clean up use of completion-at-point-functions.
15086 (comint-completion-at-point): New function.
15087 (comint-mode): Use it completion-at-point-functions.
15088 (comint-dynamic-complete): Make it obsolete.
15089 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15090 (comint-c-a-p-replace-by-expanded-history): New function.
15091 (comint-dynamic-complete-functions)
15092 (comint-replace-by-expanded-history): Use it.
15093 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15094 termination strings. Try harder to avoid second try-completion.
15095 (completion-in-region-mode-map): Disable bindings that don't work yet.
15096
15097 * comint.el: Use lexical-binding. Require CL.
15098 (comint-dynamic-complete-functions): Use comint-filename-completion.
15099 (comint-completion-addsuffix): Tweak custom type.
15100 (comint-filename-completion, comint--common-suffix)
15101 (comint--common-quoted-suffix, comint--table-subvert)
15102 (comint--complete-file-name-data): New functions.
15103 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15104 (comint-dynamic-list-filename-completions): Use them.
15105 (comint-dynamic-simple-complete): Make obsolete.
15106
15107 * minibuffer.el (completion-in-region-mode):
15108 Keep completion-in-region-mode--predicate global.
15109 (completion-in-region--postch):
15110 Assume completion-in-region-mode--predicate is not null.
15111
15112 * progmodes/flymake.el (flymake-start-syntax-check-process):
15113 Obey `dir'. Simplify.
15114
15115 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15116 we're in VC after all.
15117
15118 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15119
15120 * vc/vc.el (vc-diff-build-argument-list-internal)
15121 (vc-version-ediff, vc-ediff): New commands.
15122 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15123
15124 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15125
15126 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15127 add sanity check.
15128
15129 * obsolete/erc-hecomplete.el: Make obsolete.
15130 * obsolete/: Standardize obsolescence info in the header.
15131
15132 2011-04-20 Glenn Morris <rgm@gnu.org>
15133
15134 * calendar/solar.el (solar-horizontal-coordinates):
15135 Use the longitude argument rather than `calendar-longitude'.
15136 (solar-date-next-longitude): Remove unused locals.
15137
15138 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15139
15140 * whitespace.el: New version 13.2.1.
15141
15142 2011-04-20 felix <EmacsWiki> (tiny change)
15143
15144 * whitespace.el (global-whitespace-mode): Keep highlight when
15145 switching between major modes on a file.
15146
15147 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15148
15149 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15150 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15151 multi-line comments as well.
15152
15153 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
15154
15155 Lexical-binding cleanup.
15156
15157 * arc-mode.el (archive-mode-revert):
15158 * cmuscheme.el (scheme-interactively-start-process):
15159 * custom.el (custom-initialize-delay):
15160 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15161 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15162 * emacs-lock.el (emacs-lock-clear-sentinel):
15163 * ezimage.el (defezimage):
15164 * follow.el (follow-avoid-tail-recenter):
15165 * fringe.el (set-fringe-mode-1):
15166 * generic-x.el (bat-generic-mode-compile):
15167 * help-mode.el (help-info-variable, help-do-xref)
15168 (help-mode-revert-buffer):
15169 * help.el (view-emacs-todo):
15170 * iswitchb.el (iswitchb-completion-help):
15171 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15172 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15173 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15174 * locate.el (locate-update):
15175 * longlines.el (longlines-encode-region)
15176 (longlines-after-change-function):
15177 * outline.el (outline-isearch-open-invisible):
15178 * ps-def.el (declare-function, charset-dimension, char-width)
15179 (encode-char):
15180 * ps-mule.el (ps-mule-plot-string):
15181 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15182 (recentf-edit-list-select, recentf-edit-list-validate)
15183 (recentf-open-files-action):
15184 * rect.el (delete-whitespace-rectangle-line)
15185 (rectangle-number-line-callback):
15186 * register.el (window-configuration-to-register)
15187 (frame-configuration-to-register):
15188 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15189 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15190 (xselect-convert-to-targets, xselect-convert-to-delete)
15191 (xselect-convert-to-filename, xselect-convert-to-charpos)
15192 (xselect-convert-to-lineno, xselect-convert-to-colno)
15193 (xselect-convert-to-os, xselect-convert-to-host)
15194 (xselect-convert-to-user, xselect-convert-to-class)
15195 (xselect-convert-to-name, xselect-convert-to-integer)
15196 (xselect-convert-to-atom, xselect-convert-to-identity):
15197 * subr.el (declare, ignore, process-kill-without-query)
15198 (text-clone-maintain):
15199 * terminal.el (te-get-char, te-tic-sentinel):
15200 * tool-bar.el (tool-bar-make-keymap):
15201 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15202 * type-break.el (type-break-mode, type-break-noninteractive-query):
15203 * view.el (View-back-to-mark):
15204 * wid-browse.el (widget-browse-action, widget-browse-widget)
15205 (widget-browse-widgets, widget-browse-sexp):
15206 * widget.el (define-widget-keywords):
15207 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15208 Mark unused parameters.
15209
15210 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15211 (align-areas): Remove unused variable `look'.
15212 (align-region): Remove unused variables `real-end' and `pos-list'.
15213
15214 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15215
15216 * bindings.el (mode-line-modified, mode-line-remote):
15217 Mark unused parameters.
15218 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15219
15220 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15221 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15222
15223 * comint.el (comint-history-isearch-pop-state)
15224 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15225 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15226 (comint-substitute-in-file-name): Doc fix.
15227
15228 * completion.el (cmpl-statistics-block): Mark unused parameter.
15229 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15230 (save-completions-to-file, load-completions-from-file):
15231 Remove unused local variable `e'.
15232
15233 * composite.el (compose-chars): Remove unused variable `len'.
15234 (lgstring-insert-glyph): Remove unused variable `g'.
15235 (compose-glyph-string): Remove unused variables `ascent',
15236 `descent', `lbearing' and `rbearing'.
15237 (compose-glyph-string-relative): Remove unused variables
15238 `lbearing', `rbearing' and `wadjust'.
15239 (compose-gstring-for-graphic): Remove unused variables `header',
15240 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15241 (compose-gstring-for-terminal): Remove unused variables `header'
15242 and `nchars'. Use `let', not `let*'.
15243
15244 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15245 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15246 (Custom-buffer-done, custom-buffer-create-internal)
15247 (custom-browse-visibility-action, custom-browse-group-tag-action)
15248 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15249 (widget-magic-mouse-down-action, custom-toggle-parent)
15250 (custom-add-parent-links, custom-toggle-hide-variable)
15251 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15252 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15253 (custom-face-menu-create, custom-variable-menu-create, get)
15254 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15255 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15256 (customize-apropos): Remove unused variable `tests'.
15257 (custom-group-value-create): Remove unused variable `hidden-p'.
15258 (sort-fold-case): Declare.
15259
15260 * cus-theme.el (custom-reset-standard-faces-list)
15261 (custom-reset-standard-variables-list): Declare.
15262 (customize-create-theme, custom-theme-revert, custom-theme-write)
15263 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15264 Mark unused parameters.
15265
15266 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15267
15268 * delim-col.el (delimit-columns-max): Move defvar before first use.
15269
15270 * descr-text.el (describe-char-categories): Don't quote `lambda'.
15271 (describe-char): Don't quote `lambda'. Mark unused parameter.
15272
15273 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15274 (auto-insert): Declare.
15275 (desktop-restore-file-buffer): Rename desktop-* parameters;
15276 mark unused ones.
15277 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15278 (desktop-buffer): Rename desktop-* parameters.
15279
15280 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15281 (dframe-reposition-frame-xemacs, dframe-help-echo)
15282 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15283 Mark unused parameters.
15284
15285 * dired-aux.el (backup-extract-version-start, overwrite-query)
15286 (overwrite-backup-query, rename-regexp-query)
15287 (rename-non-directory-query): Declare.
15288 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15289 (dired-add-entry): Remove unused variable `orig-file-name'.
15290 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15291 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15292 `dired-copy-preserve-time' directly.
15293 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15294 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15295
15296 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15297 (dired-virtual-revert, dired-make-relative-symlink):
15298 Mark unused parameters.
15299 (manual-program): Declare.
15300 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15301 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15302 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15303
15304 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15305
15306 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15307
15308 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15309 Declare.
15310
15311 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15312
15313 * electric.el (Electric-command-loop): Rename parameter
15314 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15315
15316 * expand.el (expand-in-literal): Remove unused variable `here'.
15317
15318 * facemenu.el (facemenu-add-new-color):
15319 Remove unused variable `docstring'.
15320
15321 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15322 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15323 (face-attr-construct): Mark unused parameter. Doc fix.
15324 (read-color): Remove unused variable `hex-string'.
15325
15326 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15327 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15328 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15329 (display-buffer-other-frame): Remove unused variable `old-window'.
15330 (kill-buffer-hook): Declare.
15331 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15332 Mark unused parameters.
15333 (after-find-file): Pass 1 to `auto-save-mode', not t.
15334
15335 * files-x.el (auto-insert): Declare.
15336 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15337
15338 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
15339 variable `buf'. Mark unused parameter.
15340 (find-lisp-insert-directory): Mark unused parameter.
15341
15342 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15343 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15344 (format-common-tail): Remove, unused.
15345 (format-deannotate-region): Remove unused variable `loc'.
15346 (format-annotate-region): Remove unused variable `p'.
15347 (format-annotate-single-property-change): Remove unused variables
15348 `default' and `tail'.
15349
15350 * forms.el (read-file-filter): Declare.
15351 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15352
15353 * frame.el (frame-creation-function-alist): Mark unused parameter.
15354 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15355
15356 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15357 Remove unused parameters.
15358 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15359 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15360
15361 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15362 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15363 (hfy-prepare-tag-map): Mark unused parameters.
15364 (htmlfontify-buffer): Use `called-interactively-p'.
15365
15366 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15367 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15368 (ibuffer-do-occur): Mark unused parameters.
15369 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15370 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15371
15372 * ibuffer.el: Don't quote `lambda'.
15373 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15374 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15375 Mark unused parameters.
15376
15377 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15378 (ido-completing-read): Mark unused parameters.
15379 (ido-copy-current-word): Mark unused parameters;
15380 remove unused variable `name'.
15381 (ido-sort-merged-list): Remove unused parameter `dirs'.
15382
15383 * ielm.el (ielm-input-sender): Mark unused parameter.
15384 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15385 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15386 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15387 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15388 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15389
15390 * image-dired.el (image-dired-display-thumbs): Remove unused
15391 variables `curr-file' and `count'.
15392 (image-dired-remove-tag): Remove unused variable `start'.
15393 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15394 variable `curr-file'
15395 (image-dired-rotate-original): Remove unused variable `temp-file'.
15396 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15397 Remove unused variable `file'.
15398 (image-dired-gallery-generate): Remove unused variable `curr'.
15399 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15400
15401 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15402
15403 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15404
15405 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15406
15407 * isearch.el (minibuffer-history-symbol): Declare.
15408 (isearch-edit-string): Remove unused variable `err'.
15409 (isearch-message-prefix, isearch-message-suffix):
15410 Mark unused parameters.
15411
15412 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15413
15414 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15415
15416 * makesum.el (double-column): Remove unused variable `cnt'.
15417
15418 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15419 (ido-ignore-item-temp-list): Declare.
15420
15421 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15422 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15423 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15424 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15425 `mouse-col-delta'.
15426
15427 * mouse-sel.el (mouse-extend-internal):
15428 Remove unused variable `orig-window-frame'.
15429
15430 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15431 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15432 Move declarations before first use.
15433 (pcomplete-opt): Mark unused parameters; doc fix.
15434
15435 * proced.el (proced-revert): Mark unused parameter.
15436 (proced-send-signal): Remove unused variable `err'.
15437
15438 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15439 Rename parameter PREFIX-ARG to ARG.
15440 (ps-basic-plot-string, ps-basic-plot-whitespace):
15441 Mark unused parameters.
15442
15443 * replace.el (replace-count): Define.
15444 (occur-revert-function): Mark unused parameters.
15445 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15446 (isearch-case-fold-search, isearch-string): Declare.
15447 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15448 bind `case-fold-search'. Remove unused variables `beg' and `end',
15449 and simplify.
15450 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15451 COUNT and bind `replace-count'.
15452 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15453 to COUNT.
15454
15455 * savehist.el (print-readably, print-string-length): Declare.
15456
15457 * shadowfile.el (shadow-expand-cluster-in-file-name):
15458 Remove unused variable `cluster'.
15459 (shadow-copy-file): Remove unused variable `i'.
15460 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15461 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15462 (shadow-define-literal-group, shadow-define-regexp-group)
15463 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15464
15465 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15466 (shell): Use `called-interactively-p'.
15467 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15468
15469 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15470 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15471 (delete-backward-char): Remove unused variable `ocol'.
15472 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15473 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15474 (event-apply-hyper-modifier, event-apply-shift-modifier)
15475 (event-apply-control-modifier, event-apply-meta-modifier):
15476 Mark unused parameters.
15477 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15478 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15479
15480 * speedbar.el (speedbar-ignored-directory-expressions)
15481 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15482 (speedbar-find-file, speedbar-dir-follow)
15483 (speedbar-directory-buttons-follow, speedbar-tag-find)
15484 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15485 (speedbar-buffers-line-directory, speedbar-buffer-click):
15486 Mark unused parameters.
15487 (speedbar-tag-file): Remove unused variable `mode'.
15488 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15489
15490 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15491
15492 * talk.el (talk): Remove unused variable `display'.
15493
15494 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15495 (tar-write-region-annotate): Mark unused parameter.
15496
15497 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15498 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15499 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15500 warning by another.
15501
15502 * time-stamp.el (time-stamp-string-preprocess):
15503 Remove unused variable `require-padding'.
15504
15505 * tree-widget.el (widget-glyph-enable): Declare.
15506 (tree-widget-action): Mark unused parameter.
15507
15508 * w32-fns.el (x-get-selection): Mark unused parameter.
15509 (autoload-make-program, generated-autoload-file): Declare.
15510
15511 * wdired.el (wdired-revert): Mark unused parameters.
15512 (wdired-xcase-word): Remove unused variable `err'.
15513
15514 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15515 (whitespace-help-scroll): Remove unused variable `data-help'.
15516
15517 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15518 (widget-image-insert, widget-after-change, default)
15519 (widget-default-format-handler, widget-default-notify)
15520 (widget-default-prompt-value, widget-info-link-action)
15521 (widget-url-link-action, widget-function-link-action)
15522 (widget-variable-link-action, widget-file-link-action)
15523 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15524 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15525 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15526 (widget-insert-button-action, widget-delete-button-action, visibility)
15527 (widget-documentation-link-action, widget-documentation-string-action)
15528 (widget-const-prompt-value, widget-regexp-match, symbol)
15529 (widget-coding-system-prompt-value)
15530 (widget-key-sequence-value-to-external, sexp)
15531 (widget-sexp-value-to-internal, character, vector, cons)
15532 (widget-choice-prompt-value, widget-boolean-prompt-value)
15533 (widget-color--choose-action): Mark unused parameters.
15534 (widget-item-match-inline, widget-choice-match-inline)
15535 (widget-checklist-match, widget-checklist-match-inline)
15536 (widget-group-match): Rename parameter VALUES to VALS.
15537 (widget-field-value-set): Remove unused variable `size'.
15538 (widget-color-action): Remove unused variables `value' and `start'.
15539
15540 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
15541 variable `dir'. Doc fix.
15542 (windmove-find-other-window): Don't pass it.
15543
15544 * window.el (count-windows): Mark unused parameter.
15545 (bw-adjust-window): Remove unused variable `err'.
15546
15547 * woman.el (woman-file-name): Remove unused variable `default'.
15548 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15549 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15550 (global-font-lock-mode): Declare.
15551 (woman-decode-region): Mark unused parameter.
15552 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15553
15554 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15555 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15556 (x-dnd-handle-moz-url): Remove unused variable `title'.
15557 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15558
15559 * xml.el (xml-parse-tag, xml-parse-attlist):
15560 Remove unused variable `pos'.
15561
15562 2011-04-19 Glenn Morris <rgm@gnu.org>
15563
15564 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15565 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15566 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15567 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15568 * calendar/cal-html.el (cal-html-insert-minical):
15569 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15570 (calendar-mark-date-pattern):
15571 Prefix "unused" locals.
15572
15573 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15574 optional argument `style'.
15575
15576 * calendar/appt.el (appt-make-list):
15577 * calendar/cal-china.el (calendar-chinese-date-string):
15578 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15579 (diary-hebrew-yahrzeit):
15580 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
15581 * calendar/calendar.el (calendar-generate-window):
15582 * calendar/time-date.el (time-to-days):
15583 Remove unused local variables.
15584
15585 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
15586
15587 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
15588 glyphless-char-display table.
15589 (tabulated-list-glyphless-char-display): New var.
15590
15591 2011-04-18 Sam Steingold <sds@gnu.org>
15592
15593 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
15594 to acknowledgments.
15595
15596 2011-04-17 Glenn Morris <rgm@gnu.org>
15597
15598 * calendar/diary-lib.el (diary-sexp-entry):
15599 * calendar/holidays.el (holiday-sexp):
15600 Set debug-on-error rather than the removed stack-trace-on-error.
15601
15602 2011-04-16 Glenn Morris <rgm@gnu.org>
15603
15604 * progmodes/f90.el: Use lexical-binding.
15605 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
15606
15607 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15608
15609 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
15610 (mail-mode): Setup mailalias completion here instead.
15611 * mail/mailalias.el: Use lexical-binding.
15612 (pattern, mailalias-done): Declare dynamic.
15613 (mail-completion-at-point-function): New function, from mail-complete.
15614 (mail-complete): Use it.
15615 (mail-completion-expand): New function.
15616 (mail-get-names): Use it.
15617 (mail-directory, mail-directory-process, mail-directory-stream):
15618 Don't use `pattern' for lexically bound arg.
15619
15620 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
15621
15622 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
15623 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
15624 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
15625
15626 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
15627 (byte-save-window-excursion, byte-temp-output-buffer-setup)
15628 (byte-interactive-p): Define them again, for use when inlining
15629 old code.
15630
15631 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
15632
15633 * loadup.el: Use `string-to-number', not `string-to-int'.
15634
15635 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
15638 gud-gdb-complete-command.
15639 (gud-gdb-completions): New function, from gud-gdb-complete-command.
15640 (gud-gdb-completion-at-point): New function.
15641 (gud-gdb-completions): Remove.
15642
15643 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
15644
15645 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
15646 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
15647 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
15648 whether `executable-find' is bound.
15649
15650 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
15651
15652 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15653
15654 * minibuffer.el (completion-in-region-mode-predicate)
15655 (completion-in-region-mode--predicate): New vars.
15656 (completion-in-region, completion-in-region--postch)
15657 (completion-in-region-mode): Use them.
15658 (completion--capf-wrapper): Also return the hook function.
15659 (completion-at-point, completion-help-at-point):
15660 Adjust and provide a predicate.
15661
15662 Preserve arg names for advice of subr and lexical functions (bug#8457).
15663 * help-fns.el (help-function-arglist): Consolidate the subr and
15664 new-byte-code cases. Add argument `preserve-names' to extract names
15665 from the docstring when needed.
15666 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
15667 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
15668 (ad-arglist): Use help-function-arglist's new arg.
15669 (ad-definition-type): Use cond.
15670
15671 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
15672
15673 * autorevert.el (auto-revert-handler):
15674 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
15675 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
15676 Don't quote lambda.
15677
15678 * image-mode.el (image-transform-set-scale):
15679 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
15680
15681 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
15682
15683 * net/network-stream.el (network-stream-open-starttls): Only do
15684 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
15685 Upgrades via gnutls-cli are too slow to be done opportunistically.
15686
15687 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
15688
15689 * dframe.el (dframe-current-frame): Remove spurious quote.
15690
15691 2011-04-12 Glenn Morris <rgm@gnu.org>
15692
15693 * calendar/cal-tex.el (cal-tex-end-document):
15694 Try to automatically use latin1 input if needed.
15695
15696 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
15697 Don't try to cons a mark onto an empty element.
15698
15699 2011-04-11 Leo Liu <sdl.web@gmail.com>
15700
15701 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
15702 buffers.
15703 (ido-kill-buffer-at-head): Support killing virtual buffers.
15704
15705 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
15706
15707 * minibuffer.el (completion-show-inline-help): New var.
15708 (completion--do-completion, minibuffer-complete)
15709 (minibuffer-force-complete, minibuffer-complete-word):
15710 Inhibit minibuffer messages if completion-show-inline-help is nil.
15711
15712 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
15713 to avoid interference from inline help (Bug#5849).
15714
15715 2011-04-10 Leo Liu <sdl.web@gmail.com>
15716
15717 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
15718 Fix typo.
15719
15720 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
15721
15722 * image-mode.el (image-toggle-display-image): Signal an error if
15723 not in Image mode.
15724 (image-transform-mode, image-transform-resize)
15725 (image-transform-set-rotation): Doc fix.
15726 (image-transform-set-resize): Delete.
15727 (image-transform-set-scale, image-transform-fit-to-height)
15728 (image-transform-fit-to-width): Handle image-toggle-display-image
15729 and image-transform-resize directly.
15730
15731 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
15732
15733 * doc-view.el (doc-view-fit-width-to-window)
15734 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
15735 New functions for fitting the shown image to the Emacs window size.
15736 (doc-view-mode-map): Add bindings for the new functions.
15737
15738 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
15739
15740 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
15741 Fix typo in docstring.
15742
15743 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15744
15745 * files.el (file-size-human-readable): Produce one digit after
15746 decimal, like "ls -lh" does.
15747
15748 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
15749 the file size representation.
15750
15751 * simple.el (list-processes): If async subprocesses are not
15752 available, error out with a clear error message.
15753
15754 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
15755
15756 * help.el (help-form-show): New function, to be called from C.
15757 Put help-form output in a buffer named differently than *Help*.
15758
15759 2011-04-08 Eli Zaretskii <eliz@gnu.org>
15760
15761 * files.el (file-size-human-readable): New function.
15762
15763 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
15764 computing the representation inline. Don't require `cl'.
15765
15766 2011-04-08 Glenn Morris <rgm@gnu.org>
15767
15768 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
15769
15770 * net/browse-url.el (browse-url-firefox):
15771 Test system-type, not system-configuration.
15772
15773 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
15774 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
15775 Use log-edit-empty-buffer-p. (Bug#7598)
15776
15777 * net/rlogin.el (rlogin-process-connection-type): Simplify.
15778 (rlogin-mode-map): Initialize in the defvar.
15779 (rlogin): Use ignore-errors.
15780
15781 * replace.el (occur-mode-map): Some fixes for menu items.
15782
15783 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15784
15785 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
15786
15787 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15788
15789 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
15790 issuing unused warnings.
15791
15792 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
15793 macro directly.
15794
15795 * simple.el: Lisp reimplement of list-processes. Based on an
15796 earlier reimplementation by Leo Liu, but using tabulated-list.el.
15797 (process-menu-mode): New major mode.
15798 (list-processes--refresh, list-processes):
15799 (process-menu-visit-buffer): New functions.
15800
15801 * files.el (save-buffers-kill-emacs): Don't assume any return
15802 value of list-processes, which is undocumented anyway.
15803
15804 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
15805
15806 * emacs-lisp/tabulated-list.el: New file.
15807
15808 * emacs-lisp/package.el: Use Tabulated List mode.
15809 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
15810 (package-menu-mode): Derive from tabulated-list-mode. Set up the
15811 table format using Tabulated List mode variables.
15812 (package--push): New macro, replacing package-list-maybe-add.
15813 (package-menu--generate): Use package--push. Renamed from
15814 package--generate-package-list.
15815 (package-menu-refresh, list-packages): Use it.
15816 (package-menu--print-info): Rename from package-print-package.
15817 Return insertion data instead of inserting it directly.
15818 (package-menu-describe-package, package-menu-execute):
15819 Use tabulated-list-get-id.
15820 (package-menu-mark-delete, package-menu-mark-install)
15821 (package-menu-mark-unmark, package-menu-backup-unmark)
15822 (package-menu-mark-obsolete-for-deletion):
15823 Use tabulated-list-put-tag.
15824 (package--list-packages, package-menu-revert)
15825 (package-menu-get-package, package-menu-get-version)
15826 (package-menu-sort-by-column): Functions deleted.
15827 (package-menu-package-list, package-menu-sort-key): Vars deleted.
15828 (package-menu--status-predicate, package-menu--version-predicate)
15829 (package-menu--name-predicate)
15830 (package-menu--description-predicate): Handle arguments in the
15831 Tabulated List format.
15832 (package-list-packages-no-fetch): Call list-packages.
15833
15834 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
15835
15836 * files.el (after-find-file-from-revert-buffer): Remove variable.
15837 (after-find-file): Don't bind it.
15838 (revert-buffer-in-progress-p): New variable.
15839 (revert-buffer): Bind it.
15840 Pass nil for `after-find-file-from-revert-buffer'.
15841
15842 * saveplace.el (save-place-find-file-hook): Use new variable
15843 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
15844
15845 2011-04-06 Glenn Morris <rgm@gnu.org>
15846
15847 * Makefile.in (AUTOGEN_VCS): New variable.
15848 (autoloads): Use $AUTOGEN_VCS.
15849
15850 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
15851 * calendar/calendar.el (calendar-mode-map):
15852 Check for toolkit scroll bars. (Bug#8305)
15853
15854 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15855
15856 * minibuffer.el (completion-in-region--postch)
15857 (completion-in-region-mode): Remove unnecessary messages.
15858
15859 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
15860
15861 * font-lock.el (font-lock-refresh-defaults):
15862 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
15863 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
15864
15865 * info.el (Info-directory-list, Info-read-node-name-2)
15866 (Info-split-parameter-string): Doc fixes.
15867 (Info-virtual-nodes): Reflow docstring.
15868 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
15869 (Info-apropos-toc-nodes, info-finder, Info-get-token)
15870 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
15871 Fix typos in docstrings.
15872 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
15873 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
15874 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
15875 (Info-restore-desktop-buffer): Mark unused parameters.
15876 (Info-directory-find-file, Info-directory-find-node)
15877 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
15878 (Info-virtual-index-find-node, Info-apropos-find-file)
15879 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
15880 Mark unused parameters; fix typos in docstrings.
15881 (Info-virtual-index): Remove unused local variable `nodename'.
15882
15883 2011-04-05 Deniz Dogan <deniz@dogan.se>
15884
15885 * net/rcirc.el: Update my e-mail address.
15886 (rcirc-mode-map): Remove M-o binding.
15887
15888 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
15889
15890 * startup.el (command-line): Save the cursor's theme-face
15891 directly, instead of using face-override-spec.
15892
15893 * custom.el (load-theme): Minor optimization in assigning faces.
15894
15895 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15896
15897 * help-fns.el (describe-variable): Complete all variables having
15898 documentation, including keywords.
15899 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
15900
15901 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
15902
15903 Convert to lexical-binding.
15904
15905 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
15906 (bs--get-marked-string, bs--get-modified-string)
15907 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
15908 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
15909 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
15910
15911 * ehelp.el (electric-help-execute-extended)
15912 (electric-help-ctrl-x-prefix):
15913 * hexl.el (hexl-revert-buffer-function):
15914 * linum.el (linum-after-change, linum-after-scroll):
15915 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
15916
15917 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
15918
15919 2011-04-04 Daiki Ueno <ueno@unixuser.org>
15920
15921 * epa-dired.el:
15922 * epa-mail.el:
15923 * epa-hook.el:
15924 * epa-file.el:
15925 * epa.el:
15926 * epg.el: Use lexical binding.
15927
15928 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
15929
15930 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
15931
15932 * textmodes/flyspell.el (flyspell-word): Recognize default
15933 dictionary case for flyspell-mark-duplications-exceptions.
15934 Use regexp matching for languages.
15935 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
15936 default dictionary (Bug#7926).
15937
15938 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
15939
15940 * emacs-lisp/package.el (package--with-work-buffer):
15941 Recognize https URLs.
15942
15943 * net/network-stream.el: Move from gnus/proto-stream.el.
15944 Change prefix to network-stream throughout.
15945 (open-protocol-stream): Merge into open-network-stream, leaving
15946 open-protocol-stream as an alias. Handle nil BUFFER args.
15947
15948 * subr.el (open-network-stream): Move to net/network-stream.el.
15949
15950 2011-04-02 Glenn Morris <rgm@gnu.org>
15951
15952 * find-dired.el (find-exec-terminator): New option.
15953 (find-ls-option): Test for -ls support.
15954 (find-ls-subdir-switches): Test for -b in find-ls-option.
15955 (find-dired, find-grep-dired): Doc fixes.
15956 (find-dired): Use find-exec-terminator.
15957
15958 * find-dired.el (find-ls-option, find-ls-subdir-switches)
15959 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
15960 (find-name-arg): Remove purecopy.
15961
15962 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
15963 (grep-compute-defaults): Check for `-exec COMMAND +' support.
15964 Set grep-find-use-xargs, grep-find-command, and grep-find-template
15965 accordingly. Don't add the null-device if not needed.
15966
15967 * files.el (save-some-buffers): Doc fix.
15968
15969 2011-04-02 Eli Zaretskii <eliz@gnu.org>
15970
15971 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
15972
15973 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
15974
15975 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
15976 Use `dolist' rather than `mapcar'.
15977
15978 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15979
15980 Add lexical binding.
15981
15982 * subr.el (apply-partially): Use new closures rather than CL.
15983 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
15984 (dolist, dotimes): Use slightly different expansion for lexical code.
15985 (functionp): Move to C.
15986 (letrec): New macro.
15987 (with-wrapper-hook): Use it and apply-partially instead of CL.
15988 (eval-after-load): Preserve lexical-binding.
15989 (save-window-excursion, with-output-to-temp-buffer): Turn them
15990 into macros.
15991
15992 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
15993
15994 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
15995 than the arglist.
15996 (help-add-fundoc-usage): Don't add `Not documented'.
15997 (help-function-arglist): Handle closures, subroutines, and new
15998 byte-code-functions.
15999 (help-make-usage): Remove leading underscores.
16000 (describe-function-1): Handle closures.
16001 (describe-variable): Use special-variable-p for completion.
16002
16003 * files.el (lexical-binding): Declare safe.
16004
16005 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16006 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16007 (pcase): Add `let' pattern.
16008 Change memoization so it actually works.
16009 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16010 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16011 <let>: New case.
16012
16013 * emacs-lisp/macroexp.el: Use lexical binding.
16014 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16015 Don't convert ' to #' without checking that it's indeed quoting
16016 a lambda.
16017
16018 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
16019 Use eval-sexp-add-defvars.
16020 (eval-sexp-add-defvars): New fun.
16021
16022 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16023
16024 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16025 Don't autoload.
16026 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16027 than the internal `byte-compile-lambda'.
16028 (defmethod): Don't hide code under quotes.
16029 (eieio-defmethod): New `code' argument.
16030
16031 * emacs-lisp/eieio-comp.el: Remove.
16032
16033 * emacs-lisp/edebug.el (edebug-eval-defun)
16034 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16035 (edebug-toggle): Avoid `eval'.
16036
16037 * emacs-lisp/disass.el (disassemble-internal): Handle new
16038 `closure' objects.
16039 (disassemble-1): Handle new byte codes.
16040
16041 * emacs-lisp/cl.el (pushnew): Silence warning.
16042
16043 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16044 (cl-byte-compile-throw): Remove.
16045 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16046
16047 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16048 closures.
16049
16050 * emacs-lisp/cconv.el: New file.
16051
16052 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16053 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16054 (byte-compile-initial-macro-environment):
16055 Handle declare-function here.
16056 (byte-compile--lexical-environment): New var.
16057 (byte-stack-ref, byte-stack-set, byte-discardN)
16058 (byte-discardN-preserve-tos): New lap codes.
16059 (byte-interactive-p): Don't use any more.
16060 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16061 New macros.
16062 (byte-compile-lapcode): Use them and handle new lap codes.
16063 (byte-compile-obsolete): Remove.
16064 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16065 (byte-compile-arglist-warn): Check late def of inlinable funs.
16066 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16067 since they should have been expanded by now.
16068 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16069 (byte-compile-from-buffer): Remove unused second arg.
16070 (byte-compile-preprocess): New function.
16071 (byte-compile-toplevel-file-form): New function to distinguish
16072 file-form calls from outside from file-form calls from hunk-handlers.
16073 (byte-compile-file-form): Simplify.
16074 (byte-compile-file-form-defsubst): Remove.
16075 (byte-compile-file-form-defmumble): Simplify now that
16076 byte-compile-lambda always returns a byte-code-function.
16077 (byte-compile): Preprocess.
16078 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16079 Remove, not used any more.
16080 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16081 (byte-compile-make-args-desc): New funs.
16082 (byte-compile-lambda): Handle lexical functions. Always return
16083 a byte-code-function.
16084 (byte-compile-reserved-constants): New var, to make up room for
16085 closed-over variables.
16086 (byte-compile-constants-vector): Obey it.
16087 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16088 (byte-compile-macroexpand-declare-function): New function.
16089 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16090 byte-code-functions.
16091 (byte-compile-form): Check obsolescence here.
16092 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16093 (byte-compile-variable-ref): Remove.
16094 (byte-compile-dynamic-variable-op): New fun.
16095 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16096 (byte-compile-variable-set): New funs.
16097 (byte-compile-discard): Add 2 args.
16098 (byte-compile-stack-ref, byte-compile-stack-set)
16099 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16100 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16101 macroexpand-all instead.
16102 (byte-compile-quote-form): Remove.
16103 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16104 (byte-compile-bind, byte-compile-unbind): New funs.
16105 (byte-compile-let): Handle let* and lexical binding.
16106 (byte-compile-let*): Remove.
16107 (byte-compile-catch, byte-compile-unwind-protect)
16108 (byte-compile-track-mouse, byte-compile-condition-case):
16109 Handle a new :fun-body form, used for lexical scoping.
16110 (byte-compile-save-window-excursion)
16111 (byte-compile-with-output-to-temp-buffer): Remove.
16112 (byte-compile-defun): Simplify.
16113 (byte-compile-stack-adjustment): New fun.
16114 (byte-compile-out): Use it.
16115 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16116
16117 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16118 handler any more.
16119
16120 * emacs-lisp/byte-opt.el: Use lexical binding.
16121 (byte-inline-lapcode): Remove (to bytecomp).
16122 (byte-compile-inline-expand): Pay attention to inlining to/from
16123 lexically bound code.
16124 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16125 any more.
16126 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16127 any more and don't call compiler-macros.
16128 (byte-compile-splice-in-already-compiled-code): Remove.
16129 (byte-code): Don't inline any more.
16130 (disassemble-offset): Receive `bytes' as argument rather than via
16131 dynamic scoping.
16132 (byte-compile-tag-number): Declare before first use.
16133 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16134 `return' even if make-spliceable.
16135 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16136 obsolete interactive-p.
16137 (byte-optimize-lapcode): Optimize new lap-codes.
16138 Don't trip up on new form of `byte-constant' lap code.
16139
16140 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16141
16142 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16143
16144 * custom.el (custom-initialize-default, custom-declare-variable):
16145 Use `defvar'.
16146
16147 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16148 New variables.
16149 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16150 (COMPILE_FIRST): Add macroexp and cconv.
16151 * makefile.w32-in: Mirror changes in Makefile.in.
16152
16153 * vc/cvs-status.el:
16154 * vc/diff-mode.el:
16155 * vc/log-edit.el:
16156 * vc/log-view.el:
16157 * vc/smerge-mode.el:
16158 * textmodes/bibtex-style.el:
16159 * textmodes/css-mode.el:
16160 * startup.el:
16161 * uniquify.el:
16162 * minibuffer.el:
16163 * newcomment.el:
16164 * reveal.el:
16165 * server.el:
16166 * mpc.el:
16167 * emacs-lisp/smie.el:
16168 * doc-view.el:
16169 * dired.el:
16170 * abbrev.el: Use lexical binding.
16171
16172 2011-04-01 Eli Zaretskii <eliz@gnu.org>
16173
16174 * info.el (info-display-manual): New function.
16175
16176 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16177
16178 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16179
16180 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16181
16182 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
16183 an entry for that server in rcirc-authinfo. (Bug#8385)
16184
16185 2011-03-31 Glenn Morris <rgm@gnu.org>
16186
16187 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16188
16189 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16190
16191 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16192
16193 * progmodes/python.el (python-default-interpreter)
16194 (python-python-command-args, python-jython-command-args)
16195 (python-which-shell, python-which-args, python-which-bufname)
16196 (python-file-queue, python-comint-output-filter-function)
16197 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16198 variables and functions.
16199
16200 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16203 (completion-in-region-mode): New minor mode.
16204 (completion-in-region): Use it.
16205 (completion-in-region--data, completion-in-region-mode-map): New vars.
16206 (completion-in-region--postch): New function.
16207 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16208 New vars.
16209 (completion--capf-wrapper): New function.
16210 (completion-at-point): Use it to track well-behavedness of
16211 hook functions.
16212 (completion-help-at-point): New command.
16213
16214 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16215
16216 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16217 syntax class to search for whitespace on a single line
16218 (Message-ID: <4D938140.4030905@redhat.com>).
16219
16220 2011-03-30 Leo Liu <sdl.web@gmail.com>
16221
16222 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16223 New commands.
16224 (edit-abbrevs-map): Bind them here.
16225 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16226
16227 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16228
16229 * allout.el (allout-hide-by-annotation, allout-flag-region):
16230 Reduce possibility of overlay leakage by making them volatile.
16231
16232 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16233 hash is not shared between buffers. Mode initialization is
16234 responsible for giving it a useful starting value.
16235 (allout-item-span): Reduce possibility of overlay leakage by
16236 making them volatile.
16237 (allout-widgets-count-buttons-in-region): Add diagnostic function
16238 for tracking down button overlay leaks.
16239
16240 2011-03-29 Leo Liu <sdl.web@gmail.com>
16241
16242 * ido.el (ido-read-internal): Use the default history var
16243 minibuffer-history if no HISTORY is specified.
16244
16245 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16246
16247 * net/imap.el (imap-shell-open, imap-process-connection-type):
16248 Use imap-process-connection-type for 'shell' streams as well as
16249 Kerberos, SSL, other subprocesses.
16250
16251 2011-03-28 Leo Liu <sdl.web@gmail.com>
16252
16253 * abbrev.el (abbrev-table-empty-p): New function.
16254 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16255 nonempty ones. (Bug#5937)
16256
16257 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16258
16259 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16260
16261 2011-03-27 Leo Liu <sdl.web@gmail.com>
16262
16263 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16264 for foreground and background colors.
16265 (ansi-color-make-color-map): Adapt.
16266
16267 2011-03-25 Leo Liu <sdl.web@gmail.com>
16268
16269 * midnight.el (midnight-time-float): Remove. Note it calculates
16270 the microsecond component incorrectly and seconds-to-time does the
16271 same job.
16272 Remove redundant (require 'timer).
16273
16274 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16275 (ido-completions): Remove unused arguments. (Bug#8329)
16276
16277 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16278
16279 * minibuffer.el (completion--flush-all-sorted-completions):
16280 Remove itself from hook.
16281 (completion-at-point): Let the functions perform the completion
16282 immediately and return nil or t.
16283 * comint.el (comint-dynamic-complete-functions): Now identical to
16284 completion-at-point-functions.
16285 (comint-dynamic-list-input-ring): Remove unused var `index'.
16286 (comint--match-partial-filename, comint--unquote&expand-filename):
16287 New funs, split from comint-match-partial-filename.
16288 (comint-dynamic-complete): Use completion-at-point.
16289 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16290
16291 2011-03-24 Drew Adams <drew.adams@oracle.com>
16292
16293 * thingatpt.el: Support `defun'.
16294
16295 2011-03-23 Leo Liu <sdl.web@gmail.com>
16296
16297 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16298
16299 * help-mode.el (help-mode-finish): Tweak regexp.
16300
16301 2011-03-23 Glenn Morris <rgm@gnu.org>
16302
16303 * eshell/esh-opt.el (eshell-eval-using-options):
16304 Do not bind unused local variable `eshell-option-stub'.
16305
16306 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16307
16308 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16311 keymap variable in `with-no-warnings' to avoid a warning when the
16312 keymap has been already `defconst'ed.
16313
16314 2011-03-22 Leo Liu <sdl.web@gmail.com>
16315
16316 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16317 encode all chars in abbrevs; otherwise use emacs-mule or
16318 utf-8-emacs. (Bug#8308)
16319
16320 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
16321
16322 * simple.el (backward-delete-char-untabify):
16323 Avoid warning about using `delete-backward-char'.
16324
16325 * image.el (image-type-file-name-regexps): Make it variable.
16326 `imagemagick-register-types' modifies it, and the user may want
16327 to add new extensions for known image types.
16328 (imagemagick-register-types): Throw error if not using ImageMagick.
16329
16330 2011-03-22 Leo Liu <sdl.web@gmail.com>
16331
16332 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16333 located before rcirc-prompt-end-marker.
16334 (rcirc-complete): Error if point is not after rcirc prompt.
16335 Handle the case when table is nil.
16336 (rcirc-user-authenticated): Define to fix compiler warning.
16337
16338 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
16339
16340 * custom.el (custom--inhibit-theme-enable): Make it affect only
16341 custom-theme-set-variables and custom-theme-set-faces.
16342 (provide-theme): Ignore custom--inhibit-theme-enable.
16343 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16344 (custom-enabling-themes): Delete variable.
16345 (enable-theme): Accept only loaded themes as arguments.
16346 Ignore the special custom-enabled-themes variable.
16347 (custom-enabled-themes): Forbid themes from setting this.
16348 Eliminate use of custom-enabling-themes.
16349 (custom-push-theme): Quote "changed" custom var entry.
16350
16351 2011-03-21 Leo Liu <sdl.web@gmail.com>
16352
16353 * ido.el (ido-read-internal): Add ido-selected to history instead
16354 of user input.
16355
16356 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * subr.el (deferred-action-list, deferred-action-function):
16359 Mark obsolete.
16360
16361 2011-03-21 Leo Liu <sdl.web@gmail.com>
16362
16363 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16364 change on 2011-02-13 (bug#8309).
16365
16366 * minibuffer.el (read-file-name-function): Change default value.
16367 (read-file-name--defaults): Rename from read-file-name-defaults.
16368 (read-file-name-default): Rename from read-file-name.
16369 (read-file-name): Call read-file-name-function.
16370
16371 2011-03-21 Glenn Morris <rgm@gnu.org>
16372
16373 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16374 Doc fixes.
16375
16376 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
16377
16378 * cus-theme.el: Add missing provide statement.
16379 (customize-create-theme): Extract theme value correctly.
16380 (custom-theme-visit-theme): Autoload.
16381 (customize-create-theme): Prompt before inserting default faces.
16382
16383 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16384
16385 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16386 units and musical notes.
16387
16388 2011-03-20 Leo Liu <sdl.web@gmail.com>
16389
16390 * ido.el (ido-read-internal): Use completing-read-default.
16391 (ido-completing-read): Fix compatibility with completing-read.
16392
16393 2011-03-20 Christian Ohler <ohler@gnu.org>
16394
16395 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16396 (ert-delete-all-tests): Use `called-interactively-p' rather than
16397 `interactive-p'.
16398 (ert--make-xrefs-region): Respect END.
16399
16400 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16401
16402 * dired-aux.el (dired-create-directory): Signal an error if the
16403 directory already exists (Bug#8246).
16404
16405 * facemenu.el (list-colors-display): Call list-faces-display
16406 inside with-help-window.
16407 (list-colors-print): Use display property to align the final
16408 column, instead of checking window-width.
16409
16410 2011-03-19 Eli Zaretskii <eliz@gnu.org>
16411
16412 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
16413 windows-nt systems.
16414 (emerge-protect-metachars): Quote correctly for ms-dos and
16415 windows-nt systems.
16416
16417 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
16418
16419 * info.el (info-initialize): Replace all uses of `:' with
16420 path-separator for compatibility with non-Unix systems.
16421 Cache quoting of path-separator. (Bug#8258)
16422
16423 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
16424
16425 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16426 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16427 (mouse-avoidance-mode): Fix typos in docstrings.
16428
16429 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
16430
16431 * startup.el (package-subdirectory-regexp): Move from package.el.
16432 Omit \\` and \\', and let callers add them.
16433
16434 * emacs-lisp/package.el (package-strip-version)
16435 (package-load-all-descriptors): Add \\` and \\' to
16436 package-subdirectory-regexp before using it.
16437 (package-untar-buffer): New arg DIR; ensure that file untars only
16438 into this expected directory. Remove superfluous delete-region.
16439 (package-unpack): Caller changed.
16440 (package-tar-file-info): Use package-subdirectory-regexp.
16441
16442 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16443
16444 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16445 diff-mode-shared-map (bug#8284).
16446 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
16447
16448 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16449
16450 * calendar/time-date.el (format-seconds): Use assoc instead of
16451 assoc-string, since assoc-string doesn't exist in XEmacs.
16452
16453 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
16454
16455 * custom.el (custom-known-themes): Reflow docstring.
16456 (custom-theme-load-path): Fix typo in docstring.
16457 (load-theme): Fix typo in error message.
16458 (custom-available-themes, custom-variable-theme-value):
16459 Use `let', not `let*'.
16460
16461 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16462
16463 * calc/README: Mention inclusion of musical notes.
16464
16465 * calc/calc-units.el (calc-lu-quant): Rename from
16466 `calc-logunits-quantity'.
16467 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16468 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16469 (calc-db): Rename from `calc-dblevel'.
16470 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16471 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16472 (calc-np): Rename from `calc-nplevel'.
16473 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16474 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16475 (calc-lu-plus): Rename from `calc-logunits-add'.
16476 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16477 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16478 (calc-lu-minus): Rename from `calc-logunits-sub'.
16479 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16480 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16481 (calc-lu-times): Rename from `calc-logunits-mul'.
16482 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16483 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16484 (calc-lu-divide): Rename from `calc-logunits-div'.
16485 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16486 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16487
16488 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16489 functions being autoloaded.
16490
16491 * calc/calc.el (calc-lu-power-reference): Rename from
16492 `calc-logunits-power-reference'.
16493 (calc-lu-field-reference): Rename from
16494 `calc-logunits-field-reference'.
16495
16496 * calc/calc-help.el (calc-l-prefix-help):
16497 Mention musical note functions.
16498
16499 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16500
16501 * minibuffer.el (completion-all-sorted-completions):
16502 Use :completion-cycle-penalty text property if present.
16503
16504 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16505
16506 * allout.el (allout-yank-processing): Adjust for new rebulleting
16507 regime so bullet being yanked is used without prompting the user
16508 for a choice.
16509
16510 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16511
16512 * startup.el (command-line): Warn the user that _emacs is deprecated.
16513
16514 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
16515
16516 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16517 (delphi-verbose, delphi-comment-face, delphi-string-face)
16518 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16519 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16520 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16521 (delphi-new-comment-line, delphi-font-lock-defaults)
16522 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16523 Fix typos in docstrings.
16524
16525 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16526
16527 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
16528 Invert the roles of character and string values for INSTEAD, so a
16529 string is used for the more common case of a defaulting prompt.
16530
16531 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16532
16533 * progmodes/ruby-mode.el (ruby-backward-sexp):
16534 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16535 * play/gamegrid.el (gamegrid-make-face):
16536 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16537 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16538 * notifications.el (notifications-notify):
16539 * net/xesam.el (xesam-search-engines):
16540 * net/quickurl.el (quickurl-list-insert):
16541 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16542
16543 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
16544
16545 * startup.el (command-line): Update package subdirectory regexp.
16546
16547 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * allout.el (allout-abbreviate-flattened-numbering)
16550 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16551
16552 * subr.el (read-char-choice): Only show the cursor after the prompt,
16553 not after the answer.
16554
16555 2011-03-15 Kevin Ryde <user42@zip.com.au>
16556
16557 * help-fns.el (variable-at-point): Skip leading quotes, if any
16558 (bug#8253).
16559
16560 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16561
16562 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16563 warning message.
16564
16565 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
16566
16567 * shell.el (shell): When called interactively, offer to change the
16568 shell file name on remote hosts.
16569
16570 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16571
16572 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16573 integration for LDAP parameters. The host, base, user or binddn,
16574 and secret tokens can be specified in a netrc file, for instance.
16575 This is optional because an `auth-source' parameter must be
16576 specified in the search attributes.
16577
16578 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
16579
16580 * help.el (describe-mode): Link to the mode's definition (bug#8185).
16581
16582 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16583
16584 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
16585 into declaration. Remove redundant and harmful binding.
16586
16587 2011-03-12 Eli Zaretskii <eliz@gnu.org>
16588
16589 * files.el (file-ownership-preserved-p): Pass `integer' as an
16590 explicit 2nd argument to `file-attributes'. If the file's owner
16591 is the Administrators group on Windows, and the current user is
16592 Administrator, consider that a match.
16593
16594 * server.el (server-ensure-safe-dir): Consider server directory
16595 safe on MS-Windows if its owner is the Administrators group while
16596 the current Emacs user is Administrator. Use `=' to compare
16597 numerical UIDs, since they could be integers or floats.
16598
16599 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
16600
16601 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
16602
16603 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
16604
16605 Sync with Tramp 2.2.1.
16606
16607 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
16608
16609 * net/trampver.el: Update release number.
16610
16611 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * progmodes/compile.el (compilation--previous-directory): Fix up
16614 various nil/dead-marker mismatches (bug#8014).
16615 (compilation-directory-properties, compilation-error-properties):
16616 Don't call it at a position past the one we're about to change.
16617
16618 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
16619 Disable obsolescence warnings in the file that declares it.
16620
16621 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
16622
16623 * allout-widgets.el (allout-widgets-tally):
16624 Initialize allout-widgets-tally as a hash table rather than nil to
16625 prevent mode-line redisplay warnings. Also, clarify the module
16626 description and fix a comment typo.
16627
16628 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
16629
16630 * help-fns.el (describe-variable): Don't complete keywords.
16631 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
16632
16633 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
16634
16635 * emacs-lisp/package.el (package-version-join): Impose a standard
16636 string representation for pre/alpha/beta version lists.
16637 (package-unpack-single): Standardize the directory name by passing
16638 it through package-version-join.
16639 (package-strip-rcs-id): Accept any version string that does not
16640 signal an error in version-to-list.
16641
16642 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
16643
16644 * simple.el (delete-trailing-whitespace): Return nil for the
16645 benefit of `write-file-functions'.
16646
16647 2011-03-10 Glenn Morris <rgm@gnu.org>
16648
16649 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
16650
16651 * vc/vc-git.el (vc-git-program): New option.
16652 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
16653 (vc-git--call): Use it.
16654
16655 * eshell/esh-util.el (eshell-condition-case): Doc fix.
16656
16657 * cus-edit.el (Custom-newline): If no button at point, look
16658 for a subgroup button at start-of-line. (Bug#2298)
16659
16660 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
16661
16662 2011-03-10 Julien Danjou <julien@danjou.info>
16663
16664 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
16665 `cursor-type' is nil.
16666
16667 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
16668
16669 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
16670
16671 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
16672
16673 * allout.el: Change so yank of distinctive-bullet items
16674 preserves the existing header prefix, rebulleting it if necessary,
16675 rather than replacing it. This is necessary for proper operation
16676 of cooperative addons like allout-widgets.
16677 (allout-make-topic-prefix, allout-rebullet-heading):
16678 Change SOLICIT arg to INSTEAD, and interpret additionally a string
16679 value as alternate bullet to be used, instead of prompting the user
16680 for a bullet character.
16681
16682 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
16683
16684 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
16685 Do not use `tramp-file-name-port', because this returns also
16686 `tramp-default-port'.
16687
16688 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16689
16690 * net/rcirc.el (rcirc-handler-001): Remove useless
16691 with-rcirc-process-buffer.
16692 (rcirc-check-auth-status): Swap arguments to string-match.
16693
16694 2011-03-09 Glenn Morris <rgm@gnu.org>
16695
16696 * shell.el (shell-mode):
16697 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
16698
16699 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
16700 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
16701
16702 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16703
16704 * emacs-lisp/package.el (package-refresh-contents)
16705 (package-menu-execute): Use condition-case-no-debug.
16706
16707 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
16708
16709 * simple.el (shell-command-to-string): Use `process-file'.
16710
16711 * emacs-lisp/package.el (package-tar-file-info): Handle also
16712 remote files.
16713
16714 * emacs-lisp/package-x.el (package-upload-buffer-internal):
16715 Use `equal' for upload base check.
16716
16717 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
16718
16719 * textmodes/texinfo.el (texinfo-environments):
16720 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
16721
16722 2011-03-08 Glenn Morris <rgm@gnu.org>
16723
16724 * cus-start.el (cursor-in-non-selected-windows):
16725 Fix :set quoting oddness. (Bug#8192)
16726
16727 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
16728 in some setf expressions. (Bug#2159)
16729
16730 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
16731
16732 * custom.el (custom-available-themes): Return themes in
16733 alphabetical order.
16734
16735 See ChangeLog.15 for earlier changes.
16736
16737 ;; Local Variables:
16738 ;; coding: utf-8
16739 ;; End:
16740
16741 Copyright (C) 2011-2012 Free Software Foundation, Inc.
16742
16743 This file is part of GNU Emacs.
16744
16745 GNU Emacs is free software: you can redistribute it and/or modify
16746 it under the terms of the GNU General Public License as published by
16747 the Free Software Foundation, either version 3 of the License, or
16748 (at your option) any later version.
16749
16750 GNU Emacs is distributed in the hope that it will be useful,
16751 but WITHOUT ANY WARRANTY; without even the implied warranty of
16752 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16753 GNU General Public License for more details.
16754
16755 You should have received a copy of the GNU General Public License
16756 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.