* configure.ac: Disable paxctl if binaries don't have a PT_PAX_FLAGS header.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
a9dd5754
CY
12012-08-05 Chong Yidong <cyd@gnu.org>
2
615b0bf0
CY
3 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc
4 fixes.
5
d014c740
CY
6 * fringe.el (fringe-styles): Add docstring.
7 (fringe--check-mode): New function.
8 (set-fringe-mode, set-fringe-style): Use it.
9 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
10
a9dd5754
CY
11 * files.el (set-auto-mode): Fix invalid setq call.
12
7c2dc8bd
SM
132012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * isearch.el: Misc simplification; use defstruct.
16 (isearch-mode-map): Dense maps now work like sparse ones.
17 (isearch--state): New defstruct.
18 (isearch-string-state, isearch-message-state, isearch-point-state)
19 (isearch-success-state, isearch-forward-state)
20 (isearch-other-end-state, isearch-word-state, isearch-error-state)
21 (isearch-wrapped-state, isearch-barrier-state)
22 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
23 replaced by defstruct's accessors.
24 (isearch--set-state): Rename from isearch-top-state and change
25 calling convention.
26 (isearch-push-state): Use new isearch--get-state.
27 (isearch-toggle-word): Disable regexp when enabling word.
28 (isearch-message-prefix): Remove unused arg _c-q-hack.
29 (isearch-message-suffix): Remove unused arg _ellipsis.
30
7fcc0070
AS
312012-08-04 Andreas Schwab <schwab@linux-m68k.org>
32
33 * simple.el (list-processes--refresh): For a server use :host or
34 :local as the address.
97ad0769 35 (list-processes): Doc fix.
7fcc0070 36
00340faf
MN
372012-08-04 Michal Nazarewicz <mina86@mina86.com> (tiny change)
38
39 * lisp/mpc.el: Support password in host argument.
40 (mpc--proc-connect): Parse and use new password element.
41 Set mpc-proc variable instead of returning process.
42 (mpc-proc): Adjust accordingly.
43
6dad7178
EZ
442012-08-03 Eli Zaretskii <eliz@gnu.org>
45
18949c2f
EZ
46 * whitespace.el (whitespace-display-mappings): Use Unicode
47 codepoints, instead of emacs-mule codepoints. See
48 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
49 for the details.
50
6dad7178
EZ
51 * files.el (file-truename): Don't skip symlink-chasing part on
52 windows-nt. Incorporate the resolution of 8+3 short aliases on
53 Windows into the loop that recursively chases symlinks. Compare
54 directory and its parent case-insensitively on MS-Windows and
55 MS-DOS.
56
385b0198
CY
572012-08-03 Chong Yidong <cyd@gnu.org>
58
6200f3c4
CY
59 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
60
385b0198
CY
61 * sort.el (sort-regexp-fields): Doc fix.
62
b9e74744
TH
632012-08-03 Tassilo Horn <tsdh@gnu.org>
64
65 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
66 labels regex position point at the expected place.
67
41013cb4
MK
682012-08-03 MON KEY <monkey@sandpframing.com>
69
70 * net/imap.el (imap-interactive-login, imap-authenticate)
71 (imap-mailbox-lsub, imap-mailbox-list)
72 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
73 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
74 (imap-parse-response): Doc fix.
75
0ffee616
JT
762012-08-03 João Távora <joaotavora@gmail.com>
77
78 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
79 if sexp scanning does not move point (Bug#5734).
80
cfcc9cc8
TH
812012-08-02 Tassilo Horn <tsdh@gnu.org>
82
83 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
84 Add listings, minted, and ctable packages.
85 (reftex-label-alist-builtin): Move listings, minted, and ctable
86 entries before LaTeX.
a01bbb84 87 (reftex-label-alist): Docfix.
cfcc9cc8 88
66ec2442
BG
892012-08-02 Bastien Guerry <bzg@gnu.org>
90
91 * replace.el (occur): Fix docstring (bug#12122).
92
837b365b
GM
932012-08-02 Glenn Morris <rgm@gnu.org>
94
95 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
96
e098de97
PE
972012-08-02 Paul Eggert <eggert@cs.ucla.edu>
98
99 Obsolete alias inactivate-current-input-method-function (Bug#10150).
100 * international/mule-cmds.el: Create
101 inactivate-current-input-method-function as an obsolete alias for
102 deactivate-current-input-method-function. See Katsumi Yamaoka in
103 <http://bugs.gnu.org/10150#46>.
104
a0f95636
JB
1052012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
106
107 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
108 of nested `if's.
109
0d26d7c4
GM
1102012-08-01 Glenn Morris <rgm@gnu.org>
111
112 * progmodes/autoconf.el (autoconf-definition-regexp):
113 Add AH_TEMPLATE, adjust submatch numbering.
114 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
115 (autoconf-current-defun-function): Update for above change.
116 (autoconf-current-defun-function): First skip to end of current word.
117
b686ba06
RS
1182012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
119
120 * calendar/cal-html.el (cal-html-insert-agenda-days):
121 Fix typo. (Bug#12018)
122
0d49da68
FEG
1232012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
124
125 Shell processes: enhancements to startup and CEDET compatibility.
126 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
127 (python-shell-make-comint): accept-process-output at startup.
128 (run-python-internal): Set inferior-python-mode-hook to nil.
129 (python-shell-internal-get-or-create-process): call sit-for.
130 (python-preoutput-result): Add obsolete alias.
131 (python-shell-internal-send-string): Use it.
132 (python-shell-send-setup-code): Remove call to
133 accept-process-output.
134
f1a71c6e
AS
1352012-07-31 Andreas Schwab <schwab@linux-m68k.org>
136
137 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
138 (Bug#12108)
139
d2605269
JB
1402012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
141
142 * calc-mode.el (calc-basic-simplification-mode): Rename from
143 `calc-limited-simplification-mode'.
144 (calc-alg-simplification-mode): New function.
d66060f8 145 (calc-set-simplify-mode): Adjust message.
f1a71c6e 146
d2605269
JB
147 * calc.el (calc-set-mode-line): Adjust mode line display for
148 basic simplification mode.
149
150 * calc-help.el (calc-m-prefix-help): Update help message.
151
152 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
153 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
154
a3827a43
BG
1552012-07-31 Bastien Guerry <bzg@gnu.org>
156
157 * man.el (man): Fix comment. (bug#12101)
158
502e3f89
MR
1592012-07-31 Martin Rudalics <rudalics@gmx.at>
160
161 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
162 Don't return a non-nil value when no suitable buffer was found.
163
d7714961
FEG
1642012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
165
166 * progmodes/python.el (run-python-internal): Disable font lock for
167 internal shells.
168
1f45e27e
SM
1692012-07-30 Stefan Merten <smerten@oekonux.de>
170
171 * rst.el: Silence `checkdoc-ispell'.
172 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
173 (rst-official-version, rst-official-cvs-rev)
174 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
175 (rst-mode-map): New key binding.
176
0aee6912
PE
1772012-07-30 Paul Eggert <eggert@cs.ucla.edu>
178
179 Update .PHONY listings in makefiles.
180 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
181 autoloads, update-subdirs, updates, bzr-update, update-authors,
182 compile-onefile, compile-calc, backup-compiled-files,
183 compile-after-backup, compile-one-process, mh-autoloads,
184 bootstrap-clean, distclean, maintainer-clean.
185
9052f9f0
JB
1862012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
187
1823ac5a
JB
188 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
189 (calc-set-mode-line): Don't display "AlgSimp ".
190
191 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
192 (calc-lim-simplify-mode): New function.
193 (calc-set-simplify-mode): Default to 'alg.
194 (calc-default-simplify-mode): Make algebraic simplifications
195 the default.
196
197 * calc/calc-ext.el (calc-init-extensions): Remove binding for
198 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
199
8d7c7eed 200 * calc/calc-help.el (calc-m-prefix-help): Change messages to
4b337409
JB
201 indicate new simplification modes.
202
1823ac5a
JB
203 * calc/README: Mention new default simplification mode.
204
9052f9f0
JB
205 * calc/calc.el (math-normalize-error): New variable.
206 (math-normalize): Set `math-normalize-error' to t
207 when there's an error.
208
209 * calc/calc-alg.el (math-simplify): Don't simplify when
210 `math-normalize' returns an error.
211
20ba0cb4
EZ
2122012-07-29 Eli Zaretskii <eliz@gnu.org>
213
214 * international/mule-cmds.el (set-locale-environment): Revert last
215 change, since display-graphic-p returns nil when this function is
216 called during startup. Instead...
217
218 * term/w32console.el (terminal-init-w32console): ...setup the
219 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
220
a5dcc929
JL
2212012-07-29 Juri Linkov <juri@jurta.org>
222
223 * simple.el (goto-line): Don't display default line number in the
224 prompt because it should be displayed by `read-number' (bug#9952).
225 Add the current line number to the defaults of `goto-line' to
226 allow its easier modification by users with `M-n' (bug#9201).
227
228 * subr.el (read-number): Support multiple default values like in
229 other minibuffer reading functions. Replace `read' with
230 `string-to-number' for consistency with `number-to-string'.
231
72b255c7
PE
2322012-07-29 Paul Eggert <eggert@cs.ucla.edu>
233
234 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
235 * emulation/viper-init.el (viper-deactivate-input-method-action):
236 Rename from viper-inactivate-input-method-action.
237 (viper-deactivate-input-method):
238 Rename from viper-inactivate-input-method.
239 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
240 * international/mule-cmds.el (deactivate-input-method):
241 Rename from inactivate-input-method.
242 Also run input-method-deactivate-hook.
243 (deactivate-current-input-method-function):
244 Rename from inactivate-current-input-method-function.
245 (input-method-deactivate-hook): New hook.
246 (input-method-inactivate-hook): Mark obsolete.
bb6eb9fc
PE
247 (inactivate-input-method): Mark obsolete.
248
72b255c7
PE
249 * international/quail.el (quail-activate):
250 Also run quail-deactivate-hook.
251 (quail-deactivate): Rename from quail-inactivate.
252 * international/robin.el (robin-activate):
253 Also run robin-deactivate-hook.
254 (robin-deactivate): Rename from robin-inactivate.
255
2549c068
CY
2562012-07-29 Chong Yidong <cyd@gnu.org>
257
258 * simple.el (indicate-copied-region): New function.
259 (kill-ring-save): Split off from here.
260
261 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
262 (kill-rectangle): Set deactivate-mark to t on read-only error.
263
264 * register.el (copy-to-register, copy-rectangle-to-register):
265 Deactivate the mark, and use indicate-copied-region (Bug#10056).
266 (append-to-register, prepend-to-register): Call
267
17711ed9
JL
2682012-07-29 Juri Linkov <juri@jurta.org>
269
270 * simple.el (async-shell-command-buffer): New defcustom.
271 (shell-command): Use it. (Bug#4719)
272
01bd1b0d
EZ
2732012-07-28 Eli Zaretskii <eliz@gnu.org>
274
275 * international/mule-cmds.el (set-locale-environment): In a
276 console session on MS-Windows, set up keyboard and terminal
277 encoding from the OEM codepage, not the ANSI codepage.
278 (Bug#12055)
279
a55739d3
CY
2802012-07-28 Chong Yidong <cyd@gnu.org>
281
282 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
283 gdb-get-location.
284
9a0f8f2e
LL
2852012-07-25 Leo Liu <sdl.web@gmail.com>
286
287 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
288 the alist (bug#12029).
289
20329d73
EZ
2902012-07-28 Eli Zaretskii <eliz@gnu.org>
291
292 * makefile.w32-in (custom-deps, finder-data, updates, compile)
293 (compile-always, compile-first)
294 ($(lisp)/calendar/cal-loaddefs.el)
295 ($(lisp)/calendar/diary-loaddefs.el)
296 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
297 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
298 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
299 instead of on update-subdirs.
300 (bootstrap-clean): Delete $(lisp)/subdirs.el.
301
345a2258
CY
3022012-07-28 Chong Yidong <cyd@gnu.org>
303
1eee6341
CY
304 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
305 directory if vc-deduce-backend returns nil (Bug#7350).
306
345a2258
CY
307 * simple.el (delete-trailing-lines): New option.
308 (delete-trailing-whitespace): Obey it (Bug#11879).
309
049a0936
DE
3102012-07-28 David Engster <deng@randomsample.de>
311
312 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
313 Explanation of new 'symbol-qnames feature in doc-strings.
314 (xml-maybe-do-ns): Return expanded names as plain symbols if
315 'symbol-qnames was provided in XML-NS argument (Bug#11916).
316 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
317
aa81af71
FEG
3182012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
319
320 Consistent completion in inferior python with emacs -nw.
321 * progmodes/python.el (inferior-python-mode): replace "<tab>"
322 binding in inferior-python-mode-map with "\t".
323 (python-shell-completion-complete-at-point)
324 (python-completion-complete-at-point): Remove interactive spec.
325
e827b1eb
JB
3262012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
327
328 * calc/calccomp.el (math-compose-expr): Undo previous change.
329
a90dfb95
FEG
3302012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
331
332 * progmodes/python.el (python-mode-map): Added keybinding for
333 run-python.
334 (python-shell-make-comint): Fix pop-to-buffer call.
335 (run-python): Autoload. New arg SHOW.
336 (python-shell-get-or-create-process): Do not pop python process
337 buffer.
338
32770973 3392012-07-27 Michael Albinus <michael.albinus@gmx.de>
1c6ef030
MA
340
341 * notifications.el (notifications-on-action-signal)
342 (notifications-on-closed-signal): Use also the bus address for the map.
343 (notifications-notify, notifications-close-notification)
344 (notifications-get-capabilities): Add optional argument BUS.
345
86332df2
TH
3462012-07-27 Tassilo Horn <tsdh@gnu.org>
347
348 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add
349 support for the lstlisting and minted environments, and for the
350 ctable macro.
351 * textmodes/reftex.el (reftex-compile-variables): Also recognize
352 labels written in keyvals syntax.
353
ca1302a4
JB
3542012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
355
356 * calc/calccomp.el (math-compose-expr): Use parentheses when
357 there is a product in the denominator of a fraction.
358
f8b91036
EZ
3592012-07-26 Eli Zaretskii <eliz@gnu.org>
360
361 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
362 ($(lisp)/calendar/diary-loaddefs.el)
363 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
364 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs. Fixes
365 failures in parallel bootstrap because subdirs.el is being
366 rewritten while the autoload files are built at the same time,
367 which needs to load subdirs.el.
368
c8e5a42c
MR
3692012-07-26 Martin Rudalics <rudalics@gmx.at>
370
371 * mouse.el (popup-menu): Fix doc-string and re-indent code.
372 (mouse-drag-line): Don't exit tracking when a switch-frame or
373 switch-window event occurs (Bug#12006).
374
670d85ea
SM
3752012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * mouse.el (popup-menu): Fix last change.
378
7abaf5cc
SM
3792012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 Autoload from Lisp with more care. Follow aliases when looking for
382 function properties.
383 * subr.el (autoloadp): New function.
384 (symbol-file): Use it.
385 (function-get): New function.
386 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
387 autoload-do-load.
388 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
389 (lisp-indent-function):
390 * emacs-lisp/gv.el (gv-get):
391 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
392 * emacs-lisp/byte-opt.el (byte-optimize-form):
393 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
394 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
395 Use function-get.
396 * emacs-lisp/cl.el: Don't propagate function properties any more.
397
398 * speedbar.el (speedbar-add-localized-speedbar-support):
399 * emacs-lisp/disass.el (disassemble-internal):
400 * desktop.el (desktop-load-file):
401 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
402 (describe-function-1):
403 * emacs-lisp/find-func.el (find-function-noselect):
404 * emacs-lisp/elp.el (elp-instrument-function):
405 * emacs-lisp/advice.el (ad-has-proper-definition):
406 * apropos.el (apropos-safe-documentation, apropos-macrop):
407 * emacs-lisp/debug.el (debug-on-entry):
408 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
409 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
410 * calc/calc.el (name): Use autoloadp & autoload-do-load.
411
b1364986
AA
4122012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
413
414 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
415 function, not an obsolete variable (Bug#12046).
416
67ada220
AS
4172012-07-25 Andreas Schwab <schwab@linux-m68k.org>
418
419 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
420
f08088e3
CS
4212012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
422
423 * emacs-lisp/pp.el (pp-display-expression): Select old selected
424 window only if it is still live (Bug#12034).
425
8137e7b3
MR
4262012-07-25 Martin Rudalics <rudalics@gmx.at>
427
428 * subr.el (redirect-frame-focus): Add advertised calling
429 convention (Bug#12030).
430
09ae5da1
PE
4312012-07-25 Paul Eggert <eggert@cs.ucla.edu>
432
433 Prefer typical American spelling for "acknowledgment".
434 * vc/add-log.el (change-log-acknowledgment): Rename from
435 change-log-acknowledgement, with an alias for the old name.
436
3cc5a3a8
JB
4372012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
438
439 * calc-alg.el (math-simplify-divide): Don't cross multiply
440 in an equation when the lhs is a variable.
441
b7af7f62
JD
4422012-07-24 Julien Danjou <julien@danjou.info>
443
444 * net/netrc.el (netrc-find-service-number, netrc-store-data):
445 Remove, unused.
446
ec1b09b1
EZ
4472012-07-23 Eli Zaretskii <eliz@gnu.org>
448
449 * startup.el (command-line): Don't display an empty user name in
450 the error message about non-existent home directory, when
451 init-file-user was set to an empty string. See
452 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
453 for the details and context.
454
b525fd8a
VB
4552012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
456
457 * ses.el (ses-cell-formula-aset): New macro.
458 (ses-cell-references-aset): New macro.
459 (ses-cell-p): New function.
460 (ses-rename-cell): Do no longer rely on complex operations like
461 ses-cell-set-formula or ses-set-cell to change the cell and handle
462 the undo at the same time, but rather use lower level new macros
463 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
464 the undo directly. Refresh the mode line.
465
2c73e345
LL
4662012-07-21 Leo Liu <sdl.web@gmail.com>
467
670d85ea
SM
468 * progmodes/cc-cmds.el (c-defun-name):
469 Use match-string-no-properties instead for consistency.
2c73e345 470
542dfbde
LL
4712012-07-20 Leo Liu <sdl.web@gmail.com>
472
3646bcd6
LL
473 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
474 (Bug#7879)
475
542dfbde
LL
476 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
477
25721031
CY
4782012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
481 * progmodes/bug-reference.el, misearch.el: Provide themselves
482 (bug#11915).
483
484 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
485 of narrowed buffer (bug#11966).
486
316e68a7
VB
4872012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
488
489 * ses.el (ses-rename-cell): Set new name also in reference list of
490 cells of which the renamed cell depends.
491
bbf0e7d9
MY
4922012-07-20 Masatake YAMATO <yamato@redhat.com>
493
494 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
495 to check whether menu-bar is shown or not. If not shown,
496 show the menu-bar as a popup menu instead of using tmm.
497 * mouse.el (popup-menu): Accept `point' as `position' argument.
498
c28662a8
DG
4992012-07-20 Dmitry Gutov <dgutov@yandex.ru>
500
501 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
502 up inside string symbol literal (bug#11923).
503
87ab808f
EZ
5042012-07-20 Eli Zaretskii <eliz@gnu.org>
505
506 * startup.el (fancy-startup-text): Read the whole tutorial, not
507 just its first 256 bytes. Prevents gibberish in display of the
508 tutorial title.
509
89dea803
DA
5102012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
511
512 Drop idle buffer compaction due to an absence of the
513 proved efficiency.
514 * compact.el: Remove.
515
8a4e6db8
SS
5162012-07-19 Sam Steingold <sds@gnu.org>
517
518 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
519 vc-bzr-pull & vc-bzr-merge-branch.
520 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
521 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
522 for consistency with compilation-error-regexp-alist.
523 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
524 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
525 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
526 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
527
5db81e33
SM
5282012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * emacs-lisp/chart.el: Use lexical-binding.
531 (chart-emacs-storage): Don't hardcode the list of entries.
532
5b835e1d
DA
5332012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
534
535 Next round of tweaks caused by Fgarbage_collect changes.
536 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
537
9cd47b72
DA
5382012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
539
540 Compact buffers when idle.
541 * compact.el: New file.
542
1d6fc0df
SM
5432012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * subr.el (eventp): Presume that if it looks vaguely like an event,
546 it's an event (bug#10190).
547
1d29cc7d
FEG
5482012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
549
550 Enhancements to ppss related code (thanks Stefan).
551 * progmodes/python.el (python-indent-context)
552 (python-indent-calculate-indentation, python-indent-dedent-line)
553 (python-indent-electric-colon, python-nav-forward-block)
554 (python-mode-abbrev-table)
1d6fc0df 555 (python-info-assignment-continuation-line-p): Simplify checks
1d29cc7d
FEG
556 for ppss context.
557 (python-info-continuation-line-p): Cleanup.
558 (python-info-ppss-context): Do not catch 'quote.
559 (python-info-ppss-context-type)
560 (python-info-ppss-comment-or-string-p): Simplify.
561
d583cbe6
FEG
5622012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
563
564 * progmodes/python.el: Enhancements to eldoc support.
565 (python-info-current-symbol): New function.
566 (python-eldoc-at-point): Use python-info-current-symbol.
567 (python-info-current-defun): Fix cornercase on first defun scan.
568 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
569 and signal error when no inferior python process is available.
570
eceb6feb
DG
5712012-07-18 Dmitry Gutov <dgutov@yandex.ru>
572
573 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
574 assume it's always t.
575 (vc-git-registered): Remove caching, the function is only called
576 once.
577 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
578
4c8ff0fe
CY
5792012-07-18 Chong Yidong <cyd@gnu.org>
580
19fb7186
CY
581 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
582
9587c688
CY
583 * simple.el (count-words): Report on narrowing (Bug#9959).
584
0fe776a1
CY
585 * bindings.el: Bind M-= to count-words.
586
4c8ff0fe
CY
587 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
588
7f5331cc
MY
5892012-07-18 Masatake YAMATO <yamato@redhat.com>
590
591 * progmodes/sh-script.el (sh-imenu-generic-expression):
592 Capture a function with `function' keyword and without parentheses
593 like "function FOO" (bug#11856).
594
2dc2a609
TH
5952012-07-18 Tassilo Horn <tassilo@member.fsf.org>
596
597 * window.el (split-window-sensibly): Make WINDOW argument
598 optional.
599
439f7677
CY
6002012-07-18 Chong Yidong <cyd@gnu.org>
601
9aeb25a6
CY
602 * subr.el (keyboard-translate): Doc fix (Bug#7261).
603
439f7677
CY
604 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
605 and make C-x 8 RET exit isearch (Bug#11439).
606
607 * international/iso-transl.el: Move isearch-mode-map key
608 definitions to isearch.el.
609
12999ea8
SM
6102012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
613 (eieio-defclass): Use gv-define-setter when possible.
614
3ab6e069
DA
6152012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
616
617 Reflect recent changes in Fgarbage_collect.
618 * emacs-lisp/chart.el (chart-emacs-storage): Change to
619 reflect new format of data returned by Fgarbage_collect.
620
0a60bc10
FEG
6212012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
622
623 New utility functions + python-info-ppss-context fix (Bug#11910).
624 * progmodes/python.el (python-info-beginning-of-block-statement-p)
625 (python-info-ppss-comment-or-string-p): New functions.
626 (python-info-ppss-context): Small fix for string check.
627
6dafa0d5
JL
6282012-07-17 Juri Linkov <juri@jurta.org>
629
630 * dired-aux.el (dired-do-async-shell-command): Doc fix.
631 (dired-do-async-shell-command): Don't add `*' at the end of the
632 command (Bug#11815).
633 (dired-do-shell-command): Doc fix.
634 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
635 Join the individual commands using either "&" or ";" as the
636 separator depending on the values of these trailing characters.
637 At the end re-add the trailing "&". (Bug#10598)
638
639 * simple.el (async-shell-command): Sync the interactive spec with
640 `shell-command'. Doc fix.
641 (shell-command): Doc fix.
642
b19dd9d1
JL
6432012-07-17 Juri Linkov <juri@jurta.org>
644
645 * descr-text.el (describe-char): Fix format args. (Bug#10129)
646
bcdc27d7 6472012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
7f5331cc 648
bcdc27d7 649 Final renames and doc fixes for movement commands (bug#11899).
7f5331cc
MY
650 * progmodes/python.el (python-nav-beginning-of-statement):
651 Rename from python-nav-statement-start.
bcdc27d7
FEG
652 (python-nav-end-of-statement): Rename from
653 python-nav-statement-end.
654 (python-nav-beginning-of-block): Rename from
655 python-nav-block-start.
656 (python-nav-end-of-block): Rename from python-nav-block-end.
657
191da00e
FEG
6582012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
659
7f5331cc
MY
660 * progmodes/python.el (python-shell-send-string-no-output):
661 Allow accept-process-output to quit, keeping shell process ready for
191da00e
FEG
662 future interactions (Bug#11868).
663
4dc7c8d5 6642012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
aa7aaf8f 665
88ecaf8f
SM
666 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
667
ef501ef0
SM
668 * emacs-lisp/elint.el (elint-find-args-in-code):
669 Use help-function-arglist, so as to handle lexical byte-code.
670
aa7aaf8f
SM
671 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
672 change (bug#11826).
673
45fd731c
SM
6742012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
675
2143fa32
SM
676 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
677 Avoid spuriously marking the buffer as modified because of c-is-sws.
678
efc26dbe
SM
679 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
680 as not-a-comment (bug#11946).
681
f5695c9a
SM
682 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
683 for uninterned vars.
684
685 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
686 Use read-event since we don't really want to read chars but bytes.
687
45fd731c
SM
688 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
689 $$..$$ but also $..$ using regexps (bug#11953).
690 Use tex-verbatim for \url and \path.
691 (tex-font-lock-keywords): Define as defconst like the others.
692 (tex-common-initialization): Don't use font-lock-syntax-table any more.
693
ddfc8813
RK
6942012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
695
696 * international/mule-cmds.el (ucs-insert): Make it an obsolete
697 alias for insert-char.
698
758e556a
FEG
6992012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
700
701 * progmodes/python.el: Simplified imenu implementation.
702 (python-nav-jump-to-defun): Remove command.
703 (python-mode-map): Use `imenu' instead.
704 (python-nav-list-defun-positions-cache)
705 (python-imenu-include-defun-type, python-imenu-make-tree)
706 (python-imenu-subtree-root-label, python-imenu-index-alist):
707 Remove vars.
708 (python-nav-list-defun-positions, python-nav-read-defun)
709 (python-imenu-tree-assoc, python-imenu-make-element-tree)
45fd731c
SM
710 (python-imenu-make-tree, python-imenu-create-index):
711 Remove functions.
758e556a
FEG
712 (python-mode): Update to interact with imenu by setting
713 `imenu-extract-index-name-function' only.
714
032d23ab
FEG
7152012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
716
717 * progmodes/python.el: Enhancements to navigation commands.
718 (python-nav-backward-sentence)
719 (python-nav-forward-sentence): Remove.
720 (python-nav-backward-statement, python-nav-forward-statement)
721 (python-nav-statement-start, python-nav-statement-end)
722 (python-nav-backward-block, python-nav-forward-block)
723 (python-nav-block-start, python-nav-block-end)
724 (python-nav-forward-sexp-function)
725 (python-info-current-line-comment-p)
726 (python-info-current-line-empty-p): New functions.
727 (python-indent-context): Use `python-nav-statement-start'.
728
01795a1b
MA
7292012-07-16 Michael Albinus <michael.albinus@gmx.de>
730
9328d9aa
MA
731 * eshell/em-ls.el (eshell/ls): Use `apply'.
732
733 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
734 multi-hops, instead of Tramp internals.
735
01795a1b
MA
736 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
737
738 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
739 when F1 and F2 are located on different hosts.
740
63408057
CY
7412012-07-14 Chong Yidong <cyd@gnu.org>
742
743 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
744 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
745 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
746 (xterm-mouse--read-event-sequence-1000)
747 (xterm-mouse--read-event-sequence-1006): New functions. For old
748 mouse protocol, handle M-mouse-X events correctly.
749 (xterm-mouse-event): New arg specifying mouse protocol.
750 (turn-on-xterm-mouse-tracking-on-terminal)
751 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
45fd731c
SM
752 sequence to toggle extended coordinates on newer XTerms.
753 This appears to be harmless on terminals which do not support this.
63408057 754
cd276f6e
LL
7552012-07-14 Leo Liu <sdl.web@gmail.com>
756
28ca98ac
LL
757 Add fringe bitmap indicators for flymake. (Bug#11253)
758 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
759 (flymake-make-overlay): New arg BITMAP.
760 (flymake-error-bitmap, flymake-warning-bitmap)
761 (flymake-fringe-indicator-position): New user variables.
762
cd276f6e
LL
763 * fringe.el: New bitmap exclamation-mark.
764
04408072
JD
7652012-07-14 Jan Djärv <jan.h.d@swipnet.se>
766
767 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
768 also (Bug#7879).
769
b5cf7fc4
CY
7702012-07-14 Chong Yidong <cyd@gnu.org>
771
772 * electric.el (electric-pair-post-self-insert-function): Fix pair
773 insertion in empty-region case (Bug#11520).
774
be755c79
RT
7752012-07-14 Chong Yidong <cyd@gnu.org>
776
45fd731c
SM
777 * bindings.el: Consolidate ctl-x-r-map bindings.
778 Bind copy-rectangle-as-kill to C-x r w.
be755c79
RT
779
780 * rect.el, register.el: Move bindings to bindings.el.
781
7822012-07-14 Reuben Thomas <rrt@sc3d.org>
783
784 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
785
7f5b3198
AS
7862012-07-13 Andreas Schwab <schwab@linux-m68k.org>
787
788 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
789
97662200
JB
7902012-07-13 Juanma Barranquero <lekktu@gmail.com>
791
80185fed
JB
792 * bindings.el (top): Use `mapc' instead of `mapcar'.
793
97662200
JB
794 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
795
2bb1ae55
MA
7962012-07-13 Michael Albinus <michael.albinus@gmx.de>
797
798 * progmodes/sql.el (sql-comint): Suppress the check for program on
799 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
800 (Bug#11908)
801
dea31bd3
CY
8022012-07-13 Chong Yidong <cyd@gnu.org>
803
804 * bindings.el: Assign a non-nil permanent-local property to
805 per-buffer variables which lack a default value (Bug#11930).
806
807 * help-fns.el (describe-variable): In the "automatically becomes
808 local" notice, take note of permanent-local variables.
809
b68b3337
CY
8102012-07-13 Chong Yidong <cyd@gnu.org>
811
812 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
813 to allow printing the message when called from Lisp.
814
815 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
816 Remove toggle-read-only.
817
818 * bs.el (bs-toggle-readonly):
45fd731c
SM
819 * buff-menu.el (Buffer-menu-toggle-read-only):
820 Remove with-no-warnings around toggle-read-only.
b68b3337
CY
821
822 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
823 Remove with-no-warnings around toggle-read-only.
824 (ffap-read-only, ffap-read-only-other-window)
825 (ffap-read-only-other-frame): Callers changed.
826
827 * help-mode.el: Don't require view package.
828 (help-mode-finish): Set buffer-read-only instead of calling
829 toggle-read-only.
830
831 * bindings.el (mode-line-toggle-read-only):
832 * dired.el (dired-toggle-read-only):
833 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
834 with non-nil second arg.
835
836 * emacs-lisp/eieio-custom.el (eieio-customize-object):
837 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
838 directly.
839
56bc1586
EZ
8402012-07-12 Eli Zaretskii <eliz@gnu.org>
841
842 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
843 not incf.
844
a464a6c7
SM
8452012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 More CL cleanups and reduction of use of cl.el.
848 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
849 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
850 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
851 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
852 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
853 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
854 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
855 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
856 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
857 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
858 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
859 * eshell/em-cmpl.el, eshell/em-banner.el:
860 * calendar/parse-time.el: Use cl-lib.
861 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
862 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
863 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
864 * term/ns-win.el, term.el, shell.el, ps-samp.el:
865 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
866 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
867 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
868 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
869 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
870 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
871 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
872 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
873 `lambda' rather than with `quote'.
874 (eshell-do-opt): Adjust accordingly.
875 (eshell-process-option): Simplify.
876 * eshell/esh-var.el:
877 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
878 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
879 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
880 to `pcase--dontcare'.
881 * emacs-lisp/cl.el (labels): Mark obsolete.
882 (cl--letf, letf): Move to cl-lib.
883 (cl--letf*, letf*): Remove.
884 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
885 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
886 (cl-progv): Rewrite.
887 (cl--letf, cl-letf): Move from cl.el.
888 (cl-letf*): New macro.
889 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
890
7ad4afe1
MA
8912012-07-11 Michael Albinus <michael.albinus@gmx.de>
892
893 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
894
9af57756
CY
8952012-07-11 Chong Yidong <cyd@gnu.org>
896
897 * vc/log-edit.el (log-edit-vc-backend): New variable.
898 (log-edit): Doc fix.
899
900 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
901 argument of log-edit to set up all local variables.
902 (vc-start-logentry): New optional arg specifying VC backend.
903
904 * vc/vc.el (vc-checkin): Use it.
905 (vc-deduce-fileset): Handle Log Edit buffers.
906 (vc-diff): Make first argument optional too.
907
908 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
909
8477cc7a
MA
9102012-07-10 Michael Albinus <michael.albinus@gmx.de>
911
912 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
913 command, just in case. The function is not needed anymore.
914 (eshell-external-command): Do not call `eshell-remote-command'.
915
19faa8e8
SM
9162012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
917
f58e0fd5
SM
918 Reduce use of (require 'cl).
919 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
920 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
921 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
922 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
923 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
924 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
925 * battery.el, avoid.el, abbrev.el: Use cl-lib.
926 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
927 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
928 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
929 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
930 * calculator.el, autorevert.el, apropos.el: Don't require CL.
931 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
932 (byte-compile-unfold-bcf, byte-compile-check-variable):
933 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
934 (byte-compile-nilconstp):
935 * emacs-lisp/autoload.el (make-autoload): Use pcase.
936 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
937
2519d43a
SM
938 * emacs-lisp/gv.el (cond): Make it a valid place.
939 (if): Simplify slightly.
940
19faa8e8
SM
941 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
942 (pcase--self-quoting-p): New function.
943 (pcase--u1): Use it.
944
c4907a5e
GM
9452012-07-10 Glenn Morris <rgm@gnu.org>
946
947 * emacs-lisp/authors.el (authors-fixed-entries):
948 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
949
c4444d16
PE
9502012-07-09 Paul Eggert <eggert@cs.ucla.edu>
951
952 Rename configure.in to configure.ac (Bug#11603).
953 * emacs-lisp/authors.el (authors-canonical-file-name):
954 * progmodes/autoconf.el (autoconf-mode):
955 Prefer configure.ac to configure.in.
956
d75be97d
CY
9572012-07-08 Chong Yidong <cyd@gnu.org>
958
01ac65bd
CY
959 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
960 Implement the mouse-1-click-follows-link handling properly.
961
962 * info.el (Info-link-keymap): Use follow-link mechanism for
963 header-line links (Bug#374).
964
d75be97d
CY
965 * simple.el (deactivate-mark): Do not set the primary selection
966 if another program has acquired it (Bug#11772).
967
87a92845 9682012-07-07 Kevin Ryde <user42@zip.com.au>
f0ecdfea
KR
969
970 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
971 (woman-decode-region): Replace escaped-escapes without destroying
972 bold or underline (Bug#11552).
87a92845 973 (woman2-process-escapes): Handle nofill regions (Bug#11591).
f0ecdfea 974
621b9d6c
CY
9752012-07-07 Chong Yidong <cyd@gnu.org>
976
977 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
19faa8e8
SM
978 (interprogram-cut-function, interprogram-paste-function):
979 Mention that we typically mean the clipboard.
621b9d6c 980
133a11fc
GM
9812012-07-06 Glenn Morris <rgm@gnu.org>
982
0d27a45e
GM
983 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
984
133a11fc
GM
985 * files.el (toggle-read-only): Restrict message to interactive use.
986
07b151f1
MA
9872012-07-06 Michael Albinus <michael.albinus@gmx.de>
988
989 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
990
991 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
992
211b896b
GM
9932012-07-06 Glenn Morris <rgm@gnu.org>
994
50394322
GM
995 * Makefile.in (compile-one-process): Rename from "recompile".
996
211b896b
GM
997 * Makefile.in (bzr-update): "compile" is the same as "recompile
998 autoloads", but parallelizable, so use that instead.
999
4737eec9
DG
10002012-07-06 Dmitry Gutov <dgutov@yandex.ru>
1001
1002 * window.el (quit-window): Always restore window height when
8137e7b3 1003 it's saved in quit-restore parameter (Bug#11810).
4737eec9 1004
226c3633 10052012-07-06 Glenn Morris <rgm@gnu.org>
cb442973
GM
1006
1007 * simple.el (kill-whole-line): Doc tweak.
1008
226c3633 10092012-07-06 Eli Zaretskii <eliz@gnu.org>
93842198
EZ
1010
1011 * files.el (file-relative-name): Compare file names
1012 case-insensitively if on MS-Windows or MS-DOS, or if
1013 read-file-name-completion-ignore-case is non-nil. Don't use
1014 case-fold-search for this purpose. (Bug#11827)
1015
4dc7c8d5
SM
10162012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1017
1018 * calendar/cal-dst.el (calendar-current-time-zone):
1019 Return calendar-current-time-zone-cache if non-nil.
1020
10212012-07-17 Masatake YAMATO <yamato@redhat.com>
226c3633 10222012-07-06 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1023
19faa8e8
SM
1024 * calendar/cal-dst.el (calendar-current-time-zone):
1025 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1026
60198fc9
GM
10272012-07-06 Glenn Morris <rgm@gnu.org>
1028
1029 * Makefile.in (cvs-update): Remove old alias.
1030
957b3189
MA
10312012-07-05 Michael Albinus <michael.albinus@gmx.de>
1032
1033 Sync with Tramp 2.2.6-pre.
1034
1035 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
1036 compatible declaration.
1037
19faa8e8
SM
1038 * net/tramp-cmds.el (tramp-append-tramp-buffers):
1039 Protect `list-load-path-shadows' call.
957b3189
MA
1040
1041 * net/tramp-compat.el (top): Require packages, which aren't
1042 autoloaded anymore for XEmacs. Protect call of
1043 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
1044 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
1045 it hurts at least for SXEmacs.
1046 (tramp-compat-temporary-file-directory): In XEmacs, there is no
1047 standard-value for `temporary-file-directory'.
1048
1049 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
1050 Redirect stderr to /dev/null.
1051 (tramp-sh-handle-write-region): uid and gid can be floats.
1052 Reported by Russell Sim <russell.sim@gmail.com>.
1053 (tramp-sh-handle-vc-registered): Hide errors.
1054 (tramp-vc-file-name-handler): Use dummy results for `process-file'
1055 and `start-file-process'.
1056 (tramp-maybe-open-connection): Check also whether `non-essential'
1057 is bound.
1058
566df3fc
CY
10592012-07-04 Chong Yidong <cyd@gnu.org>
1060
1061 * xml.el (xml--parse-buffer): Use xml-syntax-table.
1062 (xml-parse-tag): Likewise, and avoid changing entity tables.
1063 (xml-syntax-table): Define from scratch, making sure not to give
1064 x2000 and other Unicode spaces whitespace syntax, since those are
1065 not spaces in XML.
1066 (xml-parse-fragment): Delete unused function.
1067 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
1068 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
1069 (xml-entity-ref, xml-pe-reference-re)
1070 (xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
1071 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
1072 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
1073 (xml-entity-value-re): Use syntax references in regexps where
1074 possible; no need to define inside a let-binding.
1075 (xml-parse-dtd): Use xml-pe-reference-re.
1076 (xml-entity-or-char-ref-re): New defconst.
1077 (xml-parse-string, xml-substitute-special): Use it.
1078
30eabd7a
SM
10792012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1080
0781098a
SM
1081 * files.el (locate-dominating-file): Allow `name' to be a predicate.
1082 (find-file--read-only): New function.
1083 (find-file-read-only, find-file-read-only-other-window)
1084 (find-file-read-only-other-frame): Use it.
1085 (insert-file-contents-literally): Don't `fset'.
1086 (get-free-disk-space): Use locate-dominating-file.
1087
b5771c0d
SM
1088 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
1089 function is already compiled.
1090
30eabd7a
SM
1091 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
1092
b4886f6e
MA
10932012-07-03 Michael Albinus <michael.albinus@gmx.de>
1094
1095 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
1096 files on the same host.
1097
b9d82339
AS
10982012-07-03 Andreas Schwab <schwab@linux-m68k.org>
1099
1100 * help-fns.el (describe-function-1): Only call
1101 help-fns--autoloaded-p when we have a file name. (Bug#11848)
1102
a76e6535
CY
11032012-07-03 Chong Yidong <cyd@gnu.org>
1104
1105 * xml.el: Protect parser against XML bombs.
1106 (xml-entity-expansion-limit): New variable.
1107 (xml-parse-string, xml-substitute-special): Use it.
1108 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
1109
b544fef2
GM
11102012-07-03 Glenn Morris <rgm@gnu.org>
1111
1112 * progmodes/bug-reference.el (bug-reference-bug-regexp):
1113 Allow linking to specific messages in debbugs reports (eg 123#5).
1114
a7aef6f5
CY
11152012-07-02 Chong Yidong <cyd@gnu.org>
1116
1117 * xml.el: Fix entity and character reference expansion, allowing
1118 them to expand into markup as per XML spec.
1119 (xml-default-ns): New variable.
1120 (xml-entity-alist): Use XML spec definitions for lt and amp.
30eabd7a
SM
1121 (xml-parse-region): Make first two arguments optional.
1122 Discard text properties.
1123 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
1124 All callers changed.
a7aef6f5
CY
1125 (xml-parse-tag): Call xml-parse-tag-1. For backward
1126 compatibility, this function should not modify buffer contents.
1127 (xml-parse-tag-1): Fix opening-tag regexp.
1128 (xml-parse-string): Rewrite, handling entity and character
1129 references properly.
1130 (xml--entity-replacement-text): Signal an error if a parameter
1131 entity is undefined.
1132
3df31c9f
SM
11332012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1134
2b5208f1
SM
1135 * comint.el (comint-output-filter): Filter out repeated prompts.
1136
3df31c9f
SM
1137 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
1138 and file-name-absolute-p.
1139 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
1140 internal calls.
1141
e3ac1281
PE
11422012-07-02 Paul Eggert <eggert@cs.ucla.edu>
1143
1144 Spelling fixes.
1145 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
1146 Rename from byte-compile--refiy-function. All uses changed.
1147
fbf2e7ad
CY
11482012-07-01 Chong Yidong <cyd@gnu.org>
1149
1150 * xml.el (xml--parse-buffer): New function. Move most of
1151 xml-parse-region here.
1152 (xml-parse-region): Copy region into a temporary buffer, since
1153 parameter entity substitution requires changing buffer contents.
1154 Use xml--parse-buffer.
1155 (xml-parse-file): Use xml--parse-buffer.
1156 (xml-parse-dtd): Make parameter entity substitution work right.
6fe566a7 1157 Use proper regexps for ELEMENT declarations (Bug#7172).
fbf2e7ad 1158
9bf0aa15
GM
11592012-06-30 Glenn Morris <rgm@gnu.org>
1160
bbce2853
GM
1161 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
1162
9bf0aa15
GM
1163 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
1164 Remove outdated and unnecessary dbus declarations.
1165
0d23c240
EZ
11662012-06-30 Eli Zaretskii <eliz@gnu.org>
1167
1168 * emacs-lisp/timer.el (timer-until): Subtract results of
1169 float-time, instead of taking float-time of the result of
1170 time-subtract, since float-time signals an error for negative time
1171 arguments.
1172
b3218de1
CY
11732012-06-30 Chong Yidong <cyd@gnu.org>
1174
1175 * xml.el (xml-*-re): Convert defvars into defconsts, and
1176 eval-and-compile them so eval-and-compile works on derivatives.
1177 (xml--entity-replacement-text): Use eval-and-comple.
1178
a40c87a0
MA
11792012-06-30 Michael Albinus <michael.albinus@gmx.de>
1180
1181 * vc/vc-git.el (vc-git-registered): Use cache property
1182 `git-registered'.
1183 (vc-git-mode-line-string): Call `vc-working-revision' instead of
1184 `vc-git-working-revision' in order to benefit from the cache.
2bb1ae55 1185 (vc-git-root): Use cache property `git-root'. (Bug#11757)
a40c87a0 1186
ac87de97
DG
11872012-06-30 Dmitry Gutov <dgutov@yandex.ru>
1188
1189 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
2bb1ae55 1190 removed (likely outside Emacs). (Bug#11757)
ac87de97 1191
ac10fe06
SM
11922012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1193
3df31c9f 1194 * emacs-lisp/cl-lib.el: Require macroexp.
ac10fe06 1195
7f3fbd5d
CY
11962012-06-30 Chong Yidong <cyd@gnu.org>
1197
1198 * xml.el: Implement XML parameter entities.
1199 (xml-parameter-entity-alist): New variable.
1200 (xml-parse-region, xml-parse-fragment): Preserve previous values
1201 of xml-entity-alist and xml-parameter-entity-alist, so that
1202 repeated calls on different documents do not change them.
1203 (xml-parse-tag): Fix doctype regexp.
1204 (xml--entity-replacement-text): New function.
1205 (xml-parse-dtd): Use it. Don't handle system entities; doing that
1206 properly requires url retrieval which is unimplemented.
1207 (xml-escape-string): Doc fix.
1208
3cfbebba
SM
12092012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1210
1211 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
1212
2af3565e
DA
12132012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
1214
1215 * fringe.el (fringe-mode): Doc fix.
1216
929df0e7
MA
12172012-06-29 Michael Albinus <michael.albinus@gmx.de>
1218
1219 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
1220 is non-nil.
1221 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
1222 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
1223
c8d3a25c 12242012-06-29 Andreas Schwab <schwab@linux-m68k.org>
3d8b9024 1225
c8d3a25c
GM
1226 * calendar/cal-dst.el (calendar-current-time-zone):
1227 Return calendar-current-time-zone-cache if non-nil.
3d8b9024 1228
c8d3a25c 12292012-06-29 Masatake YAMATO <yamato@redhat.com>
26e8548e
MY
1230
1231 * progmodes/which-func.el (which-func-format):
1232 Add mouse-face. (Bug#11698)
1233
c8d3a25c
GM
12342012-06-29 Leo Liu <sdl.web@gmail.com>
1235
1236 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
1237
12382012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1239
1240 * minibuffer.el (minibuffer-confirm-exit-commands):
1241 Add completion-at-point (bug#11725).
1242
12432012-06-29 Glenn Morris <rgm@gnu.org>
1244
1245 * progmodes/f90.el (f90-font-lock-keywords-2):
1246 Add some preprocessor elements. (Bug#10499)
1247
12482012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * progmodes/cperl-mode.el (cperl-update-syntaxification):
1251 Use syntax-propertize (bug#11739).
1252
2badeec4
JB
12532012-06-28 Juanma Barranquero <lekktu@gmail.com>
1254
1255 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
1256
ae4969c2
JD
12572012-06-28 Julien Danjou <julien@danjou.info>
1258
1259 * term.el (term-handle-colors-array): Use a set of new faces to
1260 color the terminal. Also uses :inverse-video property.
1261 (term-default-fg-color): Set to nil by default, deprecate in favor
1262 of `term-face'.
1263 (term-default-bg-color): Set to nil by default, deprecate in favor
1264 of `term-face'.
1265 (term-current-face): Use `term-face' by default.
1266 (term-bold-attribute): Variable deleted.
1267
1c9bd870
GM
12682012-06-28 Glenn Morris <rgm@gnu.org>
1269
1270 * simple.el (completion-list-mode-finish):
1271 Don't use toggle-read-only. (Since completion-list-mode has
1272 a special mode-class, it wasn't doing anything extra anyway.)
1273
c207708c
SM
12742012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1275
1276 Make inlining of other-mode interpreted functions work (bug#11799).
1277 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
1278 (byte-compile): Use it to fix compilation of lexical-binding closures.
1279 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
1280 function, if needed.
1281
3fd56834
SM
12822012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1283
04901786
SM
1284 * help-mode.el (help-make-xrefs): Don't just withstand
1285 cyclic-variable-indirection but any error in documentation-property.
1286
1ec4b7b2
SM
1287 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
1288 memory use.
1289 * bindings.el (bindings--define-key): New function.
1290 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
1291 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
1292 * bindings.el: Use it to purecopy define-key bindings.
1293
e309e2a5
SM
1294 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
1295
d5c6faf9
SM
1296 * emacs-lisp/cl.el (flet): Mark obsolete.
1297 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
1298 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
1299 * progmodes/js.el (js-c-fill-paragraph):
1300 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
1301 (ebrowse-switch-member-buffer-to-derived-class):
1302 * play/5x5.el (5x5-solver): Use cl-flet.
1303
6e9590e2
SM
1304 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
1305 (cl--symbol-function): New macro.
1306 (cl--letf, cl--letf*): Use it.
1307
3fd56834
SM
1308 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1309 Strip "toggle-" if any.
1310
35ff222c
GM
13112012-06-27 Glenn Morris <rgm@gnu.org>
1312
1ba6038a
GM
1313 * info.el (Info-default-directory-list): Move here from paths.el.
1314 * paths.el: Remove file, which is now empty.
1315 * loadup.el: No longer load "paths".
1316
0ea0e51b
GM
1317 * custom.el (custom-initialize-delay): Doc fix.
1318
35ff222c
GM
1319 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1320 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1321 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1322 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1323 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1324 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
1325 * eshell/eshell.el (eshell-defgroup): Remove alias.
1326
c89926a5
CY
13272012-06-27 Chong Yidong <cyd@gnu.org>
1328
1329 * help.el (help-enable-auto-load): New variable.
1330
1331 * help-fns.el (help-fns--autoloaded-p): New function.
1332 (describe-function-1): Refer to a function as "autoloaded" if it
1333 was autoloaded at any time in the past. Perform autoloading if
1334 help-enable-auto-load is non-nil.
1335
cc06e7e7
EZ
13362012-06-26 Eli Zaretskii <eliz@gnu.org>
1337
1338 * makefile.w32-in (compile, compile-always): Depend on
1339 update-subdirs, not on subdirs.el. Otherwise, several different
1340 sub-targets of 'bootstrap' running in parallel could
1341 simultaneously write to subdirs.el, producing a garbled file.
1342
d2c32364
SS
13432012-06-26 Sam Steingold <sds@gnu.org>
1344
1345 * files.el (file-name-base): New convenience function.
0d14cc21
GM
1346 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
1347 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
1348 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
1349 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
1350 * textmodes/ispell.el, textmodes/reftex-ref.el:
d2c32364
SS
1351 * textmodes/tex-mode.el: Use it.
1352 Did not touch cedet and org because they are maintained elsewhere.
1353
5cf983b2
MR
13542012-06-26 Martin Rudalics <rudalics@gmx.at>
1355
1356 * calendar/calendar.el (calendar-exit): Don't try to delete or
1357 iconify last frame. See:
1358 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
1359
8c4f2952
JD
13602012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
1361
1362 * server.el (server-process-filter): Remember dir in the
1363 process's `server-client-directory' properties.
1364
772b2e2c
CY
13652012-06-24 Chong Yidong <cyd@gnu.org>
1366
1367 * xml.el (xml-parse-tag): Correctly handle comment embedded in
1368 non-tag text.
1369
711b11e1
JB
13702012-06-23 Juanma Barranquero <lekktu@gmail.com>
1371
1372 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
1373
dc5d230c
SM
13742012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1375
1376 * help-fns.el (describe-variable): Don't croak when doc is not found.
1377 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
1378 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
1379 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
1380 * emacs-lisp/smie.el (smie-next-sexp): CSE.
1381 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
1382 ((lambda ..) ..).
1383 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
1384
136e1c1d
CY
13852012-06-23 Chong Yidong <cyd@gnu.org>
1386
e8c1cabf
CY
1387 * info.el (Info-mouse-follow-link): Accept symbol values of
1388 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
136e1c1d
CY
1389 (Info-fontify-node): Use Info-link-keymap for all navigation
1390 buttons, with link-args property to perform the desired action.
1391 (Info-link-keymap): Doc fix.
1392 (Info-next-link-keymap, Info-prev-link-keymap)
1393 (Info-up-link-keymap): Delete now-unused keymaps.
1394
0e9e6c6a
CY
13952012-06-23 Chong Yidong <cyd@gnu.org>
1396
05e89fea
CY
1397 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
1398
0e9e6c6a
CY
1399 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
1400 system abbrevs.
1401
1402 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
1403
e33c6771
SM
14042012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1405
b68581e2
SM
1406 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
1407 (bug#11719).
1408
e33c6771
SM
1409 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
1410 the requote function doesn't work properly (bug#11714).
1411
7117e105
GM
14122012-06-23 Glenn Morris <rgm@gnu.org>
1413
1414 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
1415
36cec983
SM
14162012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 Further GV/CL cleanups.
1419 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
1420 gv-expander.
1421 (gv--defun-declaration): New function.
1422 (defun-declarations-alist): Use it.
1423 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
1424 (gv-place): Autoload.
1425 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
1426 original definition of dotimes and dolist.
1427 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
1428 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
1429 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
1430 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1431 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
1432 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
1433 to the function's definition.
1434 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
1435 * window.el:
1436 * files.el:
1437 * faces.el:
1438 * env.el: Don't use CL.
1439
d35af63c
PE
14402012-06-22 Paul Eggert <eggert@cs.ucla.edu>
1441
1442 Support higher-resolution time stamps (Bug#9000).
1443
1444 * calendar/time-date.el (with-decoded-time-value): New arg
1445 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
1446 (encode-time-value): New optional arg PICO. New type 3.
1447 (time-to-seconds) [!float-time]: Support the new picoseconds
1448 component if it's used.
1449 (seconds-to-time, time-subtract, time-add):
1450 Support ps-resolution time stamps as well.
1451
1452 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
1453 (timerp): Timer vectors now have length 9, not 8.
1454 (timer--time): Support new-style (4-part) time stamps.
1455 (timer-next-integral-multiple-of-time): Time stamps now have
1456 picosecond resolution, so take a bit more care about rounding.
1457 (timer-relative-time, timer-inc-time): New optional arg psecs.
1458 (timer-set-time-with-usecs): Set psecs to 0.
1459 (timer--activate): Check psecs component, too.
1460
1461 * proced.el (proced-time-lessp): Support ps-resolution stamps.
1462
ac77b21a
SM
14632012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1464
f143bfe3
SM
1465 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
1466 Move the non-essential binding to the post/pre-command-hook where it is
1467 more obviously correct.
1468
ac77b21a
SM
1469 * subr.el (read-passwd): Don't use a history at all.
1470 * savehist.el (savehist-save): Remove password saved accidentally
1471 because of the above bug.
1472
76386c5a
BG
14732012-06-22 Bastien Guerry <bzg@gnu.org>
1474
1475 * files.el (toggle-read-only): Display a message telling whether
1476 the buffer is read-only or not (bug#11726).
1477
2ee3d7f0
SM
14782012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * emacs-lisp/gv.el: New file.
1481 * subr.el (push, pop): Extend to generalized variables.
1482 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
1483 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
1484 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
1485 gv-define-simple-setter, and gv-define-expander.
1486 Remove setf-methods defined in gv. Rename cl-setf -> setf.
1487 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
1488 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
1489 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
1490 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
1491 gv-letplace.
1492 (cl-defstruct): Don't define setf-method any more.
1493 * emacs-lisp/cl.el (flet): Don't autoload.
1494 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
1495 (define-setf-expander, defsetf, define-modify-macro)
1496 (cl-struct-setf-expander): Move from cl-lib.el.
1497 * emacs-lisp/syntax.el:
1498 * emacs-lisp/ewoc.el:
1499 * emacs-lisp/smie.el:
1500 * emacs-lisp/cconv.el:
1501 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
1502 (timer--time): Use gv-define-simple-setter.
1503 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
1504 to avoid coding-system problems in subr.el. Adjust all users.
1505 (macroexp--maxsize, macroexp-small-p): New functions.
1506 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
1507 * scroll-bar.el (scroll-bar-mode):
1508 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1509 (normal-erase-is-backspace-mode): Don't use the `eq' place.
1510 * winner.el (winner-configuration, winner-make-point-alist)
1511 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
1512 * files.el (locate-file-completion-table): Avoid list*.
1513
c5695d1d
CY
15142012-06-22 Chong Yidong <cyd@gnu.org>
1515
1516 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
1517 (dired-create-files): Doc fix (Bug#11329).
1518 (dired-do-copy): Doc fix (Bug#11334).
1519 (dired-mark-read-string): Doc fix (Bug#11553).
1520
2ee3d7f0
SM
1521 * dired.el (dired-recursive-copies, dired-recursive-deletes):
1522 Doc fix (Bug#11326).
c5695d1d
CY
1523 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
1524 (dired-dwim-target): Doc fix.
1525
1526 * wdired.el (wdired-mode): Doc fix.
1527
89b5595a
GM
15282012-06-22 Glenn Morris <rgm@gnu.org>
1529
575db3f1
GM
1530 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
1531 (pcmpl-rpm-cache-stamp-file): New constant.
1532 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
1533 (pcmpl-rpm-packages): Optionally cache list of packages.
1534
a4c8dd51
GM
1535 * pcmpl-rpm.el (pcmpl-rpm): New group.
1536 (pcmpl-rpm-query-options): New option.
1537 (pcmpl-rpm-packages): No need to inline it.
1538 Use pcmpl-rpm-query-options.
1539
89b5595a
GM
1540 * calendar/calendar.el (calendar-in-read-only-buffer):
1541 Avoid some needless mode changes.
1542
e76f0800
CY
15432012-06-21 Chong Yidong <cyd@gnu.org>
1544
1545 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
1546 (desktop-path): Remove . from the default value (Bug#10977).
6b67c0d4 1547 (desktop-read): Use user-emacs-directory if desktop-path is nil.
e76f0800 1548
297a8f1d
CY
15492012-06-20 Chong Yidong <cyd@gnu.org>
1550
1551 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
1552
d34c18b1
DR
15532012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
1554
1555 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
1556 (bug#11201).
1557
32f7f28e
CY
15582012-06-20 Chong Yidong <cyd@gnu.org>
1559
1560 * term.el (term-window-width): Handle the case of a missing right
1561 fringe (Bug#8837).
1562 (term-check-size): Use window-text-height (Bug#5445).
d34c18b1
DR
1563 (term-mode): Use define-derived-mode. Minor cleanups.
1564 Set font-lock-defaults (Bug#7692).
6ff7caa8
CY
1565 (term-move-columns, term-insert-char, term-emulate-terminal)
1566 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
32f7f28e 1567
493c6688
MA
15682012-06-20 Michael Albinus <michael.albinus@gmx.de>
1569
d34c18b1
DR
1570 * net/ange-ftp.el (ange-ftp-get-passwd):
1571 Bind `enable-recursive-minibuffers'.
493c6688
MA
1572 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
1573
3f06ecf4
DR
15742012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
1575
1576 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
1577
68f12411
GM
15782012-06-19 Glenn Morris <rgm@gnu.org>
1579
1580 * progmodes/python.el (python-mode): Derive from prog-mode.
1581
b3820318
KG
15822012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
1583
1584 * emulation/edt.el (edt-default-menu-bar-update-buffers)
1585 (edt-user-menu-bar-update-buffers): New functions.
1586 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
1587
c6bf3022
CY
15882012-06-19 Chong Yidong <cyd@gnu.org>
1589
1590 * subr.el (with-selected-window): Preserve the selected window's
1591 terminal's top-frame (Bug#4702).
1592
1593 * window.el (save-selected-window): Likewise.
1594
25f09295
SM
15952012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1596
1597 * progmodes/python.el (python-rx-constituents): Move backquote.
1598 (python-skeleton-define, python-define-auxiliary-skeleton):
1599 Use `declare'.
1600
6b11952a
MA
16012012-06-18 Michael Albinus <michael.albinus@gmx.de>
1602
1603 * minibuffer.el (read-file-name-default): Revert the patch from
1604 2012-06-17.
1605
ee4b1330
SM
16062012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
1609 (pcase--u1, pcase--q1): Don't use apply-partially.
1610
35647f79
GM
16112012-06-18 Glenn Morris <rgm@gnu.org>
1612
1613 * progmodes/python.el (python-proc, python-buffer)
1614 (python-send-receive, python-send-string): Fix obsolete versions.
1615
24b0cff0
MR
16162012-06-18 Martin Rudalics <rudalics@gmx.at>
1617
1618 * window.el (special-display-p): Completely remove stringp
1619 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
1620
29855149
MA
16212012-06-17 Michael Albinus <michael.albinus@gmx.de>
1622
1623 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
1624
1625 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
1626
1627 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
1628 * net/tramp-sh.el (tramp-maybe-open-connection):
1629 Throw if `non-essential' is non-nil.
1630
07463363
MR
16312012-06-17 Martin Rudalics <rudalics@gmx.at>
1632
1633 * window.el (special-display-p): Signal an error if BUFFER-NAME
1634 is not a string (Bug#11713).
1635
48d1354e
PE
16362012-06-17 Paul Eggert <eggert@cs.ucla.edu>
1637
1638 * progmodes/python.el (python-info-beginning-of-backslash):
1639 Rename from python-info-beginning-of-backlash, as a spelling fix.
1640
eb4a8a9a
CY
16412012-06-17 Chong Yidong <cyd@gnu.org>
1642
1643 * term.el (term-emulate-terminal): If term-check-size is called,
1644 move point to the process mark without resetting point (Bug#4635).
1645
ddfbf826 16462012-06-17 Glenn Morris <rgm@gnu.org>
9c758578
GM
1647
1648 * international/mule-cmds.el (mule-menu-keymap)
1649 (set-language-environment, set-locale-environment): Doc tweaks.
1650
9b0e3eba
AA
16512012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
1652
1653 * cus-face.el (custom-face-attributes): Add wave-style underline
1654 attribute.
1655 * faces.el (set-face-attribute): Update docstring to describe
1656 wave-style underline attribute.
1657
771e3eae
CY
16582012-06-16 Chong Yidong <cyd@gnu.org>
1659
1660 * term/xterm.el (terminal-init-xterm): Discard input before
1661 querying background mode (Bug#10959).
1662
7ae2ea10
SM
16632012-06-16 Stefan Merten <smerten@oekonux.de>
1664
1665 * textmodes/rst.el: Added and corrected some comments.
1666 (rst-re-alist-def): Improve symbol syntax.
1667 (rst-mode-syntax-table): Correct syntax entries.
6665a6fd
SM
1668 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
1669 (rst-official-version, rst-official-cvs-rev): Update version
1670 information.
7ae2ea10 1671
b6974efa
JB
16722012-06-15 Juanma Barranquero <lekktu@gmail.com>
1673
1674 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
1675 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
1676
8826d473
GM
16772012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
1678
1679 * progmodes/python.el: New python.el merge.
1680 (python-guess-indent): Obsolete var.
1681 (python-indent-guess-indent-offset): New defcustom.
1682 (python-indent): Obsolete var.
1683 (python-indent-offset): New defcustom.
1684 (python-python-command, python-jython-command): Delete var.
1685 (python-shell-interpreter): New defcustom.
1686 (python-pdbtrack-do-tracking-p): Delete var.
1687 (python-pdbtrack-activate): New defcustom.
1688 (python-use-skeletons): Obsolete var.
1689 (python-skeleton-autoinsert): New defcustom.
1690 (inferior-python-filter-regexp, python-continuation-offset)
1691 (python-honour-comment-indentation, python-indent-string-contents)
1692 (python-jython-packages, python-mode-hook)
1693 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
1694 (python-shell-prompt-alist)
1695 (python-source-modes): Delete defcustoms.
1696 (python-check-buffer-name, python-eldoc-setup-code)
1697 (python-eldoc-string-code, python-ffap-setup-code)
1698 (python-ffap-string-code, python-fill-comment-function)
1699 (python-fill-decorator-function, python-fill-paren-function)
1700 (python-fill-string-function, python-imenu-include-defun-type)
1701 (python-imenu-make-tree, python-imenu-subtree-root-label)
1702 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
1703 (python-shell-compilation-regexp-alist)
1704 (python-shell-completion-module-string-code)
1705 (python-shell-completion-pdb-string-code)
1706 (python-shell-completion-setup-code)
1707 (python-shell-completion-string-code)
1708 (python-shell-enable-font-lock, python-shell-exec-path)
1709 (python-shell-extra-pythonpaths)
1710 (python-shell-internal-buffer-name, python-shell-interpreter-args)
1711 (python-shell-process-environment)
1712 (python-shell-prompt-block-regexp)
1713 (python-shell-prompt-output-regexp)
1714 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
1715 (python-shell-send-setup-max-wait, python-shell-setup-codes)
1716 (python-shell-virtualenv-path): New defcustoms.
1717 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
1718 (inferior-python-mode-syntax-table, python--prompt-regexp)
1719 (python-buffer, python-command python-python-command)
1720 (python-default-template, python-imports, python-indent-index)
1721 (python-indent-list, python-indent-list-length)
1722 (python-mode-running, python-pdbtrack-is-tracking-p)
1723 (python-preoutput-continuation, python-preoutput-leftover)
1724 (python-preoutput-result, python-preoutput-skip-next-prompt)
1725 (python-prev-dir/file, python-recursing)
1726 (python-saved-check-command, python-version-checked)
1727 (python-which-func-length-limit)
1728 (view-return-to-alist): Delete vars.
1729 (python-check-custom-command, python-dotty-syntax-table)
1730 (python-imenu-index-alist, python-indent-current-level)
1731 (python-indent-dedenters, python-indent-levels)
1732 (python-nav-beginning-of-defun-regexp)
1733 (python-nav-list-defun-positions-cache)
1734 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
1735 (python-shell-internal-buffer)
1736 (python-skeleton-available): New vars.
1737 (def-python-skeleton): Delete macro.
1738 (python-skeleton-define): New macro.
1739 (python-define-auxiliary-skeleton, python-rx): New macros.
1740 (python-insert-class): Delete command.
1741 (python-skeleton-class): New command.
1742 (python-insert-def): Delete command.
1743 (python-skeleton-def): New command.
1744 (python-insert-for): Delete command.
1745 (python-skeleton-for): New command.
1746 (python-insert-if): Delete command.
1747 (python-skeleton-if): New command.
1748 (python-insert-try/except, python-insert-try/finally): Delete commands.
1749 (python-skeleton-try): New command.
1750 (python-insert-while): Delete command.
1751 (python-skeleton-while): New command.
1752 (python-backspace): Delete command.
1753 (python-indent-dedent-line-backspace): New command.
1754 (python-electric-colon): Delete command.
1755 (python-indent-electric-colon): New command.
1756 (python-guess-indent): Delete command.
1757 (python-indent-guess-indent-offset): New command.
1758 (python-shift-left): Delete command.
1759 (python-indent-shift-left): New command.
1760 (python-shift-right): Delete command.
1761 (python-indent-shift-right): New command.
1762 (python-find-function): Delete command.
1763 (python-nav-jump-to-defun): New command.
1764 (python-next-statement): Delete command.
1765 (python-nav-forward-sentence): New command.
1766 (python-previous-statement): Delete command.
1767 (python-nav-backward-sentence): New command.
1768 (python-fill-paragraph): Delete command.
1769 (python-fill-paragraph-function): New command.
1770 (python-send-buffer): Delete command.
1771 (python-shell-send-buffer): New command.
1772 (python-send-defun): Delete command.
1773 (python-shell-send-defun): New command.
1774 (python-send-region, python-send-region-and-go): Delete commands.
1775 (python-shell-send-region)
1776 (python-shell-switch-to-shell): New commands.
1777 (python-send-string): Delete command.
1778 (python-shell-send-string): New command.
1779 (python-switch-to-python): Delete command.
1780 (python-shell-switch-to-shell): New command.
1781 (python-describe-symbol): Delete command.
1782 (python-eldoc-at-point): New command.
1783 (python--set-prompt-regexp, python-args-to-list)
1784 (python-after-info-look, python-check-version)
1785 (python-check-comint-prompt, python-find-imports)
1786 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
1787 (python-unload-function, python-expand-template)
1788 (python-maybe-jython, python-preoutput-filter)
1789 (python-pdbtrack-get-source-buffer)
1790 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
1791 (python-pdbtrack-toggle-stack-tracking)
1792 (python-pdbtrack-track-stack-file, python-initial-text)
1793 (python-first-word, python-comment-line-p, python-send-command)
1794 (python-setup-brm, python-sentinel, python-set-proc)
1795 (python-skip-out, python-input-filter, python-outdent-p)
1796 (python-outline-level, python-backslash-continuation-line-p)
1797 (python-end-of-block, python-end-of-statement, python-mark-block)
1798 (python-beginning-of-block, python-beginning-of-statement)
1799 (python-blank-line-p, python-beginning-of-string)
1800 (python-open-block-statement-p): Delete functions.
1801 (python-indent-line, python-indent-line-1): Delete functions.
1802 (python-indent-line): New function.
1803 (python-indentation-levels): Delete function.
1804 (python-indent-calculate-levels): New function.
1805 (python-proc): Delete function.
1806 (python-shell-get-process): New function.
1807 (python-send-receive): Delete function.
1808 (python-shell-send-string-no-output): New function.
1809 (python-module-path): Delete function.
1810 (python-ffap-module-path): New function.
1811 (python-completion-at-point)
1812 (python-symbol-completions): Delete functions.
1813 (python-completion-complete-at-point): New function.
1814 (python-load-file): Delete function.
1815 (python-shell-send-file): New function.
1816 (python-calculate-indentation): Delete function.
1817 (python-indent-calculate-indentation): New function.
1818 (python-skip-comments/blanks): Delete function.
1819 (python-util-forward-comment): New function.
1820 (python-continuation-line-p): Delete function.
1821 (python-info-continuation-line-p): New function.
1822 (python-which-func, python-current-defun): Delete function.
1823 (python-info-current-defun): New function.
1824 (python-beginning-of-defun): Delete function.
1825 (python-nav-beginning-of-defun): New function.
1826 (python-close-block-statement-p)
1827 (python-block-end-p): Delete function.
1828 (python-info-closing-block): New function.
1829 (python-comint-output-filter-function)
1830 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
1831 (python-fill-comment, python-fill-decorator, python-fill-paren)
1832 (python-fill-string, python-imenu-make-element-tree)
1833 (python-imenu-make-tree, python-imenu-tree-assoc)
1834 (python-indent-context, python-indent-dedent-line)
1835 (python-indent-line-function)
1836 (python-indent-post-self-insert-function)
1837 (python-indent-toggle-levels)
1838 (python-info-assignment-continuation-line-p)
1839 (python-info-beginning-of-backlash)
1840 (python-info-block-continuation-line-p)
1841 (python-info-closing-block-message)
1842 (python-info-line-ends-backslash-p)
1843 (python-info-looking-at-beginning-of-defun)
1844 (python-info-ppss-context, python-info-ppss-context-type)
1845 (python-nav-list-defun-positions, python-nav-read-defun)
1846 (python-nav-sentence-end, python-nav-sentence-start)
1847 (python-pdbtrack-comint-output-filter-function)
1848 (python-pdbtrack-set-tracked-buffer)
1849 (python-shell-calculate-exec-path)
1850 (python-shell-calculate-process-environment)
1851 (python-shell-completion--do-completion-at-point)
1852 (python-shell-completion--get-completions)
1853 (python-shell-completion-complete-at-point)
1854 (python-shell-completion-complete-or-indent)
1855 (python-shell-get-or-create-process)
1856 (python-shell-get-process-name)
1857 (python-shell-internal-get-or-create-process)
1858 (python-shell-internal-get-process-name)
1859 (python-shell-internal-send-string, python-shell-make-comint)
1860 (python-shell-parse-command, python-shell-send-setup-code)
1861 (python-skeleton-add-menu-items)
1862 (python-util-clone-local-variables, python-util-position)
1863 (run-python-internal, python-indentation-levels)
1864 (python-nav-beginning-of-defun)
1865 (python-completion-complete-at-point): New functions.
1866 (run-python): Change arguments. New API requirements.
1867
4302f5ba
SM
18682012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1869
f38ea36d
SM
1870 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
1871 (bug#11649).
1872
1873 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
1874 (macroexp--expand-all): Use it.
1875
4302f5ba
SM
1876 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
1877 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
1878 Use `cl-function' instead.
1879
33377562
JB
18802012-06-14 Juanma Barranquero <lekktu@gmail.com>
1881
1882 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
1883 Suggested by Stefan Monnier while discussing bug#11657.
1884
54c5ba1a
SS
18852012-06-14 Sam Steingold <sds@gnu.org>
1886
1887 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
1888
f9f1b1fe
AS
18892012-06-14 Andreas Schwab <schwab@linux-m68k.org>
1890
1891 * play/doctor.el (doctor-doc): Remove parameter and use
1892 doctor-sent instead of sent.
1893 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
1894
a81068ba
SM
18952012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1896
5a315f9c
SM
1897 * files.el: Require cl-lib.
1898 (file-name-non-special): Replace case -> cl-case.
1899
1900 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
1901
a81068ba
SM
1902 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
1903 mapping from #' to function*.
1904
8cca9703
CY
19052012-06-13 Chong Yidong <cyd@gnu.org>
1906
1907 * mouse.el (mouse-drag-track): Do not set the mark if the user
1908 releases the mouse without selecting anything (Bug#11588).
1909
a12ac9d7
SM
19102012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1911
ccf1dc18
SM
1912 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
1913 as well (bug#11646).
1914
ef62b23d
SM
1915 * loadup.el: Count byte-code functions as well.
1916
c4c8444a
SM
1917 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
1918 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
1919
a12ac9d7
SM
1920 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
1921 (bug#11649). Add cl-defun and cl-defmacro.
1922
87e6e64f
DA
19232012-06-13 Drew Adams <drew.adams@oracle.com>
1924
1925 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1926 Fix last change.
1927
682cefaf
MA
19282012-06-13 Michael Albinus <michael.albinus@gmx.de>
1929
1930 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
1931 Otherwise, it blocks in batch mode.
1932
773e1f08
JB
19332012-06-13 Juanma Barranquero <lekktu@gmail.com>
1934
1935 * help-mode.el (bookmark-make-record-default): Declare.
1936
60057926
CY
19372012-06-13 Chong Yidong <cyd@gnu.org>
1938
1939 * emacs-lisp/package.el (list-packages): Compute a list of
1940 packages that are newly-available since the last list-packages
1941 invocation.
1942 (package-menu--new-package-list): New var.
1943 (package-menu--generate, package-menu--print-info)
1944 (package-menu--status-predicate, package-menu-mark-install):
1945 Handle new status label "new".
1946
ad4d226c
SM
19472012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
1950 conversion to backquotes.
1951
f1a4e679
CY
19522012-06-12 Chong Yidong <cyd@gnu.org>
1953
1954 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
1955 Rename from gud-inhibit-global-bindings.
1956
1957 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
1958
1959 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
1960 hook from nxml-glyph-set-hook.
1961
1962 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
1963 declaration.
1964
1965 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
1966
1967 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
1968 Convert to defcustom.
1969
0c9e42b5
DA
19702012-06-12 Drew Adams <drew.adams@oracle.com>
1971
1972 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
1973 New functions.
1974 (help-mode): Use them.
1975
09e06855
GM
19762012-06-11 Glenn Morris <rgm@gnu.org>
1977
1978 * progmodes/fortran.el (fortran-font-lock-keywords-3):
1979 Use preprocessor face for directives.
1980 (fortran-directive-re): Doc fix.
1981
71adb94b
SM
19822012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1983
2eb87922
SM
1984 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
1985 conversion to backquotes (bug#11652).
1986
71adb94b
SM
1987 Fix compiler-expansion of CL's cXXr functions (bug#11673).
1988 * emacs-lisp/cl-lib.el (cl--defalias): New function.
1989 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
1990 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
1991 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
1992 (cl-ninth, cl-tenth): Mark them as inlinable.
1993 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
1994 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
1995 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
1996 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
1997 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
1998 (cl-list*, cl-adjoin): Don't put an autoload manually.
1999 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
2000 (cl--compiler-macro-list*): Add autoload cookie.
2001 (cl--compiler-macro-cXXr): New function.
2eb87922 2002
71adb94b
SM
2003 * help-fns.el (help-fns--compiler-macro): New function extracted from
2004 describe-function-1; follow aliases and use `compiler-macro' property.
2005 (describe-function-1): Use it.
2006
a6674402
CY
20072012-06-11 Chong Yidong <cyd@gnu.org>
2008
2009 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
2010 is uninstalled, if imagemagick is installed.
2011
bb3faf5b
SM
20122012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2013
2014 * emacs-lisp/cl-lib.el: Use lexical-binding.
2015 (cl-map-extents, cl-maclisp-member): Remove.
2016 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
2017 (cl--set-substring, cl--block-wrapper, cl--block-throw)
2018 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
2019 * emacs-lisp/cl-extra.el: Use lexical-binding.
2020 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
2021 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
2022 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
2023 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
2024 * emacs-lisp/cl-seq.el: Use lexical-binding.
2025 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
2026 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
2027 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
2028 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
2029 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
2030 CL's internals.
2031
2fe4b125
MA
20322012-06-11 Michael Albinus <michael.albinus@gmx.de>
2033
2034 Sync with Tramp 2.2.6-pre.
2035
2036 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
2037 `print-length' and `print-level' to nil, in order to avoid
2038 truncation. Reported by Christopher Schmidt
2039 <christopher@ristopher.com>.
2040
2041 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
2042
2043 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
2044 New defmacro.
2045 (tramp-compat-copy-directory): Add optional argument
2046 COPY-CONTENTS. It is not handled yet.
2047
2048 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
2049 (tramp-ftp-file-name-p): Simplify.
2050
2051 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
2052 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
2053 connection vector.
2054
2055 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
2056 (tramp-methods): Do not use `tramp-password-end-of-line'.
2057 (tramp-completion-function-alist-putty): Handle UNIX case.
2058 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
2059 (tramp-do-file-attributes-with-stat)
2060 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
2061 gid as real numbers. They could run out of integer range on cygwin.
2062 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
2063 (tramp-sh-handle-expand-file-name): Handle hops.
87e6e64f
DA
2064 (tramp-open-connection-setup-interactive-shell):
2065 Use `tramp-cleanup'. Move check for busyboxes ...
2066 (tramp-find-shell): ... here. Simplify implementation.
2067 Set "remote-shell" property also for alternative shells.
2068 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
2069 If failing, a regular file would be written otherwise.
2070 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
2fe4b125
MA
2071 (tramp-find-inline-encoding): Cache the coding commands in the
2072 process cache. Apply test command on the remote side, if defined.
2073 (tramp-find-inline-compress): Cache the compress commands in the
2074 process cache.
2075 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
2076 when requested. Handle hops.
2077 (tramp-current-connection): New defvar.
87e6e64f
DA
2078 (tramp-maybe-open-connection): Use `tramp-cleanup'.
2079 Throw `suppress', if there was a failed connection shortly before.
2fe4b125 2080 Handle user interrupt. (Bug#10187)
87e6e64f
DA
2081 (tramp-get-inline-compress, tramp-get-inline-coding):
2082 Read connection properties from the process cache.
2fe4b125
MA
2083
2084 * net/tramp-smb.el (tramp-smb-server-version)
87e6e64f
DA
2085 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
2086 New defconsts.
2fe4b125
MA
2087 (tramp-smb-prompt): Extend for powershell prompt.
2088 (tramp-smb-file-name-handler-alist): Add handlers for
2089 `process-file', `shell-command' and `start-file-process'.
2090 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
2091 (tramp-smb-winexe-shell-command-switch): New defcustoms.
2092 (tramp-smb-file-name-p): Simplify.
2093 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
2094 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
2095 (tramp-smb-shell-quote-argument): New defuns.
2096 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
2097 Implement using "tar". By this, time-stamps are preserved.
2098 (tramp-smb-handle-copy-file): Handle also the case of directories.
2099 (tramp-smb-do-file-attributes-with-stat)
87e6e64f
DA
2100 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
2101 Use `tramp-get-connection-buffer').
2fe4b125
MA
2102 (tramp-smb-handle-rename-file): Use "rename", when source and
2103 target are on the same share.
87e6e64f
DA
2104 (tramp-smb-maybe-open-connection): Handle wrong passwords.
2105 Use `tramp-smb-server-version'.
2fe4b125
MA
2106 (tramp-smb-wait-for-output): Remove prompt.
2107
2108 * net/tramp.el (top): Require 'cl.
87e6e64f
DA
2109 (tramp-methods, tramp-rsh-end-of-line):
2110 Remove `tramp-password-end-of-line' from docstring.
2fe4b125
MA
2111 (tramp-save-ad-hoc-proxies): New defcustom.
2112 (tramp-completion-function-alist): Adapt docstring.
2113 (tramp-default-password-end-of-line): Remove defcustom.
2114 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
2115 (tramp-user-regexp, tramp-file-name-regexp-unified)
2116 (tramp-file-name-regexp-url): Extend regexp by hop separator.
2117 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
2118 (tramp-remote-file-name-spec-regexp): New defconst.
2119 (tramp-file-name-structure): Extend structure for hops.
2120 (tramp-get-method-parameter): Move up.
2121 (tramp-file-name-p, tramp-dissect-file-name)
2122 (with-parsed-tramp-file-name): Handle hops.
2123 (tramp-file-name-hop): New defun.
2124 (tramp-make-tramp-file-name): New optional arg HOP.
2125 (tramp-message-show-progress-reporter-message): New defvar.
2126 (tramp-with-progress-reporter): Use it. We cannot use
2127 `tramp-message-show-message' here, because this suppresses also
2128 error buffers.
2129 (tramp-error-with-buffer): Suppress buffer view, if
87e6e64f
DA
2130 `tramp-message-show-message' is nil.
2131 Use `tramp-get-connection-buffer'.
2fe4b125
MA
2132 (tramp-cleanup): New defun.
2133 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
2134 (tramp-file-name-handler): If `debug-on-error' is set, propagate
2135 an error unchanged.
2136 (tramp-completion-handle-file-name-all-completions): Handle hops.
2137 Fix an error when called from ido.
2138 (tramp-completion-dissect-file-name): Use better local variable
2139 name. Add hop to the vector.
2140 (tramp-handle-insert-file-contents): Use progress-reporter for the
2141 whole scenario.
2142 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
2143 to `t'.
2144 (tramp-check-for-regexp): Simplify search.
2145 (tramp-enter-password): Remove it. Move implementation ...
2146 (tramp-action-password): ... here.
2147 (tramp-mode-string-to-int, tramp-local-host-p)
2148 (tramp-make-tramp-temp-file, tramp-read-passwd)
87e6e64f
DA
2149 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
2150 Set tramp-autoload cookie.
2fe4b125
MA
2151
2152 * net/trampver.el: Update release number.
2153
21542012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2155 Michael Albinus <michael.albinus@gmx.de>
2156
2157 * net/tramp.el (tramp-set-completion-function): Fix docstring.
2158 (tramp-parse-group, tramp-parse-file)
2159 (tramp-parse-shostkeys-sknownhosts): New defuns.
2160 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
2161 (tramp-parse-shosts-group, tramp-parse-sconfig)
2162 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
2163 (tramp-parse-sknownhosts, tramp-parse-hosts)
2164 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
2165 Use them.
2166 (tramp-parse-passwd-group, tramp-parse-netrc-group)
2167 (tramp-parse-putty-group): Don't narrow.
2168 (tramp-parse-putty): Make a loop.
2169 (tramp-file-name-handler): Catch the `suppress' signal.
2170
72834e10
CY
21712012-06-11 Chong Yidong <cyd@gnu.org>
2172
2173 * image.el (imagemagick-register-types): Put the ImageMagick entry
2174 at the end of image-type-file-name-regexps.
2175
a4712e11
JB
21762012-06-11 Johan Bockgård <bojohan@gnu.org>
2177
2178 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
2179 (pcase, pcase-let*, pcase-dolist): Use them.
2180
82ad98e3
SM
21812012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * emacs-lisp/pcase.el (pcase--let*): New function.
2184 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
2185 (pcase--expand): Use macroexp-let².
2186
f80efb86
SM
21872012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
2190 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
2191 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
2192 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
2193 * emacs-lisp/derived.el: Use pcase instead of `cl'.
2194 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
2195
31ca4639 21962012-06-10 Glenn Morris <rgm@gnu.org>
94f0aa34 2197
31ca4639
CY
2198 * mail/rmail.el (rmail-yank-current-message): Leave point at
2199 correct position. (Bug#11660)
94f0aa34 2200
31ca4639 22012012-06-10 Chong Yidong <cyd@gnu.org>
9e1b8ec4 2202
31ca4639 2203 * allout-widgets.el: Fix code header.
9e1b8ec4 2204
31ca4639 22052012-06-10 Chong Yidong <cyd@gnu.org>
00cd0305 2206
f80efb86
SM
2207 * cus-edit.el (customize-changed-options-previous-release):
2208 Bump to 24.1.
31ca4639 2209
642b6d30
AS
22102012-06-09 Andreas Schwab <schwab@linux-m68k.org>
2211
2212 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
2213
4f5d2ba1
CY
22142012-06-09 Chong Yidong <cyd@gnu.org>
2215
2216 * ebuff-menu.el (electric-buffer-list): Preserve header line.
2217
e75852fd
MR
22182012-06-09 Martin Rudalics <rudalics@gmx.at>
2219
2220 * window.el (special-display-popup-frame): Don't use
2221 window--display-buffer (Bug#11651).
2222
1e48e282
EZ
22232012-06-09 Eli Zaretskii <eliz@gnu.org>
2224
8a26b487
EZ
2225 Fix parallel builds: make sure loaddefs.el is not being written
2226 while Lisp files are compiled.
2227 (compile): Don't depend on 'mh-autoloads'.
2228 (compile-CMD, compile-SH): Depend on 'autoloads'.
2229 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
2230
1e48e282
EZ
2231 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
2232
6175e34b
CY
22332012-06-09 Chong Yidong <cyd@gnu.org>
2234
2235 * face-remap.el (face-remap-add-relative, face-remap-set-base)
2236 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
2237 Doc fixes (Bug#11225).
2238
d9857e53
SM
22392012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
2242 a function if there's a clear indication that it has a compiler-macro.
2243 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
2244 (macro-declarations-alist): Add arglist to declaration functions.
2245 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
2246 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
2247 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
2248 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
2249 Also add autoload to find the compiler macro.
2250 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
2251 (cl--compiler-macro-member, cl--compiler-macro-assoc)
2252 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
2253 (cl--compiler-macro-get): New functions, replacing calls to
2254 cl-define-compiler-macro.
2255 (cl-typep) [compiler-macro]: Use macroexp-let².
2256
f81298f8 22572012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
ee574791
UJ
2258
2259 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
2260 string properly, fixes Bug#11473.
2261
4b56d0fe
CY
22622012-06-08 Chong Yidong <cyd@gnu.org>
2263
2264 * faces.el (set-face-attribute): Doc fix.
2265 (modify-face): Don't use :bold and :italic.
2266 (error, warning, success): Tweak definitions.
2267
2268 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
2269 (custom-modified, custom-set, custom-changed, custom-themed)
2270 (custom-saved, custom-button, custom-button-mouse)
2271 (custom-button-pressed, custom-state, custom-comment-tag)
2272 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
2273 (custom-group-subtitle): Use new-style face specs.
2274 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2275 (custom-set-face, custom-changed-face, custom-saved-face)
2276 (custom-button-face, custom-button-pressed-face)
2277 (custom-documentation-face, custom-state-face)
2278 (custom-comment-face, custom-comment-tag-face)
2279 (custom-variable-tag-face, custom-variable-button-face)
2280 (custom-face-tag-face, custom-group-tag-face-1)
2281 (custom-group-tag-face): Remove obsolete face alias.
2282
2283 * epa.el (epa-validity-high, epa-validity-medium)
2284 (epa-validity-low, epa-mark, epa-field-name, epa-string)
2285 (epa-field-name, epa-field-body):
2286 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2287 (font-lock-keyword-face, font-lock-builtin-face)
2288 (font-lock-function-name-face, font-lock-variable-name-face)
2289 (font-lock-type-face, font-lock-constant-face):
2290 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2291 (ido-virtual, ido-indicator, ido-incomplete-regexp):
2292 * speedbar.el (speedbar-button-face, speedbar-file-face)
2293 (speedbar-directory-face, speedbar-tag-face)
2294 (speedbar-selected-face, speedbar-highlight-face)
2295 (speedbar-separator-face):
2296 * whitespace.el (whitespace-newline, whitespace-space)
2297 (whitespace-hspace, whitespace-tab, whitespace-trailing)
2298 (whitespace-line, whitespace-space-before-tab)
2299 (whitespace-space-after-tab, whitespace-indentation)
2300 (whitespace-empty):
2301 * emulation/cua-base.el (cua-global-mark):
2302 * eshell/em-prompt.el (eshell-prompt):
2303 * net/newst-plainview.el (newsticker-new-item-face)
2304 (newsticker-old-item-face, newsticker-immortal-item-face)
2305 (newsticker-obsolete-item-face, newsticker-date-face)
2306 (newsticker-statistics-face, newsticker-default-face):
2307 * net/newst-reader.el (newsticker-feed-face)
2308 (newsticker-extra-face, newsticker-enclosure-face):
2309 * net/newst-treeview.el (newsticker-treeview-face)
2310 (newsticker-treeview-new-face, newsticker-treeview-old-face)
2311 (newsticker-treeview-immortal-face)
2312 (newsticker-treeview-obsolete-face)
2313 (newsticker-treeview-selection-face):
2314 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
2315 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
2316 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
2317 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
2318 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
2319 (nxml-outline-active-indicator, nxml-outline-ellipsis):
2320 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2321 (mpuz-text):
2322 * progmodes/vera-mode.el (vera-font-lock-number)
2323 (vera-font-lock-function, vera-font-lock-interface):
2324 * textmodes/table.el (table-cell): Use new-style face specs, and
2325 don't use the old :bold and :italic attributes.
2326
2327 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2328 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
2329 (ebrowse-member-class, ebrowse-progress): Likewise.
2330 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2331 (ebrowse-file-name-face, ebrowse-default-face)
2332 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2333 (ebrowse-progress-face): Remove obsolete faces.
2334
2335 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2336 Inherit from error and warning faces respectively.
2337
2338 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2339 Likewise.
f80efb86
SM
2340 (flyspell-incorrect-face, flyspell-duplicate-face):
2341 Remove obsolete aliases.
4b56d0fe 2342
03310646
MA
23432012-06-08 Michael Albinus <michael.albinus@gmx.de>
2344
2345 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2346 Avoid infloop.
2347
513749ee
SM
23482012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2349
2350 * startup.el (argv, argi): Make lexically scoped.
2351 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
2352 * emacs-lisp/cl-macs.el: Use lexical-binding.
2353 Rename cl-bind-* to cl--bind-*.
2354 * files.el: Don't require `cl' since it doesn't use it.
2355 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
2356
595ef4ad
JB
23572012-06-08 Juanma Barranquero <lekktu@gmail.com>
2358
2359 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
2360 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
2361 instead of calling external sort utility.
2362 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
2363
e9f66fcb
EZ
23642012-06-08 Eli Zaretskii <eliz@gnu.org>
2365
2366 * descr-text.el (describe-char): Mention how to insert the
2367 character, if the current input method doesn't support it.
2368 See the discussion in this thread for the details:
2369 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
2370
3d10db47
SS
23712012-06-08 Sam Steingold <sds@gnu.org>
2372
2373 * bindings.el (global-map): Bind XF86Forward to next-buffer and
2374 XF86Back to previous-buffer.
2375 (minibuffer-local-map): Bind them to next-history-element and
2376 previous-history-element respectively.
2377 * help-mode.el (help-mode-map): Bind them to help-go-forward and
2378 help-go-back respectively.
2379 * info.el (Info-mode-map): Bind them to Info-history-forward and
2380 Info-history-back respectively.
2381 These are the keys next to Up on the ThinkPad keyboard.
2382
de7e2b36
SM
23832012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
2386 * emacs-lisp/cl-macs.el: Provide itself.
2387 (cl--labels-convert-cache): New var.
2388 (cl--labels-convert): New function.
2389 (cl-flet, cl-labels): New implementation with new semantics, relying on
2390 lexical-binding.
2391 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
2392 (cl-closure-vars, cl--function-convert-cache)
2393 (cl--function-convert): Move from cl-macs.el.
2394 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
2395 rename by removing the "cl-" prefix.
2396 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
2397
6fa6c4ae
SM
23982012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2399
2400 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
2401 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
2402 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
2403 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
2404 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
2405 (cl-hash-table-count): Add old compatibility aliases.
2406
2407 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
2408 Use macroexpand-all-environment instead.
2409 (cl--old-macroexpand): New var.
2410 (cl--sm-macroexpand): New function.
2411 (cl-symbol-macrolet): Use it during macro expansion.
2412 (cl--function-convert-cache): New var.
2413 (cl--function-convert): New function, extracted from
2414 cl-macroexpand-all.
2415 (cl-lexical-let): Use it.
2416
2417 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
2418 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
2419 (cl-member): Remove old alias.
2420
2421 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
2422 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
2423 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
2424 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
2425 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
2426 (cl-macroexpand-cmacs): Remove var.
2427 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
2428 Use macroexpand-all instead.
2429
4dd1c416
SM
24302012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
2433 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
2434 (macroexp-copyable-p): New functions and macros.
2435 * emacs-lisp/edebug.el (edebug-unwrap):
2436 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
2437 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
2438 (pcase--let*): Remove.
2439 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
2440 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
2441 macroexp-const-p instead.
2442 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
2443
2444 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
2445 instead of "cl-" for internal definitions. Use macroexp-const-p.
2446 (cl-old-bc-file-form): Remove var.
2447 (cl-const-exprs-p): Remove fun.
2448 (cl-labels, cl-macrolet): Use backquote.
2449 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
2450 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
2451 (cl-define-setf-expander): Rename from cl-define-setf-method.
2452 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
2453
2454 * international/mule-cmds.el: Don't require CL.
2455 (view-hello-file): Don't use `letf'.
2456
ed8bd4d7
SM
24572012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2458
7287f2f3
SM
2459 * tmm.el (tmm-prompt): Use string-prefix-p.
2460 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
2461 (tmm-add-prompt): Use minibuffer-completion-help.
2462 (tmm-delete-map): Remove.
2463
ed8bd4d7
SM
2464 * subr.el (kbd): Make it its own function.
2465
7b4cdbf4
SM
24662012-06-07 Stefan Merten <smerten@oekonux.de>
2467
2468 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
2469 Silence compiler warnings. Fix versions.
ed8bd4d7 2470 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
7b4cdbf4 2471 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
ed8bd4d7 2472 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
7b4cdbf4
SM
2473 (rst-package-emacs-version-alist): Correct Emacs version to
2474 represent major merge with upstream.
ed8bd4d7 2475 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
7b4cdbf4 2476
2b48d721
GM
24772012-06-06 Glenn Morris <rgm@gnu.org>
2478
2479 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
2480 Only print environment variables if set.
2481
fa779ab0
SM
24822012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2483
2484 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
2485 (macroexp--cons): Rename from maybe-cons.
2486 (macroexp--accumulate): Rename from macroexp-accumulate.
2487 (macroexp--all-forms): Rename from macroexpand-all-forms.
2488 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
2489 (macroexp--expand-all): Rename from macroexpand-all-1.
2490
628299e0
SS
24912012-06-06 Sam Steingold <sds@gnu.org>
2492
2493 * calendar/calendar.el (calendar-in-read-only-buffer):
2494 Call `special-mode' to enable the standard read-only keybindings.
2495
b7bb5838
SM
24962012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
2499 with "loading" messages (bug#11635).
2500
dfb308ba
MA
25012012-06-06 Michael Albinus <michael.albinus@gmx.de>
2502
2503 * files.el (enable-remote-dir-locals): New option.
2504 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
2505
0372ee92
MA
2506 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
2507 Ensure, that the temp directory is local.
2508
2509 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
2510 `temporary-file-directory'.
2511
eed0bb91
MA
2512 * progmodes/python.el (python-send-region): Ensure, that the
2513 temporary file is created also in the remote case.
2514
7a58f64d
GM
25152012-06-06 Glenn Morris <rgm@gnu.org>
2516
f7dd4e98
GM
2517 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
2518 (vc-rcs-update-changelog): Use it.
2519
090bd7cb 2520 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
276d5f5d 2521
7a58f64d
GM
2522 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
2523 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
2524 (vc-sccs-diff): Replace use of the external vcdiff script.
2525
daed4003
GM
25262012-06-05 Glenn Morris <rgm@gnu.org>
2527
2528 * ledit.el: Move to obsolete/.
2529
48c455c7
SS
25302012-06-05 Sam Steingold <sds@gnu.org>
2531
ed9265fc 2532 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
48c455c7
SS
2533 patch (Bug#11140).
2534
57a7d507
SM
25352012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
2536
090bd7cb 2537 * emacs-lisp/cust-print.el: Move to obsolete.
d32926ff 2538
53aacf21
SM
2539 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
2540 compiler-macro expansion.
2541
57a7d507
SM
2542 Add native compiler-macro support.
2543 * emacs-lisp/macroexp.el (macroexpand-all-1):
2544 Support compiler-macros directly. Properly follow aliases and apply
2545 the compiler macros more thoroughly.
2546 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
2547 macroexpand now properly follows aliases.
2548 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
2549 (cl-compiler-macroexpand): Use new prop.
2550 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
2551
2552 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
2553
51a5f9d8
MR
25542012-06-05 Martin Rudalics <rudalics@gmx.at>
2555
2556 * window.el (get-lru-window, get-mru-window, get-largest-window):
2557 New argument NOT-SELECTED to avoid picking the selected window.
2558 (window--display-buffer-1, window--display-buffer-2): Replace by
2559 new function window--display-buffer
2560 (display-buffer-same-window, display-buffer-reuse-window)
57a7d507
SM
2561 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
2562 Use window--display-buffer.
51a5f9d8
MR
2563 (display-buffer-use-some-window): Remove temporary dedication
2564 hack by calling get-lru-window and get-largest-window with
2565 NOT-SELECTED argument non-nil. Call window--display-buffer.
2566
08f9f738
GM
25672012-06-05 Glenn Morris <rgm@gnu.org>
2568
2569 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
2570 Replace external vcdiff script.
2571
e364a2b7
SM
25722012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2573
2574 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
2575
041df390
CY
25762012-06-04 Chong Yidong <cyd@gnu.org>
2577
e364a2b7
SM
2578 * image.el (imagemagick-types-inhibit): Revert last change.
2579 Add INFO and M.
47b36b94 2580 (imagemagick-enabled-types): Remove CIN and EPS*.
041df390 2581
7c1898a7
SM
25822012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * emacs-lisp/cl-lib.el: Rename from cl.el.
2585 * emacs-lisp/cl.el: New compatibility file.
2586 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
2587 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
2588 to obey the "cl-" prefix.
2589 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
2590
0c3461de
GM
25912012-06-03 Glenn Morris <rgm@gnu.org>
2592
1e266c88
GM
2593 * emacs-lisp/authors.el (authors-aliases): Addition.
2594
0c3461de
GM
2595 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
2596 Fix :version.
2597
d8a52e15
SM
25982012-06-03 Stefan Merten <smerten@oekonux.de>
2599
2600 * textmodes/rst.el: Add comments.
2601 (rst-transition, rst-adornment): New faces.
2602 (rst-adornment-faces-alist): Make default safe to reevaluate.
2603 Fixes
2604 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
2605 Improve customization tags.
2606 (rst-define-level-faces): Clarify meaning.
2607
5205d6f6
CY
26082012-06-03 Chong Yidong <cyd@gnu.org>
2609
2610 * progmodes/compile.el (compilation-mode-line-fail)
7c1898a7
SM
2611 (compilation-mode-line-run, compilation-mode-line-exit):
2612 New faces.
5205d6f6
CY
2613 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
2614
757ee657
JD
26152012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
2616
7c1898a7
SM
2617 * progmodes/which-func.el (which-func-update-ediff-windows):
2618 New function. Use it in ediff-select-hook (Bug#11478).
757ee657 2619
5f2c76c6
CY
26202012-06-03 Chong Yidong <cyd@gnu.org>
2621
2622 * bindings.el: Remove explicit help text from format-mode-line.
2623 It is now supplied by mode-line-default-help-echo.
2624 (mode-line-front-space, mode-line-end-spaces)
2625 (mode-line-misc-info): New variables.
2626 (mode-line-modes, mode-line-position): Move the default value to
2627 the variable definition.
2628 (mode-line-default-help-echo): New defcustom.
383f7350
CY
2629 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
2630 (mode-line-modified-help-echo): New functions.
2631 (mode-line-mule-info, mode-line-modified): Use them.
2632 (mode-line-eol-desc, propertized-buffer-identification):
2633 Consistency fixes for help text.
cbe46e5f
CY
2634 (mode-line-coding-system-map): Allow using mouse-3 to invoke
2635 set-buffer-file-coding-system (Bug#289).
2636 (mode-line-mule-info-help-echo): Update help text.
5f2c76c6 2637
f2d6a3df
SM
26382012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2639
2640 * simple.el (execute-extended-command): Set real-this-command
2641 (bug#11506).
2642
37269466
CY
26432012-06-02 Chong Yidong <cyd@gnu.org>
2644
2645 Remove incorrect uses of "modeline" in comments, docstrings, and
2646 function/variable names (Bug#10329).
2647
2648 * cus-edit.el (mode-line):
2649 * dframe.el (dframe-mouse-hscroll):
2650 * emacs-lisp/re-builder.el:
2651 * emacs-lisp/easy-mmode.el (define-minor-mode):
2652 * frame.el (set-frame-name):
2653 * help.el (lookup-minor-mode-from-indicator):
2654 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
2655 * progmodes/cc-cmds.el (c-toggle-auto-newline)
2656 (c-toggle-hungry-state):
2657 * progmodes/antlr-mode.el (antlr-language-alist):
2658 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
2659 * progmodes/vhdl-mode.el (vhdl-mode):
2660 * progmodes/which-func.el (which-func, which-func-cleanup-function):
2661 * term/ns-win.el (ns-face-at-pos):
2662 * term/sup-mouse.el (sup-mouse-report):
2663 * textmodes/flyspell.el (flyspell-mode-line-string):
2664 * textmodes/ispell.el (ispell-highlight-face):
2665 * textmodes/reftex-global.el:
2666 * vc/vc-arch.el (vc-arch-mode-line-string):
2667 * vc/vc-cvs.el (vc-cvs-mode-line-string):
2668 * vc/vc-git.el (vc-git-mode-line-string):
2669 * vc/vc-hooks.el (vc-display-status)
2670 (vc-default-mode-line-string):
2671 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
2672
2673 * ansi-color.el (ansi-color-faces-vector): Change default faces.
2674
2675 * dired.el (dired-sort-set-mode-line): Rename from
2676 dired-sort-set-modeline. All callers changed.
2677
2678 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
2679 eshell-status-in-modeline.
2680
2681 * foldout.el (foldout-mode-line-string): Rename from
2682 foldout-modeline-string. All callers changed.
2683 (foldout-update-mode-line): Rename from foldout-update-modeline.
2684
2685 * subr.el (redraw-modeline): Make into obsolete alias.
2686
2687 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
2688 timeclock-modeline-display. Make old name an alias.
2689 (timeclock-update-mode-line): Likewise. All callers changed.
2690 (timeclock-mode-line-display): No need to check before using
2691 add-hook.
2692 (timeclock-relative, timeclock-day-over-hook)
2693 (timeclock-use-elapsed, timeclock-mode-string)
2694 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
2695
2696 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
2697 crisp-mode-modeline-string.
2698
2699 * play/solitaire.el (solitaire-build-mode-line): Rename from
2700 solitaire-build-modeline. All callers changed.
2701
2702 * play/zone.el (zone-hiding-mode-line): Rename from
2703 zone-hiding-modeline. All callers changed.
2704 (zone): Remove unusued `modeline-hidden-level' property.
2705
2706 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
2707 xscheme-modeline-initialize. All callers changed.
2708
2709 * strokes.el (strokes-lighter): Rename from
2710 strokes-modeline-string.
2711
2712 * textmodes/sgml-mode.el (html-face-tag-alist)
2713 (html-tag-face-alist): Use mode-line face instead of obsolete
2714 alias modeline.
2715
42152ee4
SM
27162012-06-02 Stefan Merten <smerten@oekonux.de>
2717
2718 * textmodes/rst.el: Always require `cl'.
4cf9b38d 2719 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
42152ee4 2720
95f520b5
CY
27212012-06-02 Chong Yidong <cyd@gnu.org>
2722
2723 * image.el (imagemagick-enabled-types): Rename from
2724 imagemagick-types-enable. Add many more types.
2725 (imagemagick-types-inhibit): Change default to nil.
2726 (imagemagick-filter-types): Caller changed.
2727
4a5f187a
SM
27282012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2729
03fef3e6
SM
2730 * emacs-lisp/cl-macs.el: Use backquotes.
2731 (cl-transform-function-property): Use eval-and-compile rather than
2732 abusing `require'.
2733 (defstruct): Use declare-function instead of with-no-warnings.
2734
4a5f187a
SM
2735 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
2736 (byte-compile-output-docform): Re-add the print-circle bindings.
2737 (byte-compile-fix-header): Use #$ just because it's shorter.
2738 (byte-compile-output-file-form): Remove defun/defmacro.
2739
bd56924f
MR
27402012-06-01 Martin Rudalics <rudalics@gmx.at>
2741
2742 * simple.el (choose-completion): Remove now obsolete binding for
2743 owindow.
2744
046e38ce
MA
27452012-06-01 Michael Albinus <michael.albinus@gmx.de>
2746
2747 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
2748 in order to avoid "Stack overflow in regexp matcher".
2749
32d72c2f
GM
27502012-05-31 Glenn Morris <rgm@gnu.org>
2751
2752 * image.el: For clarity, call imagemagick-register-types at
2753 top-level, rather than relying on a custom :initialize.
2754 (imagemagick-types-enable): New option. (Bug#11557)
60b5f187
GM
2755 (imagemagick-filter-types): New function. (Bug#7406)
2756 (imagemagick-register-types): Use imagemagick-filter-types.
32d72c2f
GM
2757 If disabling support, remove elements altogether rather
2758 than using an impossible regexp.
2759 (imagemagick-types-inhibit): Give it the default init function.
2760
dd41169b
SM
27612012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2762
4a5f187a
SM
2763 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
2764 Handle arbitrary file name lengths (Bug#11585).
dd41169b 2765
efc00ab1 27662012-05-31 Martin Rudalics <rudalics@gmx.at>
5221ccb9
MR
2767
2768 * desktop.el (desktop-read): Clear previous and next buffers for
2769 all windows and bury *Messages* buffer (bug#11556).
2770
500fcedc
SM
27712012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 Add `declare' for `defun'. Align `defmacro's with it.
2774 * emacs-lisp/easy-mmode.el (define-minor-mode)
2775 (define-globalized-minor-mode): Don't autoload the var definitions.
2776 * emacs-lisp/byte-run.el: Use lexical-binding.
2777 (defun-declarations-alist, macro-declarations-alist): New vars.
2778 (defmacro, defun): Use them.
2779 (make-obsolete, define-obsolete-function-alias)
2780 (make-obsolete-variable, define-obsolete-variable-alias):
2781 Use `declare'.
2782 (macro-declaration-function): Mark obsolete.
2783 * emacs-lisp/autoload.el: Use lexical-binding.
2784 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
2785
6e8a1786
AM
27862012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2787
2788 * textmodes/ispell.el (ispell-with-no-warnings):
2789 Define as a macro.
500fcedc
SM
2790 (ispell-kill-ispell, ispell-change-dictionary):
2791 Use `called-interactively-p' for Emacs instead of obsolete
6e8a1786
AM
2792 `interactive-p'.
2793
61b108cc
SM
27942012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
2797 (macro-declaration-function): Move var from C code.
2798 (macro-declaration-function): Define function with defalias.
2799 * emacs-lisp/macroexp.el (macroexpand-all-1):
2800 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
2801 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
2802 defun/defmacro any more.
2803 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
2804 Provide fallback for unknown arglist.
2805 (byte-compile-arglist-warn): Change calling convention.
2806 (byte-compile-output-file-form): Move print-vars binding.
2807 (byte-compile-output-docform): Simplify accordingly.
2808 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
2809 (byte-compile-defmacro-declaration): Remove.
2810 (byte-compile-file-form-defmumble): Generalize to defalias.
2811 (byte-compile-output-as-comment): Return byte-positions.
2812 Simplify callers accordingly.
2813 (byte-compile-lambda): Use `assert'.
2814 (byte-compile-defun, byte-compile-defmacro): Remove.
2815 (byte-compile-file-form-defalias):
2816 Use byte-compile-file-form-defmumble.
2817 (byte-compile-defalias-warn): Remove.
2818
6d3f7c2f
SM
28192012-05-29 Stefan Merten <smerten@oekonux.de>
2820
2821 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
61b108cc 2822 possible. Fix authors. Improve comments. Improve loading of `cl'.
6d3f7c2f
SM
2823
2824 (rst-mode-abbrev-table): Merge definition.
2825 (rst-mode): Make sure `font-lock-defaults' is buffer local.
2826 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
2827
6dbaa1c7
UJ
28282012-05-29 Ulf Jasper <ulf.jasper@web.de>
2829
2830 * calendar/icalendar.el
2831 (icalendar-export-region): Export UID properly.
2832
d209e2fb 28332012-05-29 Leo Liu <sdl.web@gmail.com>
61b108cc
SM
2834 * calendar/icalendar.el (icalendar-import-format):
2835 Add `icalendar-import-format-uid' (Bug#11525).
6dbaa1c7
UJ
2836 (icalendar-import-format-uid): New.
2837 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
2838 Export UID.
2839
6876a58d
SM
28402012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
2843 different alternative patterns.
2844 (pcase-codegen): Be more careful to preserve identity.
2845 (pcase--u1): Don't forget to mark vars as used.
2846
2847 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
2848 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
2849 (byte-compile-from-buffer): ...rather than here.
2850
2851 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
2852 functions from byte-compile-function-environment.
2853
46b7967e
TN
28542012-05-29 Troels Nielsen <bn.troels@gmail.com>
2855
2856 * window.el (window-deletable-p): Avoid deleting the root window
2857 of a frame with an active minibuffer.
2858
69d565e2
MR
28592012-05-29 Martin Rudalics <rudalics@gmx.at>
2860
2861 * simple.el (choose-completion): Use quit-window (Bug#11567).
2862
a149fa51
CY
28632012-05-29 Chong Yidong <cyd@gnu.org>
2864
2865 * whitespace.el (whitespace-cleanup): Fix usage of
2866 whitespace-empty-at-bob-regexp (Bug#11492).
2867
2b311310
AH
28682012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
2869
2870 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
2871 revert (Bug#11488).
2872
b9cb2387
JL
28732012-05-29 Juri Linkov <juri@jurta.org>
2874
2875 * isearch.el (isearch-mode-map): Bind `M-s _' to
2876 `isearch-toggle-symbol'. Bind `M-s c' to
2877 `isearch-toggle-case-fold'.
2878 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
2879 (isearch-forward): Add `M-s _' to the docstring.
2880 (isearch-forward-symbol, isearch-toggle-case-fold)
2881 (isearch-symbol-regexp): New functions. (Bug#11381)
2882
d5e61c1c
JL
28832012-05-29 Juri Linkov <juri@jurta.org>
2884
2885 * isearch.el (isearch-word): Add docstring. (Bug#11381)
2886 (isearch-occur, isearch-search-and-update): If `isearch-word' is
2887 a function, call it to get the regexp.
2888 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
2889 property `isearch-message-prefix' instead of the string "word ".
2890 (isearch-search-fun-default): For the case of `isearch-word',
2891 return a lambda that calls re-search-forward/re-search-backward
2892 with a regexp returned by `word-search-regexp' or by the function
2893 in `isearch-word'.
2894
8cbd80f7
JL
28952012-05-29 Juri Linkov <juri@jurta.org>
2896
2897 * isearch.el (isearch-search-fun-default): New function.
2898 (isearch-search-fun): Move default part to the new function
2899 `isearch-search-fun-default'.
2900 (isearch-search-fun-function): Set the default value to
2901 `isearch-search-fun-default'. (Bug#11381)
2902
2903 * comint.el (comint-history-isearch-end):
2904 Use `isearch-search-fun-default'.
2905 (comint-history-isearch-search): Use `isearch-search-fun-default'
2906 and remove spacial case for `isearch-word'.
2907 (comint-history-isearch-wrap): Remove spacial case for
2908 `isearch-word'.
2909
2910 * hexl.el (hexl-isearch-search-function):
2911 Use `isearch-search-fun-default'.
2912
2913 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
2914 Use `word-search-regexp' for `isearch-word'.
2915
2916 * misearch.el (multi-isearch-search-fun):
2917 Use `isearch-search-fun-default'.
2918
2919 * simple.el (minibuffer-history-isearch-search):
2920 Use `isearch-search-fun-default' and remove spacial case for
2921 `isearch-word'.
2922 (minibuffer-history-isearch-wrap): Remove spacial case for
2923 `isearch-word'.
2924
2925 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
2926 Remove spacial case for `isearch-word'.
2927 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
2928
85c8c5b6
AM
29292012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2930
2931 Decrease XEmacs incompatibilities.
2932 * textmodes/flyspell.el (flyspell-check-pre-word-p):
2933 Use `string-match'.
2934 (flyspell-delete-region-overlays): Use alternative definition for
2935 XEmacs.
2936 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
2937 (flyspell-word): Use `process-kill-without-query' if XEmacs.
2938 (flyspell-mode-on): Use `interactive-p' if XEmacs.
2939 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
2940 `define-obsolete-face-alias' under XEmacs, but old method.
2941
2942 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
2943 `with-no-warnings' definition or Emacs alias.
2944 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
2945 (ispell-word): Do not use `region-p' if XEmacs.
2946
8cab9efc
AM
29472012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2948
2949 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2950 Check for `ispell-dictionary-base-alist' instead of full
2951 `ispell-dictionary-alist'.
2952 (ispell-init-process): Show spellchecker when starting new Ispell
2953 process.
2954
fda91268
RZ
29552012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
2958 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
2959
694ea8e3
JB
29602012-05-27 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * version.el (motif-version-string, gtk-version-string)
2963 (ns-version-string): Declare.
2964
e4d4f539
JL
29652012-05-27 Juri Linkov <juri@jurta.org>
2966
2967 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
2968 after the `eval-defun-1' specialcaseing
2969 like in `edebug-eval-defun' (bug#10181).
2970
2971 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
2972 like in `eval-defun-1'.
2973
33017faf 29742012-05-27 Eli Zaretskii <eliz@gnu.org>
b30b64b9 2975
fda91268
RZ
2976 * mail/sendmail.el (mail-yank-region):
2977 Recognize rmail-yank-current-message in addition to insert-buffer.
2978 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
b30b64b9
EZ
2979 a *mail* buffer created through rmail-start-mail with sendmail as
2980 mail-user-agent.
2981
33017faf
GM
29822012-05-27 Chong Yidong <cyd@gnu.org>
2983
2984 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
2985 Default to 256 (Bug#11267).
2986
2987 * help.el (describe-mode): Doc fix.
2988
04188bb9
GM
29892012-05-26 Glenn Morris <rgm@gnu.org>
2990
38264cc9
GM
2991 * w32-fns.el (w32-init-info): Remove.
2992 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
2993
eb7afdad
GM
2994 * info.el (info-initialize): For self-contained NS builds, put the
2995 included info/ directory at the front. (Bug#2791)
2996
04188bb9
GM
2997 * paths.el (Info-default-directory-list): Make it a defcustom,
2998 mainly so that we can use custom-initialize-delay.
2999
a179e3f7
SM
30002012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3001
43416392
SM
3002 * subr.el (buffer-has-markers-at): Mark obsolete.
3003
a179e3f7 3004 * subr.el (lambda): Use declare.
43416392 3005
a179e3f7
SM
3006 * emacs-lisp/lisp-mode.el (lambda):
3007 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
3008
34a008d9
AH
30092012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3010
3011 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
3012
0a3b289f
GM
30132012-05-26 Glenn Morris <rgm@gnu.org>
3014
3015 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
3016
758c81e8
GM
30172012-05-25 Glenn Morris <rgm@gnu.org>
3018
f9f334f0
GM
3019 * paths.el: Remove no-byte-compile.
3020 * loadup.el: No need to load paths.el uncompiled.
3021
87eb79c2
GM
3022 * image.el (imagemagick-types-inhibit): Doc fix.
3023
758c81e8
GM
3024 * version.el: Remove no-byte-compile and associated formatting.
3025 * loadup.el: No need to load version.el uncompiled. AFAICS, this
3026 is ancient code from when there was an "inc-vers.el".
3027
e7e85dc0
SM
30282012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * progmodes/gdb-mi.el: Minor style changes.
3031 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
3032 Turn into minor modes.
3033 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
3034 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
3035 (gdb-shell): Remove unneeded let-binding.
3036 (gdb-get-many-fields): Eliminate O(n²) behavior.
3037
f31237a4
EZ
30382012-05-25 Eli Zaretskii <eliz@gnu.org>
3039
3040 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
3041 platforms that don't link in fontset.c.
3042
bc1b21bb
JL
30432012-05-25 Juri Linkov <juri@jurta.org>
3044
3045 Use the same diff color scheme as in modern VCSes (bug#10181).
3046
3047 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
3048 to avoid confusion with `diff-added' that now uses green colors.
3049 (diff-removed): Use shades of red.
3050 (diff-added): Use shades of green.
3051 (diff-changed): Leave just the yellow color.
3052 (diff-use-changed-face): New variable.
3053 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
3054 how to highlight context diff changes.
3055 (diff-refine-change): Use shades of yellow.
3056 (diff-refine-removed): New face that uses shades of red.
3057 (diff-refine-added): New face that uses shades of green.
3058 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
3059 `diff-refine-removed' in the call to `smerge-refine-subst'
3060 depending on the value of `diff-use-changed-face'.
3061
3062 * vc/smerge-mode.el (smerge-mine): Use shades of red.
3063 (smerge-other): Use shades of green.
3064 (smerge-base): Use shades of yellow.
3065 (smerge-refined-change): Empty face.
3066 (smerge-refined-removed): New face that uses shades of red.
3067 (smerge-refined-added): New face that uses shades of green.
3068 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
3069 args `props-r' and `props-a', and use them. Doc fix.
3070 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
3071 on its value use different faces `smerge-refined-change',
3072 `smerge-refined-removed', `smerge-refined-added' in the call to
3073 `smerge-refine-subst'.
3074
3075 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
3076 Add face condition `min-colors 88' with shades of red.
3077 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
3078 `min-colors 88' with shades of green.
3079 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
3080 `min-colors 88' with shades of yellow.
3081
6df9112c
GM
30822012-05-24 Glenn Morris <rgm@gnu.org>
3083
ead5edc0
GM
3084 * paths.el (prune-directory-list, remote-shell-program): Move to...
3085 * files.el (prune-directory-list, remote-shell-program): ...here.
3086 For the latter, delay initialization, prefer ssh, just search PATH.
3087
f18b81e6
GM
3088 * paths.el (term-file-prefix): Move to faces.el (the only user).
3089 * faces.el (term-file-prefix): Move here, make it a defcustom.
3090
ee2f89a6
GM
3091 * paths.el (news-directory, news-path, news-inews-program):
3092 Move to gnus/nnspool.el.
61a583ca 3093
f8815e4c
GM
3094 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
3095
c8f3b42c
GM
3096 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
3097 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
3098 Make the latter a defcustom, with a delayed initialization.
3099
6df9112c
GM
3100 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
3101 These were deleted from Gnus itself late 2010.
3102
5dadff36
JB
31032012-05-22 Juanma Barranquero <lekktu@gmail.com>
3104
9e1701c6
JB
3105 * progmodes/which-func.el (which-func-ff-hook):
3106 Check against user-error, not error.
3107
bd7239f5 3108 * emacs-lisp/edebug.el (top): Do not load or set up loading of
5dadff36
JB
3109 cl-specs.el, which no longer exists.
3110
3290526d
GM
31112012-05-22 Glenn Morris <rgm@gnu.org>
3112
3113 * info.el (info-emacs-bug): New command.
3114 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
3115 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
3116
ff0c3cfb
GM
31172012-05-21 Glenn Morris <rgm@gnu.org>
3118
3119 * makefile.w32-in (update-subdirs-SH):
3120 * Makefile.in (update-subdirs): Update for moved update-subdirs.
3121
5814f126
SM
31222012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3123
a52c0aa0
SM
3124 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
3125
5814f126
SM
3126 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3127 Simplify Maven regexp, and make sure the file can't start with a space
3128 (bug#11517).
3129
b847032c
GM
31302012-05-21 Glenn Morris <rgm@gnu.org>
3131
3132 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
3133 Scrap superfluous subshells.
3134
3858bfe7
SM
31352012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
3138 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
3139
d14b0029
JB
31402012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
3141
3142 * calc/calc.el (calc-ensure-consistent-units): New variable.
3143
a52c0aa0
SM
3144 * calc/calc-units.el (math-consistent-units-p)
3145 (math-check-unit-consistency): New functions.
3146 (calc-quick-units, calc-convert-units):
3147 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
3148 is non-nil.
d14b0029
JB
3149 (calc-extract-units): Fix typo.
3150
60c4db3a
SM
31512012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3152
77f3b62e
SM
3153 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
3154
60c4db3a
SM
3155 * textmodes/flyspell.el: Commenting style, plus code simplifications.
3156 (flyspell-default-deplacement-commands): Don't spell check after
3157 repeated window/frame switches (e.g. triggered by mouse-movement).
3158 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
3159 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
3160 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
3161 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
3162 Remove unused vars.
3163 (flyspell-get-casechars, flyspell-get-not-casechars):
3164 Simplify; Don't bother removing a ] just to add it back.
3165 * textmodes/ispell.el (ispell-program-name): Use executable-find.
3166
d209e2fb 31672012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
b1a10716
RS
3168
3169 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
3170 New functions.
bd7239f5 3171 (math-function-table): Add support for more C functions.
b1a10716 3172
3f1b25b5
AM
31732012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3174
090bd7cb
JB
3175 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3176 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3177 Protect delay handling for otherchars against empty otherchars.
3f1b25b5 3178
b581bb5c
SM
31792012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3180
3181 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
3182 their respective macro declarations.
3183 * skeleton.el (define-skeleton):
3184 * progmodes/compile.el (define-compilation-mode):
3185 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
3186 (define-ibuffer-filter):
3187 * emacs-lisp/generic.el (define-generic-mode):
3188 * emacs-lisp/easy-mmode.el (define-minor-mode)
3189 (define-globalized-minor-mode):
3190 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
3191 * emacs-lisp/byte-run.el (defsubst):
3192 * custom.el (deftheme): Add doc-string metadata.
3193
70b8ef8f
SM
31942012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
3197
b1198e17
SM
31982012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3199
9abdc45d
SM
3200 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
3201
b1198e17
SM
3202 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
3203 * emacs-lisp/cl-macs.el: Idem.
3204 * emacs-lisp/cl-specs.el: Remove.
3205
4735906a
SM
32062012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3207
3208 Minor renaming of internal CL functions and variables.
3209 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
3210 (cl--position): Rename from cl-position.
3211 (cl--delete-duplicates): Rename from cl-delete-duplicates.
3212 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
3213 (cl--random-state): Rename from *random-state*.
3214
ac348012
SM
32152012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3216
3217 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
3218 parens around the arg list (bug#11499).
3219
a0a79cde
JL
32202012-05-17 Juri Linkov <juri@jurta.org>
3221
3222 * isearch.el (word-search-regexp, word-search-backward)
3223 (word-search-forward, word-search-backward-lax)
3224 (word-search-forward-lax): Move functions from search.c
3225 (bug#10145, bug#11381).
3226
65034a51
AM
32272012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3228
090bd7cb
JB
3229 * textmodes/flyspell.el (flyspell-check-pre-word-p)
3230 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
3231 Delay for otherchars as for normal word components.
65034a51 3232
1a72a195
SM
32332012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * minibuffer.el (completion--sifn-requote): Fix last change.
3236 (minibuffer-local-must-match-filename-map):
3237 Move define-obsolete-variable-alias before its var.
3238
fdb058c2
SM
32392012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3240
c41045e6
SM
3241 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
3242
036dfb8b
SM
3243 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
3244 behavior.
3245 (completion--string-equal-p): New function.
3246 (completion--twq-all): Use it to get better assertion failure data.
3247
2473256d
SM
3248 Only handle ".." and '..' quoting in shell-mode (bug#11466).
3249 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
3250 (shell--requote-argument): New functions.
3251 (shell-completion-vars): Use them.
3252 (shell--parse-pcomplete-arguments): Rename from
3253 shell-parse-pcomplete-arguments.
3254 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
3255 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
3256 Obey comint-file-name-quote-list.
3257
fdb058c2
SM
3258 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
3259 (smie-indent-keyword): Use it.
3260
51fa99f1
SM
32612012-05-14 Stefan Merten <smerten@oekonux.de>
3262
3263 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
3264
e18afed7 32652012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
d9d1dfef
SM
3266
3267 * net/rlogin.el (rlogin-mode-map): Fix last change.
3268
e18afed7 32692012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
8633b1f4
JW
3270
3271 * mail/smtpmail.el (smtpmail-send-command): Send the command and
3272 the following \r\n using a single `process-send-string', since the
3273 Lotus SMTP server refuses to accept any commands if they are sent
e18afed7 3274 with two `process-send-string's (Bug#11444).
8633b1f4 3275
e18afed7 32762012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
fe263b8f 3277
fdb058c2
SM
3278 * shell.el (shell-parse-pcomplete-arguments):
3279 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
e18afed7 3280
2d21d7f6
WJ
32812012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3282
e18afed7 3283 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
2d21d7f6
WJ
3284 (image-transform-scale, image-transform-right-angle-fudge): New vars.
3285 (image-transform-width, image-transform-fit-width): New functions.
3286 (image-transform-properties): Use them.
3287 (image-transform-check-size): New function.
3288 (image-toggle-display-image): Use it (for testing).
3289 (image-transform-set-rotation): Reduce angle mod 360.
3290 Delete obsolete comment.
3291
7102e6d0
WJ
32922012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
3293
3294 * image-mode.el: Fix scaling (bug#11399).
3295 (image-transform-resize): Doc fix.
3296 (image-transform-properties): Default scale is 1 and height should
3297 be an integer.
3298
06bc5e6e
SM
32992012-05-13 Johan Bockgård <bojohan@gnu.org>
3300
3301 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
3302 than hard-coding `car', to fix misbehavior when moving forward.
3303
0ae03b6a
CY
33042012-05-13 Chong Yidong <cyd@gnu.org>
3305
3306 * emacs-lisp/tabulated-list.el (tabulated-list-format)
3307 (tabulated-list-entries, tabulated-list-padding)
3308 (tabulated-list-sort-key): Make permanent-local.
3309
3310 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
3311 (electric-buffer-list): Put electric buffer menu
3312 command descriptions in this docstring, instead of the docstring
3313 of electric-buffer-menu-mode. Code cleanups.
3314 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
3315 Electric-buffer-menu-mode.
3316 (electric-buffer-update-highlight): Minor code cleanup.
3317
205a7391
MA
33182012-05-13 Michael Albinus <michael.albinus@gmx.de>
3319
3320 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
3321 (Bug#11447)
3322
e5bd0a28
SM
33232012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3324
3325 Move define-obsolete-variable-alias before the var's definition.
3326 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
3327 * tooltip.el (tooltip-hook):
3328 * textmodes/reftex-toc.el (reftex-toc-map):
3329 * textmodes/reftex-sel.el (reftex-select-label-map)
3330 (reftex-select-bib-map):
3331 * textmodes/reftex-index.el (reftex-index-map)
3332 (reftex-index-phrases-map):
3333 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
3334 * progmodes/meta-mode.el (meta-mode-map):
3335 * novice.el (disabled-command-hook):
3336 * loadhist.el (unload-hook-features-list):
3337 * frame.el (blink-cursor):
3338 * files.el (find-file-not-found-hooks, write-file-hooks)
3339 (write-contents-hooks):
3340 * emulation/tpu-edt.el (GOLD-map):
3341 * emacs-lock.el (emacs-lock-from-exiting):
3342 * emacs-lisp/generic.el (generic-font-lock-defaults):
3343 * emacs-lisp/chart.el (chart-map):
3344 * dos-fns.el (register-name-alist):
3345 * dired-x.el (dired-omit-files-p):
3346 * desktop.el (desktop-enable):
3347 * cus-edit.el (custom-mode-hook):
3348 * buff-menu.el (buffer-menu-mode-hook):
3349 * bookmark.el (bookmark-read-annotation-text-func)
3350 (bookmark-exit-hooks):
3351 * allout.el (allout-mode-deactivate-hook)
3352 (allout-exposure-change-hook, allout-structure-added-hook)
3353 (allout-structure-deleted-hook, allout-structure-shifted-hook):
3354 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
3355 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
3356 comes before the corresponding variable's definition.
3357
ac59c2f6
CY
33582012-05-12 Chong Yidong <cyd@gnu.org>
3359
3360 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
0d909786
CY
3361 (Buffer-menu-mouse-select): Restore function (Bug#11459).
3362 (Buffer-menu-mode-map): Bind it.
3363 (Buffer-menu--pretty-name): Add a mouse-face property.
ac59c2f6 3364
dee6c9a3
SM
33652012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3366
2171cea5
SM
3367 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
3368 (prolog-upper-case-string, prolog-lower-case-string)
3369 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
3370 (prolog-use-smie, prolog-smie-grammar): New vars.
3371 (prolog-smie-forward-token, prolog-smie-backward-token)
3372 (prolog-smie-rules): New funs.
3373 (prolog-comment-indent): Remove.
3374 (prolog-mode-variables): Use default comment indentation instead.
3375 Setup SMIE.
3376 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
3377 (prolog-mode): Don't call them any more.
3378 (prolog-electric-colon, prolog-electric-dash)
3379 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
3380
aa0382bd
SM
3381 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
3382
dbacb4bd
SM
3383 * minibuffer.el (completion--twq-all): Again, allow case differences.
3384
13bdd94c
SM
3385 * term.el: Move keymap initialization code to be more idiomatic.
3386 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
3387 (term-terminal-menu): Move initialization into declaration.
3388 (term-escape-char): Let the user set it in her .emacs.
3389
ff46c759
SM
3390 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
3391 Provide SMIE-based indentation (not enabled by default yet).
3392 (sh-mode-map): Don't bind electric keys.
3393 Use electric-pair-mode instead of skeleton-pair.
3394 (sh-assignment-regexp): Fit within 80 columns.
3395 (sh-indent-supported): Specify actual shell name instead of boolean.
3396 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
3397 (sh-maybe-here-document): Use it. Make obsolete.
3398 (sh-electric-here-document-mode) New minor mode.
3399 (sh-mode): Use it. Don't set sh-indent-supported-here here.
3400 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
3401 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
3402 (sh-smie-rc-grammar, sh-use-smie): New vars.
3403 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
3404 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
3405 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
3406 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
3407 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
3408 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
3409 (sh-set-shell): Use smie-setup if requested.
3410
dee6c9a3
SM
3411 * term.el (term-set-escape-char): Properly set term-escape-char.
3412 See http://stackoverflow.com/questions/10524656.
3413
9f9aa044
CY
34142012-05-10 Chong Yidong <cyd@gnu.org>
3415
3416 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
3417 Use url-generic-parse-url, and handle host names and Windows
3418 filenames properly.
3419 (ffap-url-unwrap-remote): Use url-generic-parse-url.
3420 (ffap-url-unwrap-remote): Accept list values, specifying a list of
3421 URL schemes to work on.
3422 (ffap--toggle-read-only): New function.
3423 (ffap-read-only, ffap-read-only-other-window)
3424 (ffap-read-only-other-frame): Use it.
3425 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
3426 necessary for ffap-url-unwrap-remote.
3427
836d29b3
DA
34282012-05-10 Dave Abrahams <dave@boostpro.com>
3429
3430 * cus-start.el (create-lockfiles): Add it.
3431
00fd78ed
CY
34322012-05-09 Chong Yidong <cyd@gnu.org>
3433
3434 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
3435 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
3436
666b903b 34372012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1cb51c12
SM
3438
3439 * shell.el (shell-completion-vars): Fix last change (bug#11348).
3440
666b903b 34412012-05-09 Chong Yidong <cyd@gnu.org>
18f00515
CY
3442
3443 * ansi-color.el (ansi-color-process-output): Check for validity of
3444 comint-last-output-start before using it. This avoids a bad
3445 interaction with gdb-mi's input/output buffer.
3446
666b903b 34472012-05-09 Glenn Morris <rgm@gnu.org>
fd075e7b
GM
3448
3449 * files.el (dir-locals-read-from-file):
3450 Mention dir-locals in any error message.
3451
666b903b 34522012-05-09 Chong Yidong <cyd@gnu.org>
25f292cd
CY
3453
3454 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
3455 package (Bug#11410).
3456
f677562b
CY
3457 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
3458 variables into description.
3459
666b903b 34602012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3d53ee1b
SM
3461
3462 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
3463 shell-delimiter-argument-list (bug#11348).
3464 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
3465
b499d8d0
JB
34662012-05-09 Juanma Barranquero <lekktu@gmail.com>
3467
8f6b6da8
JB
3468 * textmodes/rst.el: Silence byte-compiler warnings.
3469 (rst-re-alist, rst-reset-section-caches): Move around.
3470 (rst-re): Use `characterp', not `char-valid-p'.
3471 (font-lock-beg, font-lock-end): Declare.
3472
4824146a
JB
3473 * progmodes/idlw-shell.el (specs): Remove reference to deleted
3474 variable `idlwave-shell-activate-alt-keybindings' and simplify.
3475
b499d8d0
JB
3476 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
3477
ad89bb83
GM
34782012-05-08 Glenn Morris <rgm@gnu.org>
3479
3480 * files.el (auto-mode-alist): Treat ".make" like ".mk".
3481
8bba5a75
SM
34822012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3483
49ed9c8e
SM
3484 * vc/log-edit.el: Add GNU coding standards highlighting.
3485 (log-edit-font-lock-gnu-style)
3486 (log-edit-font-lock-gnu-keywords): New vars.
3487 (log-edit-font-lock-keywords): New fun.
3488 (log-edit-mode): Don't fold case in font-lock.
3489 (log-edit-font-lock-keywords): Do not assume case-folding.
3490
07d00b56
SM
3491 * imenu.el: Misc cleanup. Make docstrings out of comments.
3492 Use lexical-binding.
3493 (imenu--index-alist, imenu--last-menubar-index-alist)
3494 (imenu-menubar-modified-tick): Use defvar-local.
3495 (imenu--split-menu): Remove unused var.
3496 (imenu--cleanup-seen): Declare as global.
3497 (imenu--cleanup): Use dolist.
3498
8bba5a75
SM
3499 * subr.el (defvar-local): Add debug spec and doc-string position.
3500
5075bdb5
GM
35012012-05-08 Glenn Morris <rgm@gnu.org>
3502
090bd7cb 3503 * language/burmese.el, language/cham.el, language/czech.el:
c052c904
GM
3504 * language/english.el, language/georgian.el, language/greek.el:
3505 * language/japanese.el, language/khmer.el, language/korean.el:
3506 * language/lao.el, language/misc-lang.el, language/romanian.el:
3507 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
3508 * language/thai.el, language/utf-8-lang.el:
3509 Remove no-byte-compile setting.
3510
5075bdb5
GM
3511 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
3512
06f679a7
AH
35132012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
3514
3515 * progmodes/make-mode.el (makefile-browse):
3516 Remove unnecessary interactive. (Bug#11324)
3517
03794570
GM
35182012-05-07 Glenn Morris <rgm@gnu.org>
3519
af8630f4
GM
3520 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
3521
03794570
GM
3522 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
3523
f0809a9d
SM
35242012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3525
28be5ce7
SM
3526 * loadup.el: Preload newcomment.el.
3527 * newcomment.el: Move autoload-only code to toplevel.
3528
f0809a9d
SM
3529 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
3530 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
3531 Handle new :right-align column property.
3532 (tabulated-list-print-col): Idem, plus use `display' text-property to
3533 try and preserve alignment for variable pitch fonts.
3534
1241b724
CY
35352012-05-07 Chong Yidong <cyd@gnu.org>
3536
3537 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
3538 (tabulated-list-use-header-line): New var.
3539 (tabulated-list-init-header): Use it.
3540 (tabulated-list-print-fake-header): New function.
3541 (tabulated-list-print): Use it.
3542 (tabulated-list-sort-button-map): Add non-header-line commands.
3543 (tabulated-list-init-header): Add column name property to basic
3544 labels as well.
3545 (tabulated-list-col-sort): Handle non-header-line button case.
3546 (tabulated-list--sort-by-column-name): Fix a corner case.
3547
f0809a9d
SM
3548 * buff-menu.el (list-buffers--refresh):
3549 Handle Buffer-menu-use-header-line.
1241b724 3550
e5f9458f
CY
35512012-05-06 Chong Yidong <cyd@gnu.org>
3552
3553 * buff-menu.el: Convert to Tabulated List mode.
3554 (Buffer-menu-buffer+size-width): Make obsolete.
3555 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
3556 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
3557 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
3558 documentation into docstring of buffer-menu.
3559 (Buffer-menu-toggle-files-only): Add an informative message.
3560 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
3561 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
3562 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
3563 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
3564 (Buffer-menu-execute, Buffer-menu-select)
3565 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
3566 (Buffer-menu-bury): Use Tabulated List machinery.
3567 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
3568 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
f0809a9d 3569 Delete.
e5f9458f
CY
3570 (list-buffers--refresh): New function.
3571 (list-buffers-noselect): Use it.
3572 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
3573 (Buffer-menu--pretty-file-name): New helper functions.
3574
3575 * loadup.el: Preload tabulated-list.
3576
3577 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
3578 tabulated-list-sort-column.
3579 (tabulated-list-init-header): Add the initial aligning space even
3580 if tabulated-list-padding is zero.
3581
e129292c
CS
35822012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
3583
3584 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
3585 whose cdr is not a cons cell correctly (bug#11038).
3586
6632d361
CY
35872012-05-06 Chong Yidong <cyd@gnu.org>
3588
e129292c
CS
3589 * emacs-lisp/tabulated-list.el (tabulated-list-format):
3590 Accept additional plist in column descriptors.
6632d361
CY
3591 (tabulated-list-init-header): Obey it.
3592 (tabulated-list-get-entry): New function.
3593 (tabulated-list-put-tag): Use it. Use string-width instead of
3594 length.
3595 (tabulated-list--column-number): New function.
3596 (tabulated-list-print): Use it.
e129292c
CS
3597 (tabulated-list-print-col): New function.
3598 Set `tabulated-list-column-name' property on each column's text.
6632d361 3599 (tabulated-list-print-entry): Use it.
e129292c
CS
3600 (tabulated-list-delete-entry, tabulated-list-set-col):
3601 New functions.
6632d361
CY
3602 (tabulated-list-sort-column): New command (Bug#11337).
3603
3cc99f68
CY
3604 * buff-menu.el (list-buffers): Move C-x C-b binding from
3605 buff-menu.el to bindings.el.
3606
3607 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
3608 :advertised-binding feature.
3609
52b61776
TN
36102012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
3611
3612 * progmodes/compile.el (compilation-internal-error-properties):
3613 Calculate start position correctly when end-col is set but
3614 end-line is not (Bug#11382).
3615
ebfe2597
WJ
36162012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
3617
3618 * man.el (Man-unindent): Use text-property-default-nonsticky to
3619 prevent untabify from inheriting face properties (Bug#11408).
3620
6d3f7c2f
SM
36212012-05-05 Stefan Merten <smerten@oekonux.de>
3622
3623 * textmodes/rst.el: Major merge with upstream development up to
3624 Docutils SVN r7399 / rst.el V1.2.1.
3625
3626 Clarify maintainership and authors.
3627
3628 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
3629 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
3630 (rst-official-version, rst-official-cvs-rev, rst-version)
3631 (rst-package-emacs-version-alist): New functions and variables
3632 for version information.
3633
3634 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
3635 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
3636 (rst-mode-syntax-table, rst-mode): New and corrected functions
3637 and variables representing reStructuredText features.
3638
3639 (rst-re): New function for reStructuredText regexes. Use in
3640 many places.
3641
3642 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
3643 (rst-mode-map): Rebind keys.
3644
3645 (rst-mode-lazy, rst-font-lock-keywords)
3646 (rst-font-lock-extend-region)
3647 (rst-font-lock-extend-region-internal)
3648 (rst-font-lock-extend-region-extend)
3649 (rst-font-lock-find-unindented-line-limit)
3650 (rst-font-lock-find-unindented-line-match)
3651 (rst-adornment-level, rst-font-lock-adornment-level)
3652 (rst-font-lock-adornment-match)
3653 (rst-font-lock-handle-adornment-pre-match-form)
3654 (rst-font-lock-handle-adornment-matcher): Major revision of
3655 font-locking. Integrate with other code. Use `jit-lock-mode'.
3656
3657 (rst-preferred-adornments, rst-adjust-hook)
3658 (rst-new-adornment-down, rst-preferred-bullets)
3659 (rst-preferred-bullets, rst-indent, rst-indent-width)
3660 (rst-indent-field, rst-indent-literal-normal)
3661 (rst-indent-literal-minimized, rst-indent-comment): Change,
3662 extend and improve customization.
3663
3664 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
3665 (rst-normalize-cursor-position, rst-get-decoration)
3666 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
3667 (rst-rstrip, rst-toc-insert-find-delete-contents)
3668 (rst-shift-fill-region, rst-compute-bullet-tabs)
3669 (rst-debug-print-tabs, rst-debug-mark-found)
3670 (rst-shift-region-guts, rst-shift-region-right)
3671 (rst-shift-region-left, rst-use-char-classes)
3672 (rst-font-lock-keywords-function)
3673 (rst-font-lock-indentation-point)
3674 (rst-font-lock-find-unindented-line-begin)
3675 (rst-font-lock-find-unindented-line-end)
3676 (rst-font-lock-find-unindented-line)
3677 (rst-font-lock-adornment-point, rst-font-lock-level)
3678 (rst-adornment-level-alist): Remove functions and variables.
3679
3680 (rst-compare-adornments, rst-get-adornment-match)
3681 (rst-suggest-new-adornment, rst-get-adornments-around)
3682 (rst-adornment-complete-p, rst-get-next-adornment)
3683 (rst-adjust-adornment, rst-display-adornments-hierarchy)
3684 (rst-straighten-adornments): Standardize function names to
3685 use "adornment" instead of "decoration". Correct callers.
3686 Similar standardizing in many places.
3687
3688 (rst-update-section, rst-adjust, rst-promote-region)
3689 (rst-enumerate-region, rst-bullet-list-region)
3690 (rst-repeat-last-character): Correct use of `interactive'.
3691
3692 (rst-classify-adornment, rst-find-all-adornments)
3693 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
3694 (rst-find-leftmost-column, rst-repeat-last-character):
3695 Refactor functions.
3696
3697 (rst-find-title-line, rst-reset-section-caches)
3698 (rst-get-adornments-around, rst-adjust-adornment-work)
3699 (rst-arabic-to-roman, rst-roman-to-arabic)
3700 (rst-insert-list-pos, rst-insert-list-new-item)
3701 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
3702 New functions.
3703
3704 (rst-all-sections, rst-section-hierarchy)
3705 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
3706 New variables.
3707
3708 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
3709 configuration instead of only buffer. Change where necessary.
3710
3711 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
3712 (rst-shift-region, rst-adaptive-fill): New functions for
3713 indentation and filling.
3714
3715 (rst-comment-line-break, rst-comment-indent)
3716 (rst-comment-insert-comment, rst-comment-region)
3717 (rst-uncomment-region): New functions for handling comments.
3718
3719 (rst-compile): Quote shell arguments.
3720
3721 (rst-compile-pdf-preview, rst-compile-slides-preview):
3722 Delete temporary files after use.
3723
a43f98b3
GM
37242012-05-05 Glenn Morris <rgm@gnu.org>
3725
48176e8b
GM
3726 * calendar/cal-html.el: Optionally include holidays in the output.
3727 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
3728 (cal-html-holidays): New option.
3729 (cal-html-css-default): Add holiday entry.
3730 (holiday-in-range): Autoload it.
3731 (cal-html-htmlify-entry): Add optional class argument.
3732 (cal-html-htmlify-list): Add optional holidays argument.
3733 (cal-html-insert-agenda-days): Include holidays in the output.
3734 (cal-html-one-month): Maybe include holidays.
3735
a43f98b3
GM
3736 * calendar/holidays.el (holiday-in-range):
3737 Move here from cal-tex-list-holidays.
3738 * calendar/cal-tex.el (cal-tex-list-holidays):
3739 Make it an obsolete alias for holiday-in-range. Update all callers.
3740
fef9d149 37412012-05-05 Chong Yidong <cyd@gnu.org>
eceeb5fc
CY
3742
3743 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
3744 Nextstep.
3745
248da2f4
RW
37462012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
3747
3748 * files.el (file-auto-mode-skip): New var.
3749 (set-auto-mode-1): Use it.
3750
f95e9344
SM
37512012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3752
df96ab1e
SM
3753 * repeat.el: Use lexical-binding.
3754 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
3755 (repeat-undo-count): Remove.
3756 (repeat):
3757 * progmodes/octave-mod.el (octave-abbrev-start):
3758 * progmodes/f90.el (f90-abbrev-start):
3759 * face-remap.el (text-scale-adjust):
3760 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
3761
5342bb06
SM
3762 * emacs-lisp/pcase.el (pcase--let*): New function.
3763 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
3764 a bit more.
3765 (pcase--split-pred): Be more clever about ruling out overlap between
3766 a predicate and some constant pattern.
3767 (pcase--q1): Use `null' instead of (eq foo nil).
3768
f95e9344
SM
3769 * subr.el (setq-local, defvar-local): New macros.
3770 (kbd): Redefine as an alias.
3771 (with-selected-window): Leave unrelated frames alone.
3772 (set-temporary-overlay-map): New function.
3773
71873e2b
SM
37742012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3775
3776 * subr.el (user-error): New function.
3777 * window.el (switch-to-buffer):
3778 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
3779 (smerge-match-conflict):
3780 * simple.el (previous-matching-history-element)
3781 (next-matching-history-element, goto-history-element, undo-more)
3782 (undo-start):
3783 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
3784 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
3785 (next-file, tags-loop-scan, list-tags, complete-tag):
3786 * progmodes/compile.el (compilation-loop):
3787 * mouse.el (mouse-minibuffer-check):
3788 * man.el (Man-bgproc-sentinel, Man-goto-page):
3789 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
3790 (Info-history-forward, Info-follow-reference, Info-menu)
3791 (Info-extract-menu-item, Info-extract-menu-counting)
3792 (Info-forward-node, Info-backward-node, Info-next-menu-item)
3793 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
3794 (Info-next-reference, Info-prev-reference, Info-index)
3795 (Info-index-next, Info-follow-nearest-node)
3796 (Info-copy-current-node-name):
3797 * imenu.el (imenu--make-index-alist)
3798 (imenu-default-create-index-function, imenu-add-to-menubar):
3799 * files.el (basic-save-buffer, recover-file):
3800 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3801 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
3802 (checkdoc-message-text, checkdoc-defun):
3803 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
3804 * cus-edit.el (customize-changed-options, customize-rogue)
3805 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
3806 (custom-variable-mark-to-reset-standard)
3807 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
3808 (custom-file):
3809 * completion.el (check-completion-length):
3810 * comint.el (comint-search-arg)
3811 (comint-previous-matching-input-string-position)
3812 (comint-previous-matching-input)
3813 (comint-replace-by-expanded-history-before-point, comint-send-input)
3814 (comint-copy-old-input, comint-backward-matching-input)
3815 (comint-goto-process-mark, comint-set-process-mark):
3816 * calendar/calendar.el (calendar-cursor-to-date): Use it.
3817 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
3818
8a61ee22
SM
38192012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3820
66408d1e
SM
3821 * dabbrev.el (dabbrev--ignore-case-p): New function.
3822 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
3823 Use it.
3824
8a61ee22
SM
3825 * files.el (automount-dir-prefix): Mark as obsolete.
3826
3c74813a
GM
38272012-05-04 Glenn Morris <rgm@gnu.org>
3828
3829 * patcomp.el, play/bruce.el: Move to obsolete/.
3830
0bfcf5c5
PE
38312012-05-04 Paul Eggert <eggert@cs.ucla.edu>
3832
3833 Fix minor Y10k bugs.
3834 * arc-mode.el (archive-unixdate):
3835 * autoinsert.el (auto-insert-alist):
3836 * calc/calc-forms.el (math-this-year):
3837 * emacs-lisp/copyright.el (copyright-current-year)
3838 (copyright-update-year, copyright):
3839 * tar-mode.el (tar-clip-time-string):
3840 * time.el (display-time-update):
3841 Don't assume years have 4 digits.
3842
78f3273a
CY
38432012-05-04 Chong Yidong <cyd@gnu.org>
3844
3845 * dos-w32.el (file-name-buffer-file-type-alist)
3846 (direct-print-region-use-command-dot-com):
3847 * ffap.el (ffap-menu-regexp):
3848 * find-file.el (ff-special-constructs):
3849 * follow.el (follow-debug):
3850 * forms.el (forms--debug):
3851 * iswitchb.el (iswitchb-all-frames):
3852 * ido.el (ido-all-frames):
3853 * emacs-lisp/timer.el (timer-max-repeats):
3854 * mail/feedmail.el (feedmail-mail-send-hook)
3855 (feedmail-mail-send-hook-queued):
3856 * mail/footnote.el (footnote-signature-separator):
3857 * mail/mailabbrev.el (mail-alias-separator-string)
3858 (mail-abbrev-mode-regexp):
3859 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
3860 * progmodes/idlwave.el (idlwave-libinfo-file)
3861 (idlwave-default-completion-case-is-down)
3862 (idlwave-library-routines): Convert defvars to defcustoms.
3863
3864 * mail/rmail.el (rmail-decode-mime-charset):
3865 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
3866 (idlwave-shell-fix-inserted-breaks)
3867 (idlwave-shell-activate-alt-keybindings)
3868 (idlwave-shell-use-breakpoint-glyph):
3869 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
3870
f7ae6719
SM
38712012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3872
3873 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
3874
47086495
WS
38752012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
3876
3877 * progmodes/verilog-mode.el (font-lock-keywords):
3878 Fix mis-highligting auto. Reported by Craig Barner.
3879 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
3880 defines from global name space. Reported by Dan Dever.
3881 (verilog-auto-reset, verilog-auto-reset-widths)
3882 (verilog-auto-tieoff): Support using unbased numbers for
3883 AUTORESET and AUTOTIEOFF.
3884 (verilog-submit-bug-report): Update variable list.
3885 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
3886 parenthesis from not matching. Reported by Michael Rytting.
3887 (verilog-auto-template-lint): Fix hash error when linting modules
3888 with no used templates.
3889 (verilog-warn, verilog-warn-error)
3890 (verilog-warn-fatal): When non-interactive report multiple
3891 warnings before exiting. Suggested by Brad Dobbie.
3892 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
3893 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
3894 to report unused template errors. Reported by Brad Dobbie.
3895 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
3896 nets, bug438. Reported by Vns Blore.
3897 (verilog-auto-inout-module, verilog-auto-reg)
3898 (verilog-read-decls, verilog-read-sub-decls-sig)
3899 (verilog-signals-edit-wire-reg, verilog-signals-with):
3900 Fix passing of Verilog data types in ANSI input/output ports
3901 such as "output logic" into the AUTOs. Special case "wire" and
3902 "reg" for backwards compatibility presuming Verilog 2001.
3903 (verilog-auto-ascii-enum): Add "auto enum" as alias.
3904 (verilog-preprocess): Fix replication of preprocess output.
3905 Reported by Brad Dobbie.
3906 (verilog-auto-inst-interfaced-ports):
3907 Create verilog-auto-inst-interfaced-ports, bug429.
3908 Reported by Julian Gorfajn.
3909 (verilog-after-save-font-hook)
3910 (verilog-before-save-font-hook): New variable.
3911 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
3912 (verilog-save-font-mods): Wrap disabling fontification, reported
3913 by David Rogoff.
3914 (verilog-do-indent, verilog-pretty-declarations-auto)
3915 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
3916 Reported by Pierre-David Pfister.
3917 (verilog-set-auto-endcomments): Fix endtask auto comments outside
3918 of class declarations, bug292. Reported by Kevin Heilman.
3919 (verilog-read-decls): Fix 'parameter type' not appearing in
3920 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
3921 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
3922 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
3923 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
3924 Reported by David Kravitz.
3925
39262012-05-03 Michael McNamara <mac@mail.brushroad.com>
3927
3928 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
3929 assignment with tests in ifs and for loops.
3930 (verilog-extended-complete-re, verilog-complete-reg): Change so
3931 that DPI inport functions don't look like fuction declarations.
3932 (verilog-pretty-expr): Don't line up assignment
3933 operations to the test and increment in if and for loops
3934 (verilog-extended-complete-re, verilog-complete-reg): Change so
090bd7cb 3935 that DPI inport functions don't look like fuction declarations.
47086495 3936
2e51d4b5
KH
39372012-05-03 Kenichi Handa <handa@m17n.org>
3938
3939 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
c846da43 3940 decoding, and show a warning message without signaling an error
2e51d4b5
KH
3941 (Bug#11282).
3942
2bd785a2
SM
39432012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * emacs-lisp/bytecomp.el
3946 (byte-compile-file-form-custom-declare-variable): Compile all elements,
3947 since cconv.el might have introduced :fun-body, internal-make-closure,
3948 and friends for bytecomp to handle (bug#11391).
3949 * custom.el (defcustom): Avoid ((λ ..) ..).
3950
99d27583
SM
39512012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3952
3953 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
3954
55a71479
JB
39552012-05-02 Juanma Barranquero <lekktu@gmail.com>
3956
3957 * notifications.el (dbus-debug):
3958 * term/linux.el (gpm-mouse-enable):
3959 * term/screen.el (xterm-register-default-colors): Declare.
3960
7b97c764
CY
39612012-05-02 Chong Yidong <cyd@gnu.org>
3962
2bc356d7
CY
3963 * cus-start.el (gc-cons-percentage, exec-suffixes)
3964 (dos-display-scancodes, dos-hyper-key, dos-super-key)
3965 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
3966 (make-cursor-line-fully-visible, void-text-area-pointer)
3967 (font-list-limit): Add customization data.
3968
7b97c764
CY
3969 * allout.el (allout-exposure-change-functions)
3970 (allout-structure-added-functions)
3971 (allout-structure-deleted-functions)
3972 (allout-structure-shifted-functions): Rename abnormal hooks from
3973 *-hook, and convert to defcustoms.
5d3385a0
JB
3974 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
3975 Convert to defcustoms.
7b97c764
CY
3976 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
3977
3978 * allout-widgets.el: Hook callers changed.
3979
90207a15 39802012-05-02 Eli Zaretskii <eliz@gnu.org>
91af76bf
EZ
3981
3982 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
3983 the yanked message in preference to the default value of
3984 buffer-file-coding-system.
3985
90207a15 39862012-05-02 Martin Rudalics <rudalics@gmx.at>
d9558cad 3987
5d3385a0
JB
3988 * window.el (display-buffer--action-function-custom-type):
3989 Fix entry.
d9558cad 3990
90207a15 39912012-05-02 Alan Mackenzie <acm@muc.de>
09affde0
AM
3992
3993 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
3994
d80ac57b
GM
39952012-05-01 Glenn Morris <rgm@gnu.org>
3996
976f7668
GM
3997 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
3998
beb83b5a
GM
3999 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
4000
d80ac57b
GM
4001 * cus-edit.el (custom-variable-documentation): Simplify with format.
4002
b593d6a9 40032012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
f1a71c6e 4004 Stefan Monnier <monnier@iro.umontreal.ca>
b593d6a9
AH
4005
4006 * simple.el (suggest-key-bindings, execute-extended-command):
4007 Move from keyboard.c.
4008
782fbf2a
CY
40092012-05-01 Chong Yidong <cyd@gnu.org>
4010
4011 * follow.el: Eliminate advice.
4012 (set-process-filter, process-filter, sit-for): Advice deleted.
4013 (follow-mode-off-hook): Obsolete hook removed.
b593d6a9
AH
4014 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
4015 Vars deleted.
782fbf2a
CY
4016 (follow-auto): Use a :set function.
4017 (follow-mode): Rewritten. Don't advise process filters.
4018 (follow-switch-to-current-buffer-all, follow-scroll-up)
4019 (follow-scroll-down): Assume follow-mode is bound.
4020 (follow-comint-scroll-to-bottom)
4021 (follow-align-compilation-windows): New functions.
4022 (follow--window-sorter): New function.
4023 (follow-all-followers): Use it to explicitly sort windows by their
4024 positions; don't make assumptions about next-window order.
4025 (follow-windows-start-end, follow-delete-other-windows-and-split)
4026 (follow-calc-win-start): Doc fix.
4027 (follow-windows-aligned-p, follow-select-if-visible): Don't call
4028 vertical-motion unnecessarily.
4029 (follow-adjust-window): New function.
4030 (follow-post-command-hook): Use it.
4031 (follow-call-set-process-filter, follow-call-process-filter)
4032 (follow-intercept-process-output, follow-tidy-process-filter-alist)
4033 (follow-stop-intercept-process-output, follow-generic-filter):
4034 Functions deleted.
4035 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
b593d6a9
AH
4036 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
4037 New functions, replacing advice on scroll-bar-* commands.
87233a14 4038 (follow-mwheel-scroll): New function (Bug#4112).
782fbf2a
CY
4039
4040 * comint.el (comint-adjust-point): New function.
b593d6a9
AH
4041 (comint-postoutput-scroll-to-bottom): Use it.
4042 Call follow-comint-scroll-to-bottom for Follow mode buffers.
782fbf2a 4043
290af740
GM
40442012-05-01 Glenn Morris <rgm@gnu.org>
4045
4046 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
4047 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
4048 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
4049 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
4050 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
4051 Remove no-byte-compile setting.
4052
6eac8dc9
SM
40532012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * minibuffer.el (completion-table-with-quoting): Fix compatibility
4056 all-completions code to not return a number in the last cdr.
4057
9cc7819c
LL
40582012-04-30 Leo Liu <sdl.web@gmail.com>
4059
4060 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
4061 read-only error.
4062
c93b886f
CY
40632012-04-29 Chong Yidong <cyd@gnu.org>
4064
4065 * follow.el (follow-calc-win-end): Rewrite to handle partial
4066 screen lines correctly (Bug#8390).
4067 (follow-avoid-tail-recenter): Minor cleanup.
4068
8b6c19f4
SM
40692012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 Avoid the obsolete `assoc' package.
4072 * speedbar.el (speedbar-refresh): Avoid adelete.
4073 (speedbar-file-lists): Simplify and avoid aput.
4074 * man.el (Man--sections, Man--refpages): New vars, replacing
4075 Man-sections-alist and Man-refpages-alist.
4076 (Man-build-section-alist, Man-build-references-alist):
4077 Use them; avoid aput.
4078 (Man--last-section, Man--last-refpage): New vars.
4079 (Man-follow-manual-reference): Use them.
4080 Use the `default' arg of completing-read.
4081 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
4082
c5bb7569
CY
40832012-04-27 Chong Yidong <cyd@gnu.org>
4084
d1d2e2e8
CY
4085 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
4086
15cd8efd
CY
4087 * startup.el (x-apply-session-resources): New function.
4088
4089 * term/ns-win.el (ns-initialize-window-system):
4090 * term/w32-win.el (w32-initialize-window-system):
4091 * term/x-win.el (x-initialize-window-system): Use it to properly
4092 set menu-bar-mode and other vars from X resources, even if the
4093 initial frame is not a window-system frame (Bug#2299).
4094
c5bb7569
CY
4095 * subr.el (read-key): Avoid running filter function when setting
4096 up temporary tool bar entries (Bug#9922).
4097
a8e7d6d7 40982012-04-27 Andreas Schwab <schwab@linux-m68k.org>
c4347ab9
AS
4099
4100 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
4101 (Bug#11344)
4102
a8e7d6d7 41032012-04-27 Chong Yidong <cyd@gnu.org>
acb71f1d
CY
4104
4105 * select.el (xselect--encode-string): New function, split from
4106 xselect-convert-to-string.
4107 (xselect-convert-to-string): Use it.
4108 (xselect-convert-to-filename, xselect-convert-to-os)
4109 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
4110 returned strings are properly encoded (Bug#11315).
4111
a8e7d6d7 41122012-04-27 Chong Yidong <cyd@gnu.org>
d55486c7
CY
4113
4114 * simple.el (delete-active-region): Move to killing custom group.
4115
a8e7d6d7 41162012-04-27 Andreas Schwab <schwab@linux-m68k.org>
581b6788
AS
4117
4118 * progmodes/which-func.el (which-func-current): Quote %
4119 characters for mode-line processing.
4120
578c1d4b 41212012-04-27 Chong Yidong <cyd@gnu.org>
18edb22d
CY
4122
4123 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
4124 reaching eob (Bug#11286).
4125
a8e7d6d7 41262012-04-27 Eli Zaretskii <eliz@gnu.org>
9ee9f470
EZ
4127
4128 * progmodes/gdb-mi.el (gdb-control-level): New variable.
4129 (gdb): Make it buffer-local and init to zero.
4130 (gdb-control-commands-regexp): New variable.
4131 (gdb-send): Don't wrap in "-interpreter-exec console" if
4132 gdb-control-level is positive. Increment gdb-control-level
4133 whenever the command matches gdb-control-commands-regexp, and
4134 decrement it each time the command is "end". (Bug#11279)
4135
a8e7d6d7 41362012-04-27 Martin Rudalics <rudalics@gmx.at>
41cfe0cb
MR
4137
4138 * window.el (adjust-window-trailing-edge, enlarge-window)
4139 (shrink-window, window-resize):
4140 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
4141 windows (Bug#11276).
4142
b3608390
CY
41432012-04-27 Chong Yidong <cyd@gnu.org>
4144
4145 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
a8e7d6d7 4146 fix "missing prefix" warning. All callers changed.
b3608390 4147
797e6e88
SM
41482012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4149
4150 * emacs-lisp/assoc.el: Move to obsolete/.
4151
e95a67dc
SM
41522012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4153
657c21e4 4154 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
e95a67dc
SM
4155
4156 * term/ns-win.el (ns-define-service):
4157 * progmodes/pascal.el (pascal-goto-defun):
4158 * progmodes/js.el (js--read-tab):
4159 * progmodes/etags.el (tags-lazy-completion-table):
4160 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
4161 * emacs-lisp/ewoc.el (ewoc--wrap):
4162 * emacs-lisp/assoc.el (aput, adelete, amake):
4163 * doc-view.el (doc-view-convert-current-doc):
4164 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
4165
cb3e7ae0
CY
41662012-04-26 Chong Yidong <cyd@gnu.org>
4167
dce04f7f
CY
4168 * image.el (image-type-from-buffer): Only return supported image
4169 type (Bug#9045).
4170
cb3e7ae0
CY
4171 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
4172 value, for symmetry with diff-end-of-hunk.
4173 (diff-split-hunk, diff-find-source-location)
4174 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
4175 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
4176 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
4177 compute the relevant hunk or file properly (Bug#6005).
4178 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
4179
0d42eb3e
SM
41802012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4181
4182 * vc/vc-mtn.el:
4183 * vc/vc-hg.el:
4184 * vc/vc-git.el:
4185 * vc/vc-dir.el:
4186 * vc/vc-cvs.el:
4187 * vc/vc-bzr.el:
4188 * vc/vc-arch.el:
4189 * vc/vc.el: Replace lexical-let by lexical-binding.
4190 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
4191 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
4192 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
4193
f08ae1c9
CY
41942012-04-26 Chong Yidong <cyd@gnu.org>
4195
8b71081d
CY
4196 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
4197 (diff-mode-shared-map): Bind it to / and [remap undo].
4198
f08ae1c9
CY
4199 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
4200 (ediff-window-setup-function): Use it as the default, to set up
4201 windows based on whether the current frame is graphical (Bug#2138).
4202 (ediff-choose-window-setup-function-automatically): Make obsolete.
4203
4204 * vc/ediff-init.el: Always define ediff-pixel-width/height.
4205
ef24141c
SM
42062012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
4207
cc356a5d
SM
4208 * ffap.el: Remove old code for obsolete package.
4209 (ffap-complete-as-file-p): Remove.
4210
b4ff4f1f
SM
4211 Use completion-table-with-quoting for comint and pcomplete.
4212 * comint.el (comint--unquote&requote-argument)
4213 (comint--unquote-argument, comint--requote-argument): New functions.
4214 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
4215 (comint-quote-filename): Use regexp-opt-charset.
4216 (comint--common-suffix, comint--common-quoted-suffix)
4217 (comint--table-subvert): Remove.
4218 (comint-unquote-function, comint-requote-function): New vars.
4219 (comint--complete-file-name-data): Use them with
4220 completion-table-with-quoting.
4221 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
4222 * pcomplete.el (pcomplete-arg-quote-list)
4223 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
4224 (pcomplete-unquote-argument-function): Default to non-nil.
4225 (pcomplete-unquote-argument): Simplify.
4226 (pcomplete--common-quoted-suffix): Remove.
4227 (pcomplete-requote-argument-function): New var.
4228 (pcomplete--common-suffix): New function.
4229 (pcomplete-completions-at-point): Use completion-table-with-quoting
4230 and completion-table-subvert.
4231
79c4eeb4
SM
4232 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
4233 (minibuffer--double-dollars): Preserve properties.
4234 (completion--sifn-requote): New function.
4235 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
4236
ef24141c
SM
4237 * minibuffer.el: Add support for completion of quoted/escaped data.
4238 (completion-table-with-quoting, completion-table-subvert): New funs.
4239 (completion--twq-try, completion--twq-all): New functions.
4240 (completion--nth-completion): New function.
4241 (completion-try-completion, completion-all-completions): Use it.
4242
784e7d6e
LL
42432012-04-25 Leo Liu <sdl.web@gmail.com>
4244
dd2ac746
SM
4245 * progmodes/python.el (python-pdbtrack-get-source-buffer):
4246 Use compilation-message if available to find real filename.
784e7d6e 4247
07875ee7
CY
42482012-04-25 Chong Yidong <cyd@gnu.org>
4249
4250 * vc/diff-mode.el (diff-setup-whitespace): New function.
4251 (diff-mode): Use it.
4252
4253 * vc/diff.el (diff-sentinel):
4254 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
4255 Whitespace mode variables based on diff style (Bug#8612).
4256
5055880d
LL
42572012-04-25 Leo Liu <sdl.web@gmail.com>
4258
daf75653
LL
4259 * progmodes/python.el (python-send-region): Add suffix .py to the
4260 temp file.
4261
5055880d
LL
4262 * files.el (auto-mode-alist): Use javascript-mode instead.
4263
db9b177b
AH
42642012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
4265
ef24141c 4266 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
db9b177b 4267
090bd7cb 4268 * net/soap-client.el (soap-resolve-references-for-sequence-type)
ef24141c 4269 (soap-resolve-references-for-array-type): Hack to prevent self
db9b177b 4270 references, see Bug#9.
ef24141c 4271 (soap-parse-envelope): Report the contents of the 'detail' node
db9b177b 4272 when receiving a fault reply.
ef24141c 4273 (soap-parse-envelope): Report the contents of the entire 'detail' node.
db9b177b 4274
090bd7cb 4275 * net/soap-inspect.el (soap-sample-value-for-simple-type)
ef24141c 4276 (soap-inspect-simple-type): New function.
db9b177b 4277
090bd7cb 4278 * net/soap-client.el (soap-simple-type): New struct.
db9b177b 4279 (soap-default-xsd-types, soap-default-soapenc-types)
ef24141c
SM
4280 (soap-decode-basic-type, soap-encode-basic-type):
4281 support unsignedInt and double basic types.
db9b177b 4282 (soap-resolve-references-for-simple-type)
ef24141c
SM
4283 (soap-parse-simple-type, soap-encode-simple-type): New function.
4284 (soap-parse-schema): Parse xsd:simpleType declarations.
db9b177b 4285
090bd7cb 4286 * net/soap-client.el (soap-default-xsd-types)
ef24141c
SM
4287 (soap-default-soapenc-types): Add integer, byte and anyURI types.
4288 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
4289 the local name of "soapenc:Array".
4290 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
db9b177b
AH
4291 decoding integer, byte and anyURI xsd types.
4292
1fc6097b
CY
42932012-04-25 Chong Yidong <cyd@gnu.org>
4294
4295 * cus-edit.el (custom-buffer-create-internal): Update header text.
4296
afc6df87
EZ
42972012-04-25 Eli Zaretskii <eliz@gnu.org>
4298
4299 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
4300 settings on 'system-type', not on 'window-system'. On MS-Windows,
4301 set interactive-mode on in GDB.
4302
dfbd787f
SM
43032012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
4306 (ruby-syntax-propertize-regexp): Remove.
4307 (ruby-syntax-propertize-function): Split regexp into chunks.
4308 Match following code directly.
4309
85222d44
DG
43102012-04-24 Dmitry Gutov <dgutov@yandex.ru>
4311
51a8ea2a
DG
4312 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
4313 (ruby-syntax-propertize-regexp): New function.
4314 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
4315 by a special keyword.
4316
85222d44
DG
4317 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
4318 (ruby-syntax-general-delimiters-goto-beg)
4319 (ruby-syntax-propertize-general-delimiters): New functions.
4320 (ruby-syntax-propertize-function): Use them to handle GDL.
4321 (ruby-font-lock-keywords): Move old handling of GDL...
4322 (ruby-font-lock-syntactic-keywords): .. to here.
4323 (ruby-calculate-indent): Adjust indentation for GDL.
4324
b613912b
MA
43252012-04-24 Michael Albinus <michael.albinus@gmx.de>
4326
b5380639
MA
4327 * notifications.el (top): Remove unneeded declarations.
4328 (notifications-specification-version): Change to "1.2".
e43042fe 4329 (notifications-interface, notifications-notify-method)
b613912b
MA
4330 (notifications-close-notification-method): Fix docstring.
4331 (notifications-get-capabilities-method): New defconst.
e43042fe
MA
4332 (notifications-notify): Add :action-items, :resident and
4333 :transient hints. Change "image_data" to "image-data" and
4334 "image_path" to "image-path".
b613912b
MA
4335 (notifications-get-capabilities): New defun.
4336
257440aa
LL
43372012-04-24 Leo Liu <sdl.web@gmail.com>
4338
4339 * progmodes/python.el: Move hideshow setup to the end.
4340
b1bac16e
MR
43412012-04-24 Martin Rudalics <rudalics@gmx.at>
4342
4343 * window.el (handle-select-window): Clear echo area since this is
4344 no more done by read_char (Bug#11304).
4345
d81bd059
SM
43462012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
4349 and `/ M' to filter-derived-mode.
4350 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
4351 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
4352 (ibuffer-mark-by-mode): Use default rather than initial-input.
4353 (ibuffer-filter-by-derived-mode): Autoload and require-match.
4354
c4cf6d91
IA
43552012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
4356
4357 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
4358 (ibuffer-filter-by-derived-mode): New filter.
4359 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
4360
7511ded8
CY
43612012-04-23 Andreas Politz <politza@fh-trier.de>
4362
4363 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
4364
775c916b
CY
43652012-04-23 Chong Yidong <cyd@gnu.org>
4366
4367 * cus-edit.el (customize-apropos, customize-apropos-options):
4368 Disable matching of non-option variables (Bug#11176).
4369 (customize-option, customize-option-other-window)
4370 (customize-changed-options): Doc fix.
4371 (customize-apropos-options, customize-apropos-faces)
4372 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
4373
4374 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
922d37d3 4375 Fix word list splitting (Bug#11132).
46c71e23
CY
4376 (apropos-symbol, apropos-keybinding, apropos-label)
4377 (apropos-property, apropos-function-button)
4378 (apropos-variable-button, apropos-misc-button): New faces.
4379 (apropos-symbol-face, apropos-keybinding-face)
4380 (apropos-label-face, apropos-property-face, apropos-match-face):
4381 Variables removed (Bug#8396).
4382 (apropos-library-button, apropos-format-plist, apropos-print)
4383 (apropos-print-doc, apropos-describe-plist): Callers changed.
775c916b 4384
2df41f9c
MA
43852012-04-23 Michael Albinus <michael.albinus@gmx.de>
4386
4387 * net/xesam.el (xesam-mode-map): Use let-bound map in
4388 initialization. (Bug#11292)
4389
da00640a
AM
43902012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4391
4392 Preserve ispell session localwords when switching back to
4393 original buffer.
4394
090bd7cb
JB
4395 * textmodes/ispell.el (ispell-buffer-session-localwords):
4396 New buffer-local variable to hold buffer session localwords.
ed9265fc 4397 (ispell-kill-ispell): Add option 'clear to delete session
da00640a
AM
4398 localwords.
4399 (ispell-command-loop, ispell-change-dictionary)
4400 (ispell-buffer-local-words): Preserve session localwords when
4401 needed.
4402
090bd7cb
JB
4403 * textmodes/flyspell.el (flyspell-process-localwords)
4404 (flyspell-do-correct): Preserve session localwords when needed.
da00640a 4405
f621ccf5
AM
44062012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4407
090bd7cb
JB
4408 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
4409 using obsolete `translation-table-for-input'.
ef24141c
SM
4410 (ispell-word, ispell-process-line, ispell-complete-word):
4411 Use plain `insert' instead of removed `ispell-insert-word'.
f621ccf5 4412
c2d1019e
CY
44132012-04-22 Chong Yidong <cyd@gnu.org>
4414
4415 * cus-edit.el (custom-variable-menu)
4416 (custom-variable-reset-saved, custom-face-menu)
4417 (custom-face-reset-saved): If there is no saved value, make the
4418 "reset-saved" operation bring back the default (Bug#9509).
4419 (custom-face-state): Properly detect themed faces.
4420
eeddc531
CY
4421 * faces.el (face-spec-set): Stop supporting deprecated form of
4422 third arg.
4423
dcbf5805
MA
44242012-04-22 Michael Albinus <michael.albinus@gmx.de>
4425
4426 Move functions from C to Lisp. Make non-blocking method calls
4427 the default. Implement further D-Bus standard interfaces.
4428
ef24141c
SM
4429 * net/dbus.el (dbus-message-internal): Declare function.
4430 Remove unneeded function declarations.
dcbf5805
MA
4431 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
4432 (dbus-message-type-method-return, dbus-message-type-error)
4433 (dbus-message-type-signal): Declare variables. Remove local
4434 definitions.
4435 (dbus-interface-dbus, dbus-interface-peer)
4436 (dbus-interface-introspectable, dbus-interface-properties)
4437 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
4438 Adapt docstring.
4439 (dbus-interface-objectmanager): New defconst.
4440 (dbus-call-method, dbus-call-method-asynchronously)
4441 (dbus-send-signal, dbus-method-return-internal)
4442 (dbus-method-error-internal, dbus-register-service)
4443 (dbus-register-signal, dbus-register-method): New defuns, moved
4444 from dbusbind.c
4445 (dbus-call-method-handler, dbus-setenv)
ef24141c
SM
4446 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
4447 New defuns.
dcbf5805
MA
4448 (dbus-call-method-non-blocking): Make it an obsolete function.
4449 (dbus-unregister-object, dbus-unregister-service)
4450 (dbus-handle-event, dbus-register-property)
4451 (dbus-property-handler): Obey the new structure of
4452 `bus-registered-objects'.
4453 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
4454 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4455 Use `dbus-call-method'.
4456
cf20dee0
CY
44572012-04-22 Chong Yidong <cyd@gnu.org>
4458
4459 * cus-edit.el (custom-commands, custom-reset-menu)
4460 (Custom-reset-standard): Tweak labels.
4461 (custom-reset-button-menu): Change default to t.
4462 (custom-buffer-create-internal): For the custom-reset-button-menu
4463 case, put the revert button first.
4464 (custom-group-subtitle): New face.
4465 (custom-group-value-create): Align docstring to a specific column.
4466
4467 * wid-edit.el (widget-documentation-link-add): Don't handle
4468 indentation in this function.
4469 (widget-documentation-string-indent-to): New function.
4470 (widget-documentation-string-value-create): Use it.
4471
4472 * autorevert.el (auto-revert):
4473 * epg-config.el (epg):
4474 * ibuffer.el (ibuffer):
4475 * mpc.el (mpc):
4476 * ses.el (ses):
4477 * eshell/eshell.el (eshell):
4478 * net/ange-ftp.el (ange-ftp):
4479 * progmodes/ebnf2ps.el (postscript):
4480 * progmodes/flymake.el (flymake):
4481 * progmodes/prolog.el (prolog):
4482 * progmodes/verilog-mode.el (verilog-mode):
4483 * progmodes/which-func.el (which-func):
4484 * term/xterm.el (xterm):
4485 * textmodes/picture.el (picture):
4486 * textmodes/tildify.el (tildify):
4487 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
4488 customization buffers.
4489
583e23bd
AM
44902012-04-22 Alan Mackenzie <acm@muc.de>
4491
4492 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
4493 Adding a ) can hide the resulting (..) from searches. Fix it.
4494 Bound the backward search to the position of the existing (.
4495
7dd51bf1
JB
44962012-04-21 Juanma Barranquero <lekktu@gmail.com>
4497
4498 * progmodes/verilog-mode.el (verilog-mode): Check whether
4499 which-func-modes is t before adding verilog-mode.
4500 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
4501
d64a438f
LL
45022012-04-21 Leo Liu <sdl.web@gmail.com>
4503
7dd51bf1 4504 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
d64a438f 4505
081e8d65
MV
45062012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
4507
4508 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
4509 filling of the last column of a table (Bug#5635).
4510 (woman-find-next-control-line): New arg, specifying an additional
4511 regexp component for the control line.
4512 (woman2-roff-buffer): Use it.
4513 (woman-break-table): New function.
4514 (woman2-TS): Use it.
4515
45162012-04-21 Chong Yidong <cyd@gnu.org>
4517
4518 * woman.el (woman-set-buffer-display-table, woman-decode-region)
4519 (woman-horizontal-escapes, woman-negative-vertical-space)
4520 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
4521 (WoMan-warn-ignored): Use ?\s instead of ?\ .
4522
ed571ccb
SM
45232012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4524
4525 * minibuffer.el (completion-file-name-table): Complete user names.
4526
39773899
LL
45272012-04-20 Leo Liu <sdl.web@gmail.com>
4528
4529 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
4530 and pcase-let*.
4531
de6ff46d
CY
45322012-04-20 Chong Yidong <cyd@gnu.org>
4533
4534 * server.el (server-execute): Respect initial-buffer-choice if it
4535 is a string and there are no files to open (Bug#2825).
4536 (server-create-window-system-frame, server-create-tty-frame):
4537 Don't switch buffers here.
2d0e8e61
CY
4538 (server-process-filter): Only try to open a window system frame if
4539 compiled with graphical support (Bug#8314).
de6ff46d 4540
54071013
DN
45412012-04-20 Dan Nicolaescu <dann@gnu.org>
4542
4543 * battery.el (battery-echo-area-format): Display remaining time
4544 for sysfs backend too (Bug#11269).
4545 (battery-linux-sysfs): Fix conditional for the charge.
4546
f30d612a
CY
45472012-04-20 Chong Yidong <cyd@gnu.org>
4548
c07a4c0b 4549 * progmodes/gdb-mi.el (gdb): Revert previous change.
f30d612a
CY
4550 (gdb-inferior-io--init-proc): New function.
4551 (gdb-init-1): Use it.
4552 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
4553 responsible for allocating a new pty and hooking it to gdb when
4554 the old pty gets an EIO due to process exit.
4555 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
4556 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
4557 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
4558
2116e93c
EZ
45592012-04-20 Eli Zaretskii <eliz@gnu.org>
4560
4561 * window.el (window-min-size, window-sizable, window-min-delta)
4562 (window-max-delta, window--resizable, window-resizable)
4563 (window-total-size, window-full-height-p, window-full-width-p)
4564 (window-in-direction, window--resize-mini-window, window-resize)
4565 (window--resize-child-windows-normal)
4566 (window--resize-child-windows, window--resize-siblings)
4567 (window--resize-this-window, adjust-window-trailing-edge)
cd0f830c 4568 (enlarge-window, shrink-window): Doc fixes.
2116e93c 4569
c07a4c0b 45702012-04-20 Chong Yidong <cyd@gnu.org>
b668fa6e 4571
ef24141c
SM
4572 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
4573 New function to call delete-process on the gdb-inferior buffer's pty.
b668fa6e
CY
4574 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
4575 pty process (Bug#11273).
4576 (gdb-update): New arg to suppress talking to the gdb process.
4577 (gdb-done-or-error): Use it.
4578 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
4579 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
4580 sentinel not being called.
4581
4582 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
4583
d02766ab
CY
4584 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
4585
c07a4c0b 45862012-04-20 Glenn Morris <rgm@gnu.org>
016a35df
GM
4587
4588 * net/network-stream.el (open-network-stream): Doc fix.
4589
c07a4c0b 45902012-04-20 Chong Yidong <cyd@gnu.org>
2c070447
CY
4591
4592 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
4593
c07a4c0b 45942012-04-20 Alan Mackenzie <acm@muc.de>
f0f6bc35
AM
4595
4596 Ensure searching for keywords is case sensitive.
4597
4598 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
4599 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
4600 (c-defun-name, c-mark-function, c-cpp-define-name)
4601 (c-comment-indent, c-scan-conditionals, c-indent-defun)
c07a4c0b 4602 (c-context-line-break): Bind case-fold-search to nil.
f0f6bc35 4603
ef24141c
SM
4604 * progmodes/cc-mode.el (c-font-lock-fontify-region):
4605 Bind case-fold-search to nil.
f0f6bc35 4606
c07a4c0b 46072012-04-20 Chong Yidong <cyd@gnu.org>
4fc2c72a
CY
4608
4609 * mail/sendmail.el (mail-bury): Call return action with the right
4610 Rmail buffer (Bug#11242).
4611
9a864fa2
CY
4612 * server.el (server-process-filter): Handle corner case where both
4613 tty and nowait options are present (Bug#11102).
4614
539aa513
EZ
46152012-04-20 Eli Zaretskii <eliz@gnu.org>
4616
4617 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
6cf2a23e
EZ
4618 (top level): Put into the executable the ident-style '$Id:' tag on
4619 windows-nt as well.
539aa513 4620
cfc7d5da
SM
46212012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4622
4623 * electric.el (electric-indent-post-self-insert-function): Check that
4624 electric-indent-mode is enabled in current buffer.
4625
5b01685c
JB
46262012-04-19 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * imenu.el (imenu-progress-message): Restore; it is "used" in
4629 erc/erc-imenu.el and net/snmp-mode.el.
4630
4d6769e1
JB
46312012-04-19 Juanma Barranquero <lekktu@gmail.com>
4632
4633 * avoid.el (mouse-avoidance-mode): Mark unused arg.
4634 (mouse-avoidance-nudge-mouse): Remove unused binding.
4635
4636 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
4637
4638 * descr-text.el (describe-char):
4639 * progmodes/python.el (python-describe-symbol):
4640 Don't call `toggle-read-only', set `buffer-read-only'.
4641
4642 * imenu.el (imenu-default-goto-function): Mark unused args.
4643 (imenu-progress-message): Remove obsolete macro; all callers changed.
4644
4645 * subr.el (keymap-canonicalize): Remove unused binding.
4646 (read-passwd): Mark unused arg.
4647
4648 * tutorial.el (tutorial--display-changes): Remove unused binding.
4649 (tutorial--save-tutorial-to): Remove unused variable.
4650
4651 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
4652 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
4653 (package-generate-autoloads, package-menu--generate)
4654 (package-menu--find-upgrades): Remove unused bindings.
4655
4656 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
4657 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
4658 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
4659 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
4660 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
4661 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
4662 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
4663 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
4664 (cua-delete-char-rectangle): Mark unused args.
4665 (cua-align-rectangle): Remove unused binding.
4666
4667 * mail/rmail.el (compilation--message->loc)
4668 (epa--find-coding-system-for-mime-charset): Declare.
4669
4670 * net/dbus.el (dbus-register-service): Declare.
4671 (dbus-name-owner-changed-handler): Remove unused binding.
4672
4673 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
4674 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
4675 (nxml-scan-backward-within): Mark unused arg.
4676 (nxml-dynamic-markup-word): Remove unused binding.
4677
4678 * mouse.el (mouse-menu-major-mode-map):
4679 * emacs-lisp/authors.el (authors-scan-change-log)
4680 (authors-add-to-author-list):
4681 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
4682 * emacs-lisp/smie.el (smie-auto-fill):
4683 * mail/sendmail.el (mail-bury):
4684 * mail/unrmail.el (unrmail):
4685 * net/tls.el (open-tls-stream):
4686 * textmodes/picture.el (picture-mouse-set-point):
4687 Remove unused bindings.
4688
8c8fc5df
MA
46892012-04-19 Michael Albinus <michael.albinus@gmx.de>
4690
4691 * net/tramp.el (tramp-action-password): Let-bind
4692 `enable-recursive-minibuffers' to t.
4693
a77b0ac9
SS
46942012-04-18 Sam Steingold <sds@gnu.org>
4695
4696 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
4697 instead of 'string to accommodate values like [f11].
4698 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
4699 * progmodes/gdb-mi.el: Likewise.
4700
12a106a9
LL
47012012-04-18 Leo Liu <sdl.web@gmail.com>
4702
4703 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
4704 current buffer.
4705 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
4706 LOCAL is nil.
4707
bc6494ef
CY
47082012-04-18 Chong Yidong <cyd@gnu.org>
4709
4710 * simple.el (line-move): Use forward-line if in batch mode
4711 (Bug#11053).
4712
c09c46b2
CS
47132012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
4714
4715 * files.el (after-find-file): Do not try to add a final newline if
4716 the buffer is read-only (Bug#11156).
4717
5f6530ea
RS
47182012-04-17 Richard Stallman <rms@gnu.org>
4719
4720 * mail/rmail.el (rmail-start-mail):
4721 Pass (rmail-mail-return...) for the return-action.
4722 Pass (rmail-yank-current-message...) for the yank-action.
4723 (rmail-yank-current-message): New function.
4724 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
4725 (rmail-reply): Likewise.
4726 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
4727
4728 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
c09c46b2 4729 buffer, not the last. Reject temp buffers. Use the rmail-mode
5f6530ea
RS
4730 buffer, not newbuf.
4731
197b6f3c
JB
47322012-04-17 Juanma Barranquero <lekktu@gmail.com>
4733
4734 * server.el (server-ensure-safe-dir): Simplify.
4735
2311d8e5 47362012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
98fb480e 4737
2311d8e5
GM
4738 * emacs-lisp/smie.el: Provide smarter auto-filling.
4739 (smie-auto-fill): New function.
4740 (smie-setup): Use it.
98fb480e 4741
2311d8e5
GM
4742 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
4743
47442012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
8eb5d48f
PH
4745
4746 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
4747 (comment-indent): Use it.
4748
2311d8e5 47492012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
4bdf2ad2
VB
4750
4751 * ses.el: The overall change is to add cell renaming, that is
4752 setting fancy names for cell symbols other than name matching
4753 "\\`[A-Z]+[0-9]+\\'" regexp .
2311d8e5 4754 (ses-localvars): Add ses--renamed-cell-symb-list.
4bdf2ad2 4755 (ses-create-cell-variable): New defun.
2311d8e5 4756 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
4bdf2ad2
VB
4757 (ses-relocate-formula): Relocate formulas only for cells the
4758 symbols of which are not renamed, i.e. symbols whose names do not
4759 match regexp "\\`[A-Z]+[0-9]+\\'".
4760 (ses-relocate-all): Relocate values only for cells the symbols of
4761 which are not renamed.
4762 (ses-load): Create cells variables as the (ses-cell ...) are read,
4763 in order to check row col consistency with cell symbol name only
4764 for cells that are not renamed.
4765 (ses-replace-name-in-formula): New defun.
4766 (ses-rename-cell): New defun.
4bdf2ad2 4767
fc72b15c
PO
47682012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
4769
4770 * progmodes/perl-mode.el (perl-indent-parens-as-block):
4771 New option (bug#11118).
4772 (perl-calculate-indent): Respect it.
4773
12e10e61
GM
47742012-04-17 Glenn Morris <rgm@gnu.org>
4775
4776 * dired-aux.el (dired-mark-read-string): Doc fix.
4777
30009afd
DA
47782012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
4779
4780 * dired-aux.el (dired-mark-read-string): Offer optional completion.
4781 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
4782
41f03f4d
GM
47832012-04-17 Glenn Morris <rgm@gnu.org>
4784
4785 * mouse.el (mouse-drag-track):
4786 * speedbar.el (speedbar-frame-mode):
4787 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
4788
f45f90f3
LL
47892012-04-16 Leo Liu <sdl.web@gmail.com>
4790
4791 * progmodes/python.el: Trivial cleanup.
4792
94ee8db5
GM
47932012-04-16 Glenn Morris <rgm@gnu.org>
4794
121b8917
GM
4795 * vc/vc.el (vc-string-prefix-p):
4796 * vc/pcvs-util.el (cvs-string-prefix-p):
4797 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
4798 * mpc.el (mpc-string-prefix-p):
4799 Make all of these into obsolete aliases for string-prefix-p.
4800 Update callers.
4801 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
4802
1197ecfa
GM
4803 * textmodes/two-column.el: Move custom options to the start.
4804 (frame-width): Remove compat definition.
4805 (2C-associate-buffer, 2C-dissociate):
4806 Use with-current-buffer rather than save-excursion.
4807 (2C-dissociate): Force a mode-line update.
4808 (2C-autoscroll): Use ignore-errors.
4809
099e7202
GM
4810 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
4811 Autoload trivia.
4812
bf350d6a
GM
4813 * emacs-lisp/cl-extra.el (*random-state*):
4814 Remove unnecessary declaration.
4815
0e829eab
GM
4816 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
4817
e3ad7552
GM
4818 * play/cookie1.el (cookie-snarf):
4819 Give an explicit error if input file cannot be read.
4820
68892d27
GM
4821 * play/yow.el (yow-file): Use expand-file-name rather than concat.
4822
20f0c46d
GM
4823 * progmodes/perl-mode.el (c-macro-expand):
4824 Remove unnecessary autoload (it is in loaddefs.el).
4825
5a0978ce
GM
4826 * textmodes/picture.el (picture-desired-column)
4827 (picture-update-desired-column): Convert comments to doc-strings.
4828 (picture-substitute): Remove function.
4829 (picture-mode-map): Initialize in the defvar.
4830
6b955486
GM
4831 * woman.el: Remove eval-after-load for tar-mode.
4832 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
4833 (woman-tar-extract-file): Autoload it.
4834
94ee8db5
GM
4835 * frame.el (automatic-hscrolling): Make this alias obsolete.
4836
177eca34
AM
48372012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4838
090bd7cb 4839 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
4be3075e 4840 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
3851314b
AM
4841 (ispell-dictionary-base-alist): Revert to original XEmacs
4842 friendly version for default. [:alpha:] will be added in
090bd7cb 4843 `ispell-set-spellchecker-params' if needed.
177eca34 4844
c505aaeb
CY
48452012-04-16 Chong Yidong <cyd@gnu.org>
4846
b19dd9d1 4847 * image.el (imagemagick--file-regexp): New variable.
c505aaeb
CY
4848 (imagemagick-register-types): Use it.
4849 (imagemagick-types-inhibit): Add :set function. Allow new value
4850 of t to inhibit all types.
4851
4852 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
4853 so we can preload it.
4854
4855 * loadup.el (fboundp): Preload regexp-opt, needed by
4856 imagemagick-register-types.
4857
60efac0f
CY
48582012-04-15 Chong Yidong <cyd@gnu.org>
4859
4860 * frame.el (scrolling): Remove nearly unused customization group.
4861
4862 * scroll-all.el (scroll-all-mode): Move to windows group.
4863
5dd1713e
CY
48642012-04-15 Chong Yidong <cyd@gnu.org>
4865
4866 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
4867
e6fd457e
CY
48682012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4869
4870 Avoid the use of ((lambda ...) ...) in lexical-binding code.
4d6769e1 4871 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
e6fd457e 4872
e153c136
GM
48732012-04-15 Glenn Morris <rgm@gnu.org>
4874
4875 * simple.el (process-file-side-effects): Doc fix.
4876
e6fd457e 48772012-04-15 Glenn Morris <rgm@gnu.org>
ca7d96c8
GM
4878
4879 * international/mule-cmds.el (set-language-environment): Doc fix.
4880
3603c3b1
JB
48812012-04-14 Juanma Barranquero <lekktu@gmail.com>
4882
4883 * server.el (server-auth-key, server-generate-key): Doc fixes.
4884 (server-get-auth-key): Doc fix. Use `string-match-p'.
4885 (server-start): Reflow docstring.
4886
e6de100c
LI
48872012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
4888
4889 * server.el (server-generate-key): `called-interactively-p'
4890 requires a parameter.
4891
29734c21
MN
48922012-04-14 Michal Nazarewicz <mina86@mina86.com>
4893
4894 * server.el (server-auth-key): New variable.
75f1671a 4895 (server-generate-key, server-get-auth-key): New function.
29734c21
MN
4896 (server-start): Use the new variable and functions to allow
4897 setting a permanent server key (bug#9423).
4898
d65c9521
LL
48992012-04-14 Leo Liu <sdl.web@gmail.com>
4900
4901 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
4902
5ae255c7
PE
49032012-04-14 Paul Eggert <eggert@cs.ucla.edu>
4904
4905 Spelling fixes.
4906 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
4907 Emacs uses American spelling.
4908
d5e6342e
JB
49092012-04-14 Juanma Barranquero <lekktu@gmail.com>
4910
4911 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
4912 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
4913 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
4914 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
4915
ab036cd7
SM
49162012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4917
4918 * progmodes/which-func.el (which-func-modes): Change default.
4919
35dc09a1 49202012-04-14 Kim F. Storm <storm@cua.dk>
9557e2be
CY
4921
4922 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
4923 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
4924
35dc09a1 49252012-04-14 Chong Yidong <cyd@gnu.org>
81927dd2
CY
4926
4927 * custom.el (custom-theme-set-variables): Doc fix.
4928
35dc09a1 49292012-04-14 Glenn Morris <rgm@gnu.org>
8edb942b
GM
4930
4931 * international/mule.el (set-auto-coding-for-load): Doc fix.
4932
35dc09a1 49332012-04-14 Alan Mackenzie <acm@muc.de>
0de3da9f 4934
35dc09a1
GM
4935 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
4936 imenu work again for Objective C Mode. Correct the *-index values,
4937 these having been disturbed by a previous change in 2011-08.
57f845ee 4938
0de3da9f
AM
4939 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
4940 Correct two search limits.
4941
35dc09a1 49422012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
ede141ac
SM
4943
4944 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
4945
35dc09a1 49462012-04-14 Andreas Schwab <schwab@linux-m68k.org>
d0203d61
AS
4947
4948 * international/characters.el: Fix sorting.
4949
35dc09a1 49502012-04-14 Eli Zaretskii <eliz@gnu.org>
cb80bcd1
EZ
4951
4952 * international/characters.el: Add more missing Latin case pairs.
4953
35dc09a1 49542012-04-14 Glenn Morris <rgm@gnu.org>
4a427f58
GM
4955
4956 * files.el (dir-locals-set-class-variables): Doc fix.
4957
35dc09a1 49582012-04-14 Eli Zaretskii <eliz@gnu.org>
9f847f41 4959
3f1b5bf8
EZ
4960 * international/characters.el: Add set-case-syntax-pair call for
4961 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
4962 counterpart. (Bug#11209)
4963
9f847f41
EZ
4964 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
4965
35dc09a1 49662012-04-14 Glenn Morris <rgm@gnu.org>
0c2014a3
GM
4967
4968 * calendar/holidays.el (calendar-check-holidays): Doc fix.
4969
35dc09a1 49702012-04-14 Eli Zaretskii <eliz@gnu.org>
e2627d21 4971
35dc09a1
GM
4972 * textmodes/ispell.el (ispell-dictionary-base-alist):
4973 Add data for Hebrew.
e2627d21 4974
35dc09a1 49752012-04-14 Chong Yidong <cyd@gnu.org>
5c14e333 4976
35dc09a1
GM
4977 * net/rcirc.el (rcirc-cmd-quit):
4978 Revert 2012-03-18 change (Bug#11192).
5c14e333 4979
35dc09a1 49802012-04-14 Glenn Morris <rgm@gnu.org>
bf6fa423
GM
4981
4982 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
4983
35dc09a1 49842012-04-14 Eli Zaretskii <eliz@gnu.org>
82b24fb2 4985
4517fe3a
SM
4986 * minibuffer.el (completion-in-region-mode-map):
4987 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
82b24fb2 4988
b472a594
VD
49892012-04-13 Vivek Dasmohapatra <vivek@etla.org>
4990
4991 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
4992
09b95ce3
MY
49932012-04-13 Masatake YAMATO <yamato@redhat.com>
4994
4995 * minibuffer.el (minibuffer-local-filename-syntax): New variable
4996 to allow `C-M-f' and `C-M-b' to move to the nearest path
4997 separator (bug#9511).
4998
4b63a9ca
LI
49992012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
5000
5001 * avoid.el: Require cl when compiling. And also move the
5002 `provide' to the end.
5003
7b55b8bf
TV
50042012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5005
5006 * avoid.el (mouse-avoidance-banish-position): New variable.
5007 (mouse-avoidance-banish-destination): Use it (bug#10165).
5008
adedaa1f
LL
50092012-04-13 Leo Liu <sdl.web@gmail.com>
5010
5011 * progmodes/which-func.el (which-func-modes): Add objc-mode.
5012
70e74021
KB
50132012-04-13 Ken Brown <kbrown@cornell.edu>
5014
5015 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
ab036cd7 5016 this is no longer needed now that cygstart understands file:// URLs.
70e74021
KB
5017 (browse-url-filename-alist): For the same reason, don't modify
5018 file:// URLs on Cygwin.
5019
e75e89ba
SM
50202012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
5023 the region on shift if the binding is already shifted (bug#11221).
5024
82f289a4
GM
50252012-04-12 Glenn Morris <rgm@gnu.org>
5026
5027 * mail/mailpost.el: Move to obsolete/.
5028
d333dc4c
DA
50292012-04-12 Drew Adams <drew.adams@oracle.com>
5030
5031 * imenu.el (imenu--generic-function): Ignore invisible definitions
5032 (bug#10123).
5033
0d15b5ba
VD
50342012-04-12 Vivek Dasmohapatra <vivek@etla.org>
5035
5036 * hexl.el (hexl-bits): New variable.
5037 (hexl-options): Mention the variable in the doc string.
75f1671a 5038 (hexl-rulerise, hexl-line-displen): New functions.
0d15b5ba 5039 (hexl-mode): Mention the new variable.
75f1671a
JB
5040 (hexl-mode, hexl-current-address, hexl-current-address):
5041 Use the displen.
0d15b5ba
VD
5042 (hexl-ascii-start-column): New function.
5043 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
5044 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
5045
64a440db
AM
50462012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5047
5048 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
5049 '("-i" ENCODING), in 2 separate command-line arguments, to specify
5050 the encoding, as expected by hunspell.
5051
6decb6c2
SM
50522012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5053
5054 * battery.el (battery--linux-sysfs-regexp): New const.
5055 (battery-status-function): Use it. Remove yeeloong special case.
5056 (battery-yeeloong-sysfs): Remove.
5057 (battery-echo-area-format): Remove yeeloong special case.
5058
088be6fb
SM
50592012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5060
6622e416
SM
5061 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
5062 Reported by Noah Friedman.
5063
088be6fb
SM
5064 * subr.el (read-passwd): Use read-string.
5065
b49f886e
LMI
50662012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067
5068 * vcursor.el (vcursor-move): Increase the priority of the overlay
5069 (bug#9663).
5070
a63067fc
DD
50712012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
5072
5073 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
5074 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
5075
ac3cf14a
WS
50762012-04-11 William Stevenson <yhvh2000@gmail.com>
5077
5078 * textmodes/artist.el (artist-mode): Convert artist-mode to use
5079 define-minor-mode (bug#10760).
5080
c4fc691b 50812012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
49a2697c 5082
4d6769e1 5083 * progmodes/grep.el (rgrep): Tweak the find command line so
49a2697c
WJ
5084 that directories matching `grep-find-ignored-files' won't be
5085 pruned (bug#10351).
5086
af23e2e5
CY
50872012-04-11 Chong Yidong <cyd@gnu.org>
5088
5089 * startup.el (command-line): Remove support for long-obsolete
5090 variable font-lock-face-attributes.
5091
ab7ce8c1
GM
50922012-04-11 Glenn Morris <rgm@gnu.org>
5093
5094 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
5095
de8c03dc
SM
50962012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5097
5098 * window.el (window--state-get-1): Obey window-point-insertion-type.
5099
050cc68b
LB
51002012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
5101
5102 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
5103 to previous function when point is on the first character of a
75f1671a 5104 function. Take care of that in `narrow-to-defun' (bug#6157).
050cc68b 5105
a38c310c
GM
51062012-04-11 Glenn Morris <rgm@gnu.org>
5107
effed0c2
GM
5108 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
5109 not just file-errors.
5110
a38c310c
GM
5111 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
5112 (vc-bzr-sha1): Use internal sha1.
5113
0221e323
SM
51142012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5115
5116 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
5117
43956923
SG
51182012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
5119
5120 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
5121 that start in the middle of the line (bug#10496).
5122
6a8c9eaf
DN
51232012-04-10 Dan Nicolaescu <dann@gnu.org>
5124
5125 * battery.el (battery-linux-proc-acpi): Only one battery is
5126 discharged at a time, but that seems to confuse battery.el when
5127 computing `rate-type' for the battery not being discharged
5128 (bug#10332).
5129
1930bf5d
SM
51302012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5131
2a718f6f
SM
5132 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
5133
599430d0
SM
5134 * international/quail.el: Use dolist and simplify.
5135 (quail-define-package, quail-update-keyboard-layout)
5136 (quail-define-rules): Use dolist.
5137 (quail-insert-kbd-layout, quail-get-translation): CSE.
5138
a2754b6c
SM
5139 * tmm.el: Use dolist, remove left over hook.
5140 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
5141 Use dolist.
5142 (calendar-load-hook): Don't mess with it.
5143
1930bf5d
SM
5144 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
5145 Use derived-mode-p. Run the diff asynchronously.
5146
9f67961c
LMI
51472012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5148
5149 * obsolete/mouse-sel.el: Add an Obsolete-since header.
5150
2a8ce227
JB
51512012-04-10 Juanma Barranquero <lekktu@gmail.com>
5152
5153 * misc.el: Display absolute path of loaded DLLs (bug#10424).
5154 (list-dynamic-libraries--loaded): New function.
5155 (list-dynamic-libraries--refresh): Use it.
5156
8f33b5f8
NW
51572012-04-10 Nathan Weizenbaum <nweiz@google.com>
5158
1930bf5d
SM
5159 * progmodes/python.el (python-fill-paragraph):
5160 Make python-fill-region in a multiline string work when font-lock is
8f33b5f8
NW
5161 disabled (bug#7018).
5162
b12f0439
L
51632012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
5164
1930bf5d 5165 * language/european.el (cp775): Add oem/legacy (en)coding on
75f1671a
JB
5166 DOS/MS Windows for the Baltic languages. There are still plenty
5167 of texts written in this encoding/codepage (bug#6519).
b12f0439 5168
57c3bd01
GM
51692012-04-10 Glenn Morris <rgm@gnu.org>
5170
5171 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
5172 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
5173
6c3eab30
FA
51742012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
5175
1930bf5d 5176 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
6c3eab30
FA
5177 next-line "n" and previous-line "p" in order to make recentf more
5178 consistent with ibuffer, dired or org-mode (bug#9387).
5179
24d78a88
LMI
51802012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
bc72b5d9
LMI
5182 * image.el (put-image): Return the overlay created instead of the
5183 optional input string (bug#7834). Note that this may break code
5184 that is (for some reason or other) depending on `put-image'
5185 returning the string.
5186
bd2dba5a
LMI
5187 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
5188
74beb59f
LMI
5189 * simple.el (zap-to-char): Allow zapping using input methods
5190 (bug#1580).
5191
24d78a88
LMI
5192 * textmodes/fill.el (fill-region): Leave point and mark where they
5193 were before filling (bug#5399).
5194
263f20cd
GM
51952012-04-09 Glenn Morris <rgm@gnu.org>
5196
5197 * version.el (emacs-bzr-get-version):
5198 Handle lightweight checkouts of local branches.
5199
58d1f797
AS
52002012-04-09 Andreas Schwab <schwab@linux-m68k.org>
5201
263f20cd 5202 * international/characters.el: Recover lost case pairs. (Bug#11209)
58d1f797 5203
b4d3bc10
CY
52042012-04-09 Chong Yidong <cyd@gnu.org>
5205
5206 * custom.el (custom-variable-p): Return nil for non-symbol
5207 arguments instead of signaling an error.
5208 (user-variable-p): Obsolete alias for custom-variable-p.
5209
5210 * apropos.el (apropos-variable):
5211 * files-x.el (read-file-local-variable):
5212 * simple.el (set-variable):
5213 * woman.el (woman-mini-help):
5214 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
5215
fd06db5d
GM
52162012-04-09 Glenn Morris <rgm@gnu.org>
5217
e5fcdb5e
GM
5218 * startup.el (normal-top-level): Don't look for leim-list.el
5219 in places where it will not be found. (Bug#910)
5220
fd06db5d
GM
5221 * international/mule-cmds.el (set-default-coding-systems):
5222 * files.el (normal-mode):
5223 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
5224 This function was removed with ucs-tables.el in 2008.
5225
b39bb7e1
EZ
52262012-04-08 Eli Zaretskii <eliz@gnu.org>
5227
5228 * textmodes/ispell.el (ispell-check-version): For hunspell, set
5229 ispell-encoding8-command to "-i", without a trailing space.
5230 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
5231 separate command-line arguments, to specify the encoding, since
5232 that's how hunspell expects it.
5233
5c5b8e23
GM
52342012-04-08 Glenn Morris <rgm@gnu.org>
5235
5236 * loadup.el: Load bindings before cus-start.
5237 This reduces somewhat the number of "rogue" settings in emacs -Q.
5238
a1ed8b05
GM
52392012-04-07 Glenn Morris <rgm@gnu.org>
5240
5241 * version.el (emacs-bzr-get-version): New function.
dfae128a 5242 (emacs-bzr-version): New variable.
a1ed8b05
GM
5243 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
5244 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
5245
b142f158
EZ
52462012-04-07 Eli Zaretskii <eliz@gnu.org>
5247
dfae128a
GM
5248 * international/uni-bidi.el, international/uni-category.el:
5249 * international/uni-combining.el, international/uni-decimal.el:
5250 * international/uni-decomposition.el, international/uni-digit.el:
5251 * international/uni-lowercase.el, international/uni-mirrored.el:
5252 * international/uni-name.el, international/uni-numeric.el:
5253 * international/uni-titlecase.el, international/uni-uppercase.el:
5254 Update for Unicode 6.1.
b142f158 5255
9078ead6
EZ
52562012-04-07 Eli Zaretskii <eliz@gnu.org>
5257
5258 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
5259
f23d2c7d
LMI
52602012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5261
5262 * window.el (shrink-window): Mention the `window-min-height'
5263 variable in the doc string.
5264
0a0a3573
BG
52652012-04-05 Bastien Guerry <bzg@altern.org>
5266
5267 * color.el (color-lighten-name): Fix typo.
5268
e5248ac9
SM
52692012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5270
5271 * server.el (server--on-display-p): New function.
5272 (server--on-display-p): Use it.
5273
b4243e22
GV
52742012-04-04 Gabor Vida <vidagabor@gmail.com> (tiny change)
5275
5276 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
5277 (bug#11145).
5278
305d9f44
SM
52792012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5280
5281 * comint.el (comint--common-quoted-suffix): Check string boundary
5282 before comparing (bug#11158).
5283 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
5284
3d439cd1
CY
52852012-04-04 Chong Yidong <cyd@gnu.org>
5286
321cc491
CY
5287 * minibuffer.el (completion-extra-properties): Doc fix.
5288
3d439cd1
CY
5289 * subr.el (delayed-warnings-hook): Doc fix.
5290
2d562c0f
DU
52912012-04-04 Daiki Ueno <ueno@unixuser.org>
5292
5293 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
5294 selection (Bug#11159).
5295 (epa-insert-keys): Inform that the default public key will be
5296 exported if no key is selected.
5297
4443f204
RS
52982012-04-04 Richard Stallman <rms@gnu.org>
5299
5300 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
5301
529c06b6
CY
53022012-04-03 Chong Yidong <cyd@gnu.org>
5303
5304 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
5305 mail-insert-file, not its obsolete alias mail-attach-file.
5306
66b907dc
MA
53072012-04-03 Michael Albinus <michael.albinus@gmx.de>
5308
5309 * notifications.el (notifications-notify): Fix docstring.
5310
c0ea195d
GM
53112012-04-02 Glenn Morris <rgm@gnu.org>
5312
5313 * emacs-lisp/authors.el (authors-aliases): Another addition.
5314
5ca64e00
MA
53152012-04-02 Michael Albinus <michael.albinus@gmx.de>
5316
5317 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
5318 `tramp-compat-call-process' instead of `tramp-local-call-process'.
5319 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
5320
42ee526b
CY
53212012-04-01 Chong Yidong <cyd@gnu.org>
5322
5323 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
5324 Handle root directory properly.
5325 (copy-directory): Caller changed.
5326
5327 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5328 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
5329
0b021094
GM
53302012-03-31 Glenn Morris <rgm@gnu.org>
5331
40f86458
GM
5332 * term/xterm.el (xterm-extra-capabilities): Doc fix.
5333
7019c177
GM
5334 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
5335
a1daddd6
GM
5336 * calendar/calendar.el (calendar-window-list)
5337 (calendar-hide-window): Restore. (Bug#11140)
5338 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
5339
0b021094
GM
5340 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
5341
40311efc
TV
53422012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5343
5344 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
5345 Check if file is a symlink (Bug#10489).
5346
5347 * files.el (copy-directory): Likewise.
5348
5319014e
CY
53492012-03-30 Chong Yidong <cyd@gnu.org>
5350
5351 * image.el (imagemagick-types-inhibit)
5352 (imagemagick-register-types): Doc fix.
5353
935d1290
AM
53542012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5355
090bd7cb 5356 * textmodes/ispell.el (ispell-get-extended-character-mode):
ef24141c 5357 Disable extended-char-mode for hunspell. hunspell does not support it
75f1671a 5358 and treats ~word as ordinary words in pipe mode.
935d1290 5359
61c6e8fd
GM
53602012-03-30 Glenn Morris <rgm@gnu.org>
5361
5362 * tutorial.el (help-with-tutorial): Ensure local variables don't
5363 happen to make the buffer read-only. (Bug#11127)
5364
81fdff00
SM
53652012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
5368 (perl-calculate-indent): Return `noindent' in strings.
5369
6e7a6ec0
SS
53702012-03-28 Sam Steingold <sds@gnu.org>
5371
5372 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
5373 instead of the broken adhockery which does not prevent calendar
5374 buffers from being displayed at random after exit.
5375 (calendar-window-list, calendar-hide-window): Remove the broken
5376 adhockery.
5377
fee88ca0
GM
53782012-03-28 Glenn Morris <rgm@gnu.org>
5379
5380 * replace.el (query-replace-map): Doc fix.
5381
38de3354
AS
53822012-03-28 Andreas Schwab <schwab@linux-m68k.org>
5383
5384 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
5385 contents. (Bug#11109)
5386
b973155e
SM
53872012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
5390 (bug#11077).
5391 (avl-tree--check, avl-tree--check-node): New funs.
5392
dcb6e7b3
MR
53932012-03-27 Martin Rudalics <rudalics@gmx.at>
5394
5395 * window.el (switch-to-visible-buffer): New option.
b973155e
SM
5396 (switch-to-prev-buffer, switch-to-next-buffer):
5397 Observe switch-to-visible-buffer. Make sure that checking for a window
dcb6e7b3
MR
5398 showing a buffer already is done on the same frame.
5399
b4fa35fa
GM
54002012-03-27 Glenn Morris <rgm@gnu.org>
5401
5402 * startup.el (mail-host-address): Doc fix.
5403
f9210e18
SM
54042012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
5405
5406 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
5407 than 197 variables.
5408
c0bf7753
AF
54092012-03-26 Ami Fischman <ami@fischman.org>
5410
5411 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
5412
33da7b16
GM
54132012-03-26 Glenn Morris <rgm@gnu.org>
5414
02243d9d
GM
5415 * files.el (save-buffers-kill-emacs): Doc fix.
5416
33da7b16
GM
5417 * startup.el (normal-top-level, command-line, command-line-1):
5418 Give them doc strings.
5419
e5a69fd0
EZ
54202012-03-25 Eli Zaretskii <eliz@gnu.org>
5421
5422 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
b973155e 5423 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
e5a69fd0 5424
9a69676a
CY
54252012-03-25 Chong Yidong <cyd@gnu.org>
5426
4125cb8b
CY
5427 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
5428 theme if it was previously enabled before (Bug#11031).
5429
dd470960
CY
5430 * cus-theme.el (custom-theme-write-faces): Retrieve current face
5431 spec with custom-face-get-current-spec if its :shown-value is not
5432 determined yet (Bug#9337).
4125cb8b 5433 (customize-create-theme, custom-theme-revert): Doc fixes.
dd470960 5434
9a69676a
CY
5435 * button.el (button-at): Minor addition to docstring.
5436
6e7e90fa
SL
54372012-03-24 Simon Leinen <simon.leinen@gmail.com>
5438
5439 * vc/vc.el (vc-merge): Fix a prompt.
5440
f06e2758
CY
54412012-03-24 Chong Yidong <cyd@gnu.org>
5442
5443 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
5444 point (Bug#9623).
5445
6e7e90fa
SL
5446 * button.el (button-at): Minor addition to docstring.
5447
b9d0879b
SM
54482012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
5449
5450 * newcomment.el (comment-choose-indent): No space after BOL.
5451
e71cebb3
SS
54522012-03-22 Sam Steingold <sds@gnu.org>
5453
5454 * window.el (switch-to-prev-buffer): Revert last patch because the
5455 bug turned out to be an advertised feature (Elisp manual 28.14).
5456
335aff35
GM
54572012-03-22 Glenn Morris <rgm@gnu.org>
5458
5459 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
5460 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
5461
c676576a
LMI
54622012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5463
5464 * net/network-stream.el (network-stream-open-starttls): Make error
5465 message under Windows be less misleading.
5466
126f3d39
LW
54672012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
5468
5469 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
5470 understands (bug#9942).
5471
64fee311
CY
54722012-03-22 Chong Yidong <cyd@gnu.org>
5473
5474 * simple.el (end-of-visible-line): Handle return value of
5475 next-single-property-change properly (Bug#9371).
5476
a640d29a
KH
54772012-03-22 Kenichi Handa <handa@m17n.org>
5478
5479 * international/quail.el (quail-insert-kbd-layout): Fix previous
5480 change. To avoid unwanted bidi reordering, use
5481 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
5482
39675016
DG
54832012-03-21 Dmitry Gutov <dgutov@yandex.ru>
5484
5485 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
5486 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
5487 (ruby-beginning-of-indent): Be more careful with the difference
5488 between word-boundary and symbol boundary.
5489 (ruby-mode-syntax-table): Make : a symbol constituent.
5490
0a6934fc 54912012-03-21 Andreas Politz <politza@fh-trier.de>
1acad97c 5492
3d008e4f
SM
5493 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
5494
0a6934fc
SM
54952012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5496
af67c9d7
SM
5497 * progmodes/etags.el (tags-completion-at-point-function):
5498 Improve last fix.
5499
1acad97c
SM
5500 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
5501
e298b5da
SS
55022012-03-21 Sam Steingold <sds@gnu.org>
5503
5504 * progmodes/etags.el (tags-completion-at-point-function):
5505 Avoid the error when point is inside the pattern.
5506
91d82a70
JY
55072012-03-21 John Yates <john@yates-sheets.org> (tiny change)
5508
5509 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
5510 line (Bug#10855).
5511
69188b79
CY
55122012-03-21 Drew Adams <drew.adams@oracle.com>
5513
5514 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
5515
99fc91fe
AK
55162012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
5517
5518 * ido.el (ido-set-current-directory, ido-read-internal)
5519 (ido-choose-completion-string, ido-completion-help): Handle nil
5520 value of ido-completion-buffer (Bug#11008).
5521
087bbb4c
SS
55222012-03-21 Sam Steingold <sds@gnu.org>
5523
5524 * window.el (switch-to-prev-buffer): Do not switch to a visible
5525 window previous buffer, just like with the frame previous buffers.
5526
fb5b8aca
CY
55272012-03-21 Chong Yidong <cyd@gnu.org>
5528
5529 * faces.el (make-face, make-empty-face, copy-face):
5530 * face-remap.el (face-remap-add-relative, face-remap-set-base):
5531 Doc fixes.
5532
dc9924b8
SM
55332012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
5534
5535 * wid-edit.el (widget-complete-field): Remove (bug#11051).
5536 (widget-complete): Remove broken use of it.
5537
f0bcceb9
CY
55382012-03-20 Chong Yidong <cyd@gnu.org>
5539
dc9924b8
SM
5540 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
5541 Use string-width and truncate-string-width to handle arbitrary
f0bcceb9
CY
5542 characters.
5543
ee52ebf3
TH
55442012-03-20 Tassilo Horn <tassilo@member.fsf.org>
5545
5546 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
5547 to draw rectangles, not squares. (Regression introduced by revno
5548 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
5549
4c5779ab
CY
55502012-03-18 Chong Yidong <cyd@gnu.org>
5551
5552 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
5553 it is not yet defined (for temacs).
5554
15360934
LL
55552012-03-18 Leo Liu <sdl.web@gmail.com>
5556
dc9924b8 5557 * net/rcirc.el (rcirc-cmd-quit): Allow quiting all servers with prefix.
15360934 5558
d9a8eb66
EZ
55592012-03-17 Eli Zaretskii <eliz@gnu.org>
5560
5561 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
5562 (ispell-choices-win-default-height, ispell-silently-savep)
5563 (ispell-dictionary-alist, ispell-encoding8-command)
5564 (ispell-check-version, ispell-aspell-find-dictionary)
5565 (ispell-valid-dictionary-list, ispell-words-keyword)
5566 (ispell-get-word, ispell-internal-change-dictionary)
5567 (ispell-region, ispell-skip-region-list)
5568 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
5569 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
5570 (ispell-message-text-end, ispell-message)
5571 (ispell-buffer-local-parsing): Doc fix.
5572
f02ff80d
J
55732012-03-13 Jambunathan K <kjambunathan@gmail.com>
5574
5575 * htmlfontify.el: Add support for code block fontification for ODT
5576 export (Bug #9914).
5577 (hfy-optimisations): Define new option
5578 `body-text-only'
5579 (hfy-fontify-buffer): Honor above setting.
5580 (hfy-begin-span, hfy-end-span): New routines factored out form
5581 `hfy-fontify-buffer'.
5582 (hfy-begin-span-handler, hfy-end-span-handler): New variables
5583 that permit insertion of custom tags.
5584 (hfy-fontify-buffer): Use above handlers.
5585 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
5586 (hfy-face-to-css): Re-defined to be a variable.
dc9924b8 5587 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
75f1671a 5588 over multiple runs. This is made possible by having the caller let
f02ff80d
J
5589 bind a special variable `hfy-user-sheet-assoc'.
5590 (htmlfontify-string): New defun.
5591 (hfy-compile-face-map): Make sure that the last char in the
5592 buffer is correctly fontified.
5593 (hfy-face-resolve-face): Whitespace only change.
5594
9ac7a13f
EZ
55952012-03-17 Eli Zaretskii <eliz@gnu.org>
5596
5597 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
5598 message more clear.
5599
e2b5bdd7
LL
56002012-03-16 Leo Liu <sdl.web@gmail.com>
5601
5602 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
5603
2e492df3
AM
56042012-03-16 Alan Mackenzie <acm@muc.de>
5605
5606 Further optimise the handling of large macros.
5607
5608 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
5609 limit to a call of `c-literal-limits'.
5610 (c-determine-+ve-limit): New function.
dc9924b8
SM
5611 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
5612 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
2e492df3
AM
5613 In CASE 5B, restrict a search limit to 500.
5614 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
5615
5616 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
5617 Restrict macro bounds to +-500 from after-change's BEG END.
5618
50e94f0c
LL
56192012-03-16 Leo Liu <sdl.web@gmail.com>
5620
5621 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
5622
6f09f6ed
AH
56232012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
5624
5625 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
dc9924b8 5626 `special-mode' setting of `buffer-read-only'. (Bug#11010)
6f09f6ed 5627
c7e73d51
GM
56282012-03-16 Glenn Morris <rgm@gnu.org>
5629
da986230
GM
5630 * view.el (view-buffer, view-buffer-other-window)
5631 (view-buffer-other-frame): Doc fixes re special mode-class.
5632
0835f01e
GM
5633 * subr.el (eval-after-load): If named feature is provided not from
5634 a file, run after-load forms. (Bug#10946)
5635
c7e73d51
GM
5636 * calendar/calendar.el (calendar-insert-at-column):
5637 Handle non-unit-width characters a bit better. (Bug#10978)
5638
3f2eafd1
CY
56392012-03-15 Chong Yidong <cyd@gnu.org>
5640
5641 * emacs-lisp/ring.el (ring-extend): New function.
5642 (ring-insert+extend): Extend the ring correctly (Bug#11019).
5643
5644 * comint.el (comint-read-input-ring)
5645 (comint-add-to-input-history): Grow comint-input-ring lazily.
5646
103af3fe
SM
56472012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5648
663b1677
SM
5649 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
5650 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
5651
103af3fe
SM
5652 * imenu.el: Fix multiple inheritance breakage (bug#9199).
5653 (imenu-add-to-menubar): Don't add a redundant index.
5654 (imenu-update-menubar): Handle a dynamically composed keymap.
5655
899cb7cb
KY
56562012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5657
5658 * mail/sendmail.el (mail-encode-header):
5659 Bind rfc2047-encode-encoded-words to nil.
5660
3809f91d
GM
56612012-03-13 Glenn Morris <rgm@gnu.org>
5662
5663 * calendar/calendar.el (calendar-string-spread):
5664 Handle non-unit-width characters a bit better. (Bug#10978)
5665
9e345a01
LL
56662012-03-13 Leo Liu <sdl.web@gmail.com>
5667
5668 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
5669 directory and file as argument (Bug#10822).
5670
4a07df36
KS
56712012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5672
5673 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
5674 For dynamically generated code, follow $PC.
5675 (gdb-disassembly-handler-custom): Handle no function name case.
5676
4aaa9356
TL
56772012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
5678
5679 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
5680 * emulation/ws-mode.el (ws-query-replace):
5681 * sort.el (sort-regexp-fields):
5682 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
5683
225979da
SM
56842012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5685
5686 * dabbrev.el: Fix cycle completion order (bug#10963).
5687 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
5688 (dabbrev-completion): Don't use an obarray; provide
5689 a cycle-sort-function.
5690
e2f1fdab
LL
56912012-03-12 Leo Liu <sdl.web@gmail.com>
5692
dc9924b8 5693 * simple.el (kill-new): Use equal-including-properties for comparison.
e2f1fdab
LL
5694 (kill-do-not-save-duplicates): Doc fix.
5695
b19490ed
SM
56962012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5697
5698 * dabbrev.el: Fix cycle completion (bug#10963).
5699 Use lexical binding and wrap to 80 columns.
5700 (dabbrev-completion): Delay computing the list of completions.
5701
4b05d722
KH
57022012-03-12 Kenichi Handa <handa@m17n.org>
5703
5704 * international/quail.el (quail-insert-kbd-layout): Surround each
5705 row by LRO and PDF instead of inserting many LRMs. Pad the left
5706 and right of each non-spacing marks. Insert invisible space
5707 between lower and upper characters to prevent composition.
5708
dbbc2e69
SM
57092012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * minibuffer.el (minibuffer-complete): Don't get confused when the
5712 function is run twice via different commands (bug#10958).
5713 (complete-with-action): Fix docstring.
5714
292112ed
CY
57152012-03-12 Chong Yidong <cyd@gnu.org>
5716
5d1ac394
CY
5717 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
5718 (nxml-completion-at-point-function): New function.
5719 (nxml-mode): Use it.
5720 (nxml-bind-meta-tab-to-complete-flag): Default to t.
5721
292112ed
CY
5722 * emacs-lisp/package.el (package-unpack, package-unpack-single):
5723 Load generated autoloads file before byte compiling (Bug#10970).
5724 (package--make-autoloads-and-compile): New helper fun.
5725
4098f8f7
CS
57262012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
5727
5728 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
5729
8f754691
MA
57302012-03-11 Michael Albinus <michael.albinus@gmx.de>
5731
5732 * autorevert.el (auto-revert-handler): Ensure, that
5733 file-readable-p is applied only for local files or in
5734 auto-revert-tail-mode.
5735
e29ab36b
AS
57362012-03-11 Andreas Schwab <schwab@linux-m68k.org>
5737
dbbc2e69
SM
5738 * server.el (server-eval-at): Handle non-tcp connections.
5739 Decode result string.
ad0bf5b6 5740
e29ab36b
AS
5741 * server.el (server-msg-size): New constant.
5742 (server-reply-print): New function.
5743 (server-eval-and-print): Use it.
5744 (server-eval-at): Use server-quote-arg and server-unquote-arg.
5745 Handle -print-nonl.
5746
de5939ba
CS
57472012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
5748
5749 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
5750 (Bug#10987).
5751
0c93eabf
CY
57522012-03-11 Chong Yidong <cyd@gnu.org>
5753
397a688f
CY
5754 * simple.el (goto-line): Doc fix (Bug#9938).
5755
2cc775f9
CY
5756 * subr.el (save-window-excursion): Doc fix (Bug#9979).
5757
0c93eabf
CY
5758 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
5759 when finished (Bug#10963).
5760
c491fa41
MR
57612012-03-11 Martin Rudalics <rudalics@gmx.at>
5762
5763 * window.el (split-window-below): Fix bug in case where
5764 split-window-keep-point is nil (Bug#10971).
5765
300e8fa5
JL
57662012-03-11 Juri Linkov <juri@jurta.org>
5767
5768 * replace.el (replace-highlight): Set isearch-word to nil
5769 unconditionally. (Bug#10887)
5770
dbf6c5a1
EZ
57712012-03-10 Eli Zaretskii <eliz@gnu.org>
5772
5773 * net/mairix.el (mairix-replace-invalid-chars): Rename from
5774 mairix-replace-illegal-chars; all callers changed. Don't remove
dc9924b8 5775 ^, ~, and = characters: they are meaningful in mairix search specs.
dbf6c5a1
EZ
5776 (mairix-widget-create-query): Add usage information about mairix
5777 search forms: negating words, searching for substrings, etc.
5778
b9e501de
JP
57792012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
5780
5781 * international/fontset.el (font-encoding-alist): Add an entry for
5782 ksx1001 (Bug#5667).
5783
92795c91
RS
57842012-03-10 Richard Stallman <rms@gnu.org>
5785
1694e6c1
RS
5786 * mail/sendmail.el (mail-encode-header):
5787 Set rfc2047-encode-encoded-words.
5788
607e8555
RS
5789 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
5790
de3bc99a
RS
5791 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
5792 view buffer means not swapped.
5793 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
5794 (rmail-write-region-annotate): Error if real text has disappeared.
5795
92795c91
RS
5796 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
5797
699bd04e
CY
57982012-03-10 Chong Yidong <cyd@gnu.org>
5799
5800 * emulation/cua-rect.el (cua--init-rectangles):
dbbc2e69
SM
5801 * emulation/cua-base.el (cua--init-keymaps):
5802 Add delete-forward-char to remappings (Bug#9666).
699bd04e 5803
570a1714
MR
58042012-03-10 Martin Rudalics <rudalics@gmx.at>
5805
dbbc2e69
SM
5806 * speedbar.el (speedbar-unhighlight-one-tag-line):
5807 Avoid unhighlighting due to frame switching (Bug#10275).
570a1714 5808
82dcf4e4
CY
58092012-03-10 Chong Yidong <cyd@gnu.org>
5810
7a2c7ca7
CY
5811 * minibuffer.el (completion-in-region, completion-help-at-point):
5812 Give the completion field overlay a high priority (Bug#6830).
5813
82dcf4e4
CY
5814 * dired.el (dired-goto-file): Recognize absolute file name
5815 listings (Bug#7126).
5816 (dired-goto-file-1): New helper function.
5817 (dired-toggle-read-only): Inhibit warnings.
5818
052e28ac
MA
58192012-03-09 Michael Albinus <michael.albinus@gmx.de>
5820
75f1671a 5821 * net/dbus.el (dbus-property-handler): Return empty array if
052e28ac
MA
5822 there are no properties.
5823
95d5e396
LL
58242012-03-09 Leo Liu <sdl.web@gmail.com>
5825
5826 * savehist.el (savehist-printable): Stricter check for string
5827 value (Bug#10937).
5828
3f018d6d
EZ
58292012-03-09 Eli Zaretskii <eliz@gnu.org>
5830
dbbc2e69
SM
5831 * mail/smtpmail.el (smtpmail-send-it):
5832 Bind coding-system-for-write to *-unix, so that FCC files are kept in
3f018d6d
EZ
5833 valid mbox format.
5834
f7fd3d79
GM
58352012-03-09 Glenn Morris <rgm@gnu.org>
5836
5837 * files.el (dir-locals-find-file):
5838 Don't check result is regular, readable.
5839 (dir-locals-read-from-file): Demote errors.
5840
6ff6e72f
EZ
58412012-03-08 Eli Zaretskii <eliz@gnu.org>
5842
dbbc2e69
SM
5843 * international/quail.el (quail-insert-kbd-layout):
5844 Insert invisible LRM characters before each character in a keyboard
6ff6e72f
EZ
5845 layout cell, to prevent their reordering by bidi display engine.
5846 For details, see the discussion in
5847 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
5848
9cec7834
AM
58492012-03-08 Alan Mackenzie <acm@muc.de>
5850
5851 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
5852 the starting position; make it extend the marked region when
5853 invoked repeatedly - all under appropriate circumstances.
5854 Fixes bugs #5525, #10906.
5855
9a40b8d4
GM
58562012-03-08 Glenn Morris <rgm@gnu.org>
5857
5858 * files.el (locate-dominating-file, dir-locals-find-file):
5859 Undo 2012-03-06 change.
5860
7a08ed35
EZ
58612012-03-07 Eli Zaretskii <eliz@gnu.org>
5862
dbbc2e69
SM
5863 * international/quail.el (quail-help):
5864 Force bidi-paragraph-direction be left-to-right. See discussion in
7a08ed35
EZ
5865 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
5866 for the reason.
5867
5aca4f71 58682012-03-07 Michael Albinus <michael.albinus@gmx.de>
6612a284
MA
5869
5870 Avoid superfluous registering of signals. (Bug#10807)
5871
5872 * notifications.el (notifications-on-action-object)
5873 (notifications-on-close-object): New defvars.
5874 (notifications-on-action-signal, notifications-on-closed-signal):
5875 Unregister the signal if not needed any longer.
5876 (notifications-notify): Register `notifications-action-signal' or
5877 `notifications-closed-signal', if :on-action or :on-close has been
5878 passed as argument.
5879
78e8b10a
CY
58802012-03-07 Chong Yidong <cyd@gnu.org>
5881
5882 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
5883 non-X platforms.
5884
69481eb8
GM
58852012-03-06 Glenn Morris <rgm@gnu.org>
5886
5887 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5888 (x-disown-selection-internal, x-get-selection-internal):
5889 Doc fix (add arglist signatures). (Bug#10783)
5890
133b8e11
KS
58912012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
5892
5893 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5894 Handle breakpoints with no "type".
5895
99a83064
GM
58962012-03-06 Glenn Morris <rgm@gnu.org>
5897
5898 * files.el (locate-dominating-file): Add optional predicate argument.
5899 (dir-locals-find-file): Make use of above change.
5900
17798e78
TTN
59012012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
5902
5903 * info.el (Info-insert-dir): Also try "dir.gz".
5904
eb182446
GM
59052012-03-06 Glenn Morris <rgm@gnu.org>
5906
8f2114ee
GM
5907 * files.el (dir-locals-find-file):
5908 Ignore non-readable or non-regular files. (Bug#10928)
5909
eb182446
GM
5910 * files.el (locate-dominating-file): Doc fix.
5911
24679323
AS
59122012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
5913
5914 * calendar/calendar.el (calendar-set-mode-line):
5915 `getenv' returns a string. (Bug#10951)
5916
01d972a9
LL
59172012-03-05 Leo Liu <sdl.web@gmail.com>
5918
109aa8a9
LL
5919 * simple.el (backward-delete-char-untabify): Constrain point to
5920 field (Bug#10939).
5921
01d972a9
LL
5922 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
5923
10607bea
CY
59242012-03-05 Chong Yidong <cyd@gnu.org>
5925
5926 * simple.el (count-words): If called from Lisp, return the word
5927 count, for symmetry with `count-lines'. Arglist changed.
5928 (count-words--message): Args changed. Consolidate counting code
5929 from count-words and count-words-region.
5930 (count-words-region): Caller changed.
5931 (count-lines-region): Make it an obsolete alias.
5932
5dd11cfe
TH
59332012-03-04 Tassilo Horn <tassilo@member.fsf.org>
5934
5935 * saveplace.el (save-place-to-alist)
5936 (save-place-ignore-files-regexp): Allow value nil to disable this
5937 feature.
5938
c349f4e6
CY
59392012-03-04 Chong Yidong <cyd@gnu.org>
5940
5941 * faces.el (face-spec-reset-face): For the default face, reset the
5942 attributes to default values (Bug#10748).
5943
e627be4c
LMI
59442012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
5945
5946 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
5947 previous patch: Check `message-send-mail-function', and not the
5948 default function (bug#10897).
5949
ebeabff4
MA
59502012-03-04 Michael Albinus <michael.albinus@gmx.de>
5951
a41a6cf4
MA
5952 * notifications.el (notifications-on-action-signal)
5953 (notifications-on-closed-signal): Check for unique service name of
5954 incoming event. Fix error in removing entry.
ebeabff4 5955 (top): Register for signals with wildcard service name.
a41a6cf4 5956 (notifications-notify): Use daemon unique service name for map entries.
ebeabff4 5957
c1ca42b4
CY
59582012-03-04 Chong Yidong <cyd@gnu.org>
5959
dc9924b8 5960 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
c1ca42b4 5961
ea16568d
GM
59622012-03-04 Glenn Morris <rgm@gnu.org>
5963
5964 * abbrev.el (copy-abbrev-table, abbrev-table-p)
5965 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
5966 (expand-abbrev, define-abbrev-table): Doc fixes.
5967
fbae4637
LMI
59682012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5969
5970 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
5971 `message-default-send-mail-function' and not `send-mail-function'
5972 when doing the prompting for `sendmail-query-once' before sending
5973 in Message buffers (bug#10897).
5974
a1e7225c
LMI
5975 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
5976 This is inconsistent with all the other stream functions, which leave
5977 the setting up to the higher levels (if so wanted) (bug#10931).
5978
56d093a9
AM
59792012-03-02 Alan Mackenzie <acm@muc.de>
5980
5981 Depessimize the handling of very large macros.
5982
5983 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
5984 (c-macro-cache-syntactic): New variables to implement a one
5985 element macro cache.
5986 (c-invalidate-macro-cache): New function.
5987 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
5988 Adapt to use the new cache.
5989 (c-state-safe-place): Use better the cache of safe positions.
5990 (c-state-semi-nonlit-pos-cache)
5991 (c-state-semi-nonlit-pos-cache-limit):
5992 New variables for...
5993 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
5994 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
dbbc2e69
SM
5995 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
5996 Use c-state-semi-safe-place.
56d093a9 5997
dbbc2e69
SM
5998 * progmodes/cc-langs.el (c-get-state-before-change-functions):
5999 Add c-invalidate-macro-cache to the C, C++, Obj entries.
56d093a9 6000
817e5c3d
MA
60012012-03-02 Michael Albinus <michael.albinus@gmx.de>
6002
dbbc2e69
SM
6003 * jka-compr.el (jka-compr-call-process):
6004 Apply `file-accessible-directory-p' only when the default directory is
817e5c3d
MA
6005 not remote.
6006
a032a702
MA
60072012-03-01 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
6010 access of FILE2, if FILE1 does not exist.
6011
99a54f21
MA
6012 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
6013 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
6014
6015 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
6016 Add "PAGER=" to `process-environment'.
6017
f6561e1f
MM
60182012-03-01 Michael R. Mauger <mmaug@yahoo.com>
6019
6020 * progmodes/sql.el: Bug fix
6021 (sql-get-login-ext): Save login values in globals.
6022 (sql-get-login): Use new version of `sql-get-login-ext'.
6023 (sql-interactive-mode): Set global `sql-connection' to nil.
6024 (sql-connect): Set global values for connection.
6025 (sql-product-interactive): Save global values as buffer local.
6026
2d44d9cc
LL
60272012-02-29 Leo Liu <sdl.web@gmail.com>
6028
6029 * abbrev.el (define-abbrevs): Reset sys to nil.
6030
96b49301 60312012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6032
bf7f9bc5
JB
6033 * files.el (file-equal-p): Rename from `files-equal-p'.
6034 Return nil when one or both files don't exist.
96b49301 6035 (file-subdir-of-p): Now only top directory must exists,
6036 return nil if it doesn't.
bf7f9bc5
JB
6037 (copy-directory): No need to test with `file-subdir-of-p' after
6038 creating dir.
6039 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
6040 to `file-equal-p'.
96b49301 6041
44e97401
GM
60422012-02-28 Glenn Morris <rgm@gnu.org>
6043
6044 * shell.el (shell-mode):
6045 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
6046 * play/landmark.el (landmark-font-lock-face-O):
6047 * play/handwrite.el (handwrite):
6048 * play/gomoku.el (gomoku-O):
6049 * net/browse-url.el (browse-url-browser-display):
6050 * international/mule.el (define-charset):
6051 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
6052 * filesets.el (filesets-find-file-delay):
6053 * eshell/em-xtra.el (eshell-xtra):
6054 * eshell/em-unix.el (eshell-grep):
6055 * emulation/viper.el (viper-mode):
6056 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6057 * emacs-lisp/easymenu.el (easy-menu-define):
6058 * calendar/timeclock.el (timeclock-use-display-time):
6059 * bs.el (bs-mode):
6060 * bookmark.el (bookmark-save-flag):
6061 Doc fix (standardize possessive apostrophe usage).
6062
c98c6276
CY
60632012-02-27 Chong Yidong <cyd@gnu.org>
6064
bf7f9bc5
JB
6065 * emulation/viper-cmd.el (viper-intercept-ESC-key):
6066 Fix key-binding lookup for ESC key (Bug#9146).
ecf5f74e 6067
c98c6276
CY
6068 * font-lock.el (font-lock-specified-p): Rename from
6069 font-lock-spec-present. Callers changed.
6070
9c62cd04 60712012-02-27 Daniel Hackney <dan@haxney.org>
8ac9e529 6072
bf7f9bc5
JB
6073 * emacs-lisp/package.el (package-compute-transaction):
6074 Handle holding a package version to t in package-load-list.
8ac9e529 6075
530739c9
MA
60762012-02-26 Michael Albinus <michael.albinus@gmx.de>
6077
6078 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
6079 (tramp-get-inode, tramp-get-device): Use cached values.
6080
487915d7
AM
60812012-02-26 Alan Mackenzie <acm@muc.de>
6082
6083 Check there is a font-lock specification before doing initial
6084 fontification.
6085
6086 * font-core.el (font-lock-mode): Move the conditional from
6087 :after-hook to font-lock-initial-fontify.
6088 (font-lock-default-function): Move the check for a specification
6089 to font-lock-spec-present.
6090
dc9924b8 6091 * font-lock.el (font-lock-initial-fontify): Call ...
487915d7
AM
6092 (font-lock-spec-present): New function.
6093
4fd96557
JB
60942012-02-26 Jim Blandy <jimb@red-bean.com>
6095
6096 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
6097 (gdb-send): Apply it to the operand of the '-interpreter-exec
6098 console' command, so that we can pass arguments with (say) quotes
6099 in them. Store exact string sent in gdb-debug-log (Bug#10765).
6100
9a4888c0
CY
61012012-02-26 Chong Yidong <cyd@gnu.org>
6102
07498861
CY
6103 * help-fns.el (describe-function-1): Clarify description of
6104 remapping (Bug#10844).
6105
9a4888c0
CY
6106 * files.el (files-equal-p): Doc fix.
6107 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
6108 and quit the loop once a mismatch is found.
6109
ea8fb88d
JB
61102012-02-25 Juanma Barranquero <lekktu@gmail.com>
6111
6112 * bs.el (bs--show-with-configuration): Don't throw an error
6113 if the window cannot be split; otherwise, subsequent calls to
6114 bs-show fail, restoring a stale window config. (Bug#10882)
6115
525795c1
JD
61162012-02-25 Jan Djärv <jan.h.d@swipnet.se>
6117
6118 * term/ns-win.el (global-map): Bind ns-drag-file to
6119 ns-find-file (Bug#5855, Bug#10050).
6120
f008086f
AS
61212012-02-25 Andreas Schwab <schwab@linux-m68k.org>
6122
6123 * calendar/parse-time.el (parse-time-string): Allow extractor to
6124 return nil.
6125
a3fcfa99
MA
61262012-02-25 Michael Albinus <michael.albinus@gmx.de>
6127
91027d08
JB
6128 * net/tramp.el (tramp-file-name-for-operation):
6129 Add `files-equal-p' and `file-subdir-of-p'.
a3fcfa99
MA
6130
6131 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
91027d08
JB
6132 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6133 Add COPY-CONTENTS argument.
a3fcfa99 6134
67b0de11
CY
61352012-02-25 Chong Yidong <cyd@gnu.org>
6136
6137 Add custom groups for VC backends, for consistency with vc-bzr.
6138
6139 * vc/vc-arch.el (vc-arch):
6140 * vc/vc-cvs.el (vc-cvs):
6141 * vc/vc-git.el (vc-git):
6142 * vc/vc-hg.el (vc-hg):
6143 * vc/vc-mtn.el (vc-mtn):
6144 * vc/vc-rcs.el (vc-rcs):
6145 * vc/vc-sccs.el (vc-sccs):
6146 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
6147 All relevant defcustoms reassigned.
6148
3c9dfce6
CY
61492012-02-25 Chong Yidong <cyd@gnu.org>
6150
1339bf43
CY
6151 * newcomment.el (comment-styles): Add autoload (Bug#10868).
6152
3c9dfce6
CY
6153 * term/x-win.el (x-initialize-window-system): Reduce default for
6154 x-selection-timeout to 5 seconds (Bug#8869).
6155
25b2e303 61562012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
6157
ec70a47d
GM
6158 * files.el (files-equal-p, file-subdir-of-p): New functions.
6159 (copy-directory): Error when trying to copy a directory on itself.
25b2e303 6160 Add missing copy-contents arg to tramp handler.
ec70a47d
GM
6161 * dired-aux.el (dired-copy-file-recursive): Same.
6162 (dired-create-files): Modify destination when source is equal to
6163 dest when copying files.
53a46cd0 6164 Return also when dest is a subdir of source. (Bug#10489)
25b2e303 6165
914260cd
MA
61662012-02-24 Michael Albinus <michael.albinus@gmx.de>
6167
6168 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
6169 (Bug#10874)
6170
2cb228f7
AM
61712012-02-23 Alan Mackenzie <acm@muc.de>
6172
6173 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
6174 parameter "after-hook:" to allow the expansion to run code after
6175 the execution of the mode hooks.
6176
6177 * font-lock.el (font-lock-initial-fontify): New function extracted
91027d08 6178 from font-lock-mode-internal.
2cb228f7 6179
91027d08 6180 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
2cb228f7
AM
6181 :after-hook.
6182
8f0fde21
SM
61832012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6184
3e88618b
SM
6185 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
6186 (completion--cache-all-sorted-completions): New function.
6187 (completion-all-sorted-completions): Use it.
6188 (completion--do-completion, minibuffer-force-complete):
6189 Use it to re-instate the flush hook.
6190
8f0fde21
SM
6191 * icomplete.el (icomplete-completions): Replace last fix with a better
6192 one (bug#10850).
6193
8e911f6f
DG
61942012-02-23 Dmitry Gutov <dgutov@yandex.ru>
6195
6196 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
6197 when it might call us back infinitely (bug#10797).
6198
49fe4321
GM
61992012-02-23 Glenn Morris <rgm@gnu.org>
6200
6201 * minibuffer.el (completion-category-overrides): Doc fix.
6202
b291b572
SM
62032012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6204
6205 * minibuffer.el (completion-table-with-context): Fix inf-loop.
6206 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
6207
31a9ef2e
GM
62082012-02-23 Glenn Morris <rgm@gnu.org>
6209
5e6e6794 6210 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
31a9ef2e
GM
6211 (authors-obsolete-files-regexps, authors-ignored-files)
6212 (authors-ambiguous-files, authors-renamed-files-alist):
6213 Add more entries.
6214
0bd1e074
JL
62152012-02-23 Juri Linkov <juri@jurta.org>
6216
6217 * isearch.el (isearch-occur): Sync interactive spec with occur's
6218 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
6219
b617673c
JL
6220 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
6221
19e9789e
JL
62222012-02-22 Juri Linkov <juri@jurta.org>
6223
6224 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
6225 (ucs-insert): Doc fix. Check for hex digits in the string.
6226 Don't display `nil' in the error message. (Bug#10857)
6227
f41ce09d
AM
62282012-02-22 Alan Mackenzie <acm@muc.de>
6229
7a71b18d 6230 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
f41ce09d 6231
ac2eceee
GM
62322012-02-22 Glenn Morris <rgm@gnu.org>
6233
6234 * ffap.el (ffap-c-path):
6235 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
6236
abd1f678
CY
62372012-02-22 Chong Yidong <cyd@gnu.org>
6238
6239 * custom.el (load-theme): Doc fix.
6240
f25aef2e
GM
62412012-02-22 Glenn Morris <rgm@gnu.org>
6242
6243 * dired-x.el (dired-guess-shell-alist-default):
6244 Remove escape sequences from nroff output. (Bug#172)
6245
5f8dc2ca
GM
62462012-02-21 Glenn Morris <rgm@gnu.org>
6247
6ff86ec4
GM
6248 * vc/emerge.el (emerge-defvar-local):
6249 Set `permanent-local' property rather than unused `preserved'.
6250
be3223a3 6251 * textmodes/picture.el (picture-delete-char): New alias.
5f8dc2ca
GM
6252 (picture-mode-map): Use it. (Bug#10860)
6253 (picture-mode): Doc fix.
6254
3fe58f4f
JB
62552012-02-21 Juanma Barranquero <lekktu@gmail.com>
6256
6257 * newcomment.el (uncomment-region-default): Remove unused binding.
6258
f9a998c3
GM
62592012-02-21 Glenn Morris <rgm@gnu.org>
6260
6261 * textmodes/picture.el (picture-motion, picture-motion-reverse)
6262 (picture-self-insert, picture-tab-chars): Doc fix.
6263 (picture-mode-map): Fix C-a, C-e.
6264
c6029348
GM
62652012-02-20 Glenn Morris <rgm@gnu.org>
6266
6267 * emacs-lisp/authors.el (authors-aliases): Add another entry.
6268
ab1ce9d7
LL
62692012-02-20 Leo Liu <sdl.web@gmail.com>
6270
6271 * icomplete.el (icomplete-completions): Check FROM arg before
6272 passing to substring (Bug#10850).
6273
0fd40f89
CY
62742012-02-19 Chong Yidong <cyd@gnu.org>
6275
6276 * comint.el: Require ansi-color.
6277 (comint-output-filter-functions): Add ansi-color-process-output.
6278
6279 * ansi-color.el: Don't set comint-output-filter-functions; it is
6280 now in the initial value defined in comint.el.
6281 (ansi-color-apply-face-function): New variable.
6282 (ansi-color-apply-on-region): Use it.
6283 (ansi-color-apply-overlay-face): New function.
6284
6285 * shell.el (shell): No need to require ansi-color.
6286 (shell-mode): Use ansi-color-apply-face-function to highlight
6287 color escapes using font-lock-face property (Bug#10835).
6288
20af2394
CY
62892012-02-19 Chong Yidong <cyd@gnu.org>
6290
6291 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
6292 mode-line formats (Bug#10839).
6293
e23a3fbe
GM
62942012-02-18 Glenn Morris <rgm@gnu.org>
6295
b474519e
GM
6296 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
6297
6298 * mail/undigest.el (unforward-rmail-message): Doc fix.
6299
e23a3fbe
GM
6300 * saveplace.el (save-place-ignore-files-regexp): Add :version.
6301
57939ff4
EZ
63022012-02-18 Eli Zaretskii <eliz@gnu.org>
6303
6304 * international/characters.el (script-list): Sync with the latest
6305 Unicode Character Database.
6306
0c23686e
AS
63072012-02-18 Andreas Schwab <schwab@linux-m68k.org>
6308
6309 * international/titdic-cnv.el: Remove duplicate coding tag.
6310 * language/cham.el: Likewise.
6311 * language/tai-viet.el: Likewise.
6312
6818b449
GM
63132012-02-18 Glenn Morris <rgm@gnu.org>
6314
6315 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
6316 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
6317 (calendar-bahai-all-holidays-flag, calendar-other-dates):
6318 * calendar/diary-lib.el (diary-abbreviated-year-flag):
6319 * calendar/holidays.el (holiday-bahai-holidays)
6320 (calendar-holidays, list-holidays):
6321 Use utf-8 Bahá'í in doc-strings, menus, etc.
6322
0311a3fc
TH
63232012-02-17 Tassilo Horn <tassilo@member.fsf.org>
6324
6325 * saveplace.el (save-place-ignore-files-regexp): New variable
6326 allowing for excluding files from saving their location of point.
6327 The default value matches the temporary commit message editing
6328 files from Git, SVN, Bazaar, and Mercurial.
6329 (save-place-to-alist): Use it.
6330
d209e2fb 63312012-02-17 Lawrence Mitchell <wence@gmx.li>
f1a71c6e 6332 Stefan Monnier <monnier@iro.umontreal.ca>
eb864a71
LM
6333
6334 * newcomment.el (uncomment-region-default): Don't leave extra space
6335 when an arg is provided (bug#8150).
6336
ee0ce425
TZ
63372012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
6338
eb864a71 6339 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
ee0ce425 6340
95ddf442
GM
63412012-02-17 Glenn Morris <rgm@gnu.org>
6342
6343 * net/socks.el: Require network-stream. (Bug#10599)
6344
48dd1e39 63452012-02-17 Kenichi Handa <handa@m17n.org>
c406be43
KH
6346
6347 * international/charprop.el:
6348 * international/uni-name.el:
6349 * international/uni-old-name.el:
6350 * international/uni-comment.el: Regenerate.
6351
d68cd087
GM
63522012-02-16 Glenn Morris <rgm@gnu.org>
6353
6354 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
6355 Interactively in calendar buffer, give an error if not on a date.
6356
13932042
GM
63572012-02-15 Glenn Morris <rgm@gnu.org>
6358
6359 * shell.el (shell-delimiter-argument-list):
6360 Revert 2011-02-17 change. (Bug#8027)
6361
c3a70e2b
CY
63622012-02-15 Chong Yidong <cyd@gnu.org>
6363
60236b0d
CY
6364 * minibuffer.el (completion-at-point-functions): Doc fix.
6365
c3a70e2b
CY
6366 * custom.el (defcustom): Doc fix; note use of defvar.
6367
9f26dc24
GM
63682012-02-15 Glenn Morris <rgm@gnu.org>
6369
6370 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
6371 Doc fixes.
6372
6546b134
GM
63732012-02-14 Glenn Morris <rgm@gnu.org>
6374
6375 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
6376
d29b2b4c
LI
63772012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
6378
6379 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
6380 way the ports list is computed.
835bdcba
LI
6381 (smtpmail-query-smtp-server): Prompt the user for a port number if
6382 we can't connect to any of the standard ports (bug#10810).
d29b2b4c 6383
08dcdbc9
TZ
63842012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
6385
6386 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
6387
2605051a
GM
63882012-02-13 Glenn Morris <rgm@gnu.org>
6389
6390 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
6391
7ee99f32
TZ
63922012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
6393
6394 * net/gnutls.el (gnutls-trustfiles): New variable.
6395 (gnutls-negotiate): Use it.
6396
5f0af64f
LI
63972012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
6398
6399 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
6400 does its stuff if Gnus is running.
6401
c14fcc95
AM
64022012-02-13 Alan Mackenzie <acm@muc.de>
6403
6404 Fix a loop in c-set-fl-decl-start.
6405
7a71b18d 6406 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
c14fcc95
AM
6407 c-backward-syntactic-ws actually moves backwards.
6408
142b4d90
LL
64092012-02-13 Leo Liu <sdl.web@gmail.com>
6410
6411 * net/rcirc.el (rcirc-markup-attributes): Move point to the
6412 beginning so that all \C-o chars are removed.
6413
fa9958a6
TZ
64142012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
6415
dc9924b8 6416 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
fa9958a6 6417
0bc5886a
AM
64182012-02-12 Alan Mackenzie <acm@muc.de>
6419
6420 Fix infinite loop with long macros.
4d6769e1 6421 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
0bc5886a 6422
d4bd55e7
CY
64232012-02-12 Chong Yidong <cyd@gnu.org>
6424
6425 * window.el (display-buffer): Doc fix (Bug#10785).
6426
66f3fe22
GM
64272012-02-12 Glenn Morris <rgm@gnu.org>
6428
bd7da63e
GM
6429 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6430 (x-disown-selection-internal, x-get-selection-internal):
6431 Sync docs with the xselect.c versions.
6432
66f3fe22
GM
6433 * allout-widgets.el: Add missing license notice.
6434
3e0d2fa7
GM
64352012-02-11 Glenn Morris <rgm@gnu.org>
6436
cfecdf09
GM
6437 * select.el (x-get-selection-internal, x-own-selection-internal)
6438 (x-disown-selection-internal):
6439 * x-dnd.el (x-get-selection-internal): Update declarations.
6440
6d216d7f
GM
6441 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
6442
2bed3f04
GM
6443 * window.el (window-sides-slots):
6444 * tool-bar.el (tool-bar-position):
6445 * term/xterm.el (xterm-extra-capabilities):
6446 * ses.el (ses-self-reference-early-detection):
6447 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
6448 (verilog-auto-wire-type)
6449 (verilog-auto-delete-trailing-whitespace)
6450 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
6451 (verilog-auto-tieoff-declaration):
6452 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
6453 (sql-oracle-statement-starters, sql-oracle-scan-on):
6454 * progmodes/prolog.el (prolog-align-comments-flag)
6455 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
6456 (prolog-left-indent-regexp, prolog-paren-indent-p)
6457 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
6458 (prolog-types, prolog-mode-specificators)
6459 (prolog-determinism-specificators, prolog-directives)
6460 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
6461 (prolog-electric-dot-flag)
6462 (prolog-electric-dot-full-predicate-template)
6463 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
6464 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
6465 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
6466 (prolog-program-switches, prolog-prompt-regexp)
6467 (prolog-debug-on-string, prolog-debug-off-string)
6468 (prolog-trace-on-string, prolog-trace-off-string)
6469 (prolog-zip-on-string, prolog-zip-off-string)
6470 (prolog-use-standard-consult-compile-method-flag)
6471 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
6472 (prolog-imenu-max-lines, prolog-info-predicate-index)
6473 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
6474 (prolog-char-quote-workaround):
6475 * progmodes/cc-vars.el (c-defun-tactic):
6476 * net/tramp.el (tramp-encoding-command-interactive)
6477 (tramp-local-end-of-line):
6478 * net/soap-client.el (soap-client):
6479 * net/netrc.el (netrc-file):
6480 * net/gnutls.el (gnutls):
6481 * minibuffer.el (completion-category-overrides)
6482 (completion-cycle-threshold)
6483 (completion-pcm-complete-word-inserts-delimiters):
6484 * man.el (Man-name-local-regexp):
6485 * mail/feedmail.el (feedmail-display-full-frame):
6486 * international/characters.el (glyphless-char-display-control):
6487 * eshell/em-ls.el (eshell-ls-date-format):
6488 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
6489 (lisp-lambda-list-keyword-parameter-indentation)
6490 (lisp-lambda-list-keyword-parameter-alignment):
6491 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
6492 * dired-x.el (dired-omit-verbose):
6493 * cus-theme.el (custom-theme-allow-multiple-selections):
6494 * calc/calc.el (calc-highlight-selections-with-faces)
6495 (calc-lu-field-reference, calc-lu-power-reference)
6496 (calc-note-threshold):
6497 * battery.el (battery-mode-line-limit):
6498 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6499 (archive-7z-update):
6500 * allout.el (allout-prefixed-keybindings)
6501 (allout-unprefixed-keybindings)
6502 (allout-inhibit-auto-fill-on-headline)
6503 (allout-flattened-numbering-abbreviation):
6504 * allout-widgets.el (allout-widgets-auto-activation)
6505 (allout-widgets-icons-dark-subdir)
6506 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
6507 (allout-widgets-theme-dark-background)
6508 (allout-widgets-theme-light-background)
6509 (allout-widgets-item-image-properties-emacs)
6510 (allout-widgets-item-image-properties-xemacs)
6511 (allout-widgets-run-unit-tests-on-load)
6512 (allout-widgets-time-decoration-activity)
6513 (allout-widgets-hook-error-post-time)
6514 (allout-widgets-track-decoration):
6515 Add missing :version tags to new defcustoms and defgroups.
6516
5fec1b8e
GM
6517 * progmodes/sql.el (sql-ansi-statement-starters)
6518 (sql-oracle-statement-starters): Add custom type.
6519
3e0d2fa7
GM
6520 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
6521 (prolog-system-version): Give it a type.
6522
90b671e2
EZ
65232012-02-11 Eli Zaretskii <eliz@gnu.org>
6524
6525 * term/pc-win.el (x-select-text, x-selection-owner-p)
6526 (x-own-selection-internal, x-disown-selection-internal)
6527 (x-get-selection-internal): Sync doc strings and argument lists
6528 with xselect.c, common-win.el and x-win.el. (Bug#10783)
6529
5eac0c02
LL
65302012-02-11 Leo Liu <sdl.web@gmail.com>
6531
6532 * progmodes/python.el (python-end-of-statement): Fix infinite
6533 loop. (Bug#10788)
6534
f82cb659
GM
65352012-02-10 Glenn Morris <rgm@gnu.org>
6536
6537 * international/mule-cmds.el (unify-8859-on-encoding-mode)
6538 (unify-8859-on-decoding-mode): Properly mark as obsolete.
6539
cc26d239
LI
65402012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
6541
6542 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
6543 about SMTP before checking the From header.
6544
91027d08 6545 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
cc26d239
LI
6546 into own function for reuse by emacsbug.el.
6547
1be3ca5a
LL
65482012-02-10 Leo Liu <sdl.web@gmail.com>
6549
6550 * subr.el (condition-case-unless-debug): Rename from
6551 condition-case-no-debug. All callers changed.
6552 (with-demoted-errors): Fix caller.
6553
6554 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
6555 * nxml/rng-valid.el (rng-do-some-validation):
6556 * emacs-lisp/package.el (package-refresh-contents)
6557 (package-menu-execute):
6558 * desktop.el (desktop-create-buffer):
91027d08 6559 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
1be3ca5a 6560
b011fbfe
GM
65612012-02-10 Glenn Morris <rgm@gnu.org>
6562
b2096d72
GM
6563 * textmodes/bibtex.el:
6564 Add missing :version tags for new/changed defcustoms.
6565
b011fbfe
GM
6566 * files.el (remote-file-name-inhibit-cache): Doc fixes.
6567
4c7e65bf
LI
65682012-02-09 Lars Ingebrigtsen <larsi@rusty>
6569
6570 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
6571 (smtpmail-via-smtp): Use it, or fall back on the From address.
6572 (smtpmail-send-it): Ditto.
6573
f3934f6f
SM
65742012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
6577 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
6578 (byte-compile-tmp-var): New const.
6579 (byte-compile-defvar): Use it to minimize .elc size.
6580 Just use `defvar' rather than simulate it (bug#10761).
6581
a075a2c5
GM
65822012-02-09 Glenn Morris <rgm@gnu.org>
6583
cf3aa21b
GM
6584 * files.el (rename-uniquely): Doc fix. (Bug#3806)
6585
354998cd
GM
6586 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
6587 Add :version tags.
6588
dc9924b8
SM
6589 * progmodes/compile.el (compilation-error-screen-columns)
6590 (compilation-first-column, compilation-filter-start): Doc fixes.
83274125 6591
dab3703d
GM
6592 * vc/log-view.el (log-view-toggle-entry-display):
6593 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
6594
3f88cd72
GM
6595 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
6596 (report-emacs-bug-can-use-xdg-email):
6597 (report-emacs-bug-insert-to-mailer): Doc fixes.
6598 (report-emacs-bug): Message fix.
6599
d95b247d
GM
6600 * net/browse-url.el (browse-url-can-use-xdg-open)
6601 (browse-url-xdg-open): Doc fixes.
6602
a075a2c5
GM
6603 * electric.el (electric-indent-mode, electric-pair-mode)
6604 (electric-layout-rules, electric-layout-mode): Doc fixes.
6605 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
6606
ffb6157e
MR
66072012-02-08 Martin Rudalics <rudalics@gmx.at>
6608
6609 * server.el (server-unselect-display): Don't inadvertently kill
6610 the current buffer. (Bug#10729)
6611
e1ac4066
GM
66122012-02-08 Glenn Morris <rgm@gnu.org>
6613
34e8a2da
GM
6614 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
6615 (sql-list-table): Doc fixes.
6616
b4ac6e8c
GM
6617 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
6618 Comment out (does nothing).
6619
e1ac4066
GM
6620 * completion.el (dynamic-completion-mode):
6621 * dirtrack.el (dirtrack-debug-mode):
6622 * electric.el (electric-layout-mode):
6623 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
6624 * face-remap.el (text-scale-mode, buffer-face-mode):
6625 * iimage.el (iimage-mode):
6626 * image-mode.el (image-transform-mode):
6627 * minibuffer.el (completion-in-region-mode):
6628 * scroll-lock.el (scroll-lock-mode):
6629 * simple.el (next-error-follow-minor-mode):
6630 * tar-mode.el (tar-subfile-mode):
6631 * tooltip.el (tooltip-mode):
6632 * vcursor.el (vcursor-use-vcursor-map):
6633 * wid-browse.el (widget-minor-mode):
6634 * emulation/tpu-edt.el (tpu-edt-mode):
6635 * emulation/tpu-extras.el (tpu-cursor-free-mode):
6636 * international/iso-ascii.el (iso-ascii-mode):
6637 * language/thai-util.el (thai-word-mode):
6638 * mail/supercite.el (sc-minor-mode):
6639 * net/goto-addr.el (goto-address-mode):
6640 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
6641 * progmodes/cwarn.el (cwarn-mode):
6642 * progmodes/flymake.el (flymake-mode):
6643 * progmodes/glasses.el (glasses-mode):
6644 * progmodes/hideshow.el (hs-minor-mode):
6645 * progmodes/pascal.el (pascal-outline-mode):
6646 * textmodes/enriched.el (enriched-mode):
6647 * vc/smerge-mode.el (smerge-mode):
6648 Doc fixes (minor mode argument).
6649
5e0d957f
EZ
66502012-02-07 Eli Zaretskii <eliz@gnu.org>
6651
6652 * ls-lisp.el (ls-lisp-sanitize): New function.
6653 (ls-lisp-insert-directory): Use it to fix or remove any elements
6654 in file-alist with missing attributes. (Bug#4673)
6655
98d7371e
AM
66562012-02-07 Alan Mackenzie <acm@muc.de>
6657
6658 Fix spurious recognition of c-in-knr-argdecl.
6659
6660 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
6661 putative K&R region.
6662
667ced3a
AM
66632012-02-07 Alan Mackenzie <acm@muc.de>
6664
eb864a71
LM
6665 * progmodes/cc-engine.el (c-forward-objc-directive):
6666 Prevent looping in "#pragma mark @implementation".
667ced3a 6667
5b77774d
MA
66682012-02-07 Michael Albinus <michael.albinus@gmx.de>
6669
6670 * notifications.el (notifications-on-closed-signal): Make `reason'
6671 optional. (Bug#10744)
6672
af008560
GM
66732012-02-07 Glenn Morris <rgm@gnu.org>
6674
60d47423
GM
6675 * emacs-lisp/easy-mmode.el (define-minor-mode):
6676 Doc fixes for the macro and the mode it defines.
6677
dd605cc4
GM
6678 * image.el (imagemagick-types-inhibit): Doc fix.
6679
af008560
GM
6680 * cus-start.el (imagemagick-render-type): Add it.
6681
5cc59a37
LI
66822012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
6683
4d6769e1
JB
6684 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
6685 Set the default at load time, too, so that `font-lock-fontify-buffer'
6686 can be called without setting up the entire mode first. This fixes
6687 a bug in `mm-inline-text' with C MIME parts.
5cc59a37 6688
9a6dd747
CY
66892012-02-06 Chong Yidong <cyd@gnu.org>
6690
2d16b285
CY
6691 * simple.el (list-processes--refresh): Delete exited processes
6692 (Bug#8094).
6693
171e9b6e
CY
6694 * comint.el (comint-next-prompt): next-single-char-property-change
6695 and prev-single-char-property-change never return nil (Bug#8657).
6696
9a6dd747
CY
6697 * custom.el (defcustom): Doc fix (Bug#9711).
6698
aa4589a7
CY
66992012-02-05 Chong Yidong <cyd@gnu.org>
6700
5c2a252f
CY
6701 * cus-edit.el (custom-variable-reset-backup): Quote the value
6702 before storing it in the customized-value property (Bug#6712).
4aab9006 6703 (custom-display): Add a customization type tag.
983b9602 6704 (custom-buffer-create-internal): Improve tooltip message.
5c2a252f 6705
aa4589a7
CY
6706 * wid-edit.el (widget-field-value-get): New optional arg to
6707 suppress trailing whitespace truncation.
6708 (character): Use it (Bug#2689).
6709
1ff980ae
AS
67102012-02-05 Andreas Schwab <schwab@linux-m68k.org>
6711
6712 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
6713 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
6714
03988c98
CY
67152012-02-05 Chong Yidong <cyd@gnu.org>
6716
eeb6cc88
CY
6717 * cus-edit.el (custom-variable-value-create): For mismatched
6718 types, show the current value (Bug#7600).
6719
03988c98
CY
6720 * custom.el (defcustom): Doc fix.
6721
f8cdeef0
GM
67222012-02-05 Glenn Morris <rgm@gnu.org>
6723
6724 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
6725
0696d255
JB
67262012-02-05 Juanma Barranquero <lekktu@gmail.com>
6727
6728 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
6729 (pp-buffer): Use `ignore-errors', `looking-at-p'.
6730 (pp-last-sexp): Use `looking-at-p'.
6731
34c99998
GM
67322012-02-04 Glenn Morris <rgm@gnu.org>
6733
8f05da42
GM
6734 * files.el (revert-buffer):
6735 Doc fix (mention revert-buffer-in-progress-p).
6736
f160676e
GM
6737 * emacs-lisp/ert-x.el (ert-simulate-command):
6738 Check deferred-action-list (which is obsolete) is bound.
6739
c7291ad9
GM
6740 * subr.el (with-wrapper-hook): Doc fixes.
6741
34c99998
GM
6742 * simple.el (filter-buffer-substring-functions)
6743 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
6744
6283a7d3
LL
67452012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
6746
6747 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
6748 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
6749
e96e3013
LL
67502012-02-04 Leo Liu <sdl.web@gmail.com>
6751
6752 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
6753
8ded50f2
GM
67542012-02-04 Glenn Morris <rgm@gnu.org>
6755
82ff1d13
GM
6756 * image.el (image-extension-data): Add obsolete alias.
6757
987a0a16
GM
6758 * isearch.el (isearch-update): Doc fix.
6759
ea32ef46
GM
6760 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
6761
8ded50f2
GM
6762 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
6763
eea14f31
GM
67642012-02-03 Glenn Morris <rgm@gnu.org>
6765
6766 * image.el (image-animated-p): Doc fix. Use image-animated-types.
6767 (image-animate-timeout): Doc fix.
6768
6769 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
6770
12f381b7
GM
67712012-02-02 Glenn Morris <rgm@gnu.org>
6772
953cebf5
GM
6773 * server.el (server-auth-dir): Doc fix.
6774 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
6775
12f381b7
GM
6776 * subr.el (run-mode-hooks): Doc fix.
6777
953a8c3b
JL
67782012-02-02 Juri Linkov <juri@jurta.org>
6779
6780 * image-mode.el (image-toggle-display-image): Remove tautological
6781 `major-mode' from the `derived-mode-p' test.
6782
c5d3843c
KH
67832012-02-02 Kenichi Handa <handa@m17n.org>
6784
9f6e692e 6785 * composite.el (compose-region): Cancel previous change.
c5d3843c 6786
159462d4 67872012-02-02 Kenichi Handa <handa@m17n.org>
d2a51fd7
KH
6788
6789 * composite.el (compose-region, compose-string): Signal error for
6790 a null string component (Bug#6988).
6791
9f562668
CY
67922012-02-01 Chong Yidong <cyd@gnu.org>
6793
e2cef717
CY
6794 * view.el (view-buffer-other-window, view-buffer-other-frame):
6795 Handle special modes like view-buffer (Bug#10650).
6796 (view-buffer): Simplify.
6797
9f562668
CY
6798 * frame.el (set-frame-font): Tweak meaning of third argument.
6799
9f6e692e
JB
6800 * dynamic-setting.el (font-setting-change-default-font):
6801 Use set-frame-font (Bug#9982).
9f562668 6802
781acb9f
GM
68032012-02-01 Glenn Morris <rgm@gnu.org>
6804
6035be52
GM
6805 * progmodes/compile.el (compilation-internal-error-properties):
6806 Respect compilation-first-column in the "*compilation*" buffer.
6807
781acb9f
GM
6808 * emacs-lisp/easy-mmode.el (define-minor-mode):
6809 Relax :variable's test for a named function.
6810
abbceb00
AM
68112012-01-31 Alan Mackenzie <acm@muc.de>
6812
6813 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
6814 off by one error.
6815
fce3fdeb
CY
68162012-01-31 Chong Yidong <cyd@gnu.org>
6817
6818 * frame.el (set-frame-font): New arg ALL-FRAMES.
6819
6820 * menu-bar.el (menu-set-font): Use set-frame-font.
6821
6822 * faces.el (face-spec-reset-face): Don't apply unspecified
6823 attribute values to the default face.
6824
47893581
JB
68252012-01-31 Juanma Barranquero <lekktu@gmail.com>
6826
6827 * progmodes/cwarn.el (cwarn): Remove dead link.
6828 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
6829 Remove * from defcustom docstrings.
6830 (turn-on-cwarn-mode): Make obsolete.
6831 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
6832 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
6833
e58e988a
GM
68342012-01-31 Glenn Morris <rgm@gnu.org>
6835
60dc2671 6836 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
6c9b47ae 6837 Fix :variable handling of mode a symbol not equal to modefun.
60dc2671 6838 Allow named functions to be used as the cdr of :variable.
e58e988a 6839
7a3f511d
GM
68402012-01-30 Glenn Morris <rgm@gnu.org>
6841
6842 * emacs-lisp/authors.el (authors-fixed-entries):
6843 Remove reference to deleted file rnewspost.el.
6844
cb882333
JB
68452012-01-29 Juanma Barranquero <lekktu@gmail.com>
6846
6847 * window.el (window-with-parameter): Remove unused variable `windows'.
6848 (window--side-check): Remove unused variable `code'.
6849 (window--resize-siblings): Remove unused variable `first'.
6850 (adjust-window-trailing-edge): Remove unused variable `failed'.
6851 (window-deletable-p, window--delete): Remove unused variable `buffer'.
6852 Use `let', not `let*'.
6853 (balance-windows-2): Remove unused variable `found'.
6854 (window--state-put-2): Remove unused variable `splits'.
6855 (window-state-put): Remove unused variable `selected'.
6856 (same-window-p): Use `string-match-p'.
6857 (display-buffer-assq-regexp): Remove unused variable `value'.
6858 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
6859 Mark argument ALIST as ignored.
6860 (pop-to-buffer): Remove unused variable `old-window'.
6861
907201af
EZ
68622012-01-29 Eli Zaretskii <eliz@gnu.org>
6863
6864 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
6865 and .lzma compressed files.
6866
ea162670
CY
68672012-01-29 Chong Yidong <cyd@gnu.org>
6868
5b95ee8a
CY
6869 * frame.el (window-system-default-frame-alist): Doc fix.
6870
ea162670
CY
6871 * dynamic-setting.el (font-setting-change-default-font): Don't
6872 change the default face if SET-FONT argument is non-nil (Bug#9982).
6873
d6e6f4b1
SB
68742012-01-29 Samuel Bronson <naesten@gmail.com> (tiny change)
6875
6876 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
6877
0f29fa41 68782012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
6b25e4e2
SE
6879
6880 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
6881 breakpoints in files outside current directory (Bug#6098).
6882
db174434
CY
68832012-01-29 Chong Yidong <cyd@gnu.org>
6884
6b25e4e2
SE
6885 * progmodes/python.el: Require ansi-color at top-level.
6886
6df6ae42
JB
6887 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
6888 Define and use in Emacs Lisp mode (Bug#9360).
db174434
CY
6889 (lisp-mode-abbrev-table): Add doc.
6890 (lisp-mode-variables): Don't set local-abbrev-table.
6891 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
6892
e70ee681
RW
68932012-01-28 Roland Winkler <winkler@gnu.org>
6894
6895 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
6896
ace88aa2
RW
68972012-01-28 Roland Winkler <winkler@gnu.org>
6898
6899 * textmodes/bibtex.el (bibtex-entry-alist): New function.
6900 (bibtex-set-dialect): Use it. Either set global values of
6901 dialect-dependent variables or bind these variables buffer-locally
6902 (Bug#10254).
6903 (bibtex-mode): Call bibtex-set-dialect via
6904 hack-local-variables-hook.
eb864a71
LM
6905 (bibtex-dialect): Update docstring.
6906 Add safe-local-variable predicate.
ace88aa2
RW
6907 (bibtex-entry-alist, bibtex-field-alist): Initialize via
6908 bibtex-set-dialect.
6909 (bibtex-mode-map): Define menu for each dialect.
6910 (bibtex-entry): Fix docstring.
6911
93376c5b
CY
69122012-01-28 Chong Yidong <cyd@gnu.org>
6913
6914 * eshell/esh-arg.el (eshell-quote-argument): New function.
6915
6916 * eshell/esh-ext.el (eshell-invoke-batch-file):
6917 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
6918 first arg to eshell-parse-command (Bug#10523).
6919
4372494f
DA
69202012-01-28 Drew Adams <drew.adams@oracle.com>
6921
6922 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
6923 `default-directory' is non-nil.
6924
4d4ec1f8
EZ
69252012-01-28 Eli Zaretskii <eliz@gnu.org>
6926
6927 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
6928 line that displays system-configuration-options. (Bug#9924)
6929
7c188927
DA
69302012-01-28 Drew Adams <drew.adams@oracle.com>
6931
6932 * descr-text.el (describe-char): Show information about POS, in
6933 addition to information about the character at POS. Improve and
6934 update the doc string. Change "code point" to "code point in
6935 charset", to avoid confusion with the character's Unicode code
6936 point shown above that. (Bug#10129)
6937
e0da685a
EZ
69382012-01-28 Eli Zaretskii <eliz@gnu.org>
6939
6940 * descr-text.el (describe-char): Show the raw character, not only
6941 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
6942 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
6943 for the reasons.
6944
70550acf
PH
69452012-01-28 Phil Hagelberg <phil@hagelb.org>
6946
eb864a71
LM
6947 * emacs-lisp/package.el (package-install):
6948 Run package-refresh-contents if there is no archive yet (Bug#9798).
70550acf 6949
0ce8e868
CY
69502012-01-28 Chong Yidong <cyd@gnu.org>
6951
cb882333
JB
6952 * emacs-lisp/package.el (package-maybe-load-descriptor):
6953 New function, split from package-maybe-load-descriptor.
0ce8e868
CY
6954 (package-maybe-load-descriptor): Use it.
6955 (package-download-transaction): Fully load required packages
6956 inside the loop, so that `require' calls work (Bug#10593).
6957 (package-install): No need to call package-initialize now.
6958
2e7f3bea
CY
69592012-01-28 Chong Yidong <cyd@gnu.org>
6960
6e9bad14
CY
6961 * simple.el (deactivate-mark): Doc fix (Bug#8614).
6962
f823b8ca
CY
6963 * tooltip.el (tooltip-mode): Doc fix.
6964 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
6965
2680c309
CY
6966 * frame.el (set-cursor-color): Doc fix (Bug#352).
6967
d7a9e63b
CY
6968 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
6969 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
6970
2e7f3bea
CY
6971 * cus-edit.el (custom-buffer-create-internal): Fix search button
6972 action (Bug#10542).
2ae01800 6973 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
2e7f3bea 6974
fc4f7a23
EW
69752012-01-27 Eduard Wiebe <usenet@pusto.de>
6976
6977 * dired.el (dired-mark-files-regexp):
6978 Include any subdirectory components. (Bug#10445)
6979
7dd37071
ML
69802012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
6981
6982 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
6983 Handle [host]:port syntax. (Bug#10533)
6984
a268160b
AH
69852012-01-27 Alex Harsanyi <harsanyi@mac.com>
6986
6987 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
6988
e43273ef
GM
69892012-01-26 Glenn Morris <rgm@gnu.org>
6990
6991 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
6992 * term.el (term-raw-escape-map): Use Control-X-prefix.
6993 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
6994
1edf595d
MR
69952012-01-25 Martin Rudalics <rudalics@gmx.at>
6996
6997 * window.el (window-state-get, window--state-get-1): Don't deal
6998 with fixed-sizeness of windows. Simplify code.
6999
fa8eafef
JC
70002012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
7001
6df6ae42
JB
7002 * window.el (window--state-get-1, window--state-put-2):
7003 Don't save and restore the mark.
fa8eafef 7004
0b21c100
CY
70052012-01-25 Chong Yidong <cyd@gnu.org>
7006
7007 * custom.el (custom-variable-p): Doc fix.
7008
5ae1a6c8
GM
70092012-01-25 Glenn Morris <rgm@gnu.org>
7010
40047858
GM
7011 * dired.el (dired-goto-file): Handle some of the more common
7012 characters that `ls -b' escapes. (Bug#10596)
7013
5ddce96c
GM
7014 * progmodes/compile.el (compilation-next-error-function):
7015 Respect compilation-first-column in the "*compilation*" buffer.
7016 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
7017
5ae1a6c8
GM
7018 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
7019
b559f1a9
GM
70202012-01-24 Glenn Morris <rgm@gnu.org>
7021
7022 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
7023
6725d21a
JD
70242012-01-24 Julien Danjou <julien@danjou.info>
7025
7026 * color.el (color-rgb-to-hsl): Fix value computing.
7027 (color-hue-to-rgb): New function.
7028 (color-hsl-to-rgb): New function.
7029 (color-clamp, color-saturate-hsl, color-saturate-name)
7030 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
7031 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
7032
70df4bbe
GM
70332012-01-24 Glenn Morris <rgm@gnu.org>
7034
7035 * vc/vc-rcs.el (vc-rcs-create-tag):
7036 * vc/vc-sccs.el (vc-sccs-create-tag):
7037 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
7038
802a2ae2
ML
70392012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
7040
7041 * eshell/esh-util.el (eshell-read-hosts-file):
7042 Skip comment lines. (Bug#10549)
7043
d7128bb1
ML
7044 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7045
d1a5c3b4
JB
70462012-01-23 Juanma Barranquero <lekktu@gmail.com>
7047
2724d9c7
JB
7048 * subr.el (display-delayed-warnings): Doc fix.
7049 (collapse-delayed-warnings): New function to collapse identical
7050 adjacent warnings.
7051 (delayed-warnings-hook): Add it.
d1a5c3b4 7052
a5509865
MA
70532012-01-22 Michael Albinus <michael.albinus@gmx.de>
7054
7055 * net/tramp.el (tramp-action-login): Set connection property "login-as".
7056
a5509865
MA
7057 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
7058 (tramp-default-user-alist): Don't add "pscp".
7059 (tramp-do-copy-or-rename-file-out-of-band): Use connection
7060 property "login-as", if set. (Bug#10530)
7061
cc6d5805
MA
70622012-01-21 Michael Albinus <michael.albinus@gmx.de>
7063
7064 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
7065 "plink1" and "psftp". (Bug#10530)
7066
70672012-01-21 Kenichi Handa <handa@m17n.org>
71784361
KH
7068
7069 * international/mule-cmds.el (prefer-coding-system): Show a
7070 warning message if the default value of file-name-coding-system
7071 was not changed.
7072
f0960428
JC
70732012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7074
cb882333
JB
7075 * windmove.el (windmove-reference-loc):
7076 Fix windmove-reference-loc miscalculation.
f0960428 7077
dd6f2a63
JB
70782012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
7079
7080 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
7081 default unit.
7082
7b447e9b
GM
70832012-01-21 Glenn Morris <rgm@gnu.org>
7084
117a9ea1
GM
7085 * international/mule.el (auto-coding-alist): Add .tbz.
7086
7b447e9b
GM
7087 * files.el (local-enable-local-variables): Doc fix.
7088 (inhibit-local-variables-regexps): Rename from
7089 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
7090 Doc fix. Add some extensions from auto-coding-alist.
7091 (inhibit-local-variables-suffixes):
7092 Rename from inhibit-first-line-modes-suffixes. Doc fix.
7093 (inhibit-local-variables-p):
7094 New function, extracted from set-auto-mode-1.
7095 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
7096 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
7097 (hack-local-variables): Doc fix. Make the mode-only case
7098 respect enable-local-variables and friends.
7099 Respect inhibit-local-variables-regexps for file-locals, but
7100 not for directory-locals.
7101 (set-visited-file-name):
7102 Take account of inhibit-local-variables-regexps.
7103 Whether it applies may change as the file name is changed.
7104 * jka-cmpr-hook.el (jka-compr-install):
7105 * jka-compr.el (jka-compr-uninstall):
7106 Update for inhibit-first-line-modes-suffixes name change.
7107
dd6e3cdd
MR
71082012-01-20 Martin Rudalics <rudalics@gmx.at>
7109
7110 * help-macro.el (make-help-screen): Temporarily restore original
7111 binding for minor-mode-map-alist (Bug#10454).
7112
0d0deb38
JD
71132012-01-19 Julien Danjou <julien@danjou.info>
7114
7115 * color.el (color-name-to-rgb): Use the white color to find the max
7116 color component value and return correctly computed values.
7117 (color-name-to-rgb): Add missing float conversion for max value.
7118
34a02f46
MR
71192012-01-19 Martin Rudalics <rudalics@gmx.at>
7120
7121 * window.el (window--state-get-1, window-state-get): Do not use
eb864a71
LM
7122 special state value for window-persistent-parameters.
7123 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
34a02f46
MR
7124 (window--state-put-2): Reset all window parameters to nil before
7125 assigning values of persistent parameters.
7126
606c44c4
AM
71272012-01-18 Alan Mackenzie <acm@muc.de>
7128
7129 Eliminate sluggishness and hangs in fontification of "semicolon
7130 deserts".
7131
cb882333
JB
7132 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
7133 Change value 10000 -> 3000.
606c44c4
AM
7134 (c-state-safe-place): Reformulate so it doesn't stack up an
7135 infinite number of wrong entries in c-state-nonlit-pos-cache.
7136 (c-determine-limit-get-base, c-determine-limit): New functions to
7137 determine backward search limits disregarding literals.
7138 (c-find-decl-spots): Amend commenting.
7139 (c-cheap-inside-bracelist-p): New function which detects "={".
7140
7141 * progmodes/cc-fonts.el
7142 (c-make-font-lock-BO-decl-search-function): Give a limit to a
7143 backward search.
7144 (c-font-lock-declarations): Fix an occurrence of point being
7145 undefined. Check additionally for point being in a bracelist or
7146 near a macro invocation without a semicolon so as to avoid a
7147 fruitless time consuming search for a declarator. Give a more
7148 precise search limit for declarators using the new
7149 c-determine-limit.
7150
f3860cea
GM
71512012-01-18 Glenn Morris <rgm@gnu.org>
7152
7153 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
7154 (set-auto-mode): Doc fixes.
7155
1db03b16
GM
71562012-01-17 Glenn Morris <rgm@gnu.org>
7157
0e6038be
GM
7158 * isearch.el (search-nonincremental-instead): Fix doc typo.
7159
1db03b16
GM
7160 * dired.el (dired-insert-directory): Handle newlines in directory name.
7161 (dired-build-subdir-alist): Unescape newlines in directory name.
7162
4cb0aa75
MA
71632012-01-17 Michael Albinus <michael.albinus@gmx.de>
7164
7165 * net/tramp.el (tramp-local-end-of-line): New defcustom.
7166 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
7167 (tramp-action-terminal): Use it. (Bug#10530)
7168
1d00653d
SM
71692012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * minibuffer.el (completion--replace): Strip properties (bug#10062).
7172
6a6ee00d
MR
71732012-01-16 Martin Rudalics <rudalics@gmx.at>
7174
7175 * window.el (window-state-ignored-parameters): Remove variable.
7176 (window--state-get-1): Rename argument MARKERS to IGNORE.
7177 Handle persistent window parameters. Make copy of clone-of
7178 parameter only if requested. (Bug#10348)
7179 (window--state-put-2): Install a window parameter only if it has
7180 a non-nil value or an existing parameter shall be overwritten.
7181
97912def
MA
71822012-01-15 Michael Albinus <michael.albinus@gmx.de>
7183
7184 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
7185
688070a5
EZ
71862012-01-14 Eli Zaretskii <eliz@gnu.org>
7187
7188 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
7189 don't pass the (nil) value of `upnode' to string-match.
7190
301afadc
CY
71912012-01-14 Chong Yidong <cyd@gnu.org>
7192
7193 * startup.el (command-line): Fix X resource class for cursorColor.
04877ddb 7194 Fix values recognized by the cursorBlink resource.
301afadc 7195
9e5788aa
PE
71962012-01-14 Paul Eggert <eggert@cs.ucla.edu>
7197
7198 * epg.el (epg--make-temp-file): Avoid permission race condition
7199 when running on old Emacs versions (bug#10403).
7200
3cdb7f5a
GM
72012012-01-14 Glenn Morris <rgm@gnu.org>
7202
7203 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
7204
8c82b1b4
AM
72052012-01-13 Alan Mackenzie <acm@muc.de>
7206
7207 Fix filling for when filladapt mode is enabled.
7208
7209 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
7210 c-mask-paragraph, pass in `fill-paragraph' rather than
7211 `fill-region-as-paragraph'. (This is a reversion of a previous
7212 change.)
eb864a71
LM
7213 * progmodes/cc-mode.el (c-basic-common-init):
7214 Make fill-paragraph-handle-comment buffer local and set it to nil.
8c82b1b4 7215
e517eda4
GM
72162012-01-13 Glenn Morris <rgm@gnu.org>
7217
1498536e
GM
7218 * dired.el (dired-switches-escape-p): New function.
7219 (dired-insert-directory): Use dired-switches-escape-p.
7220 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
7221
e517eda4
GM
7222 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
7223
328f984d
GM
72242012-01-12 Glenn Morris <rgm@gnu.org>
7225
7226 * mail/sendmail.el (mail-mode): Update paragraph-separate for
7227 changes in adaptive-fill-regexp. (Bug#10276)
7228
2cc769a8
AM
72292012-01-11 Alan Mackenzie <acm@muc.de>
7230
7231 Fix Emacs bug #10463 - put `widen's around the critical spots.
7232
1d00653d 7233 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
2cc769a8
AM
7234 widen around each invocation of c-state-pp-to-literal. Remove an
7235 unused let variable.
7236
e52c37fa
GM
72372012-01-11 Glenn Morris <rgm@gnu.org>
7238
7239 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
09044622 7240 Doc fix.
e52c37fa 7241
96f8741e
CY
72422012-01-10 Chong Yidong <cyd@gnu.org>
7243
1d00653d
SM
7244 * net/network-stream.el (network-stream-open-starttls):
7245 Avoid emitting a confusing error message when the server gives a bad
96f8741e
CY
7246 response to the capability command.
7247
b09a806e
GM
72482012-01-10 Glenn Morris <rgm@gnu.org>
7249
7250 * mail/unrmail.el (unrmail): Tweak previous change.
7251
7655cb66
CY
72522012-01-09 Chong Yidong <cyd@gnu.org>
7253
7254 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
7255
9d5a8f0b
AM
72562012-01-08 Alan Mackenzie <acm@muc.de>
7257
7258 Optimise font locking in long enum definitions.
7259
7260 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
7261 arm to a cond form to handle enums.
7262 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
7263 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
7264
9a0115ab 72652012-01-07 Paul Eggert <eggert@cs.ucla.edu>
6bb72cbd
PE
7266
7267 * files.el (move-file-to-trash): Preserve default file modes on error.
a0562b3d 7268 (Bug#10401)
6bb72cbd 7269
f186bb95
LMI
72702012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7271
29232a68
LMI
7272 * faces.el (set-face-attribute): Clarify the meaning of the nil
7273 frame (bug#10294).
7274
4e5d086d
LMI
7275 * subr.el (with-selected-frame): Mention that the selected frame
7276 is restored (bug#9980).
7277
8e66aebe
LMI
7278 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
7279 (bug#9759).
7280
cd394be1 7281 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
f186bb95
LMI
7282 (password-read): Don't autoload unused function.
7283
adf4e762
JB
72842012-01-07 Juanma Barranquero <lekktu@gmail.com>
7285
7286 * progmodes/which-func.el (which-func-mode): Turn into a
7287 non-interactive function and mark as obsolete (bug#10428).
7288
89bd9ccd
CY
72892012-01-06 Chong Yidong <cyd@gnu.org>
7290
7291 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
7292 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
7293 functions, along with 1 and -1.
7294
4afee9d5
EZ
72952012-01-06 Eli Zaretskii <eliz@gnu.org>
7296
7297 * time.el (display-time-load-average)
7298 (display-time-default-load-average): Doc fixes. See the thread
7299 starting at
7300 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
7301 for the details.
7302
536aea70
GM
73032012-01-06 Glenn Morris <rgm@gnu.org>
7304
665ae865
GM
7305 * mail/unrmail.el (unrmail): Give an explicit error if the input file
7306 has no messages. (Bug#10377)
7307
c869783d
GM
7308 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
7309 than Info-edit. (Bug#10385)
7310
2bb4227e
GM
7311 * time.el (display-time-load-average, display-time-next-load-average):
7312 Doc fixes.
7313
7d5944b9
GM
7314 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
7315 local setting of buffer-read-only to the input buffer. (Bug#10419)
7316
536aea70
GM
7317 * calendar/calendar.el (calendar-mode):
7318 Locally set scroll-margin to 0. (Bug#10379)
7319
7dccca16
UM
73202012-01-06 Ulrich Mueller <ulm@gentoo.org>
7321
7322 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
7323
afbb7930
GM
73242012-01-05 Glenn Morris <rgm@gnu.org>
7325
7326 * eshell/em-unix.el (diff-no-select): Autoload it.
7327 (eshell/diff): Use diff-no-select. (Bug#10420)
7328
04482335
CY
73292012-01-05 Chong Yidong <cyd@gnu.org>
7330
7baca3bc
CY
7331 * shell.el (shell-dynamic-complete-functions): Revert last change.
7332 (shell-command-completion-function): New function.
7333 (shell-completion-vars): Use it to implement
7334 shell-completion-execonly (Bug#10417).
7335
04482335
CY
7336 * custom.el (enable-theme): Don't set custom-safe-themes.
7337
1d00653d
SM
7338 * cus-theme.el (custom-theme-merge-theme):
7339 Ignore custom-enabled-themes and custom-safe-themes.
04482335 7340
bb5aa5d6
MM
73412012-01-05 Michael R. Mauger <mmaug@yahoo.com>
7342
7343 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
7344 first prompt in `sql-interacive-mode'.
7345 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
04482335 7346 keywords.
6df6ae42 7347 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
bb5aa5d6
MM
7348 (sql-product-interactive): Bug fix: Set `sql-buffer' in
7349 context of original buffer. Invoke `sql-login-hook'.
7350
a7183d7c
EZ
73512012-01-04 Eli Zaretskii <eliz@gnu.org>
7352
7353 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
7354 letters in cite-prefix.
7355
a1eacd1e
LMI
73562012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
7357
7358 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
7359
787cdb34
CY
73602012-01-03 Chong Yidong <cyd@gnu.org>
7361
1d00653d
SM
7362 * shell.el (shell-dynamic-complete-functions):
7363 Put pcomplete-completions-at-point, so as to try
787cdb34
CY
7364 comint-filename-completion first (Bug#10417).
7365
30710442
RS
73662012-01-02 Richard Stallman <rms@gnu.org>
7367
7368 * battery.el (battery-status-function):
7369 Detect when to use battery-yeeloong-sysfs.
7370 (battery-echo-area-format): Add string for Yeeloong.
7371 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
7372 (battery-yeeloong-sysfs): New function.
7373
f75bfc33
CY
73742012-01-02 Chong Yidong <cyd@gnu.org>
7375
7376 * dirtrack.el (dirtrack-list): Eliminate unused third element.
7377 (dirtrack): Merge code for handling relative filenames in prompt
7378 from shell-dir-cookie-watcher.
7379 (dirtrack-debug-message): New arg to avoid excess format calls.
7380
7381 * shell.el (shell-dir-cookie-re): Variable deleted.
7382 (shell-dir-cookie-watcher): Function deleted.
7383 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
7384 with dirtrack-mode.
7385
651e947e
EZ
73862012-01-01 Eli Zaretskii <eliz@gnu.org>
7387
1d00653d
SM
7388 * term/w32-win.el (dynamic-library-alist) <gnutls>:
7389 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
651e947e
EZ
7390 libgnutls-26.dll.
7391
94d4c7dc
AS
73922011-12-31 Andreas Schwab <schwab@linux-m68k.org>
7393
7394 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
7395
8d43f3cd
EZ
73962011-12-31 Eli Zaretskii <eliz@gnu.org>
7397
7398 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
7399 headers of non-MIME messages, when rmail-enable-mime is non-nil.
7400
98c8795a
MA
74012011-12-29 Michael Albinus <michael.albinus@gmx.de>
7402
7403 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
7404 also for alternative shells.
7405 (tramp-open-connection-setup-interactive-shell): Check, whether
7406 the shell is a busybox.
7407 (tramp-send-command): Don't suppress multiple prompts for
7408 busyboxes, it hurts.
7409
51281b32
CY
74102011-12-28 Chong Yidong <cyd@gnu.org>
7411
7412 * progmodes/gdb-mi.el (gdb-get-source-file-list)
7413 (gdb-get-source-file): Move mode line update to
7414 gdb-get-source-file (Bug#10087).
7415
2170cb53
CY
74162011-12-25 Chong Yidong <cyd@gnu.org>
7417
7418 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
7419 gud-gdb-marker-filter without taking it as an argument.
7420 (gud-gdb-run-command-fetch-lines): Caller changed.
7421 (gud-gdb-completion-function): New variable.
7422 (gud-gdb-completion-at-point): Use it.
7423 (gud-gdb-completions-1): Split from gud-gdb-completions.
7424
7425 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
7426 function as separate arguments.
7427 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
7428 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
7429 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
7430 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
7431 (gdb-stopped, def-gdb-auto-update-trigger)
7432 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
b81d40f0
JB
7433 (gdb-get-changed-registers, gdb-get-main-selected-frame):
7434 Callers changed.
2170cb53
CY
7435 (gud-gdbmi-completions): New function.
7436 (gdb): Use it for generating the completion table.
7437
be8b11bb
AM
74382011-12-24 Alan Mackenzie <acm@muc.de>
7439
7440 Introduce a mechanism to widen the region used in context font
1d00653d 7441 locking. Use this to protect declarations from losing their contexts.
be8b11bb 7442
1d00653d
SM
7443 * progmodes/cc-langs.el (c-before-font-lock-functions):
7444 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
b81d40f0 7445 (c-before-context-fontification-functions): New defvar, a list of
be8b11bb
AM
7446 functions to be run just before context (etc.) font locking.
7447
7448 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
b81d40f0 7449 New, functionality extracted from
be8b11bb 7450 c-neutralize-syntax-in-and-mark-CPP.
b81d40f0 7451 (c-in-after-change-fontification): New variable.
be8b11bb
AM
7452 (c-after-change): Set c-in-after-change-fontification.
7453 (c-set-fl-decl-start): Rejig its interface, so it can be called
7454 from both after-change and context fontifying.
b81d40f0
JB
7455 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
7456 New functions.
7457 (c-standard-font-lock-fontify-region-function): New variable.
7458 (c-font-lock-fontify-region): New function.
be8b11bb 7459
341cf6ac
JL
74602011-12-24 Juri Linkov <juri@jurta.org>
7461
7462 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
7463 (Bug#10348)
7464
bffcee0a
MA
74652011-12-23 Michael Albinus <michael.albinus@gmx.de>
7466
7467 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
7468 existence of source file. (Bug#10325)
7469
cb5e207c
AM
74702011-12-23 Alan Mackenzie <acm@muc.de>
7471
7472 Fix unstable fontification inside templates.
7473
b81d40f0
JB
7474 * progmodes/cc-langs.el (c-before-font-lock-functions):
7475 Newly created from the singular version. The (c c++ objc) entry now
cb5e207c
AM
7476 additionally has c-set-fl-decl-start. The other languages (apart
7477 from AWK) have that as a single entry.
7478
b81d40f0
JB
7479 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
7480 The functionality for "local" declarations has been extracted to
cb5e207c
AM
7481 c-set-fl-decl-start.
7482
b81d40f0
JB
7483 * progmodes/cc-mode.el (c-common-init, c-after-change):
7484 Changes due to pluralisation of c-before-font-lock-functions.
cb5e207c
AM
7485 (c-set-fl-decl-start): New function, extracted from
7486 c-font-lock-enclosing-decls and enhanced.
7487
60ff536c
JB
74882011-12-23 Juanma Barranquero <lekktu@gmail.com>
7489
7490 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
7491
1c4757d6
JL
74922011-12-22 Juri Linkov <juri@jurta.org>
7493
7494 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
7495
d031f2c7
CY
74962011-12-22 Chong Yidong <cyd@gnu.org>
7497
7498 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
7499
bace743a
DA
75002011-12-21 Drew Adams <drew.adams@oracle.com>
7501
7502 * files.el (file-remote-p): Fix docstring. (Bug#10319)
7503
728a1f2b
JC
75042011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
7505
7506 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
7507
0d373f73
TZ
75082011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7509
fec0aaa4
TZ
7510 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
7511 highlighting and support. Fix up comments for capitalization.
7512 (cfengine-mode-debug): New var.
7513 (cfengine3-mode): Change the modeline indicator to "CFE3".
7514 (cfengine3-font-lock-keywords): Improve defun highlighting.
7515 (cfengine2-actions): Rename from `cfengine-actions'.
7516 (cfengine2-font-lock-keywords): Rename from
7517 `cfengine-font-lock-keywords'.
7518 (cfengine2-imenu-expression): Rename from
7519 `cfengine-imenu-expression'.
7520 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
7521 (cfengine2-beginning-of-defun): Rename from
7522 `cfengine-beginning-of-defun'.
7523 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
7524 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
7525 (cfengine2-mode): Rename from `cfengine-mode'. Change the
7526 modeline indicator to "CFE2".
7527 (cfengine-mode): Defalias to `cfengine-auto-mode'.
7528 (cfengine-mode-abbrevs): Mark obsolete.
0d373f73 7529
bc86f573
CY
75302011-12-21 Chong Yidong <cyd@gnu.org>
7531
7532 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
7533 filename argument.
7534
d45ba96b
MR
75352011-12-20 Martin Rudalics <rudalics@gmx.at>
7536
7537 * window.el (window-normalize-buffer-to-display): Remove.
7538 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
7539
a6198c90
CY
75402011-12-19 Chong Yidong <cyd@gnu.org>
7541
7542 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
7543 Don't signal an error in a predicate function; return non-nil.
7544 (vc-dir-mark-file): Move the error here.
7545 (vc-dir-mark-unmark): If acting on the region, keep going if one
7546 of the entries cannot be marked/unmarked.
7547 (vc-dir-mark-all-files): If current entry is a directory, mark
7548 only child files, as documented.
7549
34c5fb55
VB
75502011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
7551
7552 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
7553 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
7554 addition.
7555
c803b2b7
JD
75562011-12-18 Jan Djärv <jan.h.d@swipnet.se>
7557
7558 * term/ns-win.el (ns-get-selection-internal)
7559 (ns-store-selection-internal): Declare.
1154d12e
JB
7560 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
7561 Declare as obsolete.
7562 (ns-get-pasteboard, ns-paste-secondary):
7563 Use ns-get-selection-internal.
7564 (ns-set-pasteboard, ns-copy-including-secondary):
7565 Use ns-store-selection-internal.
c803b2b7 7566
9cff91f8 75672011-12-17 Chong Yidong <cyd@gnu.org>
99a289d9
CY
7568
7569 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
9cff91f8 7570 (vc-deduce-fileset): Doc fix.
99a289d9 7571
f16c898a
AS
75722011-12-16 Andreas Schwab <schwab@linux-m68k.org>
7573
7574 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
7575
763237c4
SS
75762011-12-13 Sam Steingold <sds@gnu.org>
7577
7578 * man.el (Man-getpage-in-background): When running under a
7579 window-system, ignore $MANWIDTH and $COLUMNS.
7580
5fc1c122
KH
75812011-12-15 Kenichi Handa <handa@m17n.org>
7582
7583 * language/ethio-util.el: Change coding tag to utf-8-emacs.
7584 (setup-ethiopic-environment-internal): Comment out key-binding for
7585 ethio-toggle-punctuation.
7586
13d49cbb
AM
75872011-12-13 Alan Mackenzie <acm@muc.de>
7588
898169a2
AM
7589 Add the switch statement to AWK Mode.
7590
7a71b18d 7591 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
898169a2
AM
7592 "default" to the keywords regexp.
7593
7a71b18d 7594 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
898169a2 7595 expression as the rest.
1d00653d
SM
7596 (c-nonlabel-token-key): Allow string literals for AWK.
7597 Refactor for the other modes.
898169a2 7598
13d49cbb 7599 Large brace-block initialisation makes CC Mode slow: Fix.
1d00653d 7600 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
13d49cbb
AM
7601 routines. Limit backward searching in c-font-lock-enclosing.decl.
7602
7603 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
7604 pp-state and literal type in addition to the limits.
1d00653d 7605 (c-state-safe-place): New defun, extracted from c-state-literal-at.
13d49cbb 7606 (c-state-literal-at): Use the above new defun.
1d00653d
SM
7607 (c-slow-in-literal, c-fast-in-literal): Remove.
7608 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
13d49cbb
AM
7609
7610 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
7611 being in a literal. Add a limit for backward searching.
7612
7613 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
7614 c-slow-in-literal.
7615
15e0efc7
SM
76162011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7617
7618 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
7619
454592a6
MR
76202011-12-13 Martin Rudalics <rudalics@gmx.at>
7621
7622 * window.el (delete-other-windows): Use correct frame in call to
7623 window-with-parameter.
7624
87393f26
DP
76252011-12-12 Daniel Pfeiffer <occitan@t-online.de>
7626
7627 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
7628 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
7629 (makefile-gmake-statements, makefile-makepp-statements):
7630 Use it and add new makepp keywords.
7631 (makefile-makepp-font-lock-keywords): Add new patterns.
7632 (makefile-match-function-end): Match new [...] and [[...]].
7633
11636b22
JB
76342011-12-11 Juanma Barranquero <lekktu@gmail.com>
7635
7636 * ses.el (ses-call-printer-return, ses-cell-property-get)
7637 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
7638 (ses-create-cell-variable, ses-reset-header-string)
7639 (ses-cell-set-formula, ses-repair-cell-reference-all)
7640 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
7641 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
7642 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
7643 (ses-aset-with-undo, ses-load, ses-truncate-cell)
7644 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
7645 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
7646 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
7647 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
7648 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
7649 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
7650 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
7651 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
7652
cf018193
VB
76532011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
7654
7655 * ses.el: The overall change is to add cell renaming, that is
7656 setting fancy names for cell symbols other than name matching
7657 "\\`[A-Z]+[0-9]+\\'" regexp .
7658 (ses-create-cell-variable): New defun.
7659 (ses-relocate-formula): Relocate formulas only for cells the
7660 symbols of which are not renamed, i.e. symbols whose names do not
7661 match regexp "\\`[A-Z]+[0-9]+\\'".
7662 (ses-relocate-all): Relocate values only for cells the symbols of
7663 which are not renamed.
7664 (ses-load): Create cells variables as the (ses-cell ...) are read,
7665 in order to check row col consistency with cell symbol name only
7666 for cells that are not renamed.
7667 (ses-replace-name-in-formula): New defun.
7668 (ses-rename-cell): New defun.
7669
ee957461
CY
76702011-12-11 Chong Yidong <cyd@gnu.org>
7671
7672 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
7673 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
7674
9a9e9ef0
MR
76752011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
7676
7677 * window.el (other-window): Fix docstring.
7678
92a8eba5
EZ
76792011-12-10 Eli Zaretskii <eliz@gnu.org>
7680
7681 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
1d00653d
SM
7682 `from' or `to' address before taking its substring.
7683 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
92a8eba5
EZ
7684 encoded name is chopped in the middle of the encoded string, and
7685 thus displayed encoded.
7686
e152e577
JB
76872011-12-10 Juanma Barranquero <lekktu@gmail.com>
7688
7689 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
7690
e5d84bfe
EZ
76912011-12-10 Eli Zaretskii <eliz@gnu.org>
7692
7693 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
7694 to use texinfo-update-node and commands that call it if the
7695 Texinfo file uses @node lines without next/prev/up pointers.
b8830d28 7696 Correct outdated description about texinfo-master-menu.
e5d84bfe
EZ
7697 (texinfo-all-menus-update, texinfo-master-menu)
7698 (texinfo-update-node, texinfo-every-node-update)
7699 (texinfo-multiple-files-update): Doc fix. Warn against updating
7700 all the @node lines.
7701 (texinfo-master-menu): Only call texinfo-update-node if the prefix
b8830d28
EZ
7702 argument is numeric. Explain better in the doc string what the
7703 function really does.
7704 (texinfo-insert-master-menu-list): Improve the error message
7705 displayed if there's no menu in the Top node.
7706 (Bug#2975) See also this thread:
e5d84bfe
EZ
7707 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
7708
1d84e9bb
MG
77092011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
7710
7711 * speedbar.el (speedbar-supported-extension-expressions):
7712 Add .adb and .ads, commonly used for Ada source code (bug#10256).
7713
382c953b
JB
77142011-12-09 Juanma Barranquero <lekktu@gmail.com>
7715
7716 * printing.el (pr-mode-alist):
7717 * simple.el (filter-buffer-substring-functions)
7718 (completion-list-insert-choice-function):
7719 * window.el (window-with-parameter, window-atom-root)
7720 (window-sides-slots, window-size-fixed, window-min-delta)
7721 (window-max-delta, window--resize-mini-window)
7722 (window--resize-child-windows-normal, window-tree)
7723 (delete-other-windows, quit-window, split-window)
7724 (display-buffer-record-window, special-display-buffer-names)
7725 (special-display-regexps, special-display-popup-frame)
7726 (same-window-p, split-window-sensibly)
7727 (display-buffer-overriding-action, display-buffer-alist)
7728 (display-buffer-base-action, display-buffer, switch-to-buffer)
7729 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
7730 (fit-window-to-buffer, recenter-positions)
7731 (mouse-autoselect-window-state, mouse-autoselect-window-select):
7732 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
7733 and remove unneeded backslashes in docstrings.
7734
39c9faef
SM
77352011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7736
98449af8
SM
7737 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
7738
39c9faef
SM
7739 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
7740 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
7741 end in ".mk".
7742 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
7743 when reading the makefile (bug#10116).
7744
86ed9fdc
SM
77452011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
7748 (bug#10116).
7749
5580f89d
GM
77502011-12-06 Glenn Morris <rgm@gnu.org>
7751
7752 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
7753
28d3917c
CY
77542011-12-06 Chong Yidong <cyd@gnu.org>
7755
7756 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
7757
a98edce9
JB
77582011-12-06 Juanma Barranquero <lekktu@gmail.com>
7759
7760 * textmodes/table.el (table-shorten-cell): Fix typo.
7761
e65adfac
CG
77622011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
7763
7764 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
7765
71cc0b74
EZ
77662011-12-05 Eli Zaretskii <eliz@gnu.org>
7767
7768 * descr-text.el (describe-char): Fix display of strong
7769 right-to-left characters and directional embeddings and overrides.
7770
7771 * simple.el (what-cursor-position): Fix display of codepoints of
7772 strong right-to-left characters.
7773
315bc30d
CY
77742011-12-05 Chong Yidong <cyd@gnu.org>
7775
7776 * faces.el (read-color): Doc fix.
7777
58a70b94
GM
77782011-12-05 Glenn Morris <rgm@gnu.org>
7779
7780 * align.el (align--set-marker): Add doc-string.
7781 Don't try to move something that is not a marker. (Bug#10216)
7782
5158face
GM
77832011-12-04 Glenn Morris <rgm@gnu.org>
7784
7785 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
7786 overly zealous deletion of trailing whitespace.
7787
520fca41
JB
77882011-12-04 Juanma Barranquero <lekktu@gmail.com>
7789
7790 * server.el (server-delete-client): On Windows, do not try to delete
7791 the only terminal.
7792 (server-process-filter): On Windows, treat requests for a tty frame as
7793 if they were for a GUI frame if the running server is in GUI mode.
7794
5e605a2e
GM
77952011-12-03 Glenn Morris <rgm@gnu.org>
7796
7797 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
7798
5c3fe83f
SM
77992011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7800
6f5e57e7
SM
7801 * electric.el: Streamline electric-indent's hook.
7802 (electric-indent-chars): Revert to simple list.
7803 (electric-indent-functions): New var.
7804 (electric-indent-post-self-insert-function): Use it.
7805
5c3fe83f
SM
7806 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
7807 there's no inferior buffer (bug#10196).
7808 (prolog-consult-compile): Don't use toggle-read-only.
7809
6bdac736
MA
78102011-12-02 Michael Albinus <michael.albinus@gmx.de>
7811
7812 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
7813 interrupt. (Bug#10187)
7814
6131ba7f
SM
78152011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7816
99c79fee
SM
7817 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
7818 (bug#9160).
7819
6131ba7f
SM
7820 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
7821 (bug#10191).
7822
cb0a02ea
JL
78232011-12-02 Juri Linkov <juri@jurta.org>
7824
7825 * info.el (Info-search): Display "end of manual" when Isearch
7826 reaches the end of single-file Info manual. (Bug#9918)
7827
66e0570c
EZ
78282011-12-02 Eli Zaretskii <eliz@gnu.org>
7829
7830 * isearch.el (isearch-message-prefix): Run the input method part
7831 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
7832
02b16839
JL
78332011-12-02 Juri Linkov <juri@jurta.org>
7834
7835 * isearch.el (isearch-occur): Use `word-search-regexp' for
7836 `isearch-word'.
7837 (isearch-search-and-update): Add condition for `isearch-word' and
7838 call `word-search-regexp'. (Bug#10145)
7839
0b950688
GM
78402011-12-01 Glenn Morris <rgm@gnu.org>
7841
7842 * eshell/em-hist.el (eshell-hist-initialize):
7843 Handle eshell-history-size nil and HISTSIZE set or unset.
e8087a76 7844 (eshell-history-file-name, eshell-history-size): Fix custom type.
0b950688 7845
9505c3c7
SM
78462011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7847
7848 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
7849
1bbe96b2 78502011-12-01 Michael McNamara <mac@mail.brushroad.com>
6288f0ca 7851
a1beca85
SM
7852 * progmodes/verilog-mode.el (verilog-pretty-expr):
7853 Rework verilog-pretty-expr to handle new assignment operators in system
6288f0ca
WS
7854 verilog, such as += *= and the like.
7855 (verilog-assignment-operator-re): Regular expression to find the
7856 assigment operator in a verilog assignment.
7857 (verilog-assignment-operation-re): Regular expression to find an
7858 assignment statement for pretty-expr.
7859 (verilog-in-attribute-p): Query returns true if point is in an
7860 attribute context; used to skip these for expression line up from
7861 pretty-expr.
7862 (verilog-in-parameter-p): Query returns true if point is in an
7863 parameter definition context; used to skip these for expression
7864 line up from pretty-expr.
7865 (verilog-in-parenthesis-p): Query returns true if point is in a
7866 parenthetical expression, specifically ( ) but not [ ] or { };
7867 used by pretty-expr.
7868 (verilog-just-one-space): If there is no space, don't add one.
7869 (verilog-get-lineup-indent-2): Specifically skip just attribute
7870 contexts for expression lineup, rather than skipping all
7871 parenthetical expressions.
7872 (verilog-calculate-indent): Fix comment, and fix indent.
7873 (verilog-do-indent): Indent declarations in lists (suggested by
7874 Joachim Lechner).
7875 (verilog-mode-abbrev-table): Populate abbrev mode with the various
7876 skeleton items.
7877 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
7878 by Alain Mellan).
7879
1bbe96b2 78802011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
6288f0ca
WS
7881
7882 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
7883 parameters with embedded comments. Reported by Ray Stevens.
7884 (verilog-calc-1, verilog-fork-wait-re) (verilog-forward-sexp,
7885 verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
7886 Reported by Tim Holt.
7887 (verilog-auto): Fix AUTOing a upper module then AUTOing module
7888 instantiated by upper module causing wrong expansion until AUTOed a
7889 second time. Reported by K C Buckenmaier.
7890 (verilog-diff-auto): Fix showing .* as a difference when
7891 `verilog-auto-star-save' off. Reported by Dan Dever.
7892 (verilog-auto-reset, verilog-read-always-signals)
7893 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
7894 temporary signals in reset list if
7895 verilog-auto-reset-blocking-in-non is nil, and match assignment
a1beca85
SM
7896 style to each signal's assignment type, bug381.
7897 Reported by Thomas Esposito.
6288f0ca
WS
7898 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
7899 (verilog-uvm-statement-re): Support UVM indentation and
7900 highlighting, with old OVM keywords only.
a1beca85 7901 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
1d00653d
SM
7902 Support AUTOTIEOFF creating non-wire data types.
7903 Suggested by Jonathan Greenlaw.
6288f0ca
WS
7904 (verilog-auto-insert-lisp, verilog-delete-to-paren)
7905 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
7906 (verilog-inject-sense, verilog-read-inst-pins)
a1beca85
SM
7907 (verilog-read-sub-decls, verilog-read-sub-decls-line):
7908 Fix mismatching parenthesis inside commented out code when deleting
382c953b 7909 AUTOINST, bug383. Reported by Jonathan Greenlaw.
6288f0ca
WS
7910 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
7911 non-numeric vector width. Reported by Alex Reed.
7912 (verilog-auto-ascii-enum): Add "onehot" option to work around not
382c953b 7913 detecting signals with parameter widths. Reported by Alex Reed.
a1beca85
SM
7914 (verilog-auto-delete-trailing-whitespace):
7915 With `verilog-auto-delete-trailing-whitespace' remove trailing
6288f0ca
WS
7916 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
7917 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
7918 Fix verilog-scan-cache corruption when running user AUTO expansion
7919 hooks that call indentation routines.
7920 (verilog-simplify-range-expression): Fix typo ignoring lower case
7921 identifiers.
7922 (verilog-delete-auto): Fix delete-autos to also remove user created
7923 automatics, as long as they start with AUTO.
7924 (verilog-batch-diff-auto, verilog-diff-auto)
7925 (verilog-diff-function): Add `verilog-diff-auto' and bind to
7926 "C-c?" to report differences in AUTO expansion, ignoring spaces.
7927 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
7928 (verilog-in-paren-quick, verilog-re-search-backward-quick)
a1beca85
SM
7929 (verilog-re-search-forward-quick, verilog-syntax-ppss):
7930 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
6288f0ca
WS
7931 is disabled and its cache will get corrupt, causing AUTOS not to
7932 expand. Instead use only -quick functions.
7933 (verilog-scan-region): Fix scanning over escaped quotes.
7934 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
7935 (verilog-re-search-backward-quick)
7936 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
7937 related functions now ignore strings, to fix misparsing of strings
7938 with magic comments embedded in them.
a1beca85
SM
7939 (verilog-read-auto-template):
7940 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
7941 Reported by Brad Dobbie.
7942 (verilog-read-auto-template):
7943 Fix 'verilog-auto-inst-template-numbers' with comments.
6288f0ca 7944 Reported by Brad Dobbie.
6288f0ca
WS
7945 (verilog-auto-inst, verilog-auto-inst-param)
7946 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
7947 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
7948 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
a1beca85
SM
7949 debugging templates without merge conflicts, bug357.
7950 Reported by Brad Dobbie.
7951 (verilog-read-auto-template):
7952 Fix verilog-auto-inst-template-numbers with multiple templates.
6288f0ca
WS
7953 Reported by Brad Dobbie.
7954 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
7955 abbrevs so user won't be asked to save.
7956 (verilog-read-auto-lisp-present): Fix to start at beginning of
7957 buffer in case called outside of verilog-auto.
7958 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
7959 to "X-2". Reported by Matthew Myers.
7960 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
7961 all inputs from module templates. Reported by Leith Johnson.
7962 (verilog-module-inside-filename-p): Fix locating programs as with
7963 modules.
7964 (verilog-auto-inst-port): Fix vl-width expressions when using
7965 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
7966 (verilog-decls-get-regs, verilog-decls-get-signals,
7967 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
7968 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
7969 verilog-read-decls): Combine reg and wire structures into one var
7970 structure to represent SystemVerilog concepts.
7971 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
7972 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
a1beca85
SM
7973 (verilog-auto-wire-type, verilog-insert-definition):
7974 Add verilog-auto-wire-type and AUTOLOGIC to support using
6288f0ca
WS
7975 SystemVerilog "logic" keyword instead of "wire"/"reg".
7976 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
7977 to declares outputs that also have assignments (presumably in an
a1beca85
SM
7978 ifdef or generate if so there's not a driver conflict).
7979 Reported by Matthew Myers.
7980 (verilog-auto-declare-nettype, verilog-insert-definition):
7981 Add verilog-auto-declare-nettype to fix declarations using
6288f0ca
WS
7982 `default_nettype none. Reported by Julian Gorfajn.
7983 (verilog-read-always-signals-recurse, verilog-read-decls)
7984 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
7985 malformed end statement, bug325. Reported by Joshua Wise and
7986 Andrew Drake.
7987 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
7988 (verilog-inst-comment-re): Fix not deleting Interfaced comment
1d00653d
SM
7989 when expanding .* in interfaces, bug320.
7990 Reported by Pierre-David Pfister.
6288f0ca 7991 (verilog-read-module-name): Fix import statements between module
1d00653d
SM
7992 name and open parenthesis, bug317.
7993 Reported by Pierre-David Pfister.
6288f0ca
WS
7994 (verilog-simplify-range-expression): Fix simplification of
7995 multiplications inside AUTOWIRE connections, bug303.
7996 (verilog-auto-inst-port): Support parameter expansion in
7997 multidimensional arrays.
7998 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
7999 after "assert property". Reported by Julian Gorfajn.
8000 (verilog-simplify-range-expression): Fix "couldn't merge" errors
8001 with multiplication, bug303.
8002 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
8003 Reported by Jan Frode Lonnum.
8004
1bbe96b2
GM
80052011-11-30 Juanma Barranquero <lekktu@gmail.com>
8006
8007 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
8008 (hfy-shell-file-name, hfy-shell):
8009 * international/fontset.el (x-decompose-font-name): Fix typos.
8010
80112011-11-29 Ken Brown <kbrown@cornell.edu>
8012
8013 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
8014 (gdb-version): Remove defvar.
8015 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
8016 (gdb-gud-context-command, gdb-non-stop-handler)
8017 (gdb-current-context-command, gdb-stopped): Use it.
8018 (gdb-init-1): Enable pretty printing here.
6131ba7f
SM
8019 (gdb-non-stop-handler): Don't enable pretty-printing here.
8020 Check to see if the target supports non-stop mode; if not, turn off
1bbe96b2
GM
8021 non-stop mode. Use the following.
8022 (gdb-check-target-async): New defun.
8023 (gud-watch, gdb-stopped): Fix whitespace.
8024 (gdb-get-source-file): Don't try to display the source file if
8025 `gdb-main-file' is nil.
8026
80272011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * align.el: Try to generate fewer markers (bug#10047).
8030 (align--set-marker): New macro.
8031 (align-region): Use it.
8032
c935221f
SM
80332011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
8036
e70b5064
CY
80372011-11-29 Chong Yidong <cyd@gnu.org>
8038
8039 * indent.el (indent-for-tab-command, indent-according-to-mode):
8040 Doc fix.
8041 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
8042
f3af92b7
MA
80432011-11-29 Michael Albinus <michael.albinus@gmx.de>
8044
8045 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
8046 aware of remote file names. (Bug#10124)
8047
ed472be9
CY
80482011-11-29 Chong Yidong <cyd@gnu.org>
8049
8050 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
8051
24510c22
SM
80522011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * files.el (find-file): Don't use force-same-window (bug#10144).
8055 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
8056 use pop-to-buffer if the selected window can't be used.
8057 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
8058
c60c3703
EZ
80592011-11-28 Eli Zaretskii <eliz@gnu.org>
8060
8061 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
8062 special-mode-map.
8063
e95def75
CY
80642011-11-28 Chong Yidong <cyd@gnu.org>
8065
8066 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
8067
c3f1c606
NR
80682011-11-27 Nick Roberts <nickrob@snap.net.nz>
8069
8070 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
8071 gdb-get-source-file-list on gdb-create-source-file-list.
8072
00db469c
EZ
80732011-11-26 Eli Zaretskii <eliz@gnu.org>
8074
8075 * whitespace.el (whitespace-newline): Use a different foreground
8076 color for 16-color light-background displays.
8077
4ad3bc2a
CY
80782011-11-24 Chong Yidong <cyd@gnu.org>
8079
8080 * window.el (display-buffer--special-action): Doc fix.
8081
e9fce1ac
JB
80822011-11-25 Juanma Barranquero <lekktu@gmail.com>
8083
8084 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
8085 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
8086 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
8087 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
8088 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
8089 (avl-tree-stack-first):
8090 * emacs-lisp/cconv.el (cconv--analyse-use):
8091 * net/gnutls.el (gnutls-negotiate): Fix typos.
8092
cb825e5d
GM
80932011-11-24 Glenn Morris <rgm@gnu.org>
8094
3adbe224
GM
8095 * lpr.el (lpr-windows-system, lpr-lp-system):
8096 * mail/binhex.el (binhex-begin-line):
8097 * progmodes/grep.el (grep-history, grep-find-history):
8098 * textmodes/flyspell.el:
8099 * vc/pcvs-defs.el (cvs-global-menu):
8100 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
8101 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
8102 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
8103
321decc8
GM
8104 * net/tls.el: Fix case of "GnuTLS".
8105
420b63ad
GM
8106 * paths.el (rmail-file-name): Format doc-string for make-docfile.
8107
cb825e5d
GM
8108 * version.el (emacs-build-system): Give it a doc-string.
8109
a0649f08
JL
81102011-11-24 Juri Linkov <juri@jurta.org>
8111
8112 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
8113
c0bc0fd4
GM
81142011-11-24 Glenn Morris <rgm@gnu.org>
8115
8116 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
8117 if called on a non-mime message just toggle the headers. (Bug#8006)
8118
20db1522
JB
81192011-11-24 Juanma Barranquero <lekktu@gmail.com>
8120
8121 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
8122 (allout-lead-with-comment-string, allout-structure-deleted-hook)
8123 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
8124 (allout-rebullet-heading, allout-open-sibtopic)
8125 (allout-toggle-current-subtree-encryption)
8126 (allout-toggle-subtree-encryption, allout-encrypt-string)
8127 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
8128 (allout-distinctive-bullets-string, allout-auto-activation):
8129 * window.el (window-normalize-buffer-to-display):
8130 * progmodes/verilog-mode.el (verilog-batch-indent):
8131 * textmodes/bibtex.el (bibtex-field-braces-opt)
8132 (bibtex-field-strings-opt):
8133 * vc/cvs-status.el (cvs-tree-merge):
8134 Fix typos.
8135
7262a87c
MA
81362011-11-23 Michael Albinus <michael.albinus@gmx.de>
8137
8138 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
8139 `non-essential' to t, in order to avoid remote connections.
8140
283430a1
EZ
81412011-11-23 Eli Zaretskii <eliz@gnu.org>
8142
a1beca85
SM
8143 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8144 On MS-DOS and MS-Windows, compare with loaddefs.el
283430a1
EZ
8145 case-insensitively.
8146
d2992a38
ML
81472011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8148
8149 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
8150
50419064
GM
81512011-11-23 Glenn Morris <rgm@gnu.org>
8152
da94eca1
GM
8153 * paths.el (rmail-file-name): Reformat the doc-string so that it
8154 is picked up.
8155
9aac4de2
GM
8156 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
8157 (rmail-auto-file): Ignore case in the "special" field names,
8158 as mail-fetch-field does for all others.
8159
8038d2d2
GM
8160 * mail/rmail.el (rmail-forward):
8161 * mail/rmailkwd.el (rmail-set-label):
8162 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
8163 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
8164
f3fe222a
GM
8165 * mail/rmail.el (rmail-current-message): Doc fix.
8166
50419064
GM
8167 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
8168
28109f49
SM
81692011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8170
8171 * server.el (server-eval-and-print): Allow C-g (bug#6585).
8172
394c65f1
GM
81732011-11-22 Glenn Morris <rgm@gnu.org>
8174
8175 * mail/rmailmm.el (test-rmail-mime-handler)
8176 (test-rmail-mime-bulk-handler)
8177 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
8178
f2a0aa3a
JL
81792011-11-21 Juri Linkov <juri@jurta.org>
8180
1154d12e
JB
8181 * calc/calc.el (calc-read-key-sequence):
8182 Let-bind `input-method-function' to nil. (Bug#10018)
f2a0aa3a 8183
9c34a344
LMI
81842011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8185
8186 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
8187 Tell the caller that the next line needs recomputation, even
8188 though it doesn't start a sexp (bug#10094).
8189
f04a3be9
SM
81902011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
8193
7978747f
SM
81942011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8195
f04a3be9
SM
8196 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8197 Use force-same-window.
7978747f 8198
fe7a3057
JB
81992011-11-20 Juanma Barranquero <lekktu@gmail.com>
8200
8201 * descr-text.el (describe-char-unicode-data):
8202 * json.el (json-string-escape):
8203 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
8204 (Footnote-unicode, Footnote-style-p):
8205 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
8206
24901d61
CY
82072011-11-20 Chong Yidong <cyd@gnu.org>
8208
8209 * window.el (replace-buffer-in-windows): Restore interactive spec.
8210
bac7ff22
SM
82112011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
8212
24f3d7b9
SM
8213 * electric.el (electric-indent-mode): Fix last change (too optimistic).
8214
bac7ff22
SM
8215 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
8216 (byte-compile-global-not-obsolete-vars): New var.
8217 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
8218 Use it.
8219 (byte-compile-warn-obsolete): Align text with the one in *Help*.
8220
cd1181db
JB
82212011-11-20 Juanma Barranquero <lekktu@gmail.com>
8222
8223 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
8224 * progmodes/pascal.el (electric-pascal-equal):
8225 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
8226 * xml.el (xml-substitute-special): Fix typos.
8227
7fb18e9e
GM
82282011-11-20 Glenn Morris <rgm@gnu.org>
8229
8230 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
8231 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
8232 Doc fixes.
8233 (rmail-decode-mime-charset): Mark as obsolete.
8234
8235 * mail/rmailsum.el (rmail-message-regexp-p-1):
8236 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
8237 Before using mime functions, check they are set. (Bug#10077)
8238
d5a6b3ba
JL
82392011-11-19 Juri Linkov <juri@jurta.org>
8240
8241 * info.el (Info-finder-find-node): Use `package--builtins' instead
8242 of `package-alist'. Use node names formed by the pattern "Keyword "
8243 and the keyword name.
8244
e981b61f
AS
82452011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8246
1d00653d 8247 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
e981b61f 8248
3ffbc301
JL
82492011-11-19 Juri Linkov <juri@jurta.org>
8250
8251 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
8252 that calls `revert-buffer' on all Info buffers. (Bug#9915)
8253 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
8254 `old-history', `old-history-forward'. Add let-binding
8255 `window-selected'. Remove calls to `kill-buffer',
8256 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
8257 before calling `Info-find-node', so `Info-find-node-2' will reread
8258 the Info file. Restore window positions only when `window-selected'
8259 is non-nil.
8260
30c62133
JL
82612011-11-19 Juri Linkov <juri@jurta.org>
8262
8263 * isearch.el (isearch-lazy-highlight-new-loop):
8264 Remove condition `(not isearch-error)'. (Bug#9918)
8265
8266 * misearch.el (multi-isearch-search-fun): Add condition
8267 `(not bound)' to ignore lazy-highlighting search.
8268 Add the search-failed message "end of multi" when the end of
8269 multi-sequence is reached. Uncapitalize the search-failed
8270 message "Repeat for next buffer".
8271
8272 * info.el (Info-search): Add the search-failed message
8273 "end of the manual" when the end of the manual is reached
8274 in Isearch mode.
8275
645ca9cf
JL
82762011-11-19 Juri Linkov <juri@jurta.org>
8277
8278 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
8279 Use non-destructive `remove' instead of `delete' because
8280 `Info-history-list' stored to `Info-isearch-initial-history-list' in
8281 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
8282
df754f66
JL
82832011-11-19 Juri Linkov <juri@jurta.org>
8284
8285 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
8286 to nil instead of binding `search-ring' and `regexp-search-ring'.
8287 (Bug#9185)
8288
0e23d96a
EZ
82892011-11-19 Eli Zaretskii <eliz@gnu.org>
8290
8291 * simple.el (line-move): Force movement by logical lines for any
8292 hscrolled window, not only when auto-hscroll-mode is on.
8293 (line-move-visual): Update doc string to that effect. (Bug#10076)
8294
8a6ccb66
AS
82952011-11-19 Andreas Schwab <schwab@linux-m68k.org>
8296
8297 * language/european.el (macintosh): Define as alias for mac-roman.
8298
49ae5b39
EZ
82992011-11-19 Eli Zaretskii <eliz@gnu.org>
8300
8301 * mail/rmailmm.el (rmail-mime-display-header)
8302 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
8303 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
8304 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
8305 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
8306 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
8307 of a raw aref.
8308 (rmail-mime-entity-segment): To get past the tagline, move forward
8309 2 more lines, to account for the 2 empty lines that precede and
8310 follow the line with the buttons.
8311 (rmail-mime-update-tagline): Move one more line, to get past the
8312 empty line that follows the buttons in the tagline. (Bug#9520)
8313
c56cad4a
MR
83142011-11-19 Martin Rudalics <rudalics@gmx.at>
8315
8316 * window.el (window-max-delta-1, window-min-delta-1)
8317 (window-min-size-1, window-state-get-1, window-state-put-1)
8318 (window-state-put-2): Use "window--" prefix.
8319
cbe71af3
SM
83202011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8321
2ad52c60
SM
8322 * emacs-lisp/smie.el: Improve warnings and conflict detection.
8323 (smie-warning-count): New var.
8324 (smie-set-prec2tab): Use it.
8325 (smie-bnf->prec2): Improve warnings. Add docstring.
8326 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
8327 (smie-bnf--set-class): New function.
8328 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
8329 corner case.
8330
6944dbc1
SM
8331 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
8332 (compilation-error-properties, compilation-move-to-column):
8333 Handle compilation-first-column while in the target buffer.
8334
c400c4d7
SM
8335 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
8336 Don't hardcode point-min==1.
8337
6dbe3e96
SM
8338 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
8339 (eshell-rewrite-for-command): Remove workaround.
8340 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
8341 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
8342 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
8343
cbe71af3
SM
8344 * files-x.el (modify-file-local-variable): Obey commenting conventions.
8345
a8e1496d
GM
83462011-11-17 Glenn Morris <rgm@gnu.org>
8347
8348 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8349 Ignore buffer-local generated-autoload-file if it is the same
8350 as the global value. (Bug#10049)
8351
df85d315
JB
83522011-11-17 Juanma Barranquero <lekktu@gmail.com>
8353
8354 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
8355 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
8356 (reftex-toc-previous-heading, reftex-toc-max-level)
8357 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
8358 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
8359 (reftex-toc-do-promote, reftex-toc-promote-prepare)
8360 (reftex-toc-promote-action, reftex-toc-extract-section-number)
8361 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
8362 (reftex-toc-rename-label, reftex-toc-visit-location)
8363 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
8364 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
8365 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
8366 leaving "*toc*" only for references to the buffer.
8367
a0c2d0ae
MR
83682011-11-17 Martin Rudalics <rudalics@gmx.at>
8369
8370 * window.el (window-resize, delete-window, split-window):
8371 Replace window-splits by window-combination-resize.
1d00653d 8372 * cus-start.el (window-splits): Replace by window-combination-resize.
a0c2d0ae 8373
35c0bac8
GM
83742011-11-17 Glenn Morris <rgm@gnu.org>
8375
8376 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8377 Make bash entry derive from sh entry, not shell entry.
8378
d0c8fc8a
MA
83792011-11-16 Michael Albinus <michael.albinus@gmx.de>
8380
7262a87c
MA
8381 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
8382 local file name.
8383
7877f373
JB
83842011-11-16 Juanma Barranquero <lekktu@gmail.com>
8385
8386 * menu-bar.el (menu-bar-file-menu):
8387 * printing.el (pr-ps-utility):
8388 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
8389 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
8390 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
8391 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
8392 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
8393 (icalendar--convert-cyclic-to-ical)
8394 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
8395 (icalendar--convert-ical-to-diary)
8396 (icalendar--convert-recurring-to-diary)
8397 (icalendar--convert-non-recurring-all-day-to-diary)
8398 (icalendar-import-format-sample):
8399 * progmodes/idlw-shell.el (idlwave-shell-mode):
8400 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
8401 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
8402 (vhdl-ps-print-init): Fix typos.
8403
10649b82
KM
84042011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
8405
9d0cfcd6
GM
8406 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
8407 FSF and collapse date sequence, obscure author/maintainer email address
8408 better, remove extra version line, track relocation of author's webpage.
10649b82 8409
9d0cfcd6
GM
8410 * progmodes/python.el (python-pdbtrack-input-prompt)
8411 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
8412 regular python pdb prompts. Adjustments shamelessly taken exactly as
8413 suggested in EmacsWiki page (tiny change):
8414 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
8642c216 8415
58179cce
JB
84162011-11-16 Juanma Barranquero <lekktu@gmail.com>
8417
8418 * expand.el (expand-pos, expand-index, expand-point):
8419 Remove redundant info from docstring.
8420 (expand-add-abbrevs): Doc fix.
8421 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
8422 (expand-sample-perl-mode-expand-list): Fix typos.
8423
8424 * net/dbus.el (dbus-event-member-name):
8425 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
8426 * term/pc-win.el (msdos-create-frame-with-faces):
8427 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
8428
b6f67890
MR
84292011-11-16 Martin Rudalics <rudalics@gmx.at>
8430
8431 * window.el (split-window, window-state-get-1)
8432 (window-state-put-1, window-state-put-2): Rename occurrences of
8433 window-nest to window-combination-limit.
1d00653d 8434 * cus-start.el (window-nest): Rename to window-combination-limit.
b6f67890 8435
ce7ddba0
CY
84362011-11-16 Chong Yidong <cyd@gnu.org>
8437
8438 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
8439 regexp (Bug#10033).
8440
3ae704f4
SM
84412011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
8444 `completing-read' will remove *Completions* and will preserve
8445 current-buffer for us.
8446 (tmm-add-prompt): Users of *Completions* will always (re)set its
8447 major mode.
8448 (tmm-old-comp-map): Remove.
8449
6ad1cdde
GM
84502011-11-16 Glenn Morris <rgm@gnu.org>
8451
8452 * mail/rmailedit.el: Require rmailmm when compiling.
8453 (rmail-old-mime-state): New declaration.
8454 (rmail-edit-current-message): If editing a mime message,
8455 edit the "raw" message from the mbox buffer.
8456 (rmail-cease-edit): Handle mime messages. (Bug#9840)
8457
d20faa20
GM
84582011-11-15 Glenn Morris <rgm@gnu.org>
8459
8460 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
8461 which wasn't being used. Add optional arg to force given state.
8462 (rmail-mime): Add optional arg to force given state.
8463
c7015153
JB
84642011-11-15 Juanma Barranquero <lekktu@gmail.com>
8465
8466 * allout.el (allout-encryption-plaintext-sanitization-regexps):
8467 * frame.el (display-mm-dimensions-alist):
8468 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
8469 (outline-move-subtree-down):
8470 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
8471 (newsticker--treeview-do-get-node):
8472 * net/quickurl.el (quickurl-list-buffer-name):
8473 * progmodes/dcl-mode.el (dcl-mode):
8474 * progmodes/gdb-mi.el (gdb-mapcar*):
8475 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
8476
45261b50
GM
84772011-11-15 Glenn Morris <rgm@gnu.org>
8478
8479 * mail/rmail.el (rmail-file-coding-system): It's only ever used
8480 in a boolean sense, so just make it a boolean, and fix the doc.
8481 (rmail-show-mime-function, rmail-mime-feature)
8482 (rmail-require-mime-maybe): Doc fixes.
8483 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
8484
8485 * mail/rmailmm.el (rmail-show-mime): Doc fix.
8486
0d26e0b6
JB
84872011-11-15 Juanma Barranquero <lekktu@gmail.com>
8488
8489 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
8490 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
8491 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
8492 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
8493
447f30f6
GM
84942011-11-15 Glenn Morris <rgm@gnu.org>
8495
672b871d
GM
8496 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
8497 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
8498 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
8499 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
8500 (rmail-mime, rmail-show-mime): Doc fixes.
8501
f6aa5bb1
GM
8502 * term/ns-win.el (mode-line-frame-identification):
8503 Leave it alone. (Bug#10051)
8504
947cd66b
GM
8505 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
8506
447f30f6
GM
8507 * mail/rmailout.el (rmail-output-to-rmail-buffer):
8508 Handle empty buffers. (Bug#9978)
8509
0b381c7e
JB
85102011-11-14 Juanma Barranquero <lekktu@gmail.com>
8511
8512 * international/mule.el (define-charset):
8513 * mail/rmailmm.el (rmail-mime-find-header-encoding):
8514 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
8515 * progmodes/verilog-mode.el (verilog-backward-token):
8516 * textmodes/ispell.el (lookup-words):
8517 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
8518
71e027ac
GM
85192011-11-14 Glenn Morris <rgm@gnu.org>
8520
56632ce4
GM
8521 * progmodes/executable.el
8522 (executable-make-buffer-file-executable-if-script-p):
8523 Handle file-modes returning nil.
8524
40500957
GM
8525 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
8526 message - not necessary, and causes problems. (Bug#9831)
8527
071c2340
GM
8528 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
8529
d3cfca60
GM
8530 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
8531
71e027ac
GM
8532 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
8533 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
8534 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
8535
89d61221
MR
85362011-11-12 Martin Rudalics <rudalics@gmx.at>
8537
8538 * window.el (window-resize, delete-window): Use window-splits
8539 variable instead of function.
8540 (window-state-get-1, window-state-put-2, window-state-put):
8541 Don't deal with windows' splits status.
8542
98282f6f
GM
85432011-11-12 Glenn Morris <rgm@gnu.org>
8544
8545 * apropos.el (apropos-do-all, apropos-library, apropos-value)
8546 (apropos-documentation): Doc fixes.
8547
40a8bdf6
JB
85482011-11-11 Juanma Barranquero <lekktu@gmail.com>
8549
8550 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
8551 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
8552
65bd19ff
SM
85532011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8554
8555 * electric.el (electric-indent-post-self-insert-function): Make it
8556 possible for a char to only indent in some circumstances.
8557 (electric-indent-mode): Simplify.
8558
54f9154c
MR
85592011-11-11 Martin Rudalics <rudalics@gmx.at>
8560
8561 * window.el (windows-with-parameter): Remove unused function.
8562 (windows-at-side): Rename to window-at-side-list.
8563 (window-check, window-atom-check, window-atom-check-1)
5e92ca23
MR
8564 (window-side-check, window-size-ignore, window-size-fixed-1)
8565 (window-in-direction-2): Prefix with "window--".
8566 (window-tree-1): Rename to window--subtree, fix doc-string.
54f9154c 8567
68cbc58b
GM
85682011-11-11 Glenn Morris <rgm@gnu.org>
8569
8570 * subr.el (eval-after-load): If FILE is already loaded,
8571 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
8572
b2621720
GM
85732011-11-10 Glenn Morris <rgm@gnu.org>
8574
9a4de110
GM
8575 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
8576 Call svn via vc-svn-command rather than vc-do-command.
8577 (vc-svn-command): Add --non-interactive. (Bug#9993)
8578 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
8579
b2621720
GM
8580 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8581 Add toggle-read-only. (Bug#7292)
8582 * files.el (toggle-read-only): Mention that it should only
8583 be used interactively. (Bug#10006)
8584
1dce7193
SM
85852011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
8586
d9ac1a1e
SM
8587 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8588 Adjust regexp for OCaml warnings.
8589
0c325082
SM
8590 * electric.el (electric-pair-post-self-insert-function): Let user
8591 turn it off buffer-locally (bug#9932).
8592
90132c14
SM
8593 * progmodes/python.el (python-beginning-of-statement):
8594 Rewrite (bug#2703).
8595
1dce7193
SM
8596 * progmodes/compile.el: Better handle TABs (bug#9749).
8597 (compilation-internal-error-properties)
8598 (compilation-next-error-function): Obey the target buffer's
8599 compilation-error-screen-columns.
8600
c4e7c63a
JB
86012011-11-09 Juanma Barranquero <lekktu@gmail.com>
8602
8603 * progmodes/meta-mode.el: Remove obsolete comments.
8604 (meta-right-comment-regexp, meta-ignore-comment-regexp):
8605 Fix typos in docstrings.
8606
2cffd681
MR
86072011-11-09 Martin Rudalics <rudalics@gmx.at>
8608
8609 * window.el (window-size-fixed-p): Rewrite doc-string.
1dce7193 8610 (window-resizable-p): Rename to window--resizable-p. Update callers.
2cffd681
MR
8611 (window--resizable): New function. Make all callers of
8612 window-resizable call window--resizable instead.
8613 (window-resizable): Rewrite in terms of window--resizable.
8614
0edcba87
GM
86152011-11-08 Glenn Morris <rgm@gnu.org>
8616
8617 * progmodes/delphi.el (delphi-mode-syntax-table):
8618 Let define-derived-mode define a proper syntax table. (Bug#9994)
8619
4b0d61e3
SM
86202011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8621
8622 * window.el: Stay away from defsubst.
8623 (window-list-no-nils): Remove.
8624 (window-state-get-1, window-state-get): Use backquote instead.
8625
cd394be1 86262011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
fcbcac2e 8627
4b0d61e3 8628 * emacs-lisp/find-func.el (find-function-read):
fcbcac2e 8629 Fix incorrect use of default argument in `completing-read'.
8630
e1c2c6f2
MR
86312011-11-08 Martin Rudalics <rudalics@gmx.at>
8632
8633 * window.el (display-buffer-function, special-display-function):
8634 Mention display-buffer-record-window but do not mention
8635 help-setup parameter in doc-strings.
b3f4a882 8636 (window-min-delta): Fix doc-string typo.
e1c2c6f2 8637
105216ed
CY
86382011-11-08 Chong Yidong <cyd@gnu.org>
8639
8640 * window.el (window-total-height, window-total-width): Doc fix.
8641 (window-body-size): Move from C.
8642 (window-body-height, window-body-width): Move to C.
8643
0a9f9ab5
SM
86442011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * window.el: Make special-display like display-buffer-alist (bug#9532).
8647 (display-buffer--special-action): New function, morphed
8648 from display-buffer--special.
8649 (display-buffer): Use it to handle special-display-buffers at higher
8650 priority (just after display-buffer-alist).
8651 (display-buffer-fallback-action, display-buffer--other-frame-action)
8652 (pop-to-buffer-same-window): Remove display-buffer--special.
8653
a769dd15
GM
86542011-11-07 Glenn Morris <rgm@gnu.org>
8655
8656 * calendar/cal-menu.el (cal-menu-set-date-title):
8657 Do nothing if not in a calendar. (Bug#9976)
8658
05a61ee3
SM
86592011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * files.el (find-file): Always use selected-window.
8662
be7f5545
MR
86632011-11-07 Martin Rudalics <rudalics@gmx.at>
8664
8665 * window.el (window-combinations): Make WINDOW argument
8666 mandatory. Rewrite doc-string.
8667 (walk-window-subtree, window-atom-check, window-min-delta)
8668 (window-max-delta, window--resize-this-window)
8669 (window--resize-root-window-vertically, window-tree)
8670 (balance-windows, window-state-put): Rewrite doc-strings as to
8671 not mention the term "subwindow".
8672 (window--resize-subwindows-skip-p): Rename to
8673 window--resize-child-windows-skip-p.
8674 (window--resize-subwindows-normal): Rename to
8675 window--resize-child-windows-normal.
8676 (window--resize-subwindows): Rename to
8677 window--resize-child-windows.
8678 (window-or-subwindow-p): Rename to window--in-subtree-p.
8679
3c6702ef
ML
86802011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8681
8682 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
8683 Ensure that mbox format messages end in two newlines (Bug#9974).
8684
49745b39
CY
86852011-11-06 Chong Yidong <cyd@gnu.org>
8686
8687 * window.el (window-combination-p): Function deleted; its
8688 side-effect is not used in any existing code.
8689 (window-combinations, window-combined-p): Call window-*-child
8690 directly.
8691
24300f5f
CY
86922011-11-05 Chong Yidong <cyd@gnu.org>
8693
8694 * window.el (window-valid-p): Rename from window-any-p.
447f16b8
CY
8695 (window-size-ignore, window-state-get): Callers changed.
8696 (window-normalize-window): Rename from window-normalize-any-window.
8697 New arg LIVE-ONLY, replacing window-normalize-live-window.
1dce7193 8698 (window-normalize-live-window): Delete.
447f16b8
CY
8699 (window-combination-p, window-combined-p, window-combinations)
8700 (walk-window-subtree, window-atom-root, window-min-size)
8701 (window-sizable, window-sizable-p, window-size-fixed-p)
8702 (window-min-delta, window-max-delta, window-resizable)
8703 (window-resizable-p, window-full-height-p, window-full-width-p)
8704 (window-current-scroll-bars, window-point-1, set-window-point-1)
8705 (window-at-side-p, window-in-direction, window-resize)
8706 (adjust-window-trailing-edge, maximize-window, minimize-window)
8707 (window-deletable-p, delete-window, delete-other-windows)
8708 (record-window-buffer, unrecord-window-buffer)
8709 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
8710 (quit-window, split-window, window-state-put)
8711 (set-window-text-height, fit-window-to-buffer)
8712 (shrink-window-if-larger-than-buffer): Callers changed.
24300f5f 8713
89bd5ee1
EZ
87142011-11-04 Eli Zaretskii <eliz@gnu.org>
8715
53479029
EZ
8716 * mail/rmail.el (rmail-simplified-subject): Decode subject with
8717 rfc2047-decode-string.
8718 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
8719 warnings.
8720
89bd5ee1
EZ
8721 * window.el (window-body-height, window-body-width): Mention in
8722 the doc string that the return values are in frame's canonical
8723 units. (Bug#9949)
8724
bd17fdee
AM
87252011-11-03 Alan Mackenzie <acm@muc.de>
8726
8727 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
8728 change in cc-engine.el.
8729
acc825c5
SM
87302011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * window.el (switch-to-buffer): Use `force-same-window' interactively.
8733
1885e5b8
MR
87342011-11-02 Martin Rudalics <rudalics@gmx.at>
8735
8736 * window.el (quit-window): Call unrecord-window-buffer after
8737 showing another buffer in the window. (Bug#9937)
acc825c5 8738 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
1885e5b8 8739
ebe06da9
JB
87402011-11-02 Juanma Barranquero <lekktu@gmail.com>
8741
8742 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
8743 Accept status with more than 9 shelves. (Bug#9935)
8744 Reported by Colin D Bennett <colin@gibibit.com>.
8745
4ee88440
MR
87462011-11-01 Martin Rudalics <rudalics@gmx.at>
8747
8748 * help.el (with-help-window): Don't reference
8749 temp-buffer-show-specifiers in doc-string.
8750
08e1d82c
AS
87512011-10-31 Andreas Schwab <schwab@linux-m68k.org>
8752
8753 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
8754 menu-item.
8755
84bd6e9e
VJL
87562011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8757
8758 * whitespace.el: New version 13.2.2.
8759 (whitespace-newline-mode): Disable properly. Reported by Sarah
8760 <EmacsWiki>.
8761
dba0634a
UJ
87622011-10-30 Ulf Jasper <ulf.jasper@web.de>
8763
8764 * net/newst-treeview.el: Remove "Time-stamp".
8765 (newsticker--group-manage-orphan-feeds): Do not call
8766 newsticker--treeview-tree-update.
db22a3c2
JB
8767 (newsticker-treeview-update, newsticker-treeview):
8768 Call newsticker--treeview-tree-update if necessary.
dba0634a 8769
3d8daefe
MR
87702011-10-30 Martin Rudalics <rudalics@gmx.at>
8771
8772 * window.el (window-iso-combination-p, window-iso-combined-p)
acc825c5
SM
8773 (window-iso-combinations): Remove "iso-" infix.
8774 Suggested by Chong Yidong.
3d8daefe
MR
8775 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
8776 (window-max-delta-1, window-resize, window--resize-siblings)
8777 (window--resize-this-window, adjust-window-trailing-edge)
8778 (split-window, balance-windows-1)
8779 (shrink-window-if-larger-than-buffer):
8780 * calendar/calendar.el (calendar-generate-window):
db22a3c2 8781 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
3d8daefe 8782
1bc4c3ae
SM
87832011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
8786 in place (bug#9907).
8787 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
8788 (eshell-rewrite-if-command, eshell-rewrite-for-command)
8789 (eshell-structure-basic-command, eshell-rewrite-while-command)
8790 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
8791 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
8792 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
8793 (eshell-do-pipelines-synchronously, eshell-eval-command):
8794 Use backquotes and prefer setq to set.
8795 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
8796 (eshell-macrop): Use functionp.
c1e2f5fa 8797 (eshell-do-eval): Handle multiple expressions in `while' body.
1bc4c3ae 8798
30b65d9c
CY
87992011-10-30 Chong Yidong <cyd@gnu.org>
8800
8801 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
8802 instead of set-mark (Bug#9810).
8803
2d197ffb
CY
88042011-10-30 Chong Yidong <cyd@gnu.org>
8805
8806 * window.el (split-window-below, split-window-right): Rename from
8807 split-window-above-each-other and split-window-side-by-side
8808 respectively. All callers changed.
8809 (split-window-sensibly, split-window-sensibly): Use them.
8810 (split-window-keep-point): Doc fix.
8811
8812 * isearch.el: Add isearch-scroll property to split-window-below
8813 and split-window-right.
8814
8815 * follow.el (follow-mode):
8816 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
8817 * progmodes/ada-xref.el (ada-gdb-application):
8818 * emulation/vip.el (vip-buffer-in-two-windows):
8819 * image-dired.el (image-dired-dired-with-window-configuration):
8820 * dired-x.el (dired-do-find-marked-files):
8821 * dired.el (dired-pop-to-buffer):
8822 * bs.el (bs--show-with-configuration):
8823 * vc/emerge.el (emerge-setup-windows):
8824 * textmodes/two-column.el (2C-two-columns):
8825 * textmodes/reftex-toc.el (reftex-toc):
8826 * progmodes/gdb-mi.el (gdb-setup-windows):
8827 * progmodes/fortran.el (fortran-window-create):
8828 * net/newst-treeview.el (newsticker--treeview-window-init):
8829 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
8830 * emulation/tpu-edt.el (tpu-gold-map):
8831 * emulation/crisp.el (crisp-mode-map):
8832 * calendar/calendar.el (calendar-basic-setup): Callers changed.
8833
38bb2ca8
CY
88342011-10-29 Chong Yidong <cyd@gnu.org>
8835
aa4de341
CY
8836 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
8837
e1eb5385
CY
8838 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
8839
5d2ece3c
CY
8840 * textmodes/flyspell.el (flyspell-word): Fix char offset for
8841 forged Ispell output (Bug#7904).
8842
38bb2ca8
CY
8843 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
8844
d0af9f77
SM
88452011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * doc-view.el: Avoid ugly errors about not finding nil.
8848 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
8849 (doc-view-dvipdf-program, doc-view-unoconv-program)
8850 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
8851 Avoid nil or absolute file name as default value.
8852 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
8853
52bedd34
AM
88542011-10-28 Alan Mackenzie <acm@muc.de>
8855
db22a3c2 8856 * progmodes/cc-defs.el (c-version): -> 5.32.2.
52bedd34 8857
7e43cfa5
AM
88582011-10-28 Alan Mackenzie <acm@muc.de>
8859
8860 Amend the handling of c-beginning/end-of-defun in nested declaration
8861 scopes.
8862
52bedd34
AM
8863 * progmodes/cc-vars.el (c-defun-tactic): Move here from
8864 cc-langs.el. Change it to a defcustom.
7e43cfa5 8865
52bedd34
AM
8866 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
8867 cc-vars.el.
7e43cfa5 8868
d0af9f77
SM
8869 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8870 Prevent "class foo : bar" being spuriously recognized as a label.
7e43cfa5 8871
52bedd34 8872 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
acc825c5 8873 Add parameter `inclusive' (to include enclosing braces in the region).
7e43cfa5
AM
8874 (c-widen-to-enclosing-decl-scope): New function.
8875 (c-while-widening-to-decl-block): New macro.
8876 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
8877 outward for defun boundaries, and correspondingly change symbol
8878 `respect-enclosure' to `go-outward'.
8879 (c-declaration-limits): Change algorithm to report only the "innermost"
8880 defun's boundaries.
8881
1a2ce9ee
DD
88822011-10-28 Deniz Dogan <deniz@dogan.se>
8883
8884 * net/rcirc.el (rcirc-mode): Use hard newlines.
8885
bc97a826
AM
88862011-10-28 Alan Mackenzie <acm@muc.de>
8887
8888 Amend to indent and fontify macros "which include their own semicolon"
8889 correctly, using the "virtual semicolon" mechanism.
8890
52bedd34 8891 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
bc97a826 8892
d0af9f77 8893 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7877f373 8894 Recode to scan one line at a time rather than having \n and \r
58179cce 8895 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
bc97a826 8896 (c-forward-label): Amend for virtual semicolons.
58179cce 8897 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
bc97a826 8898
52bedd34
AM
8899 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
8900 of the new C macros.
bc97a826 8901
52bedd34 8902 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
acc825c5
SM
8903 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
8904 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
bc97a826
AM
8905 (c-opt-cpp-macro-define): Make into a full language variable.
8906 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
8907 AWK Mode (including \n, \r) removed, no longer needed.
8908
d0af9f77
SM
8909 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
8910 Invoke c-make-macro-with-semi-re.
bc97a826 8911
52bedd34
AM
8912 * progmodes/cc-vars.el (c-macro-with-semi-re):
8913 (c-macro-names-with-semicolon): New variables.
58179cce 8914 (c-make-macro-with-semi-re): New function.
bc97a826 8915
7a6c0941
SM
89162011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * vc/log-edit.el: Fill empty field rather than adding new one.
8919 (log-edit-add-field): New function.
8920 (log-edit-insert-changelog): Use it.
8921
b0c4cdcf
ML
89222011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
8923
8924 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
8925
ee1f1da9
SM
89262011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
8929 (gdb--check-interpreter): New function.
8930 (gdb): Use it.
8931
51bc5f8b
GM
89322011-10-27 Glenn Morris <rgm@gnu.org>
8933
416a2c45
GM
8934 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
8935 (least-positive-float, least-negative-float)
8936 (least-positive-normalized-float, least-negative-normalized-float)
8937 (float-epsilon, float-negative-epsilon):
8938 Remove unnecessary declarations.
8939
8940 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
8941 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
8942 (least-positive-float, least-negative-float)
8943 (least-positive-normalized-float, least-negative-normalized-float)
8944 (float-epsilon, float-negative-epsilon): Add doc-strings,
8945 based on those in cl.texi.
8946
51bc5f8b
GM
8947 * files.el (set-visited-file-name): If the major-mode changed,
8948 reload the local variables. (Bug#9796)
8949
15de15c6
CY
89502011-10-27 Chong Yidong <cyd@gnu.org>
8951
8952 * subr.el (change-major-mode-after-body-hook): New hook.
8953 (run-mode-hooks): Run it.
8954
ee1f1da9
SM
8955 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
8956 Use change-major-mode-before-body-hook.
15de15c6
CY
8957
8958 * simple.el (fundamental-mode):
8959 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
8960 change introducing fundamental-mode-hook.
8961
5430d399
JB
89622011-10-26 Juanma Barranquero <lekktu@gmail.com>
8963
acc825c5 8964 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
5430d399 8965
ad74a69e
MA
89662011-10-26 Michael Albinus <michael.albinus@gmx.de>
8967
8968 * ido.el (ido-file-name-all-completions-1): Do not require
c7015153 8969 tramp.el explicitly. (Bug#7583)
ad74a69e 8970
71d4c2a5
SM
89712011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8972
8973 * progmodes/octave-mod.el:
8974 * progmodes/octave-inf.el: Update maintainer.
8975
b1f6fa26
CY
89762011-10-26 Chong Yidong <cyd@gnu.org>
8977
8978 * subr.el (with-wrapper-hook): Rewrite doc.
8979
3f04efd6
MA
89802011-10-25 Michael Albinus <michael.albinus@gmx.de>
8981
8982 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
ad74a69e 8983 filenames "/method:foo:". (Bug#9793)
3f04efd6 8984
410488d3
SM
89852011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
8988 (bug#9865).
8989
c1ebb47e
GM
89902011-10-24 Glenn Morris <rgm@gnu.org>
8991
8992 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
8993
7f5c46c7
MA
89942011-10-24 Michael Albinus <michael.albinus@gmx.de>
8995
8996 * notifications.el: Add the requirement of a running D-Bus session
8997 bus to the Commentary.
8998
db2440b6
JL
89992011-10-24 Juri Linkov <juri@jurta.org>
9000
9001 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
9002 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
9003 (Bug#9364)
9004
feecf435
JL
90052011-10-24 Juri Linkov <juri@jurta.org>
9006
9007 * info.el (Info-following-node-name-re): Add newline to the list
9008 of allowed characters for leading space. (Bug#9824)
9009
a3839de2
SM
90102011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9011
acc825c5
SM
9012 * progmodes/octave-inf.el (inferior-octave-mode-map):
9013 Fix C-c C-h binding.
a3839de2
SM
9014 * progmodes/octave-mod.el (octave-help): Remove.
9015
09388e76
MA
90162011-10-23 Michael Albinus <michael.albinus@gmx.de>
9017
9018 Sync with Tramp 2.2.3.
9019
9020 * net/tramp-cache.el (top): Pacify byte-compiler using
9021 `init-file-user' and `site-run-file'.
9022
9023 * net/trampver.el: Update release number.
9024
86c60681
CY
90252011-10-23 Chong Yidong <cyd@gnu.org>
9026
9027 * files.el (toggle-read-only): Remove obsolete comment about
9028 version control.
9029
9030 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
9031 for toggle-read-only. Note that this hasn't called vc-next-action
9032 since 2008-05-02, though it wasn't documented at the time.
9033
a3839de2
SM
9034 * vc/ediff-init.el (ediff-toggle-read-only-function):
9035 Use toggle-read-only.
86c60681 9036
cd5495ff
AM
90372011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
9038
9039 Fix bug #9560, sporadic wrong indentation; improve instrumentation
9040 of c-parse-state.
9041
00b77525 9042 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
a3839de2 9043 correct faulty logical expression.
cd5495ff
AM
9044 (c-parse-state-state, c-record-parse-state-state):
9045 (c-replay-parse-state-state): New defvar/defuns.
9046 (c-debug-parse-state): Use new functions.
9047
42ee24ed
MR
90482011-10-22 Martin Rudalics <rudalics@gmx.at>
9049
9050 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
53ebff1f 9051 last fix. Use window-in-direction correctly.
42ee24ed 9052
a7dee7e7
CY
90532011-10-21 Chong Yidong <cyd@gnu.org>
9054
9055 * progmodes/idlwave.el (idlwave-mode):
9056 * progmodes/vera-mode.el (vera-mode): No need to set
a3839de2
SM
9057 require-final-newline; that's done in prog-mode.
9058 Suggested by Stefan Monnier.
a7dee7e7 9059
e07b9a6d
MR
90602011-10-21 Martin Rudalics <rudalics@gmx.at>
9061
9062 * mouse.el (mouse-drag-window-above)
9063 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
9064 (mouse-drag-mode-line-1, mouse-drag-header-line)
9065 (mouse-drag-vertical-line-rightward-window): Remove.
9066 (mouse-drag-line): New function.
9067 (mouse-drag-mode-line, mouse-drag-header-line)
9068 (mouse-drag-vertical-line): Call mouse-drag-line.
9069 * window.el (window-at-side-p, windows-at-side): New functions.
9070
7e1361d9
UM
90712011-10-21 Ulrich Mueller <ulm@gentoo.org>
9072
9073 * tar-mode.el (tar-grind-file-mode):
9074 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
9075
30fcaf3a
CY
90762011-10-21 Chong Yidong <cyd@gnu.org>
9077
9078 * progmodes/idlwave.el (idlwave-mode):
a3839de2
SM
9079 * progmodes/vera-mode.el (vera-mode):
9080 Use mode-require-final-newline.
30fcaf3a 9081
516eddb0
GM
90822011-10-20 Glenn Morris <rgm@gnu.org>
9083
db22a3c2 9084 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
516eddb0 9085
10d5f513
CS
90862011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
9087
9088 * emulation/cua-base.el (cua-set-mark): Fix case of string.
9089
ac6c8639
CY
90902011-10-20 Chong Yidong <cyd@gnu.org>
9091
9092 * emulation/cua-base.el (cua-mode):
9093 * mail/footnote.el (footnote-mode):
9094 * mail/mailabbrev.el (mail-abbrevs-mode):
9095 * net/xesam.el (xesam-minor-mode):
9096 * progmodes/bug-reference.el (bug-reference-mode):
9097 * progmodes/cap-words.el (capitalized-words-mode):
9098 * progmodes/compile.el (compilation-minor-mode)
9099 (compilation-shell-minor-mode):
9100 * progmodes/gud.el (gud-tooltip-mode):
9101 * progmodes/hideif.el (hide-ifdef-mode):
9102 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9103 * progmodes/subword.el (subword-mode):
9104 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9105 * progmodes/which-func.el (which-function-mode):
9106 * term/tvi970.el (tvi970-set-keypad-mode):
9107 * term/vt100.el (vt100-wide-mode):
9108 * textmodes/flyspell.el (flyspell-mode):
9109 * textmodes/ispell.el (ispell-minor-mode):
9110 * textmodes/nroff-mode.el (nroff-electric-mode):
9111 * textmodes/paragraphs.el (use-hard-newlines):
9112 * textmodes/refill.el (refill-mode):
9113 * textmodes/reftex.el (reftex-mode):
9114 * textmodes/rst.el (rst-minor-mode):
9115 * textmodes/sgml-mode.el (html-autoview-mode)
9116 (sgml-electric-tag-pair-mode):
9117 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
9118 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
9119 * emulation/crisp.el (crisp-mode):
9120 * emacs-lisp/eldoc.el (eldoc-mode):
9121 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
9122 minor mode behavior.
9123
aa42ab43
JL
91242011-10-19 Juri Linkov <juri@jurta.org>
9125
9126 * descr-text.el (describe-char): Add #x2010 and #x2011 to
9127 the list of hard-coded chars with escape-glyph face.
9128
89400f1d
SM
91292011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
9132
305c07f6
MA
91332011-10-19 Michael Albinus <michael.albinus@gmx.de>
9134
9135 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
9136 running process.
9137
13754b54
GM
91382011-10-19 Glenn Morris <rgm@gnu.org>
9139
9140 * vc/vc-bzr.el (vc-bzr-after-dir-status):
9141 Ignore ignored files. (Bug#9726)
9142
06e21633
CY
91432011-10-19 Chong Yidong <cyd@gnu.org>
9144
9145 Doc fix for minor modes, stating that an omitted argument enables
9146 the mode unconditionally when called from Lisp.
9147
9148 * abbrev.el (abbrev-mode):
9149 * allout.el (allout-mode):
9150 * autoinsert.el (auto-insert-mode):
9151 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9152 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
9153 (global-auto-revert-mode):
9154 * battery.el (display-battery-mode):
9155 * composite.el (global-auto-composition-mode)
9156 (auto-composition-mode):
9157 * delsel.el (delete-selection-mode):
9158 * desktop.el (desktop-save-mode):
9159 * dired-x.el (dired-omit-mode):
9160 * dirtrack.el (dirtrack-mode):
9161 * doc-view.el (doc-view-minor-mode):
9162 * double.el (double-mode):
9163 * electric.el (electric-indent-mode, electric-pair-mode):
9164 * emacs-lock.el (emacs-lock-mode):
9165 * epa-hook.el (auto-encryption-mode):
9166 * follow.el (follow-mode):
9167 * font-core.el (font-lock-mode):
9168 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
9169 * help.el (temp-buffer-resize-mode):
9170 * hilit-chg.el (highlight-changes-mode)
9171 (highlight-changes-visible-mode):
9172 * hi-lock.el (hi-lock-mode):
9173 * hl-line.el (hl-line-mode, global-hl-line-mode):
9174 * icomplete.el (icomplete-mode):
9175 * ido.el (ido-everywhere):
9176 * image-file.el (auto-image-file-mode):
9177 * image-mode.el (image-minor-mode):
9178 * iswitchb.el (iswitchb-mode):
9179 * jka-cmpr-hook.el (auto-compression-mode):
9180 * linum.el (linum-mode):
9181 * longlines.el (longlines-mode):
9182 * master.el (master-mode):
9183 * mb-depth.el (minibuffer-depth-indicate-mode):
9184 * menu-bar.el (menu-bar-mode):
9185 * minibuf-eldef.el (minibuffer-electric-default-mode):
9186 * mouse-sel.el (mouse-sel-mode):
9187 * msb.el (msb-mode):
9188 * mwheel.el (mouse-wheel-mode):
9189 * outline.el (outline-minor-mode):
9190 * paren.el (show-paren-mode):
9191 * recentf.el (recentf-mode):
9192 * reveal.el (reveal-mode, global-reveal-mode):
9193 * rfn-eshadow.el (file-name-shadow-mode):
9194 * ruler-mode.el (ruler-mode):
9195 * savehist.el (savehist-mode):
9196 * scroll-all.el (scroll-all-mode):
9197 * scroll-bar.el (scroll-bar-mode):
9198 * server.el (server-mode):
9199 * shell.el (shell-dirtrack-mode):
9200 * simple.el (auto-fill-mode, transient-mark-mode)
9201 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
9202 (line-number-mode, column-number-mode, size-indication-mode)
9203 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
9204 * strokes.el (strokes-mode):
9205 * time.el (display-time-mode):
9206 * t-mouse.el (gpm-mouse-mode):
9207 * tool-bar.el (tool-bar-mode):
9208 * tooltip.el (tooltip-mode):
9209 * type-break.el (type-break-mode-line-message-mode)
9210 (type-break-query-mode):
9211 * view.el (view-mode):
9212 * whitespace.el (whitespace-mode, whitespace-newline-mode)
9213 (global-whitespace-mode, global-whitespace-newline-mode):
9214 * xt-mouse.el (xterm-mouse-mode): Doc fix.
9215
a3839de2
SM
9216 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9217 Fix autogenerated docstring.
06e21633 9218
5214e501
JL
92192011-10-19 Juri Linkov <juri@jurta.org>
9220
9221 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
9222 by checking environment variables "DESKTOP_SESSION" and
9223 "XDG_CURRENT_DESKTOP". (Bug#9779)
9224
195f8db9
JL
92252011-10-19 Juri Linkov <juri@jurta.org>
9226
9227 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
9228 (browse-url-chromium-program, browse-url-chromium-arguments):
9229 New defcustoms.
9230 (browse-url-default-browser): Check for `browse-url-chromium' and
9231 call `browse-url-chromium-program'.
9232 (browse-url-chromium): New command. (Bug#9779)
9233
343a34ff
JB
92342011-10-18 Juanma Barranquero <lekktu@gmail.com>
9235
9236 * facemenu.el (list-colors-duplicates): On Windows, detect more
9237 duplicates by assuming that only colors matching "^System" are
9238 special "system colors". (Bug#9722)
9239
6978a151
SM
92402011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
9243 to distinguish the author from the committer.
9244
6a80b297
MA
92452011-10-18 Michael Albinus <michael.albinus@gmx.de>
9246
9247 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
9248
b31a5677
JK
92492011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
9250
9251 * international/mule.el (sgml-html-meta-auto-coding-function):
9252 Add support for detecting encoding in HTML5 specified only as
9253 <meta charset="UTF-8">. Implementation just makes http-equiv and
9254 content-type parts from HTML4 encoding string optional. (Bug#9716)
9255
80c6d77f
GM
92562011-10-18 Glenn Morris <rgm@gnu.org>
9257
9258 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
9259
08b0fee8
CY
92602011-10-18 Chong Yidong <cyd@gnu.org>
9261
9262 * faces.el (cursor): Doc fix.
9263
67e729a5
CY
92642011-10-17 Chong Yidong <cyd@gnu.org>
9265
9266 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
9267
343a34ff 92682011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
87e478b3
RB
9269
9270 * dirtrack.el (dirtrack): Support shell buffers with path
9271 prefixes, e.g. tramp-based remote shells. (Bug#9647)
9272
0bc06380
TZ
92732011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
9274
9275 * json.el: Bump version to 1.3 and note change in History.
9276 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
9277
8b79f3e0
SM
92782011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9279
5a7c536b
SM
9280 * comint.el (comint-insert-input, comint-send-input)
9281 (comint-get-old-input-default, comint-backward-matching-input)
9282 (comint-next-prompt): Use nil instead of `input' for field property of
9283 past user input (bug#114).
9284
96a8a0df
SM
9285 * minibuffer.el (completion--replace): Inherit surrounding properties
9286 (bug#114).
9287 (minibuffer-complete-and-exit): Use it.
9288
8b79f3e0
SM
9289 * comint.el (comint--table-subvert): Quote the all-completions output
9290 (bug#9160).
9291
b8f7ff0d
MR
92922011-10-17 Martin Rudalics <rudalics@gmx.at>
9293
8b79f3e0 9294 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
4e5c3d2b 9295
b8f7ff0d 9296 * menu-bar.el (menu-bar-file-menu): Add entry for making new
d912bdcf 9297 window on right of selected. (Bug#9350) Reword other window
b8f7ff0d
MR
9298 entries and separate them from frame entries.
9299
c235b555
GM
93002011-10-15 Glenn Morris <rgm@gnu.org>
9301
9302 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
9303 Doc fixes.
9304
6bbfa6e1
CY
93052011-10-15 Chong Yidong <cyd@stupidchicken.com>
9306
8b79f3e0
SM
9307 * net/network-stream.el (network-stream-open-starttls):
9308 Improve detection of failure due to lack of TLS support.
ec5c990d 9309
6bbfa6e1
CY
9310 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
9311 putting the input text in front and in bold.
9312
98488977
SM
93132011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
9314
3d1337be
SM
9315 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
9316
ee0b45e4
SM
9317 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
9318 empty buffer.
9319
98488977
SM
9320 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
9321 unread-command-events rather than pushing yet-another event.
9322
186f4720
EZ
93232011-10-14 Eli Zaretskii <eliz@gnu.org>
9324
9325 * mail/sendmail.el (sendmail-query-once): Improve the wording of
9326 the explanation of the possible choices. Make the options passed
9327 to completing-read shorter.
9328
8b7a997c
AM
93292011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
9330
9331 * textmodes/flyspell.el (flyspell-large-region): Make sure
9332 extended character mode is used if defined (Bug#1339).
9333
12587bbb
EZ
93342011-10-13 Eli Zaretskii <eliz@gnu.org>
9335
9336 * simple.el (what-cursor-position): Fix the display of the
e7e2364b
EZ
9337 character info for LRE, LRO, RLE, and RLO characters by appending
9338 an invisible PDF.
12587bbb 9339
bad41229
SM
93402011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
9343 even in case of error; add debug spec; simplify data flow.
9344 (with-timeout-handler): Remove.
9345
28dbc92f
MA
93462011-10-12 Michael Albinus <michael.albinus@gmx.de>
9347
9348 Fix Bug#6019, Bug#9315.
9349
9350 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
9351 complete `buffer-file-name', the local file name part could look
9352 remotely (for example on VMS).
9353
9354 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
9355 `tramp-run-real-handler'.
9356 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
9357 already quoted by '"'.
9358
9359 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
9360 Let `file-name-handler-alist' be nil, the local file name part
9361 could look remotely (for example on VMS).
9362
e1b0b23a
SM
93632011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
9366 from here...
9367 (flyspell-post-command-hook): ...to here.
9368
a120bde9
SM
93692011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
9372 if not needed.
9373 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
9374 using completion. Protect against "slow" callers.
9375 Remove the "message hack".
9376
7ce7717b
JL
93772011-10-11 Juri Linkov <juri@jurta.org>
9378
9379 * isearch.el (isearch-lazy-highlight-word): New variable.
9380 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
9381 Use it. (Bug#9727)
9382
c02ee9d6
GM
93832011-10-11 Glenn Morris <rgm@gnu.org>
9384
9385 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
9386 like f90-previous-statement does.
9387
93e616fd 93882011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9389
1f190e73 9390 * eshell/eshell.el (eshell-command): History should be saved
c02ee9d6
GM
9391 only in interactive use, to avoid error.
9392
af7b6078
SM
93932011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9394
9395 * minibuffer.el (completion-file-name-table): Fix last change,
9396 i.e. ignore normal errors but not the other ones.
9397
0563dae9
MR
93982011-10-10 Martin Rudalics <rudalics@gmx.at>
9399
9400 * window.el (special-display-buffer-names)
9401 (special-display-regexps): Remove some remnants of earlier
9402 changes from doc-strings.
366ca7f3
MR
9403 (quit-windows-on): New function.
9404
9405 * vc/vc.el (vc-revert, vc-rollback):
9406 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
9407 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
9ac13c31 9408 (Bug#6183) (Bug#7074) (Bug#7447)
0563dae9 9409
49677495
MR
94102011-10-09 Martin Rudalics <rudalics@gmx.at>
9411
9412 * window.el (frame-auto-hide-function): Add version tag.
9413 (Bug#9699)
9414
56f2d1e1
MA
94152011-10-09 Michael Albinus <michael.albinus@gmx.de>
9416
9417 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
9418 condition.
9419
112a6592
LL
94202011-10-09 Leo Liu <sdl.web@gmail.com>
9421
9422 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
9423 (Bug#9701)
9424
0812589b
GM
94252011-10-08 Glenn Morris <rgm@gnu.org>
9426
9427 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
9428 before the first code statement zero indent. (Bug#9690)
9429
b2b0776e
CY
94302011-10-08 Chong Yidong <cyd@stupidchicken.com>
9431
9432 * simple.el (count-words-region): Always count in the region.
9433 Report the number of lines and characters too.
9434 (count-words): New command, which counts in the buffer if the
9435 region is inactive, as count-words-region used to.
9436 (count-words--message): New function. Handle plurals.
9437 (count-lines-region): Make it an alias for count-words-region.
9438
9439 * bindings.el (esc-map): Replace count-lines-region with
9440 count-words-region.
9441
c557cd6b
MR
94422011-10-08 Martin Rudalics <rudalics@gmx.at>
9443
9444 * window.el (window--delete): Delete dedicated frame
9445 unconditionally when argument KILL is non-nil. (Bug#9699)
235ce86f 9446 (switch-to-buffer): Fix doc-string typo.
c557cd6b 9447
61a57ef4 94482011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9449
3a7d293b 9450 * eshell/eshell.el (eshell-command): Avoid using hooks.
61a57ef4 9451
c3833279
CY
94522011-10-07 Chong Yidong <cyd@stupidchicken.com>
9453
9454 * bindings.el ([M-left],[M-right]): Bind to left-word and
9455 right-word respectively.
9456
21ce8245
GM
94572011-10-07 Glenn Morris <rgm@gnu.org>
9458
9459 * cus-start.el (debug-on-quit): Fix custom type.
9460
6d823bb2
LMI
94612011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9462
0181e193
LMI
9463 * subr.el (define-key-after): Clarify that the function is not
9464 useful for non-menu keymaps.
9465
6d823bb2
LMI
9466 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
9467
8e3459ce 94682011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
9469
21ce8245 9470 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
8e3459ce 9471 in current minibuffer (Fix bug with recursive minibuffers).
9472
a1c2d21e
CY
94732011-10-06 Chong Yidong <cyd@stupidchicken.com>
9474
9475 * progmodes/gdb-mi.el (gdb): Doc fix.
9476
5a4cf282
MR
94772011-10-05 Martin Rudalics <rudalics@gmx.at>
9478
9479 * window.el (frame-auto-hide-function): New option replacing
9480 frame-auto-delete. Suggested by Stefan Monnier.
9481 (window--delete): Call frame-auto-hide-function instead of
9482 investigating frame-auto-delete.
c96111ea
MR
9483 (window-point-1, set-window-point-1): New functions.
9484 (window-in-direction, record-window-buffer, window-state-get-1)
9485 (display-buffer-record-window): Use window-point-1 instead of
9486 window-point.
9487 (set-window-buffer-start-and-point): Use set-window-point-1.
5a4cf282 9488
9854542e
SM
94892011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
9492
8943cfb0
GM
94932011-10-05 Glenn Morris <rgm@gnu.org>
9494
9495 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
9496 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
9497
647ab967
LL
94982011-10-05 Leo Liu <sdl.web@gmail.com>
9499
9500 * subr.el (read-char-choice): Fix argument to buffer-live-p which
9501 works with buffer object.
9502
3ddfbced
SM
95032011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9504
9505 * mpc.el (mpc-tool-bar-map): Add labels.
9506
bdfa5dd2
GM
95072011-10-04 Glenn Morris <rgm@gnu.org>
9508
9509 * calendar/holidays.el (calendar-check-holidays): Doc fix.
9510
0e2070b5
MR
95112011-10-04 Martin Rudalics <rudalics@gmx.at>
9512
9513 * window.el (window--delete): New function.
9514 (frame-auto-delete): Resuscitate option.
9515 (bury-buffer, replace-buffer-in-windows)
9516 (quit-window): Rewrite using window--delete.
9517 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
9518 Pass display-buffer-mark-dedicated to window--display-buffer-2
9519 (Bug#9639).
9520
3dc61a09
SM
95212011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9522
915a9b64
SM
9523 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
9524 returns a list (bug#9554). Add remote file name completion.
9525 * comint.el (comint--table-subvert): Curry and get quote&unquote
9526 functions as arguments.
9527 (comint--complete-file-name-data): Adjust call accordingly.
9528 * pcomplete.el (pcomplete--table-subvert): Remove.
9529 (pcomplete-completions-at-point): Use comint--table-subvert instead.
9530
3dc61a09
SM
9531 * minibuffer.el (completion-table-case-fold): Use currying.
9532 (completion--styles-type, completion--cycling-threshold-type):
9533 New constants.
9534 (completion-styles, completion-category-overrides)
9535 (completion-cycle-threshold): Use them.
9536 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
9537 completion-table-case-fold.
9538
8ea0a993
SB
95392011-10-03 Stephen Berman <stephen.berman@gmx.net>
9540
9541 * minibuffer.el (completion-category-overrides): Fix type of styles
9542 and add more user friendly tags (bug#9660).
9543
8c24b7f6
SM
95442011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
9547 (mule-input-method-string): New widget.
9548 (default-input-method, language-info-custom-alist): Use it.
9549
428fe61a
SM
95502011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9551
32c1fffd
SM
9552 * pcomplete.el: Require comint.
9553 (pcomplete--common-suffix): Remove.
9554 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
9555 (pcomplete--table-subvert): Sync with comint--table-subvert.
9556 (pcomplete--entries): Use comint-completion-file-name-table.
9557 * comint.el (comint-unquote-filename): Simplify.
9558 (comint-completion-file-name-table): New function (bug#9616).
9559 (comint--complete-file-name-data): Use it.
9560
428fe61a
SM
9561 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
9562 (pcmpl-gnu-tar-buffer): Remove.
9563 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
9aaf2b9c
GM
9564 around. Make sure pcomplete-suffix-list is only changed temporarily.
9565 Don't look inside the tar's file if it's too large.
428fe61a 9566
04c52e2f
CY
95672011-10-01 Chong Yidong <cyd@stupidchicken.com>
9568
ce3cefcc
CY
9569 * cus-edit.el (custom-mode-map):
9570 * epa.el (epa-key-list-mode-map):
9571 * man.el (Man-mode-map):
9572 * startup.el (splash-screen-keymap):
9573 * simple.el (special-mode-map): Use scroll-up-command and
9574 scroll-down-command.
9575
9576 * progmodes/idlw-help.el (idlwave-help-mode-map):
9577 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
9578 * net/newst-plainview.el (newsticker-mode-map):
9579 * emulation/ws-mode.el (wordstar-mode-map):
9580 * emulation/vi.el (vi-com-map):
9581 * calc/calc-graph.el (calc-graph-show-dumb):
9582 * term/sun.el (terminal-init-sun):
9583 * term/ns-win.el (global-map):
9584 * progmodes/grep.el (grep-mode-map):
9585 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
9586 * mail/rmail.el (rmail-mode-map):
9587 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
9588
04c52e2f
CY
9589 * custom.el (custom-safe-themes, load-theme): Treat value of t for
9590 custom-safe-themes as special.
9591
79adf8c8
JD
95922011-10-01 Julien Danjou <julien@danjou.info>
9593
9594 * notifications.el (notifications-notify): Fix docstring.
9595
63bd50d3
PS
95962011-10-01 Per Starbäck <per@starback.se>
9597
9598 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
9599
199e4c7e
MR
96002011-09-30 Martin Rudalics <rudalics@gmx.at>
9601
9602 * startup.el (command-line-1): Fix last fix by inserting
9603 initial-scratch-message into *scratch* before displaying it.
cbc5ee22 9604 (Bug#9605) and (Bug#9636)
199e4c7e 9605
fe5f08dd
EZ
96062011-09-29 Eli Zaretskii <eliz@gnu.org>
9607
9608 * simple.el (line-move): If auto-hscroll-mode is disabled and the
9609 window is hscrolled, move by logical lines. (Bug#9607)
9610 (line-move-visual): Update the doc string to the above effect.
9611
b5516bbd
MR
96122011-09-29 Martin Rudalics <rudalics@gmx.at>
9613
ccee00c0
MR
9614 * window.el (display-buffer-record-window): When WINDOW is the
9615 selected window use `point' instead of `window-point'. (Bug#9626)
9616
b5516bbd
MR
9617 * startup.el (command-line-1): Use insert-before-markers when
9618 inserting initial-scratch-message. (Bug#9605)
ccee00c0 9619
b5516bbd
MR
9620 * help.el (help-window): Remove variable.
9621
52aa0014
GM
96222011-09-29 Glenn Morris <rgm@gnu.org>
9623
9624 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
9625
df9a7357
JB
96262011-09-29 Juanma Barranquero <lekktu@gmail.com>
9627
9628 * descr-text.el (describe-char-categories): Accept category
9629 descriptions more than one line long.
9630
a8406c20
SM
96312011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9632
88d9610c
SM
9633 * simple.el (delete-trailing-whitespace): Fix last change.
9634
a5daf810
SM
9635 * progmodes/perl-mode.el (perl-syntax-propertize-function):
9636 Don't confuse "y => 3" as the beginning of a `y' operation.
9637
a8406c20
SM
9638 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
9639 object has more than 4 slots (bug#9613).
9640
a239d4e9
JB
96412011-09-28 Juanma Barranquero <lekktu@gmail.com>
9642
9643 * subr.el (with-output-to-temp-buffer):
9644 * net/quickurl.el (quickurl, quickurl-browse-url):
9645 Fix typos in docstrings.
9646
693fbdb6
EZ
96472011-09-27 Eli Zaretskii <eliz@gnu.org>
9648
9649 * minibuffer.el (completion-styles)
9650 (completion-category-overrides): Cross reference each other in doc
9651 strings.
9652
8b457e28
GM
96532011-09-27 Glenn Morris <rgm@gnu.org>
9654
9655 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
9656 to split-string. (Bug#9606)
9657
85a16208
LMI
96582011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
9659
9660 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
9661 (bug#9615).
9662
502f9ebd
CY
96632011-09-27 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * emacs-lisp/package.el (list-packages): Fix echo area message.
9666
7690bdea
LL
96672011-09-27 Leo Liu <sdl.web@gmail.com>
9668
9669 * ido.el (ido-read-internal): Accept cons cell HIST arg.
9670
e2ee6f30
MA
96712011-09-25 Michael Albinus <michael.albinus@gmx.de>
9672
9673 * net/dbus.el (dbus-unregister-object): Don't release services for
9674 registered signals. (Bug#9581)
9675
f3f98342
TZ
96762011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
9677
9678 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
9679 function that picks between cfengine 2 and 3 support
9680 automatically. Update docs accordingly.
9681
dd7aa8dd
KH
96822011-09-22 Kenichi Handa <handa@m17n.org>
9683
9684 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
9685 ZERO.
9686 (indian-itrans-v5-table-for-tamil): New variable.
9687 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
9688
3f2b07f8
KM
96892011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
9690
9691 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
9692 that's true if the current command involved collapsing of text.
9693 It's reset to false at the beginning of the next command.
9694 (allout-post-command-business): Move the cursor to the beginning
9695 of entry if the cursor is hidden and collapsing activity just
9696 happened.
9697
371d6a61
CY
96982011-09-24 Chong Yidong <cyd@stupidchicken.com>
9699
9700 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
9701 tracking (Bug#9541).
9702
2ac2721a
UJ
97032011-09-24 Ulf Jasper <ulf.jasper@web.de>
9704
9705 * net/newst-reader.el (newsticker-html-renderer)
1154d12e
JB
9706 (newsticker-show-news): Automatically load html rendering package
9707 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
9708 because w3m-fill-column is let-bound" and the error "Symbol's value
9709 as variable is void: w3m-fill-column".
2ac2721a 9710
fac7ae53
MA
97112011-09-24 Michael Albinus <michael.albinus@gmx.de>
9712
9713 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
9714 Release services only if they are defined. (Bug#9581)
9715
e08b633b
RS
97162011-09-23 Richard Stallman <rms@gnu.org>
9717
e488d29c
RS
9718 * textmodes/paragraphs.el (forward-sentence): For backwards case,
9719 distinguish start of paragraph from start of its text.
9720
19c38752
RS
9721 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
9722
e08b633b
RS
9723 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
9724 (rmail-generate-viewer-buffer): Put that hook on view buffer.
9725 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
9726
0a39f27e
AS
97272011-09-23 Andreas Schwab <schwab@linux-m68k.org>
9728
9729 * international/mule-diag.el (mule-diag): Insert a newline after
9730 each fontset description.
9731
db4e950d
SM
97322011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9733
9734 * simple.el (delete-trailing-whitespace):
9735 Document last change; simplify.
9736
eca3f3ea
PW
97372011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
9738
d68e189a
PW
9739 * simple.el (delete-trailing-whitespace): Also delete
9740 extra newlines at the end of the buffer.
9741
eca3f3ea
PW
9742 * textmodes/picture.el: Make motion commands obey shift-select-mode.
9743 (picture-newline): Use forward-line so as to ignore fields.
9744
01c157cc
SM
97452011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9747 * subr.el (with-wrapper-hook): Fix edebug spec.
9748
022de23e
LMI
97492011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9750
9751 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
9752 (bug#4538).
9753
91683089
MA
97542011-09-23 Michael Albinus <michael.albinus@gmx.de>
9755
eca3f3ea
PW
9756 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
9757 Fix nasty bug using wrong cached values.
91683089 9758
5bdd6fa4
AM
97592011-09-23 Alan Mackenzie <acm@muc.de>
9760
9761 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
9762
97adfb97
CY
97632011-09-23 Chong Yidong <cyd@stupidchicken.com>
9764
9765 * window.el (pop-to-buffer): Ensure right window is selected if we
9766 chose another frame.
9767
d4ef2b50
EZ
97682011-09-22 Eli Zaretskii <eliz@gnu.org>
9769
9770 * simple.el (what-cursor-position): Use get-char-property-change
9771 and next-single-char-property-change, to be able to show display
9772 properties that come from overlays as well as text properties.
9773
72258fe5
CY
97742011-09-22 Chong Yidong <cyd@stupidchicken.com>
9775
9776 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
9777
9778 * cmuscheme.el (run-scheme, switch-to-scheme):
9779 * cus-edit.el (customize-group, custom-buffer-create)
9780 (customize-browse):
9781 * info.el (info):
9782 * shell.el (shell):
9783 * mail/sendmail.el (mail):
9784 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
9785
8f098516
RS
97862011-09-22 Richard Stallman <rms@gnu.org>
9787
9788 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
9789 move back only to line beg, don't move back over blank lines.
9790
e74f1bb6
MA
97912011-09-22 Michael Albinus <michael.albinus@gmx.de>
9792
9793 * files.el (copy-directory): Set directory attributes only in case
9794 they could be retrieved from the source directory. (Bug#9565)
9795
bfeef8b6
DK
97962011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
9797
9798 * progmodes/hideshow.el (hs-looking-at-block-start-p)
9799 (hs-find-block-beginning, hs-hide-level-recursive):
9800 Ignore strings as well as comments. (Bug#9502)
9801
7e423bb8
AS
98022011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
9803
9804 * progmodes/sql.el (sql-comint-postgres):
9805 Convert port number to a string. (Bug#9566)
9806
b4d72fcf
MR
98072011-09-22 Martin Rudalics <rudalics@gmx.at>
9808
9809 * window.el (quit-window): Undedicate window when switching to
9810 previous buffer. Reported by Thierry Volpiatto
9811 <thierry.volpiatto@gmail.com>.
7f80c86d
MR
9812 (special-display-popup-frame): When popping up a new frame reset
9813 its previous buffers to nil. Simplify code.
b4d72fcf 9814
a7b88dc6
MA
98152011-09-21 Michael Albinus <michael.albinus@gmx.de>
9816
9817 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
9818 and process filter, as done also in `shell-command'.
9819
cf4eacfd
MR
98202011-09-21 Martin Rudalics <rudalics@gmx.at>
9821
eca3f3ea 9822 * window.el (set-window-buffer-start-and-point):
1154d12e
JB
9823 Call set-window-start with NOFORCE argument t.
9824 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
cf4eacfd
MR
9825 (quit-window): Reword doc-string. Handle new format of
9826 quit-restore parameter. Don't delete window if it has a
9827 previous buffer we can show instead of the present one.
9828 (display-buffer-record-window): Rewrite using a new format for
9829 the quit-restore window parameter
9830 (special-display-popup-frame, display-buffer-same-window)
9831 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9832 (display-buffer-pop-up-window, display-buffer-use-some-window):
9833 Adapt symbol passed to display-buffer-record-window.
9834 * help.el (help-window-setup): Handle new format of quit-restore
9835 parameter.
9836
8d28cb95
SM
98372011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9838
94ab793f
SM
9839 * faces.el (face-list): Fix docstring (bug#9564).
9840
8d28cb95
SM
9841 * window.el (display-buffer--action-function-custom-type):
9842 Don't include internal functions in the Custom interface.
9843
3820edeb
JL
98442011-09-20 Juri Linkov <juri@jurta.org>
9845
9846 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
9847 (Info-forward-node, Info-backward-node, Info-next-preorder)
9848 (Info-last-preorder): Use it. (Bug#9528)
9849
5147931d
JL
98502011-09-20 Juri Linkov <juri@jurta.org>
9851
9852 * info.el (Info-last-preorder): Visit last menu item only when
9853 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
9854
cf499a1a
JD
98552011-09-20 Julien Danjou <julien@danjou.info>
9856
9857 * password-cache.el (password-cache-remove): Remove entries even if the
9858 value is nil, so that password with a nil value (negative caching) is
9859 possible to invalidate.
9860
f84e2fe2
LM
98612011-09-20 Lawrence Mitchell <wence@gmx.li>
9862
9863 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
9864 all whitespace around breakpoint. (Bug#9553)
9865 (f90-find-breakpoint): Only break at whitespace inside a comment.
9866
78054a46
SM
98672011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * minibuffer.el (completion-file-name-table): Keep track of errors.
9870 (completion-table-with-predicate): Handle the case where pred1 is nil.
9871 * pcomplete.el (pcomplete-completions-at-point): Simplify.
9872
345083b2
SM
98732011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9874
e24e27be
SM
9875 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
9876 (debugger-return-value): Signal an error if the debugging context does
9877 not await any return value.
9878
345083b2
SM
9879 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
9880 * image-mode.el (image-toggle-display-text)
9881 (image-toggle-display-image): Stay away from evil `intangible'.
9882
08d355e3
LL
98832011-09-19 Leo Liu <sdl.web@gmail.com>
9884
9885 * replace.el (occur-revert-arguments): Make it permanent-local.
9886 (occur-mode): Don't call font-lock-defontify.
9887
f01da43f
CY
98882011-09-19 Chong Yidong <cyd@stupidchicken.com>
9889
9890 * net/ldap.el (ldap-search-internal): Don't push empty search
9891 result (Bug#9508).
9892
b6072fa6
SM
98932011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
9896
443d6696
MA
98972011-09-19 Michael Albinus <michael.albinus@gmx.de>
9898
9899 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
9900 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
9901
7cc6e154
JL
99022011-09-18 Juri Linkov <juri@jurta.org>
9903
9904 * buff-menu.el (Buffer-menu-mode-map):
9905 * dired.el (dired-mode-map):
9906 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
9907 (lisp-interaction-mode-map):
9908 * emacs-lisp/package.el (package-menu-mode-map):
9909 * epa.el (epa-key-list-mode-map):
9910 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
9911 (menu-bar-options-menu):
9912 * outline.el (outline-mode-menu-bar-map):
9913 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
9914 * vc/vc-dir.el (vc-dir-menu-map):
9915 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
9916 Capitalize non-function content words in menu item strings.
9917
9918 * dired.el (dired-mode-map): Add menu item for
9919 `image-dired-dired-toggle-marked-thumbs'.
9920
80302a81
JL
99212011-09-18 Juri Linkov <juri@jurta.org>
9922
9923 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
9924 to `isearch-case-fold-search' and restore its original value
9925 after the `isearch-mode' call.
9926
46c5cf66
JL
99272011-09-18 Juri Linkov <juri@jurta.org>
9928
9929 * progmodes/grep.el (grep-process-setup): Don't check code for 1
9930 because `zgrep' returns 1 for successful matches (bug#9226).
9931
d18b513b
JL
99322011-09-18 Juri Linkov <juri@jurta.org>
9933
9934 * info.el (Info-extract-menu-node-name): Check the second match
9935 for empty string (second test-case of bug#9528).
9936 (Info-last-preorder): Let-bind `Info-history' to nil to not add
9937 intermediate nodes to the history (first test-case of bug#9528).
9938
72753f87
JL
99392011-09-18 Juri Linkov <juri@jurta.org>
9940
9941 * info.el (Info-mode-syntax-table): New variable.
1154d12e 9942 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
72753f87 9943
c9384295
JL
99442011-09-18 Juri Linkov <juri@jurta.org>
9945
1154d12e
JB
9946 * info.el (Info-file-supports-index-cookies):
9947 Increment line-beginning-position's arg from 3 to 4 because makeinfo
9948 outputs one more line for long file names (bug#4142).
c9384295 9949
d473dce8
CY
99502011-09-18 Chong Yidong <cyd@stupidchicken.com>
9951
9952 * newcomment.el (comment-normalize-vars): If prompting for
9953 comment-start, set comment-start-skip too (Bug#8424).
9954
2176854d
JB
99552011-09-18 Johan Bockgård <bojohan@gnu.org>
9956
9957 * icomplete.el: Fix previous fix of Bug#5849.
9958 (icomplete-mode): Don't set completion-show-inline-help.
9959 (icomplete-minibuffer-setup): Set completion-show-inline-help
9960 locally during icompletion.
9961
3aace4e4
CY
99622011-09-18 Chong Yidong <cyd@stupidchicken.com>
9963
c940224f
CY
9964 * woman.el (woman2-process-escapes): Don't delete unrecognized
9965 escapes (Bug#7843).
9966
3aace4e4
CY
9967 * files.el (inhibit-first-line-modes-regexps): Add image files.
9968 (hack-local-variables-prop-line): Return nil for malformed
9969 prop-lines (Bug#9044).
9970
710dec63
MA
99712011-09-18 Michael Albinus <michael.albinus@gmx.de>
9972
9973 * net/tramp.el (top): Don't require 'shell.
9974 (tramp-methods): Fix docstring.
9975 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
8d28cb95
SM
9976 Return complete remote file name. Handle "smb" case.
9977 Use `tramp-tmpdir', if defined for the respective method.
710dec63
MA
9978 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
9979
9980 * net/tramp-compat.el (top): Require 'shell.
9981
9982 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9983 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
9984 `tramp-current-host'.
9985 (tramp-get-remote-tmpdir): Remove.
9986
9987 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
9988 `tramp-tmpdir' entries.
9989 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
9990 (tramp-smb-handle-file-attributes): Ignore errors.
9991 (tramp-smb-wait-for-output): Check also for process end.
9992
5d5ac8ec
LMI
99932011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9994
9995 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
9996 when sending QUIT (bug#9312).
9997
8c0f49f0
CY
99982011-09-17 Chong Yidong <cyd@stupidchicken.com>
9999
10000 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
10001 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
10002 occur-mode-display-occurrence.
10003 (occur-edit-mode): Add usage message.
10004 (occur-cease-edit): New command.
10005 (occur-after-change-function): Use text properties to find the
10006 position of the prefix text.
10007 (occur-engine): Set stickiness of prefix text properties.
10008
8f1383f7
GM
100092011-09-17 Glenn Morris <rgm@gnu.org>
10010
10011 * progmodes/etags.el (complete-tag):
10012 Fix call to completion-in-region. (Bug#9526)
10013
744ba0e3
JL
100142011-09-17 Juri Linkov <juri@jurta.org>
10015
10016 * textmodes/ispell.el (ispell-word): Add to the error message
10017 the word, ispell program name and current dictionary (bug#9121).
10018 (ispell-tex-arg-end): Capitalize "error" in the error message.
10019
d9bbf400
AS
100202011-09-17 Andreas Schwab <schwab@linux-m68k.org>
10021
10022 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
10023 check. (Bug#4251)
10024
8da11505
JL
100252011-09-17 Juri Linkov <juri@jurta.org>
10026
10027 * window.el (window-safe-min-height, window-safe-min-width):
10028 Fix typos (followup to bug#9522).
10029
a91adc7e
SJ
100302011-09-17 Sven Joachim <svenjoac@gmx.de>
10031
10032 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
10033
064f328a
EZ
100342011-09-16 Eli Zaretskii <eliz@gnu.org>
10035
10036 * simple.el (line-move): If goal-column is set, move by logical
10037 lines, not by display lines. (Bug#971)
10038 (next-line, previous-line, goal-column, line-move-visual): Doc fix
10039 to reflect the above change.
10040
e69df516
SM
100412011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * image.el (imagemagick-register-types): Use regexp-opt.
10044
cbb0f9ab
CY
100452011-09-15 Chong Yidong <cyd@stupidchicken.com>
10046
10047 * window.el (display-buffer-base-action): Rename from
10048 display-buffer-default-action. Make default value empty.
10049 (display-buffer-overriding-action): Convert to defvar.
10050 (display-buffer-fallback-action): New var.
10051
25322144
CY
100522011-09-15 Chong Yidong <cyd@stupidchicken.com>
10053
10054 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
10055 declaration.
10056 (package--add-to-archive-contents): If there is a duplicate entry
10057 with an older version, remove it.
10058 (package-menu-mark-delete, package-menu-mark-install)
10059 (package-menu-mark-unmark): Make unused args optional.
e69df516
SM
10060 (package-menu-mark-obsolete-for-deletion):
10061 Use package-menu-get-status instead of a regexp search.
25322144
CY
10062 (package-menu-get-status): Use tabulated-list-entry.
10063 (package-menu-mark-upgrades): New command.
d770725a 10064 (package-menu-mode-map): Bind it to U. Add it to menu bar.
25322144
CY
10065 (package-menu-execute): Do installation before deletion.
10066 (package-menu-refresh, package-menu-execute): Use derived-mode-p
10067 instead of checking major-mode.
10068 (package-menu--find-upgrades): New function.
10069
7520339c
LMI
100702011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10071
10072 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
10073 passwords in the log buffer.
65a046c4
LMI
10074 (smtpmail-process-filter): Update the process marker so that the
10075 "broken by peer" status message is inserted in the right place.
7520339c 10076
d3c30954
SM
100772011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10078
3fe48822
SM
10079 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
10080 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
10081 bibtex-completion-at-point-function.
10082 (bibtex-completion-at-point-function): Use them.
10083
1b8b3954
SM
10084 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
10085
d3c30954
SM
10086 * mpc.el (mpc-constraints-tag-lookup): New function.
10087 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
10088 also to browser "album|playlist".
10089
72779976
JL
100902011-09-14 Juri Linkov <juri@jurta.org>
10091
10092 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
10093 (isearch-edit-string): Use length of `isearch-string' when
10094 `isearch-fail-pos' returns nil.
10095 (isearch-message): Remove duplicate code and call
10096 `isearch-fail-pos' with arg `t'.
10097
a0bf2bcd
CY
100982011-09-14 Chong Yidong <cyd@stupidchicken.com>
10099
17bb0a2d
CY
10100 * replace.el (occur-mode-goto-occurrence): Don't force using other
10101 window (Bug#9499).
10102
a0bf2bcd
CY
10103 * dired-aux.el (dired-do-chmod): Don't provide initial input.
10104
f678e0b6
MR
101052011-09-14 Martin Rudalics <rudalics@gmx.at>
10106
10107 * window.el (display-buffer-window): Remove.
10108 (display-buffer-record-window): Use help-setup window parameter
10109 instead of variable display-buffer-window.
10110 (display-buffer-function, special-display-buffer-names)
10111 (special-display-function): Mention help-setup parameter instead
10112 of display-buffer-window in doc-string.
d3c30954
SM
10113 * help.el (help-window-setup): New argument help-window.
10114 Use help-window-setup parameter instead of display-buffer-window.
f678e0b6
MR
10115 Reword some messages.
10116 (with-help-window): Pass window used for displaying the buffer
10117 to help-window-setup. Don't set display-buffer-window.
10118
8e39b2e8
GM
101192011-09-13 Glenn Morris <rgm@gnu.org>
10120
10121 * emacs-lisp/debug.el (debugger-make-xrefs):
10122 Preserve point. (Bug#9462)
10123
85e9c04b
CY
101242011-09-13 Chong Yidong <cyd@stupidchicken.com>
10125
10126 * window.el (window-deletable-p): Use next-frame.
10127
1b36ed6a
MR
101282011-09-13 Martin Rudalics <rudalics@gmx.at>
10129
10130 * window.el (window-auto-delete): Remove.
10131 (window-deletable-p): Remove argument FORCE. Don't deal with
e4769531 10132 dedication and previous buffers.
1b36ed6a
MR
10133 (switch-to-prev-buffer): Don't delete window.
10134 (delete-windows-on): Delete a window's frame if and only if the
10135 window is dedicated.
10136 (replace-buffer-in-windows): Delete buffer's window or frame if
10137 and only if window is dedicated.
10138 (quit-window): Handle quit-restore as before last change.
4d61f28d 10139 (bury-buffer): Delete window only if window-deletable-p returns t.
1b36ed6a 10140
ef8ef9fb
CY
101412011-09-13 Chong Yidong <cyd@stupidchicken.com>
10142
10143 * window.el (window-deletable-p): Never delete the last frame on a
10144 given terminal.
10145
b2cba41e
GM
101462011-09-13 Glenn Morris <rgm@gnu.org>
10147
10148 * help.el (describe-key-briefly): Copy previous standard-output change.
10149
51553db6 101502011-09-13 PJ Weisberg <pj@irregularexpressions.net>
e3ce671f
PW
10151
10152 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
10153
b7556719
GM
101542011-09-13 Glenn Morris <rgm@gnu.org>
10155
10156 * emacs-lisp/lisp-mode.el (lisp-indent-function):
10157 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
10158
64b51947
CY
101592011-09-12 Chong Yidong <cyd@stupidchicken.com>
10160
10161 * dired-aux.el (dired-mark-read-string): Don't return default
10162 value on empty input (Bug#9361).
10163 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
10164 Omit initial minibuffer contents.
10165 (dired-do-chmod): Signal an error on empty input.
10166 (dired-mark-read-string): Don't return default on empty input.
10167
10168 * files.el (file-modes-symbolic-to-number): Doc fix.
10169
393a301e
SM
101702011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * international/mule-cmds.el (ucs-completions): Remove.
10173 (read-char-by-name): Use complete-with-action instead; add metadata.
10174
fa5660f9
CY
101752011-09-11 Chong Yidong <cyd@stupidchicken.com>
10176
10177 * window.el (display-buffer--action-function-custom-type)
10178 (display-buffer--action-custom-type): New vars.
10179 (display-buffer-alist, display-buffer-default-action)
10180 (display-buffer-overriding-action): Add defcustom types.
10181
4a592f66
CY
10182 * frame.el (delete-other-frames): Doc fix (Bug#276).
10183
73d56dbd
LMI
101842011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10185
10186 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
10187
37ac18a3
CY
101882011-09-11 Chong Yidong <cyd@stupidchicken.com>
10189
10190 Change modes that used same-window-* vars to use switch-to-buffer.
10191
10192 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
10193 Use switch-to-buffer.
10194
10195 * cus-edit.el (customize-group, custom-buffer-create)
393a301e
SM
10196 (customize-browse, custom-buffer-create-other-window):
10197 Use switch-to-buffer or switch-to-buffer-other-window.
37ac18a3
CY
10198
10199 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
10200 (Info-prev, Info-up, Info-speedbar-goto-node)
10201 (info-display-manual): Use switch-to-buffer.
10202 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
10203
10204 * mail/sendmail.el (mail): Use switch-to-buffer.
10205 (mail-recover): Use switch-to-buffer-other-window.
10206
10207 * cmuscheme.el (run-scheme, switch-to-scheme):
10208 * ielm.el (ielm):
10209 * shell.el (shell):
10210 * net/rlogin.el (rlogin):
10211 * net/telnet.el (telnet, rsh):
10212 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
10213
10195bd6
AS
102142011-09-11 Andreas Schwab <schwab@linux-m68k.org>
10215
10216 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
10217
b322f63a
LMI
102182011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10219
39d7fed6
LMI
10220 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
10221 so don't mention it (bug#9301).
ba5a81f1 10222 (dired-sort-toggle-or-edit): Clarify string further.
39d7fed6 10223
ee0e9f11
LMI
10224 * faces.el (face-spec-set-match-display): Make `(type graphic)'
10225 match `x', `w32' and `ns', like the manual says (bug#9029).
10226
0b1c89c1 10227 * subr.el (eval-after-load): Doc string clarification (bug#9125).
da9fcb93
LMI
10228 (process-kill-buffer-query-function): Mention the buffer name in
10229 the query.
0b1c89c1 10230
77549ea8
LMI
10231 * image-mode.el (image-next-line): The line parameter is mandatory
10232 (bug#9258).
10233
803ef892
LMI
10234 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
10235 which can be useful (bug#9301).
10236
12980837
LMI
10237 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
10238
91054f8f
LMI
10239 * subr.el (match-string): Mention that the current buffer should
10240 be the same as the search was done in (bug#9282).
10241
b322f63a
LMI
10242 * facemenu.el: Disable the remove-* commands if the mark isn't
10243 active (bug#9162).
10244
3199b96f
CY
102452011-09-10 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
10248 of display-buffer.
10249 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
10250
10251 * replace.el (occur-mode-goto-occurrence)
10252 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
10253 and display-buffer.
10254
10255 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
10256 display-buffer.
10257
10258 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
10259 special-display and same-window variables.
10260 (mail-other-window): Use switch-to-buffer-other-window.
10261 (mail-other-frame): USe switch-to-buffer-other-frame.
10262
393a301e
SM
10263 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
10264 Use display-buffer-other-frame.
3199b96f
CY
10265 (gdb-display-gdb-buffer): Use pop-to-buffer.
10266
10267 * progmodes/gud.el (gud-goto-info): Use info-other-window.
10268
10269 * progmodes/python.el: Don't set same-window-buffer-names.
10270
10271 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
10272
10273 * window.el (display-buffer-alist): Add *Python*.
10274
8319e0bf
CY
102752011-09-10 Chong Yidong <cyd@stupidchicken.com>
10276
10277 * window.el (display-buffer-alist): Add entry for buffers
10278 previously handled same-window-*.
10279 (display-buffer-alist, display-buffer-default-action)
10280 (display-buffer-overriding-action): Mark as risky.
10281 (display-buffer-alist): Document action function changes.
10282 (display-buffer--same-window-action)
10283 (display-buffer--other-frame-action): New variables.
10284 (switch-to-buffer, display-buffer-other-frame): Use them.
10285 (display-buffer): Rename reuse-frame entry to reusable-frames.
10286 (display-buffer-reuse-selected-window): Function deleted.
10287 (display-buffer-reuse-window): Handle reusable-frames alist entry.
10288 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
10289 (display-buffer-special): New function.
10290 (display-buffer--maybe-pop-up-frame-or-window): Rename from
10291 display-buffer-reuse-or-pop-window. Split off special-display
10292 part into display-buffer-special.
10293 (display-buffer-use-some-window): Don't perform any special
10294 pop-up-frames handling.
10295 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
393a301e 10296 (display-buffer--maybe-same-window): Rename from
0d3ff375 10297 display-buffer-maybe-same-window.
8319e0bf 10298
919a69aa
CY
10299 * info.el: Don't set same-window-regexps.
10300 (info-setup): New function.
10301 (info-other-window, info): Call it.
10302
10303 * cus-edit.el: Don't set same-window-regexps.
10304 (customize-group): New argument.
10305 (customize-group-other-window): Use it.
10306 (customize-face, customize-face-other-window): Likewise.
10307 (custom-buffer-create-other-window): Use pop-to-buffer directly.
10308
8319e0bf
CY
10309 * net/rlogin.el:
10310 * net/telnet.el:
10311 * progmodes/gud.el: Don't set same-window-regexps.
10312
10313 * cmuscheme.el:
10314 * ielm.el:
10315 * shell.el:
10316 * mail/sendmail.el:
10317 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
10318
25173000
JL
103192011-09-10 Juri Linkov <juri@jurta.org>
10320
10321 * isearch.el (isearch-edit-string): Remove obsolete mention of
10322 `C-w' (`isearch-yank-word-or-char') from docstring.
10323 (isearch-query-replace): Fix typo in docstring (bug#9466).
10324
056e44ef
JL
103252011-09-10 Juri Linkov <juri@jurta.org>
10326
10327 * paren.el (show-paren-function): Don't show escaped parens.
10328 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
10329
c3760c17
EZ
103302011-09-10 Eli Zaretskii <eliz@gnu.org>
10331
10332 * mail/sendmail.el (mml-to-mime, mml-attach-file)
10333 (mm-default-file-encoding): Remove autoload forms, they are
10334 replaced with autoload cookies in mml.el and mm-encode.el.
10335 (mail-add-attachment): New command.
10336 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
10337 (mail-mode): Mention mail-insert-file and mail-add-attachment in
10338 the doc string.
10339 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
10340
fece895e
RT
103412011-09-10 Reuben Thomas <rrt@sc3d.org>
10342
e69df516
SM
10343 * simple.el (count-words-region): Use buffer if there's no region
10344 (bug#9429).
fece895e 10345
5e68ce4a
JL
103462011-09-09 Juri Linkov <juri@jurta.org>
10347
10348 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
10349 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
10350 (wdired-isearch-filter-read-only): New function. (Bug#6362)
10351
0a6b9622
AM
103522011-09-09 Alan Mackenzie <acm@muc.de>
10353
10354 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
10355 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
10356
14a29deb
EZ
103572011-09-09 Eli Zaretskii <eliz@gnu.org>
10358
10359 Fix for Savannah bug#9392.
10360 * simple.el (mail-encode-mml): New defvar.
10361
10362 * mail/rmail.el (mail-encode-mml): Add a defvar.
10363 (rmail-enable-mime-composing): Default to t.
10364 (rmail-forward): Use MIME method of forwarding only if both
10365 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
10366 Set mail-encode-mml non-nil if the MIME method was used.
10367
10368 * mail/sendmail.el (mml-to-mime): Add autoload form.
10369 (mail-encode-mml): Add a defvar.
10370 (mail-mode): Make mail-encode-mml buffer-local and initialize it
10371 to nil.
10372 (mail-send): If mail-encode-mml is non-nil, run the outgoing
10373 message through mml-to-mime, and reset mail-encode-mml to nil.
10374
28c45130
GM
103752011-09-09 Glenn Morris <rgm@gnu.org>
10376
10377 * woman.el (woman-if-body): When processing an .el block,
10378 do not delete the next .el block as well. (Bug#9447)
69f4b618 10379 (woman-special-characters): Add oq, cq, and hy characters.
28c45130 10380
9b1c252e
MR
103812011-09-08 Martin Rudalics <rudalics@gmx.at>
10382
10383 * window.el (window-deletable-p): Make sure window is live before
10384 invoking window-prev-buffers.
10385
567457e3
LL
103862011-09-08 Leo Liu <sdl.web@gmail.com>
10387
10388 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
10389
97f05794
JL
103902011-09-08 Juri Linkov <juri@jurta.org>
10391
10392 * progmodes/compile.el (compilation-environment): Make it
10393 a defcustom (bug#8340).
10394
8b0874b5
MR
103952011-09-08 Martin Rudalics <rudalics@gmx.at>
10396
10397 * window.el (frame-auto-delete): Rename to window-auto-delete.
10398 Make it control auto-deletion of windows and/or frames.
10399 (window-deletable-p): New argument FORCE. Rewrite conditions
5e617bc2 10400 for deleting window/frame. (Bug#9419)
8b0874b5
MR
10401 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
10402 Rewrite handling of case when window/frame can be deleted.
10403 (delete-windows-on): Call window-deletable-p with new FORCE
5e617bc2 10404 argument t. (Bug#9456)
8b0874b5 10405
4feb6e73
CY
104062011-09-07 Chong Yidong <cyd@stupidchicken.com>
10407
10408 * help-mode.el (help-mode): Restore autoload.
10409
91ab9c13
JL
104102011-09-07 Juri Linkov <juri@jurta.org>
10411
10412 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
10413 `compilation-environment'. Set buffer-local
10414 `compilation-environment' to `thisenv' later after (funcall mode).
10415 (Bug#8340)
10416
10417 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
10418 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
10419 instead of replacing its value. (Bug#8340)
10420
0527e251
JL
104212011-09-07 Juri Linkov <juri@jurta.org>
10422
10423 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
10424 based on text properties put by `grep-filter' instead of matching
10425 escape sequences.
10426 (grep-mode): Set buffer-local `compilation-error-screen-columns'
10427 to the value of `grep-error-screen-columns' (bug#9438).
10428
249f792c
JL
104292011-09-07 Juri Linkov <juri@jurta.org>
10430
10431 * simple.el (next-error-highlight, next-error-highlight-no-select):
10432 Doc fix (bug#9432).
10433
ff7271b9
OT
104342011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
10435
10436 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
10437 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
10438
183fc730
LL
104392011-09-07 Leo Liu <sdl.web@gmail.com>
10440
10441 * net/rcirc.el (rcirc-mode): Conditionally initialize
10442 rcirc-input-ring.
10443
77694924
SM
104442011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * emacs-lisp/find-func.el (find-function-C-source): Only set
10447 find-function-C-source-directory after checking that we found a source
10448 file there (bug#9440).
10449
d809b8eb
AM
104502011-09-06 Alan Mackenzie <acm@muc.de>
10451
10452 * isearch.el (isearch-other-meta-char): Wherever a key list is
10453 unread, "unread" the prefix arg, too. This fixes bug #8901.
10454
453de99f
OG
104552011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
10456
10457 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
10458
90439906
JL
104592011-09-05 Juri Linkov <juri@jurta.org>
10460
10461 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
10462
f62bd846
JL
104632011-09-05 Juri Linkov <juri@jurta.org>
10464
10465 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
10466 keeping point where processing of grep matches begins, and
10467 continue to delete remaining escape sequences from the same point.
10468 (grep-filter): Make leading zero optional in "0?1;31m" because
10469 git-grep emits "\033[1;31m" escape sequences unlike expected
10470 "\033[01;31m" as GNU Grep does (bug#9408).
10471 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
10472
045820ec
JL
104732011-09-05 Juri Linkov <juri@jurta.org>
10474
10475 * subr.el (y-or-n-p): Capitalize "yes".
10476
f5e29b9b
MA
104772011-09-04 Michael Albinus <michael.albinus@gmx.de>
10478
10479 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
10480 `tramp-cache-unload-hook' where appropriate.
10481 (tramp-methods): Rename `tramp-remote-sh' to
10482 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
10483 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
10484
10485 * net/tramp-sh.el (top): Don't require 'shell.
10486 (tramp-methods): Add `tramp-remote-shell' and
10487 `tramp-remote-shell-args' entries.
10488 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
10489 (tramp-sh-handle-shell-command): Remove.
10490 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
10491 Use `tramp-remote-shell'.
10492
2784c434
CY
104932011-09-03 Chong Yidong <cyd@stupidchicken.com>
10494
393a301e 10495 * mail/sendmail.el (sendmail-query-once-function): Delete.
2784c434
CY
10496 (sendmail-query-once): Save directly to send-mail-function.
10497 Update message-send-mail-function too.
10498
10499 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
10500
464cdf56
CS
105012011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10502
10503 * progmodes/python.el (python-mode-map): Use correct function to
10504 start python interpreter from menu-bar (as reported by Geert
10505 Kloosterman).
10506 (inferior-python-mode-map): Fix typo.
393a301e 10507 (python-shell-map): Remove.
464cdf56 10508
d37e5c87
DD
105092011-09-03 Deniz Dogan <deniz@dogan.se>
10510
10511 * net/rcirc.el (rcirc-print): Simplify code for
10512 rcirc-scroll-show-maximum-output. There is no need to walk
10513 through all windows to find the right one.
10514
f3ada0ee
CS
105152011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
10516
10517 * help.el (help-return-method): Doc fix.
10518
1f3c99ca
MR
105192011-09-03 Martin Rudalics <rudalics@gmx.at>
10520
10521 * window.el (window-deletable-p): Don't return a non-nil value
10522 when there's a buffer that was shown in the window before.
10523 (Bug#9419)
393a301e
SM
10524 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
10525 Set window's previous buffers to nil.
1f3c99ca 10526
a3cf097f
EZ
105272011-09-03 Eli Zaretskii <eliz@gnu.org>
10528
10529 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
10530 newline before and after the tag line, so it doesn't interfere
10531 with determining the paragraph direction of bidirectional text.
10532
3d03de90
LL
105332011-09-03 Leo Liu <sdl.web@gmail.com>
10534
10535 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
10536
c3313451
CY
105372011-09-02 Chong Yidong <cyd@stupidchicken.com>
10538
393a301e 10539 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
c3313451
CY
10540 (pop-to-buffer): Change interactive spec. Pass second argument
10541 directly to display-buffer.
10542 (display-buffer): Fix interactive spec. Use functionp to
10543 distinguish between a function and a list of functions.
10544
10545 * abbrev.el (edit-abbrevs):
10546 * arc-mode.el (archive-extract):
10547 * autoinsert.el (auto-insert):
10548 * bookmark.el (bookmark-bmenu-list):
10549 * files.el (find-file):
10550 * view.el (view-buffer):
10551 * progmodes/compile.el (compilation-goto-locus):
10552 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
10553
89894cd8
CY
105542011-09-02 Chong Yidong <cyd@stupidchicken.com>
10555
10556 * window.el (display-buffer-alist): Doc fix.
10557 (display-buffer): Add docstring. Don't treat
10558 display-buffer-default specially.
10559 (display-buffer-reuse-selected-window)
10560 (display-buffer-same-window, display-buffer-maybe-same-window)
10561 (display-buffer-reuse-window, display-buffer-pop-up-frame)
10562 (display-buffer-pop-up-window)
10563 (display-buffer-reuse-or-pop-window)
10564 (display-buffer-use-some-window): New functions.
10565 (display-buffer-default-action): Use them.
393a301e 10566 (display-buffer-default): Delete.
89894cd8
CY
10567 (pop-to-buffer-1): Fix choice of actions.
10568
ae0bc9fb
SM
105692011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10570
10571 * minibuffer.el (completion--insert-strings): Don't get confused by
10572 completion entries that end with an LF char.
10573
e9d90883
EZ
105742011-09-01 Eli Zaretskii <eliz@gnu.org>
10575
10576 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
10577
437014c8
CY
105782011-09-01 Chong Yidong <cyd@stupidchicken.com>
10579
10580 * window.el (display-buffer): Restore interactive spec.
ae0bc9fb
SM
10581 (display-buffer-same-window, display-buffer-other-window):
10582 New functions.
437014c8
CY
10583 (pop-to-buffer-1): New function. Use the above.
10584 (pop-to-buffer, pop-to-buffer-same-window): Use it.
ae0bc9fb 10585 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
437014c8
CY
10586
10587 * view.el (view-buffer-other-window, view-buffer-other-frame):
10588 Just use pop-to-buffer.
10589
a5e063d5
TV
105902011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10591
10592 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
10593
793d32bb
WH
105942011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
10595
10596 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
10597
d65e4c15
RS
105982011-08-31 Richard Stallman <rms@gnu.org>
10599
10600 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
10601 of the separation of rmail-view-buffer from rmail-buffer.
10602 If you say no to "replace original", the decrypt is in the
10603 view buffer. If you say yes, the decrypt goes into the
10604 rmail buffer also.
10605
f818cd2a
MR
106062011-08-31 Martin Rudalics <rudalics@gmx.at>
10607
10608 * window.el (display-buffer-window): Rewrite doc-string.
10609 (display-buffer-record-window): New function.
10610 (display-buffer-macro-specifiers)
10611 (display-buffer-even-window-sizes, display-buffer-set-height)
10612 (display-buffer-set-width, display-buffer-in-window)
10613 (display-buffer-reuse-window, display-buffer-split-specifiers)
10614 (display-buffer-side-specifiers, display-buffer-split-window-1)
10615 (display-buffer-split-window, display-buffer-split-atom-window)
10616 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
10617 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
10618 (display-buffer-other-window-means-other-frame)
10619 (display-buffer-normalize-special)
10620 (display-buffer-normalize-default)
10621 (display-buffer-normalize-argument)
10622 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
10623 (display-buffer-normalize-specifiers, display-buffer-frame)
10624 (display-buffer-same-window, display-buffer-same-frame)
10625 (display-buffer-other-window)
10626 (display-buffer-same-frame-other-window)
10627 (display-buffer-other-frame, pop-to-buffer-same-window)
10628 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
10629 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
10630 (switch-to-buffer-same-frame)
10631 (switch-to-buffer-other-window-same-frame)
10632 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
10633 (display-buffer-alist-set-1, display-buffer-alist-set-2)
10634 (display-buffer-alist-set): Remove.
10635 (display-buffer-function, special-display-buffer-names)
ae0bc9fb
SM
10636 (special-display-regexps, special-display-function):
10637 In doc-string refer to display-buffer-window and quit-restore
f818cd2a
MR
10638 parameter.
10639 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
10640 (special-display-frame-alist, special-display-popup-frame)
10641 (same-window-buffer-names, same-window-regexps, same-window-p)
10642 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
10643 (split-window-preferred-function, split-height-threshold)
10644 (split-width-threshold, window-splittable-p)
10645 (split-window-sensibly, window--try-to-split-window)
10646 (window--frame-usable-p, even-window-heights)
10647 (window--even-window-heights, window--display-buffer-1)
ae0bc9fb
SM
10648 (window--display-buffer-2, display-buffer-other-frame):
10649 Restore old Emacs 23 code, order and doc-strings where applicable.
f818cd2a
MR
10650 (display-buffer-default, display-buffer-assq-regexp): New functions.
10651 (display-buffer-alist): Rewrite doc-string.
10652 (display-buffer-default-action)
10653 (display-buffer-overriding-action): New variables.
10654 (display-buffer, switch-to-buffer): Rewrite.
10655 (pop-to-buffer): Restore Emacs 23 behavior but use
10656 window-normalize-buffer-to-display.
10657 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
10658 Restore Emacs 23 behavior but use
10659 window-normalize-buffer-to-switch-to.
10660 (pop-to-buffer-same-window): Rewrite.
ae0bc9fb
SM
10661 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
10662 Rewrite using Emacs 23 options.
f818cd2a 10663
5bc3b51d
MA
106642011-08-31 Michael Albinus <michael.albinus@gmx.de>
10665
10666 * net/tramp.el (tramp-root-regexp): Remove.
10667 (tramp-completion-file-name-regexp-unified)
10668 (tramp-completion-file-name-regexp-separate)
10669 (tramp-completion-file-name-regexp-url): Don't use leading volume
b46a6a83 10670 letter on w32 systems. (Bug#5303, Bug#9311)
ae0bc9fb
SM
10671 (tramp-drop-volume-letter): Simplify definition.
10672 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5bc3b51d 10673
b1a4f8e1
SM
106742011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
10677 (bug#9356).
10678
5664fa7b
RT
106792011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
10680
b1a4f8e1 10681 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
5664fa7b 10682
9a45d6c3
JL
106832011-08-29 Juri Linkov <juri@jurta.org>
10684
10685 * isearch.el (isearch-done): Don't display message "Mark saved"
10686 when arg `edit' is non-nil to prevent its flicker in the echo area.
10687
fb87e0fb
CY
106882011-08-28 Chong Yidong <cyd@stupidchicken.com>
10689
10690 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
10691 obsolete packages for deletion.
10692
09ac1c2a
CS
106932011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
10694
10695 * help-mode.el (help-mode-map): Add special-mode-map to parent.
5e617bc2 10696 (help-mode): Derive help-mode from special-mode. Don't invoke
09ac1c2a
CS
10697 view-mode from help-mode.
10698 (help-xref-override-view-map): Remove.
10699 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
10700 view-mode is not used anymore.
10701
7a1ff57f
CY
107022011-08-28 Chong Yidong <cyd@stupidchicken.com>
10703
10704 * server.el (server-port): Doc fix.
10705
b9696605
CY
10706 * cus-theme.el (custom-theme-choose-mode): Inherit from
10707 special-mode (Bug#9124).
10708 (custom-theme-choose-mode-map): Add special-mode to parent.
10709
ef8cdf8c
AM
107102011-08-28 Alan Mackenzie <acm@muc.de>
10711
10712 * progmodes/cc-fonts.el
10713 (c-make-font-lock-BO-decl-search-function): New function.
10714 (c-basic-matchers-after - "Fontify the clauses after various
10715 keywords"): Extract the three keyword lists for the 3 erroneous
10716 constructs from the list of four, and use the new function above
10717 in place of an old one.
10718
27de4e20
DD
107192011-08-28 Deniz Dogan <deniz@dogan.se>
10720
10721 * net/rcirc.el (rcirc-insert-prev-input)
10722 (rcirc-insert-next-input): Remove unused argument.
10723
356a3681
SM
107242011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
10727
3fc9b218
AM
107282011-08-27 Alan Mackenzie <acm@muc.de>
10729
10730 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
10731 handle function pointer parameters properly.
10732
538a061c
MR
107332011-08-27 Martin Rudalics <rudalics@gmx.at>
10734
10735 * window.el (display-buffer-reuse-window): Fix case where
10736 selected window was reused with non-nil OTHER-WINDOW argument.
10737 (Bug#9381)
10738
35b1c40c
DD
107392011-08-27 Deniz Dogan <deniz@dogan.se>
10740
10741 * net/rcirc.el (rcirc-check-auth-status): Adding support for
10742 oftc's NickServ messages.
10743
2f6a3e79
GM
107442011-08-27 Glenn Morris <rgm@gnu.org>
10745
10746 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
10747
7254299e
CY
107482011-08-26 Chong Yidong <cyd@stupidchicken.com>
10749
10750 * emacs-lisp/package.el (package-install): Call package-initialize
10751 if called interactively.
10752
f8ccf167
LL
107532011-08-26 Leo Liu <sdl.web@gmail.com>
10754
10755 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
10756
3e8cd5ce
JL
107572011-08-25 Juri Linkov <juri@jurta.org>
10758
10759 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
10760 `search-whitespace-regexp' (bug#9364).
10761
93eb7113
JL
107622011-08-25 Juri Linkov <juri@jurta.org>
10763
10764 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
10765 `regexp-search-ring' to their global values to protect from
10766 updating by `read-from-minibuffer' (bug#9185).
10767
f65d1611
JL
107682011-08-25 Juri Linkov <juri@jurta.org>
10769
10770 * textmodes/ispell.el (ispell-command-loop): Add newline
10771 at the end of the "Use option `i'..." line.
10772
f1cf7a31
JL
107732011-08-25 Juri Linkov <juri@jurta.org>
10774
10775 * battery.el (display-battery-mode): If `battery-status-function'
10776 or `battery-mode-line-format' is nil, display the message and set
10777 `display-battery-mode' to nil (bug#9363).
10778
0c95fcf7
EZ
107792011-08-25 Eli Zaretskii <eliz@gnu.org>
10780
10781 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
10782 bidi-string-mark-left-to-right; they are unnecessary now.
10783
a2ebe600
DD
107842011-08-25 Deniz Dogan <deniz@dogan.se>
10785
10786 * net/quickurl.el: Documentation typo fixes.
10787
e4ed06f1
CY
107882011-08-25 Chong Yidong <cyd@stupidchicken.com>
10789
10790 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
10791
e5f1c99e
GM
107922011-08-25 Glenn Morris <rgm@gnu.org>
10793
b2948976
GM
10794 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10795
e5f1c99e
GM
10796 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
10797 (smtpmail-via-smtp): Handle nil response from smtp.
10798
f22f4808
JL
107992011-08-24 Juri Linkov <juri@jurta.org>
10800
10801 * proced.el (proced-marked): Inherit from `error' instead of
10802 `font-lock-warning-face'.
10803
10804 * ibuffer.el (ibuffer-marked-face): Change default face from
10805 `font-lock-warning-face' to `warning'.
10806 (ibuffer-deletion-face): Change default face from
10807 `font-lock-type-face' to `error'.
10808
10809 * battery.el (battery-update): Use the face `error' instead of
10810 `font-lock-warning-face' (bug#6117).
10811
6a93965e
JL
108122011-08-24 Juri Linkov <juri@jurta.org>
10813
10814 * faces.el (success): Change face color from "Green3" to
10815 "ForestGreen" on light background (bug#9353).
10816
1ed43b09
CY
108172011-08-24 Chong Yidong <cyd@stupidchicken.com>
10818
5664fa7b
RT
10819 * window.el (quit-window): Rename from quit-restore-window.
10820 Use same arglist as old quit-window.
1ed43b09
CY
10821 (frame-auto-delete): Doc fix.
10822
10823 * view.el (view-mode-exit): Use quit-window.
10824
11dcdbb2
JL
108252011-08-24 Juri Linkov <juri@jurta.org>
10826
10827 * isearch.el (isearch-ring-adjust1): Start visiting previous
10828 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
10829 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
10830 for empty search string (when the last search string is reused
10831 automatically) to adjust the isearch ring to the last element and
10832 prepare the correct index for further M-p commands (bug#9185).
10833
de62b4df
KH
108342011-08-24 Kenichi Handa <handa@m17n.org>
10835
10836 * international/ucs-normalize.el: If decomposition property of
10837 CHAR is the default one (i.e. a list of CHAR itself), treat it as
10838 nil.
10839 (nfd, nfkd): Likewise.
10840
963b492b
SM
108412011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10842
10843 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
10844 from process filters aren't reliably transmitted to the surrounding
10845 accept-process-output.
10846 (mpc-proc-check): New function.
10847 (mpc-proc-sync): Use it (bug#8293)
10848
93b6b5e1
SM
108492011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10850
10851 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
10852 Add compatibility functions (bug#9313).
10853
bca633fb
EZ
108542011-08-23 Eli Zaretskii <eliz@gnu.org>
10855
b177498a
EZ
10856 * cus-start.el (all): Add entry for bidi-paragraph-direction.
10857
6df6ae42 10858 * international/uni-bidi.el: Regenerate.
bca633fb 10859
0902a04e
KH
108602011-08-23 Kenichi Handa <handa@m17n.org>
10861
10862 * international/charprop.el:
10863 * international/uni-bidi.el:
10864 * international/uni-category.el:
10865 * international/uni-combining.el:
10866 * international/uni-comment.el:
10867 * international/uni-decimal.el:
10868 * international/uni-decomposition.el:
10869 * international/uni-digit.el:
10870 * international/uni-lowercase.el:
10871 * international/uni-mirrored.el:
10872 * international/uni-name.el:
10873 * international/uni-numeric.el:
10874 * international/uni-old-name.el:
10875 * international/uni-titlecase.el:
10876 * international/uni-uppercase.el: Regenerate.
10877
3bbf23bc
MR
108782011-08-23 Martin Rudalics <rudalics@gmx.at>
10879
10880 * help.el (help-window-setup): Fix message displayed when other
10881 window is reused. (Bug#9341)
10882
b3fd59bd
SM
108832011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10884
1802e444
SM
10885 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
10886 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
10887
b3fd59bd
SM
10888 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
10889 Mark obsolete.
10890 * shell.el (shell-parse-pcomplete-arguments): New function.
10891 (shell-completion-vars): Use it instead (bug#9160).
10892
4eb61348
SM
108932011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10894
867cab74
SM
10895 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
10896 strings and comments (bug#9333).
10897
4eb61348
SM
10898 * emacs-lisp/debug.el (debug-arglist): New function.
10899 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
10900 (debug-on-entry-1): Handle interpreted closures (bug#9120).
10901
262a1439
JL
109022011-08-22 Juri Linkov <juri@jurta.org>
10903
56ee679c
JL
10904 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10905 Revert regexp that highlights output switches to its old
10906 pre-2010-10-28 value and remove one `?' from it (bug#9319).
10907
262a1439
JL
10908 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
10909 to check for empty output (bug#9226).
10910
f13f86fb
CY
109112011-08-22 Chong Yidong <cyd@stupidchicken.com>
10912
10913 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
10914 symbol-constituent as the default, as that stops font-lock from
10915 working properly (Bug#8843).
10916
c65c9622
LMI
109172011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10918
10919 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
10920 `coding-system-for-*' around the process open call to avoid
10921 auth-source side effects.
e7f2c178 10922 (smtpmail-try-auth-methods): Expand the secret password.
7185da52
LMI
10923 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
10924 probe hangs.
c65c9622 10925
23a8a5ab
CY
109262011-08-21 Chong Yidong <cyd@stupidchicken.com>
10927
ff98b2dd
CY
10928 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
10929
23a8a5ab
CY
10930 * emacs-lisp/find-func.el (find-function-noselect): New arg
10931 lisp-only.
10932
10933 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
10934 signal an error for built-in functions (Bug#6664).
10935
f5e3c598
LMI
109362011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10937
10938 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
10939 (smtpmail-try-auth-methods): Use it.
10940
a3f2468a
CY
109412011-08-21 Chong Yidong <cyd@stupidchicken.com>
10942
2c34e8da
CY
10943 * font-lock.el (font-lock-fontify-region)
10944 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
10945 (font-lock-default-unfontify-buffer)
10946 (font-lock-default-fontify-region)
10947 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
10948
b3fd59bd
SM
10949 * progmodes/compile.el (compilation-error-properties):
10950 Fix confusion between file struct and message struct (Bug#9319).
02e5c89e
CY
10951 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
10952 `ant' regexp.
ee31aabc 10953
a3f2468a
CY
10954 * net/browse-url.el (browse-url-firefox): Don't call
10955 browse-url-firefox-sentinel unless using -remote (Bug#9328).
10956
8e999f70
GM
109572011-08-20 Glenn Morris <rgm@gnu.org>
10958
c21a496a
GM
10959 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
10960
59ee0542
GM
10961 * tutorial.el (tutorial--default-keys): Update some default bindings.
10962
8e999f70
GM
10963 * files.el (hack-local-variables): Fully ignore case for "mode:".
10964
e3715033
AM
109652011-08-20 Alan Mackenzie <acm@muc.de>
10966
10967 Resolve invalid use of a regexp in regexp-opt.
10968
4d61f28d
JB
10969 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
10970 detection for a java annotation.
e3715033 10971
4d61f28d 10972 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
e3715033
AM
10973 detection for a java annotation.
10974
4d61f28d
JB
10975 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
10976 handling for java.
e3715033
AM
10977 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
10978
04ed2e9c
CY
109792011-08-20 Chong Yidong <cyd@stupidchicken.com>
10980
10981 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
10982 (Bug#9274).
10983
826cee64
AM
109842011-08-20 Alan Mackenzie <acm@muc.de>
10985
58179cce 10986 Fontify CPP expressions correctly when starting in the middle of
826cee64
AM
10987 such a construct. Mainly for when jit-lock etc. starts a chunk
10988 here.
10989
58179cce 10990 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
826cee64 10991 variable.
58179cce 10992 (c-make-font-lock-search-form): New function, extracted from
826cee64
AM
10993 c-make-font-lock-search-function.
10994 (c-make-font-lock-search-function): Use the above function.
10995 (c-make-font-lock-context-search-function): New function.
10996 (c-cpp-matchers): Enhance the preprocessor expression case with
10997 the above function
10998 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
10999 which takes an expression.
11000
11001 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
11002
13009bd8
MR
110032011-08-20 Martin Rudalics <rudalics@gmx.at>
11004
11005 * window.el (display-buffer-reuse-window)
11006 (display-buffer-pop-up-window): Don't reuse or split a side
11007 window.
11008
9234ff7f
GM
110092011-08-19 Glenn Morris <rgm@gnu.org>
11010
11011 * files.el (hack-local-variables-prop-line, hack-local-variables):
5e617bc2 11012 Downcase "Mode:". (Bug#9331)
9234ff7f 11013
f635daa1
CY
110142011-08-18 Chong Yidong <cyd@stupidchicken.com>
11015
11016 * international/characters.el: Add L and R categories.
11017
11018 * subr.el (bidi-string-mark-left-to-right): Rename from
11019 string-mark-left-to-right. Use category search.
11020
11021 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
11022
bc987f8b
JL
110232011-08-18 Juri Linkov <juri@jurta.org>
11024
11025 * faces.el (error, warning, success): New faces with definitions
11026 copied from old default values of `font-lock-warning-face',
11027 `compilation-warning', `compilation-info' (bug#6117).
11028
11029 * font-lock.el (font-lock-warning-face): Inherit from `error'.
11030
11031 * progmodes/compile.el (compilation-error): Inherit from `error'.
11032 (compilation-warning): Inherit from `warning'.
11033 (compilation-info): Inherit from `success'.
11034
11035 * dired.el (dired-marked): Inherit from `warning'.
11036 (dired-flagged): Inherit from `error'.
11037
57173b96
LMI
110382011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11039
3e79eb87
LMI
11040 * mail/smtpmail.el (auth-source): Require to avoid problems with
11041 binding variables (bug#9298). Also clean up some unused
11042 autoloads.
11043
b3fd59bd
SM
11044 * net/network-stream.el (network-stream-open-starttls):
11045 Support using starttls.el without using gnutls-cli.
57173b96 11046
02b404de
JL
110472011-08-17 Juri Linkov <juri@jurta.org>
11048
11049 * progmodes/grep.el (rgrep): Handle the case when
11050 `grep-find-command' is a cons cell (bug#9278).
11051
8c9177f2
MR
110522011-08-17 Martin Rudalics <rudalics@gmx.at>
11053
11054 * window.el (display-buffer-pop-up-frame): Run frame creation
11055 function with BUFFER current (as special-display-popup-frame
11056 does). Reported by Drew Adams.
11057
3644a0ab
DU
110582011-08-17 Daiki Ueno <ueno@unixuser.org>
11059
11060 * epa-mail.el: Simplify GnuPG group expansion using
11061 epg-expand-group.
11062 (epa-mail-group-alist, epa-mail-group-modtime)
11063 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
11064 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
11065 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
11066 Remove.
11067
5e617bc2 110682011-08-16 Feng Li <fengli@gmail.com> (tiny change)
7c643369
FL
11069
11070 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
11071
9c4aeabf
AM
110722011-08-16 Alan Mackenzie <acm@muc.de>
11073
11074 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
11075 Correct, to avoid the inside of macros.
11076
3a99bf64
RS
110772011-08-16 Richard Stallman <rms@gnu.org>
11078
04963aa8
RS
11079 * epa-mail.el: Handle GnuPG group definitions.
11080 (epa-mail-group-alist, epa-mail-group-modtime)
11081 (epa-mail-gnupg-conf-file): New variables.
11082 (epa-mail-parse-groups, epa-mail-sync-groups)
11083 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
11084 (epa-mail-expand-recipients): New functions.
11085 (epa-mail-encrypt): Call epa-mail-expand-recipients.
11086
177549d0
RS
11087 * mail/rmail.el (rmail-epa-decrypt): New command.
11088
fe38beef
RS
11089 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
11090 Don't bind buffer-read-only, just inhibit-read-only.
3a99bf64
RS
11091 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
11092 (epa-decrypt-armor-in-region): Make error message clearer.
11093
934eacb9
SM
110942011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11095
11096 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
11097 and "a2b" to "ab" for `prefix'.
11098
d024fb4e
CY
110992011-08-14 Chong Yidong <cyd@stupidchicken.com>
11100
11101 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
11102 filter groups.
de148fee
CY
11103 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
11104 Fourquet (Bug#8804).
d024fb4e 11105
62f1ca49
JB
111062011-08-12 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * startup.el (argi): Declare as global variable (bug#9275).
11109
9ccaaa4b
CY
111102011-08-12 Chong Yidong <cyd@stupidchicken.com>
11111
11112 * subr.el (string-mark-left-to-right): Search the entire string
11113 for RTL script, not just the terminating character. Doc fix.
11114
a3dae87a
SM
111152011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11116
6cd18349
SM
11117 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
11118 New function.
11119 (js--regexp-literal, js-syntax-propertize-function): Remove.
11120 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
11121 (js-mode-map): Don't rebind electric keys.
11122 (js-insert-and-indent): Remove.
11123 (js-mode): Setup electric-layout and electric-indent instead.
11124
a3dae87a
SM
11125 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
11126
9d5cb631
DU
111272011-08-12 Daiki Ueno <ueno@unixuser.org>
11128
11129 * epa.el (epa-progress-callback-function): Fix the logic of
11130 displaying progress.
11131 * epa-file.el (epa-file-insert-file-contents): Make progress
11132 display more user-friendly.
11133 (epa-file-write-region): Ditto.
11134
3e26a4a2
CY
111352011-08-10 Chong Yidong <cyd@stupidchicken.com>
11136
11137 * subr.el (string-mark-left-to-right): New function.
11138
11139 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
11140 Use string-mark-left-to-right.
11141 (list-buffers-noselect): Caller changed.
11142
a3dae87a
SM
11143 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
11144 Use string-mark-left-to-right.
3e26a4a2
CY
11145 (tabulated-list-print): Recenter after moving point.
11146
ac8cf6e6
JL
111472011-08-10 Juri Linkov <juri@jurta.org>
11148
11149 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
11150 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
11151 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
11152
8d96c9a4
CY
111532011-08-09 Chong Yidong <cyd@stupidchicken.com>
11154
11155 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
11156 (Bug#7554).
11157
7be1c708 111582011-08-09 Andreas Schwab <schwab@linux-m68k.org>
29bbcfa7
AS
11159
11160 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
11161 character. (Bug#6594)
11162
37e11a63
CY
111632011-08-08 Chong Yidong <cyd@stupidchicken.com>
11164
839dde57
CY
11165 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
11166 (image-dired--with-db-file): New macro.
11167 (image-dired-write-tags, image-dired-remove-tag)
11168 (image-dired-create-gallery-lists, image-dired-write-comments)
11169 (image-dired-get-comment, image-dired-mark-tagged-files)
11170 (image-dired-list-tags, image-dired-gallery-generate): Use it.
11171 (image-dired-gallery-generate): Use insert-file-contents.
11172
37e11a63
CY
11173 * time.el (display-time-world-list, display-time-world-display):
11174 * time-stamp.el (time-stamp-string):
11175 * vc/add-log.el (add-change-log-entry): Use setenv instead of
11176 set-time-zone-rule (Bug#7337).
11177
0b4946c4
DU
111782011-08-08 Daiki Ueno <ueno@unixuser.org>
11179
11180 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
11181 (epg-error-to-string, epg-errors-to-string): New function.
11182 (epg-wait-for-completion): Reverse errors list.
11183 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
11184 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
11185 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
11186 (epg-sign-keys, epg-generate-key-from-file)
11187 (epg-generate-key-from-string): Format errors by using
11188 epg-errors-to-string (bug#9255).
11189 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
11190
75bfc667
JL
111912011-08-07 Juri Linkov <juri@jurta.org>
11192
11193 * faces.el (list-faces-display): Remove extra angle bracket
11194 from `help-mode-map'.
11195
11196 * info.el (Info-history-toc-nodes): Doc fix.
11197
11198 * longlines.el (longlines-mode): Doc fix.
11199
673e08bb
SM
112002011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11201
4640dd88
SM
11202 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
11203 of statements and in a few more cases (bug#9183).
11204
673e08bb
SM
11205 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
11206 New functions.
11207 (cl-transform-lambda): Use them (bug#9239).
11208
89b3f019
MR
112092011-08-05 Martin Rudalics <rudalics@gmx.at>
11210
11211 * window.el (display-buffer-same-window)
11212 (display-buffer-same-frame, display-buffer-other-window)
11213 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
11214 (pop-to-buffer-other-window)
11215 (pop-to-buffer-same-frame-other-window)
11216 (pop-to-buffer-other-frame): Make them defuns.
11217 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
11218
640c8776
SM
112192011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11220
11221 * subr.el (make-composed-keymap): Move from C. Change calling
11222 convention, and improve docstring to bring attention to a subtle point.
11223 * minibuffer.el (completing-read-default): Adjust accordingly.
11224
63648a95
MA
112252011-08-03 Michael Albinus <michael.albinus@gmx.de>
11226
11227 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11228 (tramp-open-shell): Use `tramp-shell-quote-argument'.
11229
11230 * net/trampver.el: Update release number.
11231
b796c9b7
SM
112322011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
11235 "in" (bug#9190).
11236
2239d7d5
LMI
112372011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
11238
e07dd7c3
LMI
11239 * mail/sendmail.el (sendmail-query-once): Restore the current
11240 buffer after querying (bug#9074).
11241
0e6a2bd7
LMI
11242 * dired.el (dired-flagged): Use different faces for marked and
11243 flagged files (bug#6117).
11244
ce887515
LMI
11245 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
11246 (bug#4433).
11247
92f2affc
LMI
11248 * ido.el (ido-mode): Switch off the message if called
11249 non-interactively.
11250
57d5aff0
LMI
11251 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
11252 before 587, since it appears that that's more likely to work for
11253 more people.
11254
98cd6c18 11255 * cus-edit.el (custom-file): When running under emacs -q, always
e1dbe924 11256 refuse to save the customizations, even if the .emacs file doesn't
98cd6c18
LMI
11257 exist.
11258
b96dec83
LMI
11259 * info.el: Remove the `Info-beginning-of-buffer' function
11260 (bug#8325).
11261
b796c9b7
SM
11262 * net/network-stream.el (network-stream-open-starttls):
11263 Use `starttls-available-p' to see whether starttls.el can be used.
2239d7d5 11264
d90e2ea0
MR
112652011-08-01 Martin Rudalics <rudalics@gmx.at>
11266
11267 * window.el (display-buffer-in-window): Don't set dedicated status
11268 of window here (Bug#9215).
11269 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
11270 (display-buffer-pop-up-side-window)
b796c9b7 11271 (display-buffer-in-side-window): Set dedicated status of window here.
d90e2ea0 11272
cca09170
SM
112732011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
11276 before binding generated-autoload-file.
11277
027b979c
DD
112782011-08-01 Deniz Dogan <deniz@dogan.se>
11279
11280 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
11281
3c7ee4f3
MA
112822011-07-30 Michael Albinus <michael.albinus@gmx.de>
11283
11284 Sync with Tramp 2.2.2.
11285
11286 * net/trampver.el: Update release number.
11287
2cc8e51a
JL
112882011-07-30 Juri Linkov <juri@jurta.org>
11289
11290 * dired-aux.el (dired-touch-initial): Remove function.
11291 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
11292 current time, and `default' to the last modification time of the
11293 current marked file (bug#6887).
11294
a514d856
JM
112952011-07-28 Jose E. Marchesi <jemarch@gnu.org>
11296
11297 * simple.el (goto-line): Use string-to-number to provide a
2cc8e51a 11298 numeric argument to read-number (bug#9163).
a514d856 11299
8a7eddd7
MA
113002011-07-27 Michael Albinus <michael.albinus@gmx.de>
11301
11302 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
11303 connection process, it could be nil.
11304
1ddd96f5
LL
113052011-07-27 Leo Liu <sdl.web@gmail.com>
11306
11307 Simplify url handling in rcirc-mode.
11308
11309 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
11310 (rcirc-browse-url-at-mouse): Remove.
11311 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
11312
b248a85d
AM
113132011-07-26 Alan Mackenzie <acm@muc.de>
11314
11315 Fontify bitfield declarations properly.
11316
11317 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
11318 (c-symbol-chars): Now exported as a lang variable.
11319 (c-not-primitive-type-keywords): New lang variable.
11320
11321 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
11322 QT keyword "more" to prevent "more slots: ...." being spuriously
58179cce 11323 parsed as a bitfield declaration.
b248a85d 11324
b796c9b7
SM
11325 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11326 Refactor and enhance to handle bitfield declarations.
b248a85d
AM
11327 (c-punctuation-in): New function.
11328 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
11329 declarations properly.
11330
68575ab0
UJ
113312011-07-26 Ulf Jasper <ulf.jasper@web.de>
11332
11333 * calendar/icalendar.el (icalendar--all-events): Take care of
11334 multiple vcalendars in a single file.
b796c9b7 11335 (icalendar--convert-float-to-ical): Checkdoc fixes.
68575ab0 11336
0f0a88b9
DD
113372011-07-25 Deniz Dogan <deniz@dogan.se>
11338
11339 * image.el (insert-image): Clarifying docstring.
11340
0b3f36df
MA
113412011-07-24 Michael Albinus <michael.albinus@gmx.de>
11342
11343 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
11344 `tramp-send-command-and-check' if there is no error.
11345 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
11346
a9901f61
AM
113472011-07-22 Alan Mackenzie <acm@muc.de>
11348
11349 Prevent cc-langs.elc being loaded at run time.
11350
11351 * progmodes/cc-mode.el: Remove two autoload forms which loaded
11352 cc-langs.
11353
4d61f28d 11354 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
a9901f61
AM
11355 "(require 'cc-langs)". Quote a form so it will evaluate at
11356 (cc-mode's) compilation time.
11357
11d074b2
MA
113582011-07-22 Michael Albinus <michael.albinus@gmx.de>
11359
11360 * net/tramp.el (tramp-file-name-handler): Avoid recursive
11361 loading. (Bug#9114)
11362
938b94c8
MR
113632011-07-21 Martin Rudalics <rudalics@gmx.at>
11364
11365 * window.el (display-buffer-pop-up-window)
11366 (display-buffer-pop-up-side-window)
11367 (display-buffer-in-side-window): Call display-buffer-set-height
11368 and display-buffer-set-width after setting the new window's
b796c9b7 11369 buffer so `fit-window-to-buffer' and friends work on the right buffer.
938b94c8 11370
bfa4f190
SS
113712011-07-20 Sam Steingold <sds@gnu.org>
11372
11373 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
11374 (etags-tags-included-tables): Call `convert-standard-filename' on
11375 the file names contained in TAGS so that windows Emacs can handle
11376 TAGS files created by cygwin ctags.
11377
8ca42262
LMI
113782011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11379
11380 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
11381 which apparently didn't work.
11382
5db2afd2 113832011-07-19 Roland Winkler <winkler@gnu.org>
2ecab2b5 11384
5db2afd2
RW
11385 * proced.el (proced-send-signal): For *Marked Processes* buffer
11386 put point at beginning of buffer.
11387
92e15d10
SB
113882011-07-19 Stephen Berman <stephen.berman@gmx.net>
11389
11390 * proced.el (proced-format): Make header lines align with the text
11391 (bug#1779).
11392
1bfd59e5
LMI
113932011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11394
11395 * view.el (view-buffer): Allow running in `special' modes if we're
11396 visiting a file (bug#8615).
11397
f5aae37c
MR
113982011-07-19 Martin Rudalics <rudalics@gmx.at>
11399
11400 * window.el (display-buffer-alist-of-strings-p)
b796c9b7
SM
11401 (display-buffer-alist-set-1, display-buffer-alist-set-2):
11402 New functions.
f5aae37c
MR
11403 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
11404 more accurately.
11405
bf2c1571
AM
114062011-07-18 Alan Mackenzie <acm@muc.de>
11407
11408 Fontify declarators properly when, e.g., a jit-lock chunk begins
11409 inside a declaration.
11410
11411 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
11412
b796c9b7
SM
11413 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
11414 New function.
bf2c1571
AM
11415 (c-complex-decl-matchers): Insert reference to
11416 c-font-lock-enclosing-decls.
11417
11418 * progmodes/cc-engine.el (c-backward-single-comment):
11419 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
11420 to nil around calls to (forward-comment -1).
11421
4e190b80
LMI
114222011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11423
12dc863d
LMI
11424 * image.el (put-image): Doc typo fix.
11425
a762e966
LMI
11426 * progmodes/etags.el (tags-search): Doc typo fix.
11427
4e190b80
LMI
11428 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
11429 password if we get errors 550 to 554.
11430
f019fb21
LMI
114312011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11432
b796c9b7 11433 * net/gnutls.el (gnutls-log-level): Remove.
750c33f7 11434
81746738
LMI
11435 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
11436 indentation character (bug#6380).
11437
3ee3a1b5
LMI
11438 * files.el (buffer-offer-save): Made permanently local (bug#6241).
11439
c82f64de
LMI
11440 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
11441 to clarify what the problem is (bug#4291).
11442
f019fb21
LMI
11443 * simple.el (current-kill): Clarify what
11444 `interprogram-paste-function' does (bug#7500).
ca425c7c
LMI
11445 (auto-fill-mode): Document `auto-fill-function' in relation to
11446 `auto-fill-mode' (bug#2470).
f019fb21 11447
0794775d
LM
114482011-07-16 Lawrence Mitchell <wence@gmx.li>
11449
11450 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
11451 method if slot is read-only (bug#9035).
11452
be39b8cc
MR
114532011-07-16 Martin Rudalics <rudalics@gmx.at>
11454
b796c9b7 11455 * frame.el (select-frame-set-input-focus): New argument NORECORD.
be39b8cc 11456 * window.el (pop-to-buffer): Select window used even if it was
b796c9b7
SM
11457 selected before, see discussion of (Bug#8615), (Bug#6954).
11458 Pass argument NORECORD on to select-frame-set-input-focus.
be39b8cc 11459
6ccf7859
GM
114602011-07-15 Glenn Morris <rgm@gnu.org>
11461
11462 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
03ea5b87 11463 Respect help-form.
6ccf7859 11464
87e86684
LM
114652011-07-09 Lawrence Mitchell <wence@gmx.li>
11466
11467 * net/gnutls.el (gnutls-min-prime-bits): New variable.
11468 (gnutls-negotiate): Use it.
11469
d6066239
LMI
114702011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11471
b796c9b7
SM
11472 * net/gnutls.el (gnutls-negotiate):
11473 Upcase `gnutls-algorithm-priority'.
d6066239 11474
bd23ebc0
GM
114752011-07-15 Glenn Morris <rgm@gnu.org>
11476
c65bca65
GM
11477 * jka-compr.el (jka-compr-verbose): Move from here...
11478 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
11479 Add missing :version tag.
11480 * info.el: No need to require jka-compr when compiling.
bd23ebc0 11481
478615cc
LMI
114822011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11483
7b41decb
LMI
11484 * net/gnutls.el (gnutls-algorithm-priority): New variable.
11485 (gnutls-negotiate): Use it.
11486
dbc44fcd
LMI
11487 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
11488
06789f97
LMI
11489 * info.el (Info-beginning-of-buffer): New command.
11490 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
11491 announcing `b' as the key (bug#8325).
ab896c37 11492 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
06789f97 11493
c39da690
LMI
11494 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
11495
3aa5f34b
LMI
11496 * international/mule-cmds.el
11497 (describe-specified-language-support): Make the error message
11498 clearer (bug#8905).
11499
4bf0979f
LMI
11500 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
11501
478615cc
LMI
11502 * isearch.el (isearch-barrier): Add a doc string, since it's
11503 mentioned in a function doc string (bug#8678).
11504
75c68aa1
MR
115052011-07-15 Martin Rudalics <rudalics@gmx.at>
11506
11507 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
11508 buffer argument (Bug#9083) and self-identifying label argument.
11509
a7c33da2
GM
115102011-07-15 Glenn Morris <rgm@gnu.org>
11511
11512 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
11513
2f5c6024
LMI
115142011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11515
11516 * man.el (Man-fontify-manpage): Fix message when formatting the
11517 man page (bug#7929).
11518
0bb23927 115192011-07-14 Eli Zaretskii <eliz@gnu.org>
cce4b0a7
EZ
11520
11521 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
11522 argument LRM; if non-nil, append an invisible LRM character to the
11523 buffer name.
11524 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
11525 last argument non-nil, when formatting buffer names.
0bb23927
EZ
11526 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
11527 paragraph direction.
cce4b0a7 11528
621ef9ab
LMI
115292011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
11530
d1583c48
LMI
11531 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
11532 the man page name (bug#7929).
11533
6a57fb5f
LMI
11534 * image.el (put-image): Mention the `put-image' overlay property
11535 (bug#7834).
11536
d7956b14
LMI
11537 * scroll-bar.el (set-scroll-bar-mode): Mention that
11538 `scroll-bar-mode' lists the values (bug#7772).
11539
5b2d4a66
LMI
11540 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
11541 command (bug#7729).
11542
7509a874
LMI
11543 * rect.el (apply-on-rectangle): Return the point after the last
11544 operation.
11545 (string-rectangle): Go to the point after the last operation
11546 (bug#7522).
11547
4fe74b19
LMI
11548 * printing.el (pr-toggle-region): Clarify the documentation
11549 slightly (bug#7493).
11550
b796c9b7
SM
11551 * time.el (display-time-update):
11552 Allow `display-time-mail-function' to return nil (bug#7158).
11553 Fix suggested by Detlev Zundel.
ab283561 11554
fc233c9d
LMI
11555 * vc/diff.el (diff): Clarify the order the file names are read
11556 (bug#7111).
11557
43f5740b
LMI
11558 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
11559 the doc string (bug#7015).
11560
f2182a76
LMI
11561 * font-lock.el (font-lock-maximum-decoration): Mention what
11562 numeric levels mean (bug#6935).
11563
621ef9ab
LMI
11564 * startup.el (initial-buffer-choice): Don't mention the `none'
11565 selection, which is against policy.
11566
adc47434
MR
115672011-07-14 Martin Rudalics <rudalics@gmx.at>
11568
b796c9b7
SM
11569 * window.el (display-buffer-normalize-special):
11570 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
adc47434 11571
7e5bfb8f
EZ
115722011-07-14 Eli Zaretskii <eliz@gnu.org>
11573
11574 * subr.el (version<, version<=, version=): Mention "-CVS" and
11575 "-12345" alpha version numbers.
11576
27fa387a
CY
115772011-07-14 Chong Yidong <cyd@stupidchicken.com>
11578
11579 * bindings.el: Add advertised binding for set-mark-command
11580 (Bug#5772).
11581
8bdfa064
CY
115822011-07-14 Chong Yidong <cyd@stupidchicken.com>
11583
11584 * bindings.el (mode-line-other-buffer):
11585 * bookmark.el (bookmark-bmenu-2-window):
11586 * bs.el (bs-cycle-next, bs-cycle-previous):
11587 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
11588 switch-to-buffer.
11589
11590 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
b796c9b7 11591 Delete.
8bdfa064 11592
5eba16a3
JB
115932011-07-14 Juanma Barranquero <lekktu@gmail.com>
11594
11595 * follow.el (follow-debug-message, follow-redisplay):
11596 * jka-cmpr-hook.el (with-auto-compression-mode):
11597 Fix typos in docstrings.
11598
15853710
LMI
115992011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11600
a28e4607
LMI
11601 * subr.el (with-silent-modifications): Clarify somewhat what the
11602 macro inhibits (bug#6525).
11603
15853710
LMI
11604 * simple.el (eval-expression): Note what it does if called
11605 interactively (bug#6495).
11606
bee0fcef
CY
116072011-07-13 Chong Yidong <cyd@stupidchicken.com>
11608
b796c9b7
SM
11609 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
11610 Use pop-to-buffer buffer-or-name if it is nil.
bee0fcef
CY
11611
11612 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11613 Remove switch-to-buffer.
11614
58274504
LMI
116152011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11616
bd2fcc8d
LMI
11617 * files.el (make-directory): Clarify that an error will be raised
11618 if there's an error (bug#6397).
11619
0f04b32c
LMI
11620 * startup.el (initial-buffer-choice): Add `none' as a choice
11621 (bug#6234).
11622
465c5fc8
LMI
11623 * subr.el (add-hook): Clarify section about buffer-local hooks
11624 (bug#6218).
11625
58274504
LMI
11626 * dired.el (dired-flagged): Clarify doc string (bug#6117).
11627
bead9a43
JB
116282011-07-13 Juanma Barranquero <lekktu@gmail.com>
11629
11630 * tabify.el (untabify): Preserve the current column so that point
11631 doesn't move (bug#6032).
11632
3af98a7b
LMI
116332011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11634
b796c9b7
SM
11635 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
11636 Rewrite to avoid awkward possessive "s" (bug#5986).
3af98a7b 11637
6240145a
GM
116382011-07-13 Glenn Morris <rgm@gnu.org>
11639
11640 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
11641 (dired-insert-directory): Give a message the first time
11642 if ls is found not to support --dired.
11643
1d8c2ccc
LMI
116442011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11645
11646 * simple.el (toggle-truncate-lines): Clarify what is toggled
11647 (bug#5580). Text by Drew Adams.
11648
5fc4038e
CY
116492011-07-13 Chong Yidong <cyd@stupidchicken.com>
11650
11651 * simple.el (blink-matching-open): Make the error message from the
11652 last change less verbose.
11653
bf6012e5
DN
116542011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
11655
11656 * font-lock.el (font-lock-comment-face): Use the high contrast
11657 "yellow" color for font-lock-comment-face on low color terminals
11658 using a dark background color (bug#4221).
11659
343c3b5a
LMI
116602011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11661
7e9505c5
LMI
11662 * dired.el (dired-insert-set-properties): Make the doc string
11663 reflect what it does now (bug#5325).
11664
c26fdcf5
LMI
11665 * simple.el (blink-matching-open): Say that we were unable to find
11666 the match within the limit, if we're limited (bug#5122).
11667
bb388cc5
LMI
11668 * international/mule-cmds.el (prefer-coding-system): Add an
11669 example (bug#4869).
11670
343c3b5a
LMI
11671 * progmodes/etags.el (tags-search): Document `file-list-form'
11672 (bug#4731).
11673
2a517d45
LM
116742011-07-13 Lawrence Mitchell <wence@gmx.li>
11675
11676 * net/browse-url.el (browse-url-default-browser)
11677 (browse-url-browser-function): Make the default browser choice a
11678 bit more logical (bug#4300). Also clean up the doc string.
11679
b6c78ef2
JB
116802011-07-13 Juanma Barranquero <lekktu@gmail.com>
11681
11682 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
11683 binary endings (bug#4440).
11684
1c4dd947
LMI
116852011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11686
a2014063
LMI
11687 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
11688 which can be pretty annoying (bug#8971).
11689
9c9c2d88
LMI
11690 * jka-compr.el (jka-compr-verbose): New variable, and use
11691 throughout (bug#8971).
11692
1c4dd947
LMI
11693 * info.el (Info-find-file): Fall back on the installation
11694 directory if we can't find the info node anywhere else.
11695
a1c9f41b
SO
116962011-07-13 Sergei Organov <osv@javad.com> (tiny change)
11697
11698 * vc/vc.el (vc-revert-file):
11699 Don't set file time-stamp in the past. (Bug#5181)
11700
536f3d36
LMI
117012011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11702
7152b011
LMI
11703 * files.el (after-find-file): Give a better error message when
11704 trying to find a symlink that points to a file that doesn't exist
11705 (bug#4398).
11706
536f3d36
LMI
11707 * progmodes/cc-vars.el: Remove (probably) misleading comment
11708 (bug#4396).
11709
460c0fba
JB
117102011-07-12 Johan Bockgård <bojohan@gnu.org>
11711
11712 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
11713
7a6bda45
CY
117142011-07-12 Chong Yidong <cyd@stupidchicken.com>
11715
11716 * mouse-sel.el: Hack restoring functionality, while keeping
11717 compatibility with 2010-07-03 changes to mouse selection.
11718 (mouse-sel-primary-overlay): New var.
11719 (mouse-sel-selection-alist): Use it.
11720 (mouse-sel-mode): Doc fix; remove points that are default features
11721 of mouse.el.
11722
c79598ef
JB
117232011-07-12 Johan Bockgård <bojohan@gnu.org>
11724
11725 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11726 Fix previous fix (bug#2490).
11727
ff8be6ef
RW
117282011-07-12 Roland Winkler <winkler@gnu.org>
11729
b796c9b7
SM
11730 * textmodes/bibtex.el (bibtex-initialize):
11731 Use pop-to-buffer-same-window.
ff8be6ef
RW
11732 (bibtex-search-entries): Fix interactive call.
11733
296ba3ee
LMI
117342011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11735
f5242a02 11736 * progmodes/compile.el (compilation-error-regexp-alist-alist):
b796c9b7
SM
11737 Fontise bytecomp Error lines more correctly (bug#2490).
11738 Fix suggested by Johan Bockgård.
f5242a02 11739
296ba3ee
LMI
11740 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
11741
11742 * dired-x.el (dired-guess-default): Use `delete-dups'.
11743
f69fd0d2
CY
117442011-07-12 Chong Yidong <cyd@stupidchicken.com>
11745
11746 * dired.el (dired-mark-prompt):
11747 * dired-aux.el (dired-read-shell-command): Doc fix.
11748
eab5dc07
LMI
117492011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11750
b796c9b7
SM
11751 * mail/sendmail.el (sendmail-query-once):
11752 Use `customize-save-variable' unconditionally, now that it works under
9988520a
LMI
11753 emacs -Q.
11754
11755 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11756
eab5dc07
LMI
11757 * cus-edit.el (custom-file): Take an optional no-error variable.
11758 (customize-save-variable): Set the variable, and give a warning if
11759 running under "emacs -q".
11760
a1e65d42
JB
117612011-07-11 Juanma Barranquero <lekktu@gmail.com>
11762
11763 * loadhist.el (unload-feature-special-hooks):
11764 Add `auto-coding-functions', `fill-nobreak-predicate' and
11765 `find-directory-functions' (bug#5327).
11766
1d52da10
LMI
117672011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11768
be958f1d
LMI
11769 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
11770
5bedb26c
LMI
11771 * cus-edit.el (custom-guess-name-alist): -alist variables should
11772 use the `alist' type (bug#3120). Suggested by Drew Adams.
11773
1d52da10
LMI
11774 * printing.el: Add documentation to all the `pr-toggle-' commands.
11775
cd394be1 117762011-07-11 Leo Liu <sdl.web@gmail.com>
481a51b6
LL
11777
11778 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
11779 backends where it makes sense (bug#2623).
11780
dcc88d8a
LMI
117812011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11782
c3de9feb
LMI
11783 * dired-x.el (dired-guess-default): Remove duplicate shell command
11784 entries (bug#2028).
8a93078b 11785 (dired-guess-default): Fix grammar in doc string (bug#2028).
eea84fe5 11786 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
c3de9feb 11787
dcc88d8a
LMI
11788 * subr.el (remove-duplicates): New conveniency function.
11789
505e3645
LMI
117902011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11791
11792 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
11793 (bug#1526).
11794
117952011-07-10 Martin Rudalics <rudalics@gmx.at>
11796
11797 * window.el (display-buffer-normalize-default): Don't invert
11798 meaning of even-window-heights. Reported by Eli Zaretskii
11799 <eliz@gnu.org>.
11800
455e4fa1
BR
118012011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
11802
11803 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
11804
8e0bc3e9
CY
118052011-07-10 Chong Yidong <cyd@stupidchicken.com>
11806
11807 * window.el (display-buffer): Fix arguments to
11808 display-buffer-reuse-window in last change.
11809
fa7c3228
CY
11810 * faces.el (link): Use a less saturated blue on light backgrounds.
11811
11812 * startup.el (fancy-startup-text, fancy-about-text)
11813 (fancy-startup-tail): Use font-lock faces, for background safety.
11814
c0a7f300
BN
118152011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
11816
b796c9b7
SM
11817 * emulation/viper-cmd.el (viper-change-state-to-vi):
11818 Limit triggering of abbrev expansion (Bug#9038).
c0a7f300 11819
4dc2a129
MR
118202011-07-09 Martin Rudalics <rudalics@gmx.at>
11821
11822 * window.el (display-buffer-default-specifiers): Remove.
11823 (display-buffer-macro-specifiers): Remove default specifiers.
11824 (display-buffer-alist): Default to nil.
b796c9b7 11825 (display-buffer-reuse-window): New optional argument other-window.
4dc2a129
MR
11826 (display-buffer-pop-up-window): Allow splitting internal
11827 windows. Check whether a live window was created.
11828 (display-buffer-other-window-means-other-frame)
11829 (display-buffer-normalize-arguments): Rename to
11830 display-buffer-normalize-argument and rewrite. Set the
11831 other-window specifier.
11832 (display-buffer-normalize-special): New function.
11833 (display-buffer-normalize-options): Rename to
11834 display-buffer-normalize-default and rewrite.
11835 (display-buffer-normalize-options-inhibit): Remove.
11836 (display-buffer-normalize-specifiers): Rewrite.
11837 (display-buffer): Process other-window specifier and call
11838 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
11839 more faithfully.
b796c9b7 11840 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
4dc2a129 11841 (display-buffer-alist-set): Don't handle 'unset default values.
b796c9b7
SM
11842 (display-buffer-in-window, display-buffer-alist-set):
11843 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
4dc2a129
MR
11844 <tassilo@member.fsf.org>.
11845
2d43b8c9
LL
118462011-07-09 Leo Liu <sdl.web@gmail.com>
11847
11848 * register.el (insert-register): Restore accidental change on
11849 2011-06-26. (Bug#9028)
11850
7f9b7c53
GM
118512011-07-09 Glenn Morris <rgm@gnu.org>
11852
11853 * subr.el (remq): Handle the empty list. (Bug#9024)
11854
f042cfd8
AS
118552011-07-08 Andreas Schwab <schwab@linux-m68k.org>
11856
11857 * mail/sendmail.el (send-mail-function): No longer delay custom
11858 initialization.
11859 * custom.el (custom-initialize-delay): Doc fix.
11860
856b2f11
SM
118612011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
11864
afae1d68
MA
118652011-07-08 Michael Albinus <michael.albinus@gmx.de>
11866
11867 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
11868 human-friendly prompt.
11869
0757af94
SM
118702011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11871
11872 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
11873 provided by a particular plugin.
11874
d760b731
LMI
118752011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11876
11877 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
11878 save customizations (with "emacs -Q"), just set the variable
11879 instead of erroring out.
11880
11881 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
11882
cd79ce90
JL
118832011-07-08 Juri Linkov <juri@jurta.org>
11884
11885 * arc-mode.el (archive-zip-expunge, archive-zip-update)
11886 (archive-zip-update-case): Use 7z if found by `executable-find'.
11887 The order of searching the available programs is the same as in
11888 `archive-zip-extract' (bug#8968).
11889
14cc04aa
CY
118902011-07-07 Chong Yidong <cyd@stupidchicken.com>
11891
11892 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
11893 (menu-bar-options-menu): Tweak descriptions.
11894
0a1848ec
LMI
118952011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11896
11897 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
11898 menu items into verb phrases (bug#1421). Also refill to fit under
11899 80 columns.
11900
f5bd0689
CY
119012011-07-07 Chong Yidong <cyd@stupidchicken.com>
11902
538e85c6
CY
11903 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
11904 (Info-read-node-name): Doc fix (Bug#1084).
11905
f5bd0689
CY
11906 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
11907 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
11908 (end-of-sexp, beginning-of-sexp)
11909 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
11910 (forward-symbol, forward-same-syntax, word-at-point)
11911 (sentence-at-point): Doc fix (Bug#1144).
11912
56ec5115
LMI
119132011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11914
f3f8e37f
LMI
11915 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
11916 should cover it (bug#1281).
11917
0757af94 11918 * cus-edit.el (custom-show): Mark as obsolete.
af0905c8 11919
e9fce1ac 11920 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
12b9eb35
LMI
11921 negotiation fails, then possibly try again with a non-encrypted
11922 connection (bug#9017).
11923
56ec5115
LMI
11924 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
11925 be used.
11926
c2f9aec8
RS
119272011-07-07 Richard Stallman <rms@gnu.org>
11928
11929 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
11930 property, and handle its changed format.
11931 Look for the correct line number.
11932 Use file's line contents (but not past first =) to find
11933 correct line in message.
11934
ef7b981d 119352011-07-07 Kenichi Handa <handa@m17n.org>
c805dec0
KH
11936
11937 * international/characters.el (build-unicode-category-table):
11938 Delete it.
0757af94 11939 (unicode-category-table): Set it by unicode-property-table-internal.
c805dec0 11940
0757af94 11941 * international/mule-cmds.el (char-code-property-alist): Move to
c805dec0
KH
11942 to src/chartab.c.
11943 (get-char-code-property): Call unicode-property-table-internal to
11944 load a file. Call get-unicode-property-internal where necessary.
11945 (put-char-code-property): Call unicode-property-table-internal to
11946 load a file. Call put-unicode-property-internal where necessary.
11947 put-unicode-property-internal where necessary.
0757af94
SM
11948 (char-code-property-description):
11949 Call unicode-property-table-internal to load a file.
c805dec0
KH
11950
11951 * international/charprop.el:
11952 * international/uni-bidi.el:
11953 * international/uni-category.el:
11954 * international/uni-combining.el:
11955 * international/uni-comment.el:
11956 * international/uni-decimal.el:
11957 * international/uni-decomposition.el:
11958 * international/uni-digit.el:
11959 * international/uni-lowercase.el:
11960 * international/uni-mirrored.el:
11961 * international/uni-name.el:
11962 * international/uni-numeric.el:
11963 * international/uni-old-name.el:
11964 * international/uni-titlecase.el:
11965 * international/uni-uppercase.el: Regenerate.
11966
11967 * loadup.el: Load international/charprop.el before
11968 international/characters.
11969
e14b388a
CY
119702011-07-07 Chong Yidong <cyd@stupidchicken.com>
11971
11972 * window.el (next-buffer, previous-buffer): Signal an error if
11973 called from a minibuffer window.
11974
11975 * bindings.el: Revert 2011-07-04 change.
11976
354cf0ba
RS
119772011-07-06 Richard Stallman <rms@gnu.org>
11978
11979 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
11980 (rmail-mime-insert-bulk, rmail-mime-insert-text):
11981 Treat markers like ints.
11982 (rmail-mime-entity): Doc fix.
11983
a48868a7
LMI
119842011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11985
4906cd3d
LMI
11986 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
11987 defcustom again for backwards compatibility.
11988
e0457abe
LMI
11989 * simple.el (shell-command-on-region): Fill.
11990
d67f7e1f
LMI
11991 * dired-aux.el (dired-kill-line): Add a doc string.
11992
fe204702
LMI
11993 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
11994 to "\\sw\\|\\s_" (bug#358).
11995
a48868a7
LMI
11996 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
11997 (dired-unmark-backward): Ditto.
11998 (dired-flag-backup-files): Ditto.
11999
12000 * dired-x.el (dired-mark-sexp): Ditto.
12001
aa8a705c
RS
120022011-07-06 Richard Stallman <rms@gnu.org>
12003
12004 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
12005 (rmail-mime-entity): New arg TRUNCATED.
12006 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
12007 New functions.
12008 (rmail-mime-save): Warn if entity is truncated.
12009 (rmail-mime-toggle-hidden): Likewise, for showing.
12010 (rmail-mime-process-multipart): Record when an entity is truncated.
12011
a9a936b9
RS
12012 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
12013 if ENTITY is a string.
12014
1f2b92cb
LMI
120152011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12016
f4f73198 12017 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
0757af94
SM
12018 of faces when `M-C-x'-ing their definitions (bug#8378).
12019 Also clean up the code slightly.
f4f73198 12020
12b16734 12021 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
da6062e6 12022 because that makes the colors go away.
12b16734 12023
f0691d22
LMI
12024 * mail/sendmail.el (send-mail-function): Change the default to
12025 `sendmail-query-once'.
9e87df06 12026 (sendmail-query-once): Add an autoload cookie.
f0691d22 12027
1f2b92cb
LMI
12028 * net/network-stream.el (network-stream-open-starttls): Try using
12029 a plain connection even if the server offered STARTTLS, and we
12030 kinda wanted to use it, if Emacs doesn't have any STARTTLS
12031 capability. This should make smtpmail.el work in slightly more
12032 configurations.
12033
1cdd2a1b
MA
120342011-07-06 Michael Albinus <michael.albinus@gmx.de>
12035
12036 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
12037 New defun.
12038 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
12039
fbcc67e2
MM
120402011-07-06 Michael R. Mauger <mmaug@yahoo.com>
12041
12042 * progmodes/sql.el: Version 3.0
0757af94 12043 (sql-product-alist): Add product :completion-object,
fbcc67e2 12044 :completion-column, and :statement attributes.
0757af94 12045 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
fbcc67e2 12046 (sql-mode-syntax-table): Mark all punctuation.
0757af94 12047 (sql-font-lock-keywords-builder): Temporarily remove fallback on
fbcc67e2
MM
12048 ansi keywords.
12049 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
0757af94 12050 (sql-mode-oracle-font-lock-keywords): Improve.
fbcc67e2
MM
12051 (sql-oracle-show-reserved-words): New function for development.
12052 (sql-product-font-lock): Simplify for source code buffers.
12053 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
12054 New functions.
12055 (sql-highlight-product): Set product specific syntax table.
0757af94
SM
12056 (sql-mode-map): Add statement movement functions.
12057 (sql-ansi-statement-starters, sql-oracle-statement-starters):
12058 New variable.
fbcc67e2
MM
12059 (sql-statement-regexp, sql-beginning-of-statement)
12060 (sql-end-of-statement, sql-signum): New functions.
0757af94 12061 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
fbcc67e2
MM
12062 (sql-show-sqli-buffer): Bug fix.
12063 (sql-interactive-mode): Store connection data as buffer local.
0757af94 12064 (sql-connect): Add NEW-NAME parameter. Redesign interaction
fbcc67e2
MM
12065 with sql-interactive-mode.
12066 (sql-save-connection): Save buffer local settings.
0757af94 12067 (sql-connection-menu-filter): Change menu entry name.
fbcc67e2
MM
12068 (sql-product-interactive): Bug fix.
12069 (sql-preoutput-hold): New variable.
12070 (sql-interactive-remove-continuation-prompt): Bug fixes.
12071 (sql-debug-redirect): New variable.
12072 (sql-str-literal): New function.
12073 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
0757af94 12074 Redesign.
fbcc67e2
MM
12075 (sql-oracle-save-settings, sql-oracle-restore-settings)
12076 (sql-oracle-list-all, sql-oracle-list-table): New functions.
12077 (sql-completion-object, sql-completion-column)
12078 (sql-completion-sqlbuf): New variables.
12079 (sql-build-completions-1, sql-build-completions)
12080 (sql-try-completion): New functions.
12081 (sql-read-table-name): Use them.
12082 (sql-contains-names): New buffer local variable.
12083 (sql-list-all, sql-list-table): Use it.
12084 (sql-oracle-completion-types): New variable.
12085 (sql-oracle-completion-object, sql-sqlite-completion-object)
12086 (sql-postgres-completion-object): New functions.
12087
d4eaeab1
GM
120882011-07-06 Glenn Morris <rgm@gnu.org>
12089
12090 * window.el (pop-to-buffer): Doc fix.
12091
322b7dab 120922011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
a1d3a912
CY
12093
12094 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
12095
322b7dab 120962011-07-06 Chong Yidong <cyd@stupidchicken.com>
0484d600 12097
322b7dab 12098 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
4f8f657f 12099
322b7dab 12100 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
8f43cbf3 12101
605dd5bf
CY
121022011-07-05 Chong Yidong <cyd@stupidchicken.com>
12103
12104 * button.el (button): Inherit from link face. Suggested by Dan
12105 Nicolaescu.
12106
7dbfa719
SM
121072011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12108
3db614b0
SM
12109 * progmodes/gdb-mi.el: Fit in 80 columns.
12110 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
12111 switch-to-buffer.
12112
7dbfa719
SM
12113 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
12114 if imenu is simply not configured (bug#8941).
12115
919d884a
KM
121162011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
12117
12118 * allout.el (allout-post-undo-hook): New allout outline-change
12119 event hook to signal undo activity.
12120 (allout-post-command-business): Run allout-post-undo-hook if an
12121 undo just occurred.
7dbfa719
SM
12122 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
12123 * allout-widgets.el (allout-widgets-after-undo-function):
12124 Ensure the integrity of the current item's decoration after it has been
919d884a
KM
12125 in the vicinity of an undo.
12126 (allout-widgets-mode): Include allout-widgets-after-undo-function
12127 on the new allout-post-undo-hook.
12128
450a0f09
SM
121292011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
12132 Let define-derived-mode define it.
12133 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
12134 cycles of abbrev-table inheritance (bug#8998).
12135
2de69e00
RW
121362011-07-05 Roland Winkler <winkler@gnu.org>
12137
12138 * textmodes/bibtex.el: Add support for biblatex.
12139 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
12140 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
12141 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
12142 (bibtex-entry-alist, bibtex-field-alist): New variables.
12143 (bibtex-entry-field-alist): Obsolete alias for
12144 bibtex-BibTeX-entry-alist.
12145 (bibtex-entry-alist, bibtex-field-alist): New widgets.
12146 (bibtex-set-dialect): New command.
12147 (bibtex-entry-type, bibtex-entry-head)
450a0f09
SM
12148 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
12149 Bind via bibtex-set-dialect.
2de69e00
RW
12150 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
12151 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
12152 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
12153 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
12154 Define via bibtex-set-dialect.
450a0f09
SM
12155 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
12156 Obey bibtex-no-opt-remove-re.
2de69e00
RW
12157 (bibtex-vec-push, bibtex-vec-incr): New functions.
12158 (bibtex-format-entry, bibtex-field-list)
12159 (bibtex-print-help-message, bibtex-validate)
12160 (bibtex-search-entries): Use new format of bibtex-entry-alist.
12161
2dcdbdd9
SM
121622011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * progmodes/compile.el (compilation-goto-locus):
12165 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12166 * bs.el (bs-cycle-next, bs-cycle-previous):
12167 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
12168 * bindings.el (mode-line-other-buffer):
12169 * autoinsert.el (auto-insert):
12170 * arc-mode.el (archive-extract):
12171 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
12172
b27640fe
JB
121732011-07-05 Juanma Barranquero <lekktu@gmail.com>
12174
12175 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
12176 Fix check of `emacs-lock-unlockable-modes'.
12177 Coerce true values of `emacs-lock--try-unlocking' to t.
12178
53bbe3ad
JB
121792011-07-05 Juanma Barranquero <lekktu@gmail.com>
12180
12181 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
12182 * emacs-lock.el: New file.
12183
1d3cdbc7
JD
121842011-07-05 Julien Danjou <julien@danjou.info>
12185
12186 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
12187 than `boundp' to check if face is set.
12188
9173deec
JB
121892011-07-05 Juanma Barranquero <lekktu@gmail.com>
12190
12191 * register.el (registerv-make):
12192 * window.el (window-min-height): Fix typos in docstrings.
12193
869795d6
JD
121942011-07-05 Jan Djärv <jan.h.d@swipnet.se>
12195
9173deec 12196 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
869795d6
JD
12197 Update doc string.
12198
b768cdcd
JB
121992011-07-04 Juanma Barranquero <lekktu@gmail.com>
12200
12201 * server.el (server-execute): Catch quit and call
12202 `server-return-error' to pass the error back to emacsclient and
12203 close the connection (bug#8942).
12204
13aa217b
KM
122052011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
12206
12207 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
12208 insecure exception for current topic. Also note that auto-saves
12209 are handled differently.
12210
5d3385a0 12211 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
13aa217b
KM
12212 State variables for tracking auto-save inhibition situation.
12213
12214 (allout-write-contents-hook-handler): Rename from
12215 'allout-write-file-hook-handler', and describe how it depends on
12216 write-contents-functions sensitivity to non-nil value to prevent
12217 file write.
12218
12219 (allout-auto-save-hook-handler): Remove. auto-save does not check
12220 this in individual buffers, only in the starting buffer, so this
12221 is not the right way for us to inhibit auto-save in a buffer
12222 according to its condition.
12223
12224 (allout-mode): Use new allout-write-contents-hook-handler, and
12225 only with write-contents-functions. Remove auto-save provisions -
12226 they're implemented elsewhere.
12227
12228 (allout-before-change-handler): If undo is in progress, note that
12229 for attention of allout-post-command-business.
12230
12231 (allout-post-command-business): If the command we're following was
12232 an undo, check for change in the status of encrypted items and
12233 adjust auto-save inhibitions accordingly.
12234
12235 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
12236 according to whether there are or aren't any plain-text topics
12237 pending encryption.
12238
2dcdbdd9 12239 (allout-inhibit-auto-save-info-for-decryption):
1154d12e
JB
12240 Adjust buffer-saved-size and some allout state to inhibit auto-saves
12241 if there are plain-text topics pending encryption.
13aa217b
KM
12242
12243 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
12244 buffer-saved-size and some allout state to not inhibit auto-saves
12245 if there are no longer any plain-text topics pending encryption.
12246
0757af94
SM
12247 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
12248 No longer provide for exemption of the current topic.
13aa217b 12249
ac89b32c
JL
122502011-07-04 Juri Linkov <juri@jurta.org>
12251
12252 Add 7z operations to delete and save changed members (bug#8968).
12253 * arc-mode.el (archive-7z-expunge, archive-7z-update):
12254 New defcustoms.
12255 (archive-7z-write-file-member): New function.
12256 (archive-7z-summarize): Fix the number of dashes in the
12257 listing output.
12258
8fa39615
SM
122592011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12260
12261 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
12262 (bug#8958).
12263
2f11b3f1
CY
122642011-07-04 Chong Yidong <cyd@stupidchicken.com>
12265
d66fef2b
CY
12266 * bindings.el: Ignore next-buffer and previous-buffer in
12267 minibuffer-local-map.
12268
2f11b3f1
CY
12269 * font-lock.el (font-lock-builtin-face): Change light background
12270 color to dark slate blue (Bug#6693).
12271
f932a347
WD
122722011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
12273
12274 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
12275
c8af70e1
SM
122762011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12277
12278 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
12279 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12280 Add switch-to-buffer.
12281
f158badc
LMI
122822011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12283
12284 * isearch.el (isearch-search-fun-function): Clarify further the
12285 meaning of the function returned.
12286
6d95bd46
MA
122872011-07-04 Michael Albinus <michael.albinus@gmx.de>
12288
12289 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
12290
12291 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
12292 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
12293 Use it.
12294 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
12295 `tramp-default-remote-path' does not exist.
12296 (tramp-send-command-and-read): New optional argument NOERROR.
12297 (tramp-open-connection-setup-interactive-shell)
12298 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
12299 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
12300 (tramp-process-sentinel): Flush also process' connection property.
12301 (tramp-sh-handle-start-file-process): Do not set process
12302 sentinel. It is done now ...
12303 (tramp-maybe-open-connection): ... here. (Bug#8929)
12304
909e6b67
MK
123052011-07-04 MON KEY <monkey@sandpframing.com>
12306
12307 * play/animate.el (animate-string): Doc fixes and allow changing
12308 the buffer name (bug#5417).
12309
123102011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12311
c8af70e1 12312 * play/animate.el (animation-buffer-name): Rename from *animate*.
909e6b67 12313
f34755dc
PE
123142011-07-04 Paul Eggert <eggert@cs.ucla.edu>
12315
396cec72
PE
12316 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
12317 This is simpler and helps future-proof the code.
12318 (timer-until): Use time-subtract and float-time.
08235028 12319 (timer--time-less-p): Use time-less-p.
f34755dc 12320
56e6cc31
JB
123212011-07-04 Juanma Barranquero <lekktu@gmail.com>
12322
3abb79e5
JB
12323 * type-break.el (timep): Use the value of `float-time' to avoid a
12324 byte-compiler warning.
12325
56e6cc31
JB
12326 * server.el (server-eval-and-print): Return any result, even nil.
12327
7b9430b4
PE
123282011-07-03 Paul Eggert <eggert@cs.ucla.edu>
12329
12330 * type-break.el: Accept time formats that the builtins accept.
12331 (timep, type-break-time-difference): Accept any format that
12332 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
12333 This is simpler and helps future-proof the code.
12334 (type-break-time-difference): Round rather than ignoring
12335 subseconds components.
12336
3034e9e7
LMI
123372011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12338
12339 * info.el (Info-apropos-matches): Make non-interactive, since it
12340 doesn't seem to do anything useful as a command (bug#8829).
12341
1485f4c0
CY
123422011-07-03 Chong Yidong <cyd@stupidchicken.com>
12343
12344 * frame.el (frame-background-mode, frame-set-background-mode):
c8af70e1 12345 Move from faces.el.
1485f4c0
CY
12346 (frame-default-terminal-background): New function.
12347
12348 * custom.el (custom-push-theme): Don't record faces in `changed'
12349 theme; this doesn't work correctly for per-frame face settings.
12350 (disable-theme): Use face-set-after-frame-default to reset faces.
12351 (custom--frame-color-default): New function.
12352
9fa3dd45
LMI
123532011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12354
c8af70e1 12355 * dired.el (dired-flagging-regexp): Remove unused variable
9fa3dd45
LMI
12356 (bug#8769).
12357
6cbbc20c
KR
123582011-03-29 Kevin Ryde <user42@zip.com.au>
12359
12360 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12361 `perl-Test2' extend to match possible "fail #N" rep count
12362 (bug#8377).
12363
c7f98048
LMI
123642011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12365
65676592
LMI
12366 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
12367 `smtpmail-via-smtp' now returns the error instead of nil.
12368
c7f98048
LMI
12369 * isearch.el (isearch-search-fun-function): Clarify the doc string
12370 (bug#8101).
12371
56e6cc31 123722011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
9a51c6c7
RK
12373
12374 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
12375 unnecessary spaces (bug#8987).
12376
2b216704
LMI
123772011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12378
12379 * net/network-stream.el (open-network-stream): Use the
12380 :end-of-capability command thoughout.
12381
123822011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12383
12384 * net/network-stream.el (open-network-stream): Add the
12385 :end-of-capability command parameter, used by pop3.el.
12386
36adf6ce
LMI
123872011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
12388
1ca0da0e
LMI
12389 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
12390
fc00f69c
LMI
12391 * fringe.el (fringe-query-style): Remove redundant text " (type ?
12392 for list)" (bug#6475).
12393
28fd8759 12394 * files.el (file-expand-wildcards): Ignore non-readable
8350f087 12395 sub-directories while trying to find matches instead of signaling
28fd8759
LMI
12396 an error (bug#6297).
12397
0dd8b6da
LMI
12398 * man.el (Man-reference-regexp): Allow matching possible
12399 word-wrapped references (bug#6289).
12400
ce1438d6
LMI
12401 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
12402 for consistency with the other vc buffers (bug#6197).
12403 (vc-checkin): Ditto.
12404
12405 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
12406
36adf6ce
LMI
12407 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
12408
e83cc1f7
LMI
124092011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12410
8a20ca4c
LMI
12411 * custom.el (defcustom): Clarify that :set is only used in the
12412 Customize user interface (bug#6089).
12413
83319045
LMI
12414 * progmodes/flymake.el (flymake-mode): If the buffer isn't
12415 associated with a file, refuse to run instead of erroring out
12416 (bug#6084).
12417
a8392169
LMI
12418 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
12419 the doc string, since it appears that using `fill-column' always
12420 controls the width (bug#7845).
12421
e83cc1f7
LMI
12422 * simple.el (shell-command-on-region): Say where the error output
12423 went if `shell-command-default-error-buffer' is set (bug#6857).
12424
e47ca23b
KM
124252011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
12426
12427 * allout.el (allout-yank-processing): Adjust cursor position for
12428 backwards-deleted space.
12429
12430 (allout-rebullet-heading): Register changes with
12431 allout-exposure-changed-hook, so the modified topic is properly
12432 decorated.
12433
5cf56143
LMI
124342011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12435
08549772
LMI
12436 * minibuffer.el (completion-in-region): Document PREDICATE
12437 (bug#7136).
12438
48e96771
LMI
12439 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
12440 of keyword/argument pairs (bug#6904).
12441
c8af70e1
SM
12442 * replace.el (multi-occur):
12443 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
5cf56143 12444
e17d05e2
LMI
124452011-07-02 Drew Adams <drew.adams@oracle.com>
12446
12447 * dired.el (dired-mark-if): Make the message about whether it's
12448 marking or unmarking clearer (bug#8523).
12449
063b0e45
LMI
124502011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
12451
12452 * disp-table.el (display-table-print-array): New function.
12453 (describe-display-table): Use it to print the vectors more pretty
12454 (Bug#8859).
12455
28545e04
MR
124562011-07-02 Martin Rudalics <rudalics@gmx.at>
12457
12458 * window.el (window-state-get-1): Don't assign clone numbers.
12459 Add clone-of item to list of window parameters.
12460 (window-state-put-2): Don't process clone numbers.
12461 (display-buffer-alist): Fix doc-string.
12462
3349e122
SM
124632011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * subr.el (remq): Don't allocate if it's not needed.
12466 (keymap--menu-item-binding, keymap--menu-item-with-binding)
12467 (keymap--merge-bindings): New functions.
12468 (keymap-canonicalize): Use them to refine the canonicalization.
12469 * minibuffer.el (minibuffer-local-completion-map)
12470 (minibuffer-local-must-match-map): Move initialization from C.
12471 (minibuffer-local-filename-completion-map): Move initialization from C;
12472 don't inherit from anything here.
12473 (minibuffer-local-filename-must-match-map): Make obsolete.
12474 (completing-read-default): Use make-composed-keymap to combine
12475 minibuffer-local-filename-completion-map with either
12476 minibuffer-local-must-match-map or
12477 minibuffer-local-filename-completion-map.
12478
d224ac83
GM
124792011-07-01 Glenn Morris <rgm@gnu.org>
12480
3de63bf8
GM
12481 * type-break.el (type-break-time-sum): Use dolist.
12482
d224ac83
GM
12483 * textmodes/flyspell.el (flyspell-word-search-backward):
12484 Replace CL function.
12485
1a1e3f32
SM
124862011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12487
fe3f64d5
SM
12488 * mouse.el (mouse--strip-first-event): New function.
12489 (function-key-map): Use it to map fringe clicks to normal clicks
12490 by default.
12491
eb604e34
SM
12492 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
12493 (vc-bzr-revision-completion-table): Add support for annotate and date.
12494
1a1e3f32
SM
12495 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
12496 inherit from parent.
12497
5bd35902
LMI
124982011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12499
ace6c69c 12500 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
26bde865 12501 (dired-show-file-type): Doc fixup (bug#8818).
ace6c69c 12502
191e2bed
LMI
12503 * dired.el (dired-mode): Fix up the doc string as suggested by
12504 Drew Adams (bug#8817).
12505
5bd35902
LMI
12506 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
12507 cookie, since the manual says that it should be possible to add
12508 this function to `find-file-hook' (bug#8709).
12509
eee8207a
TZ
125102011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12511
12512 * progmodes/cfengine.el: Moved all cfengine3.el functionality
12513 here. Noted Ted Zlatanov as the maintainer.
12514 (cfengine-common-settings, cfengine-common-syntax): New functions
12515 to set up common things between `cfengine-mode' and
12516 `cfengine3-mode'.
12517 (cfengine3-mode): New mode.
12518 (cfengine3-defuns cfengine3-defuns-regex
12519 (cfengine3-class-selector-regex cfengine3-category-regex)
12520 (cfengine3-vartypes cfengine3-font-lock-keywords)
12521 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
eb604e34 12522 (cfengine3-indent-line): Add from cfengine3.el.
eee8207a 12523
36b148cf
MA
125242011-07-01 Michael Albinus <michael.albinus@gmx.de>
12525
12526 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
12527
12528 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
12529
0bf4ba9a
MR
125302011-07-01 Martin Rudalics <rudalics@gmx.at>
12531
12532 * window.el (same-window-buffer-names, same-window-regexps)
12533 (same-window-p, special-display-frame-alist)
12534 (special-display-popup-frame, special-display-function)
12535 (special-display-buffer-names, special-display-regexps)
12536 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
12537 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
12538 (split-window-preferred-function, split-height-threshold)
12539 (split-width-threshold, even-window-heights)
12540 (display-buffer-mark-dedicated, window-splittable-p)
12541 (split-window-sensibly, window-safely-shrinkable-p):
12542 Un-obsolete.
12543 (display-buffer): Don't spread args with function specifier
12544 because special-display-popup-frame won't like it.
12545
35837f51
PE
125462011-07-01 Paul Eggert <eggert@cs.ucla.edu>
12547
d0672f86
PE
12548 Time-stamp simplifications and fixes.
12549 These improve accuracy slightly, and future-proof the code
12550 against some potential changes to current-time format.
12551
b9444d97
PE
12552 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
12553 by using time-since and float-time.
12554
0ef923dc
PE
12555 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
12556 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
12557 + NNN microseconds".
12558
2f81380d
PE
12559 * type-break.el (type-break-time-sum): Rewrite using time-add.
12560
845b5c3e
PE
12561 * play/hanoi.el (hanoi-current-time-float): Remove.
12562 All uses replaced by float-time.
12563
ee6f1be0
PE
12564 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
12565 This yields a more-accurate answer.
12566 (rng-time-to-float): Remove; no longer needed.
12567
fe955043
PE
12568 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
12569
5777162a
PE
12570 * calendar/timeclock.el (timeclock-seconds-to-time):
12571 Defalias to seconds-to-time, since they're the same thing.
12572
3103f8b6 12573 * emacs-lisp/elp.el (elp-elapsed-time):
e2bac5f6 12574 * emacs-lisp/benchmark.el (benchmark-elapse):
35837f51
PE
12575 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
12576
0e61a35f
SM
125772011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * window.el (bury-buffer): Don't iconify the only frame.
12580 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
12581 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
12582
ddd63a1e
CY
125832011-07-01 Chong Yidong <cyd@stupidchicken.com>
12584
0e61a35f
SM
12585 * eshell/em-smart.el (eshell-smart-display-navigate-list):
12586 Add mouse-yank-primary.
ddd63a1e 12587
055f4923
TZ
125882011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
12589
12590 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
12591
6a2fb145
SM
125922011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
12593
12594 * emacs-lisp/find-func.el (find-library--load-name): New fun.
12595 (find-library-name): Use it to find relative load names when provided
12596 absolute file name (bug#8803).
12597
fd4983f2
LMI
125982011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12599
887d14ad
LMI
12600 * textmodes/flyspell.el (flyspell-word): Consider words that
12601 differ only in case as potential doublons (bug#5687).
12602
c53dc7fc
LMI
12603 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
12604 Remove two rather uninteresting debugging-like messages to make
12605 debbugs.el more silent.
12606
fd4983f2
LMI
12607 * comint.el (comint-password-prompt-regexp): Accept "Response" as
12608 a password-like phrase.
12609
7a71b18d 126102011-06-30 Masatake YAMATO <yamato@redhat.com>
b14c0c55
AM
12611
12612 * progmodes/cc-guess.el: New file.
12613
6a2fb145 12614 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
b14c0c55
AM
12615
12616 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
12617 derived from `c-basic-common-init'.
12618
12619 * progmodes/cc-mode.el (top-level): Require cc-guess.
12620 (c-basic-common-init): Use `cc-choose-style-for-mode'.
12621
1fa280a3
LM
126222011-06-30 Lawrence Mitchell <wence@gmx.li>
12623
12624 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
12625
e6597158
AM
126262011-06-30 Alan Mackenzie <acm@muc.de>
12627
1fa280a3
LM
12628 * progmodes/cc-engine.el (c-guess-continued-construct):
12629 Correct the handling of template-args-cont, particularly for when font
e6597158
AM
12630 lock is disabled. Name this case as "CASE G".
12631
68ba37fb
KM
126322011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
12633
12634 * allout.el (allout-yank-processing): Fix injection of extra space
12635 between bullet and non-whitespace character in first topic when
12636 pasting, ensuring that the actual spacing in the pasted topic
12637 following the bullet char is preserved. This extra space was
12638 causing pasted encrypted topics to get a decrypted status even
12639 when the content was actually still encrypted. Now the decryption
12640 status from before the paste is preserved.
12641
12642 (allout-flag-region): Set all allout overlays so they evaporate
12643 when reduced to zero length (evanescent), to prevent overlay
12644 leakage.
12645
887a0b34
GM
126462011-06-30 Glenn Morris <rgm@gnu.org>
12647
94b9acce
GM
12648 * w32-fns.el (w32-charset-info-alist): Declare.
12649
1d9b46d4
GM
12650 * find-dired.el (find-grep-options): Simplify.
12651
cc232200
GM
12652 * term/ns-win.el (ns-set-resource): Declare.
12653
28e77c46
GM
12654 * ses.el (row, col): Declare dynamic variables honestly.
12655
887a0b34
GM
12656 * textmodes/reftex-parse.el (index-tags): Declare.
12657
658d8eb8
CY
126582011-06-30 Chong Yidong <cyd@stupidchicken.com>
12659
12660 * cus-edit.el (customize-push-and-save): New function.
12661
12662 * files.el (hack-local-variables-confirm): Use it.
12663
1fa280a3
LM
12664 * custom.el (load-theme): New arg NO-CONFIRM.
12665 Use customize-push-and-save (Bug#8720).
658d8eb8
CY
12666 (custom-enabled-themes): Doc fix.
12667
12668 * cus-theme.el (customize-create-theme)
12669 (custom-theme-merge-theme): Callers to load-theme changed.
12670
bb617717
LMI
126712011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12672
d61bdd5d
LMI
12673 * thingatpt.el (thing-at-point-short-url-regexp): Require that
12674 short URLs have at least one dot in them (bug #7614).
12675
bb617717
LMI
12676 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
12677 nil, because using a pty is apparently too slow (bug #895).
12678
2f31f37a
LMI
126792011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
12680
12681 * mail/sendmail.el (sendmail-query-once): New function.
12682 (sendmail-query-once-function): New variable.
12683
3076b24e
GM
126842011-06-29 Glenn Morris <rgm@gnu.org>
12685
faf2a174
GM
12686 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
12687
3076b24e
GM
12688 * ses.el (top-level): Require cl when compiling.
12689 (ses-set-localvars): Fix error statement.
12690 Call it at compile time to silence a storm of warnings.
12691
5386012d
MR
126922011-06-29 Martin Rudalics <rudalics@gmx.at>
12693
12694 * window.el (normalize-live-buffer): Rename to
12695 window-normalize-buffer.
12696 (normalize-live-frame): Rename to window-normalize-frame.
12697 (normalize-any-window): Rename to window-normalize-any-window.
12698 (normalize-live-window): Rename to window-normalize-live-window.
12699 (make-window-atom): Rename to window-make-atom.
12700 (window-resize-reset): Rename to window--resize-reset.
12701 (window-resize-reset-1): Rename to window--resize-reset-1.
12702 (resize-mini-window): Rename to window--resize-mini-window.
12703 (resize-subwindows-skip-p): Rename to
12704 window--resize-subwindows-skip-p.
12705 (resize-subwindows-normal): Rename to
12706 window--resize-subwindows-normal.
12707 (resize-subwindows): Rename to window--resize-subwindows.
12708 (resize-other-windows): Rename to window--resize-siblings.
12709 (resize-this-window): Rename to window--resize-this-window.
12710 (resize-root-window): Rename to window--resize-root-window.
12711 (resize-root-window-vertically): Rename to
12712 window--resize-root-window-vertically.
12713 (normalize-buffer-to-display): Rename to
12714 window-normalize-buffer-to-display.
12715 (normalize-buffer-to-switch-to): Rename to
12716 window-normalize-buffer-to-switch-to.
12717 Correspondingly update all callers of the functions listed
12718 above.
12719 (display-buffer-alist, display-buffer-normalize-arguments)
12720 (display-buffer-normalize-options, display-buffer)
12721 (display-buffer-alist-set): Use "function" instead of
12722 "fun-with-args".
12723
1176868d
CY
127242011-06-28 Chong Yidong <cyd@stupidchicken.com>
12725
12726 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
12727 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
12728 debbugs.gnu.org. Mention acknowledgment email.
12729
20a7a65f
LMI
127302011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
12731
12732 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
12733 buffer multibyteness, since it shouldn't matter.
12734
5f45cca5
MR
127352011-06-28 Martin Rudalics <rudalics@gmx.at>
12736
12737 * window.el (display-buffer-in-side-window): Handle dedicated
12738 windows as in display-buffer-reuse-window.
12739 (display-buffer-normalize-alist): Use value of override
12740 specifier.
12741 (display-buffer-normalize-specifiers): Use value of
12742 other-window-means-other-frame specifier.
12743 (display-buffer-alist): Rewrite some texts in widgets.
12744 (display-buffer): Spread arguments when calling function
12745 specified by fun-with-args.
12746
ad85fe1f
DD
127472011-06-28 Deniz Dogan <deniz@dogan.se>
12748
1fa280a3
LM
12749 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12750 Unnest `let'.
da68c4c8 12751
ad85fe1f
DD
12752 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
12753 selectors (Bug#5732).
ec49bd31 12754 (css-proprietary-nmstart-re): Use `regexp-opt'.
ad85fe1f 12755
a08cc025
JA
127562011-06-27 Jari Aalto <jari.aalto@cante.net>
12757
12758 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
12759 (eshell-ls-date-format): New defcustom.
12760 (eshell-ls-file): Use it.
12761
e2b551c5
SM
127622011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12763
12764 * help-fns.el (describe-variable): Fix message for terminal-local vars.
12765
8982b231
KY
127662011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
12767
12768 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
12769 (ange-ftp-make-tmp-name): New arg.
12770 (ange-ftp-file-local-copy): Use it.
12771
36c9fa27
J
127722011-06-27 Jambunathan K <kjambunathan@gmail.com>
12773
12774 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
12775 no-conversion (Bug#8870).
12776
d68443dc
MR
127772011-06-27 Martin Rudalics <rudalics@gmx.at>
12778
12779 * window.el (window-right, window-left, window-child)
12780 (window-child-count, window-last-child)
12781 (window-iso-combination-p, walk-window-tree-1)
12782 (window-atom-check-1, window-tree-1, delete-window)
12783 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
12784 new naming conventions - window-vchild, window-hchild,
12785 window-next and window-prev are now called window-top-child,
12786 window-left-child, window-next-sibling and window-prev-sibling
12787 respectively.
d615d6d2
MR
12788 (resize-window-reset): Rename to window-resize-reset.
12789 (resize-window-reset-1): Rename to window-resize-reset-1.
12790 (resize-window): Rename to window-resize.
12791 (window-min-height, window-min-width)
12792 (resize-mini-window, resize-this-window, resize-root-window)
12793 (resize-root-window-vertically, adjust-window-trailing-edge)
12794 (enlarge-window, shrink-window, maximize-window)
12795 (minimize-window, delete-window, quit-restore-window)
12796 (split-window, balance-windows, balance-windows-area-adjust)
12797 (balance-windows-area, window-state-put-2)
12798 (display-buffer-even-window-sizes, display-buffer-set-height)
12799 (display-buffer-set-width, set-window-text-height)
12800 (fit-window-to-buffer): Rename all "resize-window" prefixed
12801 calls to use the "window-resize" prefix convention.
12802 (display-buffer-alist): Fix symbol for label specifier.
12803 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
12804 corresponding specifier.
12805 Reported by Juanma Barranquero <lekktu@gmail.com>.
d68443dc 12806
b6458526
VB
128072011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12808
12809 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
12810 convention.
12811 (ses-call-printer): Does not pass an empty string to formatter when the
12812 cell is empty to keep from barking printer Calc math-format-value.
12813
d31fd9ac
RS
128142011-06-27 Richard Stallman <rms@gnu.org>
12815
43d5bf84
RS
12816 * battery.el (battery-mode-line-limit): New variable.
12817 (battery-update): Handle it.
12818
d31fd9ac
RS
12819 * mail/rmailmm.el (rmail-mime-process-multipart):
12820 Handle truncated messages.
12821
819a6054
GM
128222011-06-27 Glenn Morris <rgm@gnu.org>
12823
12824 * progmodes/flymake.el (flymake-err-line-patterns):
12825 Allow for column numbers in the ant/javac pattern. (Bug#8866)
12826
cedc73f2
VB
128272011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
12828
819a6054 12829 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
cedc73f2
VB
12830 (ses--clean-!, ses--clean-_): New functions.
12831 (ses-range): Add configurability of readout order, and conversion
12832 to Calc vector.
12833
5e5d49b6
VB
12834 * ses.el (ses-repair-cell-reference-all): New function.
12835 (ses-cell-symbol): Set macro as safe, so that it can be used in
12836 formulas.
12837
56e6cc31 12838 * ses.el: Update cycle detection algorithm.
90ca8b49 12839 (ses-localvars): Add ses--Dijkstra-attempt-nb and
819a6054 12840 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
90ca8b49
VB
12841 (ses-set-localvars): New function.
12842 (ses-make-cell): Add property-list as a cell element.
12843 (ses-cell-property-get-fun, ses-cell-property-get)
12844 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
819a6054
GM
12845 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
12846 New functions.
90ca8b49
VB
12847 (ses-cell-property-set, ses-cell-property-pop)
12848 (ses-cell-property-get-handle): New macro.
12849 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
12850 New aliases, used for code readability.
12851 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
12852 cycle detection.
12853 (ses-self-reference-early-detection): New defcustom.
fac916bf 12854 (ses-formula-references): Robustify against self-referring cells.
90ca8b49
VB
12855 (ses-mode): Use ses-set-localvars.
12856 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
12857 before lauching the update processing.
12858 (ses-initialize-Dijkstra-attempt): New function.
12859 (ses-recalculate-cell): Update for cycle detection based on
12860 Dijkstra algorithm.
12861
2bb63e81
VB
12862 * ses.el: Fix commenting and indenting convention.
12863
c9d29fb8
SM
128642011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * bs.el (bs-cycle-next): Complete last change.
12867
d8e4b68b
JB
128682011-06-27 Drew Adams <drew.adams@oracle.com>
12869
12870 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
12871
40098786
LMI
128722011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12873
c9d29fb8
SM
12874 * net/network-stream.el (network-stream-open-starttls):
12875 Don't re-get capabilities unless we've reestablished connection.
f6ab314e
LMI
12876 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
12877
40098786
LMI
12878 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
12879 to binary to possibly avoid line encoding issues on Windows (among
12880 other things).
12881
468d09d4
LMI
128822011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12883
12884 * net/network-stream.el (open-network-stream): Return an :error
12885 saying what the problem was, if possible.
12886
12887 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
12888 server.
12889
12890 * net/network-stream.el (network-stream-open-starttls): If we
12891 wanted to use STARTTLS, and the server offered it, but we weren't
12892 able to because we had no STARTTLS support, then close the connection.
12893 (open-network-stream): Return an :error element, if present.
12894
16f07dd7
CY
128952011-06-26 Chong Yidong <cyd@stupidchicken.com>
12896
88821ca0
CY
12897 * hl-line.el (hl-line-sticky-flag): Doc fix.
12898 (global-hl-line-sticky-flag): New option (Bug#8323).
12899 (global-hl-line-highlight): Obey it.
12900
16f07dd7
CY
12901 * vc/vc.el (vc-revert-show-diff): Default to t.
12902
6b5ccddf
KM
129032011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
12904
c9d29fb8
SM
12905 * allout-widgets.el (allout-widgets-post-command-business):
12906 Stop decorating intermediate isearch matches. They're not being
6b5ccddf
KM
12907 undecorated when an isearch is continued past, and isearch
12908 automatically collapses them. This leads to "widget leaks", where
12909 decorated items accumulate in collapsed areas. Lines with lots of
c9d29fb8
SM
12910 hidden widgets can slow down cursor travel, substantially.
12911 Too much complicated machinery would be needed to ensure undecoration,
6b5ccddf
KM
12912 so we're doing without this nicety.
12913
12914 (allout-widgets-tally-string): Don't try to do a hash-table-count
12915 of allout-widgets-tally when it's nil. This eliminates spurious "Error
12916 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
12917 *Messages* when allout-widgets-maintain-tally is t.
12918
355f2e07
MR
129192011-06-26 Martin Rudalics <rudalics@gmx.at>
12920
12921 * window.el (display-buffer-normalize-argument): Rename to
12922 display-buffer-normalize-arguments. Handle special meaning of
6b5ccddf
KM
12923 LABEL argument. Respect special-display-function when popping up
12924 a new frame. Fix code searching for a window showing the buffer
12925 on another frame.
c9d29fb8
SM
12926 (display-buffer-normalize-specifiers):
12927 Call display-buffer-normalize-arguments.
355f2e07
MR
12928 (display-buffer-in-window): Don't undedicate the window if its
12929 buffer remains the same.
12930 Reported by Drew Adams <drew.adams@oracle.com>.
12931 (display-buffer-alist): Add choice for same-window macro
12932 specfier.
12933 (display-buffer): Mention special meaning of LABEL argument in
12934 doc-string. Fix quoting. Don't pop up a new frame even as
12935 fallback.
12936
7ca8fc42
JB
129372011-06-26 Juanma Barranquero <lekktu@gmail.com>
12938
12939 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
12940 avoid deleting the current window in some cases (bug#8911).
12941
bc312254
AS
129422011-06-26 Andreas Schwab <schwab@linux-m68k.org>
12943
12944 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
12945 (Bug#8934)
12946
2db18f3f
LMI
129472011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12948
c9d29fb8
SM
12949 * net/network-stream.el (network-stream-open-starttls):
12950 Use built-in TLS support if `gnutls-available-p' is true.
2db18f3f
LMI
12951 (network-stream-open-tls): Ditto.
12952
6302e0d3
LL
129532011-06-26 Leo Liu <sdl.web@gmail.com>
12954
12955 * register.el (registerv): New struct.
12956 (registerv-make): New function.
c9d29fb8
SM
12957 (jump-to-register, describe-register-1, insert-register):
12958 Support the jump-func, print-func and insert-func slot of a registerv
6302e0d3
LL
12959 struct. (Bug#8415)
12960
5fdd4046
CY
129612011-06-26 Chong Yidong <cyd@stupidchicken.com>
12962
2afef60a
CY
12963 * vc/vc.el (vc-revert-show-diff): New defcustom.
12964 (vc-diff-internal): New arg specifying diff buffer.
12965 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
12966 reuse an existing *vc-diff* buffer (Bug#8927).
12967
5fdd4046
CY
12968 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
12969
e93db24a
GM
129702011-06-26 Glenn Morris <rgm@gnu.org>
12971
12972 * progmodes/f90.el (f90-critical-indent): New option.
12973 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
12974 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
12975 (f90-mode): Doc fix.
12976 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
12977 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
12978 (f90-beginning-of-block, f90-next-block, f90-indent-region)
12979 (f90-match-end): Handle block, critical.
12980
eefff499
GM
129812011-06-25 Glenn Morris <rgm@gnu.org>
12982
f6ba4cc9
GM
12983 * calendar/diary-lib.el (diary-included-files): Doc fix.
12984 (diary-include-files): New function, extracted from
12985 diary-include-other-diary-files and diary-mark-included-diary-files.
12986 (diary-include-other-diary-files, diary-mark-included-diary-files):
12987 Just call diary-include-files.
12988 (diary-mark-entries): Reset diary-included-files on first call.
12989
16712304
GM
12990 * calendar/diary-lib.el (diary-mark-entries)
12991 (diary-mark-included-diary-files):
12992 Visit included diary-files in temp buffers.
12993
5d8e0d43
GM
12994 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
12995 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
12996 (f90-start-block-re, f90-imenu-generic-expression)
12997 (f90-looking-at-program-block-start, f90-no-block-limit):
12998 Add support for submodules.
12999
ccf7a5d5
GM
13000 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13001 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
eefff499 13002
11fdef7d 130032011-06-25 Eli Zaretskii <eliz@gnu.org>
638e9005
EZ
13004
13005 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
13006 buffer-file-type before setting its value, to avoid disastrous
eefff499 13007 global effects on decoding files for DOS/Windows systems. (Bug#8780)
638e9005 13008
74f53697
JB
130092011-06-25 Juanma Barranquero <lekktu@gmail.com>
13010
13011 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
13012
13013 * ses.el (ses-unload-function):
13014 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
13015
13016 * proced.el (proced-unload-function):
13017 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
13018
18a4ce5e
AR
130192011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
13020
13021 * server.el (server-create-window-system-frame): Add parameters arg.
13022 (server-process-filter): Doc fix. Handle frame-parameters.
13023
519d22cc
JB
130242011-06-25 Juanma Barranquero <lekktu@gmail.com>
13025
13026 Fix bug#8730, bug#8781.
13027
13028 * loadhist.el (unload--set-major-mode): New function.
13029 (unload-feature): Use it.
13030
13031 * progmodes/python.el (python-after-info-look): Add autoload cookie.
13032 (python-unload-function): New function.
13033
c206f5b0
SM
130342011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13035
13036 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
13037
f9ad64f3
GS
130382011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
13039
13040 * net/browse-url.el (browse-url-firefox-program): Add icecat to
13041 the candidates list.
13042
7d0da90e
JB
130432011-06-24 Juanma Barranquero <lekktu@gmail.com>
13044
13045 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
13046
14b4e83d
RS
130472011-06-23 Richard Stallman <rms@gnu.org>
13048
13049 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
13050 (rmail-variables): Set next-error-move-function.
13051 (rmail-what-message): Take argument POS.
13052 (rmail-next-error-move): New function.
13053
273d2baf
SM
130542011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
13057 messages for adjacent non-terminals.
13058
56c2cc9a
RS
130592011-06-23 Richard Stallman <rms@gnu.org>
13060
13061 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
f444564c 13062 (rmail-show-message-1): Preserve buffer modified flag.
8050daa1
RS
13063 (rmail-start-mail): Don't specify use of rmail-mail-return;
13064 that's done by mail-bury now.
13065 (rmail-mail-return): Handle arg NEWBUF.
56c2cc9a 13066
d59eb518
MA
130672011-06-23 Michael Albinus <michael.albinus@gmx.de>
13068
13069 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
13070 SIZE is a number.
13071
02cfc6d6
MR
130722011-06-23 Martin Rudalics <rudalics@gmx.at>
13073
13074 * window.el (get-lru-window, get-mru-window)
13075 (get-largest-window): Never return a minibuffer window.
13076 (display-buffer-pop-up-window): Fix a bug that could lead to
13077 reusing the minibuffer window.
13078 (display-buffer): Pass original specifier argument to
13079 display-buffer-function instead of the normalized one.
13080 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
13081
4e323265
LL
130822011-06-22 Leo Liu <sdl.web@gmail.com>
13083
13084 * minibuffer.el (completing-read-function)
13085 (completing-read-default): Move from minibuf.c
13086
7a70468f
RS
130872011-06-22 Richard Stallman <rms@gnu.org>
13088
50718fc2
RS
13089 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
13090 to Rmail even if not started by a special Rmail command.
13091
7a70468f
RS
13092 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
13093 Copy the buffer currently showing just one message.
13094
297dde5a
RW
130952011-06-22 Roland Winkler <winkler@gnu.org>
13096
13097 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
13098 (bibtex-clean-entry): First delete the old key so that a
13099 customized algorithm for generating the new key does not get
13100 confused by the old key.
13101 (bibtex-url): Obey regexp of first step.
13102 (bibtex-search-entries): Do not use add-to-list with local
13103 list-var.
13104
97bb1093
LMI
131052011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13106
13107 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
13108 stored a user name, then query for the password first, instead of
13109 waiting for SMTP to give an error message and the trying again.
13110
1c0f1a19
JD
131112011-06-22 Lawrence Mitchell <wence@gmx.li>
13112
13113 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
13114 BUFFER in call-process.
13115
396f7c9d
LMI
131162011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
13117
13118 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
13119 QUIT twice.
ddb7ffee
LMI
13120 (smtpmail-try-auth-methods): Require user name and password from
13121 auth-source.
396f7c9d 13122
8998d1b3
MR
131232011-06-22 Martin Rudalics <rudalics@gmx.at>
13124
13125 * window.el (display-buffer-default-specifiers)
13126 (display-buffer-alist): Remove entries for pop-up-frame-alist.
13127 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
130e3e11 13128 (split-window): Normalize SIDE argument (Bug#8916).
8998d1b3
MR
13129
13130 * frame.el (pop-up-frame-alist, pop-up-frame-function)
13131 (special-display-frame-alist, special-display-popup-frame):
13132 Remove duplicate declarations. These are now in window.el.
13133
4ea31e07
LMI
131342011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13135
c9d29fb8
SM
13136 * mail/smtpmail.el (smtpmail-via-smtp):
13137 Set :use-starttls-if-possible so that we always use STARTTLS if the
6af7a784
LMI
13138 server supports it. SMTP servers that support STARTTLS commonly
13139 require it.
13140
13141 * net/network-stream.el (network-stream-open-starttls): Support
13142 upgrading to STARTTLS always, even if we don't have built-in support.
fa463103 13143 (open-network-stream): Add the :always-query-capabilities keyword.
6af7a784 13144
95f41d9a
LMI
13145 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
13146 upgrades with `open-network-stream', and rely solely on
13147 auth-source for all credentials. Big changes throughout the file,
13148 but in particular:
c9d29fb8
SM
13149 (smtpmail-auth-credentials): Remove.
13150 (smtpmail-starttls-credentials): Remove.
7d36ad46
LMI
13151 (smtpmail-via-smtp): Check for servers saying they want AUTH after
13152 MAIL FROM, too.
95f41d9a 13153
c9d29fb8
SM
13154 * net/network-stream.el (network-stream-open-starttls):
13155 Provide support for client certificates both for external and built-in
4ea31e07
LMI
13156 STARTTLS.
13157 (auth-source): Require.
13158 (open-network-stream): Document the :client-certificate keyword.
eb8c9362
LMI
13159 (network-stream-certificate): Change cert-cert to cert and
13160 cert-key to key.
4ea31e07 13161
065ec2c7
MA
131622011-06-21 Michael Albinus <michael.albinus@gmx.de>
13163
13164 * net/tramp-cache.el (top): Don't load the persistency file when
13165 "emacs -Q" has been called.
13166
cd93b359
DR
131672011-06-21 Tim Harper <timcharper@gmail.com>
13168
d8e4b68b
JB
13169 * term/ns-win.el (ns-initialize-window-system):
13170 Set application-specific `ApplePressAndHoldEnabled' system
cd93b359
DR
13171 resource to NO as it is not yet supported by the NS port.
13172
ae9c0411
JB
131732011-06-21 Juanma Barranquero <lekktu@gmail.com>
13174
13175 * misc.el (list-dynamic-libraries--refresh): Compute header here...
13176 (list-dynamic-libraries): ...not here.
13177
7f3f739f
LL
131782011-06-21 Leo Liu <sdl.web@gmail.com>
13179
13180 * subr.el (sha1): Implement sha1 using secure-hash.
13181
327c8fb1
MR
131822011-06-21 Martin Rudalics <rudalics@gmx.at>
13183
13184 * window.el (display-buffer-alist): In default value do not
13185 enforce searching a window on any but the selected frame.
13186 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13187 (display-buffer-select-window): Remove function.
13188 (display-buffer-in-window): When a window on another frame gets
13189 reused, do not select it any more but just raise its frame if
13190 necessary (Bug#8851) and (Bug#8856).
13191 (display-buffer-normalize-options): Handle pop-up-frames related
13192 options more faithfully.
13193 (pop-to-buffer): Don't rely on `display-buffer' selecting the
13194 window if it is on another frame.
c9d29fb8
SM
13195 (display-buffer-alist, display-buffer-default-specifiers):
13196 Don't make new frame unsplittable by default.
9e9de014
MR
13197 (display-buffer-normalize-argument): Fix doc-string typo and use
13198 'same-frame-other-window instead of 'other-window when associating
13199 with display-buffer-macro-specifiers.
327c8fb1 13200
7cf3f556
VB
132012011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
13202
13203 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
13204 New functions.
13205 (5x5-mode-map, 5x5-mode-menu): Bind them.
13206 (5x5-draw-grid): Tweak the solver's rendering.
13207
60a406cf
SM
132082011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
13211 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
13212
d8e4b68b 132132011-06-21 Drew Adams <drew.adams@oracle.com>
5d907d6c
DA
13214
13215 * menu-bar.el: Use function variable instead of switch-to-buffer.
13216 (menu-bar-select-buffer-function): New variable.
60a406cf 13217 (menu-bar-update-buffers): Use it (bug#8876).
5d907d6c 13218
478d6f95
SM
132192011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13220
13221 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
13222 variable's status.
13223
ca530739
JD
132242011-06-20 Jan Djärv <jan.h.d@swipnet.se>
13225
13226 * x-dnd.el (x-dnd-version-from-flags)
13227 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
13228 and long as number (Bug#8899).
13229 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
13230
bcd70d97
SM
132312011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13232
60a406cf 13233 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
4cb3bfa0
SM
13234 (completion-try-completion, completion-all-completions): Compute the
13235 metadata argument if it's missing; make it optional (bug#8795).
13236
60a406cf 13237 * wid-edit.el: Use lex-bind and move towards completion-at-point.
bcd70d97
SM
13238 (widget-complete): Use new :completion-function property.
13239 (widget-completions-at-point): New function.
13240 (default): Use :completion-function instead of :complete.
60a406cf
SM
13241 (widget-default-completions): Rename from widget-default-complete;
13242 Rewrite.
bcd70d97
SM
13243 (widget-string-complete, widget-file-complete, widget-color-complete):
13244 Remove functions.
13245 (file, symbol, function, variable, coding-system, color):
13246 * international/mule-cmds.el (default-input-method, charset)
13247 (language-info-custom-alist):
13248 * cus-edit.el (face): Use new property :completions.
13249
13250 * progmodes/pascal.el (pascal-completions-at-point): New function.
13251 (pascal-mode): Use it.
13252 (pascal-mode-map): Use completion-at-point.
13253 (pascal-toggle-completions): Make obsolete.
13254 (pascal-complete-word, pascal-show-completions):
13255 * progmodes/octave-mod.el (octave-complete-symbol):
13256 Redefine as obsolete alias.
13257 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
13258 Signal absence of completion info for old Octave,
13259 (inferior-octave-complete): Redefine as obsolete alias.
13260 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
13261 (meta-completions-at-point): Rename from meta-complete-symbol and
13262 adapt it for use on completion-at-point-functions.
13263 (meta-common-mode): Use it.
13264 (meta-looking-at-backward, meta-match-buffer): Remove.
13265 (meta-complete-symbol): Redefine as obsolete alias.
13266 (meta-common-mode-map): Use completion-at-point.
13267 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
13268 (makefile-mode-map): Use completion-at-point.
13269 (makefile-completions-at-point): Rename from makefile-complete and
13270 adapt it for use on completion-at-point-functions.
13271 (makefile-mode): Use it.
13272 (makefile-complete): Redefine as obsolete alias.
13273
aebf69c8
DD
132742011-06-20 Deniz Dogan <deniz@dogan.se>
13275
13276 * net/rcirc.el: Delete trailing whitespaces once and for all.
13277
bfbbb27d
DC
132782011-06-20 Daniel Colascione <dan.colascione@gmail.com>
13279
13280 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
13281
d264a46b
CY
132822011-06-19 Chong Yidong <cyd@stupidchicken.com>
13283
4ca009e5
CY
13284 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
13285
d264a46b
CY
13286 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
13287
fbf5b3ce
MR
132882011-06-19 Martin Rudalics <rudalics@gmx.at>
13289
13290 * window.el (display-buffer-other-window-means-other-frame):
13291 Call display-buffer-normalize-alist.
13292 (display-buffer-normalize-specifiers-1): Rename to
13293 display-buffer-normalize-argument. New argument other-frame.
13294 Rewrite.
13295 (display-buffer-normalize-specifiers-2): Rename to
13296 display-buffer-normalize-options.
13297 (display-buffer-normalize-alist-1): New function.
13298 (display-buffer-normalize-specifiers-3): Rename to
bcd70d97
SM
13299 display-buffer-normalize-alist.
13300 Call display-buffer-normalize-alist-1.
fbf5b3ce
MR
13301 (display-buffer-normalize-options-inhibit): New variable.
13302 (display-buffer-normalize-specifiers): Rewrite calling
13303 display-buffer-normalize-alist,
13304 display-buffer-normalize-argument, and
13305 display-buffer-normalize-options. Don't call the latter if
13306 display-buffer-normalize-options-inhibit is non-nil.
13307 (frame-auto-delete): New option.
13308 (window-deletable-p): Use frame-auto-delete.
9d89fec7
MR
13309 (window-list-no-nils, window-state-ignored-parameters)
13310 (window-state-get-1, window-state-get, window-state-put-list)
bcd70d97
SM
13311 (window-state-put-1, window-state-put-2, window-state-put):
13312 New functions.
9a028c23
MR
13313 (display-buffer-normalize-options): Move special-display-p group
13314 after pop-up-frame group (Bug#8851) and (Bug#8856).
fbf5b3ce 13315
6d10d800
CY
133162011-06-18 Chong Yidong <cyd@stupidchicken.com>
13317
6420d28b
CY
13318 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
13319 groups (Bug#8776).
13320 (rx-submatch-n): New function.
13321 (rx): Document it.
13322
ddb8b596
CY
13323 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
13324 (Bug#8768).
13325
13326 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
13327
77080289
CY
13328 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
13329
61dfb316
CY
13330 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
13331 anytime existing face settings are present (Bug#8889).
13332
6d10d800
CY
13333 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
13334 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
13335 Remove unused argument.
13336
be3fb2b8
MR
133372011-06-18 Martin Rudalics <rudalics@gmx.at>
13338
bcd70d97
SM
13339 * window.el (display-buffer-default-specifiers):
13340 Remove pop-up-frame. Add pop-up-window-min-height,
be3fb2b8
MR
13341 pop-up-window-min-width, and another reuse-window specifier
13342 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
bcd70d97
SM
13343 (display-buffer-normalize-specifiers-2):
13344 Handle split-height-threshold and split-width-threshold also when
be3fb2b8
MR
13345 pop-up-windows is unset. Add a reuse-window specifier for the
13346 case popping up a new window fails.
13347 (special-display-popup-frame): Remove double quoting.
28dec25a 13348 (display-buffer-normalize-specifiers-1): Fix thinko.
be3fb2b8 13349
1c6d8c76
SM
133502011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * shell.el (shell-completion-vars): Set pcomplete-termination-string
13353 according to comint-completion-addsuffix.
13354
13355 * pcomplete.el: Convert to lexical binding and fix bug#8819.
13356 (pcomplete-suffix-list): Mark as obsolete.
13357 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
13358 pcomplete-seen in the closure.
13359 (pcomplete-comint-setup): Setup completion-at-point as well.
13360 (pcomplete--entries): New function.
13361 (pcomplete--env-regexp): New var.
13362 (pcomplete-entries): Rewrite to work with partial-completion and
13363 without relying on pcomplete-suffix-list.
13364 (pcomplete-pare-list): Remove, unused.
13365
25aef8b8
MR
133662011-06-17 Martin Rudalics <rudalics@gmx.at>
13367
13368 * window.el (display-buffer-alist): Set pop-up-window-min-height
13369 and pop-up-window-min-width in default value. Reported by
13370 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
13371 other-window-means-other-frame.
13372 (display-buffer-macro-specifiers): Comment out entry for
13373 other-window specifier.
13374 (display-buffer-other-window-means-other-frame): New function.
13375 (display-buffer-normalize-specifiers-1): New arguments
13376 buffer-name and label. Treat other-window case specially.
13377 (display-buffer-normalize-specifiers-2): Treat other-window case
13378 specially.
13379 (display-buffer-normalize-specifiers-3): New function.
bcd70d97
SM
13380 (display-buffer-normalize-specifiers):
13381 Call display-buffer-normalize-specifiers-3.
25aef8b8 13382
dbad4f69
MR
133832011-06-17 Martin Rudalics <rudalics@gmx.at>
13384
13385 * window.el (same-window-p): Fix two typos introduced when
13386 adding with-no-warnings.
d1067961
MR
13387 (display-buffer-normalize-specifiers-1): Don't check
13388 pop-up-frames for 'unset initialization.
13389 (display-buffer-normalize-specifiers-2): Major rewrite using
13390 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
13391 (pop-up-frames, display-buffer-reuse-frames)
13392 (display-buffer-mark-dedicated): Don't initialize to 'unset.
13393 Suggested by David Engster <deng@randomsample.de>.
13394 (even-window-heights): Initialize to 'unset.
13395 (display-buffer-alist-set): Handle new 'unset initializations.
25aef8b8
MR
13396 (display-buffer-macro-specifiers): Don't pop up a new frame in the
13397 other window case.
dbad4f69 13398
9b9c9e3a
MR
133992011-06-16 Martin Rudalics <rudalics@gmx.at>
13400
bcd70d97
SM
13401 * window.el (display-buffer-normalize-specifiers-1):
13402 Respect current value of pop-up-frames for most reasonable values of
9b9c9e3a 13403 second argument of display-buffer (Bug#8865).
981d5c09
MR
13404 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
13405 (switch-to-buffer-other-window-same-frame)
13406 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
13407 Adams (Bug#8875).
9c2755e9
MR
13408 (display-buffer): Don't check noninteractive when calling
13409 display-buffer-pop-up-frame.
13410 (display-buffer-pop-up-frame): Never pop up a frame in
13411 noninteractive mode (Bug#8857).
67222e1d
MR
13412 (enlarge-window, shrink-window): Don't report an error when the
13413 window can't be resized as requested (Bug#8862).
9b9c9e3a 13414
2b75be67
SM
134152011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13416
9ffdd3ba
SM
13417 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
13418
cb581a67
SM
13419 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
13420
2b75be67
SM
13421 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
13422
8c0e3589
AM
134232011-06-15 Alan Mackenzie <acm@muc.de>
13424
cb581a67
SM
13425 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
13426 for declarators, disable knr checking to speed up for normal files.
13427 2: Refactor, replacing a sequence of nested if forms by a cond form.
8c0e3589 13428
b96e6cde
LMI
134292011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13430
4bba86e6
LMI
13431 * net/network-stream.el (open-network-stream): Add the keyword
13432 :always-query-capabilities for the case where you want to force a
13433 `plain' network connection, but the protocol still requires the
13434 capabilitiy command (i.e., SMTP and EHLO).
13435
2b75be67 13436 * subr.el (process-live-p): Rename from `process-alive-p' for
b96e6cde
LMI
13437 consistency with other `-live-p' functions.
13438
efdcdbf8
SM
134392011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * window.el (same-window-buffer-names, same-window-regexps)
13442 (special-display-frame-alist, special-display-popup-frame)
13443 (special-display-function, special-display-buffer-names)
13444 (special-display-regexps, pop-up-frame-alist)
13445 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
13446 (pop-up-windows, split-window-preferred-function)
13447 (split-height-threshold, split-width-threshold, even-window-heights)
13448 (display-buffer-mark-dedicated): Don't encourage the use of
13449 display-buffer-alist from Elisp code.
13450
c5cde042
DN
134512011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
13452
13453 * progmodes/python.el (python-mode): Derive from prog-mode.
13454 * progmodes/ps-mode.el (ps-mode):
13455 * progmodes/mixal-mode.el (mixal-mode):
50328a1b 13456 * progmodes/cfengine.el (cfengine-mode):
c5cde042
DN
13457 * progmodes/ld-script.el (ld-script-mode): Likewise.
13458
baa1c9ab
MR
134592011-06-15 Martin Rudalics <rudalics@gmx.at>
13460
13461 * window.el (display-buffer-alist): Trim default value to avoid
13462 popping up a new frame (Bug#8857) or reusing an arbitrary window
13463 on another frame.
13464 (display-buffer): Do not fall back on popping up a new frame in
13465 batch mode (Bug#8857).
13466
c5dd5a51
CY
134672011-06-14 Chong Yidong <cyd@stupidchicken.com>
13468
13469 * cus-theme.el (describe-theme-1): Use custom-theme-p.
13470 (custom-theme-summary): New function.
13471 (customize-themes): Use it.
13472
d647b7c4
GM
134732011-06-13 Glenn Morris <rgm@gnu.org>
13474
13475 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
13476
9481c002
MR
134772011-06-13 Martin Rudalics <rudalics@gmx.at>
13478
357f93d2
MR
13479 * help.el (help-window): Remove variable.
13480 (help-window-point-marker, temp-buffer-max-height)
13481 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
13482 (help-print-return-message): Don't set help-window.
13483 (resize-temp-buffer-window): Rewrite cod eand doc-string.
13484 (help-window-setup-finish): Remove.
13485 (help-window-display-message, help-window-setup)
13486 (with-help-window): Major rewrite based on new
13487 display-buffer-window variable.
13488
13489 * help-mode.el (help-mode-finish): Remove help-window related
13490 code.
13491
13492 * view.el (view-exits-all-viewing-windows): Remove reference to
13493 view-return-to-alist in doc-string.
13494 (view-return-to-alist): Make obsolete.
13495 (view-buffer): Call pop-to-buffer-same-window and remove
13496 undo-window code.
13497 (view-buffer-other-window): Call pop-to-buffer-other-window and
13498 simplify code. Ignore second argument.
13499 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
13500 simplify code. Ignore second argument.
13501 (view-return-to-alist-update): Make obsolete.
13502 (view-mode-enter): Rename second argument to QUIT-RESTORE.
13503 Rewrite using quit-restore window parameters.
2b75be67
SM
13504 (view-mode-exit): Rename second argument to EXIT-ONLY.
13505 Rewrite using quit-restore-window.
357f93d2
MR
13506 (View-exit, View-exit-and-edit, View-leave, View-quit)
13507 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
13508 appropriate arguments.
13509 (view-end-message): Use quit-restore window parameter.
13510
9481c002
MR
13511 * window.el (display-buffer-function): Rewrite doc-string.
13512 (display-buffer-window, display-buffer-alist): New variables.
13513 (display-buffer-split-specifiers)
13514 (display-buffer-side-specifiers)
13515 (display-buffer-macro-specifiers): New constants.
13516 (display-buffer-even-window-sizes, display-buffer-set-height)
13517 (display-buffer-set-width, display-buffer-select-window)
13518 (display-buffer-in-window, display-buffer-reuse-window)
13519 (display-buffer-split-window-1, display-buffer-split-window)
13520 (display-buffer-split-atom-window, display-buffer-pop-up-window)
13521 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
13522 (display-buffer-in-side-window, normalize-buffer-to-display)
13523 (display-buffer-normalize-specifiers-1)
13524 (display-buffer-normalize-specifiers-2)
2b75be67
SM
13525 (display-buffer-normalize-specifiers, display-buffer-frame):
13526 New functions.
9481c002
MR
13527 (display-buffer): Major rewrite.
13528 (display-buffer-other-window, display-buffer-other-frame)
13529 (pop-to-buffer, switch-to-buffer-other-window)
13530 (switch-to-buffer-other-frame): Rewrite.
13531 (display-buffer-same-window, display-buffer-same-frame)
13532 (display-buffer-same-frame-other-window)
13533 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
13534 (pop-to-buffer-other-window)
13535 (pop-to-buffer-same-frame-other-window)
13536 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
13537 (switch-to-buffer-other-window-same-frame): New functions.
13538 (same-window-p, special-display-p): Rewrite disabling warnings.
13539 Make obsolete.
13540 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
13541 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
13542 Make obsolete
13543 (same-window-buffer-names, same-window-regexps)
13544 (special-display-frame-alist, special-display-popup-frame)
13545 (special-display-function, special-display-buffer-names)
13546 (special-display-regexps, pop-up-frame-alist)
13547 (pop-up-frame-function, split-window-preferred-function)
13548 (split-height-threshold, split-width-threshold)
13549 (even-window-heights): Make obsolete.
13550
9db51aca
GM
135512011-06-12 Glenn Morris <rgm@gnu.org>
13552
13553 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
7cb363eb 13554 Misc simplifications.
9db51aca 13555
39cffb44
MR
135562011-06-12 Martin Rudalics <rudalics@gmx.at>
13557
13558 * window.el (window-safely-shrinkable-p): Restore function which
13559 was inadvertently removed in change from 2011-06-11. Declare as
13560 obsolete.
13561
2b75be67
SM
13562 * calendar/calendar.el (calendar-generate-window):
13563 Use window-iso-combined-p instead of combination of one-window-p and
39cffb44
MR
13564 window-safely-shrinkable-p.
13565
a8955be7
GM
135662011-06-12 Glenn Morris <rgm@gnu.org>
13567
13568 * progmodes/fortran.el (fortran-mode-syntax-table):
13569 * progmodes/f90.el (f90-mode-syntax-table):
13570 Set % to punctuation. (Bug#8820)
13571 (f90-find-tag-default): Remove, no longer needed.
13572
f0d4059d
DC
135732011-06-12 Daniel Colascione <dan.colascione@gmail.com>
13574
13575 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
13576
1100a63c
CY
135772011-06-11 Chong Yidong <cyd@stupidchicken.com>
13578
13579 * image.el (image-animated-p): Return animation delay in seconds.
13580 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
13581 (image-animate-timeout): Remove DELAY argument. Don't assume
13582 every subimage has the same delay; get it from image-animated-p.
13583 (image-animate): Caller changed.
13584
def722bf
MA
135852011-06-11 Michael Albinus <michael.albinus@gmx.de>
13586
13587 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
13588 to ignored backtrace functions.
13589
0a2bb1a9
GM
135902011-06-11 Glenn Morris <rgm@gnu.org>
13591
13592 * calendar/appt.el (appt-disp-window-function): Doc fix.
13593 (appt-check): Handle overlapping appointments. (Bug#8337)
13594
6198ccd0
MR
135952011-06-11 Martin Rudalics <rudalics@gmx.at>
13596
13597 * window.el (window-tree-1, window-tree): New functions, moving
13598 the latter to window.el.
13599 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
13600 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
13601 (bw-refresh-edges): Remove.
13602 (balance-windows-1, balance-windows-2): New functions.
13603 (balance-windows): Rewrite in terms of window tree functions,
13604 balance-windows-1 and balance-windows-2.
13605 (bw-adjust-window): Remove.
13606 (balance-windows-area-adjust): New function with functionality of
13607 bw-adjust-window but using resize-window.
2b75be67
SM
13608 (set-window-text-height): Rewrite doc-string.
13609 Use normalize-live-window and resize-window.
13610 (enlarge-window-horizontally, shrink-window-horizontally):
13611 Rename argument to DELTA.
6198ccd0
MR
13612 (window-buffer-height): New function.
13613 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
13614 Rewrite using new window resize routines.
2b75be67
SM
13615 (kill-buffer-and-window, mouse-autoselect-window-select):
13616 Use ignore-errors instead of condition-case.
6198ccd0
MR
13617 (quit-window): Call delete-frame instead of delete-windows-on
13618 for the only buffer on frame.
13619
9397e56f
MR
136202011-06-10 Martin Rudalics <rudalics@gmx.at>
13621
13622 * loadup.el (top-level): Load window before files for the sake
13623 of replace-buffer-in-windows.
13624
13625 * files.el (read-buffer-to-switch)
13626 (switch-to-buffer-other-window)
2b75be67
SM
13627 (switch-to-buffer-other-frame, display-buffer-other-frame):
13628 Move to window.el.
9397e56f
MR
13629
13630 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
13631 (previous-buffer): Move to window.el.
13632
13633 * bindings.el (unbury-buffer): Move to window.el.
13634
13635 * window.el (delete-other-windows-vertically): Move after
13636 definition of delete-other-windows.
13637 (other-window, delete-windows-on, replace-buffer-in-windows):
13638 Move here from window.c.
13639 (record-window-buffer, unrecord-window-buffer)
13640 (set-window-buffer-start-and-point, switch-to-prev-buffer)
13641 (switch-to-next-buffer): New functions.
13642 (get-next-valid-buffer, last-buffer, next-buffer): Move here
13643 from simple.el. Call switch-to-next-buffer.
2b75be67
SM
13644 (previous-buffer): Move here from simple.el.
13645 Call switch-to-prev-buffer.
9397e56f
MR
13646 (bury-buffer): Move here from buffer.c. Switch to previous
13647 buffer when window cannot be deleted.
13648 (unbury-buffer): Move here from bindings.el.
13649 (ctl-x-map): Move binding for other-window from window.c to
13650 here.
13651 (read-buffer-to-switch, switch-to-buffer-other-window)
13652 (switch-to-buffer-other-frame): Move here from files.el.
13653 (normalize-buffer-to-switch-to): New functions.
2b75be67
SM
13654 (switch-to-buffer): Move here from buffer.c.
13655 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
9397e56f 13656
562dd5e9
MR
136572011-06-10 Martin Rudalics <rudalics@gmx.at>
13658
13659 * window.el (window-min-height, window-min-width): Move here
13660 from window.c. Add defcustoms and rewrite doc-strings.
13661 (resize-mini-window, resize-window): New functions.
13662 (adjust-window-trailing-edge, enlarge-window, shrink-window):
13663 Move here from window.c.
13664 (maximize-window, minimize-window): New functions.
13665 (delete-window, delete-other-windows, split-window): Move here
13666 from window.c.
13667 (window-split-min-size): New function.
13668 (split-window-keep-point): Mention split-window-above-each-other
13669 instead of split-window-vertically.
2b75be67 13670 (split-window-above-each-other, split-window-vertically):
1154d12e
JB
13671 Rename split-window-vertically to split-window-above-each-other
13672 and provide defalias for old definition.
13673 (split-window-side-by-side, split-window-horizontally):
13674 Rename split-window-horizontally to split-window-side-by-side
13675 and provide defalias for the old definition.
562dd5e9
MR
13676 (ctl-x-map): Move bindings for delete-window,
13677 delete-other-windows and enlarge-window here from window.c.
13678 Replace bindings for split-window-vertically and
13679 split-window-horizontally by bindings for
13680 split-window-above-each-other and split-window-side-by-side.
13681
13682 * cus-start.el (all): Remove entries for window-min-height and
13683 window-min-width. Add entries for window-splits and
13684 window-nest.
13685
f0da764a
GM
136862011-06-09 Glenn Morris <rgm@gnu.org>
13687
80675c21
GM
13688 * calendar/appt.el (appt-mode-line): New function.
13689 (appt-check, appt-disp-window): Use it.
13690
f0da764a
GM
13691 * files.el (hack-one-local-variable-eval-safep):
13692 Allow minor-modes with explicit +/-1 arguments.
13693
59f623b7
TZ
136942011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
13695
13696 * term/xterm.el (xterm): Add defgroup.
13697 (xterm-extra-capabilities): Add defcustom to supply known xterm
13698 capabilities, skip querying them, or query them (default).
13699 (terminal-init-xterm): Use it.
13700 (terminal-init-xterm-modify-other-keys): New function to set up
13701 modifyOtherKeys support to simplify `terminal-init-xterm'.
13702
9aab8e0d
MR
137032011-06-09 Martin Rudalics <rudalics@gmx.at>
13704
13705 * window.el (resize-window-reset, resize-window-reset-1)
13706 (resize-subwindows-skip-p, resize-subwindows-normal)
13707 (resize-subwindows, resize-other-windows, resize-this-window)
13708 (resize-root-window, resize-root-window-vertically)
13709 (window-deletable-p, window-or-subwindow-p)
13710 (frame-root-window-p): New functions.
13711
e8b08aee
GM
137122011-06-09 Glenn Morris <rgm@gnu.org>
13713
13714 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
13715 (ange-ftp-get-files): Use it.
13716
254c37a5
AK
137172011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
13718
13719 * mail/sendmail.el (mail-recover-1, mail-recover):
13720 * files.el (recover-file, recover-session):
13721 Handle dired-listing-switches not being just a single short option.
13722
35d7dbd3
GM
137232011-06-09 Glenn Morris <rgm@gnu.org>
13724
13725 * calendar/appt.el (appt-display-message, appt-disp-window):
13726 Handle lists of appointments.
13727
387522b2
MR
137282011-06-08 Martin Rudalics <rudalics@gmx.at>
13729
2b75be67
SM
13730 * window.el (one-window-p): Move down in code.
13731 Rewrite doc-string.
13732 (window-current-scroll-bars): Rewrite doc-string.
13733 Normalize live window argument.
387522b2
MR
13734 (walk-windows, get-window-with-predicate, count-windows):
13735 Rewrite doc-string. Use window-list-1.
13736 (window-in-direction-2, window-in-direction, get-mru-window):
13737 New functions.
13738
d8e4b68b 137392011-06-08 Reuben Thomas <rrt@sc3d.org>
2c587104
GM
13740
13741 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
13742 Doc fix (Bug#8713).
13743
137442011-06-08 Chong Yidong <cyd@stupidchicken.com>
13745
13746 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
13747
137482011-06-08 Juanma Barranquero <lekktu@gmail.com>
13749
13750 * loadhist.el (unload-feature-special-hooks):
13751 Add `comint-output-filter-functions'.
13752
0de12c52
IK
137532011-06-08 Ivan Kanis <gnu@kanis.fr>
13754
13755 * calendar/appt.el (appt-check): Move some initializations into the let.
13756
f3d1777e
MR
137572011-06-08 Martin Rudalics <rudalics@gmx.at>
13758
13759 * window.el (window-height): Defalias to window-total-height.
13760 (window-width): Defalias to window-body-width.
13761
18af70d0
CY
137622011-06-07 Chong Yidong <cyd@stupidchicken.com>
13763
13764 * image-mode.el (image-toggle-animation): New command.
13765 (image-mode-map): Bind it to RET.
13766 (image-mode): Update message.
13767 (image-toggle-display-image): Avoid a spurious cache flush.
13768 (image-transform-rotation): Doc fix.
13769 (image-transform-properties): Return quickly in the normal case.
13770 (image-animate-loop): Rename from image-animate-max-time.
13771
2b75be67 13772 * image.el (image-animate-max-time): Move to image-mode.el.
18af70d0
CY
13773 (create-animated-image): Remove unnecessary function.
13774 (image-animate): Rename from image-animate-start. New arg.
2b75be67 13775 (image-animate-stop): Remove; just use image-animate-timer.
18af70d0
CY
13776 (image-animate-timer): Use car-safe.
13777 (image-animate-timeout): Rename argument.
13778
190b47e6
MR
137792011-06-07 Martin Rudalics <rudalics@gmx.at>
13780
13781 * window.el (get-lru-window, get-largest-window): Move here from
2b75be67
SM
13782 window.c. Rename first argument to ALL-FRAMES.
13783 Rephrase doc-strings.
13784 (get-buffer-window-list): Rewrite using window-list-1.
13785 Rephrase doc-string.
a1511caf
MR
13786 (window-safe-min-height, window-safe-min-width): New constants.
13787 (window-size-ignore, window-min-size, window-min-size-1)
13788 (window-sizable, window-sizable-p, window-size-fixed-1)
13789 (window-size-fixed-p, window-min-delta-1, window-min-delta)
13790 (window-max-delta-1, window-max-delta, window-resizable)
13791 (window-resizable-p, window-total-height, window-total-width)
13792 (window-body-width): New functions.
13793 (window-full-height-p, window-full-width-p): Rewrite using
13794 window-total-size.
13795 (window-body-height): Rewrite using window-body-size.
190b47e6 13796
85cc1f11
MR
137972011-06-06 Martin Rudalics <rudalics@gmx.at>
13798
13799 * window.el (window-right, window-left, window-child)
13800 (window-child-count, window-last-child, window-any-p)
13801 (normalize-live-buffer, normalize-live-frame)
13802 (normalize-any-window, normalize-live-window)
13803 (window-iso-combination-p, window-iso-combined-p)
13804 (window-iso-combinations)
13805 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
13806 (windows-with-parameter, window-with-parameter)
13807 (window-atom-root, make-window-atom, window-atom-check-1)
2b75be67
SM
13808 (window-atom-check, window-side-check, window-check):
13809 New functions.
85cc1f11
MR
13810 (ignore-window-parameters, window-sides, window-sides-vertical)
13811 (window-sides-slots): New variables.
13812 (window-size-fixed): Move down in code. Minor doc-string fix.
13813
e7156492
AS
138142011-06-05 Andreas Schwab <schwab@linux-m68k.org>
13815
13816 * comint.el (comint-dynamic-complete-as-filename)
13817 (comint-dynamic-complete-filename): Correctly call
13818 completion-in-region.
13819
7e821d0d
DD
138202011-06-05 Deniz Dogan <deniz@dogan.se>
13821
13822 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
13823 in last change.
13824
ac09b8a1
DD
138252011-06-05 Deniz Dogan <deniz@dogan.se>
13826
13827 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
13828 (rcirc): Use it to prompt for encryption.
13829
34699b85
RW
138302011-06-05 Roland Winkler <winkler@gnu.org>
13831
13832 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
13833 (bibtex-search-entries): New command bound to C-c C-a.
13834 (bibtex-display-entries): New function.
13835
004dedd3
RW
138362011-06-05 Roland Winkler <winkler@gnu.org>
13837
13838 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
13839 (bibtex-insert-kill): After yanking insert newline if necessary.
13840 (bibtex-initialize): Call bibtex-string-files-init only once.
13841 (bibtex-mode): Do not call easy-menu-add.
13842 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
13843 (bibtex-yank): Set arg properly if nil.
13844
022fe7ce
RW
138452011-06-05 Roland Winkler <winkler@gnu.org>
13846
2b75be67
SM
13847 * textmodes/bibtex.el (bibtex-search-entry-globally):
13848 New variable.
022fe7ce
RW
13849 (bibtex-search-entry): Use it.
13850
b7c3692a
RW
138512011-06-05 Roland Winkler <winkler@gnu.org>
13852
13853 * textmodes/bibtex.el (bibtex-entry-format): New option
13854 sort-fields.
13855 (bibtex-format-entry, bibtex-reformat): Honor this option.
13856 (bibtex-parse-entry): Return fields in proper order.
13857
8eda563d
JB
138582011-06-05 Juanma Barranquero <lekktu@gmail.com>
13859
13860 * doc-view.el (doc-view-remove-if): Move computation of result out
13861 of `dolist' to silence misleading lexical-binding warning.
13862
7dbe3dbc
CY
138632011-06-04 Chong Yidong <cyd@stupidchicken.com>
13864
13865 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
13866 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
13867
0c33dd17
MA
138682011-06-04 Michael Albinus <michael.albinus@gmx.de>
13869
13870 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
13871 "SunOS 5.10".
13872
f8f91c2b
MA
138732011-06-04 Michael Albinus <michael.albinus@gmx.de>
13874
13875 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
13876 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
13877 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
13878 (tramp-parse-putty):
13879 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
13880 (tramp-completion-function-alist-ssh)
13881 (tramp-completion-function-alist-telnet)
13882 (tramp-completion-function-alist-su)
13883 (tramp-completion-function-alist-putty): Set `tramp-autoload'
13884 cookie.
13885
13886 * net/tramp-ftp.el:
13887 * net/tramp-sh.el:
13888 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
13889 load "tramp.el" `tramp-set-completion-function'.
13890
e17d9003
SM
138912011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
13892
13893 * shell.el: Require and use pcomplete.
13894 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
13895 (shell-completion-vars): Set pcomplete-default-completion-function.
13896
6c4cab03
DD
138972011-06-04 Deniz Dogan <deniz@dogan.se>
13898
13899 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
13900 `memq' (Bug#8799).
13901
ea9fafe0
SM
139022011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13903
13904 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
13905
b3e945d3
JB
139062011-06-02 Juanma Barranquero <lekktu@gmail.com>
13907
13908 * bs.el (bs--mark-unmark, bs--nth-wrapper):
13909 * mpc.el (mpc-select-extend, mpc-songpointer-context):
13910 * vc/log-view.el (log-view-beginning-of-defun):
13911 * vc/smerge-mode.el (smerge-apply-resolution-patch)
13912 (smerge-refine-forward, smerge-refine-chopup-region):
13913 Silence warning for unused `dotimes' counter variables.
13914
7d520089
SM
139152011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * net/tramp.el (tramp-with-progress-reporter): Rename from
13918 with-progress-reporter. Use `declare'.
13919 * net/tramp-smb.el:
13920 * net/tramp-sh.el:
13921 * net/tramp-gvfs.el: Update all uses.
13922
a1c2400f
JB
139232011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
13924
13925 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
13926 buffer isn't killed before making it current.
13927
2403c841
SM
139282011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13929
13930 Silence various byte-compiler warnings.
13931 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
13932 `access-type' and new obsolescence format.
13933 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
13934 new format.
13935 (byte-compile-check-variable): New `access-type' argument.
13936 Only warn if the access-type is obsolete.
13937 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
13938 (byte-compile-variable-set): Adjust callers.
13939 * help-fns.el (describe-variable): Adjust to new obsolescence format.
13940 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
13941 setting it as obsolete.
13942 * simple.el (minibuffer-completing-symbol):
13943 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
13944 access as obsolete.
13945 * minibuffer.el (minibuffer-completing-file-name): Don't make it
13946 obsolete yet.
13947 * international/quail.el (quail-mouse-choose-completion): Remove unused
13948 code referring to obsolete var.
13949 (quail-choose-completion-string): Remove.
13950 * server.el (server-clients-with, server-kill-buffer-query-function)
13951 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
13952 * proced.el (proced-send-signal):
13953 * emacs-lisp/lisp.el (lisp-complete-symbol):
13954 Replace completion-annotate-function with completion-extra-properties.
13955
2462470b
SM
139562011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13957
fb5b2591
SM
13958 * simple.el (goto-line): Use read-number.
13959 (overriding-map-is-bound): Remove.
13960 (saved-overriding-map): Change default.
13961 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
13962 Take the map as argument.
13963 (universal-argument, negative-argument, digit-argument): Use it.
13964 (restore-overriding-map): Adjust.
13965 (do-auto-fill): Use fill-forward-paragraph.
13966 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
13967
fd6fa53f
SM
13968 * minibuffer.el (minibuffer-inactive-mode-map): New var.
13969 (minibuffer-inactive-mode): New major mode.
13970 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
13971 the *Messages* buffer" hack.
13972 (mouse-popup-menubar): Don't burp if the event is a normal key.
13973
2462470b
SM
13974 Miscellaneous tweaks.
13975 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
13976 lexical scoping as in subr.el's dolist and dotimes.
13977 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
13978 Silence compiler warning.
13979 * thingatpt.el (forward-whitespace): Trivial coding style fix.
13980 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
13981 * international/ccl.el (ccl-compile): Trivial simplification.
13982 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
13983 * emacs-lisp/testcover.el (testcover-end): Remove spurious
13984 `printflag' argument.
13985 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13986 Purecopy the whole obsolescence data.
13987
108bf785
LL
139882011-06-01 Leo Liu <sdl.web@gmail.com>
13989
13990 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
13991 improve doc-string as suggested by Marco Pessotto
13992 <melmothx@gmail.com>.
13993 (rcirc-print): Fix last change.
13994
30a23501
SM
139952011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * minibuffer.el (complete-with-action): Return nil for the metadata and
13998 boundaries of non-functional tables.
13999 (completion-table-dynamic): Return nil for the metadata.
14000 (completion-table-with-terminator): Add default case, using
14001 complete-with-action.
14002 (completion--metadata): New function.
14003 (completion-all-sorted-completions, minibuffer-completion-help): Use it
14004 to try and avoid pathological performance problems.
14005 (completion--embedded-envvar-table): Return `category' metadata.
14006
bcd54f83
LMI
140072011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
14008
14009 * subr.el (process-alive-p): New tiny convenience function.
14010
e227544d
SM
140112011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
14014 content but also its previous major mode.
14015
e8296fdc
HE
140162011-05-31 Helmut Eller <eller.helmut@gmail.com>
14017
4d61f28d 14018 * emacs-lisp/debug.el (debug): Restore the previous content of the
e8296fdc
HE
14019 *Backtrace* buffer when we exit with C-M-c.
14020
620c53a6
SM
140212011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * minibuffer.el: Add metadata method to completion tables.
14024 (completion-category-overrides): New defcustom.
14025 (completion-metadata, completion--field-metadata)
14026 (completion-metadata-get, completion--styles)
14027 (completion--cycle-threshold): New functions.
14028 (completion-try-completion, completion-all-completions):
14029 Add `metadata' argument to choose completion-styles.
14030 (completion--do-completion): Use metadata to choose cycling.
14031 (completion-all-sorted-completions): Use metadata for sorting.
14032 Remove :completion-cycle-penalty which is not needed any more.
14033 (completion--try-word-completion): Add `metadata' argument.
14034 (minibuffer-completion-help): Check metadata for annotation function
14035 and sorting.
14036 (completion-file-name-table): Return `category' metadata.
14037 (minibuffer-completing-file-name): Make obsolete.
14038 * simple.el (minibuffer-completing-symbol): Make obsolete.
14039 * icomplete.el (icomplete-completions): Pass new `metadata' param to
14040 completion-try-completion.
14041
1257e755
SM
140422011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14043
14044 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
14045
3767e706
LL
140462011-05-30 Leo Liu <sdl.web@gmail.com>
14047
14048 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
5ab33f2b
LL
14049 (rcirc-print): Decode all incoming messages (bug#8744).
14050 (rcirc-decode-coding-system): Allow value nil for automatic coding
14051 system detection.
3767e706 14052
d1a5d56a
GM
140532011-06-01 Glenn Morris <rgm@gnu.org>
14054
14055 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
14056
e8cbec34
CY
140572011-05-29 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * image.el (image-animate-max-time): Allow nil and t values.
14060 Default to nil.
14061 (create-animated-image): Doc fix.
14062 (image-animate-start): Remove second arg; just use
14063 image-animate-max-time.
14064 (image-animate-timeout): Doc fix. Args changed.
14065
14066 * image-mode.el (image-toggle-display-image): Ensure that the
14067 image spec passed to the animate timer is the same object as in
58179cce 14068 the buffer's display property (Bug#6981).
e8cbec34
CY
14069 (image-transform-properties): Doc fix.
14070
14071 * image.el (image-animate-max-time): Default to nil.
14072
159daf87
MR
140732011-05-29 Martin Rudalics <rudalics@gmx.at>
14074
14075 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
14076 entire buffer list (Bug#8184).
14077
d66c4c7c
CY
140782011-05-29 Chong Yidong <cyd@stupidchicken.com>
14079
14080 * image.el (imagemagick-types-inhibit)
14081 (imagemagick-register-types): Doc fix.
14082
80aec780
DD
140832011-05-29 Deniz Dogan <deniz@dogan.se>
14084
14085 * net/rcirc.el (rcirc): Use the user's stored encryption method by
14086 default.
14087
1dd3c2d9
CY
140882011-05-29 Chong Yidong <cyd@stupidchicken.com>
14089
14090 * select.el: Don't perform clipboard-manager saving in hooks;
14091 leave the hooks empty.
14092
60e56523
LL
140932011-05-28 Leo Liu <sdl.web@gmail.com>
14094
14095 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
14096 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
14097 (occur-edit-mode): New major mode (Bug#8463).
14098 (occur-after-change-function): New function.
14099 (occur-engine): Give Occur tags a read-only property.
14100
2b1e1a22
KR
141012011-05-28 Kevin Ryde <user42@zip.com.au>
14102
14103 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
14104
5d344e88
CY
141052011-05-28 Chong Yidong <cyd@stupidchicken.com>
14106
8e6ca83d
CY
14107 * bindings.el (help-echo): Make the initial non-indicator dash
14108 empty on graphical terminals (Bug#7295).
14109
5d344e88
CY
14110 * files.el (auto-mode-alist): Move config rule after the
14111 in-stripping one (Bug#8547).
14112
bfbbace7
CY
14113 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
14114
fbeba6e2
CY
14115 * startup.el (normal-splash-screen): Remove gratuitous mode-line
14116 setting (Bug#8740).
14117
60ed8c72
AA
141182011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
14119
4ac619f0
AA
14120 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
14121 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
14122 (Bug#8539).
60ed8c72 14123
23db196e
CY
141242011-05-28 Chong Yidong <cyd@stupidchicken.com>
14125
14126 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
14127
5012f24c
DK
141282011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
14129
14130 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
14131 (hs-hide-block-at-point, hs-find-block-beginning)
14132 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
14133 (Bug#8279).
14134
6a639b16
GM
141352011-05-28 Glenn Morris <rgm@gnu.org>
14136
14137 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
14138
d43eaf2c
CY
141392011-05-28 Chong Yidong <cyd@stupidchicken.com>
14140
5199bde1
CY
14141 * help-fns.el (describe-function-1): If the function is a derived
14142 major mode, print the parent mode.
14143
d43eaf2c
CY
14144 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
14145 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
14146
423428a8
SM
141472011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14148
0ff8e1ba 14149 * minibuffer.el (completion--capf-wrapper): Check applicability before
0b381c7e 14150 returning non-nil for non-exclusive completion data.
0ff8e1ba
SM
14151 * progmodes/etags.el (tags-completion-at-point-function):
14152 * info-look.el (info-lookup-completions-at-point): Mark as
14153 non-exclusive.
14154 (info-complete): Adjust accordingly.
14155
423428a8
SM
14156 * info-look.el: Convert to lexical-binding and completion-at-point.
14157 (info-lookup-completions-at-point): New function.
14158 (info-complete): Use it and completion-in-region.
14159
b74aa22b
DA
141602011-05-28 Drew Adams <drew.adams@oracle.com>
14161
14162 * isearch.el: Let M-e start with point at the first mismatched char.
14163 (isearch-fail-pos): New function.
14164 (isearch-edit-string): Use it.
14165
66e2e71d
DK
141662011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14167
14168 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14169
b1890b0f 141702011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
eb95d01d
TC
14171
14172 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
14173 traversal functions for avl-trees.
14174 (avl-tree--stack): New struct.
14175 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
14176 (avl-tree-enter): Add optional `updatefun' arg.
93a1c12a
TC
14177 (avl-tree--do-enter): Add optional `updatefun' arg.
14178 Change return value.
eb95d01d 14179 (avl-tree-delete): Add optional `test' and `nilflag' args.
93a1c12a
TC
14180 (avl-tree--do-delete): Add `test' and `nilflag' args.
14181 Change return value.
eb95d01d
TC
14182 (avl-tree-member): Add optional `nilflag'
14183 (avl-tree-member-p): New function.
14184 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
14185 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
14186 (avl-tree-stack-empty-p): New functions.
14187
3769ddcf
TC
14188 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
14189 avl-tree--del-balance1 and make it work both ways.
14190 (avl-tree--del-balance2): Remove.
14191 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
14192 make it work both ways.
14193 (avl-tree--enter-balance2): Remove.
14194 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
14195 New macros.
14196 (avl-tree--mapc, avl-tree-map): Add direction argument.
14197
eb95d01d 141982011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
7a6b1aef
DM
14199
14200 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
14201
a9f737ee
CY
142022011-05-27 Chong Yidong <cyd@stupidchicken.com>
14203
14204 * select.el: Support clipboard managers with built-in function
14205 x-clipboard-manager-save, via delete-frame-functions and
14206 kill-emacs-hook.
14207 (xselect-convert-to-targets): Add MULTIPLE target to list.
14208 (xselect-convert-to-save-targets): New function.
14209
c92a1e54
KH
142102011-05-27 Kenichi Handa <handa@m17n.org>
14211
14212 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
14213 let-binding rfc2047-encode-encoded-words to nil.
14214
e145f188
GM
142152011-05-27 Glenn Morris <rgm@gnu.org>
14216
5ec8a862
GM
14217 * mail/emacsbug.el: Don't require url-util.
14218
4b29d9fb
GM
14219 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
14220
e145f188
GM
14221 * files.el (set-auto-mode):
14222 Also respect mode: entries at the end of the file. (Bug#8586)
14223
7d15102b
GM
142242011-05-26 Glenn Morris <rgm@gnu.org>
14225
98f593b8
GM
14226 * files.el (hack-local-variables-prop-line, hack-local-variables):
14227 Downcase mode names, as seems to be traditional.
27b48e63 14228 (hack-local-variables, hack-local-variables-apply): Doc fixes.
98f593b8 14229
7d15102b
GM
14230 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
14231 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
14232
51d5b4ec
JD
142332011-05-25 Julien Danjou <julien@danjou.info>
14234
14235 * textmodes/rst.el (rst-define-level-faces): Do not define face
14236 symbol if it is already defined.
14237
91513f63
VB
142382011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
14239
14240 * play/5x5.el (5x5-new-game, 5x5-randomize):
14241 Reset 5x5-solver-output to nil when a new grid is cast.
14242 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
14243 these debugging traces, as defmacro breaks the compiled code.
14244
4d90d6d0
DK
142452011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
14246
14247 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
14248
e1b90ef6
LL
142492011-05-24 Leo Liu <sdl.web@gmail.com>
14250
14251 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
14252 (vc-bzr-sha1): Adapt.
14253
d8e4b68b 14254 * sha1.el: Remove. Function `sha1' is now builtin.
e1b90ef6
LL
14255
14256 * bindings.el: Provide sha1 feature.
14257
db0406bb 142582011-05-24 Kenichi Handa <handa@m17n.org>
b8d747b9
KH
14259
14260 * mail/sendmail.el: Require `rfc2047'.
14261 (mail-insert-from-field): Do not perform RFC2047 encoding.
14262 (mail-encode-header): New function.
14263 (sendmail-send-it): Set buffer-file-coding-system of the work
4d90d6d0
DK
14264 buffer to the return value of select-message-coding-system.
14265 Call mail-encode-header.
b8d747b9
KH
14266
14267 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
14268
db0406bb 142692011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
7261f6ce 14270
4d90d6d0
DK
14271 * mail/supercite.el (sc-default-cite-frame):
14272 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
7261f6ce 14273
eb8a5e9b
GM
142742011-05-24 Glenn Morris <rgm@gnu.org>
14275
f8630703
GM
14276 * progmodes/python.el (brm-menu): Declare.
14277
8831bbed
GM
14278 * emulation/viper.el (viper-set-hooks): Declare.
14279
eb8a5e9b
GM
14280 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
14281 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
14282 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
14283 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
14284 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
14285 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
14286
a2a25d24
SM
142872011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14288
14289 Add an :exit-function for completion-at-point.
14290
14291 * minibuffer.el (completion--done): New fun.
14292 (completion--do-completion): Use it. New arg `expect-exact'.
14293 (minibuffer-complete, minibuffer-complete-word): Don't output message,
14294 since completion--do-completion does it for us now.
14295 (minibuffer-force-complete): Use completion--done and
14296 completion--replace. Handle sole-completion case with more care.
14297 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
14298 (completion-extra-properties): New var.
14299 (completion-annotate-function): Make obsolete.
14300 (minibuffer-completion-help): Adjust accordingly.
14301 Use completion-list-insert-choice-function.
14302 (completion-at-point, completion-help-at-point):
14303 Bind completion-extra-properties.
14304 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
14305 * simple.el (completion-list-insert-choice-function): New var.
14306 (completion-setup-function): Preserve it.
14307 (choose-completion): Pay attention to it, shuffle the code a bit.
14308 (choose-completion-string): New arg `insert-function'.
14309
14310 * textmodes/bibtex.el: Convert to lexical binding.
14311 (bibtex-mode-map): Use completion-at-point.
14312 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
14313 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
14314 (bibtex-complete): Define as obsolete alias.
14315 (bibtex-complete-internal): Remove.
14316 (bibtex-format-entry): Remove unused sub-group in regexp.
14317 * shell.el (shell--command-completion-data)
14318 (shell-environment-variable-completion):
14319 * pcomplete.el (pcomplete-completions-at-point):
14320 * comint.el (comint--complete-file-name-data): Use :exit-function
14321 instead of completion-table-with-terminator so it also works for
14322 choose-completion.
14323
e44e373d
SM
143242011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14325
4f91a816
SM
14326 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
14327
782fc819
SM
14328 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
14329 (bug#8710).
14330
e44e373d
SM
14331 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
14332
381987c3
KM
143332011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
14334
14335 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
14336 customization variable and implement: If non-nil, auto-fill will
14337 be inhibited while on topic's header line.
14338
b776bc70
VB
143392011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
14340
14341 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
d8e4b68b 14342 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
b776bc70
VB
14343 always have a solution in grid size = 5 cases.
14344 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
14345 (5x5-solver-output, 5x5-log-buffer): New vars.
14346 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
14347 Make these variables buffer local to achieve 5x5 multi-session-ness.
14348 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
14349 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
14350 (5x5-solve-suggest): New funs.
14351 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
14352 randomize a grid so that we ensure that there is always a solution.
14353 (5x5-make-random-grid): Allow other movement than flipping.
14354
7de88b6e
KR
143552011-05-23 Kevin Ryde <user42@zip.com.au>
14356
14357 * emacs-lisp/advice.el (ad-read-advised-function):
5a5fa834 14358 Use `function-called-at-point' as the default, if it has
7de88b6e
KR
14359 advice and passes PREDICATE.
14360
b1ef1257
SM
143612011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14362
bbca48fe
SM
14363 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
14364 byte-compile-lambda if it's actually a lambda.
14365
b1ef1257
SM
14366 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
14367 Fix function quoting. Use backquote better.
14368
92a9cc65
YS
143692011-05-22 Yuanle Song <sylecn@gmail.com>
14370
14371 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
14372 matching (Bug#8516).
14373
f0fb8059
JA
143742011-01-22 Jari Aalto <jari.aalto@cante.net>
14375
14376 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
14377 different face (Bug#8178).
14378
d5b44c93
CY
143792011-05-22 Chong Yidong <cyd@stupidchicken.com>
14380
14381 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
14382 defface (Bug#8144).
14383
79106a44
SM
143842011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
14385
9c848d8a
SM
14386 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
14387 funcall as well (bug#8712). Warn when performing those conversions.
14388 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
14389
79106a44
SM
14390 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
14391
88dfa756
GM
143922011-05-22 Glenn Morris <rgm@gnu.org>
14393
14394 * files.el (hack-local-variables-prop-line): Small simplifications.
14395 (hack-local-variables, hack-local-variables-prop-line):
14396 If MODE-ONLY, return the mode, rather than just `t'.
14397
b7cf2c79
SM
143982011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
14401
3f1a8558
GM
144022011-05-21 Glenn Morris <rgm@gnu.org>
14403
7e4ccca3
GM
14404 * files.el (hack-local-variables-prop-line, hack-local-variables):
14405 If only interested in the mode, don't bother doing the other stuff.
14406
637d46ca
GM
14407 * image-mode.el (image-after-revert-hook):
14408 Redraw all frames on which the image is visible. (Bug#8567)
14409
973d955b
GM
14410 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
14411
3f1a8558
GM
14412 * wid-edit.el (widget-checklist-match-inline):
14413 Fix 2011-04-19 change. (Bug#8649)
14414
96479927
SM
144152011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
14416
1dcf791f
SM
14417 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
14418 Also allow singlespace after single-letter capitals followed by a dot.
14419
96479927
SM
14420 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
14421 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
14422
35fd0881
N
144232011-05-20 Nix <nix@esperi.org.uk>
14424
14425 * files.el (basic-save-buffer-2):
14426 Fix handling of break-hardlink-on-save with non-existent files.
14427
82745640
DD
144282011-05-19 Deniz Dogan <deniz@dogan.se>
14429
14430 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
9ff90d99 14431 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
82745640 14432
4a720484
GM
144332011-05-19 Glenn Morris <rgm@gnu.org>
14434
d1f21341
GM
14435 * progmodes/f90.el (f90-type-def-re):
14436 Handle "type, bind(c)". (Bug#8691)
14437
4a720484
GM
14438 * emacs-lisp/autoload.el (batch-update-autoloads):
14439 Set autoload-excludes by parsing loadup.el rather than Makefiles.
14440
2fb0a219
MA
144412011-05-18 Michael Albinus <michael.albinus@gmx.de>
14442
14443 * net/tramp.el (tramp-process-actions): Set "first-password-request"
14444 property for the correct connection in case of multihops.
14445
e565dd37
GM
144462011-05-18 Glenn Morris <rgm@gnu.org>
14447
c2571358 14448 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
c136e5cd
GM
14449 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
14450
e565dd37
GM
14451 Rationalize calendar handling of day and month abbrev-arrays.
14452 * calendar/calendar.el (calendar-customized-p): New function.
14453 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
14454 (calendar-day-name-array, calendar-month-name-array): Doc fix.
14455 Add :set function.
14456 (calendar-abbrev-length, calendar-day-abbrev-array)
14457 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
14458 (calendar-day-abbrev-array, calendar-month-abbrev-array):
14459 Elements may no longer be nil.
14460 (calendar-day-name, calendar-month-name):
14461 Update for changed nature of abbrev arrays.
14462 * calendar/diary-lib.el (diary-name-pattern):
14463 Update for changed nature of abbrev arrays.
14464 (diary-mark-entries-1): Update calendar-make-alist calls.
14465 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
14466 * calendar/cal-html.el (cal-html-day-abbrev-array):
14467 Simply inherit from calendar-day-abbrev-array.
14468
1d99a745
SM
144692011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14470
14471 * progmodes/grep.el (grep-mode): Disable default
14472 compilation-directory-matcher setting (bug#8684).
14473
7c1d9aa0
MA
144742011-05-17 Michael Albinus <michael.albinus@gmx.de>
14475
14476 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
14477 instead of "head" and "tail". There were problems with SunOS 5.9,
14478 and it performs better.
14479
3952e9d8
GM
144802011-05-17 Glenn Morris <rgm@gnu.org>
14481
2dd12e7f
GM
14482 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
14483
e4157b9c
GM
14484 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
14485 Replace obsolete function.
14486
8e249bbd
GM
14487 * shell.el (pcomplete-parse-arguments-function): Declare.
14488
3952e9d8
GM
14489 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
14490 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
14491 (appt-check): Doc fixes.
14492 (appt-disp-window-function, appt-delete-window-function):
14493 Remove needless special case in custom :type.
14494 (appt-display-count): Default to 0, not nil.
14495 (appt-check): Reset appt-display-count to 0, not nil.
14496
c71a0d48 144972011-05-17 Juanma Barranquero <lekktu@gmail.com>
165fd2df 14498
c71a0d48
GM
14499 * progmodes/python.el (python-font-lock-keywords):
14500 Add the Python 3.X keyword "nonlocal" (bug#8639).
165fd2df 14501
31d55be9
SM
145022011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
14505
3bfacb2f
KR
145062011-05-16 Kevin Ryde <user42@zip.com.au>
14507
14508 * info-look.el (makefile-automake-mode): New setups, looking in
14509 automake manual, then makefile-mode.
14510 (makefile-mode): Remove automake manual, have it just in
14511 makefile-automake-mode since there's various things different or
14512 not relevant to plain make.
14513 (makefile-mode): Remove "other-modes" non-existent automake-mode,
14514 believe a hypothetical automake-mode would go to makefile-mode,
14515 not the other way around.
14516
c8e83751
CY
145172011-05-15 Chong Yidong <cyd@stupidchicken.com>
14518
5e9e35cd
CY
14519 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
14520 hunk-end tags (Bug#8672).
14521
c8e83751
CY
14522 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
14523 vc-annotate-show-diff-revision-at-line (Bug#8671).
14524
50b23e5a
GM
145252011-05-14 Glenn Morris <rgm@gnu.org>
14526
7210a739
GM
14527 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
14528 in the middle of an existing one with multiple authors. (Bug#8645)
375cb676
GM
14529 (change-log-font-lock-keywords): Also handle multiple author lines
14530 with leading tabs. (Bug#8644)
7210a739 14531
4691905a
GM
14532 * calendar/appt.el (appt-check): Rename some local variables.
14533 Some simplification/reordering.
14534
50b23e5a
GM
14535 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
14536 (feedmail-sendmail-f-doesnt-sell-me-out)
14537 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14538 (feedmail-debug-sit-for, feedmail-queue-express-hook)
14539 (feedmail-queue-runner-message-sender): Set :version.
1aa64307
GM
14540 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
14541 (bbdb-dwim-net-address, vm-mail): Declare.
50b23e5a
GM
14542 (feedmail-binmail-gnulinuxish-template):
14543 Rename from feedmail-binmail-linuxish-template.
14544 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
14545 Use insert-buffer-substring.
14546
215cda7c
BC
145472011-05-14 Bill Carpenter <bill@carpenter.org>
14548
14549 * mail/feedmail.el (feedmail-patch-level): Increase.
14550 (feedmail-debug): New custom group.
14551 (feedmail-confirm-outgoing-timeout)
14552 (feedmail-sendmail-f-doesnt-sell-me-out)
14553 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
14554 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
14555 (feedmail-sender-line, feedmail-from-line)
14556 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
c2571358 14557 (feedmail-spray-this-address)
215cda7c
BC
14558 (feedmail-spray-address-fiddle-plex-list)
14559 (feedmail-queue-use-send-time-for-date)
14560 (feedmail-queue-use-send-time-for-message-id)
14561 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
14562 (feedmail-buffer-eating-function):
14563 Doc fixes.
14564 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
14565 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
14566 (feedmail-message-action-scroll-down): New functions.
14567 (feedmail-queue-directory, feedmail-queue-draft-directory):
14568 Use expand-file-name.
14569 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
14570 Remove C-v help entry.
14571 (feedmail-queue-buffer-file-name): New variable.
14572 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
14573 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
14574 (feedmail-message-action-send-strong, feedmail-message-action-edit)
14575 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
14576 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
14577 (feedmail-message-action-toggle-spray)
14578 (feedmail-run-the-queue-no-prompts)
14579 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
14580 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
14581 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
14582 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
14583 (feedmail-envelope-deducer, feedmail-fiddle-from)
14584 (feedmail-fiddle-sender, feedmail-default-date-generator)
14585 (feedmail-fiddle-date, feedmail-fiddle-message-id)
14586 (feedmail-fiddle-spray-address)
14587 (feedmail-fiddle-list-of-spray-fiddle-plexes)
14588 (feedmail-fiddle-list-of-fiddle-plexes)
14589 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
14590 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
14591 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
14592 Change default. Doc fix.
14593 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
14594 (feedmail-binmail-linuxish-template): New constant.
14595 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
14596 Respect feedmail-sendmail-f-doesnt-sell-me-out.
14597 (feedmail-send-it): Add debug call.
14598 Use feedmail-queue-buffer-file-name, and
14599 feedmail-send-it-immediately-wrapper.
14600 (feedmail-message-action-send): Add debug call.
14601 Use feedmail-send-it-immediately-wrapper.
14602 (feedmail-queue-express-to-queue): Add debug call.
14603 Run feedmail-queue-express-hook.
14604 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
14605 (feedmail-message-action-help-blat):
14606 Rename from feedmail-queue-send-edit-prompt-help-first.
14607 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
14608 Check line-endings. Handle errors better.
14609 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
14610 Doc fix. Add debug call.
14611 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
14612 Use feedmail-queue-send-edit-prompt-inner.
14613 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
14614 (feedmail-queue-send-edit-prompt-inner): New function, extracted
14615 from feedmail-queue-send-edit-prompt.
14616 (feedmail-queue-send-edit-prompt-help)
14617 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
14618 (feedmail-tidy-up-slug): Add debug call.
14619 Respect feedmail-queue-slug-suspect-regexp.
14620 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
14621 (feedmail-dump-message-to-queue): Add debug call.
14622 Expand queue-directory.
14623 (feedmail-dump-message-to-queue): Change message slightly.
14624 Use feedmail-say-chatter.
14625 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
14626 (feedmail-send-it-immediately-wrapper): New function.
14627 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
14628 Insert empty string rather than newline. Handle full-frame case.
14629 Use catch/throw. Use feedmail-say-chatter.
14630 (feedmail-fiddle-from): Try mail-host-address.
14631 (feedmail-default-message-id-generator): Doc fix.
14632 Bind system-time-locale. Handle missing end.
14633 (feedmail-fiddle-x-mailer): Add debug call.
14634 Handle feedmail-x-mailer-line being nil.
14635 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
14636 Add debug call. Use buffer-substring-no-properties.
14637 (feedmail-say-debug, feedmail-say-chatter): New functions.
14638 (feedmail-find-eoh): Give an explicit error.
14639
42c7e61e
UJ
146402011-05-13 Ulf Jasper <ulf.jasper@web.de>
14641
c2571358 14642 * net/newst-treeview.el (newsticker-treeview-face): Change default
42c7e61e 14643 family from helvetica to sans.
c2571358 14644 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14645 etc/images/newsticker.
14646
c2571358 14647 * net/newst-reader.el (newsticker-feed-face): Change default
42c7e61e
UJ
14648 family from helvetica to sans.
14649
14650 * net/newst-plainview.el (newsticker-new-item-face)
14651 (newsticker-old-item-face, newsticker-immortal-item-face)
14652 (newsticker-obsolete-item-face, newsticker-date-face)
c2571358 14653 (newsticker-statistics-face): Change default family from
42c7e61e 14654 helvetica to sans.
c2571358 14655 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
42c7e61e
UJ
14656 etc/images/newsticker.
14657
5d3385a0
JB
14658 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
14659 (newsticker--process-auto-mark-filter-match): Tell user about
42c7e61e
UJ
14660 auto-marking.
14661
8497a297
DV
146622011-05-13 Didier Verna <didier@xemacs.org>
14663
14664 Common Lisp indentation improvements on defmethod and lambda-lists.
4d61f28d
JB
14665 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
14666 TODO entries.
8497a297
DV
14667 (lisp-lambda-list-keyword-parameter-indentation)
14668 (lisp-lambda-list-keyword-parameter-alignment)
14669 (lisp-lambda-list-keyword-alignment): New customizable user options.
14670 (lisp-indent-defun-method): Improve docstring.
14671 (extended-loop-p): Fix comment.
14672 (lisp-indent-lambda-list-keywords-regexp): New variable.
14673 (lisp-indent-lambda-list): New function.
14674 (lisp-indent-259): Use it.
14675 (lisp-indent-defmethod): Support for more than one
14676 method qualifier and properly indent methods lambda-lists.
14677 (defgeneric): Provide a missing common-lisp-indent-function property.
14678
f278f87f
SM
146792011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14680
14681 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
14682 bounds for the empty string (bug#8667).
14683
5233edd7
GM
146842011-05-13 Glenn Morris <rgm@gnu.org>
14685
5237a44f
GM
14686 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
14687
8340026c 14688 * mail/sendmail.el (sendmail-program): Try executable-find first.
f278f87f 14689 (sendmail-send-it): `sendmail-program' cannot be unbound.
8340026c 14690
5233edd7 14691 * calendar/appt.el (appt-make-list): Simplify.
4accbca6 14692 (appt-time-msg-list): Doc fix.
a5464014 14693 (appt-check): Change mode-line message at the time of the appointment.
5233edd7 14694
92d10796
AS
146952011-05-12 Andreas Schwab <schwab@linux-m68k.org>
14696
14697 * progmodes/ld-script.el (ld-script-keywords)
14698 (ld-script-builtins): Update keywords list.
14699
914a0ae1
SM
147002011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14701
c89be45f
SM
14702 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
14703
914a0ae1
SM
14704 * shell.el (shell-completion-vars): New function.
14705 (shell-mode):
14706 * simple.el (read-shell-command): Use it.
14707 (blink-matching-open): No need for " [...]" in minibuffer-message.
14708
98dc3df3
GM
147092011-05-12 Glenn Morris <rgm@gnu.org>
14710
14711 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
14712 (appt-check): Simplify.
14713
d2fc7e3d 147142011-05-12 Eli Zaretskii <eliz@gnu.org>
0e39ec21 14715
4d61f28d 14716 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
0e39ec21
EZ
14717 literal "/dev/null".
14718
d2fc7e3d 147192011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3f254caa
SM
14720
14721 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
14722 Fix typo.
14723
d2fc7e3d 147242011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
6eea50c7 14725
3f254caa
SM
14726 * progmodes/which-func.el (which-function):
14727 Use add-log-current-defun instead of add-log-current-defun-function,
6eea50c7
RS
14728 which might not be defined (Bug#8260).
14729
d45885f7
GM
147302011-05-12 Glenn Morris <rgm@gnu.org>
14731
14732 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
14733 Let byte-compile-initial-macro-environment always take precedence.
14734
488086f4
SM
147352011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
14736
14737 * net/rcirc.el: Add support for SSL/TLS connections.
14738 (rcirc-server-alist): New field `encryption'.
14739 (rcirc): Check `encryption' settings.
14740 (rcirc-connect): New arg `encryption'. Use open-network-stream.
14741 Merge make-local-variable into `set'.
14742 (rcirc--connection-open-p): New function.
14743 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
14744 the process is not a network process (e.g. running gnutls-cli).
14745 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
14746 Make rcirc-(en|de)code-coding-system local here.
14747 (rcirc-mode): Merge make-local-variable into `set'.
14748 (rcirc-parent-buffer): Make permanent buffer-local.
14749 (rcirc-multiline-minor-mode): Don't do it here.
14750 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
14751 there's no server buffer.
14752
7d3b9d44
GM
147532011-05-11 Glenn Morris <rgm@gnu.org>
14754
f64049c6
GM
14755 * newcomment.el (comment-kill): Prefix "unused" local.
14756
93c9df73
GM
14757 * term/w32console.el (get-screen-color): Declare.
14758
7d3b9d44
GM
14759 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
14760 Handle symbol elements of byte-compile-initial-macro-environment.
14761
9e2dd53f
LL
147622011-05-10 Leo Liu <sdl.web@gmail.com>
14763
488086f4
SM
14764 * bookmark.el (bookmark-bmenu-mode-map):
14765 Bind bookmark-bmenu-search to `/'.
8b340240 14766
9e2dd53f 14767 * mail/footnote.el: Convert to utf-8 encoding.
b4044869
LL
14768 (footnote-unicode-string, footnote-unicode-regexp): New variable.
14769 (Footnote-unicode): New function.
14770 (footnote-style-alist): Add unicode style to the list.
14771 (footnote-style): Doc fix.
9e2dd53f 14772
79b70037
GM
147732011-05-10 Jim Meyering <meyering@redhat.com>
14774
14775 Fix doubled-word typos.
14776 * international/quail.el (quail-insert-kbd-layout): and and -> and
14777 * kermit.el: and and -> and
14778 * net/ldap.el (ldap-search-internal): to to -> to
14779 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
14780 * progmodes/js.el (js-mode): and and -> and
14781 * textmodes/artist.el (artist-move-to-xy): at at -> at
14782 (artist-draw-region-trim-line-endings): if if -> if
14783 And Safetyc -> Safety.
14784 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a
14785
b8f82dc1 147862011-05-10 Glenn Morris <rgm@gnu.org>
f1a71c6e 14787 Stefan Monnier <monnier@iro.umontreal.ca>
b8f82dc1
GM
14788
14789 * files.el (hack-one-local-variable-eval-safep):
14790 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
14791
4f99f44b
GM
147922011-05-10 Glenn Morris <rgm@gnu.org>
14793
14794 * calendar/diary-lib.el (diary-list-entries-hook)
14795 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
14796 (diary-nongregorian-marking-hook, diary-list-entries)
14797 (diary-include-other-diary-files, diary-mark-entries)
14798 (diary-mark-included-diary-files): Doc fixes.
14799
84f29e6b
JB
148002011-05-09 Juanma Barranquero <lekktu@gmail.com>
14801
14802 * misc.el: Require tabulated-list.el during compilation.
14803
9bedd73a
CY
148042011-05-09 Chong Yidong <cyd@stupidchicken.com>
14805
488086f4
SM
14806 * progmodes/compile.el (compilation-start):
14807 Run compilation-filter-hook for the async case too.
9bedd73a
CY
14808 (compilation-filter-hook): Doc fix.
14809
797c735c
DD
148102011-05-09 Deniz Dogan <deniz@dogan.se>
14811
14812 * wdired.el: Remove outdated installation comment. Fix usage
14813 comment.
14814
5f4b1dfe
JB
148152011-05-09 Juanma Barranquero <lekktu@gmail.com>
14816
14817 * misc.el: Implement new command `list-dynamic-libraries'.
14818 (list-dynamic-libraries--loaded-only-p): New variable.
14819 (list-dynamic-libraries--refresh): New function.
14820 (list-dynamic-libraries): New command.
14821
4c44026c
CY
148222011-05-09 Chong Yidong <cyd@stupidchicken.com>
14823
488086f4
SM
14824 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14825 Fix the ant regexp to handle end-line and end-column info from jikes.
4c44026c
CY
14826 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
14827 higher priority to avoid clobbering by gnu.
14828
027f966d
CY
148292011-05-08 Chong Yidong <cyd@stupidchicken.com>
14830
14831 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
14832 if the face has existing theme settings (Bug#8454).
14833
085f5d7d
CY
148342011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
14835
488086f4
SM
14836 * progmodes/perl-mode.el (perl-imenu-generic-expression):
14837 Only match variables declared via `my' or `our' (Bug#8261).
085f5d7d 14838
2a86a00c
RS
14839 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
14840 special file names `.' and `..' (Bug#8259).
14841
d9c54a06
CY
148422011-05-08 Chong Yidong <cyd@stupidchicken.com>
14843
488086f4
SM
14844 * progmodes/grep.el (grep-mode-font-lock-keywords):
14845 Remove buffer-changing entries.
d9c54a06
CY
14846 (grep-filter): New function.
14847 (grep-mode): Add it to compilation-filter-hook.
14848
14849 * progmodes/compile.el (compilation-filter-hook)
14850 (compilation-filter-start): New defvars.
14851 (compilation-filter): Call compilation-filter-hook prior to
14852 updating the process mark.
14853
c4662635
SM
148542011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
14857
b0512a1d
EZ
148582011-05-07 Eli Zaretskii <eliz@gnu.org>
14859
605c9376
EZ
14860 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
14861 mailclient-send-it even if window-system is nil. (Bug#8595)
14862
c4662635
SM
14863 * term/w32console.el (terminal-init-w32console):
14864 Call get-screen-color and use its output to set the frame
b0512a1d
EZ
14865 background-mode. (Bug#8597)
14866
d1dc2cc2
SM
148672011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 Make bytecomp.el understand that defmethod defines funs (bug#8631).
14870 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
14871 New functions.
14872 (defgeneric, eieio--defmethod): Use them.
14873 (eieio-defgeneric): Remove.
14874 (defmethod): Call defgeneric in a way visible to the byte-compiler.
14875
915d1300
GM
148762011-05-07 Glenn Morris <rgm@gnu.org>
14877
a3961c3e
GM
14878 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
14879 Use let rather than let*.
14880 (timeclock-find-discrep): Remove unused local.
14881
314347b9
GM
14882 * calendar/diary-lib.el (diary-comment-start): Doc fix.
14883
915d1300
GM
14884 * calendar/appt.el (appt-time-msg-list): Doc fix.
14885
275b59b0
NF
148862011-05-06 Noah Friedman <friedman@splode.com>
14887
14888 * apropos.el (apropos-print-doc): Only use
14889 emacs-lisp-docstring-fill-column when it is bound to an integer,
14890 per that variable's documentation.
14891
6c19f744
SM
148922011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14893
14894 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
d1dc2cc2 14895 and warnings are not silently discarded (e.g. use -d instead of -P).
6c19f744 14896
60f884b2
GM
148972011-05-06 Glenn Morris <rgm@gnu.org>
14898
5006e634
GM
14899 * calendar/appt.el (appt-message-warning-time): Doc fix.
14900 (appt-warning-time-regexp): New option.
14901 (appt-make-list): Respect appt-message-warning-time.
14902
548d0a63
GM
14903 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
14904 New options.
14905 (diary-add-to-list): Strip comments from the displayed string.
14906 (diary-mode): Set comment-start and comment-end.
14907
60f884b2
GM
14908 * vc/diff-mode.el (smerge-refine-subst): Declare.
14909 (diff-refine-hunk): Don't require smerge-mode when compiling.
14910
989681bb
JB
149112011-05-06 Juanma Barranquero <lekktu@gmail.com>
14912
14913 * simple.el (list-processes): Return nil as the docstring says.
14914
a6bc05e1
MA
149152011-05-05 Michael Albinus <michael.albinus@gmx.de>
14916
14917 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
14918 to "".
14919 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14920 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
14921 determining of binary transfer. (Bug#7383)
14922
23c22e9a
MA
149232011-05-05 Michael Albinus <michael.albinus@gmx.de>
14924
c4662635
SM
14925 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
14926 Fix port computation bug. (Bug#8618)
23c22e9a 14927
0bff894f
GM
149282011-05-05 Glenn Morris <rgm@gnu.org>
14929
b8296902
GM
14930 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
14931
1f522ce8
GM
14932 * simple.el (shell-dynamic-complete-functions)
14933 (comint-dynamic-complete-functions): Declare.
14934
cf5bee67
GM
14935 * net/network-stream.el (gnutls-negotiate):
14936 * simple.el (tabulated-list-print): Fix declarations.
14937
14938 * progmodes/gud.el (syntax-symbol, syntax-point):
14939 Remove unnecessary and incorrect declarations.
14940
0bff894f
GM
14941 * emacs-lisp/check-declare.el (check-declare-scan):
14942 Handle byte-compile-initial-macro-environment in bytecomp.el
14943
9869b3ae
SM
149442011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14945
14946 Fix earlier half-done eieio-defmethod change (bug#8338).
14947 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
14948 Streamline and change calling convention.
14949 (defmethod): Adjust accordingly and simplify.
14950 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
14951 new eieio--defmethod.
14952 (slot-boundp): Minor CSE simplification.
14953
9c1d5ac5
MZ
149542011-05-05 Milan Zamazal <pdm@zamazal.org>
14955
14956 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
14957 (glasses-make-readable): Use glasses-separate-capital-groups.
14958
455c834e
JB
149592011-05-05 Juanma Barranquero <lekktu@gmail.com>
14960
14961 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
14962 (warning-series): Doc fix.
14963 (display-warning): Don't try to create the buffer if we just found it.
14964
9ed7c8cb
CY
149652011-05-04 Chong Yidong <cyd@stupidchicken.com>
14966
14967 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
14968 (autoload-find-generated-file): New function.
14969 (generate-file-autoloads): Bind generated-autoload-file to
14970 buffer-file-name.
9869b3ae
SM
14971 (update-file-autoloads, update-directory-autoloads):
14972 Use autoload-find-generated-file. If called interactively, prompt for
9ed7c8cb
CY
14973 output file (Bug#7989).
14974 (batch-update-autoloads): Doc fix.
14975
0898ca10
JB
149762011-05-04 Juanma Barranquero <lekktu@gmail.com>
14977
14978 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
14979
31dfb76c
GM
149802011-05-04 Glenn Morris <rgm@gnu.org>
14981
f330b642
GM
14982 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
14983 function, so it follows changes in calendar-date-style.
14984 (diary-fancy-date-matcher): New function.
14985 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
14986 (diary-fancy-font-lock-fontify-region-function):
14987 Use diary-fancy-date-pattern as a function.
14988
31dfb76c
GM
14989 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
14990 non-numbers for `year' etc pseudo-variables. (Bug#8583)
14991
48e79d6a
TZ
149922011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
14993
14994 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
14995 instead of positional arguments. Allow :keylist and :crlfiles
14996 arguments.
14997 (open-gnutls-stream): Call it.
14998
14999 * net/network-stream.el (network-stream-open-starttls): Adjust to
15000 call `gnutls-negotiate' with :process and :hostname arguments.
15001
dd5a5ee0
SM
150022011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15003
ef80fc09
SM
15004 * minibuffer.el (completion--message): New function.
15005 (completion--do-completion, minibuffer-complete)
15006 (minibuffer-force-complete, minibuffer-complete-word): Use it.
15007 (completion--do-completion): Don't ignore completion-auto-help when in
15008 icomplete-mode.
15009
dd5a5ee0
SM
15010 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
15011 internal encoding (e.g. tibetan zero is not whitespace).
15012 (global-whitespace-mode): Prefer save-current-buffer.
15013 (whitespace-trailing-regexp): Remove useless save-match-data.
15014 (whitespace-empty-at-bob-regexp): Minor simplification.
15015
b7d22a83
CY
150162011-05-03 Chong Yidong <cyd@stupidchicken.com>
15017
15018 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
15019
5192af46
AM
150202011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15021
15022 * textmodes/ispell.el (ispell-add-per-file-word-list):
cdc4a047 15023 Use `concat' to create string for insertion.
5192af46 15024
5767d190
SM
150252011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
15028 Avoid open-line which runs post-self-insert-hook.
15029 (bibtex-fill-entry): Remove unused `end' var.
15030
bf242939
AM
150312011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
15032
5767d190
SM
15033 * textmodes/ispell.el (ispell-add-per-file-word-list):
15034 Protect against `nil' value of `comment-start' (Bug#8579).
bf242939 15035
25666126
LL
150362011-05-03 Leo Liu <sdl.web@gmail.com>
15037
15038 * isearch.el (isearch-yank-pop): New command.
5767d190 15039 (isearch-mode-map): Bind it to `M-y'.
25666126
LL
15040 (isearch-forward): Mention it.
15041
52d3c2d0
SM
150422011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15043
1bcace58
SM
15044 * simple.el (minibuffer-complete-shell-command): Remove.
15045 (minibuffer-local-shell-command-map): Use completion-at-point.
15046 (read-shell-command): Setup completion vars here instead.
15047 (read-expression-map): Bind TAB to symbol completion.
15048
52d3c2d0
SM
15049 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
15050 error directly rather via storing it into `results'.
15051
35813471
LL
150522011-05-02 Leo Liu <sdl.web@gmail.com>
15053
15054 * vc/diff.el: Fix description.
15055
e793a940
LMI
150562011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
15057
15058 * server.el (server-eval-at): New function.
15059
8de66e05
LMI
150602011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15061
15062 * net/network-stream.el (open-network-stream): Take a :nowait
15063 parameter and pass it on to `make-network-process'.
15064 (network-stream-open-plain): Ditto.
15065
dcb79f20
AS
150662011-04-30 Andreas Schwab <schwab@linux-m68k.org>
15067
15068 * faces.el (face-spec-set-match-display): Don't match toolkit
15069 options on terminal frames.
15070
14a7fbd8
SM
150712011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15072
7eabc1be
SM
15073 * progmodes/pascal.el: Use lexical binding.
15074 (pascal-mode-map): Remove author preferences.
15075
14a7fbd8
SM
15076 * pcomplete.el (pcomplete-std-complete): Don't abuse
15077 completion-at-point.
15078
50f84510
JB
150792011-04-28 Juanma Barranquero <lekktu@gmail.com>
15080
6e087a44
JB
15081 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
15082 removing code that has been dead since 1991 or so.
15083
50f84510
JB
15084 * startup.el (command-line): When warning about "_emacs", use a
15085 delayed warning to allow the user to filter it out.
15086
0ba690bd
DD
150872011-04-28 Deniz Dogan <deniz@dogan.se>
15088
15089 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
15090 user has not joined.
15091
08abfaad
SM
150922011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
15095 aren't any completions at point.
15096
638f053a
JB
150972011-04-28 Juanma Barranquero <lekktu@gmail.com>
15098
15099 * subr.el (display-delayed-warnings): New function.
15100 (delayed-warnings-hook): New variable.
15101
8fff8daa
SM
151022011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15103
08abfaad
SM
15104 * minibuffer.el (completion-at-point, completion-help-at-point):
15105 Don't presume that a given completion-at-point-function will always
15106 use the same calling convention.
15107
8fff8daa
SM
15108 * pcomplete.el (pcomplete-completions-at-point):
15109 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
15110 pcomplete-seen is non-nil.
15111 (pcomplete-comint-setup): Also recognize the new comint/shell
15112 completion functions.
15113 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
15114 pcomplete-seen is non-nil.
15115
841a1577 151162011-04-27 Niels Giesen <niels.giesen@gmail.com>
211ec907 15117
841a1577 15118 * calendar/icalendar.el (diary-lib): Add require statement.
211ec907 15119 (icalendar--create-uid): Read out a uid from a text-property on
841a1577 15120 the first character in the entry. This allows for code to add its
211ec907
UJ
15121 own uid to the entry.
15122 (icalendar--convert-float-to-ical): Add export of
15123 `diary-float'-entries save for those with the optional DAY
15124 argument.
15125
2a782793
DC
151262011-04-27 Daniel Colascione <dan.colascione@gmail.com>
15127
15128 * subr.el (shell-quote-argument): Use alternate escaping strategy
15129 when we spot a variable reference in a string.
15130
0438ce91
DC
151312011-04-26 Daniel Colascione <dan.colascione@gmail.com>
15132
15133 * cus-start.el (all): Define customization for debug-on-event.
15134
841a1577 151352011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
15136
15137 * subr.el (shell-quote-argument): Escape correctly under Windows.
15138
d090ed6c
SM
151392011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
15142
bfd31217
MA
151432011-04-25 Michael Albinus <michael.albinus@gmx.de>
15144
d090ed6c
SM
15145 * net/tramp.el (tramp-process-actions): Add POS argument.
15146 Delete region between POS and (pos).
bfd31217 15147
d090ed6c
SM
15148 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
15149 Use `nil' position in `tramp-process-actions' call.
bfd31217
MA
15150 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
15151
15152 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
15153 position in `tramp-process-actions' call.
15154
15155 * net/trampver.el: Update release number.
15156
e92f3bd3
SM
151572011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15158
850256b5
SM
15159 * custom.el (defcustom): Obey lexical-binding.
15160
e92f3bd3
SM
15161 Fix octave-inf completion problems reported by Alexander Klimov.
15162 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
15163 Inherit from octave-mode-syntax-table.
15164 (inferior-octave-mode): Set info-lookup-mode.
15165 (inferior-octave-completion-at-point): New function.
15166 (inferior-octave-complete): Use it and completion-in-region.
15167 (inferior-octave-dynamic-complete-functions): Use it as well, and use
15168 comint-filename-completion.
15169 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
15170 symbol elements which shouldn't be word elements.
15171 (octave-font-lock-keywords, octave-beginning-of-defun)
15172 (octave-function-header-regexp): Adjust regexps accordingly.
15173 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
15174
cd22b309
JB
151752011-04-25 Juanma Barranquero <lekktu@gmail.com>
15176
15177 * net/gnutls.el (gnutls-errorp): Declare before first use.
15178
8b492194
TZ
151792011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
15180
15181 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
15182 verify-error, and verify-hostname-error parameters. Check whether
cd22b309 15183 default trustfile exists before going to use it. Add missing
5a5fa834 15184 argument to gnutls-message-maybe call. Return value.
8b492194
TZ
15185 Reported by Claudio Bley <claudio.bley@gmail.com>.
15186 (open-gnutls-stream): Add usage example.
15187
15188 * net/network-stream.el (network-stream-open-starttls): Give host
15189 parameter to `gnutls-negotiate'.
15190 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
8f91bf93 15191 * subr.el (shell-quote-argument): Escape correctly under Windows.
8b492194 15192
841a1577 151932011-04-24 Daniel Colascione <dan.colascione@gmail.com>
05842630 15194
cd22b309
JB
15195 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
15196 Use correct match group (bug#8438).
05842630 15197
3ba7869c
CY
151982011-04-24 Chong Yidong <cyd@stupidchicken.com>
15199
512e3ae1
CY
15200 * emacs-lisp/package.el (package-built-in-p): Fix typo.
15201 (package-menu--generate): New arg specifying packages to show.
15202 (package-menu-refresh, package-menu-execute, list-packages):
15203 Callers changed.
15204 (package-show-package-list): New function, replacing deleted
15205 package--list-packages (renamed because it is non-internal).
15206
15207 * finder.el (finder-list-matches): Use package-show-package-list
15208 instead of deleted package--list-packages.
15209
e92f3bd3
SM
15210 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
15211 Based on a previous implementation by Juanma Barranquero (Bug#8366).
3ba7869c
CY
15212 (vc-annotate-mode-map): Bind it to RET.
15213
7031be6d
UR
152142011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
15215
15216 * progmodes/etags.el (next-file): Don't use set-buffer to change
15217 buffers (Bug#8478).
15218
4ef177aa
CY
152192011-04-24 Chong Yidong <cyd@stupidchicken.com>
15220
c8d173eb
CY
15221 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
15222
4ef177aa
CY
15223 * apropos.el (apropos-label-face): Avoid variable-pitch face.
15224 (apropos-accumulator): Doc fix.
15225 (apropos-function, apropos-macro, apropos-command)
15226 (apropos-variable, apropos-face, apropos-group, apropos-widget)
15227 (apropos-plist): Add face property.
15228 (apropos-symbols-internal): Fix indentation.
15229 (apropos-print): Simplify help, and recognize apropos-multi-type.
15230 (apropos-print-doc): Use button-type-get to extract the button's
15231 face property. Fill docstring (Bug#8352).
15232
4ffd0d6b 152332011-04-23 Juanma Barranquero <lekktu@gmail.com>
be71f810
JB
15234
15235 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
15236
c6c32125 15237 * play/mpuz.el (mpuz-silent): Doc fix.
4ffd0d6b 15238 (mpuz-mode-map): Use mapc.
c6c32125
JB
15239 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
15240 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
15241 Fix typos in docstrings.
15242
58d468b4
JB
15243 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
15244 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
15245
6470c3c6
JB
15246 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
15247
4ffd0d6b 152482011-04-23 Chong Yidong <cyd@stupidchicken.com>
6f21a319
CY
15249
15250 * minibuffer.el (completion--do-completion): Avoid the "Next char
15251 not unique" prompt if icomplete-mode is enabled (Bug#5849).
15252
3ad8bad0
CY
15253 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
15254 mouse-2 into unread-command-events, it is interpreted correctly.
15255
71d73c9c 15256 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
6395aab9 15257 (image-toggle-display): Doc fix.
71d73c9c 15258
841a1577 152592011-04-23 Stephen Berman <stephen.berman@gmx.net>
e935c6a2 15260
4ffd0d6b
GM
15261 * textmodes/page.el (what-page): Use line-number-at-pos to
15262 calculate line number (Bug#6825).
6e1dbaa9 15263
c2fb1b60
JB
152642011-04-22 Juanma Barranquero <lekktu@gmail.com>
15265
15266 * eshell/esh-mode.el (find-tag-interactive): Declare function.
15267 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
15268 Pass argument NO-DEFAULT to `find-tag-interactive'.
15269
e02f48d7
JB
152702011-04-22 Juanma Barranquero <lekktu@gmail.com>
15271
15272 Lexical-binding cleanup.
15273
15274 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
15275 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
15276 * progmodes/ada-prj.el (ada-prj-initialize-values)
15277 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
15278 (ada-prj-show-value):
15279 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
15280 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
15281 (antlr-invalidate-context-cache, antlr-options-menu-filter)
15282 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
15283 * progmodes/bug-reference.el (bug-reference-push-button):
15284 * progmodes/fortran.el (fortran-line-length):
15285 * progmodes/glasses.el (glasses-change):
15286 * progmodes/octave-mod.el (octave-fill-paragraph):
15287 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
15288 (python-pdbtrack-grub-for-buffer, python-sentinel):
15289 * progmodes/sql.el (sql-save-connection):
15290 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
15291 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
15292 Mark unused parameters.
15293
15294 * progmodes/compile.el (compilation--flush-directory-cache)
15295 (compilation--flush-parse, compile-internal): Mark unused parameters.
15296 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
15297 (compilation-next-error-function): Remove unused variable `timestamp'.
15298
15299 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
15300 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
15301
15302 * progmodes/dcl-mode.el (dcl-end-of-command):
15303 Remove unused variable `start'.
15304 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
15305 (dcl-option-value-basic, dcl-option-value-offset)
15306 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
15307 Mark unused parameters.
15308 (dcl-save-local-variable): Remove unused variable `val'.
15309 (mode): Declare.
15310
15311 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
15312 Mark unused parameters.
15313 (delphi-ignore-changes): Move before first use.
15314 (delphi-charset-token-at): Remove unused variable `start'.
15315 (delphi-else-start): Remove unused variable `if-count'.
15316 (delphi-comment-block-start, delphi-comment-block-end):
15317 Remove unused variable `kind'.
15318 (delphi-indent-line): Remove unused variable `new-point'.
15319
15320 * progmodes/ebrowse.el (ebrowse-files-list)
15321 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
15322 Mark unused parameters. Don't quote `lambda'.
15323 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
15324 Don't quote `lambda'.
15325 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
15326 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
15327 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
15328 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
15329 Use `ignore-errors'.
15330 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
15331 (ebrowse-view/find-file-and-search-pattern)
15332 (ebrowse-view/find-member-declaration/definition):
15333 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
15334 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
15335 Rename parameter PREFIX-ARG to PREFIX.
15336 (ebrowse-tags-read-name): Remove unused variables `start' and
15337 `member-info'.
15338 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
15339 to `tags-file'.
15340
15341 * progmodes/etags.el (local-find-tag-hook): Declare.
15342 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
15343 Mark unused parameters.
15344
15345 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
15346 (executable-interpret): Mark unused parameter.
15347
15348 * progmodes/flymake.el (flymake-process-sentinel)
15349 (flymake-after-change-function)
15350 (flymake-create-temp-with-folder-structure)
15351 (flymake-get-include-dirs-dot): Mark unused parameters.
15352 (flymake-safe-delete-directory): Remove unused variable `err'.
15353
15354 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
15355 (speedbar-timer-fn, speedbar-line-text)
15356 (speedbar-change-expand-button-char, speedbar-delete-subblock)
15357 (speedbar-center-buffer-smartly): Declare functions.
15358 (gdb-find-watch-expression): Remove unused variable `array'.
15359 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
15360 (gdb-starting): Mark unused parameters.
15361 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
15362 (gdb-table-string): Remove unused variable `res'.
15363 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
15364 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
15365 (gdb-display-buffer): Remove unused variable `cur-size'.
15366
15367 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
15368 allow lexical-binding compilation.
15369 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
15370 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
15371 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
15372 Mark unused parameters.
15373 (gud-gdb-marker-filter): Remove unused variable `match'.
15374 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
15375 lambda expressions and funcall them, instead of using `fset'.
15376
15377 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
15378 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
15379
15380 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
15381 variable `header-beg'; use `let'.
15382
15383 * progmodes/icon.el (indent-icon-exp): Remove unused variables
15384 `restart', `last-sexp' and `at-do'.
15385
15386 * progmodes/js.el (js--debug): Mark unused parameter.
15387 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
15388 (js--splice-into-items): Remove unused variable `item'.
15389 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
15390
15391 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
15392 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
15393 (makefile-complete): Remove unused variable `try'.
15394 (makefile-fill-paragraph, makefile-match-function-end):
15395 Mark unused parameters.
15396
15397 * progmodes/octave-inf.el (inferior-octave-complete):
15398 Remove unused variable `proc'.
15399 (inferior-octave-output-digest): Mark unused parameter.
15400
15401 * progmodes/perl-mode.el (perl-calculate-indent):
15402 Remove unused variable `err'.
15403
15404 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
15405 (prolog-indent-line): Mark unused parameters.
15406 (prolog-indent-line): Remove unused variable `beg'.
15407
15408 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
15409 (reporter-dont-compact-list): Declare.
15410
15411 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
15412 Remove unused variable `char'.
15413 (sh-debug): Mark unused parameter.
15414 (sh-get-indent-info): Remove unused variable `start'.
15415 (sh-calculate-indent): Remove unused variable `var'.
15416
15417 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
15418 (simula-electric-keyword): Remove unused variable `null'.
15419 (simula-search-backward, simula-search-forward): Remove unused
15420 variables `begin' and `end'.
15421
15422 * progmodes/vera-mode.el (vera-guess-basic-syntax):
15423 Remove unused variable `pos'.
15424 (vera-electric-tab, vera-comment-uncomment-region):
15425 Mark unused parameters.
15426 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
15427
7ede3b65
CY
154282011-04-22 Chong Yidong <cyd@stupidchicken.com>
15429
15430 * emacs-lisp/package.el (package--builtins, package-alist)
15431 (package-load-descriptor, package-built-in-p, package-activate)
15432 (define-package, package-installed-p)
15433 (package-compute-transaction, package-buffer-info)
15434 (package--push): Doc fix. Distinguish more clearly between
15435 version strings and version lists.
15436
121656e9
JB
154372011-04-21 Juanma Barranquero <lekktu@gmail.com>
15438
15439 Lexical-binding cleanup.
15440
15441 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
15442 (5x5-make-mutate-best):
15443 * play/fortune.el (fortune-in-buffer):
15444 * play/gomoku.el (gomoku-init-display):
15445 * play/solitaire.el (solitaire, solitaire-do-check):
15446 * play/tetris.el (tetris-default-update-speed-function):
15447 Mark unused parameters.
15448
15449 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
15450 (bubbles--shift): Remove unused variable `char-org'.
15451 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
15452 (bubbles--show-images): Remove unused variable `char'.
15453
15454 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
15455 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
15456 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
15457 (decipher-analyze-buffer): Use ?\s.
15458 (decipher-make-checkpoint): Remove unused variable `mapping'.
15459
15460 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
15461
15462 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
15463 Remove unused variable `result'; use `let'.
15464
15465 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
15466 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
15467 (gametree-children-shown-p, gametree-compute-reduced-score):
15468 Use `ignore-errors'.
15469
15470 * play/handwrite.el (ps-lpr-switches): Declare.
15471 (handwrite): Remove unused variables `pmin' and `lastp'.
15472
15473 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
15474
15475 * play/landmark.el (landmark-init-display)
15476 (landmark-update-naught-weights): Mark unused parameters.
15477 (landmark-y): Remove unused variable `noise'. Simplify.
15478 (landmark-human-plays): Remove unused variable `score'.
15479
15480 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
15481 (mpuz-try-proposal): Remove unused variable `game'.
15482
15483 * play/zone.el (life-patterns): Declare.
15484
80f499c7
JB
154852011-04-20 Juanma Barranquero <lekktu@gmail.com>
15486
15487 * vc/vc.el (ediff-vc-internal): Declare function.
15488
024ff170
SM
154892011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15490
c0a193ea
SM
15491 * shell.el: Use lexical-binding and std completion UI.
15492 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
15493 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
15494 comint-preoutput-filter-functions rather than on
15495 comint-output-filter-functions.
15496 (shell-command-completion, shell--command-completion-data)
15497 (shell-filename-completion, shell-environment-variable-completion)
15498 (shell-c-a-p-replace-by-expanded-directory): New functions.
15499 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
15500 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
15501 (shell-dynamic-complete-environment-variable): Use them.
15502 (shell-dynamic-complete-as-environment-variable)
15503 (shell-dynamic-complete-as-command): Remove.
15504 (shell-match-partial-variable): Match past point.
15505 * comint.el: Clean up use of completion-at-point-functions.
15506 (comint-completion-at-point): New function.
15507 (comint-mode): Use it completion-at-point-functions.
15508 (comint-dynamic-complete): Make it obsolete.
15509 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
15510 (comint-c-a-p-replace-by-expanded-history): New function.
15511 (comint-dynamic-complete-functions)
15512 (comint-replace-by-expanded-history): Use it.
15513 * minibuffer.el (completion-table-with-terminator): Allow dynamic
15514 termination strings. Try harder to avoid second try-completion.
15515 (completion-in-region-mode-map): Disable bindings that don't work yet.
15516
2dbaa080
SM
15517 * comint.el: Use lexical-binding. Require CL.
15518 (comint-dynamic-complete-functions): Use comint-filename-completion.
15519 (comint-completion-addsuffix): Tweak custom type.
15520 (comint-filename-completion, comint--common-suffix)
15521 (comint--common-quoted-suffix, comint--table-subvert)
15522 (comint--complete-file-name-data): New functions.
15523 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
15524 (comint-dynamic-list-filename-completions): Use them.
15525 (comint-dynamic-simple-complete): Make obsolete.
c0a193ea 15526
2dbaa080
SM
15527 * minibuffer.el (completion-in-region-mode):
15528 Keep completion-in-region-mode--predicate global.
15529 (completion-in-region--postch):
15530 Assume completion-in-region-mode--predicate is not null.
15531
c79a6f38
SM
15532 * progmodes/flymake.el (flymake-start-syntax-check-process):
15533 Obey `dir'. Simplify.
15534
024ff170
SM
15535 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
15536 we're in VC after all.
15537
1c6c854e
CS
155382011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
15539
15540 * vc/vc.el (vc-diff-build-argument-list-internal)
024ff170 15541 (vc-version-ediff, vc-ediff): New commands.
1c6c854e
CS
15542 (vc-version-diff): Use vc-diff-build-argument-list-internal.
15543
bed7f140
SM
155442011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15545
332e62ab
SM
15546 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
15547 add sanity check.
15548
bed7f140
SM
15549 * obsolete/erc-hecomplete.el: Make obsolete.
15550 * obsolete/: Standardize obsolescence info in the header.
15551
f195c582
GM
155522011-04-20 Glenn Morris <rgm@gnu.org>
15553
15554 * calendar/solar.el (solar-horizontal-coordinates):
15555 Use the longitude argument rather than `calendar-longitude'.
15556 (solar-date-next-longitude): Remove unused locals.
15557
cb79b8c0
VJL
155582011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15559
15560 * whitespace.el: New version 13.2.1.
15561
155622011-04-20 felix <EmacsWiki> (tiny change)
15563
d8e4b68b 15564 * whitespace.el (global-whitespace-mode): Keep highlight when
cb79b8c0
VJL
15565 switching between major modes on a file.
15566
602ea69d
SM
155672011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
15570 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
15571 multi-line comments as well.
15572
06b60517
JB
155732011-04-19 Juanma Barranquero <lekktu@gmail.com>
15574
15575 Lexical-binding cleanup.
15576
15577 * arc-mode.el (archive-mode-revert):
15578 * cmuscheme.el (scheme-interactively-start-process):
15579 * custom.el (custom-initialize-delay):
15580 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
15581 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
15582 * emacs-lock.el (emacs-lock-clear-sentinel):
15583 * ezimage.el (defezimage):
15584 * follow.el (follow-avoid-tail-recenter):
15585 * fringe.el (set-fringe-mode-1):
15586 * generic-x.el (bat-generic-mode-compile):
15587 * help-mode.el (help-info-variable, help-do-xref)
15588 (help-mode-revert-buffer):
15589 * help.el (view-emacs-todo):
15590 * iswitchb.el (iswitchb-completion-help):
15591 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
15592 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
15593 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
15594 * locate.el (locate-update):
15595 * longlines.el (longlines-encode-region)
15596 (longlines-after-change-function):
15597 * outline.el (outline-isearch-open-invisible):
15598 * ps-def.el (declare-function, charset-dimension, char-width)
15599 (encode-char):
15600 * ps-mule.el (ps-mule-plot-string):
15601 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
15602 (recentf-edit-list-select, recentf-edit-list-validate)
15603 (recentf-open-files-action):
15604 * rect.el (delete-whitespace-rectangle-line)
15605 (rectangle-number-line-callback):
15606 * register.el (window-configuration-to-register)
15607 (frame-configuration-to-register):
15608 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
15609 * select.el (xselect-convert-to-string, xselect-convert-to-length)
15610 (xselect-convert-to-targets, xselect-convert-to-delete)
15611 (xselect-convert-to-filename, xselect-convert-to-charpos)
15612 (xselect-convert-to-lineno, xselect-convert-to-colno)
15613 (xselect-convert-to-os, xselect-convert-to-host)
15614 (xselect-convert-to-user, xselect-convert-to-class)
15615 (xselect-convert-to-name, xselect-convert-to-integer)
15616 (xselect-convert-to-atom, xselect-convert-to-identity):
15617 * subr.el (declare, ignore, process-kill-without-query)
15618 (text-clone-maintain):
15619 * terminal.el (te-get-char, te-tic-sentinel):
15620 * tool-bar.el (tool-bar-make-keymap):
15621 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
15622 * type-break.el (type-break-mode, type-break-noninteractive-query):
15623 * view.el (View-back-to-mark):
15624 * wid-browse.el (widget-browse-action, widget-browse-widget)
15625 (widget-browse-widgets, widget-browse-sexp):
15626 * widget.el (define-widget-keywords):
15627 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
15628 Mark unused parameters.
15629
15630 * align.el (align-adjust-col-for-rule): Mark unused parameter.
15631 (align-areas): Remove unused variable `look'.
15632 (align-region): Remove unused variables `real-end' and `pos-list'.
15633
15634 * apropos.el (apropos-score-doc): Remove unused variable `i'.
15635
15636 * bindings.el (mode-line-modified, mode-line-remote):
15637 Mark unused parameters.
15638 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
15639
15640 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
15641 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
15642
15643 * comint.el (comint-history-isearch-pop-state)
15644 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
15645 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
15646 (comint-substitute-in-file-name): Doc fix.
15647
15648 * completion.el (cmpl-statistics-block): Mark unused parameter.
15649 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
15650 (save-completions-to-file, load-completions-from-file):
15651 Remove unused local variable `e'.
15652
15653 * composite.el (compose-chars): Remove unused variable `len'.
15654 (lgstring-insert-glyph): Remove unused variable `g'.
15655 (compose-glyph-string): Remove unused variables `ascent',
15656 `descent', `lbearing' and `rbearing'.
15657 (compose-glyph-string-relative): Remove unused variables
15658 `lbearing', `rbearing' and `wadjust'.
15659 (compose-gstring-for-graphic): Remove unused variables `header',
15660 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
15661 (compose-gstring-for-terminal): Remove unused variables `header'
15662 and `nchars'. Use `let', not `let*'.
15663
15664 * cus-edit.el (Custom-set, Custom-save, custom-reset)
15665 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
15666 (Custom-buffer-done, custom-buffer-create-internal)
15667 (custom-browse-visibility-action, custom-browse-group-tag-action)
15668 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
15669 (widget-magic-mouse-down-action, custom-toggle-parent)
15670 (custom-add-parent-links, custom-toggle-hide-variable)
15671 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
15672 (custom-toggle-hide-face, face, hook, custom-group-link-action)
15673 (custom-face-menu-create, custom-variable-menu-create, get)
15674 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
15675 (custom-reset-standard-save-and-update): Remove unused variable `value'.
15676 (customize-apropos): Remove unused variable `tests'.
15677 (custom-group-value-create): Remove unused variable `hidden-p'.
15678 (sort-fold-case): Declare.
15679
15680 * cus-theme.el (custom-reset-standard-faces-list)
15681 (custom-reset-standard-variables-list): Declare.
15682 (customize-create-theme, custom-theme-revert, custom-theme-write)
15683 (custom-theme-choose-mode, customize-themes, custom-theme-save):
15684 Mark unused parameters.
15685
15686 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
15687
15688 * delim-col.el (delimit-columns-max): Move defvar before first use.
15689
15690 * descr-text.el (describe-char-categories): Don't quote `lambda'.
bd0d2ee2 15691 (describe-char): Don't quote `lambda'. Mark unused parameter.
06b60517
JB
15692
15693 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
15694 (auto-insert): Declare.
15695 (desktop-restore-file-buffer): Rename desktop-* parameters;
15696 mark unused ones.
15697 (desktop-create-buffer): Rename desktop-* parameters and bind them.
15698 (desktop-buffer): Rename desktop-* parameters.
15699
15700 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
15701 (dframe-reposition-frame-xemacs, dframe-help-echo)
15702 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
15703 Mark unused parameters.
15704
15705 * dired-aux.el (backup-extract-version-start, overwrite-query)
15706 (overwrite-backup-query, rename-regexp-query)
15707 (rename-non-directory-query): Declare.
15708 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
15709 (dired-add-entry): Remove unused variable `orig-file-name'.
15710 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
15711 Use parameter PRESERVE-TIME instead of accessing dynamic variable
15712 `dired-copy-preserve-time' directly.
15713 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
15714 (dired-insert-subdir-newpos): Rename unused variable `pos'.
15715
15716 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
15717 (dired-virtual-revert, dired-make-relative-symlink):
15718 Mark unused parameters.
15719 (manual-program): Declare.
15720 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
15721 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
15722 wrapped in `with-no-warnings' to avoid replacing one warning by another.
15723
15724 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
15725
15726 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
15727
15728 * echistory.el (electric-history-in-progress, Helper-return-blurb):
15729 Declare.
15730
15731 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
15732
15733 * electric.el (Electric-command-loop): Rename parameter
15734 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
15735
15736 * expand.el (expand-in-literal): Remove unused variable `here'.
15737
15738 * facemenu.el (facemenu-add-new-color):
15739 Remove unused variable `docstring'.
15740
15741 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
15742 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
15743 (face-attr-construct): Mark unused parameter. Doc fix.
15744 (read-color): Remove unused variable `hex-string'.
15745
15746 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
15747 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
15748 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
15749 (display-buffer-other-frame): Remove unused variable `old-window'.
15750 (kill-buffer-hook): Declare.
15751 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
15752 Mark unused parameters.
15753 (after-find-file): Pass 1 to `auto-save-mode', not t.
15754
15755 * files-x.el (auto-insert): Declare.
15756 (modify-file-local-variable-prop-line): Remove unused variable `val'.
15757
15758 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
bd0d2ee2 15759 variable `buf'. Mark unused parameter.
06b60517
JB
15760 (find-lisp-insert-directory): Mark unused parameter.
15761
15762 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
15763 (format-encode-region): Remove unused variables `cur-buf' and `result'.
15764 (format-common-tail): Remove, unused.
15765 (format-deannotate-region): Remove unused variable `loc'.
15766 (format-annotate-region): Remove unused variable `p'.
15767 (format-annotate-single-property-change): Remove unused variables
15768 `default' and `tail'.
15769
15770 * forms.el (read-file-filter): Declare.
15771 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
15772
15773 * frame.el (frame-creation-function-alist): Mark unused parameter.
15774 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
15775
15776 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
15777 Remove unused parameters.
15778 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
15779 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
15780
15781 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
15782 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
15783 (hfy-prepare-tag-map): Mark unused parameters.
15784 (htmlfontify-buffer): Use `called-interactively-p'.
15785
15786 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
15787 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
15788 (ibuffer-do-occur): Mark unused parameters.
15789 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
15790 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
15791
15792 * ibuffer.el: Don't quote `lambda'.
15793 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
15794 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
15795 Mark unused parameters.
15796
15797 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
15798 (ido-completing-read): Mark unused parameters.
15799 (ido-copy-current-word): Mark unused parameters;
15800 remove unused variable `name'.
15801 (ido-sort-merged-list): Remove unused parameter `dirs'.
15802
15803 * ielm.el (ielm-input-sender): Mark unused parameter.
15804 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
15805 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
15806 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
15807 `ielm-string' as a dynamic variable accessible from the IELM prompt.
15808 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
15809
15810 * image-dired.el (image-dired-display-thumbs): Remove unused
15811 variables `curr-file' and `count'.
15812 (image-dired-remove-tag): Remove unused variable `start'.
15813 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
15814 variable `curr-file'
15815 (image-dired-rotate-original): Remove unused variable `temp-file'.
15816 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
15817 Remove unused variable `file'.
15818 (image-dired-gallery-generate): Remove unused variable `curr'.
15819 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
15820
15821 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
15822
15823 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
15824
15825 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
15826
15827 * isearch.el (minibuffer-history-symbol): Declare.
15828 (isearch-edit-string): Remove unused variable `err'.
15829 (isearch-message-prefix, isearch-message-suffix):
15830 Mark unused parameters.
15831
15832 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
15833
15834 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
15835
15836 * makesum.el (double-column): Remove unused variable `cnt'.
15837
15838 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
15839 (ido-ignore-item-temp-list): Declare.
15840
15841 * mouse-drag.el (mouse-drag-throw): Remove unused variables
15842 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
15843 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
15844 (mouse-drag-drag): Remove unused variables `mouse-delta' and
15845 `mouse-col-delta'.
15846
15847 * mouse-sel.el (mouse-extend-internal):
15848 Remove unused variable `orig-window-frame'.
15849
15850 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
15851 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
15852 Move declarations before first use.
15853 (pcomplete-opt): Mark unused parameters; doc fix.
15854
15855 * proced.el (proced-revert): Mark unused parameter.
15856 (proced-send-signal): Remove unused variable `err'.
15857
15858 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
15859 Rename parameter PREFIX-ARG to ARG.
15860 (ps-basic-plot-string, ps-basic-plot-whitespace):
15861 Mark unused parameters.
15862
15863 * replace.el (replace-count): Define.
15864 (occur-revert-function): Mark unused parameters.
15865 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
15866 (isearch-case-fold-search, isearch-string): Declare.
15867 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
15868 bind `case-fold-search'. Remove unused variables `beg' and `end',
15869 and simplify.
15870 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
15871 COUNT and bind `replace-count'.
15872 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
15873 to COUNT.
15874
15875 * savehist.el (print-readably, print-string-length): Declare.
15876
15877 * shadowfile.el (shadow-expand-cluster-in-file-name):
15878 Remove unused variable `cluster'.
15879 (shadow-copy-file): Remove unused variable `i'.
15880 (shadow-noquery, shadow-clusters, shadow-site-cluster)
15881 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
15882 (shadow-define-literal-group, shadow-define-regexp-group)
15883 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
15884
15885 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
15886 (shell): Use `called-interactively-p'.
15887 (shell-directory-tracker): Remove unused variable `chdir-failure'.
15888
15889 * simple.el (compilation-context-lines, comint-file-name-quote-list)
15890 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
15891 (delete-backward-char): Remove unused variable `ocol'.
15892 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
15893 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
15894 (event-apply-hyper-modifier, event-apply-shift-modifier)
15895 (event-apply-control-modifier, event-apply-meta-modifier):
15896 Mark unused parameters.
15897 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
15898 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
15899
15900 * speedbar.el (speedbar-ignored-directory-expressions)
15901 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
15902 (speedbar-find-file, speedbar-dir-follow)
15903 (speedbar-directory-buttons-follow, speedbar-tag-find)
15904 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
15905 (speedbar-buffers-line-directory, speedbar-buffer-click):
15906 Mark unused parameters.
15907 (speedbar-tag-file): Remove unused variable `mode'.
15908 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
15909
15910 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
15911
15912 * talk.el (talk): Remove unused variable `display'.
15913
15914 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
15915 (tar-write-region-annotate): Mark unused parameter.
15916
15917 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
15918 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
15919 Declare them, wrapped in `with-no-warnings' to avoid replacing one
15920 warning by another.
15921
15922 * time-stamp.el (time-stamp-string-preprocess):
15923 Remove unused variable `require-padding'.
15924
15925 * tree-widget.el (widget-glyph-enable): Declare.
15926 (tree-widget-action): Mark unused parameter.
15927
15928 * w32-fns.el (x-get-selection): Mark unused parameter.
15929 (autoload-make-program, generated-autoload-file): Declare.
15930
15931 * wdired.el (wdired-revert): Mark unused parameters.
15932 (wdired-xcase-word): Remove unused variable `err'.
15933
15934 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
15935 (whitespace-help-scroll): Remove unused variable `data-help'.
15936
15937 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
15938 (widget-image-insert, widget-after-change, default)
15939 (widget-default-format-handler, widget-default-notify)
15940 (widget-default-prompt-value, widget-info-link-action)
15941 (widget-url-link-action, widget-function-link-action)
15942 (widget-variable-link-action, widget-file-link-action)
15943 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
15944 (widget-field-prompt-internal, widget-field-action, widget-field-match)
15945 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
15946 (widget-insert-button-action, widget-delete-button-action, visibility)
15947 (widget-documentation-link-action, widget-documentation-string-action)
15948 (widget-const-prompt-value, widget-regexp-match, symbol)
15949 (widget-coding-system-prompt-value)
15950 (widget-key-sequence-value-to-external, sexp)
15951 (widget-sexp-value-to-internal, character, vector, cons)
15952 (widget-choice-prompt-value, widget-boolean-prompt-value)
15953 (widget-color--choose-action): Mark unused parameters.
15954 (widget-item-match-inline, widget-choice-match-inline)
15955 (widget-checklist-match, widget-checklist-match-inline)
15956 (widget-group-match): Rename parameter VALUES to VALS.
15957 (widget-field-value-set): Remove unused variable `size'.
15958 (widget-color-action): Remove unused variables `value' and `start'.
15959
15960 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
bd0d2ee2 15961 variable `dir'. Doc fix.
06b60517
JB
15962 (windmove-find-other-window): Don't pass it.
15963
15964 * window.el (count-windows): Mark unused parameter.
15965 (bw-adjust-window): Remove unused variable `err'.
15966
15967 * woman.el (woman-file-name): Remove unused variable `default'.
15968 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
15969 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
15970 (global-font-lock-mode): Declare.
15971 (woman-decode-region): Mark unused parameter.
15972 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
15973
15974 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
15975 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
15976 (x-dnd-handle-moz-url): Remove unused variable `title'.
15977 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
15978
15979 * xml.el (xml-parse-tag, xml-parse-attlist):
15980 Remove unused variable `pos'.
15981
bc4f7f3d
GM
159822011-04-19 Glenn Morris <rgm@gnu.org>
15983
15984 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
15985 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
15986 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
15987 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
15988 * calendar/cal-html.el (cal-html-insert-minical):
15989 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
15990 (calendar-mark-date-pattern):
15991 Prefix "unused" locals.
15992
15993 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
15994 optional argument `style'.
15995
15996 * calendar/appt.el (appt-make-list):
15997 * calendar/cal-china.el (calendar-chinese-date-string):
15998 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
15999 (diary-hebrew-yahrzeit):
16000 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
16001 * calendar/calendar.el (calendar-generate-window):
16002 * calendar/time-date.el (time-to-days):
16003 Remove unused local variables.
16004
16a43933
CY
160052011-04-18 Chong Yidong <cyd@stupidchicken.com>
16006
16007 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
16008 glyphless-char-display table.
16009 (tabulated-list-glyphless-char-display): New var.
16010
7eed1860
SS
160112011-04-18 Sam Steingold <sds@gnu.org>
16012
16013 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
16014 to acknowledgments.
16015
4d2d1ccd
GM
160162011-04-17 Glenn Morris <rgm@gnu.org>
16017
16018 * calendar/diary-lib.el (diary-sexp-entry):
16019 * calendar/holidays.el (holiday-sexp):
16020 Set debug-on-error rather than the removed stack-trace-on-error.
16021
239da61d
GM
160222011-04-16 Glenn Morris <rgm@gnu.org>
16023
16024 * progmodes/f90.el: Use lexical-binding.
16025 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
16026
8b05752a
SM
160272011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16028
daca8ba5
SM
16029 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
16030 (mail-mode): Setup mailalias completion here instead.
16031 * mail/mailalias.el: Use lexical-binding.
16032 (pattern, mailalias-done): Declare dynamic.
16033 (mail-completion-at-point-function): New function, from mail-complete.
16034 (mail-complete): Use it.
16035 (mail-completion-expand): New function.
16036 (mail-get-names): Use it.
16037 (mail-directory, mail-directory-process, mail-directory-stream):
16038 Don't use `pattern' for lexically bound arg.
16039
6f542485
SM
16040 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
16041
037e7c3f
SM
16042 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
16043 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
16044 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
16045
8b05752a
SM
16046 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
16047 (byte-save-window-excursion, byte-temp-output-buffer-setup)
16048 (byte-interactive-p): Define them again, for use when inlining
16049 old code.
16050
49093f60
JB
160512011-04-15 Juanma Barranquero <lekktu@gmail.com>
16052
16053 * loadup.el: Use `string-to-number', not `string-to-int'.
16054
b5b8e7de
SM
160552011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16056
16057 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
16058 gud-gdb-complete-command.
16059 (gud-gdb-completions): New function, from gud-gdb-complete-command.
16060 (gud-gdb-completion-at-point): New function.
16061 (gud-gdb-completions): Remove.
16062
f42efeb5
MA
160632011-04-14 Michael Albinus <michael.albinus@gmx.de>
16064
49093f60
JB
16065 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
16066 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
16067 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
16068 whether `executable-find' is bound.
f42efeb5
MA
16069
16070 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
16071
e240cc21
SM
160722011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16073
16074 * minibuffer.el (completion-in-region-mode-predicate)
16075 (completion-in-region-mode--predicate): New vars.
16076 (completion-in-region, completion-in-region--postch)
16077 (completion-in-region-mode): Use them.
16078 (completion--capf-wrapper): Also return the hook function.
16079 (completion-at-point, completion-help-at-point):
16080 Adjust and provide a predicate.
c2bd2ab0
SM
16081
16082 Preserve arg names for advice of subr and lexical functions (bug#8457).
16083 * help-fns.el (help-function-arglist): Consolidate the subr and
16084 new-byte-code cases. Add argument `preserve-names' to extract names
16085 from the docstring when needed.
16086 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
16087 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
16088 (ad-arglist): Use help-function-arglist's new arg.
16089 (ad-definition-type): Use cond.
16090
c183f693
JB
160912011-04-13 Juanma Barranquero <lekktu@gmail.com>
16092
06641a47
JB
16093 * autorevert.el (auto-revert-handler):
16094 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
16095 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
16096 Don't quote lambda.
16097
c183f693
JB
16098 * image-mode.el (image-transform-set-scale):
16099 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
16100
1e3b6001
G
161012011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
16102
16103 * net/network-stream.el (network-stream-open-starttls): Only do
e9fce1ac 16104 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
1e3b6001
G
16105 Upgrades via gnutls-cli are too slow to be done opportunistically.
16106
2d6af8dd
JB
161072011-04-12 Juanma Barranquero <lekktu@gmail.com>
16108
16109 * dframe.el (dframe-current-frame): Remove spurious quote.
16110
c0749a51
GM
161112011-04-12 Glenn Morris <rgm@gnu.org>
16112
088d0d61
GM
16113 * calendar/cal-tex.el (cal-tex-end-document):
16114 Try to automatically use latin1 input if needed.
16115
c0749a51
GM
16116 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
16117 Don't try to cons a mark onto an empty element.
16118
5c90fde0
LL
161192011-04-11 Leo Liu <sdl.web@gmail.com>
16120
16121 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
16122 buffers.
16123 (ido-kill-buffer-at-head): Support killing virtual buffers.
16124
369e974d
CY
161252011-04-10 Chong Yidong <cyd@stupidchicken.com>
16126
16127 * minibuffer.el (completion-show-inline-help): New var.
16128 (completion--do-completion, minibuffer-complete)
daca8ba5
SM
16129 (minibuffer-force-complete, minibuffer-complete-word):
16130 Inhibit minibuffer messages if completion-show-inline-help is nil.
369e974d
CY
16131
16132 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
16133 to avoid interference from inline help (Bug#5849).
16134
37f1c930
LL
161352011-04-10 Leo Liu <sdl.web@gmail.com>
16136
099c39a4
JB
16137 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
16138 Fix typo.
37f1c930 16139
a32d4040
CY
161402011-04-09 Chong Yidong <cyd@stupidchicken.com>
16141
16142 * image-mode.el (image-toggle-display-image): Signal an error if
16143 not in Image mode.
16144 (image-transform-mode, image-transform-resize)
16145 (image-transform-set-rotation): Doc fix.
daca8ba5 16146 (image-transform-set-resize): Delete.
a32d4040
CY
16147 (image-transform-set-scale, image-transform-fit-to-height)
16148 (image-transform-fit-to-width): Handle image-toggle-display-image
16149 and image-transform-resize directly.
16150
099c39a4 161512011-04-08 Sho Nakatani <lay.sakura@gmail.com>
d7b89879
TH
16152
16153 * doc-view.el (doc-view-fit-width-to-window)
099c39a4
JB
16154 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
16155 New functions for fitting the shown image to the Emacs window size.
d7b89879
TH
16156 (doc-view-mode-map): Add bindings for the new functions.
16157
099c39a4 161582011-04-08 Juanma Barranquero <lekktu@gmail.com>
ddc20cdb 16159
4d61f28d 16160 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
ddc20cdb
JB
16161 Fix typo in docstring.
16162
3726838a
EZ
161632011-04-08 Eli Zaretskii <eliz@gnu.org>
16164
04f33f1e
EZ
16165 * files.el (file-size-human-readable): Produce one digit after
16166 decimal, like "ls -lh" does.
16167
16168 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
16169 the file size representation.
16170
3726838a
EZ
16171 * simple.el (list-processes): If async subprocesses are not
16172 available, error out with a clear error message.
16173
cbb59342
CY
161742011-04-08 Chong Yidong <cyd@stupidchicken.com>
16175
16176 * help.el (help-form-show): New function, to be called from C.
16177 Put help-form output in a buffer named differently than *Help*.
16178
e3971c44
EZ
161792011-04-08 Eli Zaretskii <eliz@gnu.org>
16180
16181 * files.el (file-size-human-readable): New function.
16182
16183 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
16184 computing the representation inline. Don't require `cl'.
16185
12544bbe
GM
161862011-04-08 Glenn Morris <rgm@gnu.org>
16187
a1de6c6a
GM
16188 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
16189
3c4671f4
GM
16190 * net/browse-url.el (browse-url-firefox):
16191 Test system-type, not system-configuration.
16192
b605679c
GM
16193 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
16194 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
16195 Use log-edit-empty-buffer-p. (Bug#7598)
16196
56442f0c
GM
16197 * net/rlogin.el (rlogin-process-connection-type): Simplify.
16198 (rlogin-mode-map): Initialize in the defvar.
16199 (rlogin): Use ignore-errors.
16200
12544bbe
GM
16201 * replace.el (occur-mode-map): Some fixes for menu items.
16202
eb237b0f
AH
162032011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
16204
16205 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
16206
7d668f2c
CY
162072011-04-06 Chong Yidong <cyd@stupidchicken.com>
16208
e67a13ab
CY
16209 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
16210 issuing unused warnings.
16211
16212 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
16213 macro directly.
16214
7d668f2c
CY
16215 * simple.el: Lisp reimplement of list-processes. Based on an
16216 earlier reimplementation by Leo Liu, but using tabulated-list.el.
16217 (process-menu-mode): New major mode.
16218 (list-processes--refresh, list-processes):
16219 (process-menu-visit-buffer): New functions.
16220
16221 * files.el (save-buffers-kill-emacs): Don't assume any return
16222 value of list-processes, which is undocumented anyway.
16223
a83ec3c9
CY
162242011-04-06 Chong Yidong <cyd@stupidchicken.com>
16225
16226 * emacs-lisp/tabulated-list.el: New file.
16227
e91a96fe
CY
16228 * emacs-lisp/package.el: Use Tabulated List mode.
16229 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
16230 (package-menu-mode): Derive from tabulated-list-mode. Set up the
16231 table format using Tabulated List mode variables.
16232 (package--push): New macro, replacing package-list-maybe-add.
16233 (package-menu--generate): Use package--push. Renamed from
16234 package--generate-package-list.
16235 (package-menu-refresh, list-packages): Use it.
daca8ba5 16236 (package-menu--print-info): Rename from package-print-package.
e91a96fe 16237 Return insertion data instead of inserting it directly.
099c39a4
JB
16238 (package-menu-describe-package, package-menu-execute):
16239 Use tabulated-list-get-id.
e91a96fe
CY
16240 (package-menu-mark-delete, package-menu-mark-install)
16241 (package-menu-mark-unmark, package-menu-backup-unmark)
099c39a4
JB
16242 (package-menu-mark-obsolete-for-deletion):
16243 Use tabulated-list-put-tag.
e91a96fe
CY
16244 (package--list-packages, package-menu-revert)
16245 (package-menu-get-package, package-menu-get-version)
16246 (package-menu-sort-by-column): Functions deleted.
16247 (package-menu-package-list, package-menu-sort-key): Vars deleted.
16248 (package-menu--status-predicate, package-menu--version-predicate)
16249 (package-menu--name-predicate)
16250 (package-menu--description-predicate): Handle arguments in the
16251 Tabulated List format.
16252 (package-list-packages-no-fetch): Call list-packages.
16253
3e214b50
JB
162542011-04-06 Juanma Barranquero <lekktu@gmail.com>
16255
16256 * files.el (after-find-file-from-revert-buffer): Remove variable.
c9d0ec6d 16257 (after-find-file): Don't bind it.
3e214b50
JB
16258 (revert-buffer-in-progress-p): New variable.
16259 (revert-buffer): Bind it.
16260 Pass nil for `after-find-file-from-revert-buffer'.
16261
16262 * saveplace.el (save-place-find-file-hook): Use new variable
16263 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
16264
3f0f1700
GM
162652011-04-06 Glenn Morris <rgm@gnu.org>
16266
c0274801
GM
16267 * Makefile.in (AUTOGEN_VCS): New variable.
16268 (autoloads): Use $AUTOGEN_VCS.
16269
3f0f1700
GM
16270 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
16271 * calendar/calendar.el (calendar-mode-map):
16272 Check for toolkit scroll bars. (Bug#8305)
16273
41ea9e48
CY
162742011-04-05 Chong Yidong <cyd@stupidchicken.com>
16275
16276 * minibuffer.el (completion-in-region--postch)
16277 (completion-in-region-mode): Remove unnecessary messages.
16278
6194c800
JB
162792011-04-05 Juanma Barranquero <lekktu@gmail.com>
16280
33256f14
JB
16281 * font-lock.el (font-lock-refresh-defaults):
16282 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
16283 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
16284
6194c800
JB
16285 * info.el (Info-directory-list, Info-read-node-name-2)
16286 (Info-split-parameter-string): Doc fixes.
16287 (Info-virtual-nodes): Reflow docstring.
16288 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
16289 (Info-apropos-toc-nodes, info-finder, Info-get-token)
16290 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
16291 Fix typos in docstrings.
16292 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
16293 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
16294 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
16295 (Info-restore-desktop-buffer): Mark unused parameters.
16296 (Info-directory-find-file, Info-directory-find-node)
16297 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
16298 (Info-virtual-index-find-node, Info-apropos-find-file)
16299 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
33256f14 16300 Mark unused parameters; fix typos in docstrings.
6194c800
JB
16301 (Info-virtual-index): Remove unused local variable `nodename'.
16302
b87a8200 163032011-04-05 Deniz Dogan <deniz@dogan.se>
0f6ee7d2 16304
b87a8200
DD
16305 * net/rcirc.el: Update my e-mail address.
16306 (rcirc-mode-map): Remove M-o binding.
0f6ee7d2 16307
3b2ff876
CY
163082011-04-05 Chong Yidong <cyd@stupidchicken.com>
16309
16310 * startup.el (command-line): Save the cursor's theme-face
16311 directly, instead of using face-override-spec.
16312
16313 * custom.el (load-theme): Minor optimization in assigning faces.
16314
8d17e7ca
JB
163152011-04-04 Juanma Barranquero <lekktu@gmail.com>
16316
16317 * help-fns.el (describe-variable): Complete all variables having
16318 documentation, including keywords.
16319 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
16320
2fbc1934
JB
163212011-04-04 Juanma Barranquero <lekktu@gmail.com>
16322
16323 Convert to lexical-binding.
16324
16325 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
16326 (bs--get-marked-string, bs--get-modified-string)
16327 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
16328 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
16329 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
16330
16331 * ehelp.el (electric-help-execute-extended)
16332 (electric-help-ctrl-x-prefix):
16333 * hexl.el (hexl-revert-buffer-function):
16334 * linum.el (linum-after-change, linum-after-scroll):
16335 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
16336
16337 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
16338
74f50695
DU
163392011-04-04 Daiki Ueno <ueno@unixuser.org>
16340
16341 * epa-dired.el:
16342 * epa-mail.el:
16343 * epa-hook.el:
16344 * epa-file.el:
16345 * epa.el:
16346 * epg.el: Use lexical binding.
16347
c11325f7
CY
163482011-04-03 Chong Yidong <cyd@stupidchicken.com>
16349
0d9e9a12
CY
16350 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
16351
c11325f7 16352 * textmodes/flyspell.el (flyspell-word): Recognize default
daca8ba5
SM
16353 dictionary case for flyspell-mark-duplications-exceptions.
16354 Use regexp matching for languages.
c11325f7
CY
16355 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
16356 default dictionary (Bug#7926).
16357
da91b5f2
CY
163582011-04-02 Chong Yidong <cyd@stupidchicken.com>
16359
099c39a4
JB
16360 * emacs-lisp/package.el (package--with-work-buffer):
16361 Recognize https URLs.
da91b5f2 16362
099c39a4
JB
16363 * net/network-stream.el: Move from gnus/proto-stream.el.
16364 Change prefix to network-stream throughout.
da91b5f2
CY
16365 (open-protocol-stream): Merge into open-network-stream, leaving
16366 open-protocol-stream as an alias. Handle nil BUFFER args.
16367
16368 * subr.el (open-network-stream): Move to net/network-stream.el.
16369
afa8e9f6
GM
163702011-04-02 Glenn Morris <rgm@gnu.org>
16371
1d2e369d
GM
16372 * find-dired.el (find-exec-terminator): New option.
16373 (find-ls-option): Test for -ls support.
16374 (find-ls-subdir-switches): Test for -b in find-ls-option.
16375 (find-dired, find-grep-dired): Doc fixes.
16376 (find-dired): Use find-exec-terminator.
16377
8abb7da8 16378 * find-dired.el (find-ls-option, find-ls-subdir-switches)
e7a395b5
GM
16379 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
16380 (find-name-arg): Remove purecopy.
8abb7da8 16381
f3ca7378
GM
16382 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
16383 (grep-compute-defaults): Check for `-exec COMMAND +' support.
16384 Set grep-find-use-xargs, grep-find-command, and grep-find-template
16385 accordingly. Don't add the null-device if not needed.
16386
afa8e9f6
GM
16387 * files.el (save-some-buffers): Doc fix.
16388
35eae264
EZ
163892011-04-02 Eli Zaretskii <eliz@gnu.org>
16390
16391 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
16392
26b51db5
JB
163932011-04-01 Juanma Barranquero <lekktu@gmail.com>
16394
16395 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
16396 Use `dolist' rather than `mapcar'.
16397
7200d79c
SM
163982011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16399
03408648 16400 Add lexical binding.
7200d79c 16401
03408648
SM
16402 * subr.el (apply-partially): Use new closures rather than CL.
16403 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
16404 (dolist, dotimes): Use slightly different expansion for lexical code.
16405 (functionp): Move to C.
16406 (letrec): New macro.
16407 (with-wrapper-hook): Use it and apply-partially instead of CL.
16408 (eval-after-load): Preserve lexical-binding.
16409 (save-window-excursion, with-output-to-temp-buffer): Turn them
16410 into macros.
7200d79c 16411
03408648
SM
16412 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
16413
16414 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
16415 than the arglist.
16416 (help-add-fundoc-usage): Don't add `Not documented'.
16417 (help-function-arglist): Handle closures, subroutines, and new
16418 byte-code-functions.
16419 (help-make-usage): Remove leading underscores.
16420 (describe-function-1): Handle closures.
16421 (describe-variable): Use special-variable-p for completion.
16422
16423 * files.el (lexical-binding): Declare safe.
f488fb65 16424
03408648
SM
16425 * emacs-lisp/pcase.el: Don't use destructuring-bind.
16426 (pcase--memoize): Rename from pcase-memoize. Change weakness.
16427 (pcase): Add `let' pattern.
16428 Change memoization so it actually works.
16429 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
16430 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
16431 <let>: New case.
f488fb65 16432
03408648
SM
16433 * emacs-lisp/macroexp.el: Use lexical binding.
16434 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
16435 Don't convert ' to #' without checking that it's indeed quoting
16436 a lambda.
16437
16438 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
f488fb65 16439 Use eval-sexp-add-defvars.
03408648
SM
16440 (eval-sexp-add-defvars): New fun.
16441
16442 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
16443
16444 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
16445 Don't autoload.
16446 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
16447 than the internal `byte-compile-lambda'.
16448 (defmethod): Don't hide code under quotes.
16449 (eieio-defmethod): New `code' argument.
16450
16451 * emacs-lisp/eieio-comp.el: Remove.
16452
16453 * emacs-lisp/edebug.el (edebug-eval-defun)
16454 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
16455 (edebug-toggle): Avoid `eval'.
16456
16457 * emacs-lisp/disass.el (disassemble-internal): Handle new
16458 `closure' objects.
16459 (disassemble-1): Handle new byte codes.
16460
16461 * emacs-lisp/cl.el (pushnew): Silence warning.
16462
16463 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
16464 (cl-byte-compile-throw): Remove.
16465 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
16466
16467 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
16468 closures.
16469
16470 * emacs-lisp/cconv.el: New file.
16471
16472 * emacs-lisp/bytecomp.el: Use lexical binding instead of
16473 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
16474 (byte-compile-initial-macro-environment):
16475 Handle declare-function here.
16476 (byte-compile--lexical-environment): New var.
16477 (byte-stack-ref, byte-stack-set, byte-discardN)
16478 (byte-discardN-preserve-tos): New lap codes.
16479 (byte-interactive-p): Don't use any more.
16480 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
16481 New macros.
16482 (byte-compile-lapcode): Use them and handle new lap codes.
16483 (byte-compile-obsolete): Remove.
16484 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
16485 (byte-compile-arglist-warn): Check late def of inlinable funs.
16486 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
16487 since they should have been expanded by now.
16488 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
16489 (byte-compile-from-buffer): Remove unused second arg.
16490 (byte-compile-preprocess): New function.
16491 (byte-compile-toplevel-file-form): New function to distinguish
16492 file-form calls from outside from file-form calls from hunk-handlers.
16493 (byte-compile-file-form): Simplify.
16494 (byte-compile-file-form-defsubst): Remove.
16495 (byte-compile-file-form-defmumble): Simplify now that
16496 byte-compile-lambda always returns a byte-code-function.
16497 (byte-compile): Preprocess.
16498 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
16499 Remove, not used any more.
16500 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
16501 (byte-compile-make-args-desc): New funs.
16502 (byte-compile-lambda): Handle lexical functions. Always return
16503 a byte-code-function.
16504 (byte-compile-reserved-constants): New var, to make up room for
16505 closed-over variables.
16506 (byte-compile-constants-vector): Obey it.
16507 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
16508 (byte-compile-macroexpand-declare-function): New function.
16509 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
16510 byte-code-functions.
16511 (byte-compile-form): Check obsolescence here.
16512 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
16513 (byte-compile-variable-ref): Remove.
16514 (byte-compile-dynamic-variable-op): New fun.
16515 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
16516 (byte-compile-variable-set): New funs.
16517 (byte-compile-discard): Add 2 args.
16518 (byte-compile-stack-ref, byte-compile-stack-set)
16519 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
16520 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
16521 macroexpand-all instead.
16522 (byte-compile-quote-form): Remove.
16523 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
16524 (byte-compile-bind, byte-compile-unbind): New funs.
16525 (byte-compile-let): Handle let* and lexical binding.
16526 (byte-compile-let*): Remove.
16527 (byte-compile-catch, byte-compile-unwind-protect)
16528 (byte-compile-track-mouse, byte-compile-condition-case):
16529 Handle a new :fun-body form, used for lexical scoping.
16530 (byte-compile-save-window-excursion)
16531 (byte-compile-with-output-to-temp-buffer): Remove.
16532 (byte-compile-defun): Simplify.
16533 (byte-compile-stack-adjustment): New fun.
16534 (byte-compile-out): Use it.
16535 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
16536
16537 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
16538 handler any more.
16539
16540 * emacs-lisp/byte-opt.el: Use lexical binding.
16541 (byte-inline-lapcode): Remove (to bytecomp).
16542 (byte-compile-inline-expand): Pay attention to inlining to/from
16543 lexically bound code.
16544 (byte-compile-unfold-lambda): Don't handle byte-code-functions
16545 any more.
16546 (byte-optimize-form-code-walker): Don't handle save-window-excursion
16547 any more and don't call compiler-macros.
16548 (byte-compile-splice-in-already-compiled-code): Remove.
16549 (byte-code): Don't inline any more.
16550 (disassemble-offset): Receive `bytes' as argument rather than via
16551 dynamic scoping.
16552 (byte-compile-tag-number): Declare before first use.
16553 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
16554 `return' even if make-spliceable.
16555 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
16556 obsolete interactive-p.
16557 (byte-optimize-lapcode): Optimize new lap-codes.
16558 Don't trip up on new form of `byte-constant' lap code.
16559
16560 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
16561
16562 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
16563
16564 * custom.el (custom-initialize-default, custom-declare-variable):
16565 Use `defvar'.
16566
16567 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
16568 New variables.
16569 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
16570 (COMPILE_FIRST): Add macroexp and cconv.
16571 * makefile.w32-in: Mirror changes in Makefile.in.
16572
16573 * vc/cvs-status.el:
16574 * vc/diff-mode.el:
16575 * vc/log-edit.el:
16576 * vc/log-view.el:
16577 * vc/smerge-mode.el:
16578 * textmodes/bibtex-style.el:
090bd7cb 16579 * textmodes/css-mode.el:
03408648
SM
16580 * startup.el:
16581 * uniquify.el:
da91b5f2
CY
16582 * minibuffer.el:
16583 * newcomment.el:
16584 * reveal.el:
16585 * server.el:
16586 * mpc.el:
16587 * emacs-lisp/smie.el:
16588 * doc-view.el:
16589 * dired.el:
03408648
SM
16590 * abbrev.el: Use lexical binding.
16591
0f0c1f27
EZ
165922011-04-01 Eli Zaretskii <eliz@gnu.org>
16593
16594 * info.el (info-display-manual): New function.
16595
c82b2579
SM
165962011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
16599
221ddf68
TH
166002011-03-31 Tassilo Horn <tassilo@member.fsf.org>
16601
16602 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
2fbc1934 16603 an entry for that server in rcirc-authinfo. (Bug#8385)
221ddf68 16604
cba6e77e
GM
166052011-03-31 Glenn Morris <rgm@gnu.org>
16606
e040639f
GM
16607 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
16608
cba6e77e
GM
16609 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
16610
6d0f1c9e
CS
166112011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
16612
16613 * progmodes/python.el (python-default-interpreter)
16614 (python-python-command-args, python-jython-command-args)
16615 (python-which-shell, python-which-args, python-which-bufname)
16616 (python-file-queue, python-comint-output-filter-function)
16617 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
16618 variables and functions.
16619
3e2d70fd
SM
166202011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16621
16622 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
16623 (completion-in-region-mode): New minor mode.
16624 (completion-in-region): Use it.
16625 (completion-in-region--data, completion-in-region-mode-map): New vars.
16626 (completion-in-region--postch): New function.
16627 (completion--capf-misbehave-funs, completion--capf-safe-funs):
16628 New vars.
16629 (completion--capf-wrapper): New function.
16630 (completion-at-point): Use it to track well-behavedness of
16631 hook functions.
16632 (completion-help-at-point): New command.
16633
f3e4086c
JM
166342011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
16635
16636 * vc/add-log.el (add-change-log-entry): Don't use whitespace
16637 syntax class to search for whitespace on a single line
16638 (Message-ID: <4D938140.4030905@redhat.com>).
16639
eb7ffc14
LL
166402011-03-30 Leo Liu <sdl.web@gmail.com>
16641
16642 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
16643 New commands.
16644 (edit-abbrevs-map): Bind them here.
16645 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
16646
d806ab68
KM
166472011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
16648
16649 * allout.el (allout-hide-by-annotation, allout-flag-region):
16650 Reduce possibility of overlay leakage by making them volatile.
16651
16652 * allout-widgets.el (allout-widgets-tally): Define as nil so the
16653 hash is not shared between buffers. Mode initialization is
16654 responsible for giving it a useful starting value.
16655 (allout-item-span): Reduce possibility of overlay leakage by
16656 making them volatile.
16657 (allout-widgets-count-buttons-in-region): Add diagnostic function
16658 for tracking down button overlay leaks.
16659
ea622834
LL
166602011-03-29 Leo Liu <sdl.web@gmail.com>
16661
16662 * ido.el (ido-read-internal): Use the default history var
16663 minibuffer-history if no HISTORY is specified.
16664
b62f8267
G
166652011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
16666
03408648
SM
16667 * net/imap.el (imap-shell-open, imap-process-connection-type):
16668 Use imap-process-connection-type for 'shell' streams as well as
b62f8267
G
16669 Kerberos, SSL, other subprocesses.
16670
947b6566
LL
166712011-03-28 Leo Liu <sdl.web@gmail.com>
16672
16673 * abbrev.el (abbrev-table-empty-p): New function.
16674 (prepare-abbrev-list-buffer): Place empty abbrev tables after
16675 nonempty ones. (Bug#5937)
16676
5ffb62aa
JD
166772011-03-27 Jan Djärv <jan.h.d@swipnet.se>
16678
16679 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
16680
7a097943
LL
166812011-03-27 Leo Liu <sdl.web@gmail.com>
16682
16683 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
16684 for foreground and background colors.
16685 (ansi-color-make-color-map): Adapt.
16686
c5b40130
LL
166872011-03-25 Leo Liu <sdl.web@gmail.com>
16688
1f48f7d2
LL
16689 * midnight.el (midnight-time-float): Remove. Note it calculates
16690 the microsecond component incorrectly and seconds-to-time does the
16691 same job.
625897ec 16692 Remove redundant (require 'timer).
1f48f7d2 16693
c5b40130
LL
16694 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
16695 (ido-completions): Remove unused arguments. (Bug#8329)
16696
d86d2721
SM
166972011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16698
16699 * minibuffer.el (completion--flush-all-sorted-completions):
16700 Remove itself from hook.
16701 (completion-at-point): Let the functions perform the completion
16702 immediately and return nil or t.
16703 * comint.el (comint-dynamic-complete-functions): Now identical to
16704 completion-at-point-functions.
16705 (comint-dynamic-list-input-ring): Remove unused var `index'.
16706 (comint--match-partial-filename, comint--unquote&expand-filename):
16707 New funs, split from comint-match-partial-filename.
16708 (comint-dynamic-complete): Use completion-at-point.
16709 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
16710
e8974c48
DA
167112011-03-24 Drew Adams <drew.adams@oracle.com>
16712
16713 * thingatpt.el: Support `defun'.
16714
def71b5e
LL
167152011-03-23 Leo Liu <sdl.web@gmail.com>
16716
cb5af48e
LL
16717 * abbrevlist.el: Move to obsolete/abbrevlist.el.
16718
def71b5e
LL
16719 * help-mode.el (help-mode-finish): Tweak regexp.
16720
927c53e7
GM
167212011-03-23 Glenn Morris <rgm@gnu.org>
16722
18d05bed
GM
16723 * eshell/esh-opt.el (eshell-eval-using-options):
16724 Do not bind unused local variable `eshell-option-stub'.
16725
927c53e7
GM
16726 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
16727
9d0da923
JB
167282011-03-22 Juanma Barranquero <lekktu@gmail.com>
16729
16730 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
16731 keymap variable in `with-no-warnings' to avoid a warning when the
16732 keymap has been already `defconst'ed.
16733
4b978a67
LL
167342011-03-22 Leo Liu <sdl.web@gmail.com>
16735
16736 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
16737 encode all chars in abbrevs; otherwise use emacs-mule or
16738 utf-8-emacs. (Bug#8308)
16739
5fd62452
JB
167402011-03-22 Juanma Barranquero <lekktu@gmail.com>
16741
0b1596c6
JB
16742 * simple.el (backward-delete-char-untabify):
16743 Avoid warning about using `delete-backward-char'.
16744
5fd62452
JB
16745 * image.el (image-type-file-name-regexps): Make it variable.
16746 `imagemagick-register-types' modifies it, and the user may want
16747 to add new extensions for known image types.
16748 (imagemagick-register-types): Throw error if not using ImageMagick.
16749
0b4e93f1
LL
167502011-03-22 Leo Liu <sdl.web@gmail.com>
16751
16752 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
16753 located before rcirc-prompt-end-marker.
16754 (rcirc-complete): Error if point is not after rcirc prompt.
16755 Handle the case when table is nil.
9882e214 16756 (rcirc-user-authenticated): Define to fix compiler warning.
0b4e93f1 16757
fccee4ab
CY
167582011-03-22 Chong Yidong <cyd@stupidchicken.com>
16759
16760 * custom.el (custom--inhibit-theme-enable): Make it affect only
16761 custom-theme-set-variables and custom-theme-set-faces.
16762 (provide-theme): Ignore custom--inhibit-theme-enable.
16763 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
16764 (custom-enabling-themes): Delete variable.
d86d2721
SM
16765 (enable-theme): Accept only loaded themes as arguments.
16766 Ignore the special custom-enabled-themes variable.
fccee4ab
CY
16767 (custom-enabled-themes): Forbid themes from setting this.
16768 Eliminate use of custom-enabling-themes.
16769 (custom-push-theme): Quote "changed" custom var entry.
0357c7ae 16770
af896da6
LL
167712011-03-21 Leo Liu <sdl.web@gmail.com>
16772
16773 * ido.el (ido-read-internal): Add ido-selected to history instead
16774 of user input.
16775
78f64af0
SM
167762011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16777
16778 * subr.el (deferred-action-list, deferred-action-function):
16779 Mark obsolete.
16780
b16ac1ec
LL
167812011-03-21 Leo Liu <sdl.web@gmail.com>
16782
810f7698
LL
16783 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
16784 change on 2011-02-13 (bug#8309).
16785
b16ac1ec
LL
16786 * minibuffer.el (read-file-name-function): Change default value.
16787 (read-file-name--defaults): Rename from read-file-name-defaults.
16788 (read-file-name-default): Rename from read-file-name.
16789 (read-file-name): Call read-file-name-function.
16790
4e05e67e
GM
167912011-03-21 Glenn Morris <rgm@gnu.org>
16792
16793 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
16794 Doc fixes.
16795
4359915b
CY
167962011-03-21 Chong Yidong <cyd@stupidchicken.com>
16797
16798 * cus-theme.el: Add missing provide statement.
16799 (customize-create-theme): Extract theme value correctly.
16800 (custom-theme-visit-theme): Autoload.
16801 (customize-create-theme): Prompt before inserting default faces.
16802
1fe275ee
JB
168032011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16804
16805 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
16806 units and musical notes.
16807
cd394be1 168082011-03-20 Leo Liu <sdl.web@gmail.com>
3ec03f7e
LL
16809
16810 * ido.el (ido-read-internal): Use completing-read-default.
16811 (ido-completing-read): Fix compatibility with completing-read.
16812
7d476bde
CO
168132011-03-20 Christian Ohler <ohler@gnu.org>
16814
16815 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
16816 (ert-delete-all-tests): Use `called-interactively-p' rather than
16817 `interactive-p'.
16818 (ert--make-xrefs-region): Respect END.
16819
fe0fb33e
CY
168202011-03-19 Chong Yidong <cyd@stupidchicken.com>
16821
ff854b0b
CY
16822 * dired-aux.el (dired-create-directory): Signal an error if the
16823 directory already exists (Bug#8246).
16824
fe0fb33e
CY
16825 * facemenu.el (list-colors-display): Call list-faces-display
16826 inside with-help-window.
16827 (list-colors-print): Use display property to align the final
16828 column, instead of checking window-width.
16829
576bce32
EZ
168302011-03-19 Eli Zaretskii <eliz@gnu.org>
16831
4d61f28d 16832 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
576bce32
EZ
16833 windows-nt systems.
16834 (emerge-protect-metachars): Quote correctly for ms-dos and
16835 windows-nt systems.
16836
89c41d68 168372011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
e6ce307c
RS
16838
16839 * info.el (info-initialize): Replace all uses of `:' with
16840 path-separator for compatibility with non-Unix systems.
16841 Cache quoting of path-separator. (Bug#8258)
16842
b14e3e21 168432011-03-19 Juanma Barranquero <lekktu@gmail.com>
ad22b7f7
JB
16844
16845 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
16846 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
16847 (mouse-avoidance-mode): Fix typos in docstrings.
16848
4525ce3e
CY
168492011-03-19 Chong Yidong <cyd@stupidchicken.com>
16850
16851 * startup.el (package-subdirectory-regexp): Move from package.el.
16852 Omit \\` and \\', and let callers add them.
16853
16854 * emacs-lisp/package.el (package-strip-version)
16855 (package-load-all-descriptors): Add \\` and \\' to
16856 package-subdirectory-regexp before using it.
16857 (package-untar-buffer): New arg DIR; ensure that file untars only
16858 into this expected directory. Remove superfluous delete-region.
16859 (package-unpack): Caller changed.
16860 (package-tar-file-info): Use package-subdirectory-regexp.
16861
a904a09a 168622011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1518e4f0 16863
a904a09a
SM
16864 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
16865 diff-mode-shared-map (bug#8284).
16866 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
1518e4f0
G
16867
168682011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16869
16870 * calendar/time-date.el (format-seconds): Use assoc instead of
16871 assoc-string, since assoc-string doesn't exist in XEmacs.
16872
171fc304
JB
168732011-03-17 Juanma Barranquero <lekktu@gmail.com>
16874
16875 * custom.el (custom-known-themes): Reflow docstring.
16876 (custom-theme-load-path): Fix typo in docstring.
16877 (load-theme): Fix typo in error message.
16878 (custom-available-themes, custom-variable-theme-value):
16879 Use `let', not `let*'.
16880
d71990a1
JB
168812011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16882
16883 * calc/README: Mention inclusion of musical notes.
16884
16885 * calc/calc-units.el (calc-lu-quant): Rename from
16886 `calc-logunits-quantity'.
16887 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
16888 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
16889 (calc-db): Rename from `calc-dblevel'.
16890 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
16891 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
16892 (calc-np): Rename from `calc-nplevel'.
16893 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
16894 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
16895 (calc-lu-plus): Rename from `calc-logunits-add'.
16896 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
16897 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
16898 (calc-lu-minus): Rename from `calc-logunits-sub'.
16899 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
16900 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
16901 (calc-lu-times): Rename from `calc-logunits-mul'.
16902 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
16903 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
16904 (calc-lu-divide): Rename from `calc-logunits-div'.
16905 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
16906 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
16907
16908 * calc/calc-ext.el (calc-init-extensions): Update the names of the
16909 functions being autoloaded.
16910
16911 * calc/calc.el (calc-lu-power-reference): Rename from
16912 `calc-logunits-power-reference'.
16913 (calc-lu-field-reference): Rename from
16914 `calc-logunits-field-reference'.
16915
7a71b18d
GM
16916 * calc/calc-help.el (calc-l-prefix-help):
16917 Mention musical note functions.
d71990a1 16918
40c2934b
SM
169192011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16920
16921 * minibuffer.el (completion-all-sorted-completions):
16922 Use :completion-cycle-penalty text property if present.
16923
b0911414
KM
169242011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
16925
16926 * allout.el (allout-yank-processing): Adjust for new rebulleting
16927 regime so bullet being yanked is used without prompting the user
16928 for a choice.
16929
8a05b668
JB
169302011-03-16 Juanma Barranquero <lekktu@gmail.com>
16931
16932 * startup.el (command-line): Warn the user that _emacs is deprecated.
16933
5ba5fb81
JB
169342011-03-16 Juanma Barranquero <lekktu@gmail.com>
16935
16936 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
16937 (delphi-verbose, delphi-comment-face, delphi-string-face)
16938 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
16939 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
16940 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
16941 (delphi-new-comment-line, delphi-font-lock-defaults)
16942 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
16943 Fix typos in docstrings.
16944
2dab465b
KM
169452011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
16946
5ba5fb81 16947 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
2dab465b
KM
16948 Invert the roles of character and string values for INSTEAD, so a
16949 string is used for the more common case of a defaulting prompt.
16950
0adf5618
SM
169512011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16952
16953 * progmodes/ruby-mode.el (ruby-backward-sexp):
16954 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
16955 * play/gamegrid.el (gamegrid-make-face):
16956 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
16957 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
16958 * notifications.el (notifications-notify):
16959 * net/xesam.el (xesam-search-engines):
16960 * net/quickurl.el (quickurl-list-insert):
16961 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
16962
d72700e5
CY
169632011-03-15 Chong Yidong <cyd@stupidchicken.com>
16964
16965 * startup.el (command-line): Update package subdirectory regexp.
16966
49c5410a
SM
169672011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16968
c6eee9aa
SM
16969 * allout.el (allout-abbreviate-flattened-numbering)
16970 (allout-mode-deactivate-hook): Fix up obsolescence "date".
16971
49c5410a
SM
16972 * subr.el (read-char-choice): Only show the cursor after the prompt,
16973 not after the answer.
16974
047b2bb9
KR
169752011-03-15 Kevin Ryde <user42@zip.com.au>
16976
16977 * help-fns.el (variable-at-point): Skip leading quotes, if any
16978 (bug#8253).
16979
0a57d256
SM
169802011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16981
16982 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
16983 warning message.
16984
77c992bc
MA
169852011-03-14 Michael Albinus <michael.albinus@gmx.de>
16986
16987 * shell.el (shell): When called interactively, offer to change the
16988 shell file name on remote hosts.
16989
eebc475d
TZ
169902011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
16991
16992 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
16993 integration for LDAP parameters. The host, base, user or binddn,
16994 and secret tokens can be specified in a netrc file, for instance.
16995 This is optional because an `auth-source' parameter must be
16996 specified in the search attributes.
16997
9d05d1ba
JB
169982011-03-13 Juanma Barranquero <lekktu@gmail.com>
16999
17000 * help.el (describe-mode): Link to the mode's definition (bug#8185).
17001
09d9db2c
GM
170022011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17003
17004 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
17005 into declaration. Remove redundant and harmful binding.
17006
170072011-03-12 Eli Zaretskii <eliz@gnu.org>
17008
17009 * files.el (file-ownership-preserved-p): Pass `integer' as an
17010 explicit 2nd argument to `file-attributes'. If the file's owner
17011 is the Administrators group on Windows, and the current user is
17012 Administrator, consider that a match.
17013
17014 * server.el (server-ensure-safe-dir): Consider server directory
17015 safe on MS-Windows if its owner is the Administrators group while
17016 the current Emacs user is Administrator. Use `=' to compare
17017 numerical UIDs, since they could be integers or floats.
17018
219bd536
JB
170192011-03-12 Juanma Barranquero <lekktu@gmail.com>
17020
17021 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
17022
f3afd36b
MA
170232011-03-12 Michael Albinus <michael.albinus@gmx.de>
17024
17025 Sync with Tramp 2.2.1.
17026
17027 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
17028
17029 * net/trampver.el: Update release number.
17030
3aaaa6f1
SM
170312011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17032
94642599
SM
17033 * progmodes/compile.el (compilation--previous-directory): Fix up
17034 various nil/dead-marker mismatches (bug#8014).
17035 (compilation-directory-properties, compilation-error-properties):
17036 Don't call it at a position past the one we're about to change.
17037
3aaaa6f1
SM
17038 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
17039 Disable obsolescence warnings in the file that declares it.
17040
14239447
KM
170412011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
17042
099c39a4
JB
17043 * allout-widgets.el (allout-widgets-tally):
17044 Initialize allout-widgets-tally as a hash table rather than nil to
17045 prevent mode-line redisplay warnings. Also, clarify the module
17046 description and fix a comment typo.
14239447 17047
135e287c
JB
170482011-03-11 Juanma Barranquero <lekktu@gmail.com>
17049
17050 * help-fns.el (describe-variable): Don't complete keywords.
17051 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
17052
ffbf300e
CY
170532011-03-10 Chong Yidong <cyd@stupidchicken.com>
17054
ba08b241
CY
17055 * emacs-lisp/package.el (package-version-join): Impose a standard
17056 string representation for pre/alpha/beta version lists.
17057 (package-unpack-single): Standardize the directory name by passing
17058 it through package-version-join.
17059 (package-strip-rcs-id): Accept any version string that does not
17060 signal an error in version-to-list.
ffbf300e 17061
f346fd6b
MA
170622011-03-10 Michael Albinus <michael.albinus@gmx.de>
17063
17064 * simple.el (delete-trailing-whitespace): Return nil for the
17065 benefit of `write-file-functions'.
17066
ccb55d27
GM
170672011-03-10 Glenn Morris <rgm@gnu.org>
17068
5ceaac0c
GM
17069 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
17070
02da65ff
GM
17071 * vc/vc-git.el (vc-git-program): New option.
17072 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
17073 (vc-git--call): Use it.
17074
b2f603cc
GM
17075 * eshell/esh-util.el (eshell-condition-case): Doc fix.
17076
5772caab
GM
17077 * cus-edit.el (Custom-newline): If no button at point, look
17078 for a subgroup button at start-of-line. (Bug#2298)
17079
ccb55d27
GM
17080 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
17081
ec6ecaed
JD
170822011-03-10 Julien Danjou <julien@danjou.info>
17083
17084 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
17085 `cursor-type' is nil.
17086
9d5aa01d
JB
170872011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
17088
17089 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
17090
b6a5875b
KM
170912011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
17092
7a71b18d 17093 * allout.el: Change so yank of distinctive-bullet items
b6a5875b
KM
17094 preserves the existing header prefix, rebulleting it if necessary,
17095 rather than replacing it. This is necessary for proper operation
17096 of cooperative addons like allout-widgets.
1154d12e
JB
17097 (allout-make-topic-prefix, allout-rebullet-heading):
17098 Change SOLICIT arg to INSTEAD, and interpret additionally a string
17099 value as alternate bullet to be used, instead of prompting the user
17100 for a bullet character.
b6a5875b 17101
ee545c35
MA
171022011-03-09 Michael Albinus <michael.albinus@gmx.de>
17103
d86d2721
SM
17104 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
17105 Do not use `tramp-file-name-port', because this returns also
ee545c35
MA
17106 `tramp-default-port'.
17107
c47971d7
DD
171082011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
17109
17110 * net/rcirc.el (rcirc-handler-001): Remove useless
17111 with-rcirc-process-buffer.
17112 (rcirc-check-auth-status): Swap arguments to string-match.
17113
13522cb4
GM
171142011-03-09 Glenn Morris <rgm@gnu.org>
17115
0be6f4f1
GM
17116 * shell.el (shell-mode):
17117 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
17118
13522cb4
GM
17119 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
17120 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
17121
515de2e3
CY
171222011-03-08 Chong Yidong <cyd@stupidchicken.com>
17123
17124 * emacs-lisp/package.el (package-refresh-contents)
17125 (package-menu-execute): Use condition-case-no-debug.
17126
b511b994
MA
171272011-03-08 Michael Albinus <michael.albinus@gmx.de>
17128
17129 * simple.el (shell-command-to-string): Use `process-file'.
17130
17131 * emacs-lisp/package.el (package-tar-file-info): Handle also
17132 remote files.
17133
d86d2721
SM
17134 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17135 Use `equal' for upload base check.
b511b994 17136
25bbfb31
AM
171372011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
17138
17139 * textmodes/texinfo.el (texinfo-environments):
17140 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
17141
be996521
GM
171422011-03-08 Glenn Morris <rgm@gnu.org>
17143
e9c8529f
GM
17144 * cus-start.el (cursor-in-non-selected-windows):
17145 Fix :set quoting oddness. (Bug#8192)
17146
be996521
GM
17147 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
17148 in some setf expressions. (Bug#2159)
17149
2bb5649e
CY
171502011-03-08 Chong Yidong <cyd@stupidchicken.com>
17151
17152 * custom.el (custom-available-themes): Return themes in
17153 alphabetical order.
17154
33383987 17155See ChangeLog.15 for earlier changes.
e3d51b27
MR
17156
17157;; Local Variables:
17158;; coding: utf-8
e3d51b27
MR
17159;; End:
17160
acaf905b 17161 Copyright (C) 2011-2012 Free Software Foundation, Inc.
e3d51b27
MR
17162
17163 This file is part of GNU Emacs.
17164
17165 GNU Emacs is free software: you can redistribute it and/or modify
17166 it under the terms of the GNU General Public License as published by
17167 the Free Software Foundation, either version 3 of the License, or
17168 (at your option) any later version.
17169
17170 GNU Emacs is distributed in the hope that it will be useful,
17171 but WITHOUT ANY WARRANTY; without even the implied warranty of
17172 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17173 GNU General Public License for more details.
17174
17175 You should have received a copy of the GNU General Public License
17176 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.